@social-mail/social-mail-client 1.8.407 → 1.8.411
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/content/svg/angle-down.svg +1 -0
- package/content/svg/angle-right.svg +1 -0
- package/content/svg/eye-slash.svg +1 -0
- package/content/svg/eye.svg +1 -0
- package/dist/admin/AdminAppIndex.pack.global.css +1 -1
- package/dist/admin/AdminAppIndex.pack.global.css.map +1 -1
- package/dist/admin/AdminAppIndex.pack.js +1 -1
- package/dist/admin/AdminAppIndex.pack.js.map +1 -1
- package/dist/admin/AdminAppIndex.pack.min.js +1 -1
- package/dist/admin/AdminAppIndex.pack.min.js.map +1 -1
- package/dist/public/channel/ChannelApp.pack.global.css +1 -1
- package/dist/public/channel/ChannelApp.pack.global.css.map +1 -1
- package/dist/public/channel/ChannelApp.pack.js +1 -1
- package/dist/public/channel/ChannelApp.pack.js.map +1 -1
- package/dist/public/channel/ChannelApp.pack.min.js +1 -1
- package/dist/public/channel/ChannelApp.pack.min.js.map +1 -1
- package/dist/site-editor/editor/HtmlPageEditor.d.ts.map +1 -1
- package/dist/site-editor/editor/HtmlPageEditor.js +3 -7
- package/dist/site-editor/editor/HtmlPageEditor.js.map +1 -1
- package/dist/site-editor/editor/UndoRedo.d.ts +1 -0
- package/dist/site-editor/editor/UndoRedo.d.ts.map +1 -1
- package/dist/site-editor/editor/UndoRedo.js +27 -1
- package/dist/site-editor/editor/UndoRedo.js.map +1 -1
- package/dist/site-editor/suggestions/editorSuggestions.d.ts +138 -0
- package/dist/site-editor/suggestions/editorSuggestions.d.ts.map +1 -1
- package/dist/site-editor/suggestions/pair.d.ts +3 -1
- package/dist/site-editor/suggestions/pair.d.ts.map +1 -1
- package/dist/site-editor/suggestions/pair.js +3 -2
- package/dist/site-editor/suggestions/pair.js.map +1 -1
- package/dist/site-editor/suggestions/properties/animations/animations.d.ts +18 -0
- package/dist/site-editor/suggestions/properties/animations/animations.d.ts.map +1 -1
- package/dist/site-editor/suggestions/properties/background.d.ts +5 -0
- package/dist/site-editor/suggestions/properties/background.d.ts.map +1 -1
- package/dist/site-editor/suggestions/properties/border.d.ts +5 -0
- package/dist/site-editor/suggestions/properties/border.d.ts.map +1 -1
- package/dist/site-editor/suggestions/properties/clip.d.ts +1 -0
- package/dist/site-editor/suggestions/properties/clip.d.ts.map +1 -1
- package/dist/site-editor/suggestions/properties/color.d.ts +4 -0
- package/dist/site-editor/suggestions/properties/color.d.ts.map +1 -1
- package/dist/site-editor/suggestions/properties/effects.d.ts +3 -0
- package/dist/site-editor/suggestions/properties/effects.d.ts.map +1 -1
- package/dist/site-editor/suggestions/properties/fontStyles.d.ts +1 -0
- package/dist/site-editor/suggestions/properties/fontStyles.d.ts.map +1 -1
- package/dist/site-editor/suggestions/properties/gap.d.ts +3 -0
- package/dist/site-editor/suggestions/properties/gap.d.ts.map +1 -1
- package/dist/site-editor/suggestions/properties/grid.d.ts +8 -0
- package/dist/site-editor/suggestions/properties/grid.d.ts.map +1 -1
- package/dist/site-editor/suggestions/properties/mask.d.ts +2 -0
- package/dist/site-editor/suggestions/properties/mask.d.ts.map +1 -1
- package/dist/site-editor/suggestions/properties/position.d.ts +9 -0
- package/dist/site-editor/suggestions/properties/position.d.ts.map +1 -1
- package/dist/site-editor/suggestions/properties/size.d.ts +55 -0
- package/dist/site-editor/suggestions/properties/size.d.ts.map +1 -1
- package/dist/site-editor/suggestions/properties/space.d.ts +10 -0
- package/dist/site-editor/suggestions/properties/space.d.ts.map +1 -1
- package/dist/site-editor/suggestions/properties/text.d.ts +7 -0
- package/dist/site-editor/suggestions/properties/text.d.ts.map +1 -1
- package/dist/site-editor/suggestions/properties/transform.d.ts +9 -0
- package/dist/site-editor/suggestions/properties/transform.d.ts.map +1 -1
- package/dist/site-editor/tools/designs/Designs.js +1 -1
- package/dist/site-editor/tools/designs/Designs.js.map +1 -1
- package/dist/site-editor/tools/section/ToolSection.d.ts +0 -1
- package/dist/site-editor/tools/section/ToolSection.d.ts.map +1 -1
- package/dist/site-editor/tools/section/ToolSection.js +4 -13
- package/dist/site-editor/tools/section/ToolSection.js.map +1 -1
- package/dist/site-editor/tools/section/ToolSection.local.css +1 -1
- package/dist/site-editor/tools/section/ToolSection.local.css.map +1 -1
- 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 +683 -278
- package/dist/site-editor-app/SiteEditorApp.pack.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.local.css +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.local.css.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/site-editor-app/pages/websites/studio/WebSiteStudioPage.d.ts.map +1 -1
- package/dist/site-editor-app/pages/websites/studio/WebSiteStudioPage.js +56 -28
- package/dist/site-editor-app/pages/websites/studio/WebSiteStudioPage.js.map +1 -1
- package/dist/site-editor-app/pages/websites/studio/WebSiteStudioPage.local.css +1 -1
- package/dist/site-editor-app/pages/websites/studio/WebSiteStudioPage.local.css.map +1 -1
- package/dist/site-editor-app/pages/websites/studio/layers/StudioLayers.d.ts +37 -0
- package/dist/site-editor-app/pages/websites/studio/layers/StudioLayers.d.ts.map +1 -0
- package/dist/site-editor-app/pages/websites/studio/layers/StudioLayers.global.css +2 -0
- package/dist/site-editor-app/pages/websites/studio/layers/StudioLayers.global.css.map +1 -0
- package/dist/site-editor-app/pages/websites/studio/layers/StudioLayers.js +206 -0
- package/dist/site-editor-app/pages/websites/studio/layers/StudioLayers.js.map +1 -0
- package/dist/site-editor-app/pages/websites/studio/layers/TreeElement.d.ts +18 -0
- package/dist/site-editor-app/pages/websites/studio/layers/TreeElement.d.ts.map +1 -0
- package/dist/site-editor-app/pages/websites/studio/layers/TreeElement.global.css +2 -0
- package/dist/site-editor-app/pages/websites/studio/layers/TreeElement.global.css.map +1 -0
- package/dist/site-editor-app/pages/websites/studio/layers/TreeElement.js +186 -0
- package/dist/site-editor-app/pages/websites/studio/layers/TreeElement.js.map +1 -0
- package/dist/site-editor-app/pages/websites/studio/tool-bar/StudioToolBar.d.ts +43 -0
- package/dist/site-editor-app/pages/websites/studio/tool-bar/StudioToolBar.d.ts.map +1 -0
- package/dist/site-editor-app/pages/websites/studio/tool-bar/StudioToolBar.global.css +2 -0
- package/dist/site-editor-app/pages/websites/studio/tool-bar/StudioToolBar.global.css.map +1 -0
- package/dist/site-editor-app/pages/websites/studio/tool-bar/StudioToolBar.js +74 -0
- package/dist/site-editor-app/pages/websites/studio/tool-bar/StudioToolBar.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/web/AppIndex.pack.global.css +1 -1
- package/dist/web/AppIndex.pack.global.css.map +1 -1
- package/dist/web/AppIndex.pack.js +1 -1
- package/dist/web/AppIndex.pack.js.map +1 -1
- package/dist/web/AppIndex.pack.min.js +1 -1
- package/dist/web/AppIndex.pack.min.js.map +1 -1
- package/dist/web/page/mails/service/ConversationService.js +1 -1
- package/dist/web/page/mails/service/ConversationService.js.map +1 -1
- package/dist/web/page/mails/service/MsgStyle.global.css +1 -1
- package/dist/web/page/mails/service/MsgStyle.global.css.map +1 -1
- package/package.json +1 -1
- package/src/site-editor/editor/HtmlPageEditor.tsx +0 -2
- package/src/site-editor/editor/UndoRedo.tsx +27 -1
- package/src/site-editor/suggestions/pair.ts +3 -2
- package/src/site-editor/tools/designs/Designs.tsx +2 -2
- package/src/site-editor/tools/section/ToolSection.local.css +1 -1
- package/src/site-editor/tools/section/ToolSection.tsx +1 -9
- package/src/site-editor-app/pages/websites/studio/WebSiteStudioPage.local.css +9 -4
- package/src/site-editor-app/pages/websites/studio/WebSiteStudioPage.tsx +63 -48
- package/src/site-editor-app/pages/websites/studio/layers/StudioLayers.global.css +11 -0
- package/src/site-editor-app/pages/websites/studio/layers/StudioLayers.tsx +218 -0
- package/src/site-editor-app/pages/websites/studio/layers/TreeElement.global.css +85 -0
- package/src/site-editor-app/pages/websites/studio/layers/TreeElement.tsx +202 -0
- package/src/site-editor-app/pages/websites/studio/tool-bar/StudioToolBar.global.css +60 -0
- package/src/site-editor-app/pages/websites/studio/tool-bar/StudioToolBar.tsx +79 -0
- package/src/web/page/mails/service/ConversationService.tsx +1 -1
- package/src/web/page/mails/service/MsgStyle.global.css +4 -0
- package/dist/site-editor/editor/BreadCrum.d.ts +0 -13
- package/dist/site-editor/editor/BreadCrum.d.ts.map +0 -1
- package/dist/site-editor/editor/BreadCrum.global.css +0 -2
- package/dist/site-editor/editor/BreadCrum.global.css.map +0 -1
- package/dist/site-editor/editor/BreadCrum.js +0 -122
- package/dist/site-editor/editor/BreadCrum.js.map +0 -1
- package/dist/site-editor/tools/Tools.d.ts +0 -5
- package/dist/site-editor/tools/Tools.d.ts.map +0 -1
- package/dist/site-editor/tools/Tools.js +0 -24
- package/dist/site-editor/tools/Tools.js.map +0 -1
- package/dist/site-editor/tools/Tools.local.css +0 -2
- package/dist/site-editor/tools/Tools.local.css.map +0 -1
- package/src/site-editor/editor/BreadCrum.global.css +0 -86
- package/src/site-editor/editor/BreadCrum.tsx +0 -131
- package/src/site-editor/tools/Tools.local.css +0 -9
- package/src/site-editor/tools/Tools.tsx +0 -13
|
@@ -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/BreadCrum","@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/tools/Tools","@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/tools/designs/Designs","@social-mail/social-mail-client/dist/site-editor-app/pages/websites/studio/DesignSupportPage","@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/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"]);
|
|
2082
2082
|
|
|
2083
2083
|
|
|
2084
2084
|
AmdLoader.instance.setup("@web-atoms/core/dist/core/InjectProperty");
|
|
@@ -28937,7 +28937,7 @@ System.register(["tslib", "@web-atoms/core/dist/di/DISingleton", "@web-atoms/cor
|
|
|
28937
28937
|
shadow.appendChild(container);
|
|
28938
28938
|
setTimeout(() => {
|
|
28939
28939
|
if (msg.scrollWidth > msg.offsetWidth) {
|
|
28940
|
-
msg.style.scale = msg.offsetWidth / msg.scrollWidth + "";
|
|
28940
|
+
msg.style.scale = Math.max(0.5, msg.offsetWidth / msg.scrollWidth) + "";
|
|
28941
28941
|
msg.style.transformOrigin = "top left";
|
|
28942
28942
|
}
|
|
28943
28943
|
}, 100);
|
|
@@ -50111,10 +50111,11 @@ System.register([], function (_export, _context) {
|
|
|
50111
50111
|
"use strict";
|
|
50112
50112
|
|
|
50113
50113
|
var jsonPair;
|
|
50114
|
-
function pair(label, value = label) {
|
|
50114
|
+
function pair(label, value = label, className = void 0) {
|
|
50115
50115
|
return {
|
|
50116
50116
|
label,
|
|
50117
|
-
value
|
|
50117
|
+
value,
|
|
50118
|
+
className
|
|
50118
50119
|
};
|
|
50119
50120
|
}
|
|
50120
50121
|
_export("default", pair);
|
|
@@ -53176,131 +53177,6 @@ System.register(["@web-atoms/core/dist/core/XNode", "./Block"], function (_expor
|
|
|
53176
53177
|
});
|
|
53177
53178
|
//# sourceMappingURL=Banner.js.map
|
|
53178
53179
|
|
|
53179
|
-
AmdLoader.instance.setup("@social-mail/social-mail-client/dist/site-editor/editor/BreadCrum");
|
|
53180
|
-
|
|
53181
|
-
System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/core/dist/web/controls/AtomControl", "@web-atoms/core/dist/web/core/AtomUI", "./BreadCrum.global.css"], function (_export, _context) {
|
|
53182
|
-
"use strict";
|
|
53183
|
-
|
|
53184
|
-
var __rest, XNode, AtomControl, ChildEnumerator, currentElement, selectedProperty, hidePopup, onBreadCrumClick;
|
|
53185
|
-
function getName(start) {
|
|
53186
|
-
const typeName = start.className || start.getAttribute("styler-layout");
|
|
53187
|
-
const name = typeName ? start.tagName + "(" + (typeName.length > 25 ? typeName.substring(0, 25) : typeName) + ")" : start.tagName;
|
|
53188
|
-
const fullName = typeName ? start.tagName + "(" + typeName + ")" : start.tagName;
|
|
53189
|
-
return {
|
|
53190
|
-
name,
|
|
53191
|
-
fullName
|
|
53192
|
-
};
|
|
53193
|
-
}
|
|
53194
|
-
function BreadCrum(_a) {
|
|
53195
|
-
var {
|
|
53196
|
-
selection
|
|
53197
|
-
} = _a,
|
|
53198
|
-
a = __rest(_a, ["selection"]);
|
|
53199
|
-
return XNode.create("bread-crum", Object.assign({}, selectedProperty(selection), {
|
|
53200
|
-
"event-click": onBreadCrumClick
|
|
53201
|
-
}), XNode.create("i", {
|
|
53202
|
-
"style-display": "none",
|
|
53203
|
-
title: "Select Child",
|
|
53204
|
-
class: "fas fa-caret-up"
|
|
53205
|
-
}));
|
|
53206
|
-
}
|
|
53207
|
-
_export("default", BreadCrum);
|
|
53208
|
-
return {
|
|
53209
|
-
setters: [function (_tslib) {
|
|
53210
|
-
__rest = _tslib.__rest;
|
|
53211
|
-
}, function (_webAtomsCoreDistCoreXNode) {
|
|
53212
|
-
XNode = _webAtomsCoreDistCoreXNode.default;
|
|
53213
|
-
}, function (_webAtomsCoreDistWebControlsAtomControl) {
|
|
53214
|
-
AtomControl = _webAtomsCoreDistWebControlsAtomControl.AtomControl;
|
|
53215
|
-
}, function (_webAtomsCoreDistWebCoreAtomUI) {
|
|
53216
|
-
ChildEnumerator = _webAtomsCoreDistWebCoreAtomUI.ChildEnumerator;
|
|
53217
|
-
}, function (_BreadCrumGlobalCss) {}],
|
|
53218
|
-
execute: function () {
|
|
53219
|
-
currentElement = Symbol("currentElement");
|
|
53220
|
-
selectedProperty = AtomControl.registerProperty("selected-property", "v1", (ac, e, value) => {
|
|
53221
|
-
for (const child of ChildEnumerator.enumerate(e)) {
|
|
53222
|
-
if (child.tagName === "BUTTON") {
|
|
53223
|
-
child.remove();
|
|
53224
|
-
}
|
|
53225
|
-
}
|
|
53226
|
-
if (!value) {
|
|
53227
|
-
return;
|
|
53228
|
-
}
|
|
53229
|
-
let start = value;
|
|
53230
|
-
if (!(start === null || start === void 0 ? void 0 : start.ownerDocument)) {
|
|
53231
|
-
return;
|
|
53232
|
-
}
|
|
53233
|
-
const body = start.ownerDocument.body;
|
|
53234
|
-
const hasChildren = start.childElementCount > 0;
|
|
53235
|
-
while (start && start !== body.parentElement) {
|
|
53236
|
-
const {
|
|
53237
|
-
name,
|
|
53238
|
-
fullName
|
|
53239
|
-
} = getName(start);
|
|
53240
|
-
const button = document.createElement("button");
|
|
53241
|
-
button.textContent = name;
|
|
53242
|
-
button.title = fullName;
|
|
53243
|
-
button[currentElement] = start;
|
|
53244
|
-
e.insertAdjacentElement("afterbegin", button);
|
|
53245
|
-
start = start.parentElement;
|
|
53246
|
-
if (start === body) {
|
|
53247
|
-
break;
|
|
53248
|
-
}
|
|
53249
|
-
}
|
|
53250
|
-
e.lastElementChild.style.display = hasChildren ? "" : "none";
|
|
53251
|
-
});
|
|
53252
|
-
onBreadCrumClick = e => {
|
|
53253
|
-
const target = e.target;
|
|
53254
|
-
const editor = AtomControl.from(target);
|
|
53255
|
-
let ce = target[currentElement];
|
|
53256
|
-
if (ce) {
|
|
53257
|
-
ce.removeAttribute("styler-invisible");
|
|
53258
|
-
editor.selection.update(ce);
|
|
53259
|
-
hidePopup === null || hidePopup === void 0 ? void 0 : hidePopup();
|
|
53260
|
-
return;
|
|
53261
|
-
}
|
|
53262
|
-
if (target.tagName !== "I") {
|
|
53263
|
-
return;
|
|
53264
|
-
}
|
|
53265
|
-
ce = target.previousElementSibling[currentElement];
|
|
53266
|
-
let start = ce === null || ce === void 0 ? void 0 : ce.firstElementChild;
|
|
53267
|
-
if (!start) {
|
|
53268
|
-
return;
|
|
53269
|
-
}
|
|
53270
|
-
const popup = document.createElement("popup-menu");
|
|
53271
|
-
while (start) {
|
|
53272
|
-
const {
|
|
53273
|
-
name,
|
|
53274
|
-
fullName
|
|
53275
|
-
} = getName(start);
|
|
53276
|
-
const child = document.createElement("popup-menu-item");
|
|
53277
|
-
child.textContent = name;
|
|
53278
|
-
if (start.hasAttribute("styler-invisible")) {
|
|
53279
|
-
child.setAttribute("is-invisible", "1");
|
|
53280
|
-
child.title = "Click to reveal - " + fullName;
|
|
53281
|
-
} else {
|
|
53282
|
-
child.title = fullName;
|
|
53283
|
-
}
|
|
53284
|
-
child[currentElement] = start;
|
|
53285
|
-
start = start.nextElementSibling;
|
|
53286
|
-
popup.appendChild(child);
|
|
53287
|
-
}
|
|
53288
|
-
target.appendChild(popup);
|
|
53289
|
-
hidePopup = () => {
|
|
53290
|
-
setTimeout(() => popup.remove(), 100);
|
|
53291
|
-
document.body.removeEventListener("click", hidePopup);
|
|
53292
|
-
ce.ownerDocument.body.removeEventListener("click", hidePopup);
|
|
53293
|
-
};
|
|
53294
|
-
setTimeout(() => {
|
|
53295
|
-
document.body.addEventListener("click", hidePopup);
|
|
53296
|
-
ce.ownerDocument.body.addEventListener("click", hidePopup);
|
|
53297
|
-
}, 10);
|
|
53298
|
-
};
|
|
53299
|
-
}
|
|
53300
|
-
};
|
|
53301
|
-
});
|
|
53302
|
-
//# sourceMappingURL=BreadCrum.js.map
|
|
53303
|
-
|
|
53304
53180
|
AmdLoader.instance.setup("@social-mail/social-mail-client/dist/site-editor/editor/LanguageDropDown");
|
|
53305
53181
|
|
|
53306
53182
|
System.register(["@web-atoms/core/dist/core/Bind", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-controls/dist/basic/Select"], function (_export, _context) {
|
|
@@ -53555,6 +53431,7 @@ System.register(["@web-atoms/core/dist/core/AtomBinder"], function (_export, _co
|
|
|
53555
53431
|
this.page = page;
|
|
53556
53432
|
this.undoStack = [];
|
|
53557
53433
|
this.redoStack = [];
|
|
53434
|
+
this.documentObserver = [];
|
|
53558
53435
|
this.changed = false;
|
|
53559
53436
|
this.canUndo = false;
|
|
53560
53437
|
this.canRedo = false;
|
|
@@ -53582,7 +53459,15 @@ System.register(["@web-atoms/core/dist/core/AtomBinder"], function (_export, _co
|
|
|
53582
53459
|
};
|
|
53583
53460
|
}
|
|
53584
53461
|
observe(records) {
|
|
53585
|
-
|
|
53462
|
+
const {
|
|
53463
|
+
documentObserver
|
|
53464
|
+
} = this;
|
|
53465
|
+
if (this.silent && (documentObserver === null || documentObserver === void 0 ? void 0 : documentObserver.length)) {
|
|
53466
|
+
for (const x of records) {
|
|
53467
|
+
for (const d of documentObserver) {
|
|
53468
|
+
d(x);
|
|
53469
|
+
}
|
|
53470
|
+
}
|
|
53586
53471
|
return;
|
|
53587
53472
|
}
|
|
53588
53473
|
const undo = [];
|
|
@@ -53600,6 +53485,13 @@ System.register(["@web-atoms/core/dist/core/AtomBinder"], function (_export, _co
|
|
|
53600
53485
|
attributeNamespace
|
|
53601
53486
|
} = x;
|
|
53602
53487
|
if (/^styler\-(entered|exited|invisible)$/i.test(attributeName)) {
|
|
53488
|
+
if (attributeName === "styler-invisible") {
|
|
53489
|
+
if (documentObserver) {
|
|
53490
|
+
for (const d of documentObserver) {
|
|
53491
|
+
d(x);
|
|
53492
|
+
}
|
|
53493
|
+
}
|
|
53494
|
+
}
|
|
53603
53495
|
continue;
|
|
53604
53496
|
}
|
|
53605
53497
|
const value = target.getAttributeNS(attributeNamespace, attributeName);
|
|
@@ -53612,6 +53504,11 @@ System.register(["@web-atoms/core/dist/core/AtomBinder"], function (_export, _co
|
|
|
53612
53504
|
redo.push(() => target.removeAttributeNS(attributeNamespace, attributeName));
|
|
53613
53505
|
}
|
|
53614
53506
|
undo.splice(0, 0, () => oldValue ? target.setAttributeNS(attributeNamespace, attributeName, oldValue) : target.removeAttributeNS(attributeNamespace, attributeName));
|
|
53507
|
+
if (documentObserver) {
|
|
53508
|
+
for (const d of documentObserver) {
|
|
53509
|
+
d(x);
|
|
53510
|
+
}
|
|
53511
|
+
}
|
|
53615
53512
|
break;
|
|
53616
53513
|
case "characterData":
|
|
53617
53514
|
const {
|
|
@@ -53660,6 +53557,11 @@ System.register(["@web-atoms/core/dist/core/AtomBinder"], function (_export, _co
|
|
|
53660
53557
|
}
|
|
53661
53558
|
undo.push(() => target.append(removed));
|
|
53662
53559
|
}
|
|
53560
|
+
if (documentObserver) {
|
|
53561
|
+
for (const d of documentObserver) {
|
|
53562
|
+
d(x);
|
|
53563
|
+
}
|
|
53564
|
+
}
|
|
53663
53565
|
break;
|
|
53664
53566
|
}
|
|
53665
53567
|
}
|
|
@@ -56815,10 +56717,10 @@ System.register(["@web-atoms/core/dist/core/XNode", "../../menus/EditorPopupMenu
|
|
|
56815
56717
|
|
|
56816
56718
|
AmdLoader.instance.setup("@social-mail/social-mail-client/dist/site-editor/editor/HtmlPageEditor");
|
|
56817
56719
|
|
|
56818
|
-
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", "./
|
|
56720
|
+
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) {
|
|
56819
56721
|
"use strict";
|
|
56820
56722
|
|
|
56821
|
-
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,
|
|
56723
|
+
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;
|
|
56822
56724
|
_export("default", void 0);
|
|
56823
56725
|
return {
|
|
56824
56726
|
setters: [function (_tslib) {
|
|
@@ -56917,8 +56819,6 @@ System.register(["tslib", "@web-atoms/core/dist/core/Bind", "@web-atoms/core/dis
|
|
|
56917
56819
|
PDFViewer = _blocksPDFViewer.PDFViewer;
|
|
56918
56820
|
}, function (_blocksBanner) {
|
|
56919
56821
|
Banner = _blocksBanner.Banner;
|
|
56920
|
-
}, function (_BreadCrum) {
|
|
56921
|
-
BreadCrum = _BreadCrum.default;
|
|
56922
56822
|
}, function (_LanguageDropDown) {
|
|
56923
56823
|
LanguageDropDown = _LanguageDropDown.default;
|
|
56924
56824
|
}, function (_webComponentsPath) {
|
|
@@ -57163,9 +57063,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/Bind", "@web-atoms/core/dis
|
|
|
57163
57063
|
"data-layout": "icon-button"
|
|
57164
57064
|
}, XNode.create("i", {
|
|
57165
57065
|
class: "fas fa-code"
|
|
57166
|
-
}), "Variables"), XNode.create(Properties, null))
|
|
57167
|
-
selection: Bind.oneWay(() => this.selection.element)
|
|
57168
|
-
})));
|
|
57066
|
+
}), "Variables"), XNode.create(Properties, null))));
|
|
57169
57067
|
this.contentEditor = this.element.querySelector(`[data-element="content-editor"]`);
|
|
57170
57068
|
});
|
|
57171
57069
|
}
|
|
@@ -59106,6 +59004,195 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-con
|
|
|
59106
59004
|
});
|
|
59107
59005
|
//# sourceMappingURL=DownloadZip.js.map
|
|
59108
59006
|
|
|
59007
|
+
AmdLoader.instance.setup("@social-mail/social-mail-client/dist/site-editor-app/pages/websites/studio/DesignSupportPage");
|
|
59008
|
+
|
|
59009
|
+
System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-controls/dist/mobile-app/MobileApp", "../../../../web/page/mails/ConversationPage", "@web-atoms/core/dist/core/InjectProperty", "../../../../services/EntityService", "../../../../model/model"], function (_export, _context) {
|
|
59010
|
+
"use strict";
|
|
59011
|
+
|
|
59012
|
+
var __awaiter, __decorate, __metadata, XNode, PopupWindowPage, ConversationPage, InjectProperty, EntityService, Mailbox, MailboxContact, DesignSupportPage;
|
|
59013
|
+
_export("default", void 0);
|
|
59014
|
+
return {
|
|
59015
|
+
setters: [function (_tslib) {
|
|
59016
|
+
__awaiter = _tslib.__awaiter;
|
|
59017
|
+
__decorate = _tslib.__decorate;
|
|
59018
|
+
__metadata = _tslib.__metadata;
|
|
59019
|
+
}, function (_webAtomsCoreDistCoreXNode) {
|
|
59020
|
+
XNode = _webAtomsCoreDistCoreXNode.default;
|
|
59021
|
+
}, function (_webAtomsWebControlsDistMobileAppMobileApp) {
|
|
59022
|
+
PopupWindowPage = _webAtomsWebControlsDistMobileAppMobileApp.PopupWindowPage;
|
|
59023
|
+
}, function (_webPageMailsConversationPage) {
|
|
59024
|
+
ConversationPage = _webPageMailsConversationPage.default;
|
|
59025
|
+
}, function (_webAtomsCoreDistCoreInjectProperty) {
|
|
59026
|
+
InjectProperty = _webAtomsCoreDistCoreInjectProperty.default;
|
|
59027
|
+
}, function (_servicesEntityService) {
|
|
59028
|
+
EntityService = _servicesEntityService.default;
|
|
59029
|
+
}, function (_modelModel) {
|
|
59030
|
+
Mailbox = _modelModel.Mailbox;
|
|
59031
|
+
MailboxContact = _modelModel.MailboxContact;
|
|
59032
|
+
}],
|
|
59033
|
+
execute: function () {
|
|
59034
|
+
_export("default", DesignSupportPage = class DesignSupportPage extends PopupWindowPage {
|
|
59035
|
+
init() {
|
|
59036
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
59037
|
+
const {
|
|
59038
|
+
infoEmail,
|
|
59039
|
+
supportEmail
|
|
59040
|
+
} = this.parameters;
|
|
59041
|
+
const {
|
|
59042
|
+
mailboxID
|
|
59043
|
+
} = yield this.entityService.query(Mailbox).where({
|
|
59044
|
+
infoEmail
|
|
59045
|
+
}, p => x => x.emailAddress.emailAddress === p.infoEmail).include(x => x.emailAddress).firstOrDefault();
|
|
59046
|
+
let mailboxContact = yield this.entityService.query(MailboxContact).where({
|
|
59047
|
+
mailboxID,
|
|
59048
|
+
supportEmail
|
|
59049
|
+
}, p => x => x.mailboxID === p.mailboxID && x.emailAddress.emailAddress === p.supportEmail).include(x => [x.mailbox, x.emailAddress]).firstOrDefault();
|
|
59050
|
+
if (!mailboxContact) {
|
|
59051
|
+
yield this.entityService.save(MailboxContact.create({
|
|
59052
|
+
mailboxID,
|
|
59053
|
+
emailAddressText: supportEmail
|
|
59054
|
+
}));
|
|
59055
|
+
mailboxContact = yield this.entityService.query(MailboxContact).where({
|
|
59056
|
+
mailboxID,
|
|
59057
|
+
supportEmail
|
|
59058
|
+
}, p => x => x.mailboxID === p.mailboxID && x.emailAddress.emailAddress === p.supportEmail).include(x => [x.mailbox, x.emailAddress]).firstOrDefault();
|
|
59059
|
+
}
|
|
59060
|
+
this.renderer = XNode.create("div", null, XNode.create("div", {
|
|
59061
|
+
"data-window-container": "c1"
|
|
59062
|
+
}));
|
|
59063
|
+
const container = this.element.querySelector(`[data-window-container="c1"]`);
|
|
59064
|
+
const cp = new ConversationPage(this.app, document.createElement("div"));
|
|
59065
|
+
cp.parameters = mailboxContact;
|
|
59066
|
+
void cp.init().catch(console.error);
|
|
59067
|
+
container.style.width = "70vw";
|
|
59068
|
+
container.style.height = "50vh";
|
|
59069
|
+
container.appendChild(cp.element);
|
|
59070
|
+
});
|
|
59071
|
+
}
|
|
59072
|
+
});
|
|
59073
|
+
__decorate([InjectProperty, __metadata("design:type", EntityService)], DesignSupportPage.prototype, "entityService", void 0);
|
|
59074
|
+
}
|
|
59075
|
+
};
|
|
59076
|
+
});
|
|
59077
|
+
//# sourceMappingURL=DesignSupportPage.js.map
|
|
59078
|
+
|
|
59079
|
+
AmdLoader.instance.setup("@web-atoms/core/dist/core/Defer");
|
|
59080
|
+
|
|
59081
|
+
System.register(["./types"], function (_export, _context) {
|
|
59082
|
+
"use strict";
|
|
59083
|
+
|
|
59084
|
+
var CancelToken;
|
|
59085
|
+
function Defer(n = 250) {
|
|
59086
|
+
return (target, key, descriptor) => {
|
|
59087
|
+
const old = descriptor.value;
|
|
59088
|
+
const k = Symbol.for(`defer_${key}`);
|
|
59089
|
+
descriptor.value = function (...a) {
|
|
59090
|
+
const id = this[k];
|
|
59091
|
+
if (id) {
|
|
59092
|
+
clearTimeout(id);
|
|
59093
|
+
}
|
|
59094
|
+
this[k] = setTimeout(() => {
|
|
59095
|
+
this[k] = undefined;
|
|
59096
|
+
const result = old.apply(this, a);
|
|
59097
|
+
if (result === null || result === void 0 ? void 0 : result.then) {
|
|
59098
|
+
result.catch(e => {
|
|
59099
|
+
if (CancelToken.isCancelled(e)) {
|
|
59100
|
+
return;
|
|
59101
|
+
}
|
|
59102
|
+
console.error(e);
|
|
59103
|
+
});
|
|
59104
|
+
}
|
|
59105
|
+
}, n);
|
|
59106
|
+
};
|
|
59107
|
+
};
|
|
59108
|
+
}
|
|
59109
|
+
_export("default", Defer);
|
|
59110
|
+
return {
|
|
59111
|
+
setters: [function (_types) {
|
|
59112
|
+
CancelToken = _types.CancelToken;
|
|
59113
|
+
}],
|
|
59114
|
+
execute: function () {}
|
|
59115
|
+
};
|
|
59116
|
+
});
|
|
59117
|
+
//# sourceMappingURL=Defer.js.map
|
|
59118
|
+
|
|
59119
|
+
AmdLoader.instance.setup("@social-mail/social-mail-client/dist/site-editor-app/pages/websites/studio/tool-bar/StudioToolBar");
|
|
59120
|
+
|
|
59121
|
+
System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/core/dist/core/Bind", "@web-atoms/core/dist/web/controls/AtomControl", "@web-atoms/web-controls/dist/basic/ButtonBar", "@web-atoms/core/dist/core/Defer", "./StudioToolBar.global.css"], function (_export, _context) {
|
|
59122
|
+
"use strict";
|
|
59123
|
+
|
|
59124
|
+
var __awaiter, __decorate, __metadata, XNode, Bind, AtomControl, ButtonBar, Defer, StudioToolBar;
|
|
59125
|
+
_export("default", void 0);
|
|
59126
|
+
return {
|
|
59127
|
+
setters: [function (_tslib) {
|
|
59128
|
+
__awaiter = _tslib.__awaiter;
|
|
59129
|
+
__decorate = _tslib.__decorate;
|
|
59130
|
+
__metadata = _tslib.__metadata;
|
|
59131
|
+
}, function (_webAtomsCoreDistCoreXNode) {
|
|
59132
|
+
XNode = _webAtomsCoreDistCoreXNode.default;
|
|
59133
|
+
}, function (_webAtomsCoreDistCoreBind) {
|
|
59134
|
+
Bind = _webAtomsCoreDistCoreBind.default;
|
|
59135
|
+
}, function (_webAtomsCoreDistWebControlsAtomControl) {
|
|
59136
|
+
AtomControl = _webAtomsCoreDistWebControlsAtomControl.AtomControl;
|
|
59137
|
+
}, function (_webAtomsWebControlsDistBasicButtonBar) {
|
|
59138
|
+
ButtonBar = _webAtomsWebControlsDistBasicButtonBar.default;
|
|
59139
|
+
}, function (_webAtomsCoreDistCoreDefer) {
|
|
59140
|
+
Defer = _webAtomsCoreDistCoreDefer.default;
|
|
59141
|
+
}, function (_StudioToolBarGlobalCss) {}],
|
|
59142
|
+
execute: function () {
|
|
59143
|
+
_export("default", StudioToolBar = class StudioToolBar extends AtomControl {
|
|
59144
|
+
static page(a) {
|
|
59145
|
+
var _a, _b;
|
|
59146
|
+
var _c;
|
|
59147
|
+
(_a = a.header) !== null && _a !== void 0 ? _a : a.header = XNode.create("div", {
|
|
59148
|
+
"data-element": "header"
|
|
59149
|
+
}, XNode.create("i", {
|
|
59150
|
+
class: a.className
|
|
59151
|
+
}), XNode.create("span", {
|
|
59152
|
+
text: a.title
|
|
59153
|
+
}));
|
|
59154
|
+
((_b = (_c = a.header).attributes) !== null && _b !== void 0 ? _b : _c.attributes = {})["data-element"] = "header";
|
|
59155
|
+
return a;
|
|
59156
|
+
}
|
|
59157
|
+
constructor(app, e = document.createElement("studio-tool-bar")) {
|
|
59158
|
+
super(app, e);
|
|
59159
|
+
this.search = "";
|
|
59160
|
+
this.root = null;
|
|
59161
|
+
this.pages = [];
|
|
59162
|
+
this.selectedItem = void 0;
|
|
59163
|
+
this.pushInit();
|
|
59164
|
+
}
|
|
59165
|
+
init() {
|
|
59166
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
59167
|
+
var _a;
|
|
59168
|
+
(_a = this.selectedItem) !== null && _a !== void 0 ? _a : this.selectedItem = this.pages[1].id;
|
|
59169
|
+
this.renderer = XNode.create("div", null, XNode.create(ButtonBar, {
|
|
59170
|
+
items: this.pages,
|
|
59171
|
+
itemRenderer: x => x.header,
|
|
59172
|
+
valuePath: x => x.id,
|
|
59173
|
+
value: Bind.twoWaysImmediate(() => this.selectedItem),
|
|
59174
|
+
"event-input": () => this.updateSelected()
|
|
59175
|
+
}), XNode.create("div", {
|
|
59176
|
+
"data-element": "container"
|
|
59177
|
+
}));
|
|
59178
|
+
this.container = this.element.querySelector(`[data-element="container"]`);
|
|
59179
|
+
this.updateSelected();
|
|
59180
|
+
});
|
|
59181
|
+
}
|
|
59182
|
+
updateSelected() {
|
|
59183
|
+
this.dispose(this.container);
|
|
59184
|
+
this.container.innerHTML = "";
|
|
59185
|
+
const parent = this.parent;
|
|
59186
|
+
const selected = this.pages.find(x => x.id === this.selectedItem);
|
|
59187
|
+
parent.render(XNode.create("div", null, selected.body), this.container, parent);
|
|
59188
|
+
}
|
|
59189
|
+
});
|
|
59190
|
+
__decorate([Defer(10), __metadata("design:type", Function), __metadata("design:paramtypes", []), __metadata("design:returntype", void 0)], StudioToolBar.prototype, "updateSelected", null);
|
|
59191
|
+
}
|
|
59192
|
+
};
|
|
59193
|
+
});
|
|
59194
|
+
//# sourceMappingURL=StudioToolBar.js.map
|
|
59195
|
+
|
|
59109
59196
|
AmdLoader.instance.setup("@social-mail/social-mail-client/dist/common/CDN");
|
|
59110
59197
|
|
|
59111
59198
|
System.register([], function (_export, _context) {
|
|
@@ -59250,6 +59337,7 @@ System.register(["tslib", "@web-atoms/core/dist/web/controls/AtomControl", "./To
|
|
|
59250
59337
|
"use strict";
|
|
59251
59338
|
|
|
59252
59339
|
var __awaiter, __decorate, __metadata, AtomControl, InjectProperty, EntityService, XNode, AtomRepeater, InfiniteRepeater, Bind, CDN, ToolSection;
|
|
59340
|
+
_export("default", void 0);
|
|
59253
59341
|
return {
|
|
59254
59342
|
setters: [function (_tslib) {
|
|
59255
59343
|
__awaiter = _tslib.__awaiter;
|
|
@@ -59275,7 +59363,7 @@ System.register(["tslib", "@web-atoms/core/dist/web/controls/AtomControl", "./To
|
|
|
59275
59363
|
_export("ToolPreview", _previewToolPreview.default);
|
|
59276
59364
|
}],
|
|
59277
59365
|
execute: function () {
|
|
59278
|
-
ToolSection = class ToolSection extends AtomControl {
|
|
59366
|
+
_export("default", ToolSection = class ToolSection extends AtomControl {
|
|
59279
59367
|
constructor(app, e) {
|
|
59280
59368
|
super(app, e);
|
|
59281
59369
|
this.search = "";
|
|
@@ -59286,15 +59374,7 @@ System.register(["tslib", "@web-atoms/core/dist/web/controls/AtomControl", "./To
|
|
|
59286
59374
|
}
|
|
59287
59375
|
init() {
|
|
59288
59376
|
return __awaiter(this, void 0, void 0, function* () {
|
|
59289
|
-
|
|
59290
|
-
ToolSection.selectedHeader = this.headerName;
|
|
59291
|
-
}
|
|
59292
|
-
this.renderer = XNode.create("div", {
|
|
59293
|
-
show: Bind.source(ToolSection, x => x.source.selectedHeader === x.control.headerName)
|
|
59294
|
-
}, XNode.create("header", {
|
|
59295
|
-
"event-click": () => ToolSection.selectedHeader = this.headerName,
|
|
59296
|
-
text: this.headerName
|
|
59297
|
-
}), XNode.create("input", {
|
|
59377
|
+
this.renderer = XNode.create("div", null, XNode.create("input", {
|
|
59298
59378
|
type: "search",
|
|
59299
59379
|
"style-display": Bind.oneWay(() => this.show),
|
|
59300
59380
|
value: Bind.twoWaysImmediate(() => this.search)
|
|
@@ -59398,9 +59478,7 @@ System.register(["tslib", "@web-atoms/core/dist/web/controls/AtomControl", "./To
|
|
|
59398
59478
|
title: title
|
|
59399
59479
|
}, title), previewNode);
|
|
59400
59480
|
}
|
|
59401
|
-
};
|
|
59402
|
-
ToolSection.selectedHeader = "";
|
|
59403
|
-
_export("default", ToolSection);
|
|
59481
|
+
});
|
|
59404
59482
|
__decorate([InjectProperty, __metadata("design:type", EntityService)], ToolSection.prototype, "entityService", void 0);
|
|
59405
59483
|
}
|
|
59406
59484
|
};
|
|
@@ -59526,6 +59604,404 @@ System.register(["tslib", "@web-atoms/core/dist/services/FetchBuilder", "../../.
|
|
|
59526
59604
|
});
|
|
59527
59605
|
//# sourceMappingURL=BasicShapes.js.map
|
|
59528
59606
|
|
|
59607
|
+
AmdLoader.instance.setup("@social-mail/social-mail-client/dist/site-editor-app/pages/websites/studio/layers/TreeElement");
|
|
59608
|
+
|
|
59609
|
+
System.register(["@web-atoms/core/dist/web/core/AtomUI", "./TreeElement.global.css"], function (_export, _context) {
|
|
59610
|
+
"use strict";
|
|
59611
|
+
|
|
59612
|
+
var ChildEnumerator, TreeElement, onTreeElementClick, onTreeActionClick, selectedElementSymbol;
|
|
59613
|
+
return {
|
|
59614
|
+
setters: [function (_webAtomsCoreDistWebCoreAtomUI) {
|
|
59615
|
+
ChildEnumerator = _webAtomsCoreDistWebCoreAtomUI.ChildEnumerator;
|
|
59616
|
+
}, function (_TreeElementGlobalCss) {}],
|
|
59617
|
+
execute: function () {
|
|
59618
|
+
onTreeElementClick = e => {
|
|
59619
|
+
const target = e.target;
|
|
59620
|
+
const root = target === null || target === void 0 ? void 0 : target.treeRoot;
|
|
59621
|
+
if (!root) {
|
|
59622
|
+
return;
|
|
59623
|
+
}
|
|
59624
|
+
root.selectedElement = root;
|
|
59625
|
+
};
|
|
59626
|
+
onTreeActionClick = e => {
|
|
59627
|
+
const target = e.target;
|
|
59628
|
+
const root = target === null || target === void 0 ? void 0 : target.treeRoot;
|
|
59629
|
+
if (!root) {
|
|
59630
|
+
return;
|
|
59631
|
+
}
|
|
59632
|
+
root.dispatchEvent(new CustomEvent("treeElementAction", {
|
|
59633
|
+
bubbles: true,
|
|
59634
|
+
detail: target
|
|
59635
|
+
}));
|
|
59636
|
+
};
|
|
59637
|
+
selectedElementSymbol = Symbol("selectedElement");
|
|
59638
|
+
TreeElement = class TreeElement extends HTMLElement {
|
|
59639
|
+
get spacing() {
|
|
59640
|
+
const parent = this.parentElement;
|
|
59641
|
+
if (/tree-element/i.test(parent.tagName)) {
|
|
59642
|
+
return parent.spacing + 5;
|
|
59643
|
+
}
|
|
59644
|
+
return 5;
|
|
59645
|
+
}
|
|
59646
|
+
get selectedElement() {
|
|
59647
|
+
const root = this.treeRoot;
|
|
59648
|
+
if (!root) {
|
|
59649
|
+
return void 0;
|
|
59650
|
+
}
|
|
59651
|
+
return root[selectedElementSymbol];
|
|
59652
|
+
}
|
|
59653
|
+
set selectedElement(v) {
|
|
59654
|
+
if (v && !(v instanceof TreeElement)) {
|
|
59655
|
+
return;
|
|
59656
|
+
}
|
|
59657
|
+
const root = this.treeRoot;
|
|
59658
|
+
if (!root) {
|
|
59659
|
+
return;
|
|
59660
|
+
}
|
|
59661
|
+
const old = root[selectedElementSymbol];
|
|
59662
|
+
if (old === v) {
|
|
59663
|
+
return;
|
|
59664
|
+
}
|
|
59665
|
+
old === null || old === void 0 ? void 0 : old.removeAttribute("selected");
|
|
59666
|
+
v === null || v === void 0 ? void 0 : v.setAttribute("selected", "1");
|
|
59667
|
+
root[selectedElementSymbol] = v;
|
|
59668
|
+
let start = v;
|
|
59669
|
+
if (!v) {
|
|
59670
|
+
return;
|
|
59671
|
+
}
|
|
59672
|
+
while (start === null || start === void 0 ? void 0 : start.check) {
|
|
59673
|
+
start.check.checked = true;
|
|
59674
|
+
start.updateSelection(true);
|
|
59675
|
+
start = start.parentElement;
|
|
59676
|
+
}
|
|
59677
|
+
v.dispatchEvent(new CustomEvent("treeElementSelected", {
|
|
59678
|
+
bubbles: true
|
|
59679
|
+
}));
|
|
59680
|
+
}
|
|
59681
|
+
get treeRoot() {
|
|
59682
|
+
var _a;
|
|
59683
|
+
let start = this;
|
|
59684
|
+
while (/tree-element/i.test((_a = start.parentElement) === null || _a === void 0 ? void 0 : _a.tagName)) {
|
|
59685
|
+
start = start.parentElement;
|
|
59686
|
+
}
|
|
59687
|
+
return start;
|
|
59688
|
+
}
|
|
59689
|
+
attributeChangedCallback(name, oldValue, newValue) {
|
|
59690
|
+
switch (name) {
|
|
59691
|
+
case "label":
|
|
59692
|
+
if (this.labelElement) {
|
|
59693
|
+
this.labelElement.textContent = newValue;
|
|
59694
|
+
}
|
|
59695
|
+
break;
|
|
59696
|
+
case "icon":
|
|
59697
|
+
break;
|
|
59698
|
+
case "actions":
|
|
59699
|
+
if (this.actions) {
|
|
59700
|
+
this.setActions(newValue);
|
|
59701
|
+
}
|
|
59702
|
+
break;
|
|
59703
|
+
}
|
|
59704
|
+
}
|
|
59705
|
+
setActions(newValue) {
|
|
59706
|
+
this.actions.innerHTML = newValue;
|
|
59707
|
+
for (const e of ChildEnumerator.enumerate(this.actions)) {
|
|
59708
|
+
e.setAttribute("part", "action-item");
|
|
59709
|
+
e.treeRoot = this;
|
|
59710
|
+
}
|
|
59711
|
+
}
|
|
59712
|
+
connectedCallback() {
|
|
59713
|
+
this.root = this.attachShadow({
|
|
59714
|
+
mode: "open"
|
|
59715
|
+
});
|
|
59716
|
+
const spacer = document.createElement("div");
|
|
59717
|
+
spacer.setAttribute("part", "spacer");
|
|
59718
|
+
this.spacer = spacer;
|
|
59719
|
+
this.root.appendChild(spacer);
|
|
59720
|
+
const bg = document.createElement("div");
|
|
59721
|
+
bg.setAttribute("part", "bg");
|
|
59722
|
+
this.root.appendChild(bg);
|
|
59723
|
+
const label = document.createElement("span");
|
|
59724
|
+
label.setAttribute("part", "label");
|
|
59725
|
+
label.treeRoot = this;
|
|
59726
|
+
this.labelElement = label;
|
|
59727
|
+
const text = this.getAttribute("label");
|
|
59728
|
+
if (text) {
|
|
59729
|
+
label.textContent = text;
|
|
59730
|
+
}
|
|
59731
|
+
this.root.appendChild(label);
|
|
59732
|
+
const check = document.createElement("input");
|
|
59733
|
+
check.setAttribute("part", "check");
|
|
59734
|
+
check.setAttribute("type", "checkbox");
|
|
59735
|
+
this.check = check;
|
|
59736
|
+
this.root.appendChild(check);
|
|
59737
|
+
const actions = document.createElement("div");
|
|
59738
|
+
actions.setAttribute("part", "actions");
|
|
59739
|
+
this.actions = actions;
|
|
59740
|
+
actions.treeRoot = this;
|
|
59741
|
+
actions.onclick = onTreeActionClick;
|
|
59742
|
+
const a = this.getAttribute("actions");
|
|
59743
|
+
this.root.appendChild(actions);
|
|
59744
|
+
if (a) {
|
|
59745
|
+
this.setActions(a);
|
|
59746
|
+
}
|
|
59747
|
+
label.onclick = onTreeElementClick;
|
|
59748
|
+
label.onpointerenter = () => {
|
|
59749
|
+
this.setAttribute("hover", "1");
|
|
59750
|
+
this.dispatchEvent(new CustomEvent("treeElementHover", {
|
|
59751
|
+
bubbles: true
|
|
59752
|
+
}));
|
|
59753
|
+
};
|
|
59754
|
+
label.onpointerleave = () => this.removeAttribute("hover");
|
|
59755
|
+
const container = document.createElement("slot");
|
|
59756
|
+
container.setAttribute("name", "container");
|
|
59757
|
+
container.setAttribute("part", "container");
|
|
59758
|
+
this.root.appendChild(container);
|
|
59759
|
+
check.oninput = e => this.updateSelection(e.target !== check);
|
|
59760
|
+
const parent = this.parentElement;
|
|
59761
|
+
if (parent.check) {
|
|
59762
|
+
if (parent.check.checked) {
|
|
59763
|
+
this.slot = "container";
|
|
59764
|
+
this.spacer.style.width = parent.spacing + "px";
|
|
59765
|
+
}
|
|
59766
|
+
}
|
|
59767
|
+
}
|
|
59768
|
+
updateSelection(checkOnly = false) {
|
|
59769
|
+
const {
|
|
59770
|
+
check
|
|
59771
|
+
} = this;
|
|
59772
|
+
if (check.checked) {
|
|
59773
|
+
const spacing = this.spacing + "px";
|
|
59774
|
+
for (const element of ChildEnumerator.enumerate(this)) {
|
|
59775
|
+
element.slot = "container";
|
|
59776
|
+
element.spacer.style.width = spacing;
|
|
59777
|
+
}
|
|
59778
|
+
} else {
|
|
59779
|
+
if (checkOnly) {
|
|
59780
|
+
return;
|
|
59781
|
+
}
|
|
59782
|
+
for (const element of ChildEnumerator.enumerate(this)) {
|
|
59783
|
+
element.slot = "container1";
|
|
59784
|
+
}
|
|
59785
|
+
}
|
|
59786
|
+
}
|
|
59787
|
+
};
|
|
59788
|
+
TreeElement.observedAttributes = ["label", "icon", "spacing", "actions"];
|
|
59789
|
+
_export("default", TreeElement);
|
|
59790
|
+
customElements.define("tree-element", TreeElement);
|
|
59791
|
+
}
|
|
59792
|
+
};
|
|
59793
|
+
});
|
|
59794
|
+
//# sourceMappingURL=TreeElement.js.map
|
|
59795
|
+
|
|
59796
|
+
AmdLoader.instance.setup("@social-mail/social-mail-client/dist/site-editor-app/pages/websites/studio/layers/StudioLayers");
|
|
59797
|
+
|
|
59798
|
+
System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/core/dist/web/controls/AtomControl", "./StudioLayers.global.css", "@web-atoms/core/dist/core/Bind", "./TreeElement", "@web-atoms/core/dist/web/core/AtomUI", "@web-atoms/core/dist/view-model/Action", "@web-atoms/core/dist/core/sleep", "@social-mail/social-mail-client/content/svg/eye.svg", "@social-mail/social-mail-client/content/svg/eye-slash.svg"], function (_export, _context) {
|
|
59799
|
+
"use strict";
|
|
59800
|
+
|
|
59801
|
+
var __awaiter, __decorate, __metadata, XNode, AtomControl, Bind, TreeElement, ChildEnumerator, Action, sleep, eye, eyeSlash, StudioLayers, editorElement, treeElement;
|
|
59802
|
+
_export("default", void 0);
|
|
59803
|
+
return {
|
|
59804
|
+
setters: [function (_tslib) {
|
|
59805
|
+
__awaiter = _tslib.__awaiter;
|
|
59806
|
+
__decorate = _tslib.__decorate;
|
|
59807
|
+
__metadata = _tslib.__metadata;
|
|
59808
|
+
}, function (_webAtomsCoreDistCoreXNode) {
|
|
59809
|
+
XNode = _webAtomsCoreDistCoreXNode.default;
|
|
59810
|
+
}, function (_webAtomsCoreDistWebControlsAtomControl) {
|
|
59811
|
+
AtomControl = _webAtomsCoreDistWebControlsAtomControl.AtomControl;
|
|
59812
|
+
}, function (_StudioLayersGlobalCss) {}, function (_webAtomsCoreDistCoreBind) {
|
|
59813
|
+
Bind = _webAtomsCoreDistCoreBind.default;
|
|
59814
|
+
}, function (_TreeElement) {
|
|
59815
|
+
TreeElement = _TreeElement.default;
|
|
59816
|
+
}, function (_webAtomsCoreDistWebCoreAtomUI) {
|
|
59817
|
+
ChildEnumerator = _webAtomsCoreDistWebCoreAtomUI.ChildEnumerator;
|
|
59818
|
+
}, function (_webAtomsCoreDistViewModelAction) {
|
|
59819
|
+
Action = _webAtomsCoreDistViewModelAction.default;
|
|
59820
|
+
}, function (_webAtomsCoreDistCoreSleep) {
|
|
59821
|
+
sleep = _webAtomsCoreDistCoreSleep.default;
|
|
59822
|
+
}, function (_socialMailSocialMailClientContentSvgEyeSvg) {
|
|
59823
|
+
eye = _socialMailSocialMailClientContentSvgEyeSvg.default;
|
|
59824
|
+
}, function (_socialMailSocialMailClientContentSvgEyeSlashSvg) {
|
|
59825
|
+
eyeSlash = _socialMailSocialMailClientContentSvgEyeSlashSvg.default;
|
|
59826
|
+
}],
|
|
59827
|
+
execute: function () {
|
|
59828
|
+
editorElement = Symbol("editorElement");
|
|
59829
|
+
treeElement = Symbol("treeElement");
|
|
59830
|
+
_export("default", StudioLayers = class StudioLayers extends AtomControl {
|
|
59831
|
+
constructor(app, e = document.createElement("studio-layers")) {
|
|
59832
|
+
super(app, e);
|
|
59833
|
+
this.treeElementType = TreeElement;
|
|
59834
|
+
this.pushInit();
|
|
59835
|
+
}
|
|
59836
|
+
init() {
|
|
59837
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
59838
|
+
var _a, _b;
|
|
59839
|
+
this.renderer = XNode.create("div", {
|
|
59840
|
+
"update-me": Bind.oneWay(() => this.updateMe(this.editor.selection.element))
|
|
59841
|
+
});
|
|
59842
|
+
this.registerDisposable({
|
|
59843
|
+
dispose: () => {
|
|
59844
|
+
var _a;
|
|
59845
|
+
(_a = this.observer) === null || _a === void 0 ? void 0 : _a.disconnect();
|
|
59846
|
+
this.observer = void 0;
|
|
59847
|
+
}
|
|
59848
|
+
});
|
|
59849
|
+
yield sleep(100);
|
|
59850
|
+
if ((_b = (_a = this.editor) === null || _a === void 0 ? void 0 : _a.selection) === null || _b === void 0 ? void 0 : _b.element) {
|
|
59851
|
+
this.updateMe(this.editor.selection.element);
|
|
59852
|
+
}
|
|
59853
|
+
});
|
|
59854
|
+
}
|
|
59855
|
+
updateMe(e) {
|
|
59856
|
+
var _a, _b;
|
|
59857
|
+
(_a = this.observer) === null || _a === void 0 ? void 0 : _a.disconnect();
|
|
59858
|
+
this.observer = void 0;
|
|
59859
|
+
if (this.ownerDocument !== e.ownerDocument) {
|
|
59860
|
+
this.editor.undoRedo.documentObserver.length = 0;
|
|
59861
|
+
this.ownerDocument = e.ownerDocument;
|
|
59862
|
+
(_b = this.root) === null || _b === void 0 ? void 0 : _b.remove();
|
|
59863
|
+
this.root = document.createElement("tree-element");
|
|
59864
|
+
this.syncItems(this.root, e.ownerDocument.body.firstElementChild);
|
|
59865
|
+
this.element.append(this.root);
|
|
59866
|
+
this.editor.undoRedo.documentObserver.push(x => this.observe(x));
|
|
59867
|
+
}
|
|
59868
|
+
this.root.selectedElement = e[treeElement];
|
|
59869
|
+
}
|
|
59870
|
+
observe(x) {
|
|
59871
|
+
if (x.type !== "childList") {
|
|
59872
|
+
const {
|
|
59873
|
+
target
|
|
59874
|
+
} = x;
|
|
59875
|
+
const t = target[treeElement];
|
|
59876
|
+
if (t) {
|
|
59877
|
+
this.updateProperties(t, target);
|
|
59878
|
+
}
|
|
59879
|
+
return;
|
|
59880
|
+
}
|
|
59881
|
+
const {
|
|
59882
|
+
addedNodes,
|
|
59883
|
+
removedNodes,
|
|
59884
|
+
nextSibling,
|
|
59885
|
+
previousSibling
|
|
59886
|
+
} = x;
|
|
59887
|
+
for (let index = 0; index < addedNodes.length; index++) {
|
|
59888
|
+
const added = addedNodes[index];
|
|
59889
|
+
if (added.nodeType !== Node.ELEMENT_NODE) {
|
|
59890
|
+
continue;
|
|
59891
|
+
}
|
|
59892
|
+
const newItem = document.createElement("tree-element");
|
|
59893
|
+
this.syncItems(newItem, added);
|
|
59894
|
+
if (previousSibling) {
|
|
59895
|
+
const pSibling = previousSibling[treeElement];
|
|
59896
|
+
pSibling.insertAdjacentElement("afterend", newItem);
|
|
59897
|
+
} else if (nextSibling) {
|
|
59898
|
+
const nSibling = nextSibling[treeElement];
|
|
59899
|
+
nSibling.insertAdjacentElement("beforebegin", newItem);
|
|
59900
|
+
} else {
|
|
59901
|
+
const p = added.parentElement[treeElement];
|
|
59902
|
+
p === null || p === void 0 ? void 0 : p.insertAdjacentElement("afterbegin", newItem);
|
|
59903
|
+
}
|
|
59904
|
+
}
|
|
59905
|
+
for (let index = 0; index < removedNodes.length; index++) {
|
|
59906
|
+
const element = removedNodes[index];
|
|
59907
|
+
if (element.nodeType !== Node.ELEMENT_NODE) {
|
|
59908
|
+
continue;
|
|
59909
|
+
}
|
|
59910
|
+
const t = element[treeElement];
|
|
59911
|
+
t === null || t === void 0 ? void 0 : t.remove();
|
|
59912
|
+
}
|
|
59913
|
+
}
|
|
59914
|
+
syncItems(root, e) {
|
|
59915
|
+
root[editorElement] = e;
|
|
59916
|
+
root.innerHTML = "";
|
|
59917
|
+
e[treeElement] = root;
|
|
59918
|
+
this.updateProperties(root, e);
|
|
59919
|
+
for (const child of ChildEnumerator.enumerate(e)) {
|
|
59920
|
+
const node = document.createElement("tree-element");
|
|
59921
|
+
this.syncItems(node, child);
|
|
59922
|
+
root.append(node);
|
|
59923
|
+
}
|
|
59924
|
+
}
|
|
59925
|
+
updateProperties(root, e) {
|
|
59926
|
+
const {
|
|
59927
|
+
name,
|
|
59928
|
+
fullName
|
|
59929
|
+
} = this.getName(e);
|
|
59930
|
+
root.setAttribute("label", name);
|
|
59931
|
+
root.setAttribute("title", fullName);
|
|
59932
|
+
if (e.getAttribute("styler-invisible")) {
|
|
59933
|
+
root.setAttribute("actions", `<img data-click-event="show-element" src="${eyeSlash}" title="Show" />`);
|
|
59934
|
+
} else {
|
|
59935
|
+
root.setAttribute("actions", `<img data-click-event="hide-element" src="${eye}" title="Hide" />`);
|
|
59936
|
+
}
|
|
59937
|
+
}
|
|
59938
|
+
getName(start) {
|
|
59939
|
+
const typeName = start.className || start.getAttribute("styler-layout");
|
|
59940
|
+
const name = typeName ? start.tagName + "(" + (typeName.length > 25 ? typeName.substring(0, 25) : typeName) + ")" : start.tagName;
|
|
59941
|
+
const fullName = typeName ? start.tagName + "(" + typeName + ")" : start.tagName;
|
|
59942
|
+
return {
|
|
59943
|
+
name,
|
|
59944
|
+
fullName
|
|
59945
|
+
};
|
|
59946
|
+
}
|
|
59947
|
+
onElementAction(d, e) {
|
|
59948
|
+
const {
|
|
59949
|
+
target,
|
|
59950
|
+
detail
|
|
59951
|
+
} = e;
|
|
59952
|
+
const te = target;
|
|
59953
|
+
const element = te[editorElement];
|
|
59954
|
+
const clickEvent = detail.getAttribute("data-click-event");
|
|
59955
|
+
switch (clickEvent) {
|
|
59956
|
+
case "hide-element":
|
|
59957
|
+
element.setAttribute("styler-invisible", "true");
|
|
59958
|
+
break;
|
|
59959
|
+
case "show-element":
|
|
59960
|
+
element.removeAttribute("styler-invisible");
|
|
59961
|
+
break;
|
|
59962
|
+
}
|
|
59963
|
+
}
|
|
59964
|
+
onElementHover(d, e) {
|
|
59965
|
+
const target = e.target;
|
|
59966
|
+
const ee = target[editorElement];
|
|
59967
|
+
if (!ee) {
|
|
59968
|
+
return;
|
|
59969
|
+
}
|
|
59970
|
+
this.editor.hover.update(ee);
|
|
59971
|
+
}
|
|
59972
|
+
onElementSelected(d, e) {
|
|
59973
|
+
const target = e.target;
|
|
59974
|
+
const ee = target[editorElement];
|
|
59975
|
+
if (!ee) {
|
|
59976
|
+
return;
|
|
59977
|
+
}
|
|
59978
|
+
if (ee === this.editor.selection.element) {
|
|
59979
|
+
return;
|
|
59980
|
+
}
|
|
59981
|
+
this.editor.selection.update(ee);
|
|
59982
|
+
if (ee.scrollIntoViewIfNeeded) {
|
|
59983
|
+
ee.scrollIntoViewIfNeeded();
|
|
59984
|
+
} else {
|
|
59985
|
+
ee.scrollIntoView({
|
|
59986
|
+
behavior: "smooth"
|
|
59987
|
+
});
|
|
59988
|
+
}
|
|
59989
|
+
}
|
|
59990
|
+
});
|
|
59991
|
+
__decorate([Action({
|
|
59992
|
+
onEvent: "treeElementAction"
|
|
59993
|
+
}), __metadata("design:type", Function), __metadata("design:paramtypes", [Object, Object]), __metadata("design:returntype", void 0)], StudioLayers.prototype, "onElementAction", null);
|
|
59994
|
+
__decorate([Action({
|
|
59995
|
+
onEvent: "treeElementHover"
|
|
59996
|
+
}), __metadata("design:type", Function), __metadata("design:paramtypes", [Object, Object]), __metadata("design:returntype", void 0)], StudioLayers.prototype, "onElementHover", null);
|
|
59997
|
+
__decorate([Action({
|
|
59998
|
+
onEvent: "treeElementSelected"
|
|
59999
|
+
}), __metadata("design:type", Function), __metadata("design:paramtypes", [Object, Object]), __metadata("design:returntype", void 0)], StudioLayers.prototype, "onElementSelected", null);
|
|
60000
|
+
}
|
|
60001
|
+
};
|
|
60002
|
+
});
|
|
60003
|
+
//# sourceMappingURL=StudioLayers.js.map
|
|
60004
|
+
|
|
59529
60005
|
AmdLoader.instance.setup("@social-mail/social-mail-client/dist/site-editor/tools/designs/Designs");
|
|
59530
60006
|
|
|
59531
60007
|
System.register(["tslib", "@web-atoms/core/dist/services/FetchBuilder", "../../../common/cache/CacheTTL", "../../../common/PackageInfo", "../section/ToolSection", "@web-atoms/core/dist/core/InjectProperty", "../ToolService"], function (_export, _context) {
|
|
@@ -59566,7 +60042,7 @@ System.register(["tslib", "@web-atoms/core/dist/services/FetchBuilder", "../../.
|
|
|
59566
60042
|
}) {
|
|
59567
60043
|
return this.tools.designs({
|
|
59568
60044
|
search,
|
|
59569
|
-
tags: "
|
|
60045
|
+
tags: "Design",
|
|
59570
60046
|
start,
|
|
59571
60047
|
cancelToken,
|
|
59572
60048
|
size: 50
|
|
@@ -59607,111 +60083,12 @@ System.register(["tslib", "@web-atoms/core/dist/services/FetchBuilder", "../../.
|
|
|
59607
60083
|
});
|
|
59608
60084
|
//# sourceMappingURL=Designs.js.map
|
|
59609
60085
|
|
|
59610
|
-
AmdLoader.instance.setup("@social-mail/social-mail-client/dist/site-editor/tools/Tools");
|
|
59611
|
-
|
|
59612
|
-
System.register(["@web-atoms/core/dist/core/XNode", "./Tools.local.css", "./basic/BasicShapes", "./designs/Designs"], function (_export, _context) {
|
|
59613
|
-
"use strict";
|
|
59614
|
-
|
|
59615
|
-
var XNode, BasicShapes, Designs;
|
|
59616
|
-
function Tools({
|
|
59617
|
-
folder
|
|
59618
|
-
}) {
|
|
59619
|
-
return XNode.create("section", {
|
|
59620
|
-
class: "site-editor-tools-tools"
|
|
59621
|
-
}, XNode.create(BasicShapes, null), XNode.create(Designs, null));
|
|
59622
|
-
}
|
|
59623
|
-
_export("default", Tools);
|
|
59624
|
-
return {
|
|
59625
|
-
setters: [function (_webAtomsCoreDistCoreXNode) {
|
|
59626
|
-
XNode = _webAtomsCoreDistCoreXNode.default;
|
|
59627
|
-
}, function (_ToolsLocalCss) {}, function (_basicBasicShapes) {
|
|
59628
|
-
BasicShapes = _basicBasicShapes.default;
|
|
59629
|
-
}, function (_designsDesigns) {
|
|
59630
|
-
Designs = _designsDesigns.default;
|
|
59631
|
-
}],
|
|
59632
|
-
execute: function () {}
|
|
59633
|
-
};
|
|
59634
|
-
});
|
|
59635
|
-
//# sourceMappingURL=Tools.js.map
|
|
59636
|
-
|
|
59637
|
-
AmdLoader.instance.setup("@social-mail/social-mail-client/dist/site-editor-app/pages/websites/studio/DesignSupportPage");
|
|
59638
|
-
|
|
59639
|
-
System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-controls/dist/mobile-app/MobileApp", "../../../../web/page/mails/ConversationPage", "@web-atoms/core/dist/core/InjectProperty", "../../../../services/EntityService", "../../../../model/model"], function (_export, _context) {
|
|
59640
|
-
"use strict";
|
|
59641
|
-
|
|
59642
|
-
var __awaiter, __decorate, __metadata, XNode, PopupWindowPage, ConversationPage, InjectProperty, EntityService, Mailbox, MailboxContact, DesignSupportPage;
|
|
59643
|
-
_export("default", void 0);
|
|
59644
|
-
return {
|
|
59645
|
-
setters: [function (_tslib) {
|
|
59646
|
-
__awaiter = _tslib.__awaiter;
|
|
59647
|
-
__decorate = _tslib.__decorate;
|
|
59648
|
-
__metadata = _tslib.__metadata;
|
|
59649
|
-
}, function (_webAtomsCoreDistCoreXNode) {
|
|
59650
|
-
XNode = _webAtomsCoreDistCoreXNode.default;
|
|
59651
|
-
}, function (_webAtomsWebControlsDistMobileAppMobileApp) {
|
|
59652
|
-
PopupWindowPage = _webAtomsWebControlsDistMobileAppMobileApp.PopupWindowPage;
|
|
59653
|
-
}, function (_webPageMailsConversationPage) {
|
|
59654
|
-
ConversationPage = _webPageMailsConversationPage.default;
|
|
59655
|
-
}, function (_webAtomsCoreDistCoreInjectProperty) {
|
|
59656
|
-
InjectProperty = _webAtomsCoreDistCoreInjectProperty.default;
|
|
59657
|
-
}, function (_servicesEntityService) {
|
|
59658
|
-
EntityService = _servicesEntityService.default;
|
|
59659
|
-
}, function (_modelModel) {
|
|
59660
|
-
Mailbox = _modelModel.Mailbox;
|
|
59661
|
-
MailboxContact = _modelModel.MailboxContact;
|
|
59662
|
-
}],
|
|
59663
|
-
execute: function () {
|
|
59664
|
-
_export("default", DesignSupportPage = class DesignSupportPage extends PopupWindowPage {
|
|
59665
|
-
init() {
|
|
59666
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
59667
|
-
const {
|
|
59668
|
-
infoEmail,
|
|
59669
|
-
supportEmail
|
|
59670
|
-
} = this.parameters;
|
|
59671
|
-
const {
|
|
59672
|
-
mailboxID
|
|
59673
|
-
} = yield this.entityService.query(Mailbox).where({
|
|
59674
|
-
infoEmail
|
|
59675
|
-
}, p => x => x.emailAddress.emailAddress === p.infoEmail).include(x => x.emailAddress).firstOrDefault();
|
|
59676
|
-
let mailboxContact = yield this.entityService.query(MailboxContact).where({
|
|
59677
|
-
mailboxID,
|
|
59678
|
-
supportEmail
|
|
59679
|
-
}, p => x => x.mailboxID === p.mailboxID && x.emailAddress.emailAddress === p.supportEmail).include(x => [x.mailbox, x.emailAddress]).firstOrDefault();
|
|
59680
|
-
if (!mailboxContact) {
|
|
59681
|
-
yield this.entityService.save(MailboxContact.create({
|
|
59682
|
-
mailboxID,
|
|
59683
|
-
emailAddressText: supportEmail
|
|
59684
|
-
}));
|
|
59685
|
-
mailboxContact = yield this.entityService.query(MailboxContact).where({
|
|
59686
|
-
mailboxID,
|
|
59687
|
-
supportEmail
|
|
59688
|
-
}, p => x => x.mailboxID === p.mailboxID && x.emailAddress.emailAddress === p.supportEmail).include(x => [x.mailbox, x.emailAddress]).firstOrDefault();
|
|
59689
|
-
}
|
|
59690
|
-
this.renderer = XNode.create("div", null, XNode.create("div", {
|
|
59691
|
-
"data-window-container": "c1"
|
|
59692
|
-
}));
|
|
59693
|
-
const container = this.element.querySelector(`[data-window-container="c1"]`);
|
|
59694
|
-
const cp = new ConversationPage(this.app, document.createElement("div"));
|
|
59695
|
-
cp.parameters = mailboxContact;
|
|
59696
|
-
void cp.init().catch(console.error);
|
|
59697
|
-
container.style.width = "70vw";
|
|
59698
|
-
container.style.height = "50vh";
|
|
59699
|
-
container.appendChild(cp.element);
|
|
59700
|
-
});
|
|
59701
|
-
}
|
|
59702
|
-
});
|
|
59703
|
-
__decorate([InjectProperty, __metadata("design:type", EntityService)], DesignSupportPage.prototype, "entityService", void 0);
|
|
59704
|
-
}
|
|
59705
|
-
};
|
|
59706
|
-
});
|
|
59707
|
-
//# sourceMappingURL=DesignSupportPage.js.map
|
|
59708
|
-
|
|
59709
60086
|
AmdLoader.instance.setup("@social-mail/social-mail-client/dist/site-editor-app/pages/websites/studio/WebSiteStudioPage");
|
|
59710
60087
|
|
|
59711
|
-
System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "@web-atoms/web-controls/dist/mobile-app/MobileApp", "@web-atoms/core/dist/core/Bind", "@web-atoms/core/dist/core/XNode", "@web-atoms/core/dist/view-model/Action", "@web-atoms/web-controls/dist/PageNavigator", "@web-atoms/web-controls/dist/basic/PopupButton", "../../../../model/model", "../../../../web/page/templates/EditTemplatePage", "../templates/ChooseWebSiteTemplatePage", "@web-atoms/core/dist/services/FetchBuilder", "../../../../site-editor/editor/WebSitePageEditor", "../../../../code-editor/CodeEditorPage", "../../../../services/websites/WebSiteService", "../../../../web/commands/AppCommands", "../history/WebSiteHistory", "../view/ViewWebSitePage", "../blogs/WebSiteBlogsPage", "../../../../common/apiPath", "../../../../common/controls/buttons/IconButton", "../../../../common/controls/tree/FileTreeView", "../../../../common/pages/files/service/CloudFileService", "../../../../common/pages/files/shares/EditSharesPage", "../../../../common/pages/files/preview/document/DownloadZip", "../../../../common/pages/files/FileHistoryPage", "../../../../common/menu/MenuService", "@web-atoms/core/dist/web/services/PopupService", "@web-atoms/web-controls/dist/basic/Checkbox", "
|
|
60088
|
+
System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "@web-atoms/web-controls/dist/mobile-app/MobileApp", "@web-atoms/core/dist/core/Bind", "@web-atoms/core/dist/core/XNode", "@web-atoms/core/dist/view-model/Action", "@web-atoms/web-controls/dist/PageNavigator", "@web-atoms/web-controls/dist/basic/PopupButton", "../../../../model/model", "../../../../web/page/templates/EditTemplatePage", "../templates/ChooseWebSiteTemplatePage", "@web-atoms/core/dist/services/FetchBuilder", "../../../../site-editor/editor/WebSitePageEditor", "../../../../code-editor/CodeEditorPage", "../../../../services/websites/WebSiteService", "../../../../web/commands/AppCommands", "../history/WebSiteHistory", "../view/ViewWebSitePage", "../blogs/WebSiteBlogsPage", "../../../../common/apiPath", "../../../../common/controls/buttons/IconButton", "../../../../common/controls/tree/FileTreeView", "../../../../common/pages/files/service/CloudFileService", "../../../../common/pages/files/shares/EditSharesPage", "../../../../common/pages/files/preview/document/DownloadZip", "../../../../common/pages/files/FileHistoryPage", "../../../../common/menu/MenuService", "@web-atoms/core/dist/web/services/PopupService", "@web-atoms/web-controls/dist/basic/Checkbox", "./WebSiteStudioPage.local.css", "../../../../common/SocialMailApp", "./DesignSupportPage", "./tool-bar/StudioToolBar", "../../../../site-editor/tools/basic/BasicShapes", "./layers/StudioLayers", "../../../../site-editor/tools/designs/Designs"], function (_export, _context) {
|
|
59712
60089
|
"use strict";
|
|
59713
60090
|
|
|
59714
|
-
var __addDisposableResource, __awaiter, __decorate, __disposeResources, __metadata, InjectProperty, ContentPage, Bind, XNode, Action, PageNavigator, MenuItem, AppFile, EditTemplatePage, ChooseWebSiteTemplatePage, FetchBuilder, WebSitePageEditor, CodeEditorPage, WebSiteService, AppCommands, WebSiteHistory, ViewWebSitePage, WebSiteBlogsPage, apiPath, SaveIconTextButton, EditIconTextButton, EmailIconTextButton, FileTreeView, CloudFileService, EditSharesPage, DownloadZip, FileHistoryPage, MenuService, PopupService, Checkbox,
|
|
60091
|
+
var __addDisposableResource, __awaiter, __decorate, __disposeResources, __metadata, InjectProperty, ContentPage, Bind, XNode, Action, PageNavigator, MenuItem, AppFile, EditTemplatePage, ChooseWebSiteTemplatePage, FetchBuilder, WebSitePageEditor, CodeEditorPage, WebSiteService, AppCommands, WebSiteHistory, ViewWebSitePage, WebSiteBlogsPage, apiPath, SaveIconTextButton, EditIconTextButton, EmailIconTextButton, FileTreeView, CloudFileService, EditSharesPage, DownloadZip, FileHistoryPage, MenuService, PopupService, Checkbox, SocialMailApp, DesignSupportPage, StudioToolBar, BasicShapes, StudioLayers, Designs, WebSiteStudioPage;
|
|
59715
60092
|
_export("default", void 0);
|
|
59716
60093
|
return {
|
|
59717
60094
|
setters: [function (_tslib) {
|
|
@@ -59778,12 +60155,18 @@ System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "@web-atom
|
|
|
59778
60155
|
PopupService = _webAtomsCoreDistWebServicesPopupService.default;
|
|
59779
60156
|
}, function (_webAtomsWebControlsDistBasicCheckbox) {
|
|
59780
60157
|
Checkbox = _webAtomsWebControlsDistBasicCheckbox.default;
|
|
59781
|
-
}, function (_siteEditorToolsTools) {
|
|
59782
|
-
Tools = _siteEditorToolsTools.default;
|
|
59783
60158
|
}, function (_WebSiteStudioPageLocalCss) {}, function (_commonSocialMailApp) {
|
|
59784
60159
|
SocialMailApp = _commonSocialMailApp.default;
|
|
59785
60160
|
}, function (_DesignSupportPage) {
|
|
59786
60161
|
DesignSupportPage = _DesignSupportPage.default;
|
|
60162
|
+
}, function (_toolBarStudioToolBar) {
|
|
60163
|
+
StudioToolBar = _toolBarStudioToolBar.default;
|
|
60164
|
+
}, function (_siteEditorToolsBasicBasicShapes) {
|
|
60165
|
+
BasicShapes = _siteEditorToolsBasicBasicShapes.default;
|
|
60166
|
+
}, function (_layersStudioLayers) {
|
|
60167
|
+
StudioLayers = _layersStudioLayers.default;
|
|
60168
|
+
}, function (_siteEditorToolsDesignsDesigns) {
|
|
60169
|
+
Designs = _siteEditorToolsDesignsDesigns.default;
|
|
59787
60170
|
}],
|
|
59788
60171
|
execute: function () {
|
|
59789
60172
|
_export("default", WebSiteStudioPage = class WebSiteStudioPage extends ContentPage {
|
|
@@ -59876,31 +60259,53 @@ System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "@web-atom
|
|
|
59876
60259
|
}));
|
|
59877
60260
|
this.renderer = XNode.create("div", {
|
|
59878
60261
|
class: "web-site-studio-page"
|
|
59879
|
-
}, XNode.create(
|
|
59880
|
-
|
|
59881
|
-
|
|
59882
|
-
|
|
59883
|
-
|
|
59884
|
-
|
|
59885
|
-
|
|
59886
|
-
|
|
59887
|
-
|
|
59888
|
-
|
|
59889
|
-
|
|
59890
|
-
|
|
59891
|
-
|
|
59892
|
-
|
|
59893
|
-
|
|
59894
|
-
|
|
59895
|
-
|
|
59896
|
-
|
|
59897
|
-
|
|
60262
|
+
}, XNode.create(StudioToolBar, {
|
|
60263
|
+
pages: [StudioToolBar.page({
|
|
60264
|
+
id: "folder",
|
|
60265
|
+
title: "Pages",
|
|
60266
|
+
className: "fad fa-file-code",
|
|
60267
|
+
body: XNode.create(FileTreeView, {
|
|
60268
|
+
root: this.root,
|
|
60269
|
+
class: "folder-tree",
|
|
60270
|
+
accept: "text/html",
|
|
60271
|
+
presenter: Bind.presenter(c => this.folderTree = c),
|
|
60272
|
+
selectedItem: Bind.twoWaysImmediate(() => this.selectedFile),
|
|
60273
|
+
menuActions: x => !x.isFolder ? /\.(htm|html)$/i.test(x.name) ? [XNode.create(MenuItem, {
|
|
60274
|
+
icon: "fas fa-copy",
|
|
60275
|
+
"data-click-event": "duplicate-html",
|
|
60276
|
+
label: "Duplicate Page"
|
|
60277
|
+
}), XNode.create(MenuItem, {
|
|
60278
|
+
icon: "fas fa-history",
|
|
60279
|
+
"data-click-event": "file-history",
|
|
60280
|
+
label: "File History"
|
|
60281
|
+
})] : [] : void 0,
|
|
60282
|
+
"event-selected-item-changing": ce => {
|
|
60283
|
+
if (this.modified) {
|
|
60284
|
+
if (confirm("Page is modified but not saved, your changes will be lost")) {
|
|
60285
|
+
return;
|
|
60286
|
+
}
|
|
60287
|
+
ce.preventDefault();
|
|
60288
|
+
}
|
|
59898
60289
|
}
|
|
59899
|
-
|
|
59900
|
-
|
|
59901
|
-
|
|
59902
|
-
|
|
59903
|
-
|
|
60290
|
+
})
|
|
60291
|
+
}), StudioToolBar.page({
|
|
60292
|
+
id: "shapes",
|
|
60293
|
+
title: "Shapes",
|
|
60294
|
+
className: "fad fa-shapes",
|
|
60295
|
+
body: XNode.create(BasicShapes, null)
|
|
60296
|
+
}), StudioToolBar.page({
|
|
60297
|
+
id: "designs",
|
|
60298
|
+
title: "Designs",
|
|
60299
|
+
className: "fad fa-icons",
|
|
60300
|
+
body: XNode.create(Designs, null)
|
|
60301
|
+
}), StudioToolBar.page({
|
|
60302
|
+
id: "layers",
|
|
60303
|
+
title: "Layers",
|
|
60304
|
+
className: "fad fa-layer-group",
|
|
60305
|
+
body: XNode.create(StudioLayers, {
|
|
60306
|
+
editor: Bind.oneWay(() => this.htmlEditor)
|
|
60307
|
+
})
|
|
60308
|
+
})]
|
|
59904
60309
|
}), XNode.create(WebSitePageEditor, {
|
|
59905
60310
|
class: "file-list",
|
|
59906
60311
|
selectedFile: Bind.oneWay(() => this.selectedFile),
|