/** Mapping of all HTML IDs to JavaScript const members @class Elements @constructor @return {Object} instantiated Elements **/ module Elements { export const ABOUT_US = '#aboutUS'; export const ADD_BLOCK_BUTTON = '#addBlockButton'; export const ADD_BLOCK_TEMPLATE = '#addBlockTemplate'; export const ADD_BLOCK_LOCATION_TEMPLATE = '#addBlockLocationTemplate'; export const ADD_BLOCK_ELEM_VIEW = '#addBlockView'; export const GOOGLE_MAPS_LOCATION = '#googleMapsLocation'; export const GOOGLE_MAPS_SCENE_LOCATION = '#googleMapsSceneLocation'; export const ADD_COLLECTION_EVENTS = '#addCollectionEvents'; export const REMOVE_COLLECTION_EVENTS = '#removeCollectionEvents'; export const ADD_COMPONENT_BLOCK_LIST = '#addComponentBlockList'; export const ADD_NEW_TIMELINE_BUTTON = '#addNewTimelineButton'; export const ADD_RESOURCE_BLOCK_LIST = '#addResourceBlockList'; export const ADD_SCENE_BLOCK_LIST = '#addSceneBlockList'; export const ADD_SCENE_BLOCK_LIST_CONTAINER = '#addSceneBlockListContainer'; export const ADD_COMPONENTS_BLOCK_LIST_CONTAINER = '#addComponentsBlockListContainer'; export const APP_CONTENT = '#appContent'; export const APP_ENTRY = '#appEntry'; export const APP_LOGIN = '#appLogin'; export const APP_LOGOUT = '#appLogout'; export const LOCATION_SIMULATION_MODE = "#locationlSimulationMode"; export const APP_NAME = '#appName'; export const APP_NAVIGATOR = '#appNavigator'; export const ATTACH_DRAG_DROP_MAIN_SCREEN_SELECTION = '#attachDragDropMainScreenSelection'; export const TOTAL_MAP_LOCATIONS = '#totalMapLocations'; export const ADD_RESOURCE_TO_COLLECTION = '#addResourceToCollection'; export const OPEN_GOOGLE_MAPS = '#openGoogleMaps'; export const REMOVE_RESOURCE_FOR_COLLECTION = '#removeResourceForCollection'; export const REMOVE_RESOURCE_FOR_LOCATION = '#removeResourceForLocation'; export const AUTO_POPUP_LABEL = '#autoPopUpLabel'; export const BACK_SCENE_SELECTION = '#backSceneSelection'; export const BACK_TO_CAMPAIGNS = '#backToCampaigns'; export const BG_COLOR_GRADIENT_SELECTOR = '#bgColorGradientSelector'; export const BG_COLOR_SOLID_SELECTOR = '#bgColorSolidSelector'; export const BLOCK_ALPHA_LABEL = '#blockAlphaLabel'; export const BLOCK_ALPHA_SLIDER = '#blockAlphaSlider'; export const BLOCK_BORDER_WRAP = '#blockBorderWrap'; export const BLOCK_CLOCK_COMMON_PROPERTIES = '#blockClockCommonProperties'; export const BLOCK_COMMON_PROPERTIES = '#blockCommonProperties'; export const BLOCK_COMMON_SETTINGS = '#blockCommonSettings'; export const BLOCK_COMMON_SETTINGS_WEATHER = '#blockCommonSettingsWeather'; export const BLOCK_COMMON_SETTINGS_GOOGLE_SHEETS = '#blockCommonSettingsGoogleSheets'; export const BLOCK_COMMON_SETTINGS_GOOGLE_CALENDAR = '#blockCommonSettingsGoogleCalendar'; export const BLOCK_COMMON_SETTINGS_TWITTERV3 = '#blockCommonSettingsTwitterV3'; export const BLOCK_COMMON_SETTINGS_INSTAGRAM = '#BlockInstagram'; export const BLOCK_COMMON_SETTINGS_MEDIA_FEED = '#BlockInstagramMedia'; export const BLOCK_COMMON_SETTINGS_DIGG = '#blockCommonSettingsDigg'; export const BLOCK_COMMON_SETTINGS_TAB = '#blockCommonSettingsTab'; export const BLOCK_EXT_IMAGE_COMMON_PROPERTIES = '#blockExtImageCommonProperties'; export const BLOCK_EXT_VIDEO_COMMON_PROPERTIES = '#blockExtVideoCommonProperties'; export const BLOCK_HTML_COMMON_PROPERTIES = '#blockHTMLCommonProperties'; export const BLOCK_SVG_COMMON_PROPERTIES = '#blockSVGCommonProperties'; export const BLOCK_IMAGE_COMMON_PROPERTIES = '#blockImageCommonProperties'; export const BLOCK_LABEL_COMMON_PROPERTIES = '#blockLabelCommonProperties'; export const BLOCK_LENGTH_HOURS = '#blockLengthHours'; export const BLOCK_LENGTH_MINUTES = '#blockLengthMinutes'; export const BLOCK_LENGTH_SECONDS = '#blockLengthSeconds'; export const BLOCK_MRSS_COMMON_PROPERTIES = '#blockMRSSCommonProperties'; export const BLOCK_PROPERTIES = '#blockProperties'; export const BLOCK_PROPERTIES_TABBER = '#blockPropertiesTabber'; export const BLOCK_QR_COMMON_PROPERTIES = '#blockQRCommonProperties'; export const BLOCK_RSS_COMMON_PROPERTIES = '#blockRSSCommonProperties'; export const BLOCK_SCENE_COMMON_PROPERTIES = '#blockSceneCommonProperties'; export const BLOCK_SUBPROPERTIES = '#blockSubProperties'; export const BLOCK_SUBPROPERTIES_TITLE = '#blockSubpropertiesTitle'; export const BLOCK_TWITTER_COMMON_PROPERTIES = '#blockTwitterCommonProperties'; export const BLOCK_TWITTER_ITEM_COMMON_PROPERTIES = '#blockTwitterItemCommonProperties'; export const BLOCK_JSON_COMMON_PROPERTIES = '#blockJsonCommonProperties'; export const BLOCK_JSON_ITEM_COMMON_PROPERTIES = '#blockJsonItemCommonProperties'; export const BLOCK_VIDEO_COMMON_PROPERTIES = '#blockVideoCommonProperties'; export const BLOCK_YOUTUBE_COMMON_PROPERTIES = '#blockYouTubeCommonProperties'; export const BLOCK_COLLECTION_COMMON_PROPERTIES = '#blockCollectionCommonProperties'; export const BLOCK_LOCATION_COMMON_PROPERTIES = '#blockLocationCommonProperties'; export const BLOCK_FASTERQ_COMMON_PROPERTIES = '#blockFasterQCommonProperties'; export const BOOTBOX_CUSTOM_LIST = '#bootBoxCustomList'; export const BOOTBOX_LABEL_TEXT = '#bootBoxLabelText'; export const BOOTBOX_PROFILE_IMAGE = '#bootBoxProfileImage'; export const BOOTBOX_MOST_VIEWED = '#bootBoxMostViewed'; export const BOOTBOX_SELECT_SCENE = '#bootBoxSelectScene'; export const BOOTBOX_CREATE_DESIGN = '#booxboxCreateDesign'; export const BOOTBOX_PRE_MADE_SCENES = '#booxboxPreMadeScenes'; export const BOOTBOX_START_BLANK = '#booxboxStartBlank'; export const BOOTBOX_FROM_TEMPLATE = '#booxboxFromTemplate'; export const BOOTBOX_JSON_WEATHER_DESC = '#booxboxJsonWeatherDesc'; export const BOOTBOX_JSON_SHEETS_DESC = '#booxboxJsonSheetsDesc'; export const BOOTBOX_JSON_CALENDAR_DESC = '#booxboxJsonCalendarDesc'; export const BOOTBOX_JSON_TWITTER_DESC = '#booxboxJsonTwitterDesc'; export const BOOTBOX_JSON_INSTAGRAM_DESC = '#booxboxJsonInstagramDesc'; export const BOOTBOX_JSON_DIGG_DESC = '#booxboxJsonDiggDesc'; export const BS_MODAL = '#bsModal'; export const BUISINESS_ID = '#buisinessID'; export const CAMPAIGN = '#campaign'; export const CAMPAIGN_MANAGER_VIEW = '#campaignManagerView'; export const CAMPAIGN_NAME_SELECTOR_VIEW = '#campaignNameSelectorView'; export const CAMPAIGN_PREVIEW = '#campaignPreview'; export const CAMPAIGN_PROPERTIES = '#campaignProperties'; export const CAMPAIGN_SELECTOR = '#campaignSelector'; export const CAMPAIGN_SELECTOR_LIST = '#campaignSelectorList'; export const CAMPAIGN_SLIDER = '#campaignSlider'; export const CAMPAIGN_MODE_LABEL = '#campaignModeLabel'; export const CAMPAIGN_MODE_SCHEDULER = '#campaignModeScheduler'; export const CAMPAIGN_MODE_SEQUENCER = '#campaignModeSequencer'; export const CAMPAIGN_MODE_HEADER = '#campaignModeHeader'; export const CAMPAIGN_MODE_HEADER_SEQ = '#campaignModeHeaderSeq'; export const CAMPAIGN_MODE_HEADER_SCHED = '#campaignModeHeaderSched'; export const CAMPAIGN_MODE_SEQ = '#campaignModeSeq'; export const CAMPAIGN_MODE_SCHED = '#campaignModeSched'; export const CAMPAIGN_MODE_DESCRIPTION = '#campaignModeDescription'; export const CHANNEL_BLOCK_PROPS = '#channelBlockProps'; export const CHANNEL_LIST_CONTEXT_MENU = '#channelListContextMenu'; export const CHANNEL_LIST_ELEM_VIEW = '#channelListView'; export const COLLECTION_KIOSK_MODE = '#collectionKioskMode'; export const COLLECTION_SLIDESHOW_DURATION_CONTAINER = '#collectionSlideShowDurationContainer'; export const COLLECTION_SLIDESHOW_DURATION_LABEL = '#collectionSlideShowDurationLabel'; export const COLLECTION_SLIDESHOW_DURATION = '#collectionSlideShowDuration'; export const KIOSK_EVENTS_CONTAINER = '#kioskEventsContainer'; export const CHANNEL_PROPERTIES = '#channelProperties'; export const CLASS_ACCESS_TOKEN = '.accessToken'; export const CLASS_GEN_TOKEN = '.genToken'; export const CLASS_START_UPGRADE = '.startUpgrade'; export const CLASS_SHOW_UPGRADE_MODAL = '.showUpgradeModal'; export const CLASS_ADD_RESOURCE_LOCATION = '.addResourceToLocation'; export const CLASS_ADD_BLOCK_LIST_ITEMS = '.addBlockListItems'; export const CLASS_COLLECTION_TABLE_FORMATTER = '.collectionTableIconFormatter'; export const CLASS_FASTERQ_LINE_NUMBER = '.fasterQLineNumber'; export const CLASS_FASTERQ_PANEL = '.fasterQPanel'; export const CLASS_ADSTATS_PANEL = '.adStatsPanel'; export const CLASS_PERSON_IN_LINE = '.personInLine'; export const CLASS_ADD_NEW_BLOCK_LIST_WRAP = '.addNewBlockListWrap'; export const CLASS_BLOCK_LENGTH_TIMER = '.blockLengthTimer'; export const CLAS_DRAGCH = '.dragch'; export const CLASS_CAMPAIG_NMANAGER_VIEW = '.campaignManagerView'; export const CLASS_CAMPIGN_LIST_ITEM = '.selectCampaignListItem'; export const CLASS_CHANNEL_BODY = '.channelBody'; export const CLASS_JSON_EVENT_ACTION = '.jsonAction'; export const CLASS_JSON_EVENT_ACTION_GOTO = '.jsonActionGoTo'; export const CLASS_COLLECTION_EVENT_ACTION = '.collectionAction'; export const CLASS_COLLECTION_EVENT_ACTION_GOTO = '.collectionActionGoTo'; export const CLASS_CHANNEL_BODY_CONTAINER = '.channelBodyContainer'; export const CLASS_CHANNEL_HEAD = '.channelHead'; export const CLASS_CHANNEL_HEAD_SELECTED = '.channelHeadSelected'; export const CLASS_CHANNEL_LIST_ITEMS = '.channelListItems'; export const CLASS_FONT_ALIGNMENT = '.fontAlignment'; export const CLASS_FONT_SELECTION = '.fontSelection'; export const CLASS_FONT_SELECTOR_MINICOLOR = '.fontSelectorMiniColor'; export const CLASS_HELP_LINKS = '.helpLinks'; export const CLASS_HELP_PANEL = '.helpPanel'; export const CLASS_INSTALL_PANEL = '.installPanel'; export const CLASS_KNOB = '.knob'; export const CLASS_LOCK_INPUT = '.lockPositionInput'; export const CLASS_LOGOUT_PANEL = '.logoutPanel'; export const CLASS_NAV_ACTIVESEL = '.navActiveSel'; export const CLASS_NAV_ICONS = '.navicons'; export const CLASS_NAV_SELECTION = '.navSelection'; export const CLASS_OPEN_PROPS_BUTTON = '.openPropsButton'; export const CLASS_PRIME_COMPONENT = '.primeComponent'; export const CLASS_RES_HID = '.reshid'; export const CLASS_RESOURCES_LIST_ITEMS = '.resourcesListItems'; export const CLASS_RESOURCES_PANEL = '.resourcesPanel'; export const CLASS_SCALA_NUM = '.scalaNum'; export const CLASS_SCALA_RULER = '.scalaRuler'; export const CLASS_SCENE_ADD_NEW = '.sceneAddNew'; export const CLASS_SCENE_ELEMENTS = '.sceneElements'; export const CLASS_SCENE_REMOVES = '.sceneRemoves'; export const CLASS_SCENES_PANEL = '.scenesPanel'; export const CLASS_OPEN_LINE_PROPS = '.openLineProps'; export const CLASS_SCREEN_DIVISION = '.screenDivisionClass'; export const CLASS_LINE_LIST_ITEMS = '.lineListItems'; export const CLASS_SCHEDULE_PRIORITIES = '.schedulePriorities'; export const CLASS_SELECT_SCENE_ITEM_DROPDOWN = '.selectSceneItemDropDown'; export const CLASS_SELECTED_RESOLUTION = '.selectedResolution'; export const CLASS_SELECTED_YOUTUBE_FLAG = '.selectedYouTubeFlag'; export const CLASS_SETTINGS_PANEL = '.settingsPanel'; export const CLASS_LOCATION_SIMULATION_MODE = ".locationlSimulationMode"; export const CLASS_LOCATION_SIMULATION_PROPS = '.locationSimulationProps'; export const CLASS_FATSERQ_PANEL = '.fasterQPanel'; export const CLASS_CAMPAIGN_PLAY_MODE = '.campaignPlayMode'; export const CLASS_SPINNER_INPUT = '.spinner-input'; export const CLASS_LIVE_RENAME = '.liveRename'; export const CLASS_STATION_LIST_ITEMS = '.stationListItems'; export const CLASS_STATIONS_PANEL = '.stationsPanel'; export const CLASS_SCHEDULER_CLASS = '.schedulerClass'; export const CLASS_SEQUENCE_CLASS = '.sequenceClass'; export const CLASS_STORYLINE_CHANNEL = '.storylineChannel'; export const CLASS_TIMELINE_BLOCK = '.timelineBlock'; export const CLASS_TIMELINE_BLOCK_SELECTED = '.timelineBlockSelected'; export const CLASS_TIME_PICKER_DAY_DURATION = '.timepickerDayDuration'; export const CLASS_TIME_PICKER_SCHEDULER = '.datepickerScheduler'; export const CLASS_SCEDULE_DAY = '.scheduleDay'; export const CLASS_USER_NAME = '.userName' export const CLASS_VIDEOS = '.videos'; export const CLASS_YOUTUBE_FLAG = '.youtubeFlag'; export const CLASS_YOUTUBE_VIDEO_ID = '.youtubeVideoID'; export const CLASS_YOUTUBE_VIDEO_ID_REMOVE = '.youtubeVideoIDRemove'; export const CLASSS_PRO_STUDIO_PANEL = '.proStudioPanel'; export const CLOCK_FONT_SETTINGS = '#clockFontSettings'; export const CLOSE_MODAL = '#closeModal'; export const CLOUD_STORAGE = '#cloudStorage'; export const CLOUD_STORAGE_CAPACITY = '#cloudStorageCapacity'; export const CLOUD_STORAGE_PERC = '#cloudStoragePerc'; export const CONVERT_ACCOUNT = '#convertAccount' export const CREATE_ACCOUNT_BUTTON = '#createAccountButton'; export const DASHBOARD = '#dashboard'; export const DASHBOARD_PROPERTIES = '#dashboardView'; export const DATE_PICKER_SCHEDULER_ONCE = '#datepickerSchedulerOnce'; export const DATE_PICKER_SCHEDULER_DAILY_START = '#datepickerSchedulerDailyStart'; export const DATE_PICKER_SCHEDULER_DAILY_END = '#datepickerSchedulerDailyEnd'; export const DATE_PICKER_SCHEDULER_WEEK_START = '#datepickerSchedulerWeekStart'; export const DATE_PICKER_SCHEDULER_WEEK_END = '#datepickerSchedulerWeekEnd'; export const DASHBOARD_REFRESH = '#dashboardRefresh'; export const DASHBOARD_TOTAL_STATION = '#dashboardTotalStation'; export const DETTACH_DRAG_DROP_MAIN_SCREEN_SELECTION = '#dettachDragDropMainScreenSelection'; export const DIMENSION_APPLY_SCENE = '#dimensionApplyScene'; export const DONUT_STATIONS = '#donutStations'; export const DUPLICATE_SCENE = '#duplicateScene'; export const EDIT_SCREEN_LAYOUT = '#editScreenLayout'; export const EXT_IMAGE_TEXT = '#extImageText'; export const EXT_VIDEO_TEXT = '#extVideoText'; export const FILE_MENU = '#fileMenu'; export const FILE_REMOVE = '#fileRemove'; export const FILE_SELECTION = '#file'; export const FORM_CAMPAIGN_NAME = '#formCampaignName'; export const FORM_SCENE_NAME = '#formSceneName'; export const GET_WIZARD_HELP = "#getWizardHelp"; export const HELP_PANEL = '#helpPanel'; export const HTML_TEXT = '#htmlText'; export const IFRAME_EMBEDDED = '#iFrameEmbedded'; export const IFRAME_PREVIEW = '#iFramePreview'; export const IMAGE_ASPECT_RATIO = '#imageAspectRatio'; export const IMG_HORIZONTAL = '#imgHorizontal'; export const IMG_VERTICAL = '#imgVertical'; export const INSTALL_PANEL = '#installPanel'; export const SCENE_IMPORT_MODAL = '#sceneImportModal'; export const IMPORT_SCENEL_DIALOG_CONTAINER = '#importScenelDialogContainer'; export const JSON_EVENTS_CONTAINER = '#jsonEventsContainer'; export const JSON_ITEM_DUAL_NUMERIC1 = '#jsonItemDualNumeric1'; export const JSON_ITEM_DUAL_NUMERIC2 = '#jsonItemDualNumeric2'; export const JSON_ITEM_DUAL_NUMERIC_SETTINGS = '#jsonItemDualNumericSettings'; export const JSON_ITEM_FIELD_CONTAINER = '#jsonItemFieldContainer'; export const JSON_ITEM_TEXT_FIELDS = '#jsonItemTextFields'; export const JSON_ITEM_TEXT_FIELDS_CONTAINER = '#jsonItemTextFieldsContainer'; export const JSON_URL_INPUT = '#jsonURLInput'; export const JSON_ITEM_FIELD = '#jsonItemField'; export const JSON_PATH_INPUT = '#jsonPathInput'; export const JSON_DROPDOWN = '#jsonDropDown'; export const JSON_INTERVAL_INPUT = '#jsonIntervalInput'; export const JSON_ITEMTYPE_SELECT = '#jsonItemTypeSelect'; export const JSON_PLAY_VIDEO_COMPLETION = '#jsonPlayVideoCompletion'; export const JSON_RANDOM_PLAYBACK = '#jsonRandomPlayback'; export const JSON_ITEM_MAINTAIN_ASPECT_RATIO = '#jsonItemMaintainAspectRatio'; export const JSON_SLIDESHOW = '#jsonSlideshow'; export const JSON_EVENTS_TABLE = '#jsonEventsTable'; export const JSON_PATHS_CONTAINER = '#jsonPathsContainer'; export const ADD_JSON_EVENTS = '#addJsonEvents'; export const REMOVE_JSON_EVENTS = '#removeJsonEvents'; export const LABEL_FONT_SETTINGS = '#labelFontSettings'; export const JSON_ITEM_FONT_SETTINGS = '#jsonItemFontSettings'; export const JSON_ITEM_ICON_SETTINGS = '#jsonItemIconSettings'; export const JSON_ITEM_DATE_SETTINGS = '#jsonItemDateSettings'; export const JSON_ITEM_DATE_FORMAT = '#jsonItemDateFormat'; export const LABEL_TEXT = '#labelText'; export const FASTERQ_MANAGE_NAV_BUTTON = '#fasterQManageNavButton'; export const FASTERQ_CREATE_NAV_BUTTON = '#fasterQCreateNavButton'; export const FATSERQ_ADD_NEW_LINE = '#fasterQAddNewLine'; export const FASTERQ_TERMINAL_REGISTRATION = '#fasterqTerminalRegistration'; export const LANGUAGE_PROMPT = '#languagePrompt'; export const LANGUAGE_SELECTION_LOGIN = '#languageSelectionLogin'; export const LAST_SAVE = '#lastSave'; export const LAYOUT_EDITOR_ADD_NEW = '#layoutEditorAddNew'; export const LAYOUT_EDITOR_NEXT = '#layoutEditorNext'; export const LAYOUT_EDITOR_PUSH_BOTTOM = '#layoutEditorPushBottom'; export const LAYOUT_EDITOR_PUSH_TOP = '#layoutEditorPushTop'; export const LAYOUT_EDITOR_REMOVE = '#layoutEditorRemove'; export const LIVE_CHAT = '#liveChat'; export const LIVE_PREVIEW = '#livePreview' export const LIVE_TUTORIAL = '#liveTutorial'; export const LOGGED_USER_NAME = '#loggedUserName'; export const LOGIN_BUTTON = '#loginButton'; export const LOGO_CONTAINER = '#logoContainer'; export const LOGOUT_PANEL = '#logoutPanel'; export const MAIN_PANEL_WRAP = '#mainPanelWrap'; export const MRSS_ASPECT_RATIO = '#mrssAspectRatio'; export const MRSS_LINK = '#mrssLink'; export const MRSS_SOURCE = '#mrssSource'; export const MSG_LIVEINPUT_NOT_BLANK = '#liveInputMsgNotBlank'; export const MSG_LIVEINPUT_SECONDS = '#liveInputMsgSeconds'; export const MSG_LIVEINPUT_NO_IP = '#liveInputMsgNotIp'; export const MSG_LIVEINPUT_NOT_PORT = '#liveInputMsgNotPort'; export const MSG_BOOTBOX_AT_LEAST_ONE_DIV = '#bootBoxAtLeastOneDiv'; export const MSG_BOOTBOX_NO_ITEM_SELECTED = '#bootBoxNoItemSelected'; export const MSG_BOOTBOX_CANCEL = '#bootBoxCancel'; export const MSG_BOOTBOX_ENTRY_IS_INVALID = '#bootBoxEntryInValid'; export const MSG_BOOTBOX_CANT_DELETE_COMP = '#bootBoxCantDeleteComp'; export const MSG_BOOTBOX_BROWSER_TOO_SMALL = '#bootBoxBrowserTooSmall'; export const MSG_BOOTBOX_WIARD_SWITCH_CAMPAIGN_LIST = '#bootBoxWizardSwitchCampaignList'; export const MSG_BOOTBOX_CONTINUE = '#bootBoxContinue'; export const MSG_BOOTBOX_COSTUME_TITLE = '#bootBoxCostumeTitle'; export const MSG_BOOTBOX_DUPLICATE_SCENE = '#bootBoxDuplicateScene'; export const MSG_BOOTBOX_ENTERPRISE_UPGRADE = '#bootBoxEnterpriseUpgrade'; export const MSG_BOOTBOX_ENTERPRISE_UPGRADE_TEXT = '#bootBoxEnterpriseUpgradeText'; export const MSG_BOOTBOX_FILE_FORMAT_INVALID = '#bootBoxFileFormatInvalid'; export const MSG_BOOTBOX_LOGIN_PRO_CRED = '#bootBoxLoginWithProCred'; export const MSG_BOOTBOX_LOGIN_WRONG_CRED = '#bootBoxLoginWrongCred'; export const MSG_BOOTBOX_MUST_SELECT_SCENE = '#bootBoxSceneMustSelectScene'; export const MSG_BOOTBOX_NEED_VERIFY_EMAIL = '#bootBoxNeedVerifyEmail'; export const MSG_BOOTBOX_NO_FLASH = '#bootBoxNoFlashv2'; export const MSG_BOOTBOX_NO_STATION_SELECTED = '#bootBoxNoStationSelected'; export const MSG_BOOTBOX_OK = '#bootBoxOk'; export const MSG_BOOTBOX_OLD_BROWSER = '#bootBoxOldBrowser'; export const MSG_BOOTBOX_PRIME_UPGRADE = '#bootBoxPrimeUpgrade'; export const MSG_BOOTBOX_PROBLEM = '#bootBoxProblem'; export const MSG_BOOTBOX_PROBLEM_SAVING = '#bootBoxProblemSaving'; export const MSG_BOOTBOX_RELOAD_THEME = '#bootBoxThemeReload'; export const MSG_BOOTBOX_RESTART_STATIONS = '#bootBoxRestartStations'; export const MSG_BOOTBOX_SAVE_REMOTE_SRV = '#bootBoxSaveRemoteSrv'; export const MSG_BOOTBOX_SAVE_RESTART = '#bootBoxSaveAndRestart'; export const MSG_BOOTBOX_SCENE_REMOVE = '#bootBoxSceneRemove'; export const MSG_BOOTBOX_SCREEN_DIV_POS_RESET = '#bootBoxScreenDivPosReset'; export const MSG_BOOTBOX_SELECT_CHANNEL = '#bootBoxSelectChannel'; export const MSG_BOOTBOX_SELECT_COMP_FIRST = '#bootBoxSelectCompFirst'; export const MSG_BOOTBOX_SCENE_REFER_ITSELF = '#bootBoxSceneReferItself'; export const MSG_BOOTBOX_NON_ALLOWED_CHARACTERS = '#bootBoxNonAllowedCharacters'; export const MSG_BOOTBOX_TOKEN_TOO_SHORT = '#bootBoxTokenTooShort'; export const MSG_BOOTBOX_POPUP_BLOCKED = '#bootBoxPopupBlocked'; export const MSG_BOOTBOX_SELECT_RESOURCE = '#bootBoxSelectResource'; export const MSG_BOOTBOX_SELECT_SCENE_FIRST = '#bootBoxSelectSceneFirst'; export const MSG_BOOTBOX_STEPS = '#bootBoxSteps'; export const MSG_BOOTBOX_STUDIO_LITE_ACC = '#bootBoxStudioLiteAcc'; export const MSG_BOOTBOX_SURE_DELETE_CAMPAIGN = '#bootBoxSureDeleteCampaign'; export const MSG_BOOTBOX_SURE_DELETE = '#bootBoxSureDelete'; export const MSG_BOOTBOX_SURE_DELETE_SCENE = '#bootBoxSureDeleteScene'; export const MSG_BOOTBOX_SURE_REMOVE_TIMELINE = '#bootBoxSureRemoveTimeline'; export const MSG_BOOTBOX_WRONG_USER_PASS = '#bootBoxWrongUserOrPass'; export const MSG_BOOTBOX_WAIT_UPLOAD_RESOURCE = '#bootBoxWaitUploadResource'; export const MSG_BOOTBOX_EXT_SUPP = '#bootBoxExpSupp'; export const MSG_CANT_DELETE_TIMELINE = '#bootBoxCantDeleteTimeline'; export const NEW_CAMPAIGN = '#newCampaign'; export const NEW_CAMPAIGN_NAME = '#newCampaignName'; export const NEW_SCENE = '#newScene'; export const NEXT = '#next'; export const NONE_SELECTED_SCREEN_LAYOUT = '#noneSelectedScreenLayout'; export const ORIENTATION_SELECTOR = '#orientationSelector'; export const PLAYER_PREVIEW_EXIT = '#playerPreviewExit'; export const PLAYER_PREVIEW_REPLAY = '#playerPreviewReplay'; export const PLAYER_PREVIEW_STOP = '#playerPreviewStop'; export const POP_MODAL = '#popModal'; export const POPUP_PROPERTIES = '#popupProperties'; export const PREVIEW_FULL_OPTION = '#previewFullOption'; export const FQ_SWITCH_OPTION = '#fqSwitchOption'; export const AD_STATS_SWITCH_OPTION = '#adStatsOption'; export const FQ_NOW_SERVICING = '#fqNowServicing'; export const PREVIOUS = '#prev'; export const PRICING_TABLE_WRAP = '#pricingTableWrap'; export const PRO_STUDIO_PANEL = '#proStudioPanel'; export const PROP_PANEL = '#propPanel'; export const PROP_PANEL_WRAP = '#propPanelWrap'; export const QR_TEXT = '#qrText'; export const RANDOM_PLAYBACK = '#randomPlayback'; export const REMEMBER_ME = '#rememberMe'; export const REMOVE_BLOCK_BUTTON = '#removeBlockButton'; export const REMOVE_CAMPAIGN = '#removeCampaign'; export const REMOVE_SELECTED_SCENE = '#removeSelectedScene'; export const REMOVE_TIMELINE_BUTTON = '#removeTimelineButton'; export const REPEAT_TO_FIT = '#repeatToFit'; export const RESOLUTION_LIST = '#resolutionList'; export const RESOLUTION_SELECTOR = '#resolutionSelector'; export const RESOURCE_LIB_LIST = '#resourceLibList'; export const RESOURCE_LIB_LIST_WRAP = '#resourceLibListWrap'; export const RESOURCE_LIST_PROPERTIES = '#resourceListProperties'; export const FASTERQ_LINE_PROPERTIES = '#fasterQlineProperties'; export const FASTERQ_QUEUE_PROPERTIES = '#fasterQqueueProperties'; export const RESOURCES_LIST_VIEW = '#resourcesListView'; export const SELECTED_LINE_NAME = '#selectedLineName'; export const RESOURCES_PANEL = '#resourcesPanel'; export const FASTERQ_REMOVE_LINE = '#fasterQremoveLine'; export const RESOURCE_PREVIEW_IMAGE = '#resourcePreviewImage'; export const RESOURCE_PREVIEW_VIDEO = '#resourcePreviewVideo'; export const RESOURCE_PREVIEW_SVG = '#resourcePreviewSVG'; export const RESOURCE_PREVIEW_SWF = '#resourcePreviewSwf'; export const RSS_FONT_SETTINGS = '#rssFontSettings'; export const RSS_LINK = '#rssLink'; export const RSS_MIN_REFRESH_TIME = '#rssMinRefreshTime'; export const RSS_MODE_SELECT = '#rssModeSelect'; export const RSS_POLL_SPINNER = '#rssPollSpinner'; export const RSS_SCROLL_SPEED = '#rssScrollSpeed'; export const RSS_SOURCE = '#rssSource'; export const SAVE_CONFIG = '#saveConfig'; export const RESOURCES_FILTER_LIST = '#resourcesFilterList'; export const SCHEDUALED_DAYS = '#scheduledDays'; export const SCENE_ADD_NEW_BLOCK = '#sceneAddNewBlock'; export const SCENE_BACKGROUND_SELECTOR = '#sceneBackgroundSelector'; export const SCENE_BLOCK_LIST = '#sceneBlockList'; export const SCENE_BLOCK_PROPS = '#sceneBlockProps'; export const SCENE_BORDER_COLOR_SELECTOR = '#sceneBorderColorSelector'; export const SCENE_CANVAS = '#sceneCanvas'; export const SCENE_CANVAS_CONTAINER = '#sceneCanvasContainer'; export const SCENE_CONTEXT_MENU = '#sceneContextMenu'; export const SCENE_EDITOR_NEXT = '#sceneEditorNext'; export const SCENE_EDITOR_PUSH_BOTTOM = '#sceneEditorPushBottom'; export const SCENE_EDITOR_PUSH_TOP = '#sceneEditorPushTop'; export const SCENE_GRID_MAGNET = '#sceneGridMagnet'; export const SCENE_HEIGHT_INPUT = '#sceneHeightInput'; export const SCENE_NAME_INPUT = '#sceneNameInput'; export const SCENE_PANEL_WRAP = '#scenePanelWrap'; export const SCENE_PROCESSING = '#sceneProcessing'; export const SCENE_PLAY_PREVIEW = '#scenePlayPreview'; export const SCENE_REDO = '#sceneRedo'; export const SCENE_SELECT_LIST = '#sceneSelectList'; export const SCENE_SELECTION_PROPERTIES = '#sceneSelectionProperties'; export const SCENE_SELECTOR = '#sceneSelector'; export const SCENE_SELECTOR_LIST = '#sceneSelectorList'; export const SCENE_CREATOR = '#sceneCreator'; export const SCENE_CREATOR_TEMPLATE = '#sceneCreatorTemplate'; export const SELECT_SCENE_TYPE_CREATE_TEMPLATE = '#selectSceneTypeCreateTemplate'; export const SCENE_SLIDER_ELEMENT_VIEW = '#sceneStackFaderView'; export const SCENE_TOOLBAR = '#sceneToolbar'; export const SELECT_SCENE_TYPE_CREATE = '#selectSceneTypeCreate'; export const FQ_PRINT_NUMBER = '#fqPrintNumber'; export const FQ_RESET_QUEUE_COUNTER = '#fqResetQueueCounter'; export const FQ_OPEN_CUSTOMER_REMOTE_STATUS = '#fqOpenCustomerRemoteStatus'; export const FQ_TIME_WITH_CUSTOMER = '#fqTimeWithCustomer'; export const FQ_SELECTED_QUEUE = '#fqSelectedQueue'; export const FQ_VERIFICATION = '#fqVerification'; export const FQ_LINE_QUEUE_COMPONENT = '#fqLineQueueComponent'; export const FQ_LINE_NAME = '#fqLineName'; export const FQ_LINE_QUEUE_COMPONENT_CONTAINER = '#fqLineQueueComponentContainer'; export const FQ_LINE_COMP_PREV = '#fqLineCompPrev'; export const FQ_LINE_COMP_CALL = '#fqLineCompCall'; export const FQ_LINE_GOTO = '#fqLineGoTo'; export const FQ_LINE_COMP_SERVICED = '#fqLineCompServiced'; export const FQ_LINE_COMP_NEXT = '#fqLineCompNext'; export const FQ_TAKE_NUMBER_LINE_NAME = '#fqTakeNumberLineName'; export const FQ_DISPLAY_PRINT_NUMBER = '#fqDisplayPrintNumber'; export const FQ_DISPLAY_QR_NUMBER = '#fqDisplayQRNumber'; export const FQ_DISPLAY_VERIFICATION = '#fqDisplayVerification'; export const FQ_AVG_CUSTOMER_SERVICE = '#fqAvgCustomerService'; export const FQ_AVG_CUSTOMER_WAIT = '#fqAvgCustomerWait'; export const FQ_DISPLAY_LINE_NAME = '#fqDisplayLineName'; export const FQ_RELEASE_SPOT = '#fqReleaseSpot'; export const FQ_GET_NEW_NUMBER = '#fqGetNewNumber'; export const FQ_LAST_SERVICED = '#fqLastServiced'; export const FQ_TOTAL_TO_BE_SERVICED = '#fqTotalToBeServiced'; export const FQ_LAST_CALLED = '#fqLastCalled'; export const FQ_CURRENTLY_SERVING = '#fqCurrentlyServing'; export const FQ_ENTER_EMAIL = '#fqEnterEmail'; export const FQ_DISPLAY_EMAIL_SENT = '#fqDisplayEmailSent'; export const FQ_SENDIT_BUTTON = '#fqSenditButton'; export const FQ_DISPLAY_SMS_SENT = '#fqDisplaySMSSent'; export const FQ_ENTER_SMS = '#fqEnterSMS'; export const FQ_CALL_IT = '#fqCallIt'; export const SCENE_UNDO = '#sceneUndo'; export const SCENE_WIDTH_INPUT = '#sceneWidthInput'; export const SCENE_ZOOM_IN = '#sceneZoomIn'; export const SCENE_ZOOM_OUT = '#sceneZoomOut'; export const SCENE_ZOOM_RESET = '#sceneZoomReset'; export const SCENES_PANEL = '#scenesPanel'; export const SCREEN_LAYOUT_EDITOR_VIEW = '#screenLayoutEditorView'; export const SCREEN_LAYOUT_LIST = '#screenLayoutList'; export const SCREEN_LAYOUT_SELECTOR = '#screenLayoutSelector'; export const SCREEN_LAYOUTS_UL = '#screenLayoutsUL'; export const SCREEN_SELECTOR_CONTAINER = '#screenSelectorContainer'; export const SCHEDULER_CONTAINER = '#schedulerContainer'; export const SCHEDULE_PRIORITY = '#schedulePriority'; export const SELECT_NEXT_CHANNEL = '#selectNextChannel'; export const SELECTED_CHANNEL_RESOURCE_NAME = '#selectedChannelResourceName'; export const SELECT_AD_REPORT_MONTH = '#selectAdReportMonth'; export const SELECTED_LIB_RESOURCE_NAME = '#selectedLibResourceName'; export const SELECTED_TIMELINE = '#selectedTimeline'; export const SEQUENCER_CONTEXT_MENU = '#sequencerContextMenu'; export const SERVER_NAME = '#serverName'; export const SERVER_RESPONSETIME = '#serverResponseTime'; export const SETTINGS_PANEL = '#settingsPanel'; export const AD_STATS_DATATABLE = '#adStatsDataTable'; export const COLLECTION_TABLE = '#collectionTable'; export const COLLECTION_EVENTS_TABLE = '#collectionEventsTable'; export const LOCATION_SELECTED = '#locationSelected'; export const LOCATION_TABLE = '#locationTable'; export const LOCATION_CONTROLS = '#locationControls'; export const FASTERQ_PANEL = '#fasterQPanel'; export const AD_STATS_PANEL = '#adStatsPanel'; export const FASTERQ_BLOCK_COLOR_SELECTOR = '#fasterQBlockColorSelector'; export const FASTERQ_LINE_BACK = '#fasterqLineBack'; export const FASTERQ_MANAGER_BACK = '#fasterqManagerBack'; export const FQ_CUSTOMER_TERMINAL = '#fasterqCustomerTerminal'; export const FQ_REMOTE_STATUS = '#fqRemoteStatus'; export const FQ_REMINDER_LINE = '#fqReminderLine'; export const OPEN_FASTERQ_CUSTOMER_TERMINAL = '#fqOpenCustomerTerminal'; export const FQ_GOTO_LINE_INPUT = '#fqGoToLineInput'; export const FASTERQ_LINE_NAME = '#fasterQLineName'; export const FASTERQ_NAVIGATION_CONTAINER = '#fasterQNavigationContainer'; export const FASTERQ_MANAGER_CONTAINER = '#fasterQManagerContainer'; export const FASTERQ_CREATOR_CONTAINER = '#fasterQCreatorContainer'; export const AD_STATS_PANEL_CONTAINER = '#adStatsPanelContainer'; export const FASTERQ_CUSTOMER_LINES = '#fasterQCustomerLines'; export const FASTERQ_LINES_CONTAINER = '#fasterQLinesContainer'; export const SHOW_BACKGROUND = '#showBackground'; export const SHOW_BORDER = '#showBorder'; export const SNAP_SHOT_IMAGE = '#snapShotImage'; export const SNAP_SHOT_SPINNER = '#snapShotSpinner'; export const SNAP_SHOT_SVG = '#snapShotSVG'; export const SNAP_SHOT_WRAP = '#snapShotWrap'; export const SORTABLE = '#sortable'; export const STACK_WAIT_MODAL_VIEW = '#stackWaitModalView'; export const STATION_AIR_VERSION = '#stationAirVersion'; export const STATION_ALERT = '#stationAlert'; export const STATION_APP_VERSION = '#stationAppVersion'; export const STATION_CONTROL = '#stationcontrol'; export const STATION_EVENT_SEND_COMMAND = '#stationEventSendCommand'; export const STATION_LAST_UPDATE = '#stationLastUpdate'; export const STATION_LIST_VIEW = '#stationListView'; export const STATION_OS = '#stationOS'; export const STATION_ID = '#stationID'; export const STATION_PEAK_MEMORY = '#stationPeakMemory'; export const STATION_PLAY_COMMAND = '#stationPlayCommand'; export const FQ_CALLED_BY = '#fqCalledBy'; export const STATION_PLAYER_VERSION = '#stationPlayerVersion'; export const STATION_POLL_LABEL = '#stationPollLabel'; export const STATION_POLL_SLIDER = '#stationPollSlider'; export const STATION_PROPERTIES = '#stationProperties'; export const STATION_REFRESH = '#stationRefresh'; export const STATION_RELOAD_COMMAND = '#stationReloadCommand'; export const STATION_REMOVE = '#stationRemove'; export const STATION_RENAME = '#stationRename'; export const STATION_RUNNING_TIME = '#stationRunningTime'; export const STATION_SELECTION_CAMPAIGN = '#stationSelectionCampaign' export const STATION_SEND_EVENT_VALUE = '#stationSendEventValue'; export const STATION_SNAPSHOT_COMMAND = '#stationSnapshotCommand'; export const STATION_SERVER_MODE = '#stationServerMode'; export const STATION_STOP_COMMAND = '#stationStopCommand'; export const STATION_TOTAL_MEMORY = '#stationTotalMemory'; export const STATION_SERVER_PROPS = '#stationServerProps' export const STATION_SERVER_IP = '#stationServerIp' export const STATION_SERVER_PORT = '#stationServerPort' export const STATION_WATCHDOG = '#stationWatchdog'; export const STATIONS_PANEL = '#stationsPanel'; export const STORYLINE_ELEM = '#storyLine'; export const STORYLINE_CONTAINER = '#storylineContainer'; export const STORYLINE_CONTEXT_MENU = '#storylineContextMenu'; export const SUBSCRIBE_ACCOUNT = '#subscribeAccount'; export const TEMPLATE_DIMENSION_PROPS = '#dimensionPropsTemplate'; export const TEMPLATE_FONT_SELECTOR = '#fontSelectorTemplate'; export const TEMPLATE_LANGUAGE_SELECTOR = '#languageSelector'; export const THEME_OPTION = '#themeOption'; export const TIME_PICKER_TIME_INPUT = '#timepickerTimeInput'; export const TIME_PICKER_DURATION_INPUT = '#timepickerDurationInput'; export const TIME_LINE_PROP_TITLE_ID = '#timeLinePropTitleID'; export const TIMELIME_PREVIEW = '#timelinePreview'; export const TIMELINE_PLAYMODE_LABEL = '#timelinePlayModeLabel'; export const TIMELINE_LENGTH = '#timelineLength'; export const TIMELINE_WRAP = '#timelineWrap'; export const TIMELINE_PROPERTIES = '#timelineProperties'; export const TIMELINES_TOTAL_LENGTH = '#timelinesTotalLength'; export const TOGGLE_PANEL = '#togglePanel'; export const TOGGLE_STORYLINE_COLLAPSIBLE = '#toggleStorylineCollapsible'; export const TOGGLE_TIMELINES_COLLAPSIBLE = '#toggleTimelinesCollapsible'; export const SCREEN_SELECTOR_CONTAINER_COLLAPSE = '#screenSelectorContainerCollapse'; export const STORYLINE_CONTAINER_COLLAPSE = '#storylineContainerCollapse'; export const STORYLINE_COLLAPSIBLE = '#storylineCollapsible'; export const SCHEDULER_REPEAT_MODE = '#schedulerRepeatMode'; export const TWITTER_ITEMTYPE_SELECT = '#twitterItemTypeSelect'; export const TWITTER_FONT_SETTINGS = '#twitterFontSettings'; export const TWITTER_FILTER_SCREEN_NAME = '#twitterFilterScreenName'; export const TWITTER_ITEM_LABEL = '#twitterItemLabel'; export const TWITTER_DROPDOWN = '#twitterDropDown'; export const TWITTER_ITEM_DROPDOWN = '#twitterItemDropDown'; export const TWITTER_SCREEN_INPUT = '#twitterScreenInput'; export const TWITTER_SCENE_LIST = '#twitterSceneList'; export const TWITTER_INTERVAL_INPUT = '#twitterIntervalInput'; export const USER_NAME = '#userName'; export const USER_PASS = '#userPass'; export const UPGRADE_MODAL = '#upgradeModal'; export const UPG_CV = '#upgCV'; export const UPG_YEAR = '#upgYear'; export const UPG_MONTH = '#upgMonth'; export const UPG_CREDIT = '#upgCredit'; export const UPG_PASS2 = '#upgPass2'; export const UPG_PASS = '#upgPass'; export const UPG_USERNAME = '#upgUserName'; export const PRINT_DIAG = '#printDiag'; export const VIDEO_ASPECT_RATIO = '#videoAspectRatio'; export const VIDEO_AUTO_REWIND = '#videoAutoRewind'; export const VIDEO_INTRO = '#videoIntro'; export const VIDEO_MODAL = '#videoModal'; export const VIDEO_MODAL_CONTENT = '#videoModalContent'; export const VIDEO_MODAL_DIALOG = '#videoModalDialog'; export const VIDEO_PREVIEW = '#videoPreview'; export const VIDEO_VOLUME_LABEL = '#videoVolumeLabel'; export const VIDEO_VOLUME_WRAP_SLIDER = '#videoVolumeWrapSlider'; export const VIEWER_DIMENSIONS = '#viewerDimensions'; export const VIEWER_EDIT_PROPERTIES = '#viewerEditProperties'; export const WAITS_SCREEN_ENTRY_APP = '#waitScreenEntryApp'; export const YOUTUBE_COUNTRY = '#youtubeCountry'; export const YOUTUBE_COUNTRY_LIST_DROPDOWN = '#youtubeCountryListDropDown'; export const YOUTTUBE_VIDEOIDS = '#youttubeVideoIDs'; export const YOUTUBE_CUSTOM_LIST = '#youtubeCustomList'; export const YOUTUBE_CUSTOM_LIST_INPUTS = '#youtubeCustomListInputs'; export const YOUTUBE_LIST_DROPDOWN = '#youtubeListDropDown'; export const YOUTUBE_LIST_TYPE = '#youtubeListType'; export const YOUTUBE_MOST_VIEWED = '#youtubeMostViewed'; export const YOUTUBE_MOST_VIEWED_LIST = '#youtubeMostViewedList'; export const YOUTUBE_QUALITY_METER = '#youtubeQualityMeter'; export const YOUTUBE_VOLUME_LABEL = '#youtubeVolumeLabel'; export const YOUTUBE_VOLUME_WRAP_SLIDER = '#youtubeVolumeWrapSlider'; export const YOUTUBE_LIST_ADD = '#youtubeListAdd'; export const YOUTUBE_LIST_REMOVE = '#youtubeListRemove'; export const LOCATION_RESOURCE_NAME = '#locationResourceName'; export const LOCATION_RESOURCE_LAT = '#locationResourceLat'; export const LOCATION_RESOURCE_LNG = '#locationResourceLng'; export const LOCATION_RESOURCE_DURATION = '#locationResourceDuration'; export const LOCATION_RADIUS_WRAP_SLIDER = '#locationRadiusWrapSlider'; export const LOCATION_RADIUS_LABEL = '#locationRadiusLabel'; export const LOCATION_PRIORITY_METER = '#locationPriorityMeter'; export const WEATHER_UNIT = '#weatherUnit'; export const WEATHER_STYLE = '#weatherStyle'; export const WEATHER_ADDRESS = '#weatherAddress'; export const GOOGLE_SHEET = '#googleSheet'; export const GOOGLE_SHEET_REFRESH = '#googleSheetRefresh'; export const GOOGLE_SHEET_TOKEN = '#googleSheetToken'; export const GOOGLE_CALENDAR = '#googleCalendar'; export const GOOGLE_CALENDAR_TOKEN = '#googleCalendarToken'; export const GOOGLE_CALENDAR_REFRESH = '#googleCalendarRefresh'; export const GOOGLE_CALENDAR_MODE = '#googleCalendarMode'; export const CALENDAR_OFFSET_MODE = '#calendarOffset'; export const CALENDAR_FIXED_MODE = '#calendarFixedMode'; export const DAYS_BEFORE_TODAY_INPUT = '#daysBeforeTodayInput'; export const DAYS_AFTER_TODAY_INPUT = '#daysAfterTodayInput'; export const GOOGLE_CALENDAR_START = '#googleCalendarStart'; export const GOOGLE_CALENDAR_END = '#googleCalendarEnd'; export const WSTEP0 = '#wstep0'; export const WSTEP1 = '#wstep1'; export const WSTEP2 = '#wstep2'; export const WSTEP3 = '#wstep3'; export const WSTEP4 = '#wstep4'; export const WSTEP5 = '#wstep5'; export const WSTEP6 = '#wstep6'; export const WSTEP7 = '#wstep7'; export const WSTEP8 = '#wstep8'; export const WSTEP9 = '#wstep9'; export const WSTEP10 = '#wstep10'; export const WSTEP11 = '#wstep11'; export const WSTEP12 = '#wstep12'; export const WSTEP13 = '#wstep13'; export const WSTEP14 = '#wstep14'; export const WSTEP15 = '#wstep15'; export const WSTEP16 = '#wstep16'; export const WSTEP17 = '#wstep17'; export const WSTEP18 = '#wstep18'; export const WSTEP19 = '#wstep19'; export const WSTEP20 = '#wstep20'; export const WSTEP21 = '#wstep21'; export const WSTEP22 = '#wstep22'; export const WSTEP23 = '#wstep23'; export const WSTEP24 = '#wstep24'; export const WSTEP25 = '#wstep25'; export const WSTEP26 = '#wstep26'; export const WSTEP27 = '#wstep27'; export const WSTEP28 = '#wstep28'; export const WSTEP29 = '#wstep29'; export const WSTEP30 = '#wstep30'; export const WSTEP31 = '#wstep31'; export const WSTEP32 = '#wstep32'; export const WSTEP33 = '#wstep33'; export const WSTEP34 = '#wstep34'; export const WSTEP35 = '#wstep35'; export const WSTEP36 = '#wstep36'; export const WSTEP37 = '#wstep37'; export const WSTEP38 = '#wstep38'; export const WSTEP39 = '#wstep39'; export const WSTEP40 = '#wstep40'; export const WSTEP41 = '#wstep41'; export const WSTEP42 = '#wstep42'; export const WSTEP43 = '#wstep43'; export const WSTEP44 = '#wstep44'; export const WSTEP45 = '#wstep45'; export const WSTEP46 = '#wstep46'; export const WSTEP47 = '#wstep47'; export const WSTEP48 = '#wstep48'; export const WSTEP49 = '#wstep49'; export const WSTEP50 = '#wstep50'; }