UNPKG

survey-knockout

Version:

survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.

648 lines (530 loc) 4.11 MB
/*! * surveyjs - Survey JavaScript library v1.12.61 * Copyright (c) 2015-2026 Devsoft Baltic OÜ - http://surveyjs.io/ * License: MIT (http://www.opensource.org/licenses/mit-license.php) */ (function webpackUniversalModuleDefinition(root, factory) { if(typeof exports === 'object' && typeof module === 'object') module.exports = factory(require("knockout")); else if(typeof define === 'function' && define.amd) define("survey-ko", ["knockout"], factory); else if(typeof exports === 'object') exports["survey-ko"] = factory(require("knockout")); else root["Survey"] = factory(root["ko"]); })(this, function(__WEBPACK_EXTERNAL_MODULE_knockout__) { return /******/ (function(modules) { // webpackBootstrap /******/ // The module cache /******/ var installedModules = {}; /******/ /******/ // The require function /******/ function __webpack_require__(moduleId) { /******/ /******/ // Check if module is in cache /******/ if(installedModules[moduleId]) { /******/ return installedModules[moduleId].exports; /******/ } /******/ // Create a new module (and put it into the cache) /******/ var module = installedModules[moduleId] = { /******/ i: moduleId, /******/ l: false, /******/ exports: {} /******/ }; /******/ /******/ // Execute the module function /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); /******/ /******/ // Flag the module as loaded /******/ module.l = true; /******/ /******/ // Return the exports of the module /******/ return module.exports; /******/ } /******/ /******/ /******/ // expose the modules object (__webpack_modules__) /******/ __webpack_require__.m = modules; /******/ /******/ // expose the module cache /******/ __webpack_require__.c = installedModules; /******/ /******/ // define getter function for harmony exports /******/ __webpack_require__.d = function(exports, name, getter) { /******/ if(!__webpack_require__.o(exports, name)) { /******/ Object.defineProperty(exports, name, { enumerable: true, get: getter }); /******/ } /******/ }; /******/ /******/ // define __esModule on exports /******/ __webpack_require__.r = function(exports) { /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); /******/ } /******/ Object.defineProperty(exports, '__esModule', { value: true }); /******/ }; /******/ /******/ // create a fake namespace object /******/ // mode & 1: value is a module id, require it /******/ // mode & 2: merge all properties of value into the ns /******/ // mode & 4: return value when already ns object /******/ // mode & 8|1: behave like require /******/ __webpack_require__.t = function(value, mode) { /******/ if(mode & 1) value = __webpack_require__(value); /******/ if(mode & 8) return value; /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value; /******/ var ns = Object.create(null); /******/ __webpack_require__.r(ns); /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); /******/ return ns; /******/ }; /******/ /******/ // getDefaultExport function for compatibility with non-harmony modules /******/ __webpack_require__.n = function(module) { /******/ var getter = module && module.__esModule ? /******/ function getDefault() { return module['default']; } : /******/ function getModuleExports() { return module; }; /******/ __webpack_require__.d(getter, 'a', getter); /******/ return getter; /******/ }; /******/ /******/ // Object.prototype.hasOwnProperty.call /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; /******/ /******/ // __webpack_public_path__ /******/ __webpack_require__.p = ""; /******/ /******/ /******/ // Load entry module and return exports /******/ return __webpack_require__(__webpack_require__.s = "./src/entries/knockout.ts"); /******/ }) /************************************************************************/ /******/ ({ /***/ "./node_modules/html-loader/index.js?interpolate!./node_modules/val-loader/index.js!./src/knockout/components/panel/panel.html": /*!*******************************************************************************************************************!*\ !*** ./node_modules/html-loader?interpolate!./node_modules/val-loader!./src/knockout/components/panel/panel.html ***! \*******************************************************************************************************************/ /*! no static exports found */ /*! ModuleConcatenation bailout: Module is not an ECMAScript module */ /***/ (function(module, exports) { module.exports = "<!-- ko template: { name: 'survey-panel', data: question, as: 'question', afterRender: question.koPanelAfterRender } --><!-- /ko -->"; /***/ }), /***/ "./node_modules/html-loader/index.js?interpolate!./node_modules/val-loader/index.js!./src/knockout/components/popup/popup.html": /*!*******************************************************************************************************************!*\ !*** ./node_modules/html-loader?interpolate!./node_modules/val-loader!./src/knockout/components/popup/popup.html ***! \*******************************************************************************************************************/ /*! no static exports found */ /*! ModuleConcatenation bailout: Module is not an ECMAScript module */ /***/ (function(module, exports) { module.exports = "<div>\n <!-- ko with: popupViewModel -->\n <div class=\"sv-popup\" tabindex=\"-1\"\n data-bind=\"visible: isVisible, click: function(data, event) { clickOutside(event); return true; }, class: styleClass, event: { keydown: function(data, event) { onKeyDown(event); return true; } }\">\n <div class=\"sv-popup__container\"\n data-bind=\"style: { left: left, top: top, height: height, minWidth: minWidth, width: width }, click: function() { return true; }, clickBubble: false\">\n <!-- ko if: $data.showHeader -->\n <!-- ko template: { name: $data.popupHeaderTemplate, data: $data } -->\n <!-- /ko -->\n <!-- /ko -->\n <div class=\"sv-popup__body-content\">\n <!-- ko if: !!title -->\n <div class=\"sv-popup__body-header\" data-bind=\"text: title\"></div>\n <!-- /ko -->\n <div class=\"sv-popup__scrolling-content\">\n <div class=\"sv-popup__content\"\n data-bind=\"component: { name: contentComponentName, params: contentComponentData }\"></div>\n </div>\n <!-- ko if: showFooter -->\n <div class=\"sv-popup__body-footer\">\n <!-- ko component: { name: \"sv-action-bar\", params: { model: $data.footerToolbar } } -->\n <!-- /ko -->\n </div>\n <!-- /ko -->\n </div>\n </div>\n </div>\n <!-- /ko -->\n</div>\n"; /***/ }), /***/ "./node_modules/html-loader/index.js?interpolate!./node_modules/val-loader/index.js!./src/knockout/components/progress/buttons.html": /*!************************************************************************************************************************!*\ !*** ./node_modules/html-loader?interpolate!./node_modules/val-loader!./src/knockout/components/progress/buttons.html ***! \************************************************************************************************************************/ /*! no static exports found */ /*! ModuleConcatenation bailout: Module is not an ECMAScript module */ /***/ (function(module, exports) { module.exports = "<div data-bind=\"css: model.getRootCss(container), style: { maxWidth: model.progressWidth }\" role=\"progressbar\" aria-valuemin=\"0\" aria-valuemax=\"100\" aria-label=\"progress\">\n <!-- ko if: canShowHeader -->\n <div data-bind=\"css: survey.css.progressButtonsHeader\">\n <div data-bind=\"css: survey.css.progressButtonsPageTitle, text: model.headerText, attr: { title: model.headerText }\"></div>\n </div>\n <!-- /ko -->\n <div data-bind=\"css: survey.css.progressButtonsContainer\">\n <div data-bind=\"css: getScrollButtonCss(true), click: clickScrollButton.bind($data, $element.nextElementSibling, true)\" role=\"button\"></div>\n <div data-bind=\"css: survey.css.progressButtonsListContainer\">\n <ul data-bind=\"foreach: survey.visiblePages, css: survey.css.progressButtonsList\">\n <li data-bind=\"css: $parent.model.getListElementCss($index()), click: $parent.model.isListElementClickable($index()) ? $parent.model.clickListElement : null, attr: { 'data-page-number' : $parent.model.getItemNumber($data) }\">\n <div data-bind=\"css: css.progressButtonsConnector\"></div>\n <!-- ko if: $parent.canShowItemTitles -->\n <div data-bind=\"css: css.progressButtonsPageTitle, attr: { title: renderedNavigationTitle }\"><!-- ko template: { name: 'survey-string', data: locNavigationTitle } --><!-- /ko --></div>\n <div data-bind=\"css: css.progressButtonsPageDescription, text: locNavigationDescription.koRenderedHtml(), attr: { title: locNavigationDescription.koRenderedHtml() }\"></div>\n <!-- /ko -->\n <div data-bind=\"css: css.progressButtonsButton\"><div data-bind=\"css: css.progressButtonsButtonBackground\"></div><div data-bind=\"css: css.progressButtonsButtonContent\"></div><span data-bind=\"text: $parent.model.getItemNumber($data)\"></span></div>\n </li>\n </ul>\n </div>\n <div data-bind=\"css: getScrollButtonCss(false), click: clickScrollButton.bind($data, $element.previousElementSibling, false)\" role=\"button\"></div>\n </div>\n <!-- ko if: canShowFooter -->\n <div data-bind=\"css: survey.css.progressButtonsFooter\">\n <div data-bind=\"css: survey.css.progressButtonsPageTitle, text: model.footerText, attr: { title: model.footerText }\"></div>\n </div>\n <!-- /ko -->\n</div>"; /***/ }), /***/ "./node_modules/html-loader/index.js?interpolate!./node_modules/val-loader/index.js!./src/knockout/components/progress/progress.html": /*!*************************************************************************************************************************!*\ !*** ./node_modules/html-loader?interpolate!./node_modules/val-loader!./src/knockout/components/progress/progress.html ***! \*************************************************************************************************************************/ /*! no static exports found */ /*! ModuleConcatenation bailout: Module is not an ECMAScript module */ /***/ (function(module, exports) { module.exports = "<div data-bind=\"css: getProgressCssClasses()\">\n <div data-bind=\"css: model.css.progressBar, style: { width: model.progressValue + '%' }\"\n role=\"progressbar\" aria-valuemin=\"0\" aria-valuemax=\"100\" aria-label=\"progress\">\n <span data-bind=\"text: model.progressText, css: getProgressTextInBarCss(model.css)\"></span>\n </div>\n <span data-bind=\"text: model.progressText, css: getProgressTextUnderBarCss(model.css)\"></span>\n</div>"; /***/ }), /***/ "./node_modules/html-loader/index.js?interpolate!./node_modules/val-loader/index.js!./src/knockout/components/progress/toc.html": /*!********************************************************************************************************************!*\ !*** ./node_modules/html-loader?interpolate!./node_modules/val-loader!./src/knockout/components/progress/toc.html ***! \********************************************************************************************************************/ /*! no static exports found */ /*! ModuleConcatenation bailout: Module is not an ECMAScript module */ /***/ (function(module, exports) { module.exports = "<!-- ko with: tocModel -->\n<div data-bind=\"css: containerCss\">\n <!-- ko ifnot: isMobile -->\n <sv-list params=\"model: listModel\"></sv-list>\n <!-- /ko -->\n <!-- ko if: isMobile -->\n <div class=\"\" data-bind=\"click: togglePopup, key2click\">\n <sv-svg-icon class=\"\" params=\"iconName: icon, size: 24\"></sv-svg-icon>\n <sv-popup params=\"model: popupModel\"></sv-popup>\n </div>\n <!-- /ko -->\n</div>\n<!-- /ko -->"; /***/ }), /***/ "./node_modules/html-loader/index.js?interpolate!./node_modules/val-loader/index.js!./src/knockout/templates/entry.html": /*!************************************************************************************************************!*\ !*** ./node_modules/html-loader?interpolate!./node_modules/val-loader!./src/knockout/templates/entry.html ***! \************************************************************************************************************/ /*! no static exports found */ /*! ModuleConcatenation bailout: Module is not an ECMAScript module */ /***/ (function(module, exports, __webpack_require__) { module.exports = "" + __webpack_require__(/*! ./comment.html */ "./src/knockout/templates/comment.html") + "\n" + __webpack_require__(/*! ./flowpanel.html */ "./src/knockout/templates/flowpanel.html") + "\n" + __webpack_require__(/*! ./header.html */ "./src/knockout/templates/header.html") + "\n" + __webpack_require__(/*! ./index.html */ "./src/knockout/templates/index.html") + "\n" + __webpack_require__(/*! ./page.html */ "./src/knockout/templates/page.html") + "\n" + __webpack_require__(/*! ./panel.html */ "./src/knockout/templates/panel.html") + "\n" + __webpack_require__(/*! ./rows.html */ "./src/knockout/templates/rows.html") + "\n" + __webpack_require__(/*! ./row.html */ "./src/knockout/templates/row.html") + "\n" + __webpack_require__(/*! ./string.html */ "./src/knockout/templates/string.html") + "\n" + __webpack_require__(/*! ./timerpanel.html */ "./src/knockout/templates/timerpanel.html") + "\n" + __webpack_require__(/*! ./question.html */ "./src/knockout/templates/question.html") + "\n" + __webpack_require__(/*! ./questioncontent.html */ "./src/knockout/templates/questioncontent.html") + "\n" + __webpack_require__(/*! ./questiontitle.html */ "./src/knockout/templates/questiontitle.html") + "\n" + __webpack_require__(/*! ./question-boolean.html */ "./src/knockout/templates/question-boolean.html") + "\n" + __webpack_require__(/*! ./question-checkbox.html */ "./src/knockout/templates/question-checkbox.html") + "\n" + __webpack_require__(/*! ./question-tagbox.html */ "./src/knockout/templates/question-tagbox.html") + "\n" + __webpack_require__(/*! ./question-ranking.html */ "./src/knockout/templates/question-ranking.html") + "\n" + __webpack_require__(/*! ./question-comment.html */ "./src/knockout/templates/question-comment.html") + "\n" + __webpack_require__(/*! ./question-composite.html */ "./src/knockout/templates/question-composite.html") + "\n" + __webpack_require__(/*! ./question-custom.html */ "./src/knockout/templates/question-custom.html") + "\n" + __webpack_require__(/*! ./question-dropdown.html */ "./src/knockout/templates/question-dropdown.html") + "\n" + __webpack_require__(/*! ./question-empty.html */ "./src/knockout/templates/question-empty.html") + "\n" + __webpack_require__(/*! ./question-errors.html */ "./src/knockout/templates/question-errors.html") + "\n" + __webpack_require__(/*! ./question-expression.html */ "./src/knockout/templates/question-expression.html") + "\n" + __webpack_require__(/*! ./question-file.html */ "./src/knockout/templates/question-file.html") + "\n" + __webpack_require__(/*! ./question-html.html */ "./src/knockout/templates/question-html.html") + "\n" + __webpack_require__(/*! ./question-image.html */ "./src/knockout/templates/question-image.html") + "\n" + __webpack_require__(/*! ./question-imagepicker.html */ "./src/knockout/templates/question-imagepicker.html") + "\n" + __webpack_require__(/*! ./question-matrix.html */ "./src/knockout/templates/question-matrix.html") + "\n" + __webpack_require__(/*! ./question-matrixdynamic.html */ "./src/knockout/templates/question-matrixdynamic.html") + "\n" + __webpack_require__(/*! ./question-matrixdropdown.html */ "./src/knockout/templates/question-matrixdropdown.html") + "\n" + __webpack_require__(/*! ./question-multipletext.html */ "./src/knockout/templates/question-multipletext.html") + "\n" + __webpack_require__(/*! ./question-paneldynamic.html */ "./src/knockout/templates/question-paneldynamic.html") + "\n" + __webpack_require__(/*! ./question-paneldynamic-navigator.html */ "./src/knockout/templates/question-paneldynamic-navigator.html") + "\n" + __webpack_require__(/*! ./question-radiogroup.html */ "./src/knockout/templates/question-radiogroup.html") + "\n" + __webpack_require__(/*! ./question-rating.html */ "./src/knockout/templates/question-rating.html") + "\n" + __webpack_require__(/*! ./question-signaturepad.html */ "./src/knockout/templates/question-signaturepad.html") + "\n" + __webpack_require__(/*! ./question-text.html */ "./src/knockout/templates/question-text.html") + "\n" + __webpack_require__(/*! ./question-buttongroup.html */ "./src/knockout/templates/question-buttongroup.html") + "\n" + __webpack_require__(/*! ./popup-pointer.html */ "./src/knockout/templates/popup-pointer.html") + ""; /***/ }), /***/ "./node_modules/html-loader/index.js?interpolate!./node_modules/val-loader/index.js!./src/knockout/templates/window.html": /*!*************************************************************************************************************!*\ !*** ./node_modules/html-loader?interpolate!./node_modules/val-loader!./src/knockout/templates/window.html ***! \*************************************************************************************************************/ /*! no static exports found */ /*! ModuleConcatenation bailout: Module is not an ECMAScript module */ /***/ (function(module, exports) { module.exports = "<div data-bind=\"css: cssRoot, style:{width: renderedWidth, maxWidth: renderedWidth}, event: { scroll: $data.onScroll }\">\n <div data-bind=\"css: cssRootContent\">\n <div data-bind=\"css: cssHeaderRoot, {cssRootCollapsedMod: isCollapsed}\">\n\n <!-- ko if: isCollapsed && !!locTitle --> \n <div data-bind=\"css: cssHeaderTitleCollapsed, text: locTitle.koRenderedHtml\"></div>\n <!-- /ko -->\n \n <div data-bind=\"css: cssHeaderButtonsContainer\">\n <!-- ko if: allowFullScreen --> \n <div data-bind=\"click:doToggleFullScreen, css: cssHeaderFullScreenButton\">\n <!-- ko if: isFullScreen--> \n <!-- ko component: { name: 'sv-svg-icon', params: { iconName: 'icon-back-to-panel_16x16', size: '16' } } --><!-- /ko -->\n <!-- /ko -->\n \n <!-- ko if: !isFullScreen--> \n <!-- ko component: { name: 'sv-svg-icon', params: { iconName: 'icon-full-screen_16x16', size: '16' } } --><!-- /ko -->\n <!-- /ko -->\n </div>\n <!-- /ko -->\n <div data-bind=\"click:doExpand, css: cssHeaderCollapseButton\">\n <!-- ko if: isExpanded--> \n <!-- ko component: { name: 'sv-svg-icon', params: { iconName: 'icon-minimize_16x16', size: '16' } } --><!-- /ko -->\n <!-- /ko -->\n \n <!-- ko if: isCollapsed--> \n <!-- ko component: { name: 'sv-svg-icon', params: { iconName: 'icon-restore_16x16', size: '16' } } --><!-- /ko -->\n <!-- /ko -->\n </div>\n <!-- ko if: allowClose --> \n <div data-bind=\"click:doHide, css: cssHeaderCloseButton\">\n <!-- ko component: { name: 'sv-svg-icon', params: { iconName: 'icon-close_16x16', size: '16' } } --><!-- /ko -->\n </div>\n <!-- /ko -->\n </div>\n </div>\n <div data-bind=\"visible:isExpanded, css: cssBody\">\n <survey params=\"survey: survey\"></survey>\n </div>\n </div>\n</div>"; /***/ }), /***/ "./packages/survey-core/src/images-v1 sync recursive \\.svg$": /*!********************************************************!*\ !*** ./packages/survey-core/src/images-v1 sync \.svg$ ***! \********************************************************/ /*! no static exports found */ /*! ModuleConcatenation bailout: Module is not an ECMAScript module */ /***/ (function(module, exports, __webpack_require__) { var map = { "./ModernBooleanCheckChecked.svg": "./packages/survey-core/src/images-v1/ModernBooleanCheckChecked.svg", "./ModernBooleanCheckInd.svg": "./packages/survey-core/src/images-v1/ModernBooleanCheckInd.svg", "./ModernBooleanCheckUnchecked.svg": "./packages/survey-core/src/images-v1/ModernBooleanCheckUnchecked.svg", "./ModernCheck.svg": "./packages/survey-core/src/images-v1/ModernCheck.svg", "./ModernRadio.svg": "./packages/survey-core/src/images-v1/ModernRadio.svg", "./ProgressButton.svg": "./packages/survey-core/src/images-v1/ProgressButton.svg", "./RemoveFile.svg": "./packages/survey-core/src/images-v1/RemoveFile.svg", "./TimerCircle.svg": "./packages/survey-core/src/images-v1/TimerCircle.svg", "./add-24x24.svg": "./packages/survey-core/src/images-v1/add-24x24.svg", "./arrowleft-16x16.svg": "./packages/survey-core/src/images-v1/arrowleft-16x16.svg", "./arrowright-16x16.svg": "./packages/survey-core/src/images-v1/arrowright-16x16.svg", "./camera-24x24.svg": "./packages/survey-core/src/images-v1/camera-24x24.svg", "./camera-32x32.svg": "./packages/survey-core/src/images-v1/camera-32x32.svg", "./cancel-24x24.svg": "./packages/survey-core/src/images-v1/cancel-24x24.svg", "./check-16x16.svg": "./packages/survey-core/src/images-v1/check-16x16.svg", "./check-24x24.svg": "./packages/survey-core/src/images-v1/check-24x24.svg", "./chevrondown-24x24.svg": "./packages/survey-core/src/images-v1/chevrondown-24x24.svg", "./chevronright-16x16.svg": "./packages/survey-core/src/images-v1/chevronright-16x16.svg", "./clear-16x16.svg": "./packages/survey-core/src/images-v1/clear-16x16.svg", "./clear-24x24.svg": "./packages/survey-core/src/images-v1/clear-24x24.svg", "./close-16x16.svg": "./packages/survey-core/src/images-v1/close-16x16.svg", "./close-24x24.svg": "./packages/survey-core/src/images-v1/close-24x24.svg", "./collapse-16x16.svg": "./packages/survey-core/src/images-v1/collapse-16x16.svg", "./collapsedetails-16x16.svg": "./packages/survey-core/src/images-v1/collapsedetails-16x16.svg", "./delete-24x24.svg": "./packages/survey-core/src/images-v1/delete-24x24.svg", "./drag-24x24.svg": "./packages/survey-core/src/images-v1/drag-24x24.svg", "./draghorizontal-24x16.svg": "./packages/survey-core/src/images-v1/draghorizontal-24x16.svg", "./expand-16x16.svg": "./packages/survey-core/src/images-v1/expand-16x16.svg", "./expanddetails-16x16.svg": "./packages/survey-core/src/images-v1/expanddetails-16x16.svg", "./file-72x72.svg": "./packages/survey-core/src/images-v1/file-72x72.svg", "./flip-24x24.svg": "./packages/survey-core/src/images-v1/flip-24x24.svg", "./folder-24x24.svg": "./packages/survey-core/src/images-v1/folder-24x24.svg", "./fullsize-16x16.svg": "./packages/survey-core/src/images-v1/fullsize-16x16.svg", "./image-48x48.svg": "./packages/survey-core/src/images-v1/image-48x48.svg", "./loading-48x48.svg": "./packages/survey-core/src/images-v1/loading-48x48.svg", "./maximize-16x16.svg": "./packages/survey-core/src/images-v1/maximize-16x16.svg", "./minimize-16x16.svg": "./packages/survey-core/src/images-v1/minimize-16x16.svg", "./more-24x24.svg": "./packages/survey-core/src/images-v1/more-24x24.svg", "./navmenu-24x24.svg": "./packages/survey-core/src/images-v1/navmenu-24x24.svg", "./noimage-48x48.svg": "./packages/survey-core/src/images-v1/noimage-48x48.svg", "./ranking-arrows.svg": "./packages/survey-core/src/images-v1/ranking-arrows.svg", "./rankingundefined-16x16.svg": "./packages/survey-core/src/images-v1/rankingundefined-16x16.svg", "./rating-star-2.svg": "./packages/survey-core/src/images-v1/rating-star-2.svg", "./rating-star-small-2.svg": "./packages/survey-core/src/images-v1/rating-star-small-2.svg", "./rating-star-small.svg": "./packages/survey-core/src/images-v1/rating-star-small.svg", "./rating-star.svg": "./packages/survey-core/src/images-v1/rating-star.svg", "./reorder-24x24.svg": "./packages/survey-core/src/images-v1/reorder-24x24.svg", "./restoredown-16x16.svg": "./packages/survey-core/src/images-v1/restoredown-16x16.svg", "./search-24x24.svg": "./packages/survey-core/src/images-v1/search-24x24.svg", "./smiley-rate1-24x24.svg": "./packages/survey-core/src/images-v1/smiley-rate1-24x24.svg", "./smiley-rate10-24x24.svg": "./packages/survey-core/src/images-v1/smiley-rate10-24x24.svg", "./smiley-rate2-24x24.svg": "./packages/survey-core/src/images-v1/smiley-rate2-24x24.svg", "./smiley-rate3-24x24.svg": "./packages/survey-core/src/images-v1/smiley-rate3-24x24.svg", "./smiley-rate4-24x24.svg": "./packages/survey-core/src/images-v1/smiley-rate4-24x24.svg", "./smiley-rate5-24x24.svg": "./packages/survey-core/src/images-v1/smiley-rate5-24x24.svg", "./smiley-rate6-24x24.svg": "./packages/survey-core/src/images-v1/smiley-rate6-24x24.svg", "./smiley-rate7-24x24.svg": "./packages/survey-core/src/images-v1/smiley-rate7-24x24.svg", "./smiley-rate8-24x24.svg": "./packages/survey-core/src/images-v1/smiley-rate8-24x24.svg", "./smiley-rate9-24x24.svg": "./packages/survey-core/src/images-v1/smiley-rate9-24x24.svg" }; function webpackContext(req) { var id = webpackContextResolve(req); return __webpack_require__(id); } function webpackContextResolve(req) { if(!__webpack_require__.o(map, req)) { var e = new Error("Cannot find module '" + req + "'"); e.code = 'MODULE_NOT_FOUND'; throw e; } return map[req]; } webpackContext.keys = function webpackContextKeys() { return Object.keys(map); }; webpackContext.resolve = webpackContextResolve; module.exports = webpackContext; webpackContext.id = "./packages/survey-core/src/images-v1 sync recursive \\.svg$"; /***/ }), /***/ "./packages/survey-core/src/images-v1/ModernBooleanCheckChecked.svg": /*!**************************************************************************!*\ !*** ./packages/survey-core/src/images-v1/ModernBooleanCheckChecked.svg ***! \**************************************************************************/ /*! no static exports found */ /*! ModuleConcatenation bailout: Module is not an ECMAScript module */ /***/ (function(module, exports) { module.exports = "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><polygon points=\"19,10 14,10 14,5 10,5 10,10 5,10 5,14 10,14 10,19 14,19 14,14 19,14 \"></polygon></svg>" /***/ }), /***/ "./packages/survey-core/src/images-v1/ModernBooleanCheckInd.svg": /*!**********************************************************************!*\ !*** ./packages/survey-core/src/images-v1/ModernBooleanCheckInd.svg ***! \**********************************************************************/ /*! no static exports found */ /*! ModuleConcatenation bailout: Module is not an ECMAScript module */ /***/ (function(module, exports) { module.exports = "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M22,0H2C0.9,0,0,0.9,0,2v20c0,1.1,0.9,2,2,2h20c1.1,0,2-0.9,2-2V2C24,0.9,23.1,0,22,0z M21,18L6,3h15V18z M3,6l15,15H3V6z\"></path></svg>" /***/ }), /***/ "./packages/survey-core/src/images-v1/ModernBooleanCheckUnchecked.svg": /*!****************************************************************************!*\ !*** ./packages/survey-core/src/images-v1/ModernBooleanCheckUnchecked.svg ***! \****************************************************************************/ /*! no static exports found */ /*! ModuleConcatenation bailout: Module is not an ECMAScript module */ /***/ (function(module, exports) { module.exports = "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><rect x=\"5\" y=\"10\" width=\"14\" height=\"4\"></rect></svg>" /***/ }), /***/ "./packages/survey-core/src/images-v1/ModernCheck.svg": /*!************************************************************!*\ !*** ./packages/survey-core/src/images-v1/ModernCheck.svg ***! \************************************************************/ /*! no static exports found */ /*! ModuleConcatenation bailout: Module is not an ECMAScript module */ /***/ (function(module, exports) { module.exports = "<svg viewBox=\"0 0 24 24\"><path d=\"M5,13l2-2l3,3l7-7l2,2l-9,9L5,13z\"></path></svg>" /***/ }), /***/ "./packages/survey-core/src/images-v1/ModernRadio.svg": /*!************************************************************!*\ !*** ./packages/survey-core/src/images-v1/ModernRadio.svg ***! \************************************************************/ /*! no static exports found */ /*! ModuleConcatenation bailout: Module is not an ECMAScript module */ /***/ (function(module, exports) { module.exports = "<svg viewBox=\"-12 -12 24 24\"><circle r=\"6\" cx=\"0\" cy=\"0\"></circle></svg>" /***/ }), /***/ "./packages/survey-core/src/images-v1/ProgressButton.svg": /*!***************************************************************!*\ !*** ./packages/survey-core/src/images-v1/ProgressButton.svg ***! \***************************************************************/ /*! no static exports found */ /*! ModuleConcatenation bailout: Module is not an ECMAScript module */ /***/ (function(module, exports) { module.exports = "<svg viewBox=\"0 0 10 10\"><polygon points=\"2,2 0,4 5,9 10,4 8,2 5,5 \"></polygon></svg>" /***/ }), /***/ "./packages/survey-core/src/images-v1/RemoveFile.svg": /*!***********************************************************!*\ !*** ./packages/survey-core/src/images-v1/RemoveFile.svg ***! \***********************************************************/ /*! no static exports found */ /*! ModuleConcatenation bailout: Module is not an ECMAScript module */ /***/ (function(module, exports) { module.exports = "<svg viewBox=\"0 0 16 16\"><path d=\"M8,2C4.7,2,2,4.7,2,8s2.7,6,6,6s6-2.7,6-6S11.3,2,8,2z M11,10l-1,1L8,9l-2,2l-1-1l2-2L5,6l1-1l2,2l2-2l1,1L9,8 L11,10z\"></path></svg>" /***/ }), /***/ "./packages/survey-core/src/images-v1/TimerCircle.svg": /*!************************************************************!*\ !*** ./packages/survey-core/src/images-v1/TimerCircle.svg ***! \************************************************************/ /*! no static exports found */ /*! ModuleConcatenation bailout: Module is not an ECMAScript module */ /***/ (function(module, exports) { module.exports = "<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 160 160\"><circle cx=\"80\" cy=\"80\" r=\"70\" style=\"stroke: var(--sd-timer-stroke-background-color); stroke-width: var(--sd-timer-stroke-background-width)\" stroke-dasharray=\"none\" stroke-dashoffset=\"none\"></circle><circle cx=\"80\" cy=\"80\" r=\"70\"></circle></svg>" /***/ }), /***/ "./packages/survey-core/src/images-v1/add-24x24.svg": /*!**********************************************************!*\ !*** ./packages/survey-core/src/images-v1/add-24x24.svg ***! \**********************************************************/ /*! no static exports found */ /*! ModuleConcatenation bailout: Module is not an ECMAScript module */ /***/ (function(module, exports) { module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13 11H17V13H13V17H11V13H7V11H11V7H13V11ZM23 12C23 18.1 18.1 23 12 23C5.9 23 1 18.1 1 12C1 5.9 5.9 1 12 1C18.1 1 23 5.9 23 12ZM21 12C21 7 17 3 12 3C7 3 3 7 3 12C3 17 7 21 12 21C17 21 21 17 21 12Z\"></path></svg>" /***/ }), /***/ "./packages/survey-core/src/images-v1/arrowleft-16x16.svg": /*!****************************************************************!*\ !*** ./packages/survey-core/src/images-v1/arrowleft-16x16.svg ***! \****************************************************************/ /*! no static exports found */ /*! ModuleConcatenation bailout: Module is not an ECMAScript module */ /***/ (function(module, exports) { module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M15 8.99999H4.4L8.7 13.3L7.3 14.7L0.599998 7.99999L7.3 1.29999L8.7 2.69999L4.4 6.99999H15V8.99999Z\"></path></svg>" /***/ }), /***/ "./packages/survey-core/src/images-v1/arrowright-16x16.svg": /*!*****************************************************************!*\ !*** ./packages/survey-core/src/images-v1/arrowright-16x16.svg ***! \*****************************************************************/ /*! no static exports found */ /*! ModuleConcatenation bailout: Module is not an ECMAScript module */ /***/ (function(module, exports) { module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1 6.99999H11.6L7.3 2.69999L8.7 1.29999L15.4 7.99999L8.7 14.7L7.3 13.3L11.6 8.99999H1V6.99999Z\"></path></svg>" /***/ }), /***/ "./packages/survey-core/src/images-v1/camera-24x24.svg": /*!*************************************************************!*\ !*** ./packages/survey-core/src/images-v1/camera-24x24.svg ***! \*************************************************************/ /*! no static exports found */ /*! ModuleConcatenation bailout: Module is not an ECMAScript module */ /***/ (function(module, exports) { module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M20.01 4H18.4C18.2 4 18.01 3.9 17.9 3.73L16.97 2.34C16.41 1.5 15.48 1 14.47 1H9.54C8.53 1 7.6 1.5 7.04 2.34L6.11 3.73C6 3.9 5.81 4 5.61 4H4C2.35 4 1 5.35 1 7V19C1 20.65 2.35 22 4 22H20C21.65 22 23 20.65 23 19V7C23 5.35 21.65 4 20 4H20.01ZM21.01 19C21.01 19.55 20.56 20 20.01 20H4.01C3.46 20 3.01 19.55 3.01 19V7C3.01 6.45 3.46 6 4.01 6H5.62C6.49 6 7.3 5.56 7.79 4.84L8.72 3.45C8.91 3.17 9.22 3 9.55 3H14.48C14.81 3 15.13 3.17 15.31 3.45L16.24 4.84C16.72 5.56 17.54 6 18.41 6H20.02C20.57 6 21.02 6.45 21.02 7V19H21.01ZM12.01 6C8.7 6 6.01 8.69 6.01 12C6.01 15.31 8.7 18 12.01 18C15.32 18 18.01 15.31 18.01 12C18.01 8.69 15.32 6 12.01 6ZM12.01 16C9.8 16 8.01 14.21 8.01 12C8.01 9.79 9.8 8 12.01 8C14.22 8 16.01 9.79 16.01 12C16.01 14.21 14.22 16 12.01 16ZM13.01 10C13.01 10.55 12.56 11 12.01 11C11.46 11 11.01 11.45 11.01 12C11.01 12.55 10.56 13 10.01 13C9.46 13 9.01 12.55 9.01 12C9.01 10.35 10.36 9 12.01 9C12.56 9 13.01 9.45 13.01 10Z\"></path></svg>" /***/ }), /***/ "./packages/survey-core/src/images-v1/camera-32x32.svg": /*!*************************************************************!*\ !*** ./packages/survey-core/src/images-v1/camera-32x32.svg ***! \*************************************************************/ /*! no static exports found */ /*! ModuleConcatenation bailout: Module is not an ECMAScript module */ /***/ (function(module, exports) { module.exports = "<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27 6H23.8C23.34 6 22.92 5.77 22.66 5.39L22.25 4.78C21.51 3.66 20.26 3 18.92 3H13.06C11.72 3 10.48 3.67 9.73 4.78L9.32 5.39C9.07 5.77 8.64 6 8.18 6H4.98C2.79 6 1 7.79 1 10V24C1 26.21 2.79 28 5 28H27C29.21 28 31 26.21 31 24V10C31 7.79 29.21 6 27 6ZM29 24C29 25.1 28.1 26 27 26H5C3.9 26 3 25.1 3 24V10C3 8.9 3.9 8 5 8H8.2C9.33 8 10.38 7.44 11 6.5L11.41 5.89C11.78 5.33 12.41 5 13.07 5H18.93C19.6 5 20.22 5.33 20.59 5.89L21 6.5C21.62 7.44 22.68 8 23.8 8H27C28.1 8 29 8.9 29 10V24ZM16 9C12.13 9 9 12.13 9 16C9 19.87 12.13 23 16 23C19.87 23 23 19.87 23 16C23 12.13 19.87 9 16 9ZM16 21C13.24 21 11 18.76 11 16C11 13.24 13.24 11 16 11C18.76 11 21 13.24 21 16C21 18.76 18.76 21 16 21ZM17 13C17 13.55 16.55 14 16 14C14.9 14 14 14.9 14 16C14 16.55 13.55 17 13 17C12.45 17 12 16.55 12 16C12 13.79 13.79 12 16 12C16.55 12 17 12.45 17 13Z\"></path></svg>" /***/ }), /***/ "./packages/survey-core/src/images-v1/cancel-24x24.svg": /*!*************************************************************!*\ !*** ./packages/survey-core/src/images-v1/cancel-24x24.svg ***! \*************************************************************/ /*! no static exports found */ /*! ModuleConcatenation bailout: Module is not an ECMAScript module */ /***/ (function(module, exports) { module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M22.6 8.6L16.4 2.4C16 2 15.5 1.8 15 1.8C14.5 1.8 14 2 13.6 2.4L1.40005 14.6C0.600049 15.4 0.600049 16.6 1.40005 17.4L6.00005 22H12L22.6 11.4C23.3 10.6 23.3 9.3 22.6 8.6ZM11.1 20H6.80005L2.80005 16L6.20005 12.6L12.4 18.8L11.1 20ZM13.8 17.4L7.60005 11.2L15 3.8L21.2 10L13.8 17.4ZM16 20H23V22H14L16 20Z\"></path></svg>" /***/ }), /***/ "./packages/survey-core/src/images-v1/check-16x16.svg": /*!************************************************************!*\ !*** ./packages/survey-core/src/images-v1/check-16x16.svg ***! \************************************************************/ /*! no static exports found */ /*! ModuleConcatenation bailout: Module is not an ECMAScript module */ /***/ (function(module, exports) { module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.003 14.413L0.292999 9.70303L1.703 8.29303L5.003 11.583L14.293 2.29303L15.703 3.70303L5.003 14.413Z\"></path></svg>" /***/ }), /***/ "./packages/survey-core/src/images-v1/check-24x24.svg": /*!************************************************************!*\ !*** ./packages/survey-core/src/images-v1/check-24x24.svg ***! \************************************************************/ /*! no static exports found */ /*! ModuleConcatenation bailout: Module is not an ECMAScript module */ /***/ (function(module, exports) { module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M9 20.1L1 12L3.1 9.9L9 15.9L20.9 4L23 6.1L9 20.1Z\"></path></svg>" /***/ }), /***/ "./packages/survey-core/src/images-v1/chevrondown-24x24.svg": /*!******************************************************************!*\ !*** ./packages/survey-core/src/images-v1/chevrondown-24x24.svg ***! \******************************************************************/ /*! no static exports found */ /*! ModuleConcatenation bailout: Module is not an ECMAScript module */ /***/ (function(module, exports) { module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 15L17 10H7L12 15Z\"></path></svg>" /***/ }), /***/ "./packages/survey-core/src/images-v1/chevronright-16x16.svg": /*!*******************************************************************!*\ !*** ./packages/survey-core/src/images-v1/chevronright-16x16.svg ***! \*******************************************************************/ /*! no static exports found */ /*! ModuleConcatenation bailout: Module is not an ECMAScript module */ /***/ (function(module, exports) { module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.64648 12.6465L6.34648 13.3465L11.7465 8.04648L6.34648 2.64648L5.64648 3.34648L10.2465 8.04648L5.64648 12.6465Z\"></path></svg>" /***/ }), /***/ "./packages/survey-core/src/images-v1/clear-16x16.svg": /*!************************************************************!*\ !*** ./packages/survey-core/src/images-v1/clear-16x16.svg ***! \************************************************************/ /*! no static exports found */ /*! ModuleConcatenation bailout: Module is not an ECMAScript module */ /***/ (function(module, exports) { module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13.35 3.34999L12.65 2.64999L8.05002 7.24999L3.35002 2.64999L2.65002 3.34999L7.25002 8.04999L2.65002 12.65L3.35002 13.35L8.05002 8.74999L12.65 13.35L13.35 12.65L8.75002 8.04999L13.35 3.34999Z\"></path></svg>" /***/ }), /***/ "./packages/survey-core/src/images-v1/clear-24x24.svg": /*!************************************************************!*\ !*** ./packages/survey-core/src/images-v1/clear-24x24.svg ***! \************************************************************/ /*! no static exports found */ /*! ModuleConcatenation bailout: Module is not an ECMAScript module */ /***/ (function(module, exports) { module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M22.6 8.6L16.4 2.4C16 2 15.5 1.8 15 1.8C14.5 1.8 14 2 13.6 2.4L1.40005 14.6C0.600049 15.4 0.600049 16.6 1.40005 17.4L6.00005 22H12L22.6 11.4C23.3 10.6 23.3 9.3 22.6 8.6ZM11.1 20H6.80005L2.80005 16L6.20005 12.6L12.4 18.8L11.1 20ZM13.8 17.4L7.60005 11.2L15 3.8L21.2 10L13.8 17.4ZM16 20H23V22H14L16 20Z\"></path></svg>" /***/ }), /***/ "./packages/survey-core/src/images-v1/close-16x16.svg": /*!************************************************************!*\ !*** ./packages/survey-core/src/images-v1/close-16x16.svg ***! \************************************************************/ /*! no static exports found */ /*! ModuleConcatenation bailout: Module is not an ECMAScript module */ /***/ (function(module, exports) { module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M9.43 8.0025L13.7 3.7225C14.09 3.3325 14.09 2.6925 13.7 2.2925C13.31 1.9025 12.67 1.9025 12.27 2.2925L7.99 6.5725L3.72 2.3025C3.33 1.9025 2.69 1.9025 2.3 2.3025C1.9 2.6925 1.9 3.3325 2.3 3.7225L6.58 8.0025L2.3 12.2825C1.91 12.6725 1.91 13.3125 2.3 13.7125C2.69 14.1025 3.33 14.1025 3.73 13.7125L8.01 9.4325L12.29 13.7125C12.68 14.1025 13.32 14.1025 13.72 13.7125C14.11 13.3225 14.11 12.6825 13.72 12.2825L9.44 8.0025H9.43Z\"></path></svg>" /***/ }), /***/ "./packages/survey-core/src/images-v1/close-24x24.svg": /*!************************************************************!*\ !*** ./packages/survey-core/src/images-v1/close-24x24.svg ***! \************************************************************/ /*! no static exports found */ /*! ModuleConcatenation bailout: Module is not an ECMAScript module */ /***/ (function(module, exports) { module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13.4101 12L20.7001 4.71C21.0901 4.32 21.0901 3.69 20.7001 3.3C20.3101 2.91 19.6801 2.91 19.2901 3.3L12.0001 10.59L4.71006 3.29C4.32006 2.9 3.68006 2.9 3.29006 3.29C2.90006 3.68 2.90006 4.32 3.29006 4.71L10.5801 12L3.29006 19.29C2.90006 19.68 2.90006 20.31 3.29006 20.7C3.49006 20.9 3.74006 20.99 4.00006 20.99C4.26006 20.99 4.51006 20.89 4.71006 20.7L12.0001 13.41L19.2901 20.7C19.4901 20.9 19.7401 20.99 20.0001 20.99C20.2601 20.99 20.5101 20.89 20.7101 20.7C21.1001 20.31 21.1001 19.68 20.7101 19.29L13.4201 12H13.4101Z\"></path></svg>" /***/ }), /***/ "./packages/survey-core/src/images-v1/collapse-16x16.svg": /*!***************************************************************!*\ !*** ./packages/survey-core/src/images-v1/collapse-16x16.svg ***! \***************************************************************/ /*! no static exports found */ /*! ModuleConcatenation bailout: Module is not an ECMAScript module */ /***/ (function(module, exports) { module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M2 6L3 5L8 10L13 5L14 6L8 12L2 6Z\"></path></svg>" /***/ }), /***/ "./packages/survey-core/src/images-v1/collapsedetails-16x16.svg": /*!**********************************************************************!*\ !*** ./packages/survey-core/src/images-v1/collapsedetails-16x16.svg ***! \**********************************************************************/ /*! no static exports found */ /*! ModuleConcatenation bailout: Module is not an ECMAScript module */ /***/ (function(module, exports) { module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13 7H3V9H13V7Z\"></path></svg>" /***/ }), /***/ "./packages/survey-core/src/images-v1/delete-24x24.svg": /*!*************************************************************!*\ !*** ./packages/survey-core/src/images-v1/delete-24x24.svg ***! \*************************************************************/ /*! no static exports found */ /*! ModuleConcatenation bailout: Module is not an ECMAScript module */ /***/ (function(module, exports) { module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M22 4H20H16V2C16 0.9 15.1 0 14 0H10C8.9 0 8 0.9 8 2V4H4H2V6H4V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V6H22V4ZM10 2H14V4H10V2ZM18 20H6V6H8H16H18V20ZM14 8H16V18H14V8ZM11 8H13V18H11V8ZM8 8H10V18H8V8Z\"></path></svg>" /***/ }), /***/ "./packages/survey-core/src/images-v1/drag-24x24.svg": /*!***********************************************************!*\ !*** ./packages/survey-core/src/images-v1/drag-24x24.svg ***! \***********************************************************/ /*! no static exports found */ /*! ModuleConcatenation bailout: Module is not an ECMAScript module */ /***/ (function(module, exports) { module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13 6C13 4.9 13.9 4 15 4C16.1 4 17 4.9 17 6C17 7.1 16.1 8 15 8C13.9 8 13 7.1 13 6ZM9 4C7.9 4 7 4.9 7 6C7 7.1 7.9 8 9 8C10.1 8 11 7.1 11 6C11 4.9 10.1 4 9 4ZM15 10C13.9 10 13 10.9 13 12C13 13.1 13.9 14 15 14C16.1 14 17 13.1 17 12C17 10.9 16.1 10 15 10ZM9 10C7.9 10 7 10.9 7 12C7 13.1 7.9 14 9 14C10.1 14 11 13.1 11 12C11 10.9 10.1 10 9 10ZM15 16C13.9 16 13 16.9 13 18C13 19.1 13.9 20 15 20C16.1 20 17 19.1 17 18C17 16.9 16.1 16 15 16ZM9 16C7.9 16 7 16.9 7 18C7 19.1 7.9 20 9 20C10.1 20 11 19.1 11 18C11 16.9 10.1 16 9 16Z\"></path></svg>" /***/ }), /***/ "./packages/survey-core/src/images-v1/draghorizontal-24x16.svg": /*!*********************************************************************!*\ !*** ./packages/survey-core/src/images-v1/draghorizontal-24x16.svg ***! \*********************************************************************/ /*! no static exports found */ /*! ModuleConcatenation bailout: Module is not an ECMAScript module */ /***/ (function(module, exports) { module.exports = "<svg viewBox=\"0 0 24 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M18 9C19.1 9 20 9.9 20 11C20 12.1 19.1 13 18 13C16.9 13 16 12.1 16 11C16 9.9 16.9 9 18 9ZM20 5C20 3.9 19.1 3 18 3C16.9 3 16 3.9 16 5C16 6.1 16.9 7 18 7C19.1 7 20 6.1 20 5ZM14 11C14 9.9 13.1 9 12 9C10.9 9 10 9.9 10 11C10 12.1 10.9 13 12 13C13.1 13 14 12.1 14 11ZM14 5C14 3.9 13.1 3 12 3C10.9 3 10 3.9 10 5C10 6.1 10.9 7 12 7C13.1 7 14 6.1 14 5ZM8 11C8 9.9 7.1 9 6 9C4.9 9 4 9.9 4 11C4 12.1 4.9 13 6 13C7.1 13 8 12.1 8 11ZM8 5C8 3.9 7.1 3 6 3C4.9 3 4 3.9 4 5C4 6.1 4.9 7 6 7C7.1 7 8 6.1 8 5Z\"></path></svg>" /***/ }), /***/ "./packages/survey-core/src/images-v1/expand-16x16.svg": /*!*************************************************************!*\ !*** ./packages/survey-core/src/images-v1/expand-16x16.svg ***! \*************************************************************/ /*! no static exports found */ /*! ModuleConcatenation bailout: Module is not an ECMAScript module */ /***/ (function(module, exports) { module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M6 14L5 13L10 8L5 3L6 2L12 8L6 14Z\"></path></svg>" /***/ }), /***/ "./packages/survey-core/src/images-v1/expanddetails-16x16.svg": /*!********************************************************************!*\ !*** ./packages/survey-core/src/images-v1/expanddetails-16x16.svg ***! \********************************************************************/ /*! no static exports found */ /*! ModuleConcatenation bailout: Module is not an ECMAScript module */ /***/ (function(module, exports) { module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13 7H9V3H7V7H3V9H7V13H9V9H13V7Z\"></path></svg>" /***/ }), /***/ "./packages/survey-core/src/images-v1/file-72x72.svg": /*!***********************************************************!*\ !*** ./packages/survey-core/src/images-v1/file-72x72.svg ***! \***********************************************************/ /*! no static exports found */ /*! ModuleConcatenation bailout: Module is not an ECMAScript module */ /***/ (function(module, exports) { module.exports = "<svg viewBox=\"0 0 72 72\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M62.83 12.83L53.17 3.17C52.7982 2.79866 52.357 2.50421 51.8714 2.30346C51.3858 2.1027 50.8654 1.99959 50.34 2H14C12.4087 2 10.8826 2.63214 9.75735 3.75736C8.63214 4.88258 8 6.4087 8 8V64C8 65.5913 8.63214 67.1174 9.75735 68.2426C10.8826 69.3679 12.4087 70 14 70H58C59.5913 70 61.1174 69.3679 62.2426 68.2426C63.3679 67.1174 64 65.5913 64 64V15.66C64.0004 15.1346 63.8973 14.6142 63.6965 14.1286C63.4958 13.643 63.2013 13.2018 62.83 12.83ZM52 4.83L61.17 14H56C54.9391 14 53.9217 13.5786 53.1716 12.8284C52.4214 12.0783 52 11.0609 52 10V4.83ZM62 64C62 65.0609 61.5786 66.0783 60.8284 66.8284C60.0783 67.5786 59.0609 68 58 68H14C12.9391 68 11.9217 67.5786 11.1716 66.8284C10.4214 66.0783 10 65.0609 10 64V8C10 6.93914 10.4214 5.92172 11.1716 5.17157C11.9217 4.42143 12.9391 4 14 4H50V10C50 11.5913 50.6321 13.1174 51.7574 14.2426C52.8826 15.3679 54.4087 16 56 16H62V64ZM22 26H50V28H22V26ZM22 32H50V34H22V32ZM22 38H50V40H22V38ZM22 44H50V46H22V44Z\"></path></svg>" /***/ }), /***/ "./packages/survey-core/src/images-v1/flip-24x24.svg": /*!***********************************************************!*\ !*** ./packages/survey-core/src/images-v1/flip-24x24.svg ***! \***********************************************************/ /*! no static exports found */ /*! ModuleConcatenation bailout: Module is not an ECMAScript module */ /***/ (function(module, exports) { module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M23 12.0037C23 14.2445 21.779