@appcues/web-sdk 7.22.0 → 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 +115 -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.DMq-vI0T.js +0 -15505
- package/build/checklist.f9681d189ecb108cc563ee5897bcd3e9689d7b07.css +0 -1
- package/build/container.f9681d189ecb108cc563ee5897bcd3e9689d7b07.css +0 -1
- package/build/debugger.f9681d189ecb108cc563ee5897bcd3e9689d7b07.css +0 -1
- package/build/index.QI4DYuGc.js +0 -2152
- package/build/index.npm.CfaoL5ef.js +0 -339
- package/build/modal.f9681d189ecb108cc563ee5897bcd3e9689d7b07.css +0 -1
- package/build/open-builder.DsYIY7WT.js +0 -10172
- package/build/satisfaction-survey.f9681d189ecb108cc563ee5897bcd3e9689d7b07.css +0 -1
- package/build/test-mode.f9681d189ecb108cc563ee5897bcd3e9689d7b07.css +0 -1
- package/build/tooltip.f9681d189ecb108cc563ee5897bcd3e9689d7b07.css +0 -1
- /package/build/{modal-step-legacy-render.f9681d189ecb108cc563ee5897bcd3e9689d7b07.css → modal-step-legacy-render.004bd22db55d851f50945b88f28d0afa81e23405.css} +0 -0
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Performs validation of a set of field objects of the form:
|
|
3
|
+
* {
|
|
4
|
+
* fieldId: $fieldId,
|
|
5
|
+
* validation: ($type|null) (optional),
|
|
6
|
+
* required: (true|false),
|
|
7
|
+
* label: $field_label,
|
|
8
|
+
* value: $field_value
|
|
9
|
+
* }
|
|
10
|
+
*
|
|
11
|
+
* @param {Array} fields List of field objects to validate.
|
|
12
|
+
*
|
|
13
|
+
* @return {object} A results object that has a field `result` equal to true or
|
|
14
|
+
* false depending on whether validation succeeded or not. If false, then
|
|
15
|
+
* there's an `errors` field which is an Array of objects that have a
|
|
16
|
+
* `fieldId` property and a `messages` property which is a list of error
|
|
17
|
+
* messages.
|
|
18
|
+
*/
|
|
19
|
+
export default function validateFormFields(fields: any[]): object;
|
|
20
|
+
//# sourceMappingURL=validate-form-fields.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validate-form-fields.d.ts","sourceRoot":"","sources":["../../src/scripts/utils/validate-form-fields.js"],"names":[],"mappings":"AAuDA;;;;;;;;;;;;;;;;;GAiBG;AACH,2DANY,MAAM,CA8CjB"}
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
export function vnodeMatchesTag(vnode: any, tagName: any): boolean;
|
|
2
|
+
/**
|
|
3
|
+
* Gets an attribute from a vnode. This is what's stored in `vnode.data.attrs`.
|
|
4
|
+
*
|
|
5
|
+
* @param {VNode} vnode The VNode to get the attr from.
|
|
6
|
+
* @param {string} name Attribute name.
|
|
7
|
+
*
|
|
8
|
+
* @return The attr value or null.
|
|
9
|
+
*/
|
|
10
|
+
export function getAttr(vnode: VNode, name: string): any;
|
|
11
|
+
/**
|
|
12
|
+
* Sets an attribute on a vnode at `vnode.data.attrs`.
|
|
13
|
+
*
|
|
14
|
+
* @param {VNode} vnode The VNode.
|
|
15
|
+
* @param {string} name The name of the attr.
|
|
16
|
+
* @param value The value to set.
|
|
17
|
+
*/
|
|
18
|
+
export function setAttr(vnode: VNode, name: string, value: any): void;
|
|
19
|
+
/**
|
|
20
|
+
* remove an attribute on a vnode at `vnode.data.attrs`.
|
|
21
|
+
*
|
|
22
|
+
* @param {VNode} vnode The VNode.
|
|
23
|
+
* @param {string} name The name of the attr.
|
|
24
|
+
*/
|
|
25
|
+
export function removeAttr(vnode: VNode, name: string): void;
|
|
26
|
+
/**
|
|
27
|
+
* Adds an event listener to a vnode. Adds an entry to `vnode.data.on`.
|
|
28
|
+
*
|
|
29
|
+
* @param {VNode} vnode The VNode.
|
|
30
|
+
* @param {string} event The event name to listen for.
|
|
31
|
+
* @param {function} func The callback function.
|
|
32
|
+
*/
|
|
33
|
+
export function addEventListener(vnode: VNode, event: string, func: Function): void;
|
|
34
|
+
/**
|
|
35
|
+
* Adds a class name to the VNode. Sets the `vnode.data.class[$className]` to
|
|
36
|
+
* true.
|
|
37
|
+
*
|
|
38
|
+
* @param {VNode} vnode The VNode.
|
|
39
|
+
* @param {string} className The class to add.
|
|
40
|
+
*/
|
|
41
|
+
export function addClass(vnode: VNode, className: string): void;
|
|
42
|
+
export function addHook(vnode: any, type: any, func: any): void;
|
|
43
|
+
/**
|
|
44
|
+
* Check if a VNode has a particular class.
|
|
45
|
+
*
|
|
46
|
+
* @param {VNode} vnode The VNode.
|
|
47
|
+
* @param {string} className The class to check for.
|
|
48
|
+
*
|
|
49
|
+
* @return {Boolean} True if class is present, false otherwise.
|
|
50
|
+
*/
|
|
51
|
+
export function hasClass(vnode: VNode, className: string): boolean;
|
|
52
|
+
/**
|
|
53
|
+
* Whether the passed VNode represents an <a> element.
|
|
54
|
+
*
|
|
55
|
+
* @param {VNode} vnode The node.
|
|
56
|
+
*
|
|
57
|
+
* @return {Boolean} True if an <a> el, false otherwise.
|
|
58
|
+
*/
|
|
59
|
+
export function isAnchorEl(vnode: VNode): boolean;
|
|
60
|
+
/**
|
|
61
|
+
* Whether the passed VNode represents an <img> element.
|
|
62
|
+
*
|
|
63
|
+
* @param {VNode} vnode The node.
|
|
64
|
+
*
|
|
65
|
+
* @return {Boolean} True if an <img> el, false otherwise.
|
|
66
|
+
*/
|
|
67
|
+
export function isImgEl(vnode: VNode): boolean;
|
|
68
|
+
/**
|
|
69
|
+
* Whether the passed VNode represents an <input> element.
|
|
70
|
+
*
|
|
71
|
+
* @param {VNode} vnode The node.
|
|
72
|
+
*
|
|
73
|
+
* @return {Boolean} True if an <input> el, false otherwise.
|
|
74
|
+
*/
|
|
75
|
+
export function isInputEl(vnode: VNode): boolean;
|
|
76
|
+
/**
|
|
77
|
+
* Whether the passed VNode represents an <form> element.
|
|
78
|
+
*
|
|
79
|
+
* @param {VNode} vnode The node.
|
|
80
|
+
*
|
|
81
|
+
* @return {Boolean} True if a <form> el, false otherwise.
|
|
82
|
+
*/
|
|
83
|
+
export function isFormEl(vnode: VNode): boolean;
|
|
84
|
+
/**
|
|
85
|
+
* Whether the passed VNode represents an <video> element.
|
|
86
|
+
*
|
|
87
|
+
* @param {VNode} vnode The node.
|
|
88
|
+
*
|
|
89
|
+
* @return {Boolean} True if a <video> el, false otherwise.
|
|
90
|
+
*/
|
|
91
|
+
export function isVideoEl(vnode: VNode): boolean;
|
|
92
|
+
/**
|
|
93
|
+
* @param {VNode} vnode The node.
|
|
94
|
+
* @param {Function} exposeCallback
|
|
95
|
+
* callback that will be executed passing
|
|
96
|
+
* the triggerFlowInline code that should
|
|
97
|
+
* be executed in runtime.
|
|
98
|
+
*
|
|
99
|
+
* @return {Boolean} always true so the parser can continue
|
|
100
|
+
*/
|
|
101
|
+
export function parseTriggerFlowInline(vnode: VNode, exposeCallback: Function): boolean;
|
|
102
|
+
//# sourceMappingURL=vnode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vnode.d.ts","sourceRoot":"","sources":["../../src/scripts/utils/vnode.js"],"names":[],"mappings":"AAsBA,mEAEC;AAED;;;;;;;GAOG;AACH,+BALY,KAAK,QACL,MAAM,OAUjB;AAED;;;;;;GAMG;AACH,+BAJW,KAAK,QACL,MAAM,oBAKhB;AAED;;;;;GAKG;AACH,kCAHW,KAAK,QACL,MAAM,QAOhB;AAED;;;;;;GAMG;AACH,wCAJW,KAAK,SACL,MAAM,wBAKhB;AAED;;;;;;GAMG;AACH,gCAHW,KAAK,aACL,MAAM,QAIhB;AAED,gEAEC;AAED;;;;;;;GAOG;AACH,gCALY,KAAK,aACL,MAAM,WAUjB;AAED;;;;;;GAMG;AACH,kCAJY,KAAK,WAMhB;AAED;;;;;;GAMG;AACH,+BAJY,KAAK,WAMhB;AAED;;;;;;GAMG;AACH,iCAJY,KAAK,WAMhB;AAED;;;;;;GAMG;AACH,gCAJY,KAAK,WAMhB;AAED;;;;;;GAMG;AACH,iCAJY,KAAK,WAMhB;AAED;;;;;;;;GAQG;AACH,8CARY,KAAK,qCA0ChB"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export function hasFixedAncestor(node: any): boolean;
|
|
2
|
+
export function calculateAbsolutePositioning(position: any, containerVnode: any): {
|
|
3
|
+
left: any;
|
|
4
|
+
top: any;
|
|
5
|
+
};
|
|
6
|
+
export function getPageDimensions(): {
|
|
7
|
+
width: number;
|
|
8
|
+
height: number;
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=widget.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"widget.d.ts","sourceRoot":"","sources":["../../src/scripts/utils/widget.js"],"names":[],"mappings":"AAiDA,qDASC;AAED;;;EAMC;AAED;;;EAmBC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Binds the callback functions for a checklist view to the Redux store's
|
|
3
|
+
* dispatch and getState functions. The checklist view has the following callbacks:
|
|
4
|
+
* - onBeaconClicked
|
|
5
|
+
* - onItemClicked
|
|
6
|
+
* - onFirstView
|
|
7
|
+
* - onDismissClicked
|
|
8
|
+
* - onDismissConfirmed
|
|
9
|
+
* - onMinimizedClicked
|
|
10
|
+
* - onCssLoaded
|
|
11
|
+
*
|
|
12
|
+
* @param {function} dispatch A function that dispatches actions to the Redux
|
|
13
|
+
* store.
|
|
14
|
+
* @param {function} getState A function that gets the state from the store.
|
|
15
|
+
*
|
|
16
|
+
* @return {object} Set of checklist view callbacks bound to the dispatch and
|
|
17
|
+
* getState functions.
|
|
18
|
+
*/
|
|
19
|
+
export default function bindChecklistCallbacks(dispatch: Function, getState: Function): object;
|
|
20
|
+
//# sourceMappingURL=checklist-callbacks.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checklist-callbacks.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/callbacks/checklist-callbacks.js"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;;;;GAiBG;AACH,wFAHY,MAAM,CAkFjB"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
export default function bindCommonCallbacks(dispatch: any, getState: any): {
|
|
2
|
+
/**
|
|
3
|
+
* Callback for when the content inside a step child changes. At the
|
|
4
|
+
* moment MODALS override this, though they shouldn't need to.
|
|
5
|
+
*
|
|
6
|
+
* @param {string} id The ID of the step child.
|
|
7
|
+
* @param {Element} el The content element.
|
|
8
|
+
*/
|
|
9
|
+
onContentChange(id: string, el: Element): void;
|
|
10
|
+
/**
|
|
11
|
+
* Callback for when content is added to the page.
|
|
12
|
+
*/
|
|
13
|
+
onShow(): void;
|
|
14
|
+
onCSSLoaded(contentId: any, url: any, success?: boolean): void;
|
|
15
|
+
onStepChildActivated(childId: any): void;
|
|
16
|
+
onStepChildDeactivated: (childId: any) => void;
|
|
17
|
+
onComplete(event: any): void;
|
|
18
|
+
onCompleteFlow(event: any): void;
|
|
19
|
+
onSkip(): void;
|
|
20
|
+
/**
|
|
21
|
+
* Callback for when a user clicks a link in a hotspot's tooltip box.
|
|
22
|
+
*
|
|
23
|
+
* @param {string} id The ID of the step child in which the link was clicked.
|
|
24
|
+
* @param {string} href The href of the link that was clicked.
|
|
25
|
+
* @param {object} interaction Additional interaction data.
|
|
26
|
+
*/
|
|
27
|
+
onLinkClick(id: string, href: string, interaction: object): void;
|
|
28
|
+
/**
|
|
29
|
+
* Callback to handle when the user clicks a link submitting a user event inside a modal
|
|
30
|
+
*
|
|
31
|
+
* @param {string} eventName The name of the event.
|
|
32
|
+
* @param {object} properties An object describing properties associated with the event.
|
|
33
|
+
*/
|
|
34
|
+
onHandleUserEvent(eventName: string, properties?: object): void;
|
|
35
|
+
/**
|
|
36
|
+
* Callback for when the user clicks a button with a set of user profile
|
|
37
|
+
* properties to update
|
|
38
|
+
*
|
|
39
|
+
* @param {object} userProperties An object containing the key/value pairs
|
|
40
|
+
* to update on the user profile
|
|
41
|
+
*/
|
|
42
|
+
onHandleProfileUpdate(properties: any): void;
|
|
43
|
+
onSetNextContentIdCookie(nextContentId: any): void;
|
|
44
|
+
};
|
|
45
|
+
//# sourceMappingURL=common-callbacks.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"common-callbacks.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/callbacks/common-callbacks.js"],"names":[],"mappings":"AAiDA;IAOI;;;;;;OAMG;wBAFS,MAAM,MACN,OAAO;IAQnB;;OAEG;;;;;;;;IAkJH;;;;;;OAMG;oBAHS,MAAM,QACN,MAAM,eACN,MAAM;IAgBlB;;;;;OAKG;iCAFS,MAAM,eACN,MAAM;IAKlB;;;;;;OAMG;;;EAsBN"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"debugger-callbacks.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/callbacks/debugger-callbacks.js"],"names":[],"mappings":"AAMA;;;;EAYC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Binds the callback functions for a hotspots view to the Redux store's
|
|
3
|
+
* dispatch function. The hotspots view has the following callbacks:
|
|
4
|
+
* - onSkip
|
|
5
|
+
* - onBeaconClick
|
|
6
|
+
* - onContentChange
|
|
7
|
+
* - onShow
|
|
8
|
+
* - onClickOut
|
|
9
|
+
* - onCSSLoaded
|
|
10
|
+
*
|
|
11
|
+
* @param {function} dispatch A function that dispatches actions to the Redux
|
|
12
|
+
* store.
|
|
13
|
+
*
|
|
14
|
+
* @return {object} Set of hotspots view callbacks bound to the dispatch
|
|
15
|
+
* function.
|
|
16
|
+
*/
|
|
17
|
+
export default function bindHotspotsCallbacks(dispatch: Function, getState: any): object;
|
|
18
|
+
//# sourceMappingURL=hotspots-callbacks.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hotspots-callbacks.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/callbacks/hotspots-callbacks.js"],"names":[],"mappings":"AAmBA;;;;;;;;;;;;;;;GAeG;AACH,kFAHY,MAAM,CA8JjB"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Binds the callback functions for a modal view to the redux store's dispatch
|
|
3
|
+
* and getState functions. The modal view has the following callbacks:
|
|
4
|
+
* - onShow
|
|
5
|
+
* - onSkip
|
|
6
|
+
* - onComplete
|
|
7
|
+
* - onCompleteFlow
|
|
8
|
+
* - onStepChildActivated
|
|
9
|
+
* - onStepChildDeactivated
|
|
10
|
+
* - onFormSubmission
|
|
11
|
+
* - onLinkClick
|
|
12
|
+
* - onNextStep
|
|
13
|
+
* - onPrevStep
|
|
14
|
+
* - onJumpStep
|
|
15
|
+
* - onHandleProfileUpdate
|
|
16
|
+
* - onHandleUserEvent
|
|
17
|
+
*
|
|
18
|
+
* @param {function} dispatch A function that dispatches actions to the Redux
|
|
19
|
+
* store.
|
|
20
|
+
* @param {function} getState A function that gets the state from the store.
|
|
21
|
+
*
|
|
22
|
+
* @return {object} Set of modal view callbacks bound to the dispatch and
|
|
23
|
+
* getState functions.
|
|
24
|
+
*/
|
|
25
|
+
export default function bindModalCallbacks(dispatch: Function, getState: Function): object;
|
|
26
|
+
//# sourceMappingURL=modal-callbacks.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"modal-callbacks.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/callbacks/modal-callbacks.js"],"names":[],"mappings":"AAwDA;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,oFAHY,MAAM,CA6PjB"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export default function bindSequentialHotspotsCallbacks(dispatch: any, getState: any): {
|
|
2
|
+
onSkip: () => void;
|
|
3
|
+
onLinkClick: (id: string, href: string, interaction: object) => void;
|
|
4
|
+
onCSSLoaded: (contentId: any, url: any, success?: boolean) => void;
|
|
5
|
+
onContentChange: (id: string, el: Element) => void;
|
|
6
|
+
onHandleUserEvent: (eventName: string, properties?: object) => void;
|
|
7
|
+
onHandleProfileUpdate: (properties: any) => void;
|
|
8
|
+
onSetNextContentIdCookie: (nextContentId: any) => void;
|
|
9
|
+
onShow: () => void;
|
|
10
|
+
/**
|
|
11
|
+
* Callback for when user clicks the 'next' button in a tooltip.
|
|
12
|
+
*
|
|
13
|
+
* @param {string} tooltipId The ID of the tooltip that was clicked in.
|
|
14
|
+
*/
|
|
15
|
+
onNextButtonClick(event: any, tooltipId: string, isLast: any): void;
|
|
16
|
+
onComplete: (event: any, tooltipId: any) => void;
|
|
17
|
+
onCompleteFlow: (event: any, tooltipId: any) => void;
|
|
18
|
+
/**
|
|
19
|
+
* Callback for when a sequential hotspot is inserted into the page. This
|
|
20
|
+
* equates to 'activation' for non-sequential hotspots. We only want this
|
|
21
|
+
* called once per "activation".
|
|
22
|
+
*
|
|
23
|
+
* @param {string} tooltipId ID of the tooltip that was inserted.
|
|
24
|
+
* @param {boolean} isFirst If this is the first tooltip in the sequence.
|
|
25
|
+
*/
|
|
26
|
+
onFirstInsert(tooltipId: string, isFirst: boolean): void;
|
|
27
|
+
/**
|
|
28
|
+
* Callback for when the user clicks a button to go to the previous step
|
|
29
|
+
* in the tooltip.
|
|
30
|
+
*
|
|
31
|
+
* @param {Event} event Click event
|
|
32
|
+
* @param {string} currentStepChildId The ID of the current step child.
|
|
33
|
+
*/
|
|
34
|
+
onPrevButtonClick(event: Event, currentStepChildId: string): void;
|
|
35
|
+
onJumpStep: (event: any, currentStepChildId: any, nextStepChildIndex: any) => void;
|
|
36
|
+
onHandleBlur(event: any, previousActiveElement: any): void;
|
|
37
|
+
};
|
|
38
|
+
//# sourceMappingURL=sequential-hotspots-callbacks.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sequential-hotspots-callbacks.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/callbacks/sequential-hotspots-callbacks.js"],"names":[],"mappings":"AAkBA;;;;;;;;;IAsDI;;;;OAIG;6CADQ,MAAM;;;IAuCjB;;;;;;;OAOG;6BAFQ,MAAM,WACN,OAAO;IAYlB;;;;;;OAMG;6BAFQ,KAAK,sBACL,MAAM;;;EA6CpB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Binds the callback functions for a survey view to the Redux store's dispatch
|
|
3
|
+
* and getState functions. The survey view has the following callbacks:
|
|
4
|
+
* - onShow
|
|
5
|
+
* - onNextStep
|
|
6
|
+
* - onPrevStep
|
|
7
|
+
*
|
|
8
|
+
* @param {function} dispatch A function that dispatches actions to the Redux
|
|
9
|
+
* store.
|
|
10
|
+
* @param {function} getState A function that gets the state from the store.
|
|
11
|
+
*
|
|
12
|
+
* @return {object} Set of modal view callbacks bound to the dispatch and
|
|
13
|
+
* getState functions.
|
|
14
|
+
*/
|
|
15
|
+
export default function bindSurveyCallbacks(dispatch: Function, getState: Function): object;
|
|
16
|
+
//# sourceMappingURL=survey-callbacks.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"survey-callbacks.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/callbacks/survey-callbacks.js"],"names":[],"mappings":"AAMA;;;;;;;;;;;;;GAaG;AACH,qFAHY,MAAM,CAwHjB"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Binds the callback functions for the test mode banner view to the Redux store's
|
|
3
|
+
* dispatch and getState functions. The test mode banner view has the following callbacks:
|
|
4
|
+
* - onCancelClicked
|
|
5
|
+
* - onResetClicked
|
|
6
|
+
*
|
|
7
|
+
* @param {function} dispatch A function that dispatches actions to the Redux
|
|
8
|
+
* store.
|
|
9
|
+
* @param {function} getState A function that gets the state from the store.
|
|
10
|
+
*
|
|
11
|
+
* @return {object} Set of test mode banner view callbacks bound to the dispatch and
|
|
12
|
+
* getState functions.
|
|
13
|
+
*/
|
|
14
|
+
export default function bindTestModeCallback(dispatch: Function): object;
|
|
15
|
+
//# sourceMappingURL=test-mode-callbacks.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"test-mode-callbacks.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/callbacks/test-mode-callbacks.js"],"names":[],"mappings":"AACA;;;;;;;;;;;;GAYG;AAEH,kEAJY,MAAM,CAgBjB"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Binds the callback functions for a widget view to the Redux store's
|
|
3
|
+
* dispatch and getState functions. The checklist view has the following callbacks:
|
|
4
|
+
* - onToggled
|
|
5
|
+
* - onItemClicked
|
|
6
|
+
*
|
|
7
|
+
* @param {function} dispatch A function that dispatches actions to the Redux
|
|
8
|
+
* store.
|
|
9
|
+
* @param {function} getState A function that gets the state from the store.
|
|
10
|
+
*
|
|
11
|
+
* @return {object} Set of checklist view callbacks bound to the dispatch and
|
|
12
|
+
* getState functions.
|
|
13
|
+
*/
|
|
14
|
+
export default function bindWidgetCallbacks(dispatch: Function, getState: Function): object;
|
|
15
|
+
//# sourceMappingURL=widget-callbacks.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"widget-callbacks.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/callbacks/widget-callbacks.js"],"names":[],"mappings":"AAKA;;;;;;;;;;;;GAYG;AACH,qFAHY,MAAM,CA+DjB"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Annotations component renders the set of active annotations.
|
|
3
|
+
*
|
|
4
|
+
* @param {object} props Set of properties for the annotations. These include:
|
|
5
|
+
* - annotations
|
|
6
|
+
* - previousActiveElement
|
|
7
|
+
* - annotationsState
|
|
8
|
+
* - activeAnnotations
|
|
9
|
+
* - callbacks
|
|
10
|
+
* - settings
|
|
11
|
+
*/
|
|
12
|
+
export default function Annotations(props: object): any;
|
|
13
|
+
//# sourceMappingURL=annotations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"annotations.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/components/annotations.jsx"],"names":[],"mappings":"AAQA;;;;;;;;;;GAUG;AACH,2CARW,MAAM,OAuEhB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"background.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/components/background.jsx"],"names":[],"mappings":";AA+IA;;;gBAiGC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"beacon-outline-styling.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/components/beacon-outline-styling.jsx"],"names":[],"mappings":"AAmCA,4DAWC;AA1CD,uBAAwB,iCAAiC,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export function QuestionMark({ color, zIndex }: {
|
|
2
|
+
color: any;
|
|
3
|
+
zIndex: any;
|
|
4
|
+
}): JSX.Element;
|
|
5
|
+
export function Hotspot({ color, outerBeaconClasses, zIndex, visibility }: {
|
|
6
|
+
color: any;
|
|
7
|
+
outerBeaconClasses: any;
|
|
8
|
+
zIndex: any;
|
|
9
|
+
visibility: any;
|
|
10
|
+
}): JSX.Element;
|
|
11
|
+
export function Beacon(props?: {}): JSX.Element;
|
|
12
|
+
//# sourceMappingURL=beacons.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"beacons.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/components/beacons.jsx"],"names":[],"mappings":"AAKA;;;gBA4BC;AAED;;;;;gBAkCC;AAED,gDAQC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Produce virtual DOM nodes representing a button.
|
|
3
|
+
*
|
|
4
|
+
* @param {string} text The label/text of the button.
|
|
5
|
+
* @param {boolean} success .
|
|
6
|
+
* @param {object} attrs Any extra attributes to set on the button.
|
|
7
|
+
*
|
|
8
|
+
* @return {object} Virtual DOM node encapsulating a button.
|
|
9
|
+
*/
|
|
10
|
+
export default function Button({ text, success, hidden, onClick, attrs, style, }: string): object;
|
|
11
|
+
//# sourceMappingURL=button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/components/button.jsx"],"names":[],"mappings":"AAIA;;;;;;;;GAQG;AACH,kFANY,MAAM,GAIN,MAAM,CA2CjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checklist-beacon.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/components/checklist-beacon.jsx"],"names":[],"mappings":"AAKe,mDA+Dd"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export function Checkmark(): JSX.Element;
|
|
2
|
+
export function ArrowRight({ color }: {
|
|
3
|
+
color?: string | undefined;
|
|
4
|
+
}): JSX.Element;
|
|
5
|
+
export function MinimizeCaret({ color }: {
|
|
6
|
+
color?: string | undefined;
|
|
7
|
+
}): JSX.Element;
|
|
8
|
+
export function BeaconCheckmark({ width, height, color }: {
|
|
9
|
+
width: any;
|
|
10
|
+
height: any;
|
|
11
|
+
color: any;
|
|
12
|
+
}): JSX.Element;
|
|
13
|
+
export function SuccessIcon({ width, height, color }: {
|
|
14
|
+
width: any;
|
|
15
|
+
height: any;
|
|
16
|
+
color: any;
|
|
17
|
+
}): JSX.Element;
|
|
18
|
+
//# sourceMappingURL=checklist-icons.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checklist-icons.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/components/checklist-icons.jsx"],"names":[],"mappings":"AAIA,yCAmBC;AAED;;gBAmBC;AAED;;gBAmBC;AAED;;;;gBAgBC;AAED;;;;gBAsBC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checklist-item.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/components/checklist-item.jsx"],"names":[],"mappings":"AAKe,mDAoFd"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checklist.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/components/checklist.jsx"],"names":[],"mappings":"AA0Be,mDA4nBd"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"content-outline-styling.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/components/content-outline-styling.jsx"],"names":[],"mappings":"AAwCA,6DAWC;AA/CD,uBAAwB,kCAAkC,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export function Debugger(props: any): JSX.Element;
|
|
2
|
+
export function DebuggerRow({ status, active, category, description, details, showDetails, onToggleRowDetails, }: {
|
|
3
|
+
status: any;
|
|
4
|
+
active: any;
|
|
5
|
+
category: any;
|
|
6
|
+
description: any;
|
|
7
|
+
details: any;
|
|
8
|
+
showDetails: any;
|
|
9
|
+
onToggleRowDetails: any;
|
|
10
|
+
}): JSX.Element;
|
|
11
|
+
export function PropertyTable({ user }: {
|
|
12
|
+
user: any;
|
|
13
|
+
}): JSX.Element;
|
|
14
|
+
//# sourceMappingURL=debugger.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"debugger.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/components/debugger.jsx"],"names":[],"mappings":"AA0FA,kDAqNC;AAED;;;;;;;;gBA6BC;AAED;;gBA4CC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"empty.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/components/empty.jsx"],"names":[],"mappings":"AAEA;;;GAGG;AACH,qGAEC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"global-styling.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/components/global-styling.jsx"],"names":[],"mappings":"AAGA;;;gBAUC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Builds a virtual DOM node for a hotspot, based on the passed `props`.
|
|
3
|
+
*
|
|
4
|
+
* @param {object} props The properties for rendering a hotspot. They include:
|
|
5
|
+
* - id
|
|
6
|
+
* - color
|
|
7
|
+
* - x
|
|
8
|
+
* - y
|
|
9
|
+
* - zIndex
|
|
10
|
+
* - zIndexOverride
|
|
11
|
+
* - fixed
|
|
12
|
+
* - xRegion
|
|
13
|
+
* - yRegion
|
|
14
|
+
* - expanded
|
|
15
|
+
* - skippable
|
|
16
|
+
* - skippableDisplayType
|
|
17
|
+
* - skipText
|
|
18
|
+
* - buttonText
|
|
19
|
+
* - isFirst
|
|
20
|
+
* - isLast
|
|
21
|
+
* - isLastUnexpanded
|
|
22
|
+
* - beaconStyle
|
|
23
|
+
* - boundingRect
|
|
24
|
+
* - stepsInGroup
|
|
25
|
+
* - elementBoundingRect
|
|
26
|
+
* - callbacks.onBeaconClick
|
|
27
|
+
* - callbacks.onLinkClick
|
|
28
|
+
* - callbacks.onContentChange
|
|
29
|
+
* - callbacks.onButtonClick
|
|
30
|
+
* - callbacks.onSkip
|
|
31
|
+
* - callbacks.onFirstInsert
|
|
32
|
+
*
|
|
33
|
+
* @return {object} Virtual DOM node.
|
|
34
|
+
*/
|
|
35
|
+
export default function Hotspot(props: object): object;
|
|
36
|
+
//# sourceMappingURL=hotspot.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hotspot.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/components/hotspot.jsx"],"names":[],"mappings":"AAQA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,uCA/BY,MAAM,GA6BN,MAAM,CA2IjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logo.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/components/logo.jsx"],"names":[],"mappings":"AAIe;;;gBASd"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"modal-step.d.ts","sourceRoot":"","sources":["../../../src/scripts/views/components/modal-step.jsx"],"names":[],"mappings":"AAkFA;;GAEG;AACH,2DA0pBC"}
|