@social-mail/social-mail-client 1.8.433 → 1.8.435
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/site-editor/editor/EditingSymbols.d.ts +2 -0
- package/dist/site-editor/editor/EditingSymbols.d.ts.map +1 -0
- package/dist/site-editor/editor/EditingSymbols.js +12 -0
- package/dist/site-editor/editor/EditingSymbols.js.map +1 -0
- package/dist/site-editor/editor/HtmlPageEditor.d.ts.map +1 -1
- package/dist/site-editor/editor/HtmlPageEditor.global.css +1 -1
- package/dist/site-editor/editor/HtmlPageEditor.global.css.map +1 -1
- package/dist/site-editor/editor/HtmlPageEditor.js +5 -11
- package/dist/site-editor/editor/HtmlPageEditor.js.map +1 -1
- package/dist/site-editor/editor/SelectedElement.js +2 -2
- package/dist/site-editor/editor/SelectedElement.js.map +1 -1
- package/dist/site-editor/editor/UndoRedo.d.ts.map +1 -1
- package/dist/site-editor/editor/UndoRedo.js +7 -2
- package/dist/site-editor/editor/UndoRedo.js.map +1 -1
- package/dist/site-editor/editor/guides/UIGuides.d.ts +12 -0
- package/dist/site-editor/editor/guides/UIGuides.d.ts.map +1 -0
- package/dist/site-editor/editor/guides/UIGuides.global.css +2 -0
- package/dist/site-editor/editor/guides/UIGuides.global.css.map +1 -0
- package/dist/site-editor/editor/guides/UIGuides.js +25 -0
- package/dist/site-editor/editor/guides/UIGuides.js.map +1 -0
- package/dist/site-editor/editor/ui/SelectionUI.d.ts.map +1 -1
- package/dist/site-editor/editor/ui/SelectionUI.global.css +1 -1
- package/dist/site-editor/editor/ui/SelectionUI.global.css.map +1 -1
- package/dist/site-editor/editor/ui/SelectionUI.js +68 -40
- package/dist/site-editor/editor/ui/SelectionUI.js.map +1 -1
- package/dist/site-editor/editor/ui/SnapGuides.d.ts +36 -0
- package/dist/site-editor/editor/ui/SnapGuides.d.ts.map +1 -0
- package/dist/site-editor/editor/ui/SnapGuides.js +180 -0
- package/dist/site-editor/editor/ui/SnapGuides.js.map +1 -0
- package/dist/site-editor-app/SiteEditorApp.pack.global.css +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.global.css.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js +309 -56
- package/dist/site-editor-app/SiteEditorApp.pack.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/web/AppIndex.pack.local.css +1 -1
- package/dist/web/AppIndex.pack.local.css.map +1 -1
- package/dist/web/drawer/AppDrawer.local.css +1 -1
- package/dist/web/drawer/AppDrawer.local.css.map +1 -1
- package/package.json +1 -1
- package/src/site-editor/editor/EditingSymbols.ts +1 -0
- package/src/site-editor/editor/HtmlPageEditor.global.css +0 -18
- package/src/site-editor/editor/HtmlPageEditor.tsx +2 -7
- package/src/site-editor/editor/SelectedElement.tsx +2 -2
- package/src/site-editor/editor/UndoRedo.tsx +4 -0
- package/src/site-editor/editor/guides/UIGuides.global.css +42 -0
- package/src/site-editor/editor/guides/UIGuides.tsx +29 -0
- package/src/site-editor/editor/ui/SelectionUI.global.css +2 -1
- package/src/site-editor/editor/ui/SelectionUI.tsx +93 -41
- package/src/site-editor/editor/ui/SnapGuides.ts +222 -0
- package/src/web/drawer/AppDrawer.local.css +1 -0
|
@@ -2078,7 +2078,7 @@ if (window) {
|
|
|
2078
2078
|
|
|
2079
2079
|
AmdLoader.instance.register(
|
|
2080
2080
|
["@social-mail/social-mail-client","@web-atoms/core","@web-atoms/web-controls","@web-atoms/date-time","@web-atoms/entity","@positron-js/context","@web-atoms/data-styles","@web-atoms/email-dom"],
|
|
2081
|
-
["@social-mail/social-mail-client/dist/site-editor-app/SiteEditorApp","@social-mail/social-mail-client/dist/common/BaseApp","@web-atoms/core/dist/core/InjectProperty","@web-atoms/web-controls/dist/desktop-app/MobileDesktopApp","@web-atoms/web-controls/dist/mobile-app/MobileApp","@web-atoms/core/dist/core/AtomLoader","@web-atoms/core/dist/services/JsonService","@web-atoms/core/dist/core/StringHelper","@web-atoms/core/dist/di/RegisterSingleton","@web-atoms/core/dist/di/Register","@web-atoms/core/dist/core/types","@web-atoms/core/dist/core/AtomMap","@web-atoms/core/dist/di/ServiceCollection","@web-atoms/core/dist/di/TypeKey","@web-atoms/date-time/dist/DateTime","@web-atoms/date-time/dist/TimeSpan","@web-atoms/core/dist/services/ReferenceService","@web-atoms/core/dist/di/DISingleton","@web-atoms/core/dist/core/AtomUri","@web-atoms/core/dist/web/core/AtomUI","@web-atoms/core/dist/core/Command","@web-atoms/core/dist/core/EventScope","@web-atoms/core/dist/core/Route","@web-atoms/core/dist/core/InheritedProperty","@web-atoms/core/dist/core/AtomBinder","@web-atoms/core/dist/core/sleep","@web-atoms/core/dist/core/XNode","@web-atoms/core/dist/core/Bind","@web-atoms/core/dist/core/ExpressionParser","@web-atoms/core/dist/services/NavigationService","@web-atoms/core/dist/core/AtomComponent","@web-atoms/core/dist/App","@web-atoms/core/dist/core/AtomDispatcher","@web-atoms/core/dist/di/ServiceProvider","@web-atoms/core/dist/core/TransientDisposable","@web-atoms/core/dist/di/Inject","@web-atoms/core/dist/services/BusyIndicatorService","@web-atoms/core/dist/core/AtomList","@web-atoms/core/dist/core/AtomDisposableList","@web-atoms/core/dist/core/AtomWatcher","@web-atoms/core/dist/core/Hacks","@web-atoms/core/dist/core/PropertyMap","@web-atoms/core/dist/core/FormattedString","@web-atoms/core/dist/web/controls/AtomControl","@web-atoms/core/dist/core/BindableProperty","@web-atoms/core/dist/core/WebImage","@web-atoms/core/dist/web/styles/AtomStyle","@web-atoms/core/dist/web/styles/AtomStyleSheet","@web-atoms/core/dist/web/services/PopupService","@web-atoms/core/dist/web/services/PopupWindow","@web-atoms/web-controls/dist/PageNavigator","@web-atoms/web-controls/dist/desktop-app/DesktopApp","@web-atoms/core/dist/view-model/Action","@web-atoms/core/dist/services/http/JsonError","@social-mail/social-mail-client/dist/services/LoginService","@social-mail/social-mail-client/dist/services/EntityService","@web-atoms/entity/dist/services/BaseEntityService","@web-atoms/entity/dist/models/Cloner","@web-atoms/entity/dist/models/cloneSource","@web-atoms/entity/dist/models/IEntityModel","@web-atoms/entity/dist/services/mergeProperties","@web-atoms/entity/dist/services/Query","@web-atoms/entity/dist/services/StringHelper","@web-atoms/core/dist/services/FetchBuilder","@web-atoms/entity/dist/services/resolve","@web-atoms/entity/dist/models/TaskManager","@web-atoms/entity/dist/models/Queue","@social-mail/social-mail-client/dist/services/BusyProgress","@social-mail/social-mail-client/dist/common/apiPath","@social-mail/social-mail-client/dist/model/model","@social-mail/social-mail-client/dist/common/SocialMailApp","@social-mail/social-mail-client/dist/services/files/LocalFileService","@web-atoms/web-controls/dist/basic/AtomRepeater","@web-atoms/core/dist/core/Colors","@web-atoms/core/dist/core/WatchProperty","@web-atoms/web-controls/dist/basic/MergeNode","@web-atoms/web-controls/dist/basic/ItemPath","@web-atoms/web-controls/dist/DataAttributes","@web-atoms/web-controls/dist/basic/elements/AtomPopover","@web-atoms/web-controls/dist/basic/elements/relativeRect","@web-atoms/web-controls/dist/basic/elements/getContainingBlock","@social-mail/social-mail-client/dist/common/FileUploader","@social-mail/social-mail-client/dist/services/ffmpeg/FFService","@social-mail/social-mail-client/dist/common/Modules","@social-mail/social-mail-client/dist/common/pages/user/login/LoginPage","@web-atoms/web-controls/dist/basic/FormField","@web-atoms/web-controls/dist/basic/PasswordBox","@social-mail/social-mail-client/dist/common/controls/password/PasswordStrength","@social-mail/social-mail-client/dist/common/validators/Validators","@social-mail/social-mail-client/dist/common/controls/buttons/IconButton","@social-mail/social-mail-client/dist/common/pages/user/forgot/ForgotPassword","@web-atoms/web-controls/dist/basic/Form","@social-mail/social-mail-client/dist/common/controls/countries/CountrySelect","@web-atoms/web-controls/dist/basic/DropDown","@web-atoms/web-controls/dist/basic/MaskedInput","@social-mail/social-mail-client/dist/common/controls/qrcode/QRCode","@social-mail/social-mail-client/dist/common/form/AppForm","@social-mail/social-mail-client/dist/common/controls/phone-editor/PhoneEditor","@social-mail/social-mail-client/dist/common/pages/user/multi-factor/SetupMultiFactorPage","@social-mail/social-mail-client/dist/common/pages/user/services/UserService","@web-atoms/core/dist/di/DITransient","@social-mail/social-mail-client/dist/common/date/DateFormats","@social-mail/social-mail-client/dist/common/controls/ModuleInfo","@social-mail/social-mail-client/dist/services/WebPushService","@positron-js/context/dist/PositronInBrowser","@social-mail/social-mail-client/dist/common/TestMode","@social-mail/social-mail-client/dist/style/GlobalStyle","@social-mail/social-mail-client/dist/style/OverrideAppStyle","@web-atoms/data-styles/data-styles","@social-mail/social-mail-client/dist/common/pages/splash/SplashScreenPage","@social-mail/social-mail-client/dist/site-editor-app/drawer/SiteEditorDrawer","@social-mail/social-mail-client/dist/common/menu/MenuService","@social-mail/social-mail-client/dist/common/pages/mailboxes/services/MailboxService","@social-mail/social-mail-client/dist/common/Sql","@social-mail/social-mail-client/dist/common/pages/files/service/CloudFileService","@social-mail/social-mail-client/dist/site-editor-app/commands/SiteEditorCommands","@social-mail/social-mail-client/dist/site-editor-app/pages/websites/SiteWebsiteList","@social-mail/social-mail-client/dist/common/pages/websites/list/WebSiteListPage","@social-mail/social-mail-client/dist/services/websites/WebSiteService","@social-mail/social-mail-client/dist/common/StringFormat","@social-mail/social-mail-client/dist/common/pages/websites/edit/WebSiteFolderEditor","@web-atoms/web-controls/dist/basic/Checkbox","@social-mail/social-mail-client/dist/common/controls/repeater/InfiniteRepeater","@social-mail/social-mail-client/dist/common/NumberFormats","@social-mail/social-mail-client/dist/common/pages/websites/edit/WebSiteFolderSettings","@social-mail/social-mail-client/dist/common/controls/collection-editor/CollectionEditorEx","@social-mail/social-mail-client/dist/common/pages/folders/ChooserFolderPage","@social-mail/social-mail-client/dist/common/controls/tree/FileTreeView","@social-mail/social-mail-client/dist/common/controls/tree/TreeView","@web-atoms/web-controls/dist/basic/PopupButton","@web-atoms/web-controls/dist/basic/InlinePopupButton","@web-atoms/web-controls/dist/basic/UploadEvent","@web-atoms/web-controls/dist/NumberFormats","@social-mail/social-mail-client/dist/common/events/CommonEvents","@social-mail/social-mail-client/dist/common/AppUrlService","@web-atoms/web-controls/dist/mobile-app/MasterDetailPage","@social-mail/social-mail-client/dist/common/commands/CommonCommands","@social-mail/social-mail-client/dist/web/page/mails/contacts/MailboxContacts","@social-mail/social-mail-client/dist/web/page/mails/service/MailService","@social-mail/social-mail-client/dist/web/page/mails/ConversationPage","@social-mail/social-mail-client/dist/web/page/mails/service/ConversationService","@web-atoms/email-dom/dist/DomToString","@web-atoms/email-dom/dist/dom/StyleHelper","@web-atoms/email-dom/dist/style/mergeStyle","@social-mail/social-mail-client/dist/web/commands/MailAppEvents","@social-mail/social-mail-client/dist/common/fileUrl","@social-mail/social-mail-client/dist/common/cache/CacheTTL","@social-mail/social-mail-client/dist/common/controls/Loader","@social-mail/social-mail-client/content/images/gif/loader.gif","@social-mail/social-mail-client/dist/common/cache/CacheVersions","@web-atoms/web-controls/dist/basic/InlinePopupControl","@social-mail/social-mail-client/dist/services/socket/sockets","@web-atoms/web-controls/dist/basic/LimitedText","@social-mail/social-mail-client/dist/common/pages/logs/LogsPage","@social-mail/social-mail-client/dist/common/pages/logs/services/AppLogService","@social-mail/social-mail-client/dist/web/page/mails/detail/MailDetailPage","@social-mail/social-mail-client/dist/common/controls/file-preview/FilePreview","@social-mail/social-mail-client/dist/web/commands/AppCommands","@social-mail/social-mail-client/dist/web/page/home/HomePage","@social-mail/social-mail-client/dist/common/pages/mailboxes/MailboxListPage","@social-mail/social-mail-client/dist/common/pages/mailboxes/MailboxEditorPage","@social-mail/social-mail-client/dist/common/controls/form/RequiredFormField","@social-mail/social-mail-client/dist/admin/pages/users/ChooseUserPage","@social-mail/social-mail-client/dist/admin/pages/users/services/AdminUserService","@social-mail/social-mail-client/dist/common/controls/hosted-domains/HostedDomainDropDown","@social-mail/social-mail-client/dist/common/pages/mailboxes/MailboxDetailPage","@social-mail/social-mail-client/dist/common/pages/mailboxes/settings/EditSyncTargetPage","@social-mail/social-mail-client/dist/common/icons/Icons","@social-mail/social-mail-client/dist/common/pages/mailboxes/external-mailboxes/AddExternalMailboxPage","@social-mail/social-mail-client/dist/common/pages/mailboxes/services/ExternalMailboxService","@social-mail/social-mail-client/content/images/icons/audio.svg","@social-mail/social-mail-client/dist/common/FileUrlService","@social-mail/social-mail-client/dist/web/page/mails/mini-compose/MiniComposeBox","@social-mail/social-mail-client/dist/common/controls/audio/AudioRecorder","@web-atoms/web-controls/dist/mobile-app/BottomPopup","@web-atoms/web-controls/dist/animations/Animations","@social-mail/social-mail-client/dist/common/controls/audio/WebRTCService","@social-mail/social-mail-client/dist/common/controls/buttons/round/RoundButton","@social-mail/social-mail-client/dist/common/controls/html/InlineHtmlEditorWithToolbar","@web-atoms/web-controls/dist/html-editor/InlineHtmlEditor","@web-atoms/web-controls/dist/html-editor/commands/AddImage","@web-atoms/web-controls/dist/html-editor/commands/CommandButton","@web-atoms/web-controls/dist/html-editor/commands/HtmlCommands","@web-atoms/web-controls/dist/html-editor/commands/Toolbar","@web-atoms/web-controls/dist/html-editor/commands/Bold","@web-atoms/web-controls/dist/html-editor/commands/Command","@web-atoms/web-controls/dist/html-editor/commands/Italic","@web-atoms/web-controls/dist/html-editor/commands/Underline","@web-atoms/web-controls/dist/html-editor/commands/StrikeThrough","@web-atoms/web-controls/dist/html-editor/commands/Align","@web-atoms/web-controls/dist/html-editor/commands/HorizontalRule","@web-atoms/web-controls/dist/html-editor/commands/Separator","@web-atoms/web-controls/dist/html-editor/commands/Headings","@web-atoms/web-controls/dist/html-editor/commands/ChangeColor","@web-atoms/web-controls/dist/html-editor/commands/ChangeFont","@web-atoms/web-controls/dist/html-editor/commands/ChangeFontSize","@web-atoms/web-controls/dist/html-editor/commands/NumberedList","@web-atoms/web-controls/dist/html-editor/commands/UnorderedList","@web-atoms/web-controls/dist/html-editor/commands/IndentLess","@web-atoms/web-controls/dist/html-editor/commands/IndentMore","@web-atoms/web-controls/dist/html-editor/commands/AddLink","@web-atoms/core/dist/web/controls/AtomToggleButtonBar","@web-atoms/core/dist/web/styles/AtomToggleButtonBarStyle","@web-atoms/core/dist/web/styles/AtomListBoxStyle","@web-atoms/core/dist/web/controls/AtomListBox","@web-atoms/core/dist/web/controls/AtomItemsControl","@web-atoms/core/dist/core/AtomEnumerator","@web-atoms/web-controls/dist/html-editor/commands/Unlink","@web-atoms/web-controls/dist/html-editor/commands/RemoveFormat","@web-atoms/web-controls/dist/html-editor/commands/Source","@web-atoms/web-controls/dist/html-editor/AtomHtmlEditor","@web-atoms/web-controls/dist/html-editor/commands/AttachFile","@social-mail/social-mail-client/dist/web/page/mails/mini-compose/Insert","@social-mail/social-mail-client/dist/code-editor/CodeSnippetPage","@social-mail/social-mail-client/dist/code-editor/MonacoService","@web-atoms/web-controls/dist/basic/Select","@social-mail/social-mail-client/dist/web/page/mails/mini-compose/Attach","@web-atoms/web-controls/dist/basic/TitleEditor","@social-mail/social-mail-client/dist/common/controls/email-recipients/EmailRecipientChips","@web-atoms/web-controls/dist/basic/AtomChips","@web-atoms/web-controls/dist/basic/Chip","@social-mail/social-mail-client/dist/services/email-addresses/EmailAddressService","@social-mail/social-mail-client/dist/common/controls/mailboxes/MailboxDropDown","@social-mail/social-mail-client/dist/common/controls/drag-drop/FilesDragDrop","@social-mail/social-mail-client/dist/common/controls/emoji-picker/EmojiPicker","@web-atoms/core/dist/web/WebApp","@web-atoms/core/dist/core/AtomOnce","@web-atoms/core/dist/web/services/WebBusyIndicatorService","@web-atoms/core/dist/web/styles/StyleBuilder","@web-atoms/core/dist/web/services/WindowService","@web-atoms/core/dist/Atom","@web-atoms/core/dist/core/FormattedError","@web-atoms/core/dist/view-model/AtomWindowViewModel","@web-atoms/core/dist/view-model/AtomViewModel","@web-atoms/core/dist/view-model/baseTypes","@web-atoms/core/dist/web/controls/AtomAlertWindow","@web-atoms/core/dist/web/styles/AtomAlertWindowStyle","@web-atoms/core/dist/web/styles/AtomWindowStyle","@web-atoms/core/src/web/images/close-button-hover.svg","@web-atoms/core/dist/web/controls/AtomWindow","@web-atoms/core/dist/web/controls/AtomTemplate","@web-atoms/core/dist/web/controls/AtomNotification","@web-atoms/core/dist/web/styles/AtomNotificationStyle","@web-atoms/core/dist/web/styles/AtomPopupStyle","@web-atoms/core/dist/web/services/NotificationPopup","@web-atoms/core/dist/web/styles/AtomTheme","@social-mail/social-mail-client/dist/web/page/mails/engagements/EngagementDetails","@web-atoms/web-controls/dist/basic/ToggleButtonBar","@social-mail/social-mail-client/dist/web/page/mails/service/EngagementService","@social-mail/social-mail-client/dist/services/email/EmailContentDownloader","@social-mail/social-mail-client/dist/web/page/mails/unsubscribe/UnsubscribeWindow","@social-mail/social-mail-client/dist/web/page/mails/mini-compose/MiniComposePage","@social-mail/social-mail-client/dist/common/controls/email-recipients/EmailLabel","@social-mail/social-mail-client/dist/web/page/mails/conversation/ConversationTags","@social-mail/social-mail-client/dist/web/page/mails/ConversationTagChips","@social-mail/social-mail-client/dist/web/page/mails/web-hooks/WebHookListPage","@social-mail/social-mail-client/dist/site-editor-app/pages/store/web-hooks/WebHookPage","@social-mail/social-mail-client/dist/web/page/mails/commands/ReportEmailCommand","@social-mail/social-mail-client/dist/common/ui-commands/UICommand","@social-mail/social-mail-client/dist/common/Mailto","@social-mail/social-mail-client/dist/web/page/mails/commands/NewConversationRequest","@social-mail/social-mail-client/dist/web/page/mails/commands/ReportConversationCommand","@social-mail/social-mail-client/dist/web/page/mails/ChooseMailboxPage","@social-mail/social-mail-client/dist/common/pages/folders/ChooseTemplatePage","@social-mail/social-mail-client/dist/services/mime-service/MimeMessage","@social-mail/social-mail-client/dist/services/mime-service/MimeNode","@social-mail/social-mail-client/dist/common/QueryIterator","@social-mail/social-mail-client/dist/services/mime-service/AttachmentFile","@social-mail/social-mail-client/dist/services/mime-service/HeaderContentType","@social-mail/social-mail-client/dist/services/mime-service/parsePairs","@social-mail/social-mail-client/dist/services/mime-service/tokenizer","@social-mail/social-mail-client/dist/services/mime-service/HeaderContentDisposition","@social-mail/social-mail-client/dist/services/mime-service/encoder/word-encoding","@social-mail/social-mail-client/dist/services/mime-service/encoder/RawBuffer","@social-mail/social-mail-client/dist/services/mime-service/encoder/base64-to-blob","@social-mail/social-mail-client/dist/services/mime-service/encoder/quoted-printable","@social-mail/social-mail-client/dist/services/mime-service/stream/LineStream","@social-mail/social-mail-client/dist/services/mime-service/stream/TextWriter","@web-atoms/web-controls/dist/basic/Resizable","@social-mail/social-mail-client/dist/common/controls/badge/Badge","@social-mail/social-mail-client/dist/web/page/mails/contacts/ConversationBar","@social-mail/social-mail-client/dist/web/page/channels/detail/ChannelDetailPage","@social-mail/social-mail-client/dist/web/page/channels/services/ChannelService","@social-mail/social-mail-client/dist/web/page/channels/subscribers/ChannelSubscribersPage","@social-mail/social-mail-client/dist/web/page/channels/subscribers/add/AddSubscriberPage","@social-mail/social-mail-client/dist/web/page/channels/subscribers/rights/UpdateRightsPage","@social-mail/social-mail-client/dist/common/pages/drives/DriveListPage","@social-mail/social-mail-client/dist/common/pages/files/folder/FolderPage","@social-mail/social-mail-client/dist/common/pages/files/shares/EditSharesPage","@social-mail/social-mail-client/dist/services/files/FileShareService","@social-mail/social-mail-client/dist/common/pages/files/shares/AddSharePage","@web-atoms/web-controls/dist/basic/Switch","@social-mail/social-mail-client/dist/common/controls/drop-downs/user/UserDropDown","@web-atoms/web-controls/dist/basic/DateField","@web-atoms/web-controls/dist/basic/Calendar","@web-atoms/web-controls/dist/basic/TimeEditor","@social-mail/social-mail-client/dist/web/page/templates/EditTemplatePage","@social-mail/social-mail-client/dist/common/pages/files/FileHistoryPage","@social-mail/social-mail-client/dist/services/files/FileHistoryService","@social-mail/social-mail-client/dist/common/pages/websites/detail/WebSiteDetail","@social-mail/social-mail-client/dist/services/ReportEntityService","@social-mail/social-mail-client/dist/common/pages/websites/detail/reports/RealTimeVisitors","@social-mail/social-mail-client/dist/common/controls/charts/ChartControl","@social-mail/social-mail-client/dist/model/reportModel","@social-mail/social-mail-client/dist/common/pages/websites/detail/reports/DailyVisitors","@social-mail/social-mail-client/dist/common/pages/websites/detail/reports/DailyVisitorsByCountry","@social-mail/social-mail-client/dist/common/pages/websites/detail/reports/ChartDataBuilder","@social-mail/social-mail-client/dist/common/pages/websites/detail/reports/DailyVisitorsByDevices","@social-mail/social-mail-client/dist/common/pages/websites/detail/reports/DailyVisitorsBySources","@social-mail/social-mail-client/dist/common/pages/user/change-password/ChangePasswordPage","@social-mail/social-mail-client/dist/common/pages/user/multi-factor/MultiFactorSetupPage","@social-mail/social-mail-client/dist/common/pages/user/access-tokens/AccessTokenListPage","@social-mail/social-mail-client/dist/common/controls/entity/EntityListControl","@social-mail/social-mail-client/dist/common/pages/dns/DnsZoneListPage","@social-mail/social-mail-client/dist/common/pages/dns/DnsZoneService","@social-mail/social-mail-client/dist/common/pages/dns/edit/DnsZoneEditorPage","@social-mail/social-mail-client/dist/common/pages/dns/edit/DnsRecordEditorPage","@web-atoms/web-controls/dist/basic/ComboBox","@social-mail/social-mail-client/dist/common/pages/files/preview/image/PreviewImage","@web-atoms/web-controls/dist/basic/PinchZoomView","@social-mail/social-mail-client/dist/common/pages/files/preview/document/PreviewDocument","@social-mail/social-mail-client/dist/common/pages/files/preview/document/PreviewPDF","@social-mail/social-mail-client/dist/common/pages/files/preview/media/PreviewMedia","@web-atoms/web-controls/dist/player/AtomVideoPlayer","@social-mail/social-mail-client/dist/services/FileTypes","@social-mail/social-mail-client/dist/site-editor-app/pages/websites/studio/WebSiteStudioPage","@social-mail/social-mail-client/dist/site-editor-app/pages/websites/templates/ChooseWebSiteTemplatePage","@social-mail/social-mail-client/dist/services/files/MimeTypeService","@social-mail/social-mail-client/dist/site-editor-app/pages/websites/templates/TemplateService","@social-mail/social-mail-client/dist/site-editor/editor/WebSitePageEditor","@social-mail/social-mail-client/dist/site-editor/editor/HtmlPageEditor","@social-mail/social-mail-client/dist/site-editor/drag-drop/DragDropHelper","@social-mail/social-mail-client/dist/site-editor/toolbars/UndoRedoToolbar","@social-mail/social-mail-client/dist/site-editor/toolbars/EditorToolbar","@social-mail/social-mail-client/dist/site-editor/blocks/WrapGrid","@social-mail/social-mail-client/dist/site-editor/blocks/Block","@social-mail/social-mail-client/dist/site-editor/properties/Properties","@social-mail/social-mail-client/dist/site-editor/properties/groups/LayoutEditor","@social-mail/social-mail-client/dist/site-editor/properties/controls/PropertyEditor","@web-atoms/web-controls/dist/basic/Expander","@social-mail/social-mail-client/dist/common/controls/data-list-select/DataListSelect","@social-mail/social-mail-client/dist/site-editor/properties/groups/TextPropertyEditor","@social-mail/social-mail-client/dist/site-editor/properties/controls/SizeEditorControl","@social-mail/social-mail-client/dist/site-editor/properties/groups/BorderGroupEditor","@social-mail/social-mail-client/dist/site-editor/properties/groups/SizeGroupEditor","@social-mail/social-mail-client/dist/site-editor/properties/controls/MinMaxToggle","@web-atoms/web-controls/dist/basic/ButtonBar","@social-mail/social-mail-client/dist/site-editor/suggestions/pair","@social-mail/social-mail-client/dist/site-editor/properties/groups/SpaceGroupEditor","@social-mail/social-mail-client/dist/site-editor/properties/groups/PositionGroupEditor","@social-mail/social-mail-client/dist/site-editor/properties/groups/BackgroundGroupEditor","@social-mail/social-mail-client/dist/site-editor/properties/controls/StyleFileEditor","@social-mail/social-mail-client/dist/site-editor/properties/controls/StylePropertyEditor","@social-mail/social-mail-client/dist/site-editor/properties/groups/AttributeEditor","@social-mail/social-mail-client/dist/site-editor/properties/controls/LinkProperty","@social-mail/social-mail-client/dist/site-editor/properties/controls/StyleVarsEditor","@social-mail/social-mail-client/dist/code-editor/style/StyleVarEditorWindow","@social-mail/social-mail-client/dist/site-editor/properties/groups/ImageEditor","@social-mail/social-mail-client/dist/site-editor/properties/groups/ScrollGroupEditor","@social-mail/social-mail-client/dist/site-editor/properties/groups/EffectGroup","@social-mail/social-mail-client/dist/site-editor/properties/groups/TransformGroupEditor","@social-mail/social-mail-client/dist/site-editor/properties/groups/ChildSizeGroupEditor","@social-mail/social-mail-client/dist/site-editor/properties/groups/AnimateGroupEditor","@social-mail/social-mail-client/dist/site-editor/properties/controls/animation-chooser/AnimationChooser","@social-mail/social-mail-client/dist/site-editor/properties/controls/animation-chooser/PresetAnimations","@social-mail/social-mail-client/dist/common/PackageInfo","@social-mail/social-mail-client/package.json","@social-mail/social-mail-client/dist/site-editor/properties/controls/animation-chooser/PromiseScope","@social-mail/social-mail-client/dist/site-editor/properties/controls/animation-chooser/CustomAnimationEditor","@social-mail/social-mail-client/dist/site-editor/properties/groups/MaskGroupEditor","@social-mail/social-mail-client/dist/site-editor/properties/groups/ClipGroup","@social-mail/social-mail-client/dist/site-editor/properties/groups/AnimatedMaskGroupEditor","@social-mail/social-mail-client/dist/site-editor/editor/SelectedElement","@social-mail/social-mail-client/dist/site-editor/blocks/ImageBox","@social-mail/social-mail-client/dist/site-editor/blocks/defaultImage","@social-mail/social-mail-client/dist/site-editor/blocks/RowBox","@social-mail/social-mail-client/content/images/svg/html-editor/layouts/row.png","@social-mail/social-mail-client/dist/site-editor/blocks/ColumnBox","@social-mail/social-mail-client/content/images/svg/html-editor/layouts/column.png","@social-mail/social-mail-client/dist/site-editor/blocks/VerticalImageBox","@social-mail/social-mail-client/content/images/svg/html-editor/layouts/vertical-image-box.png","@social-mail/social-mail-client/dist/site-editor/blocks/Image","@social-mail/social-mail-client/dist/site-editor/blocks/ImageCard","@social-mail/social-mail-client/dist/site-editor/blocks/TextBox","@social-mail/social-mail-client/dist/site-editor/blocks/Card","@social-mail/social-mail-client/content/images/svg/html-editor/layouts/card.png","@social-mail/social-mail-client/dist/site-editor/blocks/List","@social-mail/social-mail-client/dist/site-editor/blocks/Components","@social-mail/social-mail-client/dist/site-editor/blocks/Buttons","@social-mail/social-mail-client/dist/site-editor/blocks/Columns2","@social-mail/social-mail-client/content/images/svg/html-editor/layouts/column-2.png","@social-mail/social-mail-client/dist/site-editor/blocks/Columns3","@social-mail/social-mail-client/content/images/svg/html-editor/layouts/column-3.png","@social-mail/social-mail-client/dist/site-editor/blocks/RightImageBox","@social-mail/social-mail-client/dist/site-editor/blocks/PriceBox","@social-mail/social-mail-client/dist/site-editor/blocks/Billboard","@social-mail/social-mail-client/dist/site-editor/blocks/OutlineText","@social-mail/social-mail-client/dist/site-editor/blocks/Carousel","@social-mail/social-mail-client/dist/site-editor/blocks/ImageGallery","@social-mail/social-mail-client/dist/site-editor/blocks/VideoPlayer","@social-mail/social-mail-client/dist/site-editor/blocks/BackgroundVideo","@social-mail/social-mail-client/dist/site-editor/blocks/TextMask","@social-mail/social-mail-client/dist/site-editor/blocks/MarqueeText","@social-mail/social-mail-client/dist/site-editor/blocks/ImageGrid","@social-mail/social-mail-client/dist/site-editor/blocks/BoxFrame","@social-mail/social-mail-client/dist/site-editor/blocks/InjectBox","@social-mail/social-mail-client/dist/site-editor/blocks/PDFFlipBook","@social-mail/social-mail-client/dist/site-editor/blocks/PDFViewer","@social-mail/social-mail-client/dist/site-editor/blocks/Banner","@social-mail/social-mail-client/dist/site-editor/editor/LanguageDropDown","@social-mail/social-mail-client/dist/site-editor/editor/webComponentsPath","@social-mail/social-mail-client/dist/site-editor/editor/UndoRedo","@social-mail/social-mail-client/dist/site-editor/editor/DomHelper","@social-mail/social-mail-client/dist/site-editor/blocks/FlipBox","@social-mail/social-mail-client/dist/site-editor/blocks/GridBox","@social-mail/social-mail-client/dist/site-editor/blocks/ScrollAware","@social-mail/social-mail-client/dist/site-editor/blocks/InlineSvg","@social-mail/social-mail-client/dist/site-editor/editor/CssParser","@social-mail/social-mail-client/dist/site-editor/suggestions/editorSuggestions","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/align","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/animation-properties","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/animations/animations","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/animations/key-frames/blur/blur-in","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/animations/key-frames/css","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/animations/key-frames/blur/blur-out","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/animations/key-frames/bounce/bounce-in","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/animations/key-frames/bounce/bounce-out","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/animations/key-frames/breathe/breathe-in","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/animations/key-frames/breathe/breathe-out","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/animations/key-frames/fade/fade-in","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/animations/key-frames/fade/fade-out","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/animations/key-frames/rotate/rotate-in","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/animations/key-frames/rotate/rotate-out","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/animations/key-frames/scale/scale-in","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/animations/key-frames/scale/scale-out","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/animations/key-frames/slide/slide-in","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/animations/key-frames/slide/slide-out","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/animations/key-frames/zoom/zoom-in","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/animations/key-frames/zoom/zoom-out","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/background","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/color","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/size","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/border","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/clip","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/effects","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/fontStyles","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/gap","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/grid","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/image","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/layouts","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/mask","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/overflow","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/position","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/space","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/text","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/transform","@social-mail/social-mail-client/dist/site-editor/properties/controls/ElementBuilder","@social-mail/social-mail-client/dist/site-editor/editor/ui/SelectionUI","@social-mail/social-mail-client/dist/site-editor/menus/EditorPopupMenu","@social-mail/social-mail-client/dist/site-editor/menus/commands/MoveElement","@social-mail/social-mail-client/dist/common/controls/menu/MenuItem","@social-mail/social-mail-client/dist/site-editor/menus/commands/DuplicateElement","@social-mail/social-mail-client/dist/site-editor/menus/commands/DeleteElement","@social-mail/social-mail-client/dist/site-editor/menus/commands/ReplaceParent","@social-mail/social-mail-client/dist/site-editor/menus/commands/clipboard/CutElement","@social-mail/social-mail-client/dist/site-editor/menus/commands/clipboard/CopyElement","@social-mail/social-mail-client/dist/site-editor/menus/commands/clipboard/PasteElementInside","@social-mail/social-mail-client/dist/site-editor/menus/commands/clipboard/PasteElementAbove","@social-mail/social-mail-client/dist/site-editor/menus/commands/EditElement","@social-mail/social-mail-client/dist/code-editor/html/HtmlCodeEditorWindow","@social-mail/social-mail-client/dist/site-editor/menus/commands/svg/EditSvg","@social-mail/social-mail-client/dist/code-editor/svg/SvgCodeEditorWindow","@social-mail/social-mail-client/dist/site-editor/menus/commands/image/SplitImage","@social-mail/social-mail-client/dist/site-editor/editor/sizes","@social-mail/social-mail-client/dist/code-editor/CodeEditorPage","@social-mail/social-mail-client/dist/common/pages/files/media/ChooseMediaPage","@social-mail/social-mail-client/dist/site-editor/services/DefaultTemplateService","@social-mail/social-mail-client/dist/common/toBase36","@social-mail/social-mail-client/dist/site-editor-app/pages/websites/history/WebSiteHistory","@social-mail/social-mail-client/dist/site-editor-app/pages/websites/view/ViewWebSitePage","@social-mail/social-mail-client/dist/common/controls/collection-editor/CollectionEditor","@social-mail/social-mail-client/dist/site-editor-app/pages/websites/blogs/WebSiteBlogsPage","@social-mail/social-mail-client/dist/site-editor-app/pages/websites/blogs/LookupChannelPage","@social-mail/social-mail-client/dist/common/pages/files/preview/document/DownloadZip","@social-mail/social-mail-client/dist/site-editor-app/pages/websites/studio/DesignSupportPage","@social-mail/social-mail-client/dist/site-editor-app/pages/websites/studio/tool-bar/StudioToolBar","@web-atoms/core/dist/core/Defer","@social-mail/social-mail-client/dist/site-editor/tools/basic/BasicShapes","@social-mail/social-mail-client/dist/site-editor/tools/section/ToolSection","@social-mail/social-mail-client/dist/common/CDN","@social-mail/social-mail-client/dist/site-editor/tools/preview/ToolPreview","@social-mail/social-mail-client/dist/site-editor/tools/ToolService","@social-mail/social-mail-client/dist/site-editor-app/pages/websites/studio/layers/StudioLayers","@social-mail/social-mail-client/dist/site-editor-app/pages/websites/studio/layers/TreeElement","@social-mail/social-mail-client/content/svg/eye.svg","@social-mail/social-mail-client/content/svg/eye-slash.svg","@social-mail/social-mail-client/dist/site-editor/tools/designs/Designs","@social-mail/social-mail-client/dist/site-editor-app/pages/store/orders/StoreOrderListPage","@social-mail/social-mail-client/dist/services/store/StoreService","@social-mail/social-mail-client/dist/services/store/StoreOrderService","@social-mail/social-mail-client/dist/site-editor-app/pages/store/order/EditOrderPage","@social-mail/social-mail-client/dist/common/controls/reference-editor/ReferenceEditor","@social-mail/social-mail-client/dist/common/pages/contacts/ContactEditorPage","@social-mail/social-mail-client/dist/services/contacts/ContactService","@social-mail/social-mail-client/dist/services/store/StoreItemService","@social-mail/social-mail-client/dist/site-editor-app/pages/store/products/EditProductListPage","@social-mail/social-mail-client/dist/site-editor-app/pages/store/products/EditProductDetailPage","@social-mail/social-mail-client/dist/site-editor-app/pages/store/products/ProductEditor","@social-mail/social-mail-client/dist/common/controls/tags/TagChips","@social-mail/social-mail-client/dist/common/folder-view/FolderViewControl","@social-mail/social-mail-client/dist/site-editor-app/pages/store/products/html/Offers","@social-mail/social-mail-client/dist/site-editor-app/pages/store/products/html/Specifications","@social-mail/social-mail-client/dist/site-editor-app/pages/store/folders/EditItemFolderPage","@social-mail/social-mail-client/dist/site-editor-app/pages/store/products/html/ProductHtmlEditorPage","@social-mail/social-mail-client/dist/site-editor-app/pages/store/products/html/ProductHtmlEditor","@social-mail/social-mail-client/dist/site-editor-app/pages/store/StoreLink","@social-mail/social-mail-client/dist/common/currency","@social-mail/social-mail-client/dist/site-editor-app/pages/store/coupons/StoreCouponsPage","@social-mail/social-mail-client/dist/site-editor-app/pages/store/payment-gateway/PaymentGatewayListPage","@social-mail/social-mail-client/dist/site-editor-app/pages/store/payment-gateway/PaymentGatewayEditorPage","@social-mail/social-mail-client/dist/common/controls/drawer/BaseDrawer","@web-atoms/core/dist/Pack"]);
|
|
2081
|
+
["@social-mail/social-mail-client/dist/site-editor-app/SiteEditorApp","@social-mail/social-mail-client/dist/common/BaseApp","@web-atoms/core/dist/core/InjectProperty","@web-atoms/web-controls/dist/desktop-app/MobileDesktopApp","@web-atoms/web-controls/dist/mobile-app/MobileApp","@web-atoms/core/dist/core/AtomLoader","@web-atoms/core/dist/services/JsonService","@web-atoms/core/dist/core/StringHelper","@web-atoms/core/dist/di/RegisterSingleton","@web-atoms/core/dist/di/Register","@web-atoms/core/dist/core/types","@web-atoms/core/dist/core/AtomMap","@web-atoms/core/dist/di/ServiceCollection","@web-atoms/core/dist/di/TypeKey","@web-atoms/date-time/dist/DateTime","@web-atoms/date-time/dist/TimeSpan","@web-atoms/core/dist/services/ReferenceService","@web-atoms/core/dist/di/DISingleton","@web-atoms/core/dist/core/AtomUri","@web-atoms/core/dist/web/core/AtomUI","@web-atoms/core/dist/core/Command","@web-atoms/core/dist/core/EventScope","@web-atoms/core/dist/core/Route","@web-atoms/core/dist/core/InheritedProperty","@web-atoms/core/dist/core/AtomBinder","@web-atoms/core/dist/core/sleep","@web-atoms/core/dist/core/XNode","@web-atoms/core/dist/core/Bind","@web-atoms/core/dist/core/ExpressionParser","@web-atoms/core/dist/services/NavigationService","@web-atoms/core/dist/core/AtomComponent","@web-atoms/core/dist/App","@web-atoms/core/dist/core/AtomDispatcher","@web-atoms/core/dist/di/ServiceProvider","@web-atoms/core/dist/core/TransientDisposable","@web-atoms/core/dist/di/Inject","@web-atoms/core/dist/services/BusyIndicatorService","@web-atoms/core/dist/core/AtomList","@web-atoms/core/dist/core/AtomDisposableList","@web-atoms/core/dist/core/AtomWatcher","@web-atoms/core/dist/core/Hacks","@web-atoms/core/dist/core/PropertyMap","@web-atoms/core/dist/core/FormattedString","@web-atoms/core/dist/web/controls/AtomControl","@web-atoms/core/dist/core/BindableProperty","@web-atoms/core/dist/core/WebImage","@web-atoms/core/dist/web/styles/AtomStyle","@web-atoms/core/dist/web/styles/AtomStyleSheet","@web-atoms/core/dist/web/services/PopupService","@web-atoms/core/dist/web/services/PopupWindow","@web-atoms/web-controls/dist/PageNavigator","@web-atoms/web-controls/dist/desktop-app/DesktopApp","@web-atoms/core/dist/view-model/Action","@web-atoms/core/dist/services/http/JsonError","@social-mail/social-mail-client/dist/services/LoginService","@social-mail/social-mail-client/dist/services/EntityService","@web-atoms/entity/dist/services/BaseEntityService","@web-atoms/entity/dist/models/Cloner","@web-atoms/entity/dist/models/cloneSource","@web-atoms/entity/dist/models/IEntityModel","@web-atoms/entity/dist/services/mergeProperties","@web-atoms/entity/dist/services/Query","@web-atoms/entity/dist/services/StringHelper","@web-atoms/core/dist/services/FetchBuilder","@web-atoms/entity/dist/services/resolve","@web-atoms/entity/dist/models/TaskManager","@web-atoms/entity/dist/models/Queue","@social-mail/social-mail-client/dist/services/BusyProgress","@social-mail/social-mail-client/dist/common/apiPath","@social-mail/social-mail-client/dist/model/model","@social-mail/social-mail-client/dist/common/SocialMailApp","@social-mail/social-mail-client/dist/services/files/LocalFileService","@web-atoms/web-controls/dist/basic/AtomRepeater","@web-atoms/core/dist/core/Colors","@web-atoms/core/dist/core/WatchProperty","@web-atoms/web-controls/dist/basic/MergeNode","@web-atoms/web-controls/dist/basic/ItemPath","@web-atoms/web-controls/dist/DataAttributes","@web-atoms/web-controls/dist/basic/elements/AtomPopover","@web-atoms/web-controls/dist/basic/elements/relativeRect","@web-atoms/web-controls/dist/basic/elements/getContainingBlock","@social-mail/social-mail-client/dist/common/FileUploader","@social-mail/social-mail-client/dist/services/ffmpeg/FFService","@social-mail/social-mail-client/dist/common/Modules","@social-mail/social-mail-client/dist/common/pages/user/login/LoginPage","@web-atoms/web-controls/dist/basic/FormField","@web-atoms/web-controls/dist/basic/PasswordBox","@social-mail/social-mail-client/dist/common/controls/password/PasswordStrength","@social-mail/social-mail-client/dist/common/validators/Validators","@social-mail/social-mail-client/dist/common/controls/buttons/IconButton","@social-mail/social-mail-client/dist/common/pages/user/forgot/ForgotPassword","@web-atoms/web-controls/dist/basic/Form","@social-mail/social-mail-client/dist/common/controls/countries/CountrySelect","@web-atoms/web-controls/dist/basic/DropDown","@web-atoms/web-controls/dist/basic/MaskedInput","@social-mail/social-mail-client/dist/common/controls/qrcode/QRCode","@social-mail/social-mail-client/dist/common/form/AppForm","@social-mail/social-mail-client/dist/common/controls/phone-editor/PhoneEditor","@social-mail/social-mail-client/dist/common/pages/user/multi-factor/SetupMultiFactorPage","@social-mail/social-mail-client/dist/common/pages/user/services/UserService","@web-atoms/core/dist/di/DITransient","@social-mail/social-mail-client/dist/common/date/DateFormats","@social-mail/social-mail-client/dist/common/controls/ModuleInfo","@social-mail/social-mail-client/dist/services/WebPushService","@positron-js/context/dist/PositronInBrowser","@social-mail/social-mail-client/dist/common/TestMode","@social-mail/social-mail-client/dist/style/GlobalStyle","@social-mail/social-mail-client/dist/style/OverrideAppStyle","@web-atoms/data-styles/data-styles","@social-mail/social-mail-client/dist/common/pages/splash/SplashScreenPage","@social-mail/social-mail-client/dist/site-editor-app/drawer/SiteEditorDrawer","@social-mail/social-mail-client/dist/common/menu/MenuService","@social-mail/social-mail-client/dist/common/pages/mailboxes/services/MailboxService","@social-mail/social-mail-client/dist/common/Sql","@social-mail/social-mail-client/dist/common/pages/files/service/CloudFileService","@social-mail/social-mail-client/dist/site-editor-app/commands/SiteEditorCommands","@social-mail/social-mail-client/dist/site-editor-app/pages/websites/SiteWebsiteList","@social-mail/social-mail-client/dist/common/pages/websites/list/WebSiteListPage","@social-mail/social-mail-client/dist/services/websites/WebSiteService","@social-mail/social-mail-client/dist/common/StringFormat","@social-mail/social-mail-client/dist/common/pages/websites/edit/WebSiteFolderEditor","@web-atoms/web-controls/dist/basic/Checkbox","@social-mail/social-mail-client/dist/common/controls/repeater/InfiniteRepeater","@social-mail/social-mail-client/dist/common/NumberFormats","@social-mail/social-mail-client/dist/common/pages/websites/edit/WebSiteFolderSettings","@social-mail/social-mail-client/dist/common/controls/collection-editor/CollectionEditorEx","@social-mail/social-mail-client/dist/common/pages/folders/ChooserFolderPage","@social-mail/social-mail-client/dist/common/controls/tree/FileTreeView","@social-mail/social-mail-client/dist/common/controls/tree/TreeView","@web-atoms/web-controls/dist/basic/PopupButton","@web-atoms/web-controls/dist/basic/InlinePopupButton","@web-atoms/web-controls/dist/basic/UploadEvent","@web-atoms/web-controls/dist/NumberFormats","@social-mail/social-mail-client/dist/common/events/CommonEvents","@social-mail/social-mail-client/dist/common/AppUrlService","@web-atoms/web-controls/dist/mobile-app/MasterDetailPage","@social-mail/social-mail-client/dist/common/commands/CommonCommands","@social-mail/social-mail-client/dist/web/page/mails/contacts/MailboxContacts","@social-mail/social-mail-client/dist/web/page/mails/service/MailService","@social-mail/social-mail-client/dist/web/page/mails/ConversationPage","@social-mail/social-mail-client/dist/web/page/mails/service/ConversationService","@web-atoms/email-dom/dist/DomToString","@web-atoms/email-dom/dist/dom/StyleHelper","@web-atoms/email-dom/dist/style/mergeStyle","@social-mail/social-mail-client/dist/web/commands/MailAppEvents","@social-mail/social-mail-client/dist/common/fileUrl","@social-mail/social-mail-client/dist/common/cache/CacheTTL","@social-mail/social-mail-client/dist/common/controls/Loader","@social-mail/social-mail-client/content/images/gif/loader.gif","@social-mail/social-mail-client/dist/common/cache/CacheVersions","@web-atoms/web-controls/dist/basic/InlinePopupControl","@social-mail/social-mail-client/dist/services/socket/sockets","@web-atoms/web-controls/dist/basic/LimitedText","@social-mail/social-mail-client/dist/common/pages/logs/LogsPage","@social-mail/social-mail-client/dist/common/pages/logs/services/AppLogService","@social-mail/social-mail-client/dist/web/page/mails/detail/MailDetailPage","@social-mail/social-mail-client/dist/common/controls/file-preview/FilePreview","@social-mail/social-mail-client/dist/web/commands/AppCommands","@social-mail/social-mail-client/dist/web/page/home/HomePage","@social-mail/social-mail-client/dist/common/pages/mailboxes/MailboxListPage","@social-mail/social-mail-client/dist/common/pages/mailboxes/MailboxEditorPage","@social-mail/social-mail-client/dist/common/controls/form/RequiredFormField","@social-mail/social-mail-client/dist/admin/pages/users/ChooseUserPage","@social-mail/social-mail-client/dist/admin/pages/users/services/AdminUserService","@social-mail/social-mail-client/dist/common/controls/hosted-domains/HostedDomainDropDown","@social-mail/social-mail-client/dist/common/pages/mailboxes/MailboxDetailPage","@social-mail/social-mail-client/dist/common/pages/mailboxes/settings/EditSyncTargetPage","@social-mail/social-mail-client/dist/common/icons/Icons","@social-mail/social-mail-client/dist/common/pages/mailboxes/external-mailboxes/AddExternalMailboxPage","@social-mail/social-mail-client/dist/common/pages/mailboxes/services/ExternalMailboxService","@social-mail/social-mail-client/content/images/icons/audio.svg","@social-mail/social-mail-client/dist/common/FileUrlService","@social-mail/social-mail-client/dist/web/page/mails/mini-compose/MiniComposeBox","@social-mail/social-mail-client/dist/common/controls/audio/AudioRecorder","@web-atoms/web-controls/dist/mobile-app/BottomPopup","@web-atoms/web-controls/dist/animations/Animations","@social-mail/social-mail-client/dist/common/controls/audio/WebRTCService","@social-mail/social-mail-client/dist/common/controls/buttons/round/RoundButton","@social-mail/social-mail-client/dist/common/controls/html/InlineHtmlEditorWithToolbar","@web-atoms/web-controls/dist/html-editor/InlineHtmlEditor","@web-atoms/web-controls/dist/html-editor/commands/AddImage","@web-atoms/web-controls/dist/html-editor/commands/CommandButton","@web-atoms/web-controls/dist/html-editor/commands/HtmlCommands","@web-atoms/web-controls/dist/html-editor/commands/Toolbar","@web-atoms/web-controls/dist/html-editor/commands/Bold","@web-atoms/web-controls/dist/html-editor/commands/Command","@web-atoms/web-controls/dist/html-editor/commands/Italic","@web-atoms/web-controls/dist/html-editor/commands/Underline","@web-atoms/web-controls/dist/html-editor/commands/StrikeThrough","@web-atoms/web-controls/dist/html-editor/commands/Align","@web-atoms/web-controls/dist/html-editor/commands/HorizontalRule","@web-atoms/web-controls/dist/html-editor/commands/Separator","@web-atoms/web-controls/dist/html-editor/commands/Headings","@web-atoms/web-controls/dist/html-editor/commands/ChangeColor","@web-atoms/web-controls/dist/html-editor/commands/ChangeFont","@web-atoms/web-controls/dist/html-editor/commands/ChangeFontSize","@web-atoms/web-controls/dist/html-editor/commands/NumberedList","@web-atoms/web-controls/dist/html-editor/commands/UnorderedList","@web-atoms/web-controls/dist/html-editor/commands/IndentLess","@web-atoms/web-controls/dist/html-editor/commands/IndentMore","@web-atoms/web-controls/dist/html-editor/commands/AddLink","@web-atoms/core/dist/web/controls/AtomToggleButtonBar","@web-atoms/core/dist/web/styles/AtomToggleButtonBarStyle","@web-atoms/core/dist/web/styles/AtomListBoxStyle","@web-atoms/core/dist/web/controls/AtomListBox","@web-atoms/core/dist/web/controls/AtomItemsControl","@web-atoms/core/dist/core/AtomEnumerator","@web-atoms/web-controls/dist/html-editor/commands/Unlink","@web-atoms/web-controls/dist/html-editor/commands/RemoveFormat","@web-atoms/web-controls/dist/html-editor/commands/Source","@web-atoms/web-controls/dist/html-editor/AtomHtmlEditor","@web-atoms/web-controls/dist/html-editor/commands/AttachFile","@social-mail/social-mail-client/dist/web/page/mails/mini-compose/Insert","@social-mail/social-mail-client/dist/code-editor/CodeSnippetPage","@social-mail/social-mail-client/dist/code-editor/MonacoService","@web-atoms/web-controls/dist/basic/Select","@social-mail/social-mail-client/dist/web/page/mails/mini-compose/Attach","@web-atoms/web-controls/dist/basic/TitleEditor","@social-mail/social-mail-client/dist/common/controls/email-recipients/EmailRecipientChips","@web-atoms/web-controls/dist/basic/AtomChips","@web-atoms/web-controls/dist/basic/Chip","@social-mail/social-mail-client/dist/services/email-addresses/EmailAddressService","@social-mail/social-mail-client/dist/common/controls/mailboxes/MailboxDropDown","@social-mail/social-mail-client/dist/common/controls/drag-drop/FilesDragDrop","@social-mail/social-mail-client/dist/common/controls/emoji-picker/EmojiPicker","@web-atoms/core/dist/web/WebApp","@web-atoms/core/dist/core/AtomOnce","@web-atoms/core/dist/web/services/WebBusyIndicatorService","@web-atoms/core/dist/web/styles/StyleBuilder","@web-atoms/core/dist/web/services/WindowService","@web-atoms/core/dist/Atom","@web-atoms/core/dist/core/FormattedError","@web-atoms/core/dist/view-model/AtomWindowViewModel","@web-atoms/core/dist/view-model/AtomViewModel","@web-atoms/core/dist/view-model/baseTypes","@web-atoms/core/dist/web/controls/AtomAlertWindow","@web-atoms/core/dist/web/styles/AtomAlertWindowStyle","@web-atoms/core/dist/web/styles/AtomWindowStyle","@web-atoms/core/src/web/images/close-button-hover.svg","@web-atoms/core/dist/web/controls/AtomWindow","@web-atoms/core/dist/web/controls/AtomTemplate","@web-atoms/core/dist/web/controls/AtomNotification","@web-atoms/core/dist/web/styles/AtomNotificationStyle","@web-atoms/core/dist/web/styles/AtomPopupStyle","@web-atoms/core/dist/web/services/NotificationPopup","@web-atoms/core/dist/web/styles/AtomTheme","@social-mail/social-mail-client/dist/web/page/mails/engagements/EngagementDetails","@web-atoms/web-controls/dist/basic/ToggleButtonBar","@social-mail/social-mail-client/dist/web/page/mails/service/EngagementService","@social-mail/social-mail-client/dist/services/email/EmailContentDownloader","@social-mail/social-mail-client/dist/web/page/mails/unsubscribe/UnsubscribeWindow","@social-mail/social-mail-client/dist/web/page/mails/mini-compose/MiniComposePage","@social-mail/social-mail-client/dist/common/controls/email-recipients/EmailLabel","@social-mail/social-mail-client/dist/web/page/mails/conversation/ConversationTags","@social-mail/social-mail-client/dist/web/page/mails/ConversationTagChips","@social-mail/social-mail-client/dist/web/page/mails/web-hooks/WebHookListPage","@social-mail/social-mail-client/dist/site-editor-app/pages/store/web-hooks/WebHookPage","@social-mail/social-mail-client/dist/web/page/mails/commands/ReportEmailCommand","@social-mail/social-mail-client/dist/common/ui-commands/UICommand","@social-mail/social-mail-client/dist/common/Mailto","@social-mail/social-mail-client/dist/web/page/mails/commands/NewConversationRequest","@social-mail/social-mail-client/dist/web/page/mails/commands/ReportConversationCommand","@social-mail/social-mail-client/dist/web/page/mails/ChooseMailboxPage","@social-mail/social-mail-client/dist/common/pages/folders/ChooseTemplatePage","@social-mail/social-mail-client/dist/services/mime-service/MimeMessage","@social-mail/social-mail-client/dist/services/mime-service/MimeNode","@social-mail/social-mail-client/dist/common/QueryIterator","@social-mail/social-mail-client/dist/services/mime-service/AttachmentFile","@social-mail/social-mail-client/dist/services/mime-service/HeaderContentType","@social-mail/social-mail-client/dist/services/mime-service/parsePairs","@social-mail/social-mail-client/dist/services/mime-service/tokenizer","@social-mail/social-mail-client/dist/services/mime-service/HeaderContentDisposition","@social-mail/social-mail-client/dist/services/mime-service/encoder/word-encoding","@social-mail/social-mail-client/dist/services/mime-service/encoder/RawBuffer","@social-mail/social-mail-client/dist/services/mime-service/encoder/base64-to-blob","@social-mail/social-mail-client/dist/services/mime-service/encoder/quoted-printable","@social-mail/social-mail-client/dist/services/mime-service/stream/LineStream","@social-mail/social-mail-client/dist/services/mime-service/stream/TextWriter","@web-atoms/web-controls/dist/basic/Resizable","@social-mail/social-mail-client/dist/common/controls/badge/Badge","@social-mail/social-mail-client/dist/web/page/mails/contacts/ConversationBar","@social-mail/social-mail-client/dist/web/page/channels/detail/ChannelDetailPage","@social-mail/social-mail-client/dist/web/page/channels/services/ChannelService","@social-mail/social-mail-client/dist/web/page/channels/subscribers/ChannelSubscribersPage","@social-mail/social-mail-client/dist/web/page/channels/subscribers/add/AddSubscriberPage","@social-mail/social-mail-client/dist/web/page/channels/subscribers/rights/UpdateRightsPage","@social-mail/social-mail-client/dist/common/pages/drives/DriveListPage","@social-mail/social-mail-client/dist/common/pages/files/folder/FolderPage","@social-mail/social-mail-client/dist/common/pages/files/shares/EditSharesPage","@social-mail/social-mail-client/dist/services/files/FileShareService","@social-mail/social-mail-client/dist/common/pages/files/shares/AddSharePage","@web-atoms/web-controls/dist/basic/Switch","@social-mail/social-mail-client/dist/common/controls/drop-downs/user/UserDropDown","@web-atoms/web-controls/dist/basic/DateField","@web-atoms/web-controls/dist/basic/Calendar","@web-atoms/web-controls/dist/basic/TimeEditor","@social-mail/social-mail-client/dist/web/page/templates/EditTemplatePage","@social-mail/social-mail-client/dist/common/pages/files/FileHistoryPage","@social-mail/social-mail-client/dist/services/files/FileHistoryService","@social-mail/social-mail-client/dist/common/pages/websites/detail/WebSiteDetail","@social-mail/social-mail-client/dist/services/ReportEntityService","@social-mail/social-mail-client/dist/common/pages/websites/detail/reports/RealTimeVisitors","@social-mail/social-mail-client/dist/common/controls/charts/ChartControl","@social-mail/social-mail-client/dist/model/reportModel","@social-mail/social-mail-client/dist/common/pages/websites/detail/reports/DailyVisitors","@social-mail/social-mail-client/dist/common/pages/websites/detail/reports/DailyVisitorsByCountry","@social-mail/social-mail-client/dist/common/pages/websites/detail/reports/ChartDataBuilder","@social-mail/social-mail-client/dist/common/pages/websites/detail/reports/DailyVisitorsByDevices","@social-mail/social-mail-client/dist/common/pages/websites/detail/reports/DailyVisitorsBySources","@social-mail/social-mail-client/dist/common/pages/user/change-password/ChangePasswordPage","@social-mail/social-mail-client/dist/common/pages/user/multi-factor/MultiFactorSetupPage","@social-mail/social-mail-client/dist/common/pages/user/access-tokens/AccessTokenListPage","@social-mail/social-mail-client/dist/common/controls/entity/EntityListControl","@social-mail/social-mail-client/dist/common/pages/dns/DnsZoneListPage","@social-mail/social-mail-client/dist/common/pages/dns/DnsZoneService","@social-mail/social-mail-client/dist/common/pages/dns/edit/DnsZoneEditorPage","@social-mail/social-mail-client/dist/common/pages/dns/edit/DnsRecordEditorPage","@web-atoms/web-controls/dist/basic/ComboBox","@social-mail/social-mail-client/dist/common/pages/files/preview/image/PreviewImage","@web-atoms/web-controls/dist/basic/PinchZoomView","@social-mail/social-mail-client/dist/common/pages/files/preview/document/PreviewDocument","@social-mail/social-mail-client/dist/common/pages/files/preview/document/PreviewPDF","@social-mail/social-mail-client/dist/common/pages/files/preview/media/PreviewMedia","@web-atoms/web-controls/dist/player/AtomVideoPlayer","@social-mail/social-mail-client/dist/services/FileTypes","@social-mail/social-mail-client/dist/site-editor-app/pages/websites/studio/WebSiteStudioPage","@social-mail/social-mail-client/dist/site-editor-app/pages/websites/templates/ChooseWebSiteTemplatePage","@social-mail/social-mail-client/dist/services/files/MimeTypeService","@social-mail/social-mail-client/dist/site-editor-app/pages/websites/templates/TemplateService","@social-mail/social-mail-client/dist/site-editor/editor/WebSitePageEditor","@social-mail/social-mail-client/dist/site-editor/editor/HtmlPageEditor","@social-mail/social-mail-client/dist/site-editor/drag-drop/DragDropHelper","@social-mail/social-mail-client/dist/site-editor/toolbars/UndoRedoToolbar","@social-mail/social-mail-client/dist/site-editor/toolbars/EditorToolbar","@social-mail/social-mail-client/dist/site-editor/blocks/WrapGrid","@social-mail/social-mail-client/dist/site-editor/blocks/Block","@social-mail/social-mail-client/dist/site-editor/properties/Properties","@social-mail/social-mail-client/dist/site-editor/properties/groups/LayoutEditor","@social-mail/social-mail-client/dist/site-editor/properties/controls/PropertyEditor","@web-atoms/web-controls/dist/basic/Expander","@social-mail/social-mail-client/dist/common/controls/data-list-select/DataListSelect","@social-mail/social-mail-client/dist/site-editor/properties/groups/TextPropertyEditor","@social-mail/social-mail-client/dist/site-editor/properties/controls/SizeEditorControl","@social-mail/social-mail-client/dist/site-editor/properties/groups/BorderGroupEditor","@social-mail/social-mail-client/dist/site-editor/properties/groups/SizeGroupEditor","@social-mail/social-mail-client/dist/site-editor/properties/controls/MinMaxToggle","@web-atoms/web-controls/dist/basic/ButtonBar","@social-mail/social-mail-client/dist/site-editor/suggestions/pair","@social-mail/social-mail-client/dist/site-editor/properties/groups/SpaceGroupEditor","@social-mail/social-mail-client/dist/site-editor/properties/groups/PositionGroupEditor","@social-mail/social-mail-client/dist/site-editor/properties/groups/BackgroundGroupEditor","@social-mail/social-mail-client/dist/site-editor/properties/controls/StyleFileEditor","@social-mail/social-mail-client/dist/site-editor/properties/controls/StylePropertyEditor","@social-mail/social-mail-client/dist/site-editor/properties/groups/AttributeEditor","@social-mail/social-mail-client/dist/site-editor/properties/controls/LinkProperty","@social-mail/social-mail-client/dist/site-editor/properties/controls/StyleVarsEditor","@social-mail/social-mail-client/dist/code-editor/style/StyleVarEditorWindow","@social-mail/social-mail-client/dist/site-editor/properties/groups/ImageEditor","@social-mail/social-mail-client/dist/site-editor/properties/groups/ScrollGroupEditor","@social-mail/social-mail-client/dist/site-editor/properties/groups/EffectGroup","@social-mail/social-mail-client/dist/site-editor/properties/groups/TransformGroupEditor","@social-mail/social-mail-client/dist/site-editor/properties/groups/ChildSizeGroupEditor","@social-mail/social-mail-client/dist/site-editor/properties/groups/AnimateGroupEditor","@social-mail/social-mail-client/dist/site-editor/properties/controls/animation-chooser/AnimationChooser","@social-mail/social-mail-client/dist/site-editor/properties/controls/animation-chooser/PresetAnimations","@social-mail/social-mail-client/dist/common/PackageInfo","@social-mail/social-mail-client/package.json","@social-mail/social-mail-client/dist/site-editor/properties/controls/animation-chooser/PromiseScope","@social-mail/social-mail-client/dist/site-editor/properties/controls/animation-chooser/CustomAnimationEditor","@social-mail/social-mail-client/dist/site-editor/properties/groups/MaskGroupEditor","@social-mail/social-mail-client/dist/site-editor/properties/groups/ClipGroup","@social-mail/social-mail-client/dist/site-editor/properties/groups/AnimatedMaskGroupEditor","@social-mail/social-mail-client/dist/site-editor/editor/SelectedElement","@social-mail/social-mail-client/dist/site-editor/blocks/ImageBox","@social-mail/social-mail-client/dist/site-editor/blocks/defaultImage","@social-mail/social-mail-client/dist/site-editor/blocks/RowBox","@social-mail/social-mail-client/content/images/svg/html-editor/layouts/row.png","@social-mail/social-mail-client/dist/site-editor/blocks/ColumnBox","@social-mail/social-mail-client/content/images/svg/html-editor/layouts/column.png","@social-mail/social-mail-client/dist/site-editor/blocks/VerticalImageBox","@social-mail/social-mail-client/content/images/svg/html-editor/layouts/vertical-image-box.png","@social-mail/social-mail-client/dist/site-editor/blocks/Image","@social-mail/social-mail-client/dist/site-editor/blocks/ImageCard","@social-mail/social-mail-client/dist/site-editor/blocks/TextBox","@social-mail/social-mail-client/dist/site-editor/blocks/Card","@social-mail/social-mail-client/content/images/svg/html-editor/layouts/card.png","@social-mail/social-mail-client/dist/site-editor/blocks/List","@social-mail/social-mail-client/dist/site-editor/blocks/Components","@social-mail/social-mail-client/dist/site-editor/blocks/Buttons","@social-mail/social-mail-client/dist/site-editor/blocks/Columns2","@social-mail/social-mail-client/content/images/svg/html-editor/layouts/column-2.png","@social-mail/social-mail-client/dist/site-editor/blocks/Columns3","@social-mail/social-mail-client/content/images/svg/html-editor/layouts/column-3.png","@social-mail/social-mail-client/dist/site-editor/blocks/RightImageBox","@social-mail/social-mail-client/dist/site-editor/blocks/PriceBox","@social-mail/social-mail-client/dist/site-editor/blocks/Billboard","@social-mail/social-mail-client/dist/site-editor/blocks/OutlineText","@social-mail/social-mail-client/dist/site-editor/blocks/Carousel","@social-mail/social-mail-client/dist/site-editor/blocks/ImageGallery","@social-mail/social-mail-client/dist/site-editor/blocks/VideoPlayer","@social-mail/social-mail-client/dist/site-editor/blocks/BackgroundVideo","@social-mail/social-mail-client/dist/site-editor/blocks/TextMask","@social-mail/social-mail-client/dist/site-editor/blocks/MarqueeText","@social-mail/social-mail-client/dist/site-editor/blocks/ImageGrid","@social-mail/social-mail-client/dist/site-editor/blocks/BoxFrame","@social-mail/social-mail-client/dist/site-editor/blocks/InjectBox","@social-mail/social-mail-client/dist/site-editor/blocks/PDFFlipBook","@social-mail/social-mail-client/dist/site-editor/blocks/PDFViewer","@social-mail/social-mail-client/dist/site-editor/blocks/Banner","@social-mail/social-mail-client/dist/site-editor/editor/LanguageDropDown","@social-mail/social-mail-client/dist/site-editor/editor/webComponentsPath","@social-mail/social-mail-client/dist/site-editor/editor/UndoRedo","@social-mail/social-mail-client/dist/site-editor/editor/EditingSymbols","@social-mail/social-mail-client/dist/site-editor/editor/DomHelper","@social-mail/social-mail-client/dist/site-editor/blocks/FlipBox","@social-mail/social-mail-client/dist/site-editor/blocks/GridBox","@social-mail/social-mail-client/dist/site-editor/blocks/ScrollAware","@social-mail/social-mail-client/dist/site-editor/blocks/InlineSvg","@social-mail/social-mail-client/dist/site-editor/editor/CssParser","@social-mail/social-mail-client/dist/site-editor/suggestions/editorSuggestions","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/align","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/animation-properties","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/animations/animations","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/animations/key-frames/blur/blur-in","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/animations/key-frames/css","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/animations/key-frames/blur/blur-out","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/animations/key-frames/bounce/bounce-in","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/animations/key-frames/bounce/bounce-out","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/animations/key-frames/breathe/breathe-in","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/animations/key-frames/breathe/breathe-out","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/animations/key-frames/fade/fade-in","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/animations/key-frames/fade/fade-out","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/animations/key-frames/rotate/rotate-in","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/animations/key-frames/rotate/rotate-out","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/animations/key-frames/scale/scale-in","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/animations/key-frames/scale/scale-out","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/animations/key-frames/slide/slide-in","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/animations/key-frames/slide/slide-out","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/animations/key-frames/zoom/zoom-in","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/animations/key-frames/zoom/zoom-out","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/background","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/color","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/size","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/border","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/clip","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/effects","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/fontStyles","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/gap","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/grid","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/image","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/layouts","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/mask","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/overflow","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/position","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/space","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/text","@social-mail/social-mail-client/dist/site-editor/suggestions/properties/transform","@social-mail/social-mail-client/dist/site-editor/properties/controls/ElementBuilder","@social-mail/social-mail-client/dist/site-editor/editor/ui/SelectionUI","@social-mail/social-mail-client/dist/site-editor/menus/EditorPopupMenu","@social-mail/social-mail-client/dist/site-editor/menus/commands/MoveElement","@social-mail/social-mail-client/dist/common/controls/menu/MenuItem","@social-mail/social-mail-client/dist/site-editor/menus/commands/DuplicateElement","@social-mail/social-mail-client/dist/site-editor/menus/commands/DeleteElement","@social-mail/social-mail-client/dist/site-editor/menus/commands/ReplaceParent","@social-mail/social-mail-client/dist/site-editor/menus/commands/clipboard/CutElement","@social-mail/social-mail-client/dist/site-editor/menus/commands/clipboard/CopyElement","@social-mail/social-mail-client/dist/site-editor/menus/commands/clipboard/PasteElementInside","@social-mail/social-mail-client/dist/site-editor/menus/commands/clipboard/PasteElementAbove","@social-mail/social-mail-client/dist/site-editor/menus/commands/EditElement","@social-mail/social-mail-client/dist/code-editor/html/HtmlCodeEditorWindow","@social-mail/social-mail-client/dist/site-editor/menus/commands/svg/EditSvg","@social-mail/social-mail-client/dist/code-editor/svg/SvgCodeEditorWindow","@social-mail/social-mail-client/dist/site-editor/menus/commands/image/SplitImage","@social-mail/social-mail-client/dist/site-editor/editor/sizes","@social-mail/social-mail-client/dist/site-editor/editor/ui/SnapGuides","@social-mail/social-mail-client/dist/site-editor/editor/guides/UIGuides","@social-mail/social-mail-client/dist/code-editor/CodeEditorPage","@social-mail/social-mail-client/dist/common/pages/files/media/ChooseMediaPage","@social-mail/social-mail-client/dist/site-editor/services/DefaultTemplateService","@social-mail/social-mail-client/dist/common/toBase36","@social-mail/social-mail-client/dist/site-editor-app/pages/websites/history/WebSiteHistory","@social-mail/social-mail-client/dist/site-editor-app/pages/websites/view/ViewWebSitePage","@social-mail/social-mail-client/dist/common/controls/collection-editor/CollectionEditor","@social-mail/social-mail-client/dist/site-editor-app/pages/websites/blogs/WebSiteBlogsPage","@social-mail/social-mail-client/dist/site-editor-app/pages/websites/blogs/LookupChannelPage","@social-mail/social-mail-client/dist/common/pages/files/preview/document/DownloadZip","@social-mail/social-mail-client/dist/site-editor-app/pages/websites/studio/DesignSupportPage","@social-mail/social-mail-client/dist/site-editor-app/pages/websites/studio/tool-bar/StudioToolBar","@web-atoms/core/dist/core/Defer","@social-mail/social-mail-client/dist/site-editor/tools/basic/BasicShapes","@social-mail/social-mail-client/dist/site-editor/tools/section/ToolSection","@social-mail/social-mail-client/dist/common/CDN","@social-mail/social-mail-client/dist/site-editor/tools/preview/ToolPreview","@social-mail/social-mail-client/dist/site-editor/tools/ToolService","@social-mail/social-mail-client/dist/site-editor-app/pages/websites/studio/layers/StudioLayers","@social-mail/social-mail-client/dist/site-editor-app/pages/websites/studio/layers/TreeElement","@social-mail/social-mail-client/content/svg/eye.svg","@social-mail/social-mail-client/content/svg/eye-slash.svg","@social-mail/social-mail-client/dist/site-editor/tools/designs/Designs","@social-mail/social-mail-client/dist/site-editor-app/pages/store/orders/StoreOrderListPage","@social-mail/social-mail-client/dist/services/store/StoreService","@social-mail/social-mail-client/dist/services/store/StoreOrderService","@social-mail/social-mail-client/dist/site-editor-app/pages/store/order/EditOrderPage","@social-mail/social-mail-client/dist/common/controls/reference-editor/ReferenceEditor","@social-mail/social-mail-client/dist/common/pages/contacts/ContactEditorPage","@social-mail/social-mail-client/dist/services/contacts/ContactService","@social-mail/social-mail-client/dist/services/store/StoreItemService","@social-mail/social-mail-client/dist/site-editor-app/pages/store/products/EditProductListPage","@social-mail/social-mail-client/dist/site-editor-app/pages/store/products/EditProductDetailPage","@social-mail/social-mail-client/dist/site-editor-app/pages/store/products/ProductEditor","@social-mail/social-mail-client/dist/common/controls/tags/TagChips","@social-mail/social-mail-client/dist/common/folder-view/FolderViewControl","@social-mail/social-mail-client/dist/site-editor-app/pages/store/products/html/Offers","@social-mail/social-mail-client/dist/site-editor-app/pages/store/products/html/Specifications","@social-mail/social-mail-client/dist/site-editor-app/pages/store/folders/EditItemFolderPage","@social-mail/social-mail-client/dist/site-editor-app/pages/store/products/html/ProductHtmlEditorPage","@social-mail/social-mail-client/dist/site-editor-app/pages/store/products/html/ProductHtmlEditor","@social-mail/social-mail-client/dist/site-editor-app/pages/store/StoreLink","@social-mail/social-mail-client/dist/common/currency","@social-mail/social-mail-client/dist/site-editor-app/pages/store/coupons/StoreCouponsPage","@social-mail/social-mail-client/dist/site-editor-app/pages/store/payment-gateway/PaymentGatewayListPage","@social-mail/social-mail-client/dist/site-editor-app/pages/store/payment-gateway/PaymentGatewayEditorPage","@social-mail/social-mail-client/dist/common/controls/drawer/BaseDrawer","@web-atoms/core/dist/Pack"]);
|
|
2082
2082
|
|
|
2083
2083
|
|
|
2084
2084
|
AmdLoader.instance.setup("@web-atoms/core/dist/core/InjectProperty");
|
|
@@ -52260,8 +52260,8 @@ System.register(["@web-atoms/core/dist/core/AtomBinder"], function (_export, _co
|
|
|
52260
52260
|
const minusWidth = Math.min(0, r.left);
|
|
52261
52261
|
const top = Math.max(0, r.top);
|
|
52262
52262
|
const minusHeight = r.top > 0 ? 0 : r.top;
|
|
52263
|
-
this.top = `${top
|
|
52264
|
-
this.left = `${Math.max(0, r.left)
|
|
52263
|
+
this.top = `${top}px`;
|
|
52264
|
+
this.left = `${Math.max(0, r.left)}px`;
|
|
52265
52265
|
this.width = `${r.width + minusWidth}px`;
|
|
52266
52266
|
this.height = `${r.height + minusHeight}px`;
|
|
52267
52267
|
switch (this.dropAnchor) {
|
|
@@ -53434,16 +53434,33 @@ System.register(["tslib", "@web-atoms/core/dist/core/sleep", "@web-atoms/core/di
|
|
|
53434
53434
|
});
|
|
53435
53435
|
//# sourceMappingURL=webComponentsPath.js.map
|
|
53436
53436
|
|
|
53437
|
+
AmdLoader.instance.setup("@social-mail/social-mail-client/dist/site-editor/editor/EditingSymbols");
|
|
53438
|
+
|
|
53439
|
+
System.register([], function (_export, _context) {
|
|
53440
|
+
"use strict";
|
|
53441
|
+
|
|
53442
|
+
var isDragged;
|
|
53443
|
+
return {
|
|
53444
|
+
setters: [],
|
|
53445
|
+
execute: function () {
|
|
53446
|
+
_export("isDragged", isDragged = Symbol.for("isDragged"));
|
|
53447
|
+
}
|
|
53448
|
+
};
|
|
53449
|
+
});
|
|
53450
|
+
//# sourceMappingURL=EditingSymbols.js.map
|
|
53451
|
+
|
|
53437
53452
|
AmdLoader.instance.setup("@social-mail/social-mail-client/dist/site-editor/editor/UndoRedo");
|
|
53438
53453
|
|
|
53439
|
-
System.register(["@web-atoms/core/dist/core/AtomBinder"], function (_export, _context) {
|
|
53454
|
+
System.register(["@web-atoms/core/dist/core/AtomBinder", "./EditingSymbols"], function (_export, _context) {
|
|
53440
53455
|
"use strict";
|
|
53441
53456
|
|
|
53442
|
-
var AtomBinder, UndoRedo;
|
|
53457
|
+
var AtomBinder, isDragged, UndoRedo;
|
|
53443
53458
|
_export("default", void 0);
|
|
53444
53459
|
return {
|
|
53445
53460
|
setters: [function (_webAtomsCoreDistCoreAtomBinder) {
|
|
53446
53461
|
AtomBinder = _webAtomsCoreDistCoreAtomBinder.AtomBinder;
|
|
53462
|
+
}, function (_EditingSymbols) {
|
|
53463
|
+
isDragged = _EditingSymbols.isDragged;
|
|
53447
53464
|
}],
|
|
53448
53465
|
execute: function () {
|
|
53449
53466
|
_export("default", UndoRedo = class UndoRedo {
|
|
@@ -53484,6 +53501,9 @@ System.register(["@web-atoms/core/dist/core/AtomBinder"], function (_export, _co
|
|
|
53484
53501
|
} = this;
|
|
53485
53502
|
if (this.silent && (documentObserver === null || documentObserver === void 0 ? void 0 : documentObserver.length)) {
|
|
53486
53503
|
for (const x of records) {
|
|
53504
|
+
if (x.target[isDragged]) {
|
|
53505
|
+
continue;
|
|
53506
|
+
}
|
|
53487
53507
|
for (const d of documentObserver) {
|
|
53488
53508
|
d(x);
|
|
53489
53509
|
}
|
|
@@ -56345,12 +56365,195 @@ System.register([], function (_export, _context) {
|
|
|
56345
56365
|
});
|
|
56346
56366
|
//# sourceMappingURL=sizes.js.map
|
|
56347
56367
|
|
|
56368
|
+
AmdLoader.instance.setup("@social-mail/social-mail-client/dist/site-editor/editor/ui/SnapGuides");
|
|
56369
|
+
|
|
56370
|
+
System.register([], function (_export, _context) {
|
|
56371
|
+
"use strict";
|
|
56372
|
+
|
|
56373
|
+
var SnapGuides, uiGuides;
|
|
56374
|
+
_export("default", void 0);
|
|
56375
|
+
return {
|
|
56376
|
+
setters: [],
|
|
56377
|
+
execute: function () {
|
|
56378
|
+
uiGuides = Symbol("ui-guides");
|
|
56379
|
+
_export("default", SnapGuides = class SnapGuides {
|
|
56380
|
+
constructor(direction, editor, e) {
|
|
56381
|
+
var _a, _b, _c;
|
|
56382
|
+
this.direction = direction;
|
|
56383
|
+
this.editor = editor;
|
|
56384
|
+
this.e = e;
|
|
56385
|
+
this.all = [];
|
|
56386
|
+
if (!/selected/i.test(e.tagName)) {
|
|
56387
|
+
e = e.parentElement;
|
|
56388
|
+
}
|
|
56389
|
+
const pe = e.parentElement;
|
|
56390
|
+
const guides = (_a = e[uiGuides]) !== null && _a !== void 0 ? _a : e[uiGuides] = editor.element.querySelector("ui-guides");
|
|
56391
|
+
this.hGuide = (_b = e["hGuide"]) !== null && _b !== void 0 ? _b : e["hGuide"] = guides.querySelector("h-guide");
|
|
56392
|
+
this.vGuide = (_c = e["vGuide"]) !== null && _c !== void 0 ? _c : e["vGuide"] = guides.querySelector("v-guide");
|
|
56393
|
+
const {
|
|
56394
|
+
all
|
|
56395
|
+
} = this;
|
|
56396
|
+
const current = this.editor.selection.element;
|
|
56397
|
+
const parent = current.parentElement;
|
|
56398
|
+
let start = current.parentElement;
|
|
56399
|
+
all.push({
|
|
56400
|
+
src: start,
|
|
56401
|
+
left: 0,
|
|
56402
|
+
top: 0,
|
|
56403
|
+
right: start.offsetWidth,
|
|
56404
|
+
bottom: start.offsetHeight,
|
|
56405
|
+
midX: start.offsetWidth / 2,
|
|
56406
|
+
midY: start.offsetHeight / 2
|
|
56407
|
+
});
|
|
56408
|
+
start = start.firstElementChild;
|
|
56409
|
+
if (start) {
|
|
56410
|
+
if (start.offsetParent === parent && start !== current) {
|
|
56411
|
+
all.push({
|
|
56412
|
+
src: start,
|
|
56413
|
+
left: start.offsetLeft,
|
|
56414
|
+
top: start.offsetTop,
|
|
56415
|
+
right: start.offsetLeft + start.offsetWidth,
|
|
56416
|
+
bottom: start.offsetTop + start.offsetHeight,
|
|
56417
|
+
midX: start.offsetLeft + start.offsetWidth / 2,
|
|
56418
|
+
midY: start.offsetTop + start.offsetHeight / 2
|
|
56419
|
+
});
|
|
56420
|
+
}
|
|
56421
|
+
do {
|
|
56422
|
+
if (start !== current) {
|
|
56423
|
+
all.push({
|
|
56424
|
+
src: start,
|
|
56425
|
+
left: start.offsetLeft,
|
|
56426
|
+
top: start.offsetTop,
|
|
56427
|
+
right: start.offsetLeft + start.offsetWidth,
|
|
56428
|
+
bottom: start.offsetTop + start.offsetHeight,
|
|
56429
|
+
midX: start.offsetLeft + start.offsetWidth / 2,
|
|
56430
|
+
midY: start.offsetTop + start.offsetHeight / 2
|
|
56431
|
+
});
|
|
56432
|
+
}
|
|
56433
|
+
start = start.nextElementSibling;
|
|
56434
|
+
} while (start);
|
|
56435
|
+
}
|
|
56436
|
+
console.log(all);
|
|
56437
|
+
}
|
|
56438
|
+
snap(rect) {
|
|
56439
|
+
let moving = false;
|
|
56440
|
+
let setLeft = false;
|
|
56441
|
+
let setTop = false;
|
|
56442
|
+
switch (this.direction) {
|
|
56443
|
+
case "none":
|
|
56444
|
+
return rect;
|
|
56445
|
+
case "move":
|
|
56446
|
+
moving = true;
|
|
56447
|
+
setLeft = true;
|
|
56448
|
+
setTop = true;
|
|
56449
|
+
break;
|
|
56450
|
+
case "lt":
|
|
56451
|
+
setLeft = true;
|
|
56452
|
+
setTop = true;
|
|
56453
|
+
break;
|
|
56454
|
+
case "rt":
|
|
56455
|
+
setTop = true;
|
|
56456
|
+
break;
|
|
56457
|
+
case "lb":
|
|
56458
|
+
setLeft = true;
|
|
56459
|
+
break;
|
|
56460
|
+
case "rb":
|
|
56461
|
+
break;
|
|
56462
|
+
}
|
|
56463
|
+
const mpX = rect.mx;
|
|
56464
|
+
const mpY = rect.my;
|
|
56465
|
+
const x = rect.left;
|
|
56466
|
+
const y = rect.top;
|
|
56467
|
+
const rx = x + rect.width;
|
|
56468
|
+
const ry = y + rect.height;
|
|
56469
|
+
let vl = void 0;
|
|
56470
|
+
let hl = void 0;
|
|
56471
|
+
let dx;
|
|
56472
|
+
let dy;
|
|
56473
|
+
let fdx;
|
|
56474
|
+
let fdy;
|
|
56475
|
+
const range = 2;
|
|
56476
|
+
for (const {
|
|
56477
|
+
left,
|
|
56478
|
+
top,
|
|
56479
|
+
right,
|
|
56480
|
+
midX,
|
|
56481
|
+
bottom,
|
|
56482
|
+
midY
|
|
56483
|
+
} of this.all) {
|
|
56484
|
+
if (!vl) {
|
|
56485
|
+
dx = mpX - midX;
|
|
56486
|
+
if (dx >= -range && dx <= range) {
|
|
56487
|
+
vl = midX;
|
|
56488
|
+
fdx = dx;
|
|
56489
|
+
} else {
|
|
56490
|
+
dx = x - left;
|
|
56491
|
+
if (dx >= -range && dx <= range) {
|
|
56492
|
+
vl = left;
|
|
56493
|
+
fdx = dx;
|
|
56494
|
+
} else {
|
|
56495
|
+
dx = rx - right;
|
|
56496
|
+
if (dx >= -range && dx <= range) {
|
|
56497
|
+
vl = right;
|
|
56498
|
+
fdx = dx;
|
|
56499
|
+
}
|
|
56500
|
+
}
|
|
56501
|
+
}
|
|
56502
|
+
}
|
|
56503
|
+
if (!hl) {
|
|
56504
|
+
dy = mpY - midY;
|
|
56505
|
+
if (dy >= -range && dy <= range) {
|
|
56506
|
+
hl = midY;
|
|
56507
|
+
fdy = dy;
|
|
56508
|
+
} else {
|
|
56509
|
+
dy = y - top;
|
|
56510
|
+
if (dy >= -range && dy <= range) {
|
|
56511
|
+
hl = top;
|
|
56512
|
+
fdy = dy;
|
|
56513
|
+
} else {
|
|
56514
|
+
dy = ry - bottom;
|
|
56515
|
+
if (dx >= -range && dx <= range) {
|
|
56516
|
+
hl = bottom;
|
|
56517
|
+
fdy = dy;
|
|
56518
|
+
}
|
|
56519
|
+
}
|
|
56520
|
+
}
|
|
56521
|
+
}
|
|
56522
|
+
}
|
|
56523
|
+
const v = this.vGuide;
|
|
56524
|
+
if (vl) {
|
|
56525
|
+
v.style.left = vl + "px";
|
|
56526
|
+
} else {
|
|
56527
|
+
v.removeAttribute("style");
|
|
56528
|
+
}
|
|
56529
|
+
const h = this.hGuide;
|
|
56530
|
+
if (hl) {
|
|
56531
|
+
h.style.top = hl + "px";
|
|
56532
|
+
} else {
|
|
56533
|
+
h.removeAttribute("style");
|
|
56534
|
+
}
|
|
56535
|
+
return rect;
|
|
56536
|
+
}
|
|
56537
|
+
dispose() {
|
|
56538
|
+
const {
|
|
56539
|
+
hGuide,
|
|
56540
|
+
vGuide
|
|
56541
|
+
} = this;
|
|
56542
|
+
hGuide.removeAttribute("style");
|
|
56543
|
+
vGuide.removeAttribute("style");
|
|
56544
|
+
}
|
|
56545
|
+
});
|
|
56546
|
+
}
|
|
56547
|
+
};
|
|
56548
|
+
});
|
|
56549
|
+
//# sourceMappingURL=SnapGuides.js.map
|
|
56550
|
+
|
|
56348
56551
|
AmdLoader.instance.setup("@social-mail/social-mail-client/dist/site-editor/editor/ui/SelectionUI");
|
|
56349
56552
|
|
|
56350
|
-
System.register(["@web-atoms/core/dist/core/XNode", "../../menus/EditorPopupMenu", "../../properties/controls/PropertyEditor", "./SelectionUI.global.css", "../sizes"], function (_export, _context) {
|
|
56553
|
+
System.register(["@web-atoms/core/dist/core/XNode", "../../menus/EditorPopupMenu", "../../properties/controls/PropertyEditor", "./SelectionUI.global.css", "../sizes", "./SnapGuides", "../EditingSymbols"], function (_export, _context) {
|
|
56351
56554
|
"use strict";
|
|
56352
56555
|
|
|
56353
|
-
var XNode, EditorPopupMenu, BindEditor, mobileScreenWidth, tabletScreenWidth, ps, beginDrag, setCapture, eventPointerDown, keyboardEditingSymbol, eventKeyDown, previousFocus, updateFocus, eventDoubleClick;
|
|
56556
|
+
var XNode, EditorPopupMenu, BindEditor, mobileScreenWidth, tabletScreenWidth, SnapGuides, isDragged, ps, beginDrag, setCapture, eventPointerDown, keyboardEditingSymbol, eventKeyDown, previousFocus, updateFocus, eventDoubleClick;
|
|
56354
56557
|
function SelectionUI() {
|
|
56355
56558
|
return XNode.create("selected-element", {
|
|
56356
56559
|
"data-element": "selection",
|
|
@@ -56424,10 +56627,15 @@ System.register(["@web-atoms/core/dist/core/XNode", "../../menus/EditorPopupMenu
|
|
|
56424
56627
|
}, function (_SelectionUIGlobalCss) {}, function (_sizes) {
|
|
56425
56628
|
mobileScreenWidth = _sizes.mobileScreenWidth;
|
|
56426
56629
|
tabletScreenWidth = _sizes.tabletScreenWidth;
|
|
56630
|
+
}, function (_SnapGuides) {
|
|
56631
|
+
SnapGuides = _SnapGuides.default;
|
|
56632
|
+
}, function (_EditingSymbols) {
|
|
56633
|
+
isDragged = _EditingSymbols.isDragged;
|
|
56427
56634
|
}],
|
|
56428
56635
|
execute: function () {
|
|
56429
56636
|
ps = (v, max) => (v * 100 / (max || 1)).toFixed(2);
|
|
56430
|
-
beginDrag = (editor, element) => {
|
|
56637
|
+
beginDrag = (direction, editor, element) => {
|
|
56638
|
+
const snaps = new SnapGuides(direction, editor, element);
|
|
56431
56639
|
const prefix = editor.maxWidth === tabletScreenWidth ? "styler-tablet" : editor.maxWidth === mobileScreenWidth ? "styler-mobile" : "styler-desktop";
|
|
56432
56640
|
const {
|
|
56433
56641
|
selection,
|
|
@@ -56441,13 +56649,8 @@ System.register(["@web-atoms/core/dist/core/XNode", "../../menus/EditorPopupMenu
|
|
|
56441
56649
|
const oldWidth = selectedElement.getAttribute(widthAttribute);
|
|
56442
56650
|
const oldHeight = selectedElement.getAttribute(heightAttribute);
|
|
56443
56651
|
const oldInset = selectedElement.getAttribute(insetAttribute);
|
|
56444
|
-
const style = selectedElement.ownerDocument.defaultView.getComputedStyle(selectedElement);
|
|
56445
56652
|
const width = selectedParent.offsetWidth;
|
|
56446
56653
|
const height = selectedParent.offsetHeight;
|
|
56447
|
-
const left = parseFloat(style.left || "0");
|
|
56448
|
-
const top = parseFloat(style.top || "0");
|
|
56449
|
-
const bottom = parseFloat(style.bottom || "0");
|
|
56450
|
-
const right = parseFloat(style.right || "0");
|
|
56451
56654
|
const {
|
|
56452
56655
|
undoRedo
|
|
56453
56656
|
} = editor;
|
|
@@ -56455,45 +56658,71 @@ System.register(["@web-atoms/core/dist/core/XNode", "../../menus/EditorPopupMenu
|
|
|
56455
56658
|
let resized = false;
|
|
56456
56659
|
let changed = false;
|
|
56457
56660
|
let timer = void 0;
|
|
56661
|
+
let inset;
|
|
56662
|
+
let newWidth;
|
|
56663
|
+
let newHeight;
|
|
56664
|
+
element[isDragged] = true;
|
|
56665
|
+
editor.hover.update(selectedElement.parentElement);
|
|
56666
|
+
let updateTimer = void 0;
|
|
56458
56667
|
const move = ({
|
|
56459
56668
|
dx,
|
|
56460
56669
|
dy,
|
|
56461
56670
|
fx
|
|
56462
56671
|
}) => {
|
|
56463
56672
|
changed = true;
|
|
56673
|
+
const left = selectedElement.offsetLeft;
|
|
56674
|
+
const top = selectedElement.offsetTop;
|
|
56675
|
+
const elementWidth = selectedElement.offsetWidth;
|
|
56676
|
+
const elementHeight = selectedElement.offsetHeight;
|
|
56677
|
+
const mx = left + elementWidth / 2;
|
|
56678
|
+
const my = top + elementHeight / 2;
|
|
56464
56679
|
const ri = {
|
|
56465
56680
|
left,
|
|
56466
56681
|
top,
|
|
56467
|
-
right,
|
|
56468
|
-
bottom,
|
|
56682
|
+
right: width - (left + elementWidth),
|
|
56683
|
+
bottom: height - (top + elementHeight),
|
|
56684
|
+
width: elementWidth,
|
|
56685
|
+
height: elementHeight,
|
|
56686
|
+
mx,
|
|
56687
|
+
my,
|
|
56688
|
+
move: false,
|
|
56469
56689
|
dx,
|
|
56470
56690
|
dy
|
|
56471
56691
|
};
|
|
56472
|
-
|
|
56473
|
-
|
|
56474
|
-
|
|
56692
|
+
let r = fx(ri);
|
|
56693
|
+
r = snaps.snap(r);
|
|
56694
|
+
inset = `${ps(r.top, height)}% ${ps(r.right, width)}% ${ps(r.bottom, height)}% ${ps(r.left, width)}%`;
|
|
56695
|
+
selectedElement.style.inset = inset;
|
|
56475
56696
|
if (!r.move) {
|
|
56476
56697
|
resized = true;
|
|
56477
|
-
|
|
56478
|
-
|
|
56479
|
-
|
|
56480
|
-
|
|
56481
|
-
|
|
56482
|
-
|
|
56483
|
-
|
|
56484
|
-
|
|
56485
|
-
|
|
56486
|
-
|
|
56487
|
-
const newHeight = ps(height + heightDiff, height) + "%";
|
|
56488
|
-
selectedElement.setAttribute(heightAttribute, newHeight);
|
|
56698
|
+
newWidth = ps(elementWidth + dx, width) + "%";
|
|
56699
|
+
selectedElement.style.width = newWidth;
|
|
56700
|
+
newHeight = ps(elementHeight + dy, height) + "%";
|
|
56701
|
+
selectedElement.style.height = newHeight;
|
|
56702
|
+
}
|
|
56703
|
+
if (!updateTimer) {
|
|
56704
|
+
updateTimer = setTimeout(() => {
|
|
56705
|
+
updateTimer = void 0;
|
|
56706
|
+
selection.updateRect();
|
|
56707
|
+
}, 10);
|
|
56489
56708
|
}
|
|
56490
|
-
setTimeout(() => {
|
|
56491
|
-
selection.updateRect();
|
|
56492
|
-
hover.updateRect();
|
|
56493
|
-
}, 1);
|
|
56494
56709
|
};
|
|
56495
|
-
const resume = () =>
|
|
56710
|
+
const resume = () => {
|
|
56711
|
+
snaps.dispose();
|
|
56712
|
+
d.resume();
|
|
56713
|
+
element[isDragged] = void 0;
|
|
56714
|
+
};
|
|
56496
56715
|
const commit = () => {
|
|
56716
|
+
selectedElement.style.removeProperty("inset");
|
|
56717
|
+
selectedElement.style.removeProperty("width");
|
|
56718
|
+
selectedElement.style.removeProperty("height");
|
|
56719
|
+
selectedElement.setAttribute(insetAttribute, inset);
|
|
56720
|
+
if (newWidth) {
|
|
56721
|
+
selectedElement.setAttribute(widthAttribute, newWidth);
|
|
56722
|
+
}
|
|
56723
|
+
if (newHeight) {
|
|
56724
|
+
selectedElement.setAttribute(heightAttribute, newHeight);
|
|
56725
|
+
}
|
|
56497
56726
|
d.resume();
|
|
56498
56727
|
const records = [];
|
|
56499
56728
|
records.push({
|
|
@@ -56538,16 +56767,18 @@ System.register(["@web-atoms/core/dist/core/XNode", "../../menus/EditorPopupMenu
|
|
|
56538
56767
|
}
|
|
56539
56768
|
};
|
|
56540
56769
|
};
|
|
56541
|
-
setCapture = (editor, element, e, fx) => {
|
|
56542
|
-
const sc = beginDrag(editor, element);
|
|
56543
|
-
|
|
56544
|
-
|
|
56770
|
+
setCapture = (direction, editor, element, e, fx) => {
|
|
56771
|
+
const sc = beginDrag(direction, editor, element);
|
|
56772
|
+
let sx = e.clientX;
|
|
56773
|
+
let sy = e.clientY;
|
|
56545
56774
|
const captureMove = evt => {
|
|
56546
56775
|
const dx = evt.clientX - sx;
|
|
56547
56776
|
const dy = evt.clientY - sy;
|
|
56548
56777
|
if (dx === 0 && dy === 0) {
|
|
56549
56778
|
return;
|
|
56550
56779
|
}
|
|
56780
|
+
sx = evt.clientX;
|
|
56781
|
+
sy = evt.clientY;
|
|
56551
56782
|
sc.move({
|
|
56552
56783
|
dx,
|
|
56553
56784
|
dy,
|
|
@@ -56610,28 +56841,28 @@ System.register(["@web-atoms/core/dist/core/XNode", "../../menus/EditorPopupMenu
|
|
|
56610
56841
|
if (resize) {
|
|
56611
56842
|
switch (resize) {
|
|
56612
56843
|
case "lt":
|
|
56613
|
-
setCapture(editor, element, e, r => {
|
|
56844
|
+
setCapture(resize, editor, element, e, r => {
|
|
56614
56845
|
r.left += r.dx;
|
|
56615
56846
|
r.top += r.dy;
|
|
56616
56847
|
return r;
|
|
56617
56848
|
});
|
|
56618
56849
|
return;
|
|
56619
56850
|
case "rt":
|
|
56620
|
-
setCapture(editor, element, e, r => {
|
|
56851
|
+
setCapture(resize, editor, element, e, r => {
|
|
56621
56852
|
r.top += r.dy;
|
|
56622
56853
|
r.right -= r.dx;
|
|
56623
56854
|
return r;
|
|
56624
56855
|
});
|
|
56625
56856
|
return;
|
|
56626
56857
|
case "lb":
|
|
56627
|
-
setCapture(editor, element, e, r => {
|
|
56858
|
+
setCapture(resize, editor, element, e, r => {
|
|
56628
56859
|
r.left += r.dx;
|
|
56629
56860
|
r.bottom -= r.dy;
|
|
56630
56861
|
return r;
|
|
56631
56862
|
});
|
|
56632
56863
|
return;
|
|
56633
56864
|
case "rb":
|
|
56634
|
-
setCapture(editor, element, e, r => {
|
|
56865
|
+
setCapture(resize, editor, element, e, r => {
|
|
56635
56866
|
r.bottom -= r.dy;
|
|
56636
56867
|
r.right -= r.dx;
|
|
56637
56868
|
return r;
|
|
@@ -56643,7 +56874,7 @@ System.register(["@web-atoms/core/dist/core/XNode", "../../menus/EditorPopupMenu
|
|
|
56643
56874
|
if (currentElement !== element) {
|
|
56644
56875
|
return;
|
|
56645
56876
|
}
|
|
56646
|
-
setCapture(editor, element, e, r => {
|
|
56877
|
+
setCapture("move", editor, element, e, r => {
|
|
56647
56878
|
r.top += r.dy;
|
|
56648
56879
|
r.left += r.dx;
|
|
56649
56880
|
r.bottom -= r.dy;
|
|
@@ -56694,7 +56925,7 @@ System.register(["@web-atoms/core/dist/core/XNode", "../../menus/EditorPopupMenu
|
|
|
56694
56925
|
r.move = true;
|
|
56695
56926
|
return r;
|
|
56696
56927
|
};
|
|
56697
|
-
sc = beginDrag(editor, element);
|
|
56928
|
+
sc = beginDrag("none", editor, element);
|
|
56698
56929
|
currentElement[keyboardEditingSymbol] = sc;
|
|
56699
56930
|
sc.move({
|
|
56700
56931
|
dx,
|
|
@@ -56738,12 +56969,40 @@ System.register(["@web-atoms/core/dist/core/XNode", "../../menus/EditorPopupMenu
|
|
|
56738
56969
|
});
|
|
56739
56970
|
//# sourceMappingURL=SelectionUI.js.map
|
|
56740
56971
|
|
|
56972
|
+
AmdLoader.instance.setup("@social-mail/social-mail-client/dist/site-editor/editor/guides/UIGuides");
|
|
56973
|
+
|
|
56974
|
+
System.register(["@web-atoms/core/dist/core/XNode", "../../properties/controls/PropertyEditor", "./UIGuides.global.css"], function (_export, _context) {
|
|
56975
|
+
"use strict";
|
|
56976
|
+
|
|
56977
|
+
var XNode, BindEditor;
|
|
56978
|
+
function UIGuides() {
|
|
56979
|
+
return XNode.create("ui-guides", {
|
|
56980
|
+
"style-left": BindEditor.oneWay(e => e.hover.left),
|
|
56981
|
+
"style-top": BindEditor.oneWay(e => e.hover.top),
|
|
56982
|
+
"style-width": BindEditor.oneWay(e => e.hover.width),
|
|
56983
|
+
"style-height": BindEditor.oneWay(e => e.hover.height)
|
|
56984
|
+
}, XNode.create("label", {
|
|
56985
|
+
text: BindEditor.oneWay(e => e.hover.name)
|
|
56986
|
+
}), XNode.create("h-guide", null), XNode.create("v-guide", null));
|
|
56987
|
+
}
|
|
56988
|
+
_export("default", UIGuides);
|
|
56989
|
+
return {
|
|
56990
|
+
setters: [function (_webAtomsCoreDistCoreXNode) {
|
|
56991
|
+
XNode = _webAtomsCoreDistCoreXNode.default;
|
|
56992
|
+
}, function (_propertiesControlsPropertyEditor) {
|
|
56993
|
+
BindEditor = _propertiesControlsPropertyEditor.BindEditor;
|
|
56994
|
+
}, function (_UIGuidesGlobalCss) {}],
|
|
56995
|
+
execute: function () {}
|
|
56996
|
+
};
|
|
56997
|
+
});
|
|
56998
|
+
//# sourceMappingURL=UIGuides.js.map
|
|
56999
|
+
|
|
56741
57000
|
AmdLoader.instance.setup("@social-mail/social-mail-client/dist/site-editor/editor/HtmlPageEditor");
|
|
56742
57001
|
|
|
56743
|
-
System.register(["tslib", "@web-atoms/core/dist/core/Bind", "@web-atoms/core/dist/core/XNode", "@web-atoms/core/dist/core/sleep", "@web-atoms/core/dist/view-model/Action", "@web-atoms/core/dist/web/controls/AtomControl", "../drag-drop/DragDropHelper", "../toolbars/UndoRedoToolbar", "../blocks/WrapGrid", "../toolbars/EditorToolbar", "../properties/Properties", "./SelectedElement", "@web-atoms/core/dist/core/AtomBinder", "../blocks/ImageBox", "../blocks/RowBox", "../blocks/ColumnBox", "../blocks/VerticalImageBox", "../blocks/Image", "../blocks/ImageCard", "../blocks/TextBox", "../blocks/Card", "../blocks/List", "../blocks/Components", "@web-atoms/core/dist/core/types", "../blocks/Buttons", "../blocks/Columns2", "../blocks/Columns3", "../blocks/RightImageBox", "@web-atoms/core/dist/web/core/AtomUI", "../blocks/PriceBox", "@web-atoms/core/dist/core/BindableProperty", "../blocks/Billboard", "../blocks/OutlineText", "../blocks/Carousel", "../blocks/ImageGallery", "../blocks/VideoPlayer", "../blocks/BackgroundVideo", "../blocks/TextMask", "../blocks/MarqueeText", "../blocks/ImageGrid", "../blocks/BoxFrame", "../blocks/InjectBox", "../blocks/PDFFlipBook", "../blocks/PDFViewer", "../blocks/Banner", "./LanguageDropDown", "./webComponentsPath", "./UndoRedo", "./DomHelper", "../blocks/FlipBox", "../blocks/GridBox", "../blocks/ScrollAware", "../blocks/InlineSvg", "./HtmlPageEditor.global.css", "./CssParser", "../properties/controls/ElementBuilder", "../suggestions/editorSuggestions", "@web-atoms/web-controls/dist/basic/InlinePopupButton", "./ui/SelectionUI", "./sizes"], function (_export, _context) {
|
|
57002
|
+
System.register(["tslib", "@web-atoms/core/dist/core/Bind", "@web-atoms/core/dist/core/XNode", "@web-atoms/core/dist/core/sleep", "@web-atoms/core/dist/view-model/Action", "@web-atoms/core/dist/web/controls/AtomControl", "../drag-drop/DragDropHelper", "../toolbars/UndoRedoToolbar", "../blocks/WrapGrid", "../toolbars/EditorToolbar", "../properties/Properties", "./SelectedElement", "@web-atoms/core/dist/core/AtomBinder", "../blocks/ImageBox", "../blocks/RowBox", "../blocks/ColumnBox", "../blocks/VerticalImageBox", "../blocks/Image", "../blocks/ImageCard", "../blocks/TextBox", "../blocks/Card", "../blocks/List", "../blocks/Components", "@web-atoms/core/dist/core/types", "../blocks/Buttons", "../blocks/Columns2", "../blocks/Columns3", "../blocks/RightImageBox", "@web-atoms/core/dist/web/core/AtomUI", "../blocks/PriceBox", "@web-atoms/core/dist/core/BindableProperty", "../blocks/Billboard", "../blocks/OutlineText", "../blocks/Carousel", "../blocks/ImageGallery", "../blocks/VideoPlayer", "../blocks/BackgroundVideo", "../blocks/TextMask", "../blocks/MarqueeText", "../blocks/ImageGrid", "../blocks/BoxFrame", "../blocks/InjectBox", "../blocks/PDFFlipBook", "../blocks/PDFViewer", "../blocks/Banner", "./LanguageDropDown", "./webComponentsPath", "./UndoRedo", "./DomHelper", "../blocks/FlipBox", "../blocks/GridBox", "../blocks/ScrollAware", "../blocks/InlineSvg", "./HtmlPageEditor.global.css", "./CssParser", "../properties/controls/ElementBuilder", "../suggestions/editorSuggestions", "@web-atoms/web-controls/dist/basic/InlinePopupButton", "./ui/SelectionUI", "./sizes", "./guides/UIGuides"], function (_export, _context) {
|
|
56744
57003
|
"use strict";
|
|
56745
57004
|
|
|
56746
|
-
var __awaiter, __decorate, __metadata, __rest, Bind, XNode, sleep, Action, AtomControl, InstallDragDropHelper, UndoRedoToolbar, WrapGrid, EditorToolbar, Properties, SelectedElement, AtomBinder, ImageBox, RowBox, ColumnBox, VerticalImageBox, Image, ImageCard, TextBox, Card, List, BlogComponent, TypeWriterComponent, CancelToken, UMD, ImageLink, LinkButton, Columns2, Columns3, RightImageBox, descendentElementIterator, PriceTable, BindableProperty, Billboard, OutlineText, Carousel, ImageGallery, VideoPlayer, BackgroundVideo, TextMask, MarqueeText, ImageGrid, BoxFrame, InjectBox, PDFFlipBook, PDFViewer, Banner, LanguageDropDown, WebComponents, UndoRedo, DomHelper, FlipBox, GridBox, ScrollAware, InlineSvg, CssParser, ElementBuilder, editorSuggestions, InlinePopupButton, SelectionUI, desktopScreenWidth, mobileScreenWidth, tabletScreenWidth, HtmlPageEditor, desktopWidth, tabletWidth, mobileWidth, languageSymbol, socialMailComponentPath;
|
|
57005
|
+
var __awaiter, __decorate, __metadata, __rest, Bind, XNode, sleep, Action, AtomControl, InstallDragDropHelper, UndoRedoToolbar, WrapGrid, EditorToolbar, Properties, SelectedElement, AtomBinder, ImageBox, RowBox, ColumnBox, VerticalImageBox, Image, ImageCard, TextBox, Card, List, BlogComponent, TypeWriterComponent, CancelToken, UMD, ImageLink, LinkButton, Columns2, Columns3, RightImageBox, descendentElementIterator, PriceTable, BindableProperty, Billboard, OutlineText, Carousel, ImageGallery, VideoPlayer, BackgroundVideo, TextMask, MarqueeText, ImageGrid, BoxFrame, InjectBox, PDFFlipBook, PDFViewer, Banner, LanguageDropDown, WebComponents, UndoRedo, DomHelper, FlipBox, GridBox, ScrollAware, InlineSvg, CssParser, ElementBuilder, editorSuggestions, InlinePopupButton, SelectionUI, desktopScreenWidth, mobileScreenWidth, tabletScreenWidth, UIGuides, HtmlPageEditor, desktopWidth, tabletWidth, mobileWidth, languageSymbol, socialMailComponentPath;
|
|
56747
57006
|
_export("default", void 0);
|
|
56748
57007
|
return {
|
|
56749
57008
|
setters: [function (_tslib) {
|
|
@@ -56872,6 +57131,8 @@ System.register(["tslib", "@web-atoms/core/dist/core/Bind", "@web-atoms/core/dis
|
|
|
56872
57131
|
desktopScreenWidth = _sizes.desktopScreenWidth;
|
|
56873
57132
|
mobileScreenWidth = _sizes.mobileScreenWidth;
|
|
56874
57133
|
tabletScreenWidth = _sizes.tabletScreenWidth;
|
|
57134
|
+
}, function (_guidesUIGuides) {
|
|
57135
|
+
UIGuides = _guidesUIGuides.default;
|
|
56875
57136
|
}],
|
|
56876
57137
|
execute: function () {
|
|
56877
57138
|
desktopWidth = desktopScreenWidth;
|
|
@@ -57066,15 +57327,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/Bind", "@web-atoms/core/dis
|
|
|
57066
57327
|
"style-top": Bind.oneWay(() => this.dropTarget.top),
|
|
57067
57328
|
"style-width": Bind.oneWay(() => this.dropTarget.width),
|
|
57068
57329
|
"style-height": Bind.oneWay(() => this.dropTarget.height)
|
|
57069
|
-
}), XNode.create(SelectionUI, null), XNode.create("div", {
|
|
57070
|
-
"data-element": "hover",
|
|
57071
|
-
"style-left": Bind.oneWay(() => this.hover.left),
|
|
57072
|
-
"style-top": Bind.oneWay(() => this.hover.top),
|
|
57073
|
-
"style-width": Bind.oneWay(() => this.hover.width),
|
|
57074
|
-
"style-height": Bind.oneWay(() => this.hover.height)
|
|
57075
|
-
}, XNode.create("label", {
|
|
57076
|
-
text: Bind.oneWay(() => this.hover.name)
|
|
57077
|
-
})), XNode.create("div", {
|
|
57330
|
+
}), XNode.create(SelectionUI, null), XNode.create(UIGuides, null), XNode.create("div", {
|
|
57078
57331
|
"data-element": "content-frame"
|
|
57079
57332
|
}, XNode.create("iframe", {
|
|
57080
57333
|
"data-element": "content-editor",
|