@appcues/web-sdk 7.22.2 → 7.24.0
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 +103 -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.DYhiH7lm.js +12049 -0
- package/build/bootstrap.npm.d.ts +2 -0
- package/build/bootstrap.npm.d.ts.map +1 -0
- package/build/checklist.c1e77dbbb641eec1fd5ab36b9a1474de41efcf5f.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.FfLavyn7.js +119 -0
- package/build/container.c1e77dbbb641eec1fd5ab36b9a1474de41efcf5f.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.c1e77dbbb641eec1fd5ab36b9a1474de41efcf5f.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.c1e77dbbb641eec1fd5ab36b9a1474de41efcf5f.css +1 -0
- package/build/open-builder.Djam6tRm.js +8260 -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 +18 -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.c1e77dbbb641eec1fd5ab36b9a1474de41efcf5f.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.c1e77dbbb641eec1fd5ab36b9a1474de41efcf5f.css +1 -0
- package/build/tooltip.c1e77dbbb641eec1fd5ab36b9a1474de41efcf5f.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/constants.d.ts +2 -0
- package/build/utils/constants.d.ts.map +1 -1
- 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 +5 -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.c1e77dbbb641eec1fd5ab36b9a1474de41efcf5f.css} +0 -0
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
[AnnotationsActions.ADD_ACTIVE_ANNOTATIONS]: (state: any, { error, payload }: {
|
|
3
|
+
error: any;
|
|
4
|
+
payload: any;
|
|
5
|
+
}) => any;
|
|
6
|
+
[AnnotationsActions.CONFIRM_SCROLLING]: (state: any, { error, payload }: {
|
|
7
|
+
error: any;
|
|
8
|
+
payload: any;
|
|
9
|
+
}) => any;
|
|
10
|
+
[AnnotationsActions.SET_ACTIVE_ANNOTATIONS_WILL_CLOSE]: (state: any, { error, payload }: {
|
|
11
|
+
error: any;
|
|
12
|
+
payload: any;
|
|
13
|
+
}) => any;
|
|
14
|
+
[AnnotationsActions.REMOVE_ACTIVE_ANNOTATIONS]: (state: any, { error, payload }: {
|
|
15
|
+
error: any;
|
|
16
|
+
payload: any;
|
|
17
|
+
}) => any;
|
|
18
|
+
[AnnotationsActions.SET_ANNOTATIONS_POSITIONS]: (state: any, { error, payload }: {
|
|
19
|
+
error: any;
|
|
20
|
+
payload: any;
|
|
21
|
+
}) => any;
|
|
22
|
+
[AnnotationsActions.SET_ANNOTATIONS_READY]: (state: any, { error, payload }: {
|
|
23
|
+
error: any;
|
|
24
|
+
payload: any;
|
|
25
|
+
}) => any;
|
|
26
|
+
[AnnotationsActions.SAVE_POSITION_DETAILS]: (state: any, { error, payload }: {
|
|
27
|
+
error: any;
|
|
28
|
+
payload: any;
|
|
29
|
+
}) => any;
|
|
30
|
+
[AnnotationsActions.REPORTED_ANNOTATIONS_ERRORS]: (state: any, { error, payload }: {
|
|
31
|
+
error: any;
|
|
32
|
+
payload: any;
|
|
33
|
+
}) => any;
|
|
34
|
+
[AnnotationsActions.REPORTED_ANNOTATIONS_RECOVERY]: (state: any, { error, payload }: {
|
|
35
|
+
error: any;
|
|
36
|
+
payload: any;
|
|
37
|
+
}) => any;
|
|
38
|
+
[AnnotationsActions.SET_EXISTING_ANNOTATIONS_ERRORS]: (state: any, { error, payload }: {
|
|
39
|
+
error: any;
|
|
40
|
+
payload: any;
|
|
41
|
+
}) => any;
|
|
42
|
+
[AnnotationsActions.SET_TOOLTIP_SETTLED]: (state: any, { error, payload }: {
|
|
43
|
+
error: any;
|
|
44
|
+
payload: any;
|
|
45
|
+
}) => any;
|
|
46
|
+
};
|
|
47
|
+
export default _default;
|
|
48
|
+
import { AnnotationsActions } from 'actions/action-types';
|
|
49
|
+
//# sourceMappingURL=annotations-reducers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"annotations-reducers.d.ts","sourceRoot":"","sources":["../../src/scripts/reducers/annotations-reducers.js"],"names":[],"mappings":";IAkCE,CAAC,kBAAkB,CAAC,sBAAsB,CAAC;;;cAY1C;IAED,CAAC,kBAAkB,CAAC,iBAAiB,CAAC;;;cAIpC;IAEF,CAAC,kBAAkB,CAAC,iCAAiC,CAAC;;;cAWrD;IAED,CAAC,kBAAkB,CAAC,yBAAyB,CAAC;;;cAc7C;IAED,CAAC,kBAAkB,CAAC,yBAAyB,CAAC;;;cAkB7C;IAED,CAAC,kBAAkB,CAAC,qBAAqB,CAAC;;;cAQxC;IAEF,CAAC,kBAAkB,CAAC,qBAAqB,CAAC;;;cAWzC;IAED,CAAC,kBAAkB,CAAC,2BAA2B,CAAC;;;cAM/C;IAED,CAAC,kBAAkB,CAAC,6BAA6B,CAAC;;;cAMjD;IAED,CAAC,kBAAkB,CAAC,+BAA+B,CAAC;;;cAMnD;IAED,CAAC,kBAAkB,CAAC,mBAAmB,CAAC;;;cAItC;;;mCAtJ+B,sBAAsB"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
[ChecklistActions.UPDATE_CHECKLISTS]: (state: any, { error, payload }: {
|
|
3
|
+
error: any;
|
|
4
|
+
payload: any;
|
|
5
|
+
}) => any;
|
|
6
|
+
[ChecklistActions.SET_CHECKLIST_STATUS]: (state: any, { error, payload }: {
|
|
7
|
+
error: any;
|
|
8
|
+
payload: any;
|
|
9
|
+
}) => any;
|
|
10
|
+
[ChecklistActions.ANIMATE_IN_CHECKLIST]: (state: any, { error, payload }: {
|
|
11
|
+
error: any;
|
|
12
|
+
payload: any;
|
|
13
|
+
}) => any;
|
|
14
|
+
[ChecklistActions.EXPAND_CHECKLIST]: (state: any, { error, payload }: {
|
|
15
|
+
error: any;
|
|
16
|
+
payload: any;
|
|
17
|
+
}) => any;
|
|
18
|
+
[ChecklistActions.SET_EXPAND_CHECKLIST_LATER]: (state: any, { error, payload }: {
|
|
19
|
+
error: any;
|
|
20
|
+
payload: any;
|
|
21
|
+
}) => any;
|
|
22
|
+
[ChecklistActions.COLLAPSE_CHECKLIST]: (state: any, { error, payload }: {
|
|
23
|
+
error: any;
|
|
24
|
+
payload: any;
|
|
25
|
+
}) => any;
|
|
26
|
+
[ChecklistActions.SHOW_DISMISS_CONFIRMATION]: (state: any, { error, payload }: {
|
|
27
|
+
error: any;
|
|
28
|
+
payload: any;
|
|
29
|
+
}) => any;
|
|
30
|
+
[ChecklistActions.CANCEL_DISMISS_CONFIRMATION]: (state: any, { error, payload }: {
|
|
31
|
+
error: any;
|
|
32
|
+
payload: any;
|
|
33
|
+
}) => any;
|
|
34
|
+
[ChecklistActions.CONFIRM_DISMISS_CHECKLIST]: (state: any, { error, payload }: {
|
|
35
|
+
error: any;
|
|
36
|
+
payload: any;
|
|
37
|
+
}) => any;
|
|
38
|
+
[ChecklistActions.SET_CHECKLIST_HEIGHT]: (state: any, { error, payload }: {
|
|
39
|
+
error: any;
|
|
40
|
+
payload: any;
|
|
41
|
+
}) => any;
|
|
42
|
+
[ChecklistActions.SET_CHECKLIST_WIDTH]: (state: any, { error, payload }: {
|
|
43
|
+
error: any;
|
|
44
|
+
payload: any;
|
|
45
|
+
}) => any;
|
|
46
|
+
};
|
|
47
|
+
export default _default;
|
|
48
|
+
import { ChecklistActions } from 'actions/action-types';
|
|
49
|
+
//# sourceMappingURL=checklist-reducers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checklist-reducers.d.ts","sourceRoot":"","sources":["../../src/scripts/reducers/checklist-reducers.js"],"names":[],"mappings":";IA2BE,CAAC,gBAAgB,CAAC,iBAAiB,CAAC;;;cAuBlC;IAEF,CAAC,gBAAgB,CAAC,oBAAoB,CAAC;;;cAWrC;IAEF,CAAC,gBAAgB,CAAC,oBAAoB,CAAC;;;cAIrC;IAEF,CAAC,gBAAgB,CAAC,gBAAgB,CAAC;;;cAIjC;IAEF,CAAC,gBAAgB,CAAC,0BAA0B,CAAC;;;cAM5C;IAED,CAAC,gBAAgB,CAAC,kBAAkB,CAAC;;;cAInC;IAEF,CAAC,gBAAgB,CAAC,yBAAyB,CAAC;;;cAM3C;IAED,CAAC,gBAAgB,CAAC,2BAA2B,CAAC;;;cAM7C;IAED,CAAC,gBAAgB,CAAC,yBAAyB,CAAC;;;cAO3C;IAED,CAAC,gBAAgB,CAAC,oBAAoB,CAAC;;;cAIrC;IAEF,CAAC,gBAAgB,CAAC,mBAAmB,CAAC;;;cAIpC;;;iCA9H6B,sBAAsB"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
/**
|
|
3
|
+
* Reducer for the INVALIDATE_FORM action. Updates the the
|
|
4
|
+
* `state.currentContent.state.formErrors` value, marking invalid fields.
|
|
5
|
+
*/
|
|
6
|
+
[CommonViewActions.INVALIDATE_FORM]: (state: any, { error, payload }: {
|
|
7
|
+
error: any;
|
|
8
|
+
payload: any;
|
|
9
|
+
}) => any;
|
|
10
|
+
/**
|
|
11
|
+
* Reducer for the LOADED_CSS action. Updates the `state.currentContent.state.cssLoaded`
|
|
12
|
+
* value to indicate when the CSS has been loaded. Or in the case of a loading
|
|
13
|
+
* failure, updates the status of the content to be ERROR.
|
|
14
|
+
*/
|
|
15
|
+
[CommonViewActions.LOADED_CSS]: (state: any, { error, payload }: {
|
|
16
|
+
error: any;
|
|
17
|
+
payload: any;
|
|
18
|
+
}) => any;
|
|
19
|
+
[CommonViewActions.RESIZE_CONTENT]: (state: any, { error, payload }: {
|
|
20
|
+
error: any;
|
|
21
|
+
payload: any;
|
|
22
|
+
}) => any;
|
|
23
|
+
[CommonViewActions.ACTIVATED_STEP_CHILD]: (state: any, { error, payload }: {
|
|
24
|
+
error: any;
|
|
25
|
+
payload: any;
|
|
26
|
+
}) => any;
|
|
27
|
+
[CommonViewActions.DEACTIVATED_STEP_CHILD]: (state: any, { error, payload }: {
|
|
28
|
+
error: any;
|
|
29
|
+
payload: any;
|
|
30
|
+
}) => any;
|
|
31
|
+
[CommonViewActions.SET_CURRENT_STEP_CHILD]: (state: any, { error, payload }: {
|
|
32
|
+
error: any;
|
|
33
|
+
payload: any;
|
|
34
|
+
}) => any;
|
|
35
|
+
[CommonViewActions.CLEAR_CURRENT_STEP_CHILD]: (state: any, { error, payload }: {
|
|
36
|
+
error: any;
|
|
37
|
+
payload: any;
|
|
38
|
+
}) => any;
|
|
39
|
+
[CommonViewActions.SET_CURRENT_STEP]: (state: any, { error, payload }: {
|
|
40
|
+
error: any;
|
|
41
|
+
payload: any;
|
|
42
|
+
}) => any;
|
|
43
|
+
[CommonViewActions.CLOSE_STEP]: (state: any, { error, payload }: {
|
|
44
|
+
error: any;
|
|
45
|
+
payload: any;
|
|
46
|
+
}) => any;
|
|
47
|
+
/**
|
|
48
|
+
* Reducer for the CLOSE_FLOW action. Updates the `orderedContent` and
|
|
49
|
+
* `currentContent` values.
|
|
50
|
+
*/
|
|
51
|
+
[CommonViewActions.CLOSE_FLOW]: (state: any, { error, payload }: {
|
|
52
|
+
error: any;
|
|
53
|
+
payload: any;
|
|
54
|
+
}) => any;
|
|
55
|
+
[CommonViewActions.SET_PREVIOUS_ACTIVE_ELEMENT]: (state: any, { error, payload }: {
|
|
56
|
+
error: any;
|
|
57
|
+
payload: any;
|
|
58
|
+
}) => any;
|
|
59
|
+
[CommonViewActions.SET_FORCE_FOCUS]: (state: any, { error, payload }: {
|
|
60
|
+
error: any;
|
|
61
|
+
payload: any;
|
|
62
|
+
}) => any;
|
|
63
|
+
[CommonViewActions.CLEAR_CONTENT_STATE_CHILD]: (state: any, { error, payload }: {
|
|
64
|
+
error: any;
|
|
65
|
+
payload: any;
|
|
66
|
+
}) => any;
|
|
67
|
+
};
|
|
68
|
+
export default _default;
|
|
69
|
+
import { CommonViewActions } from 'actions/action-types';
|
|
70
|
+
//# sourceMappingURL=common-reducers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"common-reducers.d.ts","sourceRoot":"","sources":["../../src/scripts/reducers/common-reducers.js"],"names":[],"mappings":";IAgBE;;;OAGG;IACH,CAAC,iBAAiB,CAAC,eAAe,CAAC;;;cASjC;IAEF;;;;OAIG;IACH,CAAC,iBAAiB,CAAC,UAAU,CAAC;;;cA2B5B;IAEF,CAAC,iBAAiB,CAAC,cAAc,CAAC;;;cA0BhC;IAEF,CAAC,iBAAiB,CAAC,oBAAoB,CAAC;;;cAUtC;IAEF,CAAC,iBAAiB,CAAC,sBAAsB,CAAC;;;cASzC;IAED,CAAC,iBAAiB,CAAC,sBAAsB,CAAC;;;cAUzC;IAED,CAAC,iBAAiB,CAAC,wBAAwB,CAAC;;;cAK1C;IAEF,CAAC,iBAAiB,CAAC,gBAAgB,CAAC;;;cAKlC;IAEF,CAAC,iBAAiB,CAAC,UAAU,CAAC;;;cAY5B;IAEF;;;OAGG;IACH,CAAC,iBAAiB,CAAC,UAAU,CAAC;;;cAY5B;IAEF,CAAC,iBAAiB,CAAC,2BAA2B,CAAC;;;cAI9C;IAED,CAAC,iBAAiB,CAAC,eAAe,CAAC;;;cAEjC;IAEF,CAAC,iBAAiB,CAAC,yBAAyB,CAAC;;;cAE5C;;;kCAtL+B,sBAAsB"}
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
/**
|
|
3
|
+
* Reducer for INITIALIZE action. Updates the `state.settings` and
|
|
4
|
+
* `state.transport` values.
|
|
5
|
+
*/
|
|
6
|
+
[CoreActions.INITIALIZE]: (state: any, { error, payload }: {
|
|
7
|
+
error: any;
|
|
8
|
+
payload: any;
|
|
9
|
+
}) => any;
|
|
10
|
+
/**
|
|
11
|
+
* Reducer for the IDENTIFY action. Updates the `state.user` value.
|
|
12
|
+
*/
|
|
13
|
+
[CoreActions.IDENTIFY]: (state: any, { error, payload }: {
|
|
14
|
+
error: any;
|
|
15
|
+
payload: any;
|
|
16
|
+
}) => any;
|
|
17
|
+
/**
|
|
18
|
+
* Reducer for the CONFIGURE_TRANSPORT action. Updates the
|
|
19
|
+
* `state.transport.details` value.
|
|
20
|
+
*/
|
|
21
|
+
[CoreActions.CONFIGURE_TRANSPORT]: (state: any, { error, payload }: {
|
|
22
|
+
error: any;
|
|
23
|
+
payload: any;
|
|
24
|
+
}) => any;
|
|
25
|
+
/**
|
|
26
|
+
* Reducer for the UPDATE_USER action. Updates the `state.user` value.
|
|
27
|
+
*/
|
|
28
|
+
[CoreActions.UPDATE_USER]: (state: any, { error, payload }: {
|
|
29
|
+
error: any;
|
|
30
|
+
payload: any;
|
|
31
|
+
}) => any;
|
|
32
|
+
/**
|
|
33
|
+
* Blows away the user and anything associated.
|
|
34
|
+
*/
|
|
35
|
+
[CoreActions.RESET]: (state: any, { error, payload }: {
|
|
36
|
+
error: any;
|
|
37
|
+
payload: any;
|
|
38
|
+
}) => any;
|
|
39
|
+
/**
|
|
40
|
+
* Reducer for the UPDATE_CONTENT action. Updates the `state.content` and
|
|
41
|
+
* `state.orderedContent` values and potentially runs transformations on the
|
|
42
|
+
* content objects.
|
|
43
|
+
*/
|
|
44
|
+
[CoreActions.UPDATE_CONTENT]: (state: any, { error, payload }: {
|
|
45
|
+
error: any;
|
|
46
|
+
payload: any;
|
|
47
|
+
}) => any;
|
|
48
|
+
/**
|
|
49
|
+
* Reducer for the UPDATE_STYLES action. Updates the `state.styles` value.
|
|
50
|
+
*/
|
|
51
|
+
[CoreActions.UPDATE_SETTINGS]: (state: any, { error, payload }: {
|
|
52
|
+
error: any;
|
|
53
|
+
payload: any;
|
|
54
|
+
}) => any;
|
|
55
|
+
[CoreActions.UPDATE_STYLES]: (state: any, { error, payload }: {
|
|
56
|
+
error: any;
|
|
57
|
+
payload: any;
|
|
58
|
+
}) => any;
|
|
59
|
+
/**
|
|
60
|
+
* Reducer for WILL_SHOW_CONTENT action. Updates the `state.currentContent.status`
|
|
61
|
+
* value. Not a "default reducer", so it handles errors a little differently
|
|
62
|
+
* than the other reducers. In the case of an error, it sets the current
|
|
63
|
+
* content status to ERROR and removes the current content from the
|
|
64
|
+
* the `orderedContent` array.
|
|
65
|
+
*
|
|
66
|
+
* @param {object} state Redux state.
|
|
67
|
+
* @param {object} action A WILL_SHOW_CONTENT action object.
|
|
68
|
+
*
|
|
69
|
+
* @return {object} New Redux state.
|
|
70
|
+
*/
|
|
71
|
+
[CoreActions.WILL_SHOW_CONTENT]: (state: object, action: object) => object;
|
|
72
|
+
/**
|
|
73
|
+
* Reducer for SHOW_CONTENT action. Updates the `state.currentContent.status value.
|
|
74
|
+
* This is used to set the initial state/keyframe for CSS transition-style animations.
|
|
75
|
+
*
|
|
76
|
+
* @param state
|
|
77
|
+
* @returns {*}
|
|
78
|
+
*/
|
|
79
|
+
[CoreActions.SHOW_CONTENT]: (state: any, { error, payload }: {
|
|
80
|
+
error: any;
|
|
81
|
+
payload: any;
|
|
82
|
+
}) => any;
|
|
83
|
+
/**
|
|
84
|
+
* Reducer for WILL_CLOSE_CONTENT action. Updates the `state.currentContent.status value.
|
|
85
|
+
* This is used to set the initial state/keyframe for CSS transition-style animations.
|
|
86
|
+
*
|
|
87
|
+
* @param state
|
|
88
|
+
* @returns {*}
|
|
89
|
+
*/
|
|
90
|
+
[CoreActions.WILL_CLOSE_CONTENT]: (state: any, { error, payload }: {
|
|
91
|
+
error: any;
|
|
92
|
+
payload: any;
|
|
93
|
+
}) => any;
|
|
94
|
+
/**
|
|
95
|
+
* Reducer for the FETCHING_CONTENT action. Sets the current content ID and
|
|
96
|
+
* the content status to FETCHING.
|
|
97
|
+
*/
|
|
98
|
+
[CoreActions.FETCHING_CONTENT]: (state: any, action: any) => any;
|
|
99
|
+
[CoreActions.REGISTER_RENDERER]: (state: any, { error, payload }: {
|
|
100
|
+
error: any;
|
|
101
|
+
payload: any;
|
|
102
|
+
}) => any;
|
|
103
|
+
[CoreActions.REGISTER_CALLBACKS]: (state: any, { error, payload }: {
|
|
104
|
+
error: any;
|
|
105
|
+
payload: any;
|
|
106
|
+
}) => any;
|
|
107
|
+
[CoreActions.ADD_EVENT_LISTENER]: (state: any, { error, payload }: {
|
|
108
|
+
error: any;
|
|
109
|
+
payload: any;
|
|
110
|
+
}) => any;
|
|
111
|
+
[CoreActions.REMOVE_EVENT_LISTENER]: (state: any, { error, payload }: {
|
|
112
|
+
error: any;
|
|
113
|
+
payload: any;
|
|
114
|
+
}) => any;
|
|
115
|
+
[CoreActions.COMPLETED_IDENTIFY]: (state: any, { error, payload }: {
|
|
116
|
+
error: any;
|
|
117
|
+
payload: any;
|
|
118
|
+
}) => any;
|
|
119
|
+
[CoreActions.STORE_TASK]: (state: any, { error, payload }: {
|
|
120
|
+
error: any;
|
|
121
|
+
payload: any;
|
|
122
|
+
}) => any;
|
|
123
|
+
[CoreActions.CLEAR_TASKS]: (state: any, { error, payload }: {
|
|
124
|
+
error: any;
|
|
125
|
+
payload: any;
|
|
126
|
+
}) => any;
|
|
127
|
+
[CoreActions.CLEAR_TASK]: (state: any, { error, payload }: {
|
|
128
|
+
error: any;
|
|
129
|
+
payload: any;
|
|
130
|
+
}) => any;
|
|
131
|
+
[CoreActions.CLEAR_CURRENT_CONTENT]: (state: any, { error, payload }: {
|
|
132
|
+
error: any;
|
|
133
|
+
payload: any;
|
|
134
|
+
}) => any;
|
|
135
|
+
[CoreActions.RUN_ACTION]: (state: any, { error, payload }: {
|
|
136
|
+
error: any;
|
|
137
|
+
payload: any;
|
|
138
|
+
}) => any;
|
|
139
|
+
[CoreActions.RESUME_ACTION]: (state: any, { error, payload }: {
|
|
140
|
+
error: any;
|
|
141
|
+
payload: any;
|
|
142
|
+
}) => any;
|
|
143
|
+
[CoreActions.CHECKED_FOR_INITIAL_CONTENT]: (state: any, { error, payload }: {
|
|
144
|
+
error: any;
|
|
145
|
+
payload: any;
|
|
146
|
+
}) => any;
|
|
147
|
+
[CoreActions.SAVE_OPEN_BUILDER_INSTANCE]: (state: any, { error, payload }: {
|
|
148
|
+
error: any;
|
|
149
|
+
payload: any;
|
|
150
|
+
}) => any;
|
|
151
|
+
[CoreActions.INITIALIZE_OPEN_BUILDER]: (state: any, { error, payload }: {
|
|
152
|
+
error: any;
|
|
153
|
+
payload: any;
|
|
154
|
+
}) => any;
|
|
155
|
+
[CoreActions.SAVE_EXPERIMENTS]: (state: any, { error, payload }: {
|
|
156
|
+
error: any;
|
|
157
|
+
payload: any;
|
|
158
|
+
}) => any;
|
|
159
|
+
[CoreActions.SAVE_GROUP_PROPS]: (state: any, { error, payload }: {
|
|
160
|
+
error: any;
|
|
161
|
+
payload: any;
|
|
162
|
+
}) => any;
|
|
163
|
+
};
|
|
164
|
+
export default _default;
|
|
165
|
+
import { CoreActions } from 'actions/action-types';
|
|
166
|
+
//# sourceMappingURL=core-reducers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"core-reducers.d.ts","sourceRoot":"","sources":["../../src/scripts/reducers/core-reducers.js"],"names":[],"mappings":";IA+DE;;;OAGG;IACH,CAAC,WAAW,CAAC,UAAU,CAAC;;;cAStB;IAEF;;OAEG;IACH,CAAC,WAAW,CAAC,QAAQ,CAAC;;;cAkBpB;IAEF;;;OAGG;IACH,CAAC,WAAW,CAAC,mBAAmB,CAAC;;;cAQ/B;IAEF;;OAEG;IACH,CAAC,WAAW,CAAC,WAAW,CAAC;;;cAevB;IAEF;;OAEG;IACH,CAAC,WAAW,CAAC,KAAK,CAAC;;;cAgBjB;IAEF;;;;OAIG;IACH,CAAC,WAAW,CAAC,cAAc,CAAC;;;cAoE3B;IAED;;OAEG;IACH,CAAC,WAAW,CAAC,eAAe,CAAC;;;cAE3B;IAEF,CAAC,WAAW,CAAC,aAAa,CAAC;;;cAEzB;IAEF;;;;;;;;;;;OAWG;IACH,CAAC,WAAW,CAAC,iBAAiB,CAAC,UALnB,MAAM,UACN,MAAM,KAEN,MAAM,CA6BjB;IAED;;;;;;OAMG;IAEH,CAAC,WAAW,CAAC,YAAY,CAAC;;;cAExB;IAEF;;;;;;OAMG;IAEH,CAAC,WAAW,CAAC,kBAAkB,CAAC;;;cAM9B;IAEF;;;OAGG;IACH,CAAC,WAAW,CAAC,gBAAgB,CAAC,mCAW7B;IAED,CAAC,WAAW,CAAC,iBAAiB,CAAC;;;cAQ7B;IAEF,CAAC,WAAW,CAAC,kBAAkB,CAAC;;;cAQ9B;IAEF,CAAC,WAAW,CAAC,kBAAkB,CAAC;;;cAmB9B;IAEF,CAAC,WAAW,CAAC,qBAAqB,CAAC;;;cA6BjC;IAEF,CAAC,WAAW,CAAC,kBAAkB,CAAC;;;cAE9B;IAEF,CAAC,WAAW,CAAC,UAAU,CAAC;;;cAQtB;IAEF,CAAC,WAAW,CAAC,WAAW,CAAC;;;cAOvB;IAEF,CAAC,WAAW,CAAC,UAAU,CAAC;;;cAWtB;IAEF,CAAC,WAAW,CAAC,qBAAqB,CAAC;;;cAEjC;IAEF,CAAC,WAAW,CAAC,UAAU,CAAC;;;cAEtB;IAEF,CAAC,WAAW,CAAC,aAAa,CAAC;;;cAEzB;IAEF,CAAC,WAAW,CAAC,2BAA2B,CAAC;;;cAIxC;IACD,CAAC,WAAW,CAAC,0BAA0B,CAAC;;;cAEtC;IACF,CAAC,WAAW,CAAC,uBAAuB,CAAC;;;cAEnC;IACF,CAAC,WAAW,CAAC,gBAAgB,CAAC;;;cAqB5B;IACF,CAAC,WAAW,CAAC,gBAAgB,CAAC;;;cAG5B;;;4BA9dwB,sBAAsB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-root-reducer.d.ts","sourceRoot":"","sources":["../../src/scripts/reducers/create-root-reducer.js"],"names":[],"mappings":"AAUe,oCALH,MAAM,YAajB"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
[DebuggerActions.TOGGLE_ROW_DETAILS]: (state: any, { error, payload }: {
|
|
3
|
+
error: any;
|
|
4
|
+
payload: any;
|
|
5
|
+
}) => any;
|
|
6
|
+
[DebuggerActions.TOGGLE_COLLAPSED]: (state: any, { error, payload }: {
|
|
7
|
+
error: any;
|
|
8
|
+
payload: any;
|
|
9
|
+
}) => any;
|
|
10
|
+
[DebuggerActions.SET_CURRENT_PAGE]: (state: any, { error, payload }: {
|
|
11
|
+
error: any;
|
|
12
|
+
payload: any;
|
|
13
|
+
}) => any;
|
|
14
|
+
[DebuggerActions.TRACK_PAGE]: (state: any, { error, payload }: {
|
|
15
|
+
error: any;
|
|
16
|
+
payload: any;
|
|
17
|
+
}) => any;
|
|
18
|
+
[DebuggerActions.ADD_CONTENT_ERROR]: (state: any, { error, payload }: {
|
|
19
|
+
error: any;
|
|
20
|
+
payload: any;
|
|
21
|
+
}) => any;
|
|
22
|
+
[DebuggerActions.ADD_CHILD_ERROR]: (state: any, { error, payload }: {
|
|
23
|
+
error: any;
|
|
24
|
+
payload: any;
|
|
25
|
+
}) => any;
|
|
26
|
+
[DebuggerActions.CLOSE_DEBUGGER]: (state: any, { error, payload }: {
|
|
27
|
+
error: any;
|
|
28
|
+
payload: any;
|
|
29
|
+
}) => any;
|
|
30
|
+
};
|
|
31
|
+
export default _default;
|
|
32
|
+
import { DebuggerActions } from 'actions/action-types';
|
|
33
|
+
//# sourceMappingURL=debugger-reducers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"debugger-reducers.d.ts","sourceRoot":"","sources":["../../src/scripts/reducers/debugger-reducers.js"],"names":[],"mappings":";IA2BE,CAAC,eAAe,CAAC,kBAAkB,CAAC;;;cAMlC;IAEF,CAAC,eAAe,CAAC,gBAAgB,CAAC;;;cAMhC;IAEF,CAAC,eAAe,CAAC,gBAAgB,CAAC;;;cAEhC;IAEF,CAAC,eAAe,CAAC,UAAU,CAAC;;;cAE1B;IAEF,CAAC,eAAe,CAAC,iBAAiB,CAAC;;;cAKjC;IAEF,CAAC,eAAe,CAAC,eAAe,CAAC;;;cAS/B;IAEF,CAAC,eAAe,CAAC,cAAc,CAAC;;;cAE9B;;;gCAvE4B,sBAAsB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Helper function for generating a default reducer that does nothing when
|
|
3
|
+
* passed an error action.
|
|
4
|
+
*
|
|
5
|
+
* @param {function} reducer A function providing the main reducer logic with
|
|
6
|
+
* the signature `(state, payload)`.
|
|
7
|
+
*
|
|
8
|
+
* @return A reducer function with the signature `(state, action)` that handles
|
|
9
|
+
* error actions by returning the current state; otherwise passes off to the
|
|
10
|
+
* `reducer` function.
|
|
11
|
+
*/
|
|
12
|
+
export default function defaultReducer(reducer: Function): (state: any, { error, payload }: {
|
|
13
|
+
error: any;
|
|
14
|
+
payload: any;
|
|
15
|
+
}) => any;
|
|
16
|
+
//# sourceMappingURL=default-reducer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"default-reducer.d.ts","sourceRoot":"","sources":["../../src/scripts/reducers/default-reducer.js"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AACH,4DACU,UAAK,EAAE;;;CAAkB,SAOlC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
[HotspotsActions.EXPAND_HOTSPOT]: (state: any, { error, payload }: {
|
|
3
|
+
error: any;
|
|
4
|
+
payload: any;
|
|
5
|
+
}) => any;
|
|
6
|
+
[HotspotsActions.PREPARE_HOTSPOTS]: (state: any, { error, payload }: {
|
|
7
|
+
error: any;
|
|
8
|
+
payload: any;
|
|
9
|
+
}) => any;
|
|
10
|
+
[HotspotsActions.SET_BEACON_SETTLED]: (state: any, { error, payload }: {
|
|
11
|
+
error: any;
|
|
12
|
+
payload: any;
|
|
13
|
+
}) => any;
|
|
14
|
+
};
|
|
15
|
+
export default _default;
|
|
16
|
+
import { HotspotsActions } from 'actions/action-types';
|
|
17
|
+
//# sourceMappingURL=hotspots-reducers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hotspots-reducers.d.ts","sourceRoot":"","sources":["../../src/scripts/reducers/hotspots-reducers.js"],"names":[],"mappings":";IAmBE,CAAC,eAAe,CAAC,cAAc,CAAC;;;cAO9B;IAEF,CAAC,eAAe,CAAC,gBAAgB,CAAC;;;cA+BhC;IAEF,CAAC,eAAe,CAAC,kBAAkB,CAAC;;;cAIlC;;;gCA7D4B,sBAAsB"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
[ModalActions.PREPARE_MODAL]: (state: any, { error, payload }: {
|
|
3
|
+
error: any;
|
|
4
|
+
payload: any;
|
|
5
|
+
}) => any;
|
|
6
|
+
[ModalActions.RESIZE_MODAL_CONTENT]: (state: any, { error, payload }: {
|
|
7
|
+
error: any;
|
|
8
|
+
payload: any;
|
|
9
|
+
}) => any;
|
|
10
|
+
};
|
|
11
|
+
export default _default;
|
|
12
|
+
import { ModalActions } from 'actions/action-types';
|
|
13
|
+
//# sourceMappingURL=modal-reducers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"modal-reducers.d.ts","sourceRoot":"","sources":["../../src/scripts/reducers/modal-reducers.js"],"names":[],"mappings":";IAcE,CAAC,YAAY,CAAC,aAAa,CAAC;;;cAkB1B;IAEF,CAAC,YAAY,CAAC,oBAAoB,CAAC;;;cAiBjC;;;6BA/CyB,sBAAsB"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export function updateCurrentContent(state: any, changes: any): any;
|
|
2
|
+
/**
|
|
3
|
+
* Merges changes into the `state.currentContent.state` object without mutation.
|
|
4
|
+
*
|
|
5
|
+
* @param {object} state Root state object.
|
|
6
|
+
* @param {[type]} changes Changes to merge into `state.currentContent.state`.
|
|
7
|
+
*
|
|
8
|
+
* @return {object} The new state object.
|
|
9
|
+
*/
|
|
10
|
+
export function updateCurrentContentState(state: object, changes: [type]): object;
|
|
11
|
+
export function updateStepChildrenState(state: any, childId: any, changes: any): object;
|
|
12
|
+
export function cleanStepChildrenState(state: any, childId: any): object;
|
|
13
|
+
//# sourceMappingURL=reducer-helpers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reducer-helpers.d.ts","sourceRoot":"","sources":["../../src/scripts/reducers/reducer-helpers.js"],"names":[],"mappings":"AAEA,oEAEC;AAED;;;;;;;GAOG;AACH,iDALY,MAAM,WACN,CAAC,IAAI,CAAC,GAEN,MAAM,CAMjB;AAED,wFAQC;AAED,yEAQC"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
[RootActions.START_INITIALIZE]: (state: any, { error, payload }: {
|
|
3
|
+
error: any;
|
|
4
|
+
payload: any;
|
|
5
|
+
}) => any;
|
|
6
|
+
/**
|
|
7
|
+
* Reducer for PREPARE_CONTENT action. Updates the
|
|
8
|
+
* `state.currentContent.status` value.
|
|
9
|
+
*/
|
|
10
|
+
[RootActions.PREPARE_CONTENT]: (state: any, { error, payload }: {
|
|
11
|
+
error: any;
|
|
12
|
+
payload: any;
|
|
13
|
+
}) => any;
|
|
14
|
+
[RootActions.START_FLOW]: (state: any, { error, payload }: {
|
|
15
|
+
error: any;
|
|
16
|
+
payload: any;
|
|
17
|
+
}) => any;
|
|
18
|
+
[RootActions.START_STEP]: (state: any, { error, payload }: {
|
|
19
|
+
error: any;
|
|
20
|
+
payload: any;
|
|
21
|
+
}) => any;
|
|
22
|
+
[RootActions.START_EVENT]: (state: any, { error, payload }: {
|
|
23
|
+
error: any;
|
|
24
|
+
payload: any;
|
|
25
|
+
}) => any;
|
|
26
|
+
[RootActions.FINISHED_EVENT]: (state: any, { error, payload }: {
|
|
27
|
+
error: any;
|
|
28
|
+
payload: any;
|
|
29
|
+
}) => any;
|
|
30
|
+
[RootActions.START_FORM_SUBMISSION]: (state: any, { error, payload }: {
|
|
31
|
+
error: any;
|
|
32
|
+
payload: any;
|
|
33
|
+
}) => any;
|
|
34
|
+
[CollisionModeActions.SET_COLLISION_MODE]: (state: any, { error, payload }: {
|
|
35
|
+
error: any;
|
|
36
|
+
payload: any;
|
|
37
|
+
}) => any;
|
|
38
|
+
[ExperienceActions.SAVE_ON_HOLD_LAUNCHPADS]: (state: any, { error, payload }: {
|
|
39
|
+
error: any;
|
|
40
|
+
payload: any;
|
|
41
|
+
}) => any;
|
|
42
|
+
};
|
|
43
|
+
export default _default;
|
|
44
|
+
import { RootActions } from 'actions/action-types';
|
|
45
|
+
import { CollisionModeActions } from 'actions/action-types';
|
|
46
|
+
import { ExperienceActions } from 'actions/action-types';
|
|
47
|
+
//# sourceMappingURL=root-reducers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"root-reducers.d.ts","sourceRoot":"","sources":["../../src/scripts/reducers/root-reducers.js"],"names":[],"mappings":";IAiBE,CAAC,WAAW,CAAC,gBAAgB,CAAC;;;cAM5B;IAEF;;;OAGG;IACH,CAAC,WAAW,CAAC,eAAe,CAAC;;;cAS3B;IAEF,CAAC,WAAW,CAAC,UAAU,CAAC;;;cAUvB;IAED,CAAC,WAAW,CAAC,UAAU,CAAC;;;cAEtB;IAEF,CAAC,WAAW,CAAC,WAAW,CAAC;;;cAavB;IAEF,CAAC,WAAW,CAAC,cAAc,CAAC;;;cAkB1B;IAEF,CAAC,WAAW,CAAC,qBAAqB,CAAC;;;cAalC;IACD,CAAC,oBAAoB,CAAC,kBAAkB,CAAC;;;cAWxC;IACD,CAAC,iBAAiB,CAAC,uBAAuB,CAAC;;;cAS1C;;;4BAtHI,sBAAsB;qCAAtB,sBAAsB;kCAAtB,sBAAsB"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
[SatisfactionSurveyActions.PREPARE_SATISFACTION_SURVEY]: (state: any, { error, payload }: {
|
|
3
|
+
error: any;
|
|
4
|
+
payload: any;
|
|
5
|
+
}) => any;
|
|
6
|
+
[SatisfactionSurveyActions.COLLAPSE_SATISFACTION_SURVEY]: (state: any, { error, payload }: {
|
|
7
|
+
error: any;
|
|
8
|
+
payload: any;
|
|
9
|
+
}) => any;
|
|
10
|
+
[SatisfactionSurveyActions.EXPAND_SATISFACTION_SURVEY]: (state: any, { error, payload }: {
|
|
11
|
+
error: any;
|
|
12
|
+
payload: any;
|
|
13
|
+
}) => any;
|
|
14
|
+
[SatisfactionSurveyActions.ASK_ME_LATER_SELECTED]: (state: any, { error, payload }: {
|
|
15
|
+
error: any;
|
|
16
|
+
payload: any;
|
|
17
|
+
}) => any;
|
|
18
|
+
[SatisfactionSurveyActions.SHOW_SATISFACTION_SURVEY_TOAST]: (state: any, { error, payload }: {
|
|
19
|
+
error: any;
|
|
20
|
+
payload: any;
|
|
21
|
+
}) => any;
|
|
22
|
+
[SatisfactionSurveyActions.HIDE_SATISFACTION_SURVEY_TOAST]: (state: any, { error, payload }: {
|
|
23
|
+
error: any;
|
|
24
|
+
payload: any;
|
|
25
|
+
}) => any;
|
|
26
|
+
[SatisfactionSurveyActions.QUANTITATIVE_QUESTION_SUBMITTED]: (state: any, { error, payload }: {
|
|
27
|
+
error: any;
|
|
28
|
+
payload: any;
|
|
29
|
+
}) => any;
|
|
30
|
+
[SatisfactionSurveyActions.QUALITATIVE_QUESTION_SUBMITTED]: (state: any, { error, payload }: {
|
|
31
|
+
error: any;
|
|
32
|
+
payload: any;
|
|
33
|
+
}) => any;
|
|
34
|
+
[SatisfactionSurveyActions.FEEDBACK_TEXT_CHANGED]: (state: any, { error, payload }: {
|
|
35
|
+
error: any;
|
|
36
|
+
payload: any;
|
|
37
|
+
}) => any;
|
|
38
|
+
};
|
|
39
|
+
export default _default;
|
|
40
|
+
import { SatisfactionSurveyActions } from 'actions/action-types';
|
|
41
|
+
//# sourceMappingURL=satisfaction-survey-reducers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"satisfaction-survey-reducers.d.ts","sourceRoot":"","sources":["../../src/scripts/reducers/satisfaction-survey-reducers.js"],"names":[],"mappings":";IAaE,CAAC,yBAAyB,CAAC,2BAA2B,CAAC;;;cAuBtD;IAED,CAAC,yBAAyB,CAAC,4BAA4B,CAAC;;;cAmBvD;IAED,CAAC,yBAAyB,CAAC,0BAA0B,CAAC;;;cAmBrD;IAED,CAAC,yBAAyB,CAAC,qBAAqB,CAAC;;;cAiB/C;IAEF,CAAC,yBAAyB,CAAC,8BAA8B,CAAC;;;cAkBzD;IAED,CAAC,yBAAyB,CAAC,8BAA8B,CAAC;;;cAkBzD;IAED,CAAC,yBAAyB,CAAC,+BAA+B,CAAC;;;cAmB1D;IAED,CAAC,yBAAyB,CAAC,8BAA8B,CAAC;;;cAmBzD;IAED,CAAC,yBAAyB,CAAC,qBAAqB,CAAC;;;cAmBhD;;;0CApMuC,sBAAsB"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
/**
|
|
3
|
+
* Reducer for SET_SESSION action. Updates the `state.session`
|
|
4
|
+
*/
|
|
5
|
+
[SessionActions.SET_SESSION]: (state: any, { error, payload }: {
|
|
6
|
+
error: any;
|
|
7
|
+
payload: any;
|
|
8
|
+
}) => any;
|
|
9
|
+
/**
|
|
10
|
+
* Reducer for START_SESSION action.
|
|
11
|
+
* clear the session in the state before creating a new one
|
|
12
|
+
*/
|
|
13
|
+
[SessionActions.START_SESSION]: (state: any, { error, payload }: {
|
|
14
|
+
error: any;
|
|
15
|
+
payload: any;
|
|
16
|
+
}) => any;
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
19
|
+
import { SessionActions } from 'actions/action-types';
|
|
20
|
+
//# sourceMappingURL=session-reducers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"session-reducers.d.ts","sourceRoot":"","sources":["../../src/scripts/reducers/session-reducers.js"],"names":[],"mappings":";IAQE;;OAEG;IACH,CAAC,cAAc,CAAC,WAAW,CAAC;;;cAQ1B;IAEF;;;OAGG;IACH,CAAC,cAAc,CAAC,aAAa,CAAC;;;cAK5B;;;+BA1B2B,sBAAsB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
[TestModeActions.LOADED_TEST_MODE_CSS]: (state: any, { error, payload }: {
|
|
3
|
+
error: any;
|
|
4
|
+
payload: any;
|
|
5
|
+
}) => any;
|
|
6
|
+
};
|
|
7
|
+
export default _default;
|
|
8
|
+
import { TestModeActions } from 'actions/action-types';
|
|
9
|
+
//# sourceMappingURL=test-mode-reducers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"test-mode-reducers.d.ts","sourceRoot":"","sources":["../../src/scripts/reducers/test-mode-reducers.js"],"names":[],"mappings":";IAQE,CAAC,eAAe,CAAC,oBAAoB,CAAC;;;cAEpC;;;gCAN4B,sBAAsB"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
[WidgetActions.LOADED_LAUNCHPAD]: (state: any, { error, payload }: {
|
|
3
|
+
error: any;
|
|
4
|
+
payload: any;
|
|
5
|
+
}) => any;
|
|
6
|
+
[WidgetActions.UPDATED_WIDGET_HISTORY]: (state: any, { error, payload }: {
|
|
7
|
+
error: any;
|
|
8
|
+
payload: any;
|
|
9
|
+
}) => any;
|
|
10
|
+
[WidgetActions.UPDATED_WIDGET_FLOWS]: (state: any, { error, payload }: {
|
|
11
|
+
error: any;
|
|
12
|
+
payload: any;
|
|
13
|
+
}) => any;
|
|
14
|
+
[WidgetActions.TOGGLED_WIDGET]: (state: any, { error, payload }: {
|
|
15
|
+
error: any;
|
|
16
|
+
payload: any;
|
|
17
|
+
}) => any;
|
|
18
|
+
};
|
|
19
|
+
export default _default;
|
|
20
|
+
import { WidgetActions } from 'actions/action-types';
|
|
21
|
+
//# sourceMappingURL=widget-reducers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"widget-reducers.d.ts","sourceRoot":"","sources":["../../src/scripts/reducers/widget-reducers.js"],"names":[],"mappings":";IAQE,CAAC,aAAa,CAAC,gBAAgB,CAAC;;;cAc/B;IAED,CAAC,aAAa,CAAC,sBAAsB,CAAC;;;cAUrC;IAED,CAAC,aAAa,CAAC,oBAAoB,CAAC;;;cAQlC;IAEF,CAAC,aAAa,CAAC,cAAc,CAAC;;;cAQ5B;;;8BAlD0B,sBAAsB"}
|