@appcues/web-sdk 7.22.2 → 7.23.13
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/CHANGELOG.md +97 -0
- package/build/actions/action-types.d.ts +46 -0
- package/build/actions/action-types.d.ts.map +1 -0
- package/build/actions/annotations-actions.d.ts +121 -0
- package/build/actions/annotations-actions.d.ts.map +1 -0
- package/build/actions/checklist-actions.d.ts +199 -0
- package/build/actions/checklist-actions.d.ts.map +1 -0
- package/build/actions/collision-mode-actions.d.ts +9 -0
- package/build/actions/collision-mode-actions.d.ts.map +1 -0
- package/build/actions/common-actions.d.ts +124 -0
- package/build/actions/common-actions.d.ts.map +1 -0
- package/build/actions/core-actions.d.ts +259 -0
- package/build/actions/core-actions.d.ts.map +1 -0
- package/build/actions/create-action.d.ts +17 -0
- package/build/actions/create-action.d.ts.map +1 -0
- package/build/actions/debugger-actions.d.ts +8 -0
- package/build/actions/debugger-actions.d.ts.map +1 -0
- package/build/actions/experience-actions.d.ts +48 -0
- package/build/actions/experience-actions.d.ts.map +1 -0
- package/build/actions/hotspots-actions.d.ts +36 -0
- package/build/actions/hotspots-actions.d.ts.map +1 -0
- package/build/actions/modal-actions.d.ts +16 -0
- package/build/actions/modal-actions.d.ts.map +1 -0
- package/build/actions/root-actions.d.ts +260 -0
- package/build/actions/root-actions.d.ts.map +1 -0
- package/build/actions/satisfaction-survey-actions.d.ts +67 -0
- package/build/actions/satisfaction-survey-actions.d.ts.map +1 -0
- package/build/actions/session-actions.d.ts +19 -0
- package/build/actions/session-actions.d.ts.map +1 -0
- package/build/actions/widget-actions.d.ts +25 -0
- package/build/actions/widget-actions.d.ts.map +1 -0
- package/build/analytics/create-checklist-event.d.ts +24 -0
- package/build/analytics/create-checklist-event.d.ts.map +1 -0
- package/build/analytics/create-events.d.ts +30 -0
- package/build/analytics/create-events.d.ts.map +1 -0
- package/build/analytics/create-flow-event.d.ts +3 -0
- package/build/analytics/create-flow-event.d.ts.map +1 -0
- package/build/analytics/create-session-event.d.ts +3 -0
- package/build/analytics/create-session-event.d.ts.map +1 -0
- package/build/analytics/create-step-events.d.ts +40 -0
- package/build/analytics/create-step-events.d.ts.map +1 -0
- package/build/analytics/transform-analytics-event.d.ts +10 -0
- package/build/analytics/transform-analytics-event.d.ts.map +1 -0
- package/build/bind-interface.d.ts +10 -0
- package/build/bind-interface.d.ts.map +1 -0
- package/build/bootstrap.npm.CvUM9SYs.js +11962 -0
- package/build/bootstrap.npm.d.ts +2 -0
- package/build/bootstrap.npm.d.ts.map +1 -0
- package/build/checklist.004bd22db55d851f50945b88f28d0afa81e23405.css +1 -0
- package/build/clickstream/generate-selector.d.ts +12 -0
- package/build/clickstream/generate-selector.d.ts.map +1 -0
- package/build/clickstream/index.d.ts +2 -0
- package/build/clickstream/index.d.ts.map +1 -0
- package/build/clickstream/pii-filter.d.ts +3 -0
- package/build/clickstream/pii-filter.d.ts.map +1 -0
- package/build/clickstream/saga.d.ts +2 -0
- package/build/clickstream/saga.d.ts.map +1 -0
- package/build/constants.CUx6hN0B.js +119 -0
- package/build/container.004bd22db55d851f50945b88f28d0afa81e23405.css +1 -0
- package/build/css-helper.d.ts +2 -0
- package/build/css-helper.d.ts.map +1 -0
- package/build/custom-events/actions.d.ts +3 -0
- package/build/custom-events/actions.d.ts.map +1 -0
- package/build/custom-events/index.d.ts +4 -0
- package/build/custom-events/index.d.ts.map +1 -0
- package/build/custom-events/listeners/click.d.ts +14 -0
- package/build/custom-events/listeners/click.d.ts.map +1 -0
- package/build/custom-events/listeners/get-composed-path.d.ts +2 -0
- package/build/custom-events/listeners/get-composed-path.d.ts.map +1 -0
- package/build/custom-events/listeners/get-matching-events.d.ts +31 -0
- package/build/custom-events/listeners/get-matching-events.d.ts.map +1 -0
- package/build/custom-events/listeners/hover.d.ts +13 -0
- package/build/custom-events/listeners/hover.d.ts.map +1 -0
- package/build/custom-events/listeners/input.d.ts +5 -0
- package/build/custom-events/listeners/input.d.ts.map +1 -0
- package/build/custom-events/saga.d.ts +11 -0
- package/build/custom-events/saga.d.ts.map +1 -0
- package/build/custom-events/transform-custom-event.d.ts +18 -0
- package/build/custom-events/transform-custom-event.d.ts.map +1 -0
- package/build/data/api.d.ts +107 -0
- package/build/data/api.d.ts.map +1 -0
- package/build/data/create-event.d.ts +10 -0
- package/build/data/create-event.d.ts.map +1 -0
- package/build/data/message-dispatcher.d.ts +11 -0
- package/build/data/message-dispatcher.d.ts.map +1 -0
- package/build/data/strip-query-params.d.ts +3 -0
- package/build/data/strip-query-params.d.ts.map +1 -0
- package/build/data/transports/http.d.ts +2 -0
- package/build/data/transports/http.d.ts.map +1 -0
- package/build/data/transports/websocket.d.ts +10 -0
- package/build/data/transports/websocket.d.ts.map +1 -0
- package/build/debugger.004bd22db55d851f50945b88f28d0afa81e23405.css +1 -0
- package/build/dist.BmJY3Sl-.js +85 -0
- package/build/dist.DrPFC3yn.js +2204 -0
- package/build/index.npm.js +88 -4
- package/build/initialize.d.ts +6 -0
- package/build/initialize.d.ts.map +1 -0
- package/build/integrations/integration-helpers.d.ts +57 -0
- package/build/integrations/integration-helpers.d.ts.map +1 -0
- package/build/integrations/integration-methods.d.ts +8 -0
- package/build/integrations/integration-methods.d.ts.map +1 -0
- package/build/lifecycle-events/create-lifecycle-events.d.ts +13 -0
- package/build/lifecycle-events/create-lifecycle-events.d.ts.map +1 -0
- package/build/main.d.ts +3 -0
- package/build/main.d.ts.map +1 -0
- package/build/modal.004bd22db55d851f50945b88f28d0afa81e23405.css +1 -0
- package/build/open-builder.BxCqW7tw.js +8252 -0
- package/build/reducers/annotations-reducers.d.ts +49 -0
- package/build/reducers/annotations-reducers.d.ts.map +1 -0
- package/build/reducers/checklist-reducers.d.ts +49 -0
- package/build/reducers/checklist-reducers.d.ts.map +1 -0
- package/build/reducers/common-reducers.d.ts +70 -0
- package/build/reducers/common-reducers.d.ts.map +1 -0
- package/build/reducers/core-reducers.d.ts +166 -0
- package/build/reducers/core-reducers.d.ts.map +1 -0
- package/build/reducers/create-root-reducer.d.ts +3 -0
- package/build/reducers/create-root-reducer.d.ts.map +1 -0
- package/build/reducers/debugger-reducers.d.ts +33 -0
- package/build/reducers/debugger-reducers.d.ts.map +1 -0
- package/build/reducers/default-reducer.d.ts +16 -0
- package/build/reducers/default-reducer.d.ts.map +1 -0
- package/build/reducers/hotspots-reducers.d.ts +17 -0
- package/build/reducers/hotspots-reducers.d.ts.map +1 -0
- package/build/reducers/modal-reducers.d.ts +13 -0
- package/build/reducers/modal-reducers.d.ts.map +1 -0
- package/build/reducers/reducer-helpers.d.ts +13 -0
- package/build/reducers/reducer-helpers.d.ts.map +1 -0
- package/build/reducers/root-reducers.d.ts +47 -0
- package/build/reducers/root-reducers.d.ts.map +1 -0
- package/build/reducers/satisfaction-survey-reducers.d.ts +41 -0
- package/build/reducers/satisfaction-survey-reducers.d.ts.map +1 -0
- package/build/reducers/session-reducers.d.ts +20 -0
- package/build/reducers/session-reducers.d.ts.map +1 -0
- package/build/reducers/test-mode-reducers.d.ts +9 -0
- package/build/reducers/test-mode-reducers.d.ts.map +1 -0
- package/build/reducers/widget-reducers.d.ts +21 -0
- package/build/reducers/widget-reducers.d.ts.map +1 -0
- package/build/sagas/action-sagas.d.ts +20 -0
- package/build/sagas/action-sagas.d.ts.map +1 -0
- package/build/sagas/annotations-sagas.d.ts +55 -0
- package/build/sagas/annotations-sagas.d.ts.map +1 -0
- package/build/sagas/checklist-sagas.d.ts +18 -0
- package/build/sagas/checklist-sagas.d.ts.map +1 -0
- package/build/sagas/collision-mode-sagas.d.ts +9 -0
- package/build/sagas/collision-mode-sagas.d.ts.map +1 -0
- package/build/sagas/common-sagas.d.ts +16 -0
- package/build/sagas/common-sagas.d.ts.map +1 -0
- package/build/sagas/conditions-sagas.d.ts +72 -0
- package/build/sagas/conditions-sagas.d.ts.map +1 -0
- package/build/sagas/debugger-sagas.d.ts +7 -0
- package/build/sagas/debugger-sagas.d.ts.map +1 -0
- package/build/sagas/experiences-sagas.d.ts +5 -0
- package/build/sagas/experiences-sagas.d.ts.map +1 -0
- package/build/sagas/experiments-sagas.d.ts +14 -0
- package/build/sagas/experiments-sagas.d.ts.map +1 -0
- package/build/sagas/flow-sagas.d.ts +64 -0
- package/build/sagas/flow-sagas.d.ts.map +1 -0
- package/build/sagas/handle-flow-lifecycle-events.d.ts +12 -0
- package/build/sagas/handle-flow-lifecycle-events.d.ts.map +1 -0
- package/build/sagas/handle-messages.d.ts +3 -0
- package/build/sagas/handle-messages.d.ts.map +1 -0
- package/build/sagas/hotspots-sagas.d.ts +30 -0
- package/build/sagas/hotspots-sagas.d.ts.map +1 -0
- package/build/sagas/knowledge-base-sagas.d.ts +2 -0
- package/build/sagas/knowledge-base-sagas.d.ts.map +1 -0
- package/build/sagas/modal-sagas.d.ts +3 -0
- package/build/sagas/modal-sagas.d.ts.map +1 -0
- package/build/sagas/open-builder-sagas.d.ts +5 -0
- package/build/sagas/open-builder-sagas.d.ts.map +1 -0
- package/build/sagas/saga-utils.d.ts +84 -0
- package/build/sagas/saga-utils.d.ts.map +1 -0
- package/build/sagas/sagas.d.ts +167 -0
- package/build/sagas/sagas.d.ts.map +1 -0
- package/build/sagas/satisfaction-survey-sagas.d.ts +8 -0
- package/build/sagas/satisfaction-survey-sagas.d.ts.map +1 -0
- package/build/sagas/session-sagas.d.ts +4 -0
- package/build/sagas/session-sagas.d.ts.map +1 -0
- package/build/sagas/test-mode-sagas.d.ts +4 -0
- package/build/sagas/test-mode-sagas.d.ts.map +1 -0
- package/build/sagas/watch-url-sagas.d.ts +3 -0
- package/build/sagas/watch-url-sagas.d.ts.map +1 -0
- package/build/sagas/widget-sagas.d.ts +4 -0
- package/build/sagas/widget-sagas.d.ts.map +1 -0
- package/build/satisfaction-survey.004bd22db55d851f50945b88f28d0afa81e23405.css +1 -0
- package/build/store/configure-store.d.ts +10 -0
- package/build/store/configure-store.d.ts.map +1 -0
- package/build/store/reporter-middleware.d.ts +10 -0
- package/build/store/reporter-middleware.d.ts.map +1 -0
- package/build/test-mode.004bd22db55d851f50945b88f28d0afa81e23405.css +1 -0
- package/build/tooltip.004bd22db55d851f50945b88f28d0afa81e23405.css +1 -0
- package/build/utils/accessible-tab.d.ts +2 -0
- package/build/utils/accessible-tab.d.ts.map +1 -0
- package/build/utils/array.d.ts +2 -0
- package/build/utils/array.d.ts.map +1 -0
- package/build/utils/conditions.d.ts +15 -0
- package/build/utils/conditions.d.ts.map +1 -0
- package/build/utils/create-appcues.d.ts +4 -0
- package/build/utils/create-appcues.d.ts.map +1 -0
- package/build/utils/create-reporter.d.ts +2 -0
- package/build/utils/create-reporter.d.ts.map +1 -0
- package/build/utils/data-selectors.d.ts +122 -0
- package/build/utils/data-selectors.d.ts.map +1 -0
- package/build/utils/delay.d.ts +9 -0
- package/build/utils/delay.d.ts.map +1 -0
- package/build/utils/dom.d.ts +160 -0
- package/build/utils/dom.d.ts.map +1 -0
- package/build/utils/embed-grouping.d.ts +23 -0
- package/build/utils/embed-grouping.d.ts.map +1 -0
- package/build/utils/escape.d.ts +12 -0
- package/build/utils/escape.d.ts.map +1 -0
- package/build/utils/evaluate-selector.d.ts +4 -0
- package/build/utils/evaluate-selector.d.ts.map +1 -0
- package/build/utils/flow-performance.d.ts +19 -0
- package/build/utils/flow-performance.d.ts.map +1 -0
- package/build/utils/flow-selectors.d.ts +52 -0
- package/build/utils/flow-selectors.d.ts.map +1 -0
- package/build/utils/generate-uuid.d.ts +7 -0
- package/build/utils/generate-uuid.d.ts.map +1 -0
- package/build/utils/generated-properties.d.ts +27 -0
- package/build/utils/generated-properties.d.ts.map +1 -0
- package/build/utils/handle-navigation.d.ts +2 -0
- package/build/utils/handle-navigation.d.ts.map +1 -0
- package/build/utils/humanize.d.ts +15 -0
- package/build/utils/humanize.d.ts.map +1 -0
- package/build/utils/iframes.d.ts +3 -0
- package/build/utils/iframes.d.ts.map +1 -0
- package/build/utils/is.d.ts +8 -0
- package/build/utils/is.d.ts.map +1 -0
- package/build/utils/lazy-loading.d.ts +2 -0
- package/build/utils/lazy-loading.d.ts.map +1 -0
- package/build/utils/links.d.ts +16 -0
- package/build/utils/links.d.ts.map +1 -0
- package/build/utils/location.d.ts +8 -0
- package/build/utils/location.d.ts.map +1 -0
- package/build/utils/pending-experience-events.d.ts +31 -0
- package/build/utils/pending-experience-events.d.ts.map +1 -0
- package/build/utils/query.d.ts +4 -0
- package/build/utils/query.d.ts.map +1 -0
- package/build/utils/render-contexts.d.ts +6 -0
- package/build/utils/render-contexts.d.ts.map +1 -0
- package/build/utils/selector-utils.d.ts +13 -0
- package/build/utils/selector-utils.d.ts.map +1 -0
- package/build/utils/show-powered-by.d.ts +9 -0
- package/build/utils/show-powered-by.d.ts.map +1 -0
- package/build/utils/store.d.ts +23 -0
- package/build/utils/store.d.ts.map +1 -0
- package/build/utils/temp-store.d.ts +5 -0
- package/build/utils/temp-store.d.ts.map +1 -0
- package/build/utils/test-mode.d.ts +3 -0
- package/build/utils/test-mode.d.ts.map +1 -0
- package/build/utils/time.d.ts +6 -0
- package/build/utils/time.d.ts.map +1 -0
- package/build/utils/trigger-content-changes.d.ts +20 -0
- package/build/utils/trigger-content-changes.d.ts.map +1 -0
- package/build/utils/url.d.ts +7 -0
- package/build/utils/url.d.ts.map +1 -0
- package/build/utils/validate-form-fields.d.ts +20 -0
- package/build/utils/validate-form-fields.d.ts.map +1 -0
- package/build/utils/vnode.d.ts +102 -0
- package/build/utils/vnode.d.ts.map +1 -0
- package/build/utils/widget.d.ts +10 -0
- package/build/utils/widget.d.ts.map +1 -0
- package/build/views/callbacks/checklist-callbacks.d.ts +20 -0
- package/build/views/callbacks/checklist-callbacks.d.ts.map +1 -0
- package/build/views/callbacks/common-callbacks.d.ts +45 -0
- package/build/views/callbacks/common-callbacks.d.ts.map +1 -0
- package/build/views/callbacks/debugger-callbacks.d.ts +6 -0
- package/build/views/callbacks/debugger-callbacks.d.ts.map +1 -0
- package/build/views/callbacks/hotspots-callbacks.d.ts +18 -0
- package/build/views/callbacks/hotspots-callbacks.d.ts.map +1 -0
- package/build/views/callbacks/modal-callbacks.d.ts +26 -0
- package/build/views/callbacks/modal-callbacks.d.ts.map +1 -0
- package/build/views/callbacks/sequential-hotspots-callbacks.d.ts +38 -0
- package/build/views/callbacks/sequential-hotspots-callbacks.d.ts.map +1 -0
- package/build/views/callbacks/survey-callbacks.d.ts +16 -0
- package/build/views/callbacks/survey-callbacks.d.ts.map +1 -0
- package/build/views/callbacks/test-mode-callbacks.d.ts +15 -0
- package/build/views/callbacks/test-mode-callbacks.d.ts.map +1 -0
- package/build/views/callbacks/widget-callbacks.d.ts +15 -0
- package/build/views/callbacks/widget-callbacks.d.ts.map +1 -0
- package/build/views/components/annotations.d.ts +13 -0
- package/build/views/components/annotations.d.ts.map +1 -0
- package/build/views/components/background.d.ts +6 -0
- package/build/views/components/background.d.ts.map +1 -0
- package/build/views/components/beacon-outline-styling.d.ts +3 -0
- package/build/views/components/beacon-outline-styling.d.ts.map +1 -0
- package/build/views/components/beacons.d.ts +12 -0
- package/build/views/components/beacons.d.ts.map +1 -0
- package/build/views/components/button.d.ts +11 -0
- package/build/views/components/button.d.ts.map +1 -0
- package/build/views/components/checklist-beacon.d.ts +3 -0
- package/build/views/components/checklist-beacon.d.ts.map +1 -0
- package/build/views/components/checklist-icons.d.ts +18 -0
- package/build/views/components/checklist-icons.d.ts.map +1 -0
- package/build/views/components/checklist-item.d.ts +3 -0
- package/build/views/components/checklist-item.d.ts.map +1 -0
- package/build/views/components/checklist.d.ts +3 -0
- package/build/views/components/checklist.d.ts.map +1 -0
- package/build/views/components/content-outline-styling.d.ts +3 -0
- package/build/views/components/content-outline-styling.d.ts.map +1 -0
- package/build/views/components/debugger.d.ts +14 -0
- package/build/views/components/debugger.d.ts.map +1 -0
- package/build/views/components/empty.d.ts +6 -0
- package/build/views/components/empty.d.ts.map +1 -0
- package/build/views/components/global-styling.d.ts +5 -0
- package/build/views/components/global-styling.d.ts.map +1 -0
- package/build/views/components/hotspot.d.ts +36 -0
- package/build/views/components/hotspot.d.ts.map +1 -0
- package/build/views/components/logo.d.ts +6 -0
- package/build/views/components/logo.d.ts.map +1 -0
- package/build/views/components/modal-step.d.ts +5 -0
- package/build/views/components/modal-step.d.ts.map +1 -0
- package/build/views/components/nps-survey-qualitative-question.d.ts +5 -0
- package/build/views/components/nps-survey-qualitative-question.d.ts.map +1 -0
- package/build/views/components/nps-survey-quantitative-option.d.ts +2 -0
- package/build/views/components/nps-survey-quantitative-option.d.ts.map +1 -0
- package/build/views/components/nps-survey-quantitative-question.d.ts +5 -0
- package/build/views/components/nps-survey-quantitative-question.d.ts.map +1 -0
- package/build/views/components/nps-survey-toast.d.ts +2 -0
- package/build/views/components/nps-survey-toast.d.ts.map +1 -0
- package/build/views/components/nps-survey.d.ts +2 -0
- package/build/views/components/nps-survey.d.ts.map +1 -0
- package/build/views/components/powered-by-appcues.d.ts +14 -0
- package/build/views/components/powered-by-appcues.d.ts.map +1 -0
- package/build/views/components/test-mode-banner.d.ts +3 -0
- package/build/views/components/test-mode-banner.d.ts.map +1 -0
- package/build/views/components/tooltip.d.ts +4 -0
- package/build/views/components/tooltip.d.ts.map +1 -0
- package/build/views/renderers/render-checklist.d.ts +3 -0
- package/build/views/renderers/render-checklist.d.ts.map +1 -0
- package/build/views/renderers/render-debugger.d.ts +3 -0
- package/build/views/renderers/render-debugger.d.ts.map +1 -0
- package/build/views/renderers/render-hotspots.d.ts +2 -0
- package/build/views/renderers/render-hotspots.d.ts.map +1 -0
- package/build/views/renderers/render-modal.d.ts +10 -0
- package/build/views/renderers/render-modal.d.ts.map +1 -0
- package/build/views/renderers/render-satisfaction-survey.d.ts +10 -0
- package/build/views/renderers/render-satisfaction-survey.d.ts.map +1 -0
- package/build/views/renderers/render-test-mode-banner.d.ts +2 -0
- package/build/views/renderers/render-test-mode-banner.d.ts.map +1 -0
- package/build/views/renderers/render-widget-icon.d.ts +10 -0
- package/build/views/renderers/render-widget-icon.d.ts.map +1 -0
- package/build/views/renderers/render-widget.d.ts +3 -0
- package/build/views/renderers/render-widget.d.ts.map +1 -0
- package/build/views/setup-view.d.ts +11 -0
- package/build/views/setup-view.d.ts.map +1 -0
- package/build/views/setup-widget.d.ts +11 -0
- package/build/views/setup-widget.d.ts.map +1 -0
- package/package.json +7 -6
- package/build/bootstrap.npm.DVu00o0l.js +0 -15505
- package/build/checklist.045d5c27f0910d4361d7c1398c89d399dee2edb5.css +0 -1
- package/build/container.045d5c27f0910d4361d7c1398c89d399dee2edb5.css +0 -1
- package/build/debugger.045d5c27f0910d4361d7c1398c89d399dee2edb5.css +0 -1
- package/build/index.C4xtQVZQ.js +0 -2152
- package/build/index.npm.B4soqbH3.js +0 -339
- package/build/modal.045d5c27f0910d4361d7c1398c89d399dee2edb5.css +0 -1
- package/build/open-builder.CqAPcpHg.js +0 -10172
- package/build/satisfaction-survey.045d5c27f0910d4361d7c1398c89d399dee2edb5.css +0 -1
- package/build/test-mode.045d5c27f0910d4361d7c1398c89d399dee2edb5.css +0 -1
- package/build/tooltip.045d5c27f0910d4361d7c1398c89d399dee2edb5.css +0 -1
- /package/build/{modal-step-legacy-render.045d5c27f0910d4361d7c1398c89d399dee2edb5.css → modal-step-legacy-render.004bd22db55d851f50945b88f28d0afa81e23405.css} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bootstrap.npm.d.ts","sourceRoot":"","sources":["../src/scripts/bootstrap.npm.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
code,pre{font-family:Menlo,Monaco,monospace,sans-serif}div,p,ul,ol,table,dl,blockquote,pre{font-size:14px;line-height:1.6em}a[href],a[data-step]{color:#15c;cursor:pointer;text-decoration:none}object,embed,video,img{width:auto;max-width:100%}video,img{height:auto}p,ul,ol,table,dl,figure,blockquote,pre{box-shadow:none;background:0 0;border:none;margin:0 0 15px}hr{margin-bottom:15px}blockquote{color:#777;padding-left:0;font-style:italic;margin-left:1.6em!important}ul,ol{padding-left:2em}ul ul,ol ol,ul ol,ol ul{border:none;margin:2px;padding:0 0 0 2em}dl dt{font-weight:700}dd{margin-left:1em}table{border-collapse:collapse;width:100%;font-size:1em}table td,table th{vertical-align:top;border:1px solid #ddd;padding:5px}table thead td,table th{border-bottom-color:#888;font-weight:700}code{background-color:#d8d7d7}pre{white-space:pre;color:#888;background:#f8f8f8;border:1px solid #ddd;border-radius:3px;padding:1em;font-size:90%;overflow:auto}hr{border:0;border-top:1px solid #ccc;height:1px;display:block}h1,h2,h3,h4,h5,h6{color:#000;text-rendering:optimizelegibility;background:0 0;margin:0 0 .5em;padding:0;font-weight:700}h1,h2,h3,h4{line-height:1.3}h1{font-size:36px}h2{margin-bottom:.7em;font-size:24px}h3{font-size:21px}h4{font-size:18px}h5{font-size:16px}h6{text-transform:uppercase;font-size:12px}.sr-only{clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;position:absolute;overflow:hidden}.appcues-button{cursor:pointer;color:#fff;-webkit-font-smoothing:auto;-webkit-user-select:none;user-select:none;background-color:#ccc;border-radius:3px;padding:8px 18px;font-weight:700;text-decoration:none;transition:background-color .2s ease-out,color .2s ease-out;display:inline-block;position:relative}.appcues-button:hover{color:#000;background-color:#dedede;text-decoration:none}.appcues-button.appcues-button-success{background-color:#5cb85c}.appcues-button.appcues-button-success:hover{-webkit-text-decoration:unset;text-decoration:unset;background-color:#75c375}.appcues-button.appcues-button-success.disabled{background-color:#eaf6ea}.appcues-button[data-step],.appcues-button[href]{color:#fff}body{margin:0;overflow:hidden}body *{box-sizing:border-box;font-family:Lato,Source Sans Pro,Helvetica,Arial,sans-serif;font-size:16px;line-height:normal}.checklist{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;box-orient:vertical;box-direction:reverse;-moz-flex-direction:column-reverse;box-pack:start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;z-index:2147483547;flex-direction:column-reverse;-ms-flex-pack:start;justify-content:flex-start;height:100%;display:flex}.checklist p{color:#555;font-size:.925rem;line-height:1.4em}.beacon{-moz-align-self:flex-start;cursor:pointer;white-space:nowrap;z-index:2;color:#fff;background-color:#0d2c6d;border-radius:120px;-ms-flex-item-align:start;align-self:flex-start;margin:8px;padding:11px 17px 11px 15px;transition:background-color .25s ease-out;display:inline-block;position:relative;box-shadow:0 0 12px #00000040}.beacon.right{-moz-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.beacon svg{vertical-align:middle;margin-right:.5rem;display:inline-block}.beacon .label{vertical-align:middle;font-weight:700;display:inline-block}.beacon .badge{color:#0d2c6d;background-color:#fff;border-radius:20px;justify-content:center;align-items:center;width:20px;height:20px;font-size:14px;font-weight:800;display:flex;position:absolute;top:-6px;right:-6px;box-shadow:0 0 5px #0003}.checklist-main{color:#222;opacity:0;pointer-events:none;background:#fff;border-radius:3px;width:340px;margin:0 8px 15px;transition:all .15s;position:absolute;bottom:30px;box-shadow:0 0 8px #00000026}.checklist-main.expanded{opacity:1;pointer-events:auto;flex-direction:column;max-height:calc(100% - 65px);display:flex;bottom:50px}.checklist-main .checklist-container{height:100%;min-height:0;overflow-y:auto}.checklist-main .checklist-header{cursor:default;color:#555;border-bottom:1px solid #eee;padding:1.25rem 1.25rem .75rem}.checklist-main .checklist-header.checklist-congrats{text-align:center;background-color:#eee;position:relative}.checklist-main .checklist-header.checklist-congrats:hover .dismiss-link{color:#0d2c6d}.checklist-main .checklist-header.checklist-congrats .emoji{padding-bottom:15px;display:block}.checklist-main .checklist-header.checklist-congrats .dismiss-link{color:#999;cursor:pointer;background:0 0;border:none;font-size:.875rem;font-style:italic;position:absolute;top:1.25rem;right:1.25rem}.checklist-main .checklist-header.checklist-congrats h1{color:#00d260;margin:.25rem 0 1em;font-size:1.17em;font-weight:700}.checklist-main .checklist-header.checklist-congrats p{font-size:.875rem}.checklist-main .checklist-header .title{margin:0;padding:0;font-size:1.12rem}.checklist-main .checklist-header .desc{margin:1em 0;font-size:.925rem;line-height:1.4em}.checklist-main .checklist-header .progress-container{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:flex}.checklist-main .checklist-header .progress-container .completed-caption{box-flex:0;-moz-flex:0;white-space:nowrap;flex:0;padding-right:12px;font-size:.875em;font-weight:600}.checklist-main .checklist-header .progress-container .progress-bar{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;box-flex:1;-moz-flex:1;background-color:#eee;flex:1;display:flex}.checklist-main .checklist-header .progress-container .progress-bar,.checklist-main .checklist-header .progress-container .progress-bar .progress-bar-complete{border-radius:20px}.checklist-main .checklist-header .progress-container .progress-bar .progress-bar-complete{background-color:#0d2c6d;border-top-right-radius:0;border-bottom-right-radius:0;transition:width .5s ease-out}.checklist-main .checklist-header .progress-container .progress-bar .progress-bar-complete.progress-bar-done{border-radius:20px}.checklist-main .checklist-header .minimize{color:#999;cursor:pointer;font-size:.875rem;font-style:italic;position:absolute;top:1.25rem;right:1.25rem}.checklist-main .checklist-header .minimize:hover{color:#474747}.checklist-main .checklist-body{position:relative}.checklist-main .checklist-body.show-confirm{min-height:120px}.checklist-main .checklist-body .dismiss-container{color:#848484;background-color:#fff;flex-direction:column;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;overflow-y:auto}.checklist-main .checklist-body .dismiss-container .content-container{width:100%;height:100%;position:relative}.checklist-main .checklist-body .dismiss-container .content-container .dismiss-content{width:100%;max-height:104px;margin:0;top:50%}.checklist-main .checklist-body .dismiss-container .content-container .dismiss-content .dismiss-text{text-align:center;padding:8px 3.25rem}.checklist-main .checklist-body .dismiss-container .content-container .dismiss-content .button-container{flex-direction:column;align-items:center;padding:4px 16px;display:flex}.checklist-main .checklist-body .dismiss-container .content-container .dismiss-content .button-container .button-row{flex-flow:wrap;justify-content:center;width:100%;display:flex}.checklist-main .checklist-body .dismiss-container .content-container .dismiss-content .button-container .button-row .button-default{box-sizing:border-box;text-align:center;-webkit-font-smoothing:antialiased;white-space:nowrap;cursor:pointer;z-index:0;color:#fff;background-color:#848484;border:2px solid #848484;border-radius:4px;flex-grow:1;width:auto;min-width:calc(50% - 8px);margin:4px;padding:5px 10px;font-weight:600;-webkit-text-decoration:none;text-decoration:none;transition:transform .25s}.checklist-main .checklist-body .dismiss-container .content-container .dismiss-content .button-container .button-row .button-default:hover{background-color:#474747;border-color:#474747}.checklist-main .checklist-body .dismiss-container .content-container .dismiss-content .button-container .button-row .button-default.alt{color:#848484;background-color:#fff;border-color:#bbb}.checklist-main .checklist-body .dismiss-container .content-container .dismiss-content .button-container .button-row .button-default.alt:hover{color:#474747;border-color:#474747}.checklist-main .checklist-body .items{margin-top:.5rem;margin-bottom:0;padding:0}.checklist-main .checklist-body .item{color:#555;cursor:pointer;padding:8px 1.25rem;list-style-type:none}.checklist-main .checklist-body .item p{width:240px;margin-bottom:0}.checklist-main .checklist-body .item.completed a{color:#999;text-decoration:line-through}.checklist-main .checklist-body .item.completed .checkmark{background-color:#00d260;border-color:#00d260;flex-shrink:0}.checklist-main .checklist-body .item.completed .checkmark>svg{font-size:inherit;height:1.86em;display:inline-block;overflow:visible}.checklist-main .checklist-body .item.locked a{color:#eee}.checklist-main .checklist-body .item.locked .checkmark{border:2px solid #eee}.checklist-main .checklist-body .item.locked .checkmark .sequential-label{color:#bbb}.checklist-main .checklist-body .item:hover.actionless{cursor:default}.checklist-main .checklist-body .item:hover:not(.actionless){background-color:#eee}.checklist-main .checklist-body .item:hover:not(.actionless):not(.completed),.checklist-main .checklist-body .item:hover:not(.actionless):not(.completed) a{color:#0d2c6d}.checklist-main .checklist-body .item:hover:not(.actionless):not(.completed) .checkmark{border-color:#0d2c6d}.checklist-main .checklist-body .item:hover:not(.actionless) a>svg{opacity:1}.checklist-main .checklist-body .item:hover:not(.actionless).locked{cursor:not-allowed;background-color:#fff}.checklist-main .checklist-body .item:hover:not(.actionless).locked a{color:#999}.checklist-main .checklist-body .item:hover:not(.actionless).locked a>svg{opacity:0}.checklist-main .checklist-body .item:hover:not(.actionless).locked .checkmark{border:2px solid #eee}.checklist-main .checklist-body .item a{color:#555;outline:0;align-items:center;width:100%;text-decoration:none;display:flex;position:relative}.checklist-main .checklist-body .item a>svg{color:#039be5;opacity:0;backface-visibility:hidden;margin-top:-9px;transition:all .15s ease-out;display:block;position:absolute;top:50%;right:0}.checklist-main .checklist-body .item .checkmark{vertical-align:middle;text-align:center;color:#fff;background-color:#fff;border:2px solid #555;border-radius:100px;flex-shrink:0;width:2rem;height:2rem;margin-right:.75rem;line-height:1.86rem;transition:all .25s ease-out;display:inline-block}.checklist-main .checklist-body .item .checkmark>span{color:#555;line-height:1.86rem;display:none;position:relative;bottom:1px}.checklist-main .checklist-body .item .checkmark>span.sequential-label{display:inline-block}.checklist-main .checklist-body .item .checkmark>svg{display:none}.checklist-main .checklist-footer{flex-direction:column;align-items:flex-end;margin:4px 20px 4px 0;display:flex;position:relative}.checklist-main .checklist-footer .skip-link,.checklist-main .checklist-footer .powered-by-appcues{color:#0006;cursor:pointer;background:0 0;border:none;width:auto;margin:0;padding:0;font-size:.875em;font-style:italic}.checklist-main .powered-by-appcues:hover{color:#0d2c6d}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export function generateSelector(stack: any, selector?: string): any;
|
|
2
|
+
export function getElementAttributes(element: any): {
|
|
3
|
+
class?: any[] | undefined;
|
|
4
|
+
tagName: any;
|
|
5
|
+
path: string;
|
|
6
|
+
};
|
|
7
|
+
export function getParentPadding(element: any): {
|
|
8
|
+
top: any;
|
|
9
|
+
left: any;
|
|
10
|
+
};
|
|
11
|
+
export function isInvalidCssAttributeName(name: any): boolean;
|
|
12
|
+
//# sourceMappingURL=generate-selector.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"generate-selector.d.ts","sourceRoot":"","sources":["../../src/scripts/clickstream/generate-selector.js"],"names":[],"mappings":"AAkFA,qEAwCC;AAwDD;;;;EAyCC;AAED;;;EAeC;AAtLM,8DAC0B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/scripts/clickstream/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pii-filter.d.ts","sourceRoot":"","sources":["../../src/scripts/clickstream/pii-filter.js"],"names":[],"mappings":"AA0IA,2CAqCC;AA/KD,uBAAwB,YAAY,CAAC"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export default function startClickstream(): Generator<import("redux-saga/effects").ForkEffect | import("redux-saga/effects").CallEffect | import("redux-saga/effects").FlushEffect<any> | import("redux-saga/effects").GenericRaceEffect<import("redux-saga/effects").TakeEffect | Promise<true>>, void, unknown>;
|
|
2
|
+
//# sourceMappingURL=saga.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"saga.d.ts","sourceRoot":"","sources":["../../src/scripts/clickstream/saga.js"],"names":[],"mappings":"AA+MA,kTA4CC"}
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
//#region src/scripts/utils/constants.ts
|
|
2
|
+
function e(e) {
|
|
3
|
+
return e.reduce((e, t) => Object.assign(e, { [t]: t }), {});
|
|
4
|
+
}
|
|
5
|
+
var t = [
|
|
6
|
+
"_hostname",
|
|
7
|
+
"_lastBrowserLanguage",
|
|
8
|
+
"_lastPageTitle",
|
|
9
|
+
"_lastPageUrl",
|
|
10
|
+
"_currentPageTitle",
|
|
11
|
+
"_currentPageUrl",
|
|
12
|
+
"_localId",
|
|
13
|
+
"_sessionPageviews",
|
|
14
|
+
"_updatedAt",
|
|
15
|
+
"_userAgent",
|
|
16
|
+
"_appcuesId",
|
|
17
|
+
"_sessionRandomizer",
|
|
18
|
+
"_testContentId",
|
|
19
|
+
"_showChecklist",
|
|
20
|
+
"_doNotTrack",
|
|
21
|
+
"_lastSeenAt",
|
|
22
|
+
"_timezoneCode",
|
|
23
|
+
"_timezoneOffset",
|
|
24
|
+
"_appId"
|
|
25
|
+
], n = /* @__PURE__ */ "flow_started.flow_completed.flow_skipped.flow_aborted.step_started.step_completed.step_skipped.step_interacted.step_aborted.form_submitted.form_field_submitted.nps_feedback.nps_score.nps_clicked_update_nps_score.nps_ask_me_later_selected_at.nps_survey_started.checklist_shown.checklist_completed.checklist_skipped.checklist_dismissed.checklist_item_started.checklist_item_completed.appcues_custom.experiment_entered.v2:experience_started.v2:step_seen.v2:icon_seen.v2:step_interaction.v2:button_pin_seen".split("."), r = "_appcuesForm_", i = "_appcuesSatisfaction_", a = "AppcuesSettings", o = "apc_user_id", s = "apc_group_id", c = "apc_local_id", l = "apc_next_content_id", u = "apc_user", d = "apc_debug_enabled", f = "apc_debug_url", p = "apc_ann_errors", m = "apc_curr_flow", h = "apc_curr_checklist", g = "apc_curr_experience", _ = "apc_cl:", v = "apc_followed_test_link", y = "localStorage", b = "sessionStorage", x = 720 * 60 * 60, S = { PAGE_VIEW: "appcues:page_view" }, C = {
|
|
26
|
+
NPS: "nps",
|
|
27
|
+
FLOW: "flow",
|
|
28
|
+
LAUNCHPAD: "launchpad"
|
|
29
|
+
}, w = [
|
|
30
|
+
"v2:experience_completed",
|
|
31
|
+
"v2:experience_dismissed",
|
|
32
|
+
"v2:experience_skipped",
|
|
33
|
+
"v2:experience_snoozed"
|
|
34
|
+
], T = e([
|
|
35
|
+
"PENDING",
|
|
36
|
+
"STARTED",
|
|
37
|
+
"CALCULATING_POSITIONS",
|
|
38
|
+
"READY",
|
|
39
|
+
"WILL_SHOW",
|
|
40
|
+
"SHOWING",
|
|
41
|
+
"WILL_CLOSE",
|
|
42
|
+
"ERROR",
|
|
43
|
+
"FETCHING",
|
|
44
|
+
"RUNNING",
|
|
45
|
+
"DISMISSED",
|
|
46
|
+
"HIDING"
|
|
47
|
+
]), E = [
|
|
48
|
+
T.READY,
|
|
49
|
+
T.WILL_SHOW,
|
|
50
|
+
T.SHOWING,
|
|
51
|
+
T.WILL_CLOSE
|
|
52
|
+
], D = e([
|
|
53
|
+
"COMPLETED",
|
|
54
|
+
"SKIPPED",
|
|
55
|
+
"SHOWING_OTHER_CONTENT",
|
|
56
|
+
"CLEAR"
|
|
57
|
+
]), O = {
|
|
58
|
+
EVENT_TRIGGER: "event_trigger",
|
|
59
|
+
PAGE_VIEW: "page_view"
|
|
60
|
+
}, k = {
|
|
61
|
+
MODAL: "modal",
|
|
62
|
+
HOTSPOTS: "hotspot-group",
|
|
63
|
+
SEQUENTIAL_HOTSPOTS: "hotspot-group-sequential",
|
|
64
|
+
DEBUGGER: "debugger",
|
|
65
|
+
JOURNEY: "journey",
|
|
66
|
+
ACTION: "action",
|
|
67
|
+
SATISFACTION_SURVEY: "satisfaction-survey",
|
|
68
|
+
CHECKLIST: "checklist",
|
|
69
|
+
TEST_MODE: "test-mode",
|
|
70
|
+
WIDGET: "widget",
|
|
71
|
+
ANNOTATION: ["hotspot-group"]
|
|
72
|
+
}, A = {
|
|
73
|
+
REDIRECT: "redirect",
|
|
74
|
+
WAIT_FOR_PAGE: "wait-for-page",
|
|
75
|
+
SHOW_FLOW: "show_flow"
|
|
76
|
+
}, j = {
|
|
77
|
+
NEW: "not_started",
|
|
78
|
+
STARTED: "in_progress",
|
|
79
|
+
COMPLETED: "completed",
|
|
80
|
+
DISMISSED: "dismissed",
|
|
81
|
+
SHOWN_MANUALLY: "shown_manually"
|
|
82
|
+
}, M = {
|
|
83
|
+
EXPANDED: "expanded",
|
|
84
|
+
COLLAPSED: "collapsed",
|
|
85
|
+
FIRSTVIEW: "first_view"
|
|
86
|
+
}, N = {
|
|
87
|
+
OPENED: "opened",
|
|
88
|
+
CLOSED: "closed",
|
|
89
|
+
OPEN_ONCE: "open_once"
|
|
90
|
+
}, P = /* @__PURE__ */ "identify.track.page.anonymous.show.on.off.once.reset.debug.user.settings.content.injectContent.injectStyles.start.initMixpanel.initHeap.initIntercom.initCIO.initVero.initWoopra.initAmplitude.initKlaviyo.initCalq.initTD.initLl.initKM.initGA.initGTM.initSegment.initRudderstack.initBraze.initFullStory.initHotjar.initLogRocket.loadLaunchpad.group".split("."), F = ["user"], I = 2147483647, L = { CALCULATE: "CALCULATE" }, R = e(["WAIT_FOR_ONE_ELEMENT", "WAIT_FOR_MOUSE_EVENT"]), z = e([
|
|
91
|
+
"STEP_ATTEMPTED",
|
|
92
|
+
"STEP_SHOWN",
|
|
93
|
+
"STEP_COMPLETED",
|
|
94
|
+
"STEP_SKIPPED",
|
|
95
|
+
"STEP_END",
|
|
96
|
+
"STEP_INTERACTED",
|
|
97
|
+
"STEP_ERRORED",
|
|
98
|
+
"CHILD_ACTIVATED",
|
|
99
|
+
"CHILD_DEACTIVATED",
|
|
100
|
+
"CHILDREN_ERRORED",
|
|
101
|
+
"CHILDREN_RECOVERED",
|
|
102
|
+
"CHILD_NEXT",
|
|
103
|
+
"CHILD_RUN",
|
|
104
|
+
"CSS_LOADED",
|
|
105
|
+
"STEP_REVEALED"
|
|
106
|
+
]), B = 1e3, V = 3e3, H = {
|
|
107
|
+
TEXT: "text",
|
|
108
|
+
EXIT_SYMBOL: "exit-symbol"
|
|
109
|
+
}, U = {
|
|
110
|
+
LABEL_HOTSPOTS_TOOLTIPS: "Individual tips present on screen",
|
|
111
|
+
LABEL_HOTSPOT: "Hotspot",
|
|
112
|
+
LABEL_TOOLTIP: "Tooltip",
|
|
113
|
+
LABEL_CHECKLIST: "Contextual help checklist present on screen",
|
|
114
|
+
ROLE_CONTAINER: "alert",
|
|
115
|
+
ROLE_TOOLTIP: "alertdialog",
|
|
116
|
+
HASPOPUP_TOOLTIP: "dialog"
|
|
117
|
+
}, W = 6e4, G = "apc_session", K = "launchpad_kb_search";
|
|
118
|
+
//#endregion
|
|
119
|
+
export { y as A, H as B, r as C, P as D, s as E, n as F, E as G, o as H, O as I, t as K, G as L, l as M, W as N, K as O, F as P, b as R, v as S, a as T, u as U, L as V, i as W, k as _, A as a, w as b, h as c, N as d, j as f, T as g, R as h, B as i, I as j, c as k, g as l, D as m, p as n, _ as o, M as p, e as q, x as r, V as s, U as t, m as u, d as v, z as w, C as x, f as y, S as z };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
appcues-container.appcues-fullscreen,appcues-container.fullscreen{width:100%;height:100%;position:fixed;top:0;left:0;overflow-y:auto}appcues-container.appcues-ontop{z-index:2147483547}appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout]{width:400px;height:150px;max-height:calc(100vh - 40px);transition:transform .8s cubic-bezier(.2,.84,.35,1),opacity .5s cubic-bezier(0,0,0,1) .1s;position:fixed;overflow-y:auto;transform:none;box-shadow:2px 3px 9px #0000004d}@media screen and (width<=440px){appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout]{width:calc(100% - 40px)!important}}appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position=topRight],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position=right],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position=bottomRight],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position=topRight],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position=right],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position=bottomRight]{right:20px}appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position=topLeft],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position=left],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position=bottomLeft],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position=topLeft],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position=left],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position=bottomLeft]{left:20px}appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position=left],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position=right],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position=center],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position=left],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position=right],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position=center]{top:50%;transform:translateY(-50%)}appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position=center],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position=center]{transform:translateY(-54%)}appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position=top],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position=center],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position=bottom],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position=top],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position=center],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position=bottom]{margin:auto;left:0;right:0}appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position^=top],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position^=top]{top:20px}appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty][data-position^=bottom],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout][data-position^=bottom]{bottom:20px}appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty].apc-hidden,appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout].apc-hidden{opacity:0;transition:transform .5s ease-in,opacity .4s cubic-bezier(.5,1,1,1)}appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty].apc-hidden[data-position=center],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout].apc-hidden[data-position=center],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty].apc-hidden[data-position=top],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout].apc-hidden[data-position=top]{transform:translateY(-50%)}appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty].apc-hidden[data-position=topLeft],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty].apc-hidden[data-position=bottomLeft],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout].apc-hidden[data-position=topLeft],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout].apc-hidden[data-position=bottomLeft]{transform:translate(-50%)}appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty].apc-hidden[data-position=bottom],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout].apc-hidden[data-position=bottom]{transform:translateY(50%)}appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty].apc-hidden[data-position=topRight],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty].apc-hidden[data-position=bottomRight],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout].apc-hidden[data-position=topRight],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout].apc-hidden[data-position=bottomRight]{transform:translate(50%)}appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty].apc-hidden[data-position=left],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout].apc-hidden[data-position=left]{transform:translateY(-50%)translate(-50%)}appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=shorty].apc-hidden[data-position=right],appcues-container:not(.appcues-fullscreen):not(.fullscreen)[data-pattern-type=slideout].apc-hidden[data-position=right]{transform:translateY(-50%)translate(50%)}.appcues-noscroll{overflow:hidden}.appcues iframe.appcues-tooltip-container.appcues-tooltip-hidden{display:none!important}appcues-layer .beacon{cursor:pointer;-webkit-transform-origin:12px 12px 0;-moz-transform-origin:12px 12px 0;-ms-transform-origin:12px 12px 0;-o-transform-origin:12px 12px 0;transform-origin:12px 12px 0;-webkit-transition:-webkit-transform .1s;-moz-transition:-moz-transform .1s;transition:transform .1s;position:relative}appcues-layer .beacon .beacon-inner{-webkit-transition:-webkit-transform .1s;-moz-transition:-moz-transform .1s;-webkit-transform-origin:12px 12px 0;-moz-transform-origin:12px 12px 0;-ms-transform-origin:12px 12px 0;-o-transform-origin:12px 12px 0;transform-origin:12px 12px 0;transition:transform .1s}appcues-layer .beacon:hover{animation-fill-mode:backwards;transform:scale(1.25)}appcues-layer .beacon:hover .beacon-inner{transform:scale(1.5)}appcues-layer .beacon:active,appcues-layer .beacon:focus{animation-fill-mode:backwards;transform:scale(.75)}appcues-layer .beacon:active:after,appcues-layer .beacon:focus:after{transform:scale(1.8)}appcues-layer .beacon.bounce-in{animation:.5s linear bounceIn}appcues-layer .beacon.bounce-out{animation:.5s ease-in both bounceOut}appcues-layer .beacon .beacon-outer{transform-origin:11px 11px}@keyframes appcues-beacon-pulse{0%{stroke-width:22px;transform:scale(.1)}25%{stroke-width:.5px;transform:scale(1)}30%{stroke-width:0}to{stroke-width:0}}appcues-layer .beacon .hotspot-animation-pulse{animation:3s ease-out 2s infinite appcues-beacon-pulse}appcues-layer .beacon-container{width:24px;max-width:24px;position:relative}appcues-layer .hotspot>iframe,appcues-layer .appcues-hotspot>iframe,appcues-layer,appcues-container>iframe[src=about\:blank]{opacity:1;font-size:100%!important;font:inherit!important;vertical-align:baseline!important;box-shadow:none!important;box-sizing:content-box!important;border:0!important;border-radius:0!important;outline:none!important;margin:0!important;padding:0!important;line-height:1!important;display:block!important;overflow:visible!important}appcues-layer .hotspots,appcues-layer .hotspots .hotspot,appcues-layer .hotspots .appcues-hotspot,appcues-layer .appcues-hotspots,appcues-layer .appcues-hotspots .hotspot,appcues-layer .appcues-hotspots .appcues-hotspot{position:static}appcues-layer .hotspot,appcues-layer .appcues-hotspot{top:50%;left:50%}appcues-layer .hotspot.appcues-animated,appcues-layer .appcues-hotspot.appcues-animated{transition:top .1s,left .1s}appcues-layer .hotspot .apc-animated-backdrop,appcues-layer .appcues-hotspot .apc-animated-backdrop{transition:opacity .3s}appcues-layer .hotspot.apc-hidden .beacon,appcues-layer .appcues-hotspot.apc-hidden .beacon{visibility:hidden;transform:scale(0)}appcues-layer .hotspot.apc-hidden .apc-spotlight,appcues-layer .appcues-hotspot.apc-hidden .apc-spotlight{opacity:0;visibility:hidden}appcues-layer .hotspot.apc-beacon-hidden .beacon-container,appcues-layer .appcues-hotspot.apc-beacon-hidden .beacon-container{display:none}appcues-layer .hotspot .beacon,appcues-layer .appcues-hotspot .beacon{transition:transform 80ms cubic-bezier(0,0,0,1);transform:none}appcues-layer .hotspot>iframe,appcues-layer .appcues-hotspot>iframe{opacity:1;background-color:#0000;min-width:0;min-height:0;transition:opacity .16s cubic-bezier(0,0,0,1),transform 80ms cubic-bezier(0,0,0,1);transform:none}appcues-layer .hotspot>iframe.apc-hidden,appcues-layer .appcues-hotspot>iframe.apc-hidden{opacity:.01;visibility:hidden;transform:scale(.97)}appcues-layer .hotspot>iframe.align-top,appcues-layer .appcues-hotspot>iframe.align-top{transform-origin:bottom}appcues-layer .hotspot>iframe.align-top-left,appcues-layer .appcues-hotspot>iframe.align-top-left{transform-origin:100% 100%}appcues-layer .hotspot>iframe.align-top-right,appcues-layer .appcues-hotspot>iframe.align-top-right{transform-origin:0 100%}appcues-layer .hotspot>iframe.align-bottom,appcues-layer .appcues-hotspot>iframe.align-bottom{transform-origin:top}appcues-layer .hotspot>iframe.align-bottom-left,appcues-layer .appcues-hotspot>iframe.align-bottom-left{transform-origin:100% 0}appcues-layer .hotspot>iframe.align-bottom-right,appcues-layer .appcues-hotspot>iframe.align-bottom-right{transform-origin:0 0}appcues-debugger{overflow-wrap:break-word;z-index:2147483548;color:#fff;position:fixed;bottom:0;left:15px}appcues-debugger.expanded{min-width:600px;max-height:450px}appcues-debugger.collapsed{max-height:35px}appcues-debugger iframe{overflow:hidden}appcues-checklist{z-index:2147483647;transition:all .5s ease-in-out;position:fixed;bottom:30px}appcues-checklist.apcl-right{right:30px}appcues-checklist.apcl-right.first-view{right:-300px}appcues-checklist.apcl-left{left:30px}appcues-checklist.apcl-left.first-view{left:-300px}div.appcues,div.appcues>appcues-layer{position:static}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"css-helper.d.ts","sourceRoot":"","sources":["../src/scripts/css-helper.js"],"names":[],"mappings":"AAYA,gDAuCC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../src/scripts/custom-events/actions.js"],"names":[],"mappings":"AAEA,+BAAgC,kBAAkB,CAAC;AAEnD,qCAA4D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/scripts/custom-events/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Listens for clicks events in the document and calls the `onEventsTriggered`
|
|
3
|
+
* callback with a subset of the `events` array of which matched the target
|
|
4
|
+
* element of the click. Returns a function to cleanup event listeners.
|
|
5
|
+
*
|
|
6
|
+
* @param {Array} options.events Array of custom event objects
|
|
7
|
+
* @param {Function} options.onEventsTriggered Callback function
|
|
8
|
+
* @param {[type]} options.stopPropagation Whether to stop propagation of
|
|
9
|
+
* the click event or not
|
|
10
|
+
|
|
11
|
+
* @return {Function} Cleanup function
|
|
12
|
+
*/
|
|
13
|
+
export default function listenForClicks({ events, onEventsTriggered, stopPropagation, }: any[]): Function;
|
|
14
|
+
//# sourceMappingURL=click.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"click.d.ts","sourceRoot":"","sources":["../../../src/scripts/custom-events/listeners/click.js"],"names":[],"mappings":"AAEA;;;;;;;;;;;GAWG;AACH,0GAwDC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-composed-path.d.ts","sourceRoot":"","sources":["../../../src/scripts/custom-events/listeners/get-composed-path.js"],"names":[],"mappings":"AAAA,8CAEC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export function matchesTextFilter(el: any, text: any): boolean;
|
|
2
|
+
export function matchesOrderFilter(el: any, selector: any): boolean;
|
|
3
|
+
export function getEventTarget(selectorString: any, $element: any): any;
|
|
4
|
+
/**
|
|
5
|
+
* Gets the list of custom events that match the target $element and eventType.
|
|
6
|
+
* Finds the element that matches the target element selector and returns that
|
|
7
|
+
* alongside the matching custom event.
|
|
8
|
+
*
|
|
9
|
+
* @param {Array} options.events List of custom events to search
|
|
10
|
+
* @param {Element} options.$element The element to search against (usually
|
|
11
|
+
* this will be the event that received a
|
|
12
|
+
* browser event)
|
|
13
|
+
* @param {string} options.eventType The event type to search for
|
|
14
|
+
*
|
|
15
|
+
* @return {Array[Array[3]]} Returns an array of 3-element arrays consisting of
|
|
16
|
+
* the custom event, the element that matches the
|
|
17
|
+
* custom event's selector, and the specific target
|
|
18
|
+
* definition that matched
|
|
19
|
+
*/
|
|
20
|
+
export default function getMatchingEvents({ events, $element, eventType }: any[]): any;
|
|
21
|
+
/**
|
|
22
|
+
* Gets the list of elements that match the selectors from the provided custom events.
|
|
23
|
+
* Optionally filters selectors using the provided matchSelector function.
|
|
24
|
+
*
|
|
25
|
+
* @param {Array} options.events List of custom events to search
|
|
26
|
+
* @param {Function} options.matchSelector Function to filter selectors (receives selector string)
|
|
27
|
+
*
|
|
28
|
+
* @return {Array} Returns an array of elements that match the selectors and filters
|
|
29
|
+
*/
|
|
30
|
+
export function getMatchingElements({ events, matchSelector }: any[]): any[];
|
|
31
|
+
//# sourceMappingURL=get-matching-events.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-matching-events.d.ts","sourceRoot":"","sources":["../../../src/scripts/custom-events/listeners/get-matching-events.js"],"names":[],"mappings":"AAIA,+DAgBC;AAED,oEAMC;AAED,wEAwBC;AAED;;;;;;;;;;;;;;;GAeG;AACH,uFAuBC;AAED;;;;;;;;GAQG;AAEH,6EAkBC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Wait for target elements of the passed `events` to have the mouse be
|
|
3
|
+
* positioned over them (or their children) and will call the
|
|
4
|
+
* `onEventsTriggered` callback with the list of `events` that matched. Returns
|
|
5
|
+
* a callback to cleanup event listeners.
|
|
6
|
+
*
|
|
7
|
+
* @param {Array} options.events Array of custom event objects
|
|
8
|
+
* @param {Function} options.onEventsTriggered Callback function
|
|
9
|
+
*
|
|
10
|
+
* @return {Function} Cleanup function
|
|
11
|
+
*/
|
|
12
|
+
export default function listenForHover({ events, onEventsTriggered }: any[]): Function;
|
|
13
|
+
//# sourceMappingURL=hover.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hover.d.ts","sourceRoot":"","sources":["../../../src/scripts/custom-events/listeners/hover.js"],"names":[],"mappings":"AAsBA;;;;;;;;;;GAUG;AACH,uFAiGC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../src/scripts/custom-events/listeners/input.js"],"names":[],"mappings":"AAYA;;;wBA0EC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export function listenForEvents(events?: any[], stopPropagation?: boolean): Generator<import("redux-saga/effects").PutEffect<any> | import("redux-saga/effects").ChannelTakeEffect<any> | import("redux-saga/effects").CancelledEffect, void, unknown>;
|
|
2
|
+
/**
|
|
3
|
+
* Starts up a saga to listen for custom event actions and track them to the API
|
|
4
|
+
* when the user interacts with the target element. When a page view occurs, it
|
|
5
|
+
* cancels the previous run and starts up a new saga with the list of events
|
|
6
|
+
* filtered to only those matching the current URL.
|
|
7
|
+
*
|
|
8
|
+
* @param {Array} events The list of custom events for this account
|
|
9
|
+
*/
|
|
10
|
+
export default function saga(events?: any[]): Generator<import("redux-saga/effects").ForkEffect[], void, [any, any]>;
|
|
11
|
+
//# sourceMappingURL=saga.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"saga.d.ts","sourceRoot":"","sources":["../../src/scripts/custom-events/saga.js"],"names":[],"mappings":"AA8BA,uPAgEC;AAED;;;;;;;GAOG;AACH,qHAoEC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export default function transformCustomEvent({ name, timestamp, attributes: { url, interaction, selector }, }: {
|
|
2
|
+
name: any;
|
|
3
|
+
timestamp: any;
|
|
4
|
+
attributes: {
|
|
5
|
+
url: any;
|
|
6
|
+
interaction: any;
|
|
7
|
+
selector: any;
|
|
8
|
+
};
|
|
9
|
+
}): {
|
|
10
|
+
source: string;
|
|
11
|
+
id: any;
|
|
12
|
+
name: any;
|
|
13
|
+
timestamp: any;
|
|
14
|
+
url: any;
|
|
15
|
+
interaction: any;
|
|
16
|
+
};
|
|
17
|
+
export const CTT_SOURCE: "appcues/click-to-track";
|
|
18
|
+
//# sourceMappingURL=transform-custom-event.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transform-custom-event.d.ts","sourceRoot":"","sources":["../../src/scripts/custom-events/transform-custom-event.js"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;EAiBC;AAnBD,yBAA0B,wBAAwB,CAAC"}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Wraps data transport layer creation and handling.
|
|
3
|
+
*
|
|
4
|
+
* @param {function} onMessage A function to call when the transport receives
|
|
5
|
+
* a message.
|
|
6
|
+
* @param {object} transportModule The module of the transport to use.
|
|
7
|
+
* @param {function} onError A function to call when there's an unexpected
|
|
8
|
+
* error in the transport layer. It will be passed an
|
|
9
|
+
* Error.
|
|
10
|
+
*
|
|
11
|
+
* @return {Promise} Resolves with any details about the transport that should
|
|
12
|
+
* be stored, or rejects on error.
|
|
13
|
+
*/
|
|
14
|
+
export function createTransport(onMessage: Function, onTimeout: any, transportModule: object, onError: Function): Promise<any>;
|
|
15
|
+
/**
|
|
16
|
+
* @param {object} state The Redux state.
|
|
17
|
+
*
|
|
18
|
+
* @return {boolean} Whether or not the transport is correctly configured.
|
|
19
|
+
*/
|
|
20
|
+
export function isConfigured(state: object): boolean;
|
|
21
|
+
/**
|
|
22
|
+
* @param {object} state The Redux state.
|
|
23
|
+
*
|
|
24
|
+
* @return {object} The results of configuration, which are used to
|
|
25
|
+
* update the `transport.details` stored in Redux state.
|
|
26
|
+
*/
|
|
27
|
+
export function configureTransport(state: object): object;
|
|
28
|
+
/**
|
|
29
|
+
* Send a "user activity" update to the Appcues API.
|
|
30
|
+
*
|
|
31
|
+
* @param {object} state The Redux state.
|
|
32
|
+
* @param {object} profileUpdate Hash of user properties.
|
|
33
|
+
* @param {Array} events List of event objects.
|
|
34
|
+
* @param {string} groupId The ID of the group to send the activity for, if any
|
|
35
|
+
*
|
|
36
|
+
* @return {Promise} Resolves with the `request_id` if sent ok, rejects otherwise.
|
|
37
|
+
*/
|
|
38
|
+
export function sendUserActivity(state: object, profileUpdate: object, events: any[], withRequestId: any, groupId?: string, sessionId?: null, groupUpdate?: null, context?: {}): Promise<any>;
|
|
39
|
+
export function sendMetrics(state: any, details: any): any;
|
|
40
|
+
/**
|
|
41
|
+
* Fetch a specific piece of content from the API.
|
|
42
|
+
*
|
|
43
|
+
* @param {object} state Redux state.
|
|
44
|
+
* @param {string} contentId The ID of the content to fetch.
|
|
45
|
+
*
|
|
46
|
+
* @return {Promise} Resolves with the content.
|
|
47
|
+
*/
|
|
48
|
+
export function fetchContent(state: object, contentId: string): Promise<any>;
|
|
49
|
+
/**
|
|
50
|
+
* Fetch an experience content from the API.
|
|
51
|
+
*
|
|
52
|
+
* @param {object} state Redux state.
|
|
53
|
+
* @param {string} experienceId The ID of the experience to fetch.
|
|
54
|
+
*
|
|
55
|
+
* @return {Promise} Resolves with the experience.
|
|
56
|
+
*/
|
|
57
|
+
export function fetchExperienceContent(state: object, experienceId: string): Promise<any>;
|
|
58
|
+
/**
|
|
59
|
+
* Fetch a checklist from the API.
|
|
60
|
+
*
|
|
61
|
+
* @param {object} state Redux state.
|
|
62
|
+
* @param {string} checklistId The ID of the content to fetch.
|
|
63
|
+
*
|
|
64
|
+
* @return {Promise} Resolves with the content.
|
|
65
|
+
*/
|
|
66
|
+
export function fetchChecklist(state: object, checklistId: string): Promise<any>;
|
|
67
|
+
/**
|
|
68
|
+
* Fetch a specific style dictionary from the API.
|
|
69
|
+
*
|
|
70
|
+
* @param {object} state Redux state.
|
|
71
|
+
* @param {string} styleId The ID of the style to fetch.
|
|
72
|
+
*
|
|
73
|
+
* @return {Promise} Resolves with the content.
|
|
74
|
+
*/
|
|
75
|
+
export function fetchStyle(state: object, styleId: string): Promise<any>;
|
|
76
|
+
/**
|
|
77
|
+
* Fetch a user's Appcues history for use with the widget
|
|
78
|
+
*
|
|
79
|
+
* @param {object} state Redux state.
|
|
80
|
+
*
|
|
81
|
+
* @return {Promise} Resolves with the content.
|
|
82
|
+
*/
|
|
83
|
+
export function fetchUserHistory(state: object): Promise<any>;
|
|
84
|
+
/**
|
|
85
|
+
* Fetch the flows that this user is eligible to see
|
|
86
|
+
*
|
|
87
|
+
* @param {object} state Redux state.
|
|
88
|
+
*
|
|
89
|
+
* @return {Promise} Resolves with the content.
|
|
90
|
+
*/
|
|
91
|
+
export function fetchUserFlows(state: object): Promise<any>;
|
|
92
|
+
/**
|
|
93
|
+
* Send a "group activity" update to the Appcues API.
|
|
94
|
+
*
|
|
95
|
+
* @param {object} state The Redux state.
|
|
96
|
+
* @param {object} groupUpdate Hash of group properties.
|
|
97
|
+
*
|
|
98
|
+
* @return {Promise} Resolves with the `request_id` if sent ok, rejects otherwise.
|
|
99
|
+
*/
|
|
100
|
+
export function sendGroupActivity(state: object, groupId: any, groupUpdate: object, withRequestId: any): Promise<any>;
|
|
101
|
+
/**
|
|
102
|
+
* An object listing endpoints that the transport layer should support.
|
|
103
|
+
* @type {object}
|
|
104
|
+
*/
|
|
105
|
+
export const Endpoints: object;
|
|
106
|
+
export function sendMessage(state: any, messageType: string, payload: object): Promise<any>;
|
|
107
|
+
//# sourceMappingURL=api.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../src/scripts/data/api.js"],"names":[],"mappings":"AA+CA;;;;;;;;;;;;GAYG;AACH,sFARY,MAAM,mCA2BjB;AAED;;;;GAIG;AACH,oCAJY,MAAM,GAEN,OAAO,CAIlB;AAED;;;;;GAKG;AACH,0CALY,MAAM,GAEN,MAAM,CAajB;AAiDD;;;;;;;;;GASG;AACH,wCAPY,MAAM,iBACN,MAAM,+CAEN,MAAM,oEAkCjB;AAED,2DAMC;AAED;;;;;;;GAOG;AACH,oCALY,MAAM,aACN,MAAM,gBAkBjB;AAED;;;;;;;GAOG;AACH,8CALY,MAAM,gBACN,MAAM,gBAkBjB;AAED;;;;;;;GAOG;AACH,sCALY,MAAM,eACN,MAAM,gBAkBjB;AAED;;;;;;;GAOG;AACH,kCALY,MAAM,WACN,MAAM,gBAiBjB;AAED;;;;;;GAMG;AACH,wCAJY,MAAM,gBAYjB;AAED;;;;;;GAMG;AACH,sCAJY,MAAM,gBAcjB;AAED;;;;;;;GAOG;AACH,yCALY,MAAM,6BACN,MAAM,oCAwBjB;AArUD;;;GAGG;AACH,wBAFU,MAAM,CAId;AA0GK,qDALK,MAAM,WACN,MAAM,gBAMjB"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Creates an event suitable for API consumption (i.e. has `name`, `attributes`
|
|
3
|
+
* and `timestamp` properties).
|
|
4
|
+
*
|
|
5
|
+
* @param {string} name The event name.
|
|
6
|
+
* @param {object} attributes Any properties to send along with the event.
|
|
7
|
+
* @return {object} An event object.
|
|
8
|
+
*/
|
|
9
|
+
export default function createEvent(name: string, attributes: object, time: any): object;
|
|
10
|
+
//# sourceMappingURL=create-event.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-event.d.ts","sourceRoot":"","sources":["../../src/scripts/data/create-event.js"],"names":[],"mappings":"AAEA;;;;;;;GAOG;AACH,0CAJY,MAAM,cACN,MAAM,cACN,MAAM,CASjB"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Builds a function bound to the `store` that dispatches a
|
|
3
|
+
* START_HANDLE_MESSAGE action with a `msg`.
|
|
4
|
+
*
|
|
5
|
+
* @param {object} store The Redux store.
|
|
6
|
+
*
|
|
7
|
+
* @return {function} A function that dispatches the START_HANDLE_MESSAGE
|
|
8
|
+
* to the store with the passed `msg`.
|
|
9
|
+
*/
|
|
10
|
+
export default function messageDispatcher(store: object): Function;
|
|
11
|
+
//# sourceMappingURL=message-dispatcher.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"message-dispatcher.d.ts","sourceRoot":"","sources":["../../src/scripts/data/message-dispatcher.js"],"names":[],"mappings":"AAEA;;;;;;;;GAQG;AACH,iDALY,MAAM,YAiBjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"strip-query-params.d.ts","sourceRoot":"","sources":["../../src/scripts/data/strip-query-params.js"],"names":[],"mappings":"AA4Ce,8EAGG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"http.d.ts","sourceRoot":"","sources":["../../../src/scripts/data/transports/http.js"],"names":[],"mappings":"AAsCA,uDAEC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
function create(onMessage: any, onTimeout: any, reportError: any, onCreate: any): void;
|
|
3
|
+
function send(state: any, endpoint: any, message: any, onSend: any, messageType?: string): void;
|
|
4
|
+
function subscribeToError(onError: any, state: any, endpoint: any): void;
|
|
5
|
+
function sendMetrics(state: any, endpoint: any, message: any): void;
|
|
6
|
+
function isConfigured(state: any): boolean;
|
|
7
|
+
function configure(state: any, onConfigure: any): Promise<void>;
|
|
8
|
+
}
|
|
9
|
+
export default _default;
|
|
10
|
+
//# sourceMappingURL=websocket.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"websocket.d.ts","sourceRoot":"","sources":["../../../src/scripts/data/transports/websocket.js"],"names":[],"mappings":";IA4JU,uFAUP;IAEK,gGAmCL;IAEiB,yEAGjB;IAEY,oEAKZ;IAEa,2CAOb;IAEU,gEA6BV"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
body{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;box-orient:vertical;box-direction:normal;-moz-flex-direction:column;box-align:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;box-pack:start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;flex-direction:column;-ms-flex-pack:start;-ms-flex-align:stretch;justify-content:flex-start;align-items:stretch;margin:0;display:flex}body debugger{color:#c3cfd5;border-radius:4px 4px 0 0;flex-direction:column;width:600px;height:450px;font-size:1em;display:flex;font-family:Helvetica Neue,Helvetica,sans-serif!important}body debugger a{cursor:pointer;color:#c3cfd5}body debugger>div{padding:5px}body debugger .header{cursor:pointer;background-color:#1a1a1acc;border-radius:4px 4px 0 0;flex-direction:row;align-items:center;min-height:25px;max-height:25px;padding:10px;display:flex}body debugger .header .logo{padding-left:5px;padding-right:15px}body debugger .header .logo:hover svg>g{fill:#4baad4}body debugger .header .title{color:#f0f3f5;flex:1;font-size:1.2em;font-weight:500}body debugger .header .version{color:#8b959b;margin-left:auto;padding-right:10px;font-size:.75em}body debugger .header .close-button{margin-left:auto;padding-bottom:.25em;padding-right:7px;font-weight:700}body debugger .panel{background-color:#333230cc;flex-grow:1;font-size:.9em;overflow-y:auto}body debugger .panel .row{color:#c3cfd5;margin:20px 0}body debugger .panel .row .category-container{flex-direction:row;justify-content:flex-start;align-items:center;display:flex}body debugger .panel .row .category-container>*{margin:0 5px}body debugger .panel .row .category-container .icon{text-align:center;width:20px}body debugger .panel .row .category-container .name{font-size:1.2em;font-weight:700}body debugger .panel .row .category-container .description{color:#888;font-style:italic}body debugger .panel .row .category-container .toggle-details{cursor:pointer;margin-left:auto}body debugger .panel .row .category-container .toggle-details:after{margin-left:5px}body debugger .panel .row .category-container .toggle-details.open:after{content:"▾"}body debugger .panel .row .category-container .toggle-details.closed:after{content:"▸"}body debugger .panel .row .category-container.check .icon,body debugger .panel .row .category-container.check .name{color:#8fce89}body debugger .panel .row .category-container.check .icon:after{content:"✓"}body debugger .panel .row .category-container.alert .icon,body debugger .panel .row .category-container.alert .name{color:#eb6e5e}body debugger .panel .row .category-container.alert .icon:after{content:"✗"}body debugger .panel .row .category-container.pending .icon:after{content:"⋯"}body debugger .panel .row .category-container.warn .icon,body debugger .panel .row .category-container.warn .name{color:#ffbf74}body debugger .panel .row .category-container.warn .icon:after{content:"○"}body debugger .panel .row .details{margin-left:20px;padding:10px 20px 20px}body debugger .panel .row .details table{text-align:left;color:#c3cfd5;font-size:.9em}body debugger .panel .row .details table th,body debugger .panel .row .details table td{vertical-align:top;padding:3px}body debugger .footer{background-color:#333230cc;padding:20px}body debugger .footer a{text-decoration:none}body debugger .footer a .launch-diagnostics{text-align:center;color:#f0f3f5;background-color:#35aae6;border-radius:4px;padding:15px;font-size:1.2em;font-weight:500}body debugger .footer a.disabled{pointer-events:none}body debugger .footer a.disabled .launch-diagnostics{color:#8b959b;background-color:#333230cc;font-style:italic}
|