@meetelise/chat 1.25.0 → 1.25.1

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.
Files changed (128) hide show
  1. package/coverage/lcov-report/base.css +224 -0
  2. package/coverage/lcov-report/block-navigation.js +79 -0
  3. package/coverage/lcov-report/favicon.png +0 -0
  4. package/coverage/lcov-report/index.html +111 -0
  5. package/coverage/lcov-report/index.js.html +17093 -0
  6. package/coverage/lcov-report/prettify.css +1 -0
  7. package/coverage/lcov-report/prettify.js +2 -0
  8. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  9. package/coverage/lcov-report/sorter.js +170 -0
  10. package/coverage/lcov.info +9986 -0
  11. package/dist/index.d.ts +1 -0
  12. package/dist/src/MyPubnub.d.ts +116 -0
  13. package/dist/src/WebComponent/FeeCalculator/components/collapsible-fee-section/collapsible-fee-section-styles.d.ts +2 -0
  14. package/dist/src/WebComponent/FeeCalculator/components/collapsible-fee-section/collapsible-fee-section.d.ts +20 -0
  15. package/dist/src/WebComponent/FeeCalculator/components/fee-item/fee-item-styles.d.ts +2 -0
  16. package/dist/src/WebComponent/FeeCalculator/components/fee-item/fee-item.d.ts +14 -0
  17. package/dist/src/WebComponent/FeeCalculator/components/floor-plan-selector/floor-plan-selector-styles.d.ts +2 -0
  18. package/dist/src/WebComponent/FeeCalculator/components/floor-plan-selector/floor-plan-selector.d.ts +17 -0
  19. package/dist/src/WebComponent/FeeCalculator/components/index.d.ts +3 -0
  20. package/dist/src/WebComponent/FeeCalculator/components/promo-card/promo-card-styles.d.ts +2 -0
  21. package/dist/src/WebComponent/FeeCalculator/components/promo-card/promo-card.d.ts +13 -0
  22. package/dist/src/WebComponent/FeeCalculator/fee-calculator-styles.d.ts +1 -0
  23. package/dist/src/WebComponent/FeeCalculator/fee-calculator.d.ts +31 -0
  24. package/dist/src/WebComponent/FeeCalculator/index.d.ts +2 -0
  25. package/dist/src/WebComponent/FeeCalculator/model/building-fee.d.ts +75 -0
  26. package/dist/src/WebComponent/FeeCalculator/model/transaction-category.d.ts +23 -0
  27. package/dist/src/WebComponent/LeadSourceClient.d.ts +46 -0
  28. package/dist/src/WebComponent/OfficeHours.d.ts +21 -0
  29. package/dist/src/WebComponent/Scheduler/date-picker.d.ts +28 -0
  30. package/dist/src/WebComponent/Scheduler/time-picker.d.ts +14 -0
  31. package/dist/src/WebComponent/Scheduler/tour-scheduler.d.ts +99 -0
  32. package/dist/src/WebComponent/Scheduler/tour-type-option.d.ts +13 -0
  33. package/dist/src/WebComponent/Scheduler/tourSchedulerStyles.d.ts +1 -0
  34. package/dist/src/WebComponent/actions/InputStyles.d.ts +1 -0
  35. package/dist/src/WebComponent/actions/action-confirm-button.d.ts +13 -0
  36. package/dist/src/WebComponent/actions/call-us-window.d.ts +37 -0
  37. package/dist/src/WebComponent/actions/collapse-expand-button.d.ts +8 -0
  38. package/dist/src/WebComponent/actions/details-window.d.ts +14 -0
  39. package/dist/src/WebComponent/actions/email-us-window.d.ts +46 -0
  40. package/dist/src/WebComponent/actions/formatPhoneNumber.d.ts +17 -0
  41. package/dist/src/WebComponent/actions/minimize-expand-button.d.ts +8 -0
  42. package/dist/src/WebComponent/chat-additional-actions.d.ts +28 -0
  43. package/dist/src/WebComponent/health-chat.d.ts +47 -0
  44. package/dist/src/WebComponent/healthchat-styles.d.ts +1 -0
  45. package/dist/src/WebComponent/icons/ApplyOutlineIcon.d.ts +2 -0
  46. package/dist/src/WebComponent/icons/BookTourOutlineIcon.d.ts +2 -0
  47. package/dist/src/WebComponent/icons/CalculatorOutlineIcon.d.ts +2 -0
  48. package/dist/src/WebComponent/icons/ChatOutlineIcon.d.ts +2 -0
  49. package/dist/src/WebComponent/icons/ChevronLeftIcon.d.ts +2 -0
  50. package/dist/src/WebComponent/icons/ChevronRightIcon.d.ts +2 -0
  51. package/dist/src/WebComponent/icons/ContactResidentIcon.d.ts +2 -0
  52. package/dist/src/WebComponent/icons/DollarOutlineIcon.d.ts +3 -0
  53. package/dist/src/WebComponent/icons/EmailOutlineIcon.d.ts +2 -0
  54. package/dist/src/WebComponent/icons/HeyThereEmojiIcon.d.ts +2 -0
  55. package/dist/src/WebComponent/icons/PhoneOutlineIcon.d.ts +2 -0
  56. package/dist/src/WebComponent/icons/SendMessageIcon.d.ts +3 -0
  57. package/dist/src/WebComponent/icons/TourSelfGuidedIcon.d.ts +2 -0
  58. package/dist/src/WebComponent/icons/TourVirtuallyIcon.d.ts +2 -0
  59. package/dist/src/WebComponent/icons/TourWithAgentIcon.d.ts +2 -0
  60. package/dist/src/WebComponent/icons/XOutlineIcon.d.ts +2 -0
  61. package/dist/src/WebComponent/index.d.ts +2 -0
  62. package/dist/src/WebComponent/launcher/Launcher.d.ts +98 -0
  63. package/dist/src/WebComponent/launcher/launcherStyles.d.ts +1 -0
  64. package/dist/src/WebComponent/launcher/mobile-launcher.d.ts +26 -0
  65. package/dist/src/WebComponent/launcher/typeEmojiStyles.d.ts +1 -0
  66. package/dist/src/WebComponent/launcher/typeMiniStyles.d.ts +1 -0
  67. package/dist/src/WebComponent/launcher/typeMobileStyles.d.ts +1 -0
  68. package/dist/src/WebComponent/leasing-chat-styles.d.ts +1 -0
  69. package/dist/src/WebComponent/me-chat.d.ts +91 -0
  70. package/dist/src/WebComponent/me-select.d.ts +24 -0
  71. package/dist/src/WebComponent/mini-loader.d.ts +5 -0
  72. package/dist/src/WebComponent/pubnub-chat-styles.d.ts +1 -0
  73. package/dist/src/WebComponent/pubnub-chat.d.ts +49 -0
  74. package/dist/src/WebComponent/pubnub-media.d.ts +14 -0
  75. package/dist/src/WebComponent/pubnub-message-styles.d.ts +1 -0
  76. package/dist/src/WebComponent/pubnub-message.d.ts +39 -0
  77. package/dist/src/WebComponent/simple-launcher/simple-launcher-styles.d.ts +1 -0
  78. package/dist/src/WebComponent/simple-launcher/simple-launcher.d.ts +12 -0
  79. package/dist/src/WebComponent/utilities-chat.d.ts +47 -0
  80. package/dist/src/WebComponent/utilities-styles.d.ts +1 -0
  81. package/dist/src/WebComponent/utils.d.ts +31 -0
  82. package/dist/src/analytics.d.ts +64 -0
  83. package/dist/src/disclaimers.d.ts +8 -0
  84. package/dist/src/fetchBuildingABTestType.d.ts +8 -0
  85. package/dist/src/fetchBuildingInfo.d.ts +57 -0
  86. package/dist/src/fetchBuildingWebchatView.d.ts +122 -0
  87. package/dist/src/fetchFeatureFlag.d.ts +14 -0
  88. package/dist/src/fetchLeadSources.d.ts +4 -0
  89. package/dist/src/fetchPhoneNumberFromSource.d.ts +6 -0
  90. package/dist/src/getAvailabilities.d.ts +44 -0
  91. package/dist/src/getBuildingPhoneNumber.d.ts +1 -0
  92. package/dist/src/getShouldAllowScheduling.d.ts +1 -0
  93. package/dist/src/getShouldShowWebchat.d.ts +3 -0
  94. package/dist/src/getTimezoneString.d.ts +1 -0
  95. package/dist/src/globals.d.ts +1 -0
  96. package/dist/src/gtm.d.ts +6 -0
  97. package/dist/src/handleChatId.d.ts +11 -0
  98. package/dist/src/insertDNIIntoWebsite.d.ts +5 -0
  99. package/dist/src/insertLeadSourceIntoSchedulerLinks.d.ts +4 -0
  100. package/dist/src/main/MEChat.d.ts +74 -0
  101. package/dist/src/main/utils.d.ts +2 -0
  102. package/dist/src/postLeadSources.d.ts +3 -0
  103. package/dist/src/rentgrata.d.ts +4 -0
  104. package/dist/src/replaceSelectButtonsWithNewLink.d.ts +5 -0
  105. package/dist/src/services/fees/fetchBuildingFees.d.ts +3 -0
  106. package/dist/src/svgIcons.d.ts +5 -0
  107. package/dist/src/themes.d.ts +5 -0
  108. package/dist/src/types/rest-sdk.types.d.ts +11 -0
  109. package/dist/src/types/webchat-no-show-reason.d.ts +1 -0
  110. package/dist/src/utils.d.ts +13 -0
  111. package/package.json +1 -1
  112. package/.eslintignore +0 -2
  113. package/.eslintrc.cjs +0 -23
  114. package/.github/pull_request_template.md +0 -61
  115. package/.github/workflows/pull.yml +0 -46
  116. package/.github/workflows/release.yml +0 -23
  117. package/.husky/commit-msg +0 -2
  118. package/.husky/pre-commit +0 -4
  119. package/.idea/codeStyles/Project.xml +0 -57
  120. package/.idea/codeStyles/codeStyleConfig.xml +0 -5
  121. package/.idea/inspectionProfiles/Project_Default.xml +0 -6
  122. package/.idea/vcs.xml +0 -6
  123. package/.idea/workspace.xml +0 -67
  124. package/.prettierrc.json +0 -1
  125. package/.vscode/settings.json +0 -13
  126. package/CONTRIBUTING.md +0 -36
  127. package/web-test-runner.config.js +0 -10
  128. package/webpack.config.cjs +0 -48

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.