survey-react-ui 2.0.0-rc.3 → 2.0.0-rc.5
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/fesm/survey-react-ui.js +649 -651
- package/package.json +4 -4
- package/survey-react-ui.js +647 -649
- package/survey-react-ui.js.map +1 -1
- package/survey-react-ui.min.js +1 -1
- package/survey-react-ui.min.js.LICENSE.txt +1 -1
- package/typings/src/components/action-bar/action-bar-item-dropdown.d.ts +1 -1
- package/typings/src/components/action-bar/action-bar-item.d.ts +1 -1
- package/typings/src/components/action-bar/action-bar-separator.d.ts +1 -1
- package/typings/src/components/action-bar/action-bar.d.ts +1 -1
- package/typings/src/components/brand-info.d.ts +1 -1
- package/typings/src/components/character-counter.d.ts +1 -1
- package/typings/src/components/components-container.d.ts +1 -1
- package/typings/src/components/file/file-choose-button.d.ts +1 -1
- package/typings/src/components/file/file-item.d.ts +1 -1
- package/typings/src/components/file/file-page.d.ts +1 -1
- package/typings/src/components/file/file-preview.d.ts +1 -1
- package/typings/src/components/header.d.ts +1 -1
- package/typings/src/components/list/list-item-content.d.ts +1 -1
- package/typings/src/components/list/list-item-group.d.ts +1 -1
- package/typings/src/components/list/list-item.d.ts +1 -1
- package/typings/src/components/list/list.d.ts +1 -1
- package/typings/src/components/matrix/row.d.ts +1 -1
- package/typings/src/components/matrix-actions/detail-button/detail-button.d.ts +1 -1
- package/typings/src/components/matrix-actions/drag-drop-icon/drag-drop-icon.d.ts +1 -1
- package/typings/src/components/matrix-actions/remove-button/remove-button.d.ts +1 -1
- package/typings/src/components/notifier.d.ts +1 -1
- package/typings/src/components/paneldynamic-actions/paneldynamic-add-btn.d.ts +1 -1
- package/typings/src/components/paneldynamic-actions/paneldynamic-next-btn.d.ts +1 -1
- package/typings/src/components/paneldynamic-actions/paneldynamic-prev-btn.d.ts +1 -1
- package/typings/src/components/paneldynamic-actions/paneldynamic-progress-text.d.ts +1 -1
- package/typings/src/components/paneldynamic-actions/paneldynamic-remove-btn.d.ts +1 -1
- package/typings/src/components/popup/popup-modal.d.ts +1 -1
- package/typings/src/components/popup/popup.d.ts +1 -1
- package/typings/src/components/question-error.d.ts +1 -1
- package/typings/src/components/rating/rating-dropdown-item.d.ts +1 -1
- package/typings/src/components/rating/rating-item-smiley.d.ts +1 -1
- package/typings/src/components/rating/rating-item-star.d.ts +1 -1
- package/typings/src/components/rating/rating-item.d.ts +1 -1
- package/typings/src/components/skeleton.d.ts +1 -1
- package/typings/src/components/survey-actions/survey-nav-button.d.ts +1 -1
- package/typings/src/components/survey-header/logo-image.d.ts +1 -1
- package/typings/src/components/survey-header/survey-header.d.ts +1 -1
- package/typings/src/components/svg-icon/svg-icon.d.ts +1 -1
- package/typings/src/components/text-area.d.ts +1 -1
- package/typings/src/components/title/title-actions.d.ts +1 -1
- package/typings/src/components/title/title-content.d.ts +1 -1
- package/typings/src/components/title/title-element.d.ts +1 -1
- package/typings/src/element-header.d.ts +6 -3
- package/typings/src/reactquestion_buttongroup.d.ts +1 -1
- package/typings/src/string-editor.d.ts +1 -1
- package/typings/src/string-viewer.d.ts +1 -1
- package/typings/src/svgbundle.d.ts +1 -1
package/fesm/survey-react-ui.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* surveyjs - Survey JavaScript library v2.0.0-rc.
|
|
2
|
+
* surveyjs - Survey JavaScript library v2.0.0-rc.5
|
|
3
3
|
* Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
4
4
|
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
|
5
5
|
*/
|
|
@@ -40,7 +40,7 @@ var external_react_x = (y) => {
|
|
|
40
40
|
var x = {}; __webpack_require__.d(x, y); return x
|
|
41
41
|
}
|
|
42
42
|
var external_react_y = (x) => (() => (x))
|
|
43
|
-
const external_react_namespaceObject = external_react_x({ ["Component"]: () => (__WEBPACK_EXTERNAL_MODULE_react__.Component), ["Fragment"]: () => (__WEBPACK_EXTERNAL_MODULE_react__.Fragment), ["cloneElement"]: () => (__WEBPACK_EXTERNAL_MODULE_react__.cloneElement), ["createElement"]: () => (__WEBPACK_EXTERNAL_MODULE_react__.createElement), ["createRef"]: () => (__WEBPACK_EXTERNAL_MODULE_react__.createRef)
|
|
43
|
+
const external_react_namespaceObject = external_react_x({ ["Component"]: () => (__WEBPACK_EXTERNAL_MODULE_react__.Component), ["Fragment"]: () => (__WEBPACK_EXTERNAL_MODULE_react__.Fragment), ["cloneElement"]: () => (__WEBPACK_EXTERNAL_MODULE_react__.cloneElement), ["createElement"]: () => (__WEBPACK_EXTERNAL_MODULE_react__.createElement), ["createRef"]: () => (__WEBPACK_EXTERNAL_MODULE_react__.createRef) });
|
|
44
44
|
;// ./src/element-factory.tsx
|
|
45
45
|
class ReactElementFactory {
|
|
46
46
|
constructor() {
|
|
@@ -495,19 +495,17 @@ class SurveyRowElement extends SurveyElementBase {
|
|
|
495
495
|
el.focusIn();
|
|
496
496
|
}
|
|
497
497
|
};
|
|
498
|
-
return (external_react_namespaceObject.createElement("div", { className: css.questionWrapper, style: element.rootStyle, "data-key":
|
|
498
|
+
return (external_react_namespaceObject.createElement("div", { className: css.questionWrapper, style: element.rootStyle, "data-key": element.name + this.index, onFocus: focusIn, ref: this.rootRef }, innerElement));
|
|
499
499
|
}
|
|
500
500
|
createElement(element, elementIndex) {
|
|
501
|
-
const index = elementIndex ? "-" + elementIndex : 0;
|
|
502
501
|
if (!this.row.isNeedRender) {
|
|
503
|
-
return ReactElementFactory.Instance.createElement(element.skeletonComponentName, {
|
|
502
|
+
return ReactElementFactory.Instance.createElement(element.skeletonComponentName, { element: element, css: this.css, });
|
|
504
503
|
}
|
|
505
504
|
let elementType = element.getTemplate();
|
|
506
505
|
if (!ReactElementFactory.Instance.isElementRegistered(elementType)) {
|
|
507
506
|
elementType = "question";
|
|
508
507
|
}
|
|
509
508
|
return ReactElementFactory.Instance.createElement(elementType, {
|
|
510
|
-
key: element.name + index,
|
|
511
509
|
element: element,
|
|
512
510
|
creator: this.creator,
|
|
513
511
|
survey: this.survey,
|
|
@@ -551,9 +549,7 @@ class SurveyRow extends SurveyElementBase {
|
|
|
551
549
|
}
|
|
552
550
|
renderElementContent() {
|
|
553
551
|
const elements = this.row.visibleElements.map((element, elementIndex) => {
|
|
554
|
-
|
|
555
|
-
const key = element.name + index;
|
|
556
|
-
return (external_react_namespaceObject.createElement(SurveyRowElement, { element: element, index: elementIndex, row: this.row, survey: this.survey, creator: this.creator, css: this.css, key: key }));
|
|
552
|
+
return (external_react_namespaceObject.createElement(SurveyRowElement, { element: element, index: elementIndex, row: this.row, survey: this.survey, creator: this.creator, css: this.css, key: element.id }));
|
|
557
553
|
});
|
|
558
554
|
return (external_react_namespaceObject.createElement("div", { ref: this.rootRef, className: this.row.getRowCss() }, elements));
|
|
559
555
|
}
|
|
@@ -699,15 +695,15 @@ var external_react_dom_x = (y) => {
|
|
|
699
695
|
var x = {}; __webpack_require__.d(x, y); return x
|
|
700
696
|
}
|
|
701
697
|
var external_react_dom_y = (x) => (() => (x))
|
|
702
|
-
const external_react_dom_namespaceObject = external_react_dom_x({ ["createPortal"]: () => (__WEBPACK_EXTERNAL_MODULE_react_dom_7dac9eee__.createPortal), ["
|
|
698
|
+
const external_react_dom_namespaceObject = external_react_dom_x({ ["createPortal"]: () => (__WEBPACK_EXTERNAL_MODULE_react_dom_7dac9eee__.createPortal), ["flushSync"]: () => (__WEBPACK_EXTERNAL_MODULE_react_dom_7dac9eee__.flushSync) });
|
|
703
699
|
;// ./src/components/svg-icon/svg-icon.tsx
|
|
704
700
|
|
|
705
701
|
|
|
706
702
|
|
|
707
|
-
class SvgIcon extends external_react_namespaceObject
|
|
703
|
+
class SvgIcon extends external_react_namespaceObject.Component {
|
|
708
704
|
constructor(props) {
|
|
709
705
|
super(props);
|
|
710
|
-
this.svgIconRef = external_react_namespaceObject
|
|
706
|
+
this.svgIconRef = external_react_namespaceObject.createRef();
|
|
711
707
|
}
|
|
712
708
|
updateSvg() {
|
|
713
709
|
if (this.props.iconName)
|
|
@@ -722,8 +718,8 @@ class SvgIcon extends external_react_namespaceObject["default"].Component {
|
|
|
722
718
|
className += " " + this.props.className;
|
|
723
719
|
}
|
|
724
720
|
return (this.props.iconName ?
|
|
725
|
-
external_react_namespaceObject
|
|
726
|
-
external_react_namespaceObject
|
|
721
|
+
external_react_namespaceObject.createElement("svg", { className: className, style: this.props.style, onClick: this.props.onClick, ref: this.svgIconRef, role: "img" },
|
|
722
|
+
external_react_namespaceObject.createElement("use", null))
|
|
727
723
|
: null);
|
|
728
724
|
}
|
|
729
725
|
componentDidMount() {
|
|
@@ -731,23 +727,23 @@ class SvgIcon extends external_react_namespaceObject["default"].Component {
|
|
|
731
727
|
}
|
|
732
728
|
}
|
|
733
729
|
ReactElementFactory.Instance.registerElement("sv-svg-icon", (props) => {
|
|
734
|
-
return external_react_namespaceObject
|
|
730
|
+
return external_react_namespaceObject.createElement(SvgIcon, props);
|
|
735
731
|
});
|
|
736
732
|
|
|
737
733
|
;// ./src/components/action-bar/action-bar-separator.tsx
|
|
738
734
|
|
|
739
735
|
|
|
740
|
-
class SurveyActionBarSeparator extends external_react_namespaceObject
|
|
736
|
+
class SurveyActionBarSeparator extends external_react_namespaceObject.Component {
|
|
741
737
|
constructor(props) {
|
|
742
738
|
super(props);
|
|
743
739
|
}
|
|
744
740
|
render() {
|
|
745
741
|
var className = `sv-action-bar-separator ${this.props.cssClasses}`;
|
|
746
|
-
return external_react_namespaceObject
|
|
742
|
+
return external_react_namespaceObject.createElement("div", { className: className });
|
|
747
743
|
}
|
|
748
744
|
}
|
|
749
745
|
ReactElementFactory.Instance.registerElement("sv-action-bar-separator", (props) => {
|
|
750
|
-
return external_react_namespaceObject
|
|
746
|
+
return external_react_namespaceObject.createElement(SurveyActionBarSeparator, props);
|
|
751
747
|
});
|
|
752
748
|
|
|
753
749
|
;// ./src/components/action-bar/action-bar-item.tsx
|
|
@@ -761,7 +757,7 @@ ReactElementFactory.Instance.registerElement("sv-action-bar-separator", (props)
|
|
|
761
757
|
class SurveyAction extends SurveyElementBase {
|
|
762
758
|
constructor(props) {
|
|
763
759
|
super(props);
|
|
764
|
-
this.ref = external_react_namespaceObject
|
|
760
|
+
this.ref = external_react_namespaceObject.createRef();
|
|
765
761
|
}
|
|
766
762
|
get item() {
|
|
767
763
|
return this.props.item;
|
|
@@ -775,12 +771,12 @@ class SurveyAction extends SurveyElementBase {
|
|
|
775
771
|
renderElement() {
|
|
776
772
|
//refactor
|
|
777
773
|
const itemClass = this.item.getActionRootCss();
|
|
778
|
-
const separator = this.item.needSeparator ? (external_react_namespaceObject
|
|
774
|
+
const separator = this.item.needSeparator ? (external_react_namespaceObject.createElement(SurveyActionBarSeparator, null)) : null;
|
|
779
775
|
const itemComponent = ReactElementFactory.Instance.createElement(this.item.component || "sv-action-bar-item", {
|
|
780
776
|
item: this.item,
|
|
781
777
|
});
|
|
782
|
-
return (external_react_namespaceObject
|
|
783
|
-
external_react_namespaceObject
|
|
778
|
+
return (external_react_namespaceObject.createElement("div", { className: itemClass, id: this.item.id, ref: this.ref },
|
|
779
|
+
external_react_namespaceObject.createElement("div", { className: "sv-action__content" },
|
|
784
780
|
separator,
|
|
785
781
|
itemComponent)));
|
|
786
782
|
}
|
|
@@ -792,8 +788,8 @@ class SurveyAction extends SurveyElementBase {
|
|
|
792
788
|
super.componentDidMount();
|
|
793
789
|
this.item.updateModeCallback = (mode, callback) => {
|
|
794
790
|
queueMicrotask(() => {
|
|
795
|
-
if (external_react_dom_namespaceObject
|
|
796
|
-
external_react_dom_namespaceObject
|
|
791
|
+
if (external_react_dom_namespaceObject.flushSync) {
|
|
792
|
+
external_react_dom_namespaceObject.flushSync(() => {
|
|
797
793
|
this.item.mode = mode;
|
|
798
794
|
});
|
|
799
795
|
}
|
|
@@ -816,18 +812,18 @@ class SurveyActionBarItem extends SurveyElementBase {
|
|
|
816
812
|
return this.item;
|
|
817
813
|
}
|
|
818
814
|
renderElement() {
|
|
819
|
-
return external_react_namespaceObject
|
|
815
|
+
return external_react_namespaceObject.createElement(external_react_namespaceObject.Fragment, null, this.renderInnerButton());
|
|
820
816
|
}
|
|
821
817
|
renderText() {
|
|
822
818
|
if (!this.item.hasTitle)
|
|
823
819
|
return null;
|
|
824
820
|
const titleClass = this.item.getActionBarItemTitleCss();
|
|
825
|
-
return external_react_namespaceObject
|
|
821
|
+
return external_react_namespaceObject.createElement("span", { className: titleClass }, this.item.title);
|
|
826
822
|
}
|
|
827
823
|
renderButtonContent() {
|
|
828
824
|
const text = this.renderText();
|
|
829
|
-
const svgIcon = !!this.item.iconName ? (external_react_namespaceObject
|
|
830
|
-
return (external_react_namespaceObject
|
|
825
|
+
const svgIcon = !!this.item.iconName ? (external_react_namespaceObject.createElement(SvgIcon, { className: this.item.cssClasses.itemIcon, size: this.item.iconSize, iconName: this.item.iconName, title: this.item.tooltip || this.item.title })) : null;
|
|
826
|
+
return (external_react_namespaceObject.createElement(external_react_namespaceObject.Fragment, null,
|
|
831
827
|
svgIcon,
|
|
832
828
|
text));
|
|
833
829
|
}
|
|
@@ -836,12 +832,12 @@ class SurveyActionBarItem extends SurveyElementBase {
|
|
|
836
832
|
const title = this.item.tooltip || this.item.title;
|
|
837
833
|
const buttonContent = this.renderButtonContent();
|
|
838
834
|
const tabIndex = this.item.disableTabStop ? -1 : undefined;
|
|
839
|
-
const button = attachKey2click(external_react_namespaceObject
|
|
835
|
+
const button = attachKey2click(external_react_namespaceObject.createElement("button", { className: className, type: "button", disabled: this.item.disabled, onMouseDown: (args) => this.item.doMouseDown(args), onFocus: (args) => this.item.doFocus(args), onClick: (args) => this.item.doAction(args), title: title, tabIndex: tabIndex, "aria-checked": this.item.ariaChecked, "aria-expanded": this.item.ariaExpanded, role: this.item.ariaRole }, buttonContent), this.item, { processEsc: false });
|
|
840
836
|
return button;
|
|
841
837
|
}
|
|
842
838
|
}
|
|
843
839
|
ReactElementFactory.Instance.registerElement("sv-action-bar-item", (props) => {
|
|
844
|
-
return external_react_namespaceObject
|
|
840
|
+
return external_react_namespaceObject.createElement(SurveyActionBarItem, props);
|
|
845
841
|
});
|
|
846
842
|
|
|
847
843
|
;// ./src/components/popup/popup.tsx
|
|
@@ -853,7 +849,7 @@ ReactElementFactory.Instance.registerElement("sv-action-bar-item", (props) => {
|
|
|
853
849
|
class Popup extends SurveyElementBase {
|
|
854
850
|
constructor(props) {
|
|
855
851
|
super(props);
|
|
856
|
-
this.containerRef = external_react_namespaceObject
|
|
852
|
+
this.containerRef = external_react_namespaceObject.createRef();
|
|
857
853
|
this.createModel();
|
|
858
854
|
}
|
|
859
855
|
get model() {
|
|
@@ -896,16 +892,16 @@ class Popup extends SurveyElementBase {
|
|
|
896
892
|
this.popup.model = this.model;
|
|
897
893
|
let popupContainer;
|
|
898
894
|
if (this.model.isModal) {
|
|
899
|
-
popupContainer = external_react_namespaceObject
|
|
895
|
+
popupContainer = external_react_namespaceObject.createElement(PopupContainer, { model: this.popup });
|
|
900
896
|
}
|
|
901
897
|
else {
|
|
902
|
-
popupContainer = external_react_namespaceObject
|
|
898
|
+
popupContainer = external_react_namespaceObject.createElement(PopupDropdownContainer, { model: this.popup });
|
|
903
899
|
}
|
|
904
|
-
return external_react_namespaceObject
|
|
900
|
+
return external_react_namespaceObject.createElement("div", { ref: this.containerRef }, popupContainer);
|
|
905
901
|
}
|
|
906
902
|
}
|
|
907
903
|
ReactElementFactory.Instance.registerElement("sv-popup", (props) => {
|
|
908
|
-
return external_react_namespaceObject
|
|
904
|
+
return external_react_namespaceObject.createElement(Popup, props);
|
|
909
905
|
});
|
|
910
906
|
class PopupContainer extends SurveyElementBase {
|
|
911
907
|
constructor(props) {
|
|
@@ -934,7 +930,7 @@ class PopupContainer extends SurveyElementBase {
|
|
|
934
930
|
const headerContent = !!popupBaseViewModel.title ? this.renderHeaderContent() : null;
|
|
935
931
|
const content = this.renderContent();
|
|
936
932
|
const footerContent = popupBaseViewModel.showFooter ? this.renderFooter(this.model) : null;
|
|
937
|
-
return (external_react_namespaceObject
|
|
933
|
+
return (external_react_namespaceObject.createElement("div", { className: "sv-popup__container", style: {
|
|
938
934
|
left: popupBaseViewModel.left,
|
|
939
935
|
top: popupBaseViewModel.top,
|
|
940
936
|
height: popupBaseViewModel.height,
|
|
@@ -944,24 +940,24 @@ class PopupContainer extends SurveyElementBase {
|
|
|
944
940
|
this.clickInside(ev);
|
|
945
941
|
} },
|
|
946
942
|
headerPopup,
|
|
947
|
-
external_react_namespaceObject
|
|
943
|
+
external_react_namespaceObject.createElement("div", { className: "sv-popup__body-content" },
|
|
948
944
|
headerContent,
|
|
949
|
-
external_react_namespaceObject
|
|
945
|
+
external_react_namespaceObject.createElement("div", { className: "sv-popup__scrolling-content" }, content),
|
|
950
946
|
footerContent)));
|
|
951
947
|
}
|
|
952
948
|
renderHeaderContent() {
|
|
953
|
-
return external_react_namespaceObject
|
|
949
|
+
return external_react_namespaceObject.createElement("div", { className: "sv-popup__body-header" }, this.model.title);
|
|
954
950
|
}
|
|
955
951
|
renderContent() {
|
|
956
952
|
const contentComponent = ReactElementFactory.Instance.createElement(this.model.contentComponentName, this.model.contentComponentData);
|
|
957
|
-
return external_react_namespaceObject
|
|
953
|
+
return external_react_namespaceObject.createElement("div", { className: "sv-popup__content" }, contentComponent);
|
|
958
954
|
}
|
|
959
955
|
renderHeaderPopup(popupModel) {
|
|
960
956
|
return null;
|
|
961
957
|
}
|
|
962
958
|
renderFooter(popuModel) {
|
|
963
|
-
return (external_react_namespaceObject
|
|
964
|
-
external_react_namespaceObject
|
|
959
|
+
return (external_react_namespaceObject.createElement("div", { className: "sv-popup__body-footer" },
|
|
960
|
+
external_react_namespaceObject.createElement(SurveyActionBar, { model: popuModel.footerToolbar })));
|
|
965
961
|
}
|
|
966
962
|
render() {
|
|
967
963
|
const container = this.renderContainer(this.model);
|
|
@@ -970,7 +966,7 @@ class PopupContainer extends SurveyElementBase {
|
|
|
970
966
|
.append(this.model.styleClass)
|
|
971
967
|
.toString();
|
|
972
968
|
const style = { display: this.model.isVisible ? "" : "none", };
|
|
973
|
-
return (external_react_namespaceObject
|
|
969
|
+
return (external_react_namespaceObject.createElement("div", { tabIndex: -1, className: className, style: style, onClick: (e) => {
|
|
974
970
|
this.model.clickOutside(e);
|
|
975
971
|
}, onKeyDown: this.handleKeydown }, container));
|
|
976
972
|
}
|
|
@@ -986,7 +982,7 @@ class PopupDropdownContainer extends PopupContainer {
|
|
|
986
982
|
const popupDropdownModel = popupModel;
|
|
987
983
|
if (!popupDropdownModel)
|
|
988
984
|
return null;
|
|
989
|
-
return (external_react_namespaceObject
|
|
985
|
+
return (external_react_namespaceObject.createElement("span", { style: {
|
|
990
986
|
left: popupDropdownModel.pointerTarget.left,
|
|
991
987
|
top: popupDropdownModel.pointerTarget.top,
|
|
992
988
|
}, className: "sv-popup__pointer" }));
|
|
@@ -1005,9 +1001,9 @@ class SurveyActionBarItemDropdown extends SurveyActionBarItem {
|
|
|
1005
1001
|
}
|
|
1006
1002
|
renderInnerButton() {
|
|
1007
1003
|
const button = super.renderInnerButton();
|
|
1008
|
-
return (external_react_namespaceObject
|
|
1004
|
+
return (external_react_namespaceObject.createElement(external_react_namespaceObject.Fragment, null,
|
|
1009
1005
|
button,
|
|
1010
|
-
external_react_namespaceObject
|
|
1006
|
+
external_react_namespaceObject.createElement(Popup, { model: this.item.popupModel })));
|
|
1011
1007
|
}
|
|
1012
1008
|
componentDidMount() {
|
|
1013
1009
|
this.viewModel = new external_survey_core_namespaceObject.ActionDropdownViewModel(this.item);
|
|
@@ -1018,7 +1014,7 @@ class SurveyActionBarItemDropdown extends SurveyActionBarItem {
|
|
|
1018
1014
|
}
|
|
1019
1015
|
}
|
|
1020
1016
|
ReactElementFactory.Instance.registerElement("sv-action-bar-item-dropdown", (props) => {
|
|
1021
|
-
return external_react_namespaceObject
|
|
1017
|
+
return external_react_namespaceObject.createElement(SurveyActionBarItemDropdown, props);
|
|
1022
1018
|
});
|
|
1023
1019
|
|
|
1024
1020
|
;// ./src/components/action-bar/action-bar.tsx
|
|
@@ -1031,7 +1027,7 @@ ReactElementFactory.Instance.registerElement("sv-action-bar-item-dropdown", (pro
|
|
|
1031
1027
|
class SurveyActionBar extends SurveyElementBase {
|
|
1032
1028
|
constructor(props) {
|
|
1033
1029
|
super(props);
|
|
1034
|
-
this.rootRef = external_react_namespaceObject
|
|
1030
|
+
this.rootRef = external_react_namespaceObject.createRef();
|
|
1035
1031
|
}
|
|
1036
1032
|
get handleClick() {
|
|
1037
1033
|
return this.props.handleClick !== undefined ? this.props.handleClick : true;
|
|
@@ -1071,24 +1067,24 @@ class SurveyActionBar extends SurveyElementBase {
|
|
|
1071
1067
|
if (!this.model.hasActions)
|
|
1072
1068
|
return null;
|
|
1073
1069
|
const items = this.renderItems();
|
|
1074
|
-
return (external_react_namespaceObject
|
|
1070
|
+
return (external_react_namespaceObject.createElement("div", { ref: this.rootRef, className: this.model.getRootCss(), onClick: this.handleClick ? function (event) {
|
|
1075
1071
|
event.stopPropagation();
|
|
1076
1072
|
} : undefined }, items));
|
|
1077
1073
|
}
|
|
1078
1074
|
renderItems() {
|
|
1079
1075
|
return this.model.renderedActions.concat([]).map((item, itemIndex) => {
|
|
1080
|
-
return (external_react_namespaceObject
|
|
1076
|
+
return (external_react_namespaceObject.createElement(SurveyAction, { item: item, key: item.renderedId }));
|
|
1081
1077
|
});
|
|
1082
1078
|
}
|
|
1083
1079
|
}
|
|
1084
1080
|
ReactElementFactory.Instance.registerElement("sv-action-bar", (props) => {
|
|
1085
|
-
return external_react_namespaceObject
|
|
1081
|
+
return external_react_namespaceObject.createElement(SurveyActionBar, props);
|
|
1086
1082
|
});
|
|
1087
1083
|
|
|
1088
1084
|
;// ./src/components/title/title-content.tsx
|
|
1089
1085
|
|
|
1090
1086
|
|
|
1091
|
-
class TitleContent extends external_react_namespaceObject
|
|
1087
|
+
class TitleContent extends external_react_namespaceObject.Component {
|
|
1092
1088
|
constructor(props) {
|
|
1093
1089
|
super(props);
|
|
1094
1090
|
}
|
|
@@ -1102,11 +1098,11 @@ class TitleContent extends external_react_namespaceObject["default"].Component {
|
|
|
1102
1098
|
if (this.element.isTitleRenderedAsString)
|
|
1103
1099
|
return SurveyElementBase.renderLocString(this.element.locTitle);
|
|
1104
1100
|
var spans = this.renderTitleSpans(this.element.getTitleOwner(), this.cssClasses);
|
|
1105
|
-
return external_react_namespaceObject
|
|
1101
|
+
return external_react_namespaceObject.createElement(external_react_namespaceObject.Fragment, null, spans);
|
|
1106
1102
|
}
|
|
1107
1103
|
renderTitleSpans(element, cssClasses) {
|
|
1108
1104
|
var getSpaceSpan = (key) => {
|
|
1109
|
-
return (external_react_namespaceObject
|
|
1105
|
+
return (external_react_namespaceObject.createElement("span", { "data-key": key, key: key }, "\u00A0"));
|
|
1110
1106
|
};
|
|
1111
1107
|
var spans = [];
|
|
1112
1108
|
if (element.isRequireTextOnStart) {
|
|
@@ -1115,7 +1111,7 @@ class TitleContent extends external_react_namespaceObject["default"].Component {
|
|
|
1115
1111
|
}
|
|
1116
1112
|
var questionNumber = element.no;
|
|
1117
1113
|
if (questionNumber) {
|
|
1118
|
-
spans.push(external_react_namespaceObject
|
|
1114
|
+
spans.push(external_react_namespaceObject.createElement("span", { "data-key": "q_num", key: "q_num", className: element.cssTitleNumber, style: { position: "static" }, "aria-hidden": true }, questionNumber));
|
|
1119
1115
|
spans.push(getSpaceSpan("num-sp"));
|
|
1120
1116
|
}
|
|
1121
1117
|
if (element.isRequireTextBeforeTitle) {
|
|
@@ -1130,7 +1126,7 @@ class TitleContent extends external_react_namespaceObject["default"].Component {
|
|
|
1130
1126
|
return spans;
|
|
1131
1127
|
}
|
|
1132
1128
|
renderRequireText(element) {
|
|
1133
|
-
return (external_react_namespaceObject
|
|
1129
|
+
return (external_react_namespaceObject.createElement("span", { "data-key": "req-text", key: "req-text", className: element.cssRequiredMark, "aria-hidden": true }, element.requiredMark));
|
|
1134
1130
|
}
|
|
1135
1131
|
}
|
|
1136
1132
|
|
|
@@ -1140,7 +1136,7 @@ class TitleContent extends external_react_namespaceObject["default"].Component {
|
|
|
1140
1136
|
|
|
1141
1137
|
|
|
1142
1138
|
|
|
1143
|
-
class TitleActions extends external_react_namespaceObject
|
|
1139
|
+
class TitleActions extends external_react_namespaceObject.Component {
|
|
1144
1140
|
get cssClasses() {
|
|
1145
1141
|
return this.props.cssClasses;
|
|
1146
1142
|
}
|
|
@@ -1148,17 +1144,17 @@ class TitleActions extends external_react_namespaceObject["default"].Component {
|
|
|
1148
1144
|
return this.props.element;
|
|
1149
1145
|
}
|
|
1150
1146
|
render() {
|
|
1151
|
-
const titleContent = external_react_namespaceObject
|
|
1147
|
+
const titleContent = external_react_namespaceObject.createElement(TitleContent, { element: this.element, cssClasses: this.cssClasses });
|
|
1152
1148
|
if (!this.element.hasTitleActions)
|
|
1153
1149
|
return titleContent;
|
|
1154
|
-
return (external_react_namespaceObject
|
|
1155
|
-
external_react_namespaceObject
|
|
1156
|
-
external_react_namespaceObject
|
|
1150
|
+
return (external_react_namespaceObject.createElement("div", { className: "sv-title-actions" },
|
|
1151
|
+
external_react_namespaceObject.createElement("span", { className: "sv-title-actions__title" }, titleContent),
|
|
1152
|
+
external_react_namespaceObject.createElement(SurveyActionBar, { model: this.element.getTitleToolbar() })));
|
|
1157
1153
|
}
|
|
1158
1154
|
}
|
|
1159
1155
|
external_survey_core_namespaceObject.RendererFactory.Instance.registerRenderer("element", "title-actions", "sv-title-actions");
|
|
1160
1156
|
ReactElementFactory.Instance.registerElement("sv-title-actions", (props) => {
|
|
1161
|
-
return external_react_namespaceObject
|
|
1157
|
+
return external_react_namespaceObject.createElement(TitleActions, props);
|
|
1162
1158
|
});
|
|
1163
1159
|
|
|
1164
1160
|
;// ./src/components/title/title-element.tsx
|
|
@@ -1166,7 +1162,7 @@ ReactElementFactory.Instance.registerElement("sv-title-actions", (props) => {
|
|
|
1166
1162
|
|
|
1167
1163
|
|
|
1168
1164
|
|
|
1169
|
-
class TitleElement extends external_react_namespaceObject
|
|
1165
|
+
class TitleElement extends external_react_namespaceObject.Component {
|
|
1170
1166
|
constructor(props) {
|
|
1171
1167
|
super(props);
|
|
1172
1168
|
}
|
|
@@ -1177,7 +1173,7 @@ class TitleElement extends external_react_namespaceObject["default"].Component {
|
|
|
1177
1173
|
if (!this.element.getCssTitleExpandableSvg())
|
|
1178
1174
|
return null;
|
|
1179
1175
|
let iconName = this.element.isExpanded ? "icon-collapse-16x16" : "icon-expand-16x16";
|
|
1180
|
-
return external_react_namespaceObject
|
|
1176
|
+
return external_react_namespaceObject.createElement(SvgIcon, { className: this.element.getCssTitleExpandableSvg(), iconName: iconName, size: "auto" });
|
|
1181
1177
|
}
|
|
1182
1178
|
render() {
|
|
1183
1179
|
const element = this.element;
|
|
@@ -1185,7 +1181,7 @@ class TitleElement extends external_react_namespaceObject["default"].Component {
|
|
|
1185
1181
|
return null;
|
|
1186
1182
|
const ariaLabel = element.titleAriaLabel || undefined;
|
|
1187
1183
|
const titleExpandableSvg = this.renderTitleExpandableSvg();
|
|
1188
|
-
const titleContent = (external_react_namespaceObject
|
|
1184
|
+
const titleContent = (external_react_namespaceObject.createElement(TitleActions, { element: element, cssClasses: element.cssClasses }));
|
|
1189
1185
|
let onClick = undefined;
|
|
1190
1186
|
let onKeyUp = undefined;
|
|
1191
1187
|
if (element.hasTitleEvents) {
|
|
@@ -1194,7 +1190,7 @@ class TitleElement extends external_react_namespaceObject["default"].Component {
|
|
|
1194
1190
|
};
|
|
1195
1191
|
}
|
|
1196
1192
|
const CustomTag = element.titleTagName;
|
|
1197
|
-
return (external_react_namespaceObject
|
|
1193
|
+
return (external_react_namespaceObject.createElement(CustomTag, { className: element.cssTitle, id: element.ariaTitleId, "aria-label": ariaLabel, tabIndex: element.titleTabIndex, "aria-expanded": element.titleAriaExpanded, role: element.titleAriaRole, onClick: onClick, onKeyUp: onKeyUp },
|
|
1198
1194
|
titleExpandableSvg,
|
|
1199
1195
|
titleContent));
|
|
1200
1196
|
}
|
|
@@ -1233,11 +1229,11 @@ class CharacterCounterComponent extends SurveyElementBase {
|
|
|
1233
1229
|
return this.props.counter;
|
|
1234
1230
|
}
|
|
1235
1231
|
renderElement() {
|
|
1236
|
-
return (external_react_namespaceObject
|
|
1232
|
+
return (external_react_namespaceObject.createElement("div", { className: this.props.remainingCharacterCounter }, this.props.counter.remainingCharacterCounter));
|
|
1237
1233
|
}
|
|
1238
1234
|
}
|
|
1239
1235
|
ReactElementFactory.Instance.registerElement("sv-character-counter", (props) => {
|
|
1240
|
-
return external_react_namespaceObject
|
|
1236
|
+
return external_react_namespaceObject.createElement(CharacterCounterComponent, props);
|
|
1241
1237
|
});
|
|
1242
1238
|
|
|
1243
1239
|
;// ./src/components/text-area.tsx
|
|
@@ -1248,7 +1244,7 @@ class TextAreaComponent extends SurveyElementBase {
|
|
|
1248
1244
|
constructor(props) {
|
|
1249
1245
|
super(props);
|
|
1250
1246
|
this.initialValue = this.viewModel.getTextValue() || "";
|
|
1251
|
-
this.textareaRef = external_react_namespaceObject
|
|
1247
|
+
this.textareaRef = external_react_namespaceObject.createRef();
|
|
1252
1248
|
}
|
|
1253
1249
|
get viewModel() {
|
|
1254
1250
|
return this.props.viewModel;
|
|
@@ -1268,11 +1264,11 @@ class TextAreaComponent extends SurveyElementBase {
|
|
|
1268
1264
|
this.viewModel.resetElement();
|
|
1269
1265
|
}
|
|
1270
1266
|
renderElement() {
|
|
1271
|
-
return (external_react_namespaceObject
|
|
1267
|
+
return (external_react_namespaceObject.createElement("textarea", { id: this.viewModel.id, className: this.viewModel.className, ref: this.textareaRef, disabled: this.viewModel.isDisabledAttr, readOnly: this.viewModel.isReadOnlyAttr, rows: this.viewModel.rows, cols: this.viewModel.cols, placeholder: this.viewModel.placeholder, maxLength: this.viewModel.maxLength, defaultValue: this.initialValue, onChange: (event) => { this.viewModel.onTextAreaInput(event); }, onFocus: (event) => { this.viewModel.onTextAreaFocus(event); }, onBlur: (event) => { this.viewModel.onTextAreaBlur(event); }, onKeyDown: (event) => { this.viewModel.onTextAreaKeyDown(event); }, "aria-required": this.viewModel.ariaRequired, "aria-label": this.viewModel.ariaLabel, "aria-labelledby": this.viewModel.ariaLabelledBy, "aria-describedby": this.viewModel.ariaDescribedBy, "aria-invalid": this.viewModel.ariaInvalid, "aria-errormessage": this.viewModel.ariaErrormessage, style: { resize: this.viewModel.question.resizeStyle } }));
|
|
1272
1268
|
}
|
|
1273
1269
|
}
|
|
1274
1270
|
ReactElementFactory.Instance.registerElement("sv-text-area", (props) => {
|
|
1275
|
-
return external_react_namespaceObject
|
|
1271
|
+
return external_react_namespaceObject.createElement(TextAreaComponent, props);
|
|
1276
1272
|
});
|
|
1277
1273
|
|
|
1278
1274
|
;// ./src/reactquestion_comment.tsx
|
|
@@ -1400,22 +1396,25 @@ class SurveyCustomWidget extends SurveyQuestionElementBase {
|
|
|
1400
1396
|
|
|
1401
1397
|
|
|
1402
1398
|
|
|
1403
|
-
class SurveyElementHeader extends
|
|
1399
|
+
class SurveyElementHeader extends SurveyElementBase {
|
|
1404
1400
|
get element() {
|
|
1405
1401
|
return this.props.element;
|
|
1406
1402
|
}
|
|
1407
|
-
|
|
1403
|
+
getRenderedElements() {
|
|
1404
|
+
return [this.element];
|
|
1405
|
+
}
|
|
1406
|
+
renderElement() {
|
|
1408
1407
|
const element = this.element;
|
|
1409
|
-
const title = element.hasTitle ? (external_react_namespaceObject
|
|
1408
|
+
const title = element.hasTitle ? (external_react_namespaceObject.createElement(TitleElement, { element: element })) : null;
|
|
1410
1409
|
const description = element.hasDescriptionUnderTitle
|
|
1411
1410
|
? SurveyElementBase.renderQuestionDescription(this.element)
|
|
1412
1411
|
: null;
|
|
1413
|
-
const additionalTitleToolbarElement = element.hasAdditionalTitleToolbar ? external_react_namespaceObject
|
|
1412
|
+
const additionalTitleToolbarElement = element.hasAdditionalTitleToolbar ? external_react_namespaceObject.createElement(SurveyActionBar, { model: element.additionalTitleToolbar }) : null;
|
|
1414
1413
|
const headerStyle = { width: undefined };
|
|
1415
1414
|
if (element instanceof external_survey_core_namespaceObject.Question) {
|
|
1416
1415
|
headerStyle.width = element.titleWidth;
|
|
1417
1416
|
}
|
|
1418
|
-
return (external_react_namespaceObject
|
|
1417
|
+
return (external_react_namespaceObject.createElement("div", { className: element.cssHeader, onClick: (e) => element.clickTitleFunction && element.clickTitleFunction(e.nativeEvent), style: headerStyle },
|
|
1419
1418
|
title,
|
|
1420
1419
|
description,
|
|
1421
1420
|
additionalTitleToolbarElement));
|
|
@@ -1485,7 +1484,6 @@ class SurveyQuestion extends SurveyElementBase {
|
|
|
1485
1484
|
var el = this.rootRef.current;
|
|
1486
1485
|
if (el && el.getAttribute("data-rendered") !== "r") {
|
|
1487
1486
|
el.setAttribute("data-rendered", "r");
|
|
1488
|
-
el.setAttribute("data-name", this.question.name);
|
|
1489
1487
|
if (this.question.afterRender) {
|
|
1490
1488
|
this.question.afterRender(el);
|
|
1491
1489
|
}
|
|
@@ -1536,7 +1534,7 @@ class SurveyQuestion extends SurveyElementBase {
|
|
|
1536
1534
|
let rootStyle = question.getRootStyle();
|
|
1537
1535
|
let questionContent = this.wrapQuestionContent(this.renderQuestionContent());
|
|
1538
1536
|
return (external_react_namespaceObject.createElement(external_react_namespaceObject.Fragment, null,
|
|
1539
|
-
external_react_namespaceObject.createElement("div", { ref: this.rootRef, id: question.id, className: question.getRootCss(), style: rootStyle, role: question.ariaRole, "aria-required": this.question.ariaRequired, "aria-invalid": this.question.ariaInvalid, "aria-labelledby": question.ariaLabelledBy, "aria-describedby": question.ariaDescribedBy, "aria-expanded": question.ariaExpanded },
|
|
1537
|
+
external_react_namespaceObject.createElement("div", { ref: this.rootRef, id: question.id, className: question.getRootCss(), style: rootStyle, role: question.ariaRole, "aria-required": this.question.ariaRequired, "aria-invalid": this.question.ariaInvalid, "aria-labelledby": question.ariaLabelledBy, "aria-describedby": question.ariaDescribedBy, "aria-expanded": question.ariaExpanded, "data-name": question.name },
|
|
1540
1538
|
errorsAboveQuestion,
|
|
1541
1539
|
headerTop,
|
|
1542
1540
|
questionContent,
|
|
@@ -1790,11 +1788,11 @@ class SurveyPage extends SurveyPanelBase {
|
|
|
1790
1788
|
|
|
1791
1789
|
|
|
1792
1790
|
|
|
1793
|
-
class SurveyHeader extends external_react_namespaceObject
|
|
1791
|
+
class SurveyHeader extends external_react_namespaceObject.Component {
|
|
1794
1792
|
constructor(props) {
|
|
1795
1793
|
super(props);
|
|
1796
1794
|
this.state = { changed: 0 };
|
|
1797
|
-
this.rootRef = external_react_namespaceObject
|
|
1795
|
+
this.rootRef = external_react_namespaceObject.createRef();
|
|
1798
1796
|
}
|
|
1799
1797
|
get survey() {
|
|
1800
1798
|
return this.props.survey;
|
|
@@ -1816,9 +1814,9 @@ class SurveyHeader extends external_react_namespaceObject["default"].Component {
|
|
|
1816
1814
|
if (!this.survey.renderedHasTitle)
|
|
1817
1815
|
return null;
|
|
1818
1816
|
const description = SurveyElementBase.renderLocString(this.survey.locDescription);
|
|
1819
|
-
return (external_react_namespaceObject
|
|
1820
|
-
external_react_namespaceObject
|
|
1821
|
-
this.survey.renderedHasDescription ? external_react_namespaceObject
|
|
1817
|
+
return (external_react_namespaceObject.createElement("div", { className: this.css.headerText, style: { maxWidth: this.survey.titleMaxWidth } },
|
|
1818
|
+
external_react_namespaceObject.createElement(TitleElement, { element: this.survey }),
|
|
1819
|
+
this.survey.renderedHasDescription ? external_react_namespaceObject.createElement("div", { className: this.css.description }, description) : null));
|
|
1822
1820
|
}
|
|
1823
1821
|
renderLogoImage(isRender) {
|
|
1824
1822
|
if (!isRender)
|
|
@@ -1832,29 +1830,29 @@ class SurveyHeader extends external_react_namespaceObject["default"].Component {
|
|
|
1832
1830
|
render() {
|
|
1833
1831
|
if (!this.survey.renderedHasHeader)
|
|
1834
1832
|
return null;
|
|
1835
|
-
return (external_react_namespaceObject
|
|
1833
|
+
return (external_react_namespaceObject.createElement("div", { className: this.css.header, ref: this.rootRef },
|
|
1836
1834
|
this.renderLogoImage(this.survey.isLogoBefore),
|
|
1837
1835
|
this.renderTitle(),
|
|
1838
1836
|
this.renderLogoImage(this.survey.isLogoAfter),
|
|
1839
|
-
external_react_namespaceObject
|
|
1837
|
+
external_react_namespaceObject.createElement("div", { className: this.css.headerClose })));
|
|
1840
1838
|
}
|
|
1841
1839
|
}
|
|
1842
1840
|
ReactElementFactory.Instance.registerElement("survey-header", (props) => {
|
|
1843
|
-
return external_react_namespaceObject
|
|
1841
|
+
return external_react_namespaceObject.createElement(SurveyHeader, props);
|
|
1844
1842
|
});
|
|
1845
1843
|
|
|
1846
1844
|
;// ./src/components/brand-info.tsx
|
|
1847
1845
|
|
|
1848
|
-
class BrandInfo extends external_react_namespaceObject
|
|
1846
|
+
class BrandInfo extends external_react_namespaceObject.Component {
|
|
1849
1847
|
render() {
|
|
1850
|
-
return (external_react_namespaceObject
|
|
1851
|
-
external_react_namespaceObject
|
|
1852
|
-
external_react_namespaceObject
|
|
1853
|
-
external_react_namespaceObject
|
|
1848
|
+
return (external_react_namespaceObject.createElement("div", { className: "sv-brand-info" },
|
|
1849
|
+
external_react_namespaceObject.createElement("a", { className: "sv-brand-info__logo", href: "https://surveyjs.io/?utm_source=built-in_links&utm_medium=online_survey_tool&utm_campaign=landing_page" },
|
|
1850
|
+
external_react_namespaceObject.createElement("img", { src: "https://surveyjs.io/Content/Images/poweredby.svg" })),
|
|
1851
|
+
external_react_namespaceObject.createElement("div", { className: "sv-brand-info__text" },
|
|
1854
1852
|
"Try and see how easy it is to ",
|
|
1855
|
-
external_react_namespaceObject
|
|
1856
|
-
external_react_namespaceObject
|
|
1857
|
-
external_react_namespaceObject
|
|
1853
|
+
external_react_namespaceObject.createElement("a", { href: "https://surveyjs.io/create-survey?utm_source=built-in_links&utm_medium=online_survey_tool&utm_campaign=create_survey" }, "create a survey")),
|
|
1854
|
+
external_react_namespaceObject.createElement("div", { className: "sv-brand-info__terms" },
|
|
1855
|
+
external_react_namespaceObject.createElement("a", { href: "https://surveyjs.io/TermsOfUse" }, "Terms of Use & Privacy Statement"))));
|
|
1858
1856
|
}
|
|
1859
1857
|
}
|
|
1860
1858
|
|
|
@@ -1874,19 +1872,19 @@ class NotifierComponent extends SurveyElementBase {
|
|
|
1874
1872
|
if (!this.notifier.isDisplayed)
|
|
1875
1873
|
return null;
|
|
1876
1874
|
const style = { visibility: this.notifier.active ? "visible" : "hidden" };
|
|
1877
|
-
return (external_react_namespaceObject
|
|
1878
|
-
external_react_namespaceObject
|
|
1879
|
-
external_react_namespaceObject
|
|
1875
|
+
return (external_react_namespaceObject.createElement("div", { className: this.notifier.css, style: style, role: "alert", "aria-live": "polite" },
|
|
1876
|
+
external_react_namespaceObject.createElement("span", null, this.notifier.message),
|
|
1877
|
+
external_react_namespaceObject.createElement(SurveyActionBar, { model: this.notifier.actionBar })));
|
|
1880
1878
|
}
|
|
1881
1879
|
}
|
|
1882
1880
|
ReactElementFactory.Instance.registerElement("sv-notifier", (props) => {
|
|
1883
|
-
return external_react_namespaceObject
|
|
1881
|
+
return external_react_namespaceObject.createElement(NotifierComponent, props);
|
|
1884
1882
|
});
|
|
1885
1883
|
|
|
1886
1884
|
;// ./src/components/components-container.tsx
|
|
1887
1885
|
|
|
1888
1886
|
|
|
1889
|
-
class ComponentsContainer extends external_react_namespaceObject
|
|
1887
|
+
class ComponentsContainer extends external_react_namespaceObject.Component {
|
|
1890
1888
|
render() {
|
|
1891
1889
|
const components = this.props.survey.getContainerContent(this.props.container);
|
|
1892
1890
|
const needRenderWrapper = this.props.needRenderWrapper === false ? false : true;
|
|
@@ -1894,23 +1892,23 @@ class ComponentsContainer extends external_react_namespaceObject["default"].Comp
|
|
|
1894
1892
|
return null;
|
|
1895
1893
|
}
|
|
1896
1894
|
if (!needRenderWrapper) {
|
|
1897
|
-
return external_react_namespaceObject
|
|
1895
|
+
return external_react_namespaceObject.createElement(external_react_namespaceObject.Fragment, null, components.map(component => {
|
|
1898
1896
|
return ReactElementFactory.Instance.createElement(component.component, { survey: this.props.survey, model: component.data, container: this.props.container, key: component.id });
|
|
1899
1897
|
}));
|
|
1900
1898
|
}
|
|
1901
|
-
return external_react_namespaceObject
|
|
1899
|
+
return external_react_namespaceObject.createElement("div", { className: "sv-components-column" + " sv-components-container-" + this.props.container }, components.map(component => {
|
|
1902
1900
|
return ReactElementFactory.Instance.createElement(component.component, { survey: this.props.survey, model: component.data, container: this.props.container, key: component.id });
|
|
1903
1901
|
}));
|
|
1904
1902
|
}
|
|
1905
1903
|
}
|
|
1906
1904
|
ReactElementFactory.Instance.registerElement("sv-components-container", (props) => {
|
|
1907
|
-
return external_react_namespaceObject
|
|
1905
|
+
return external_react_namespaceObject.createElement(ComponentsContainer, props);
|
|
1908
1906
|
});
|
|
1909
1907
|
|
|
1910
1908
|
;// ./src/svgbundle.tsx
|
|
1911
1909
|
|
|
1912
1910
|
|
|
1913
|
-
class SvgBundleComponent extends external_react_namespaceObject
|
|
1911
|
+
class SvgBundleComponent extends external_react_namespaceObject.Component {
|
|
1914
1912
|
constructor(props) {
|
|
1915
1913
|
super(props);
|
|
1916
1914
|
this.onIconsChanged = () => {
|
|
@@ -1918,7 +1916,7 @@ class SvgBundleComponent extends external_react_namespaceObject["default"].Compo
|
|
|
1918
1916
|
this.containerRef.current.innerHTML = external_survey_core_namespaceObject.SvgRegistry.iconsRenderedHtml();
|
|
1919
1917
|
}
|
|
1920
1918
|
};
|
|
1921
|
-
this.containerRef = external_react_namespaceObject
|
|
1919
|
+
this.containerRef = external_react_namespaceObject.createRef();
|
|
1922
1920
|
}
|
|
1923
1921
|
componentDidMount() {
|
|
1924
1922
|
this.onIconsChanged();
|
|
@@ -1931,7 +1929,7 @@ class SvgBundleComponent extends external_react_namespaceObject["default"].Compo
|
|
|
1931
1929
|
const svgStyle = {
|
|
1932
1930
|
display: "none"
|
|
1933
1931
|
};
|
|
1934
|
-
return external_react_namespaceObject
|
|
1932
|
+
return external_react_namespaceObject.createElement("svg", { style: svgStyle, id: "sv-icon-holder-global-container", ref: this.containerRef });
|
|
1935
1933
|
}
|
|
1936
1934
|
}
|
|
1937
1935
|
|
|
@@ -1981,7 +1979,7 @@ class PopupModal extends SurveyElementBase {
|
|
|
1981
1979
|
renderElement() {
|
|
1982
1980
|
if (!this.model)
|
|
1983
1981
|
return null;
|
|
1984
|
-
return (0,external_react_dom_namespaceObject.createPortal)(external_react_namespaceObject
|
|
1982
|
+
return (0,external_react_dom_namespaceObject.createPortal)(external_react_namespaceObject.createElement(PopupContainer, { model: this.model }), this.model.container);
|
|
1985
1983
|
}
|
|
1986
1984
|
showDialog(dialogOptions, rootElement) {
|
|
1987
1985
|
this.model = (0,external_survey_core_namespaceObject.createPopupModalViewModel)(dialogOptions, rootElement);
|
|
@@ -2012,156 +2010,236 @@ PopupModal.modalDescriptors = [];
|
|
|
2012
2010
|
|
|
2013
2011
|
;// ../survey-core/build/fesm/icons/iconsV1.js
|
|
2014
2012
|
/*!
|
|
2015
|
-
* surveyjs - Survey JavaScript library v2.0.0-rc.
|
|
2013
|
+
* surveyjs - Survey JavaScript library v2.0.0-rc.5
|
|
2016
2014
|
* Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
2017
2015
|
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
|
2018
2016
|
*/
|
|
2019
2017
|
/******/ var __webpack_modules__ = ({
|
|
2020
2018
|
|
|
2021
|
-
/***/
|
|
2019
|
+
/***/ 412:
|
|
2022
2020
|
/***/ ((module) => {
|
|
2023
2021
|
|
|
2024
|
-
module.exports = "<svg
|
|
2022
|
+
module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13 7H3V9H13V7Z\"></path></svg>"
|
|
2025
2023
|
|
|
2026
2024
|
/***/ }),
|
|
2027
2025
|
|
|
2028
|
-
/***/
|
|
2026
|
+
/***/ 547:
|
|
2029
2027
|
/***/ ((module) => {
|
|
2030
2028
|
|
|
2031
|
-
module.exports = "<svg
|
|
2029
|
+
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>"
|
|
2032
2030
|
|
|
2033
2031
|
/***/ }),
|
|
2034
2032
|
|
|
2035
|
-
/***/
|
|
2033
|
+
/***/ 685:
|
|
2036
2034
|
/***/ ((module) => {
|
|
2037
2035
|
|
|
2038
|
-
module.exports = "<svg
|
|
2036
|
+
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>"
|
|
2039
2037
|
|
|
2040
2038
|
/***/ }),
|
|
2041
2039
|
|
|
2042
|
-
/***/
|
|
2040
|
+
/***/ 694:
|
|
2043
2041
|
/***/ ((module) => {
|
|
2044
2042
|
|
|
2045
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2043
|
+
module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 13H4C2.9 13 2 12.1 2 11V5C2 3.9 2.9 3 4 3H12C13.1 3 14 3.9 14 5V11C14 12.1 13.1 13 12 13ZM4 5V11H12V5H4Z\"></path></svg>"
|
|
2046
2044
|
|
|
2047
2045
|
/***/ }),
|
|
2048
2046
|
|
|
2049
|
-
/***/
|
|
2047
|
+
/***/ 730:
|
|
2050
2048
|
/***/ ((module) => {
|
|
2051
2049
|
|
|
2052
|
-
module.exports = "<svg viewBox=\"
|
|
2050
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7 7C6.45 7 6 6.55 6 6V2C6 1.45 6.45 1 7 1C7.55 1 8 1.45 8 2V6C8 6.55 7.55 7 7 7ZM18 6V2C18 1.45 17.55 1 17 1C16.45 1 16 1.45 16 2V6C16 6.55 16.45 7 17 7C17.55 7 18 6.55 18 6ZM21 21C21 20.45 20.55 20 20 20H4C3.45 20 3 20.45 3 21C3 21.55 3.45 22 4 22H20C20.55 22 21 21.55 21 21Z\"></path></svg>"
|
|
2053
2051
|
|
|
2054
2052
|
/***/ }),
|
|
2055
2053
|
|
|
2056
|
-
/***/
|
|
2054
|
+
/***/ 783:
|
|
2057
2055
|
/***/ ((module) => {
|
|
2058
2056
|
|
|
2059
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2057
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 15L17 10H7L12 15Z\"></path></svg>"
|
|
2060
2058
|
|
|
2061
2059
|
/***/ }),
|
|
2062
2060
|
|
|
2063
|
-
/***/
|
|
2061
|
+
/***/ 829:
|
|
2064
2062
|
/***/ ((module) => {
|
|
2065
2063
|
|
|
2066
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2064
|
+
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>"
|
|
2067
2065
|
|
|
2068
2066
|
/***/ }),
|
|
2069
2067
|
|
|
2070
|
-
/***/
|
|
2068
|
+
/***/ 861:
|
|
2071
2069
|
/***/ ((module) => {
|
|
2072
2070
|
|
|
2073
|
-
module.exports = "<svg xmlns=\"http://www.w3.org/2000/svg\"
|
|
2071
|
+
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>"
|
|
2074
2072
|
|
|
2075
2073
|
/***/ }),
|
|
2076
2074
|
|
|
2077
|
-
/***/
|
|
2075
|
+
/***/ 1498:
|
|
2078
2076
|
/***/ ((module) => {
|
|
2079
2077
|
|
|
2080
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2078
|
+
module.exports = "<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#clip0_19679_369428)\"><path opacity=\"0.1\" d=\"M24 40C15.18 40 8 32.82 8 24C8 15.18 15.18 8 24 8C32.82 8 40 15.18 40 24C40 32.82 32.82 40 24 40ZM24 12C17.38 12 12 17.38 12 24C12 30.62 17.38 36 24 36C30.62 36 36 30.62 36 24C36 17.38 30.62 12 24 12Z\" fill=\"black\" fill-opacity=\"0.91\"></path><path d=\"M10 26C8.9 26 8 25.1 8 24C8 15.18 15.18 8 24 8C25.1 8 26 8.9 26 10C26 11.1 25.1 12 24 12C17.38 12 12 17.38 12 24C12 25.1 11.1 26 10 26Z\"></path></g><defs><clipPath id=\"clip0_19679_369428\"><rect width=\"32\" height=\"32\" fill=\"white\" transform=\"translate(8 8)\"></rect></clipPath></defs></svg>"
|
|
2081
2079
|
|
|
2082
2080
|
/***/ }),
|
|
2083
2081
|
|
|
2084
|
-
/***/
|
|
2082
|
+
/***/ 1519:
|
|
2085
2083
|
/***/ ((module) => {
|
|
2086
2084
|
|
|
2087
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2085
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><g><path d=\"M12 19.3373L6.13001 22.4373C5.50001 22.7673 4.77001 22.2373 4.89001 21.5373L6.01001 14.9773L1.26001 10.3273C0.750007 9.83728 1.03001 8.96728 1.73001 8.86728L8.29001 7.90728L11.23 1.93728C11.54 1.29728 12.45 1.29728 12.77 1.93728L15.7 7.90728L22.26 8.86728C22.96 8.96728 23.24 9.83728 22.73 10.3273L17.98 14.9773L19.1 21.5373C19.22 22.2373 18.49 22.7773 17.86 22.4373L11.99 19.3373H12Z\"></path></g></svg>"
|
|
2088
2086
|
|
|
2089
2087
|
/***/ }),
|
|
2090
2088
|
|
|
2091
|
-
/***/
|
|
2089
|
+
/***/ 1590:
|
|
2092
2090
|
/***/ ((module) => {
|
|
2093
2091
|
|
|
2094
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2092
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#clip0_15894_140103)\"><path d=\"M4.88291 4.51001C4.47291 4.51001 4.08291 4.25001 3.94291 3.84001C3.76291 3.32001 4.03291 2.75001 4.55291 2.57001L8.32291 1.25001C8.84291 1.06001 9.41291 1.34001 9.59291 1.86001C9.77291 2.38001 9.50291 2.95001 8.98291 3.13001L5.20291 4.45001C5.09291 4.49001 4.98291 4.51001 4.87291 4.51001H4.88291ZM19.8129 3.89001C20.0229 3.38001 19.7729 2.79001 19.2629 2.59001L15.5529 1.07001C15.0429 0.860007 14.4529 1.11001 14.2529 1.62001C14.0429 2.13001 14.2929 2.72001 14.8029 2.92001L18.5029 4.43001C18.6229 4.48001 18.7529 4.50001 18.8829 4.50001C19.2729 4.50001 19.6529 4.27001 19.8129 3.88001V3.89001ZM3.50291 6.00001C2.64291 6.37001 1.79291 6.88001 1.00291 7.48001C0.79291 7.64001 0.64291 7.87001 0.59291 8.14001C0.48291 8.73001 0.87291 9.29001 1.45291 9.40001C2.04291 9.51001 2.60291 9.12001 2.71291 8.54001C2.87291 7.69001 3.12291 6.83001 3.50291 5.99001V6.00001ZM21.0429 8.55001C21.6029 10.48 24.2429 8.84001 22.7529 7.48001C21.9629 6.88001 21.1129 6.37001 20.2529 6.00001C20.6329 6.84001 20.8829 7.70001 21.0429 8.55001ZM21.5729 13.2C21.2529 14.2 22.5429 15.09 23.3629 14.39C23.8529 14 23.9229 13.29 23.5429 12.81C21.7429 10.67 22.1329 10.55 21.5829 13.2H21.5729ZM1.75291 11C1.22291 11.79 -0.14709 12.64 0.0129102 13.75C0.15291 14.36 0.75291 14.74 1.35291 14.6C2.98291 14.1 1.80291 12.22 1.75291 11ZM19.8829 17C19.8829 13.14 16.2929 10 11.8829 10C7.47291 10 3.88291 13.14 3.88291 17C3.88291 20.86 7.47291 24 11.8829 24C16.2929 24 19.8829 20.86 19.8829 17ZM17.8829 17C17.8829 19.76 15.1929 22 11.8829 22C8.57291 22 5.88291 19.76 5.88291 17C5.88291 14.24 8.57291 12 11.8829 12C15.1929 12 17.8829 14.24 17.8829 17Z\"></path></g><defs><clipPath id=\"clip0_15894_140103\"><rect width=\"24\" height=\"24\" fill=\"white\"></rect></clipPath></defs></svg>"
|
|
2095
2093
|
|
|
2096
2094
|
/***/ }),
|
|
2097
2095
|
|
|
2098
|
-
/***/
|
|
2096
|
+
/***/ 1736:
|
|
2099
2097
|
/***/ ((module) => {
|
|
2100
2098
|
|
|
2101
|
-
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"
|
|
2099
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.93 9H21V7C21 6.46957 20.7893 5.96086 20.4142 5.58579C20.0391 5.21071 19.5304 5 19 5H10L8 3H4C3.46957 3 2.96086 3.21071 2.58579 3.58579C2.21071 3.96086 2 4.46957 2 5L2 21H21L23.89 11.63C23.9916 11.3244 24.0179 10.9988 23.9667 10.6809C23.9155 10.363 23.7882 10.0621 23.5958 9.80392C23.4034 9.54571 23.1514 9.33779 22.8614 9.19782C22.5714 9.05786 22.2519 8.99 21.93 9ZM4 5H7.17L8.59 6.41L9.17 7H19V9H6L4 15V5ZM22 11L19.54 19H4.77L7.44 11H22Z\"></path></svg>"
|
|
2102
2100
|
|
|
2103
2101
|
/***/ }),
|
|
2104
2102
|
|
|
2105
|
-
/***/
|
|
2103
|
+
/***/ 1754:
|
|
2106
2104
|
/***/ ((module) => {
|
|
2107
2105
|
|
|
2108
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2106
|
+
module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13 7H9V3H7V7H3V9H7V13H9V9H13V7Z\"></path></svg>"
|
|
2109
2107
|
|
|
2110
2108
|
/***/ }),
|
|
2111
2109
|
|
|
2112
|
-
/***/
|
|
2110
|
+
/***/ 1914:
|
|
2113
2111
|
/***/ ((module) => {
|
|
2114
2112
|
|
|
2115
|
-
module.exports = "<svg
|
|
2113
|
+
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>"
|
|
2116
2114
|
|
|
2117
2115
|
/***/ }),
|
|
2118
2116
|
|
|
2119
|
-
/***/
|
|
2117
|
+
/***/ 2012:
|
|
2120
2118
|
/***/ ((module) => {
|
|
2121
2119
|
|
|
2122
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2120
|
+
module.exports = "<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M24 39.5057L11.7226 45.9839C10.4095 46.6739 8.87606 45.5622 9.12525 44.096L11.4734 30.373L1.54411 20.6556C0.480254 19.6207 1.06489 17.8095 2.53128 17.5986L16.2559 15.5957L22.3994 3.10891C23.0512 1.77685 24.9488 1.77685 25.6102 3.10891L31.7441 15.5957L45.4687 17.5986C46.9351 17.8095 47.5197 19.6207 46.4559 20.6556L36.5266 30.373L38.8748 44.096C39.1239 45.5622 37.5905 46.6835 36.2774 45.9839L24 39.5057Z\" fill=\"none\" stroke-width=\"2\"></path><path d=\"M24.3981 33.1305L24 32.9206L23.6019 33.1305L15.8715 37.2059L17.3542 28.5663L17.43 28.1246L17.1095 27.8113L10.83 21.6746L19.4965 20.4049L19.9405 20.3399L20.1387 19.9373L24 12.0936L27.8613 19.9373L28.0595 20.3399L28.5035 20.4049L37.17 21.6746L30.8905 27.8113L30.57 28.1246L30.6458 28.5663L32.1285 37.2059L24.3981 33.1305Z\" stroke-width=\"1.70746\"></path></svg>"
|
|
2123
2121
|
|
|
2124
2122
|
/***/ }),
|
|
2125
2123
|
|
|
2126
|
-
/***/
|
|
2124
|
+
/***/ 2819:
|
|
2127
2125
|
/***/ ((module) => {
|
|
2128
2126
|
|
|
2129
|
-
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"
|
|
2127
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M17 5L12 0L7 5H11V9H13V5H17Z\"></path><path d=\"M13 19V15H11V19H7L12 24L17 19H13Z\"></path></svg>"
|
|
2130
2128
|
|
|
2131
2129
|
/***/ }),
|
|
2132
2130
|
|
|
2133
|
-
/***/
|
|
2134
|
-
/***/ ((module) => {
|
|
2131
|
+
/***/ 2892:
|
|
2132
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_8754__) => {
|
|
2135
2133
|
|
|
2136
|
-
|
|
2134
|
+
var map = {
|
|
2135
|
+
"./ModernBooleanCheckChecked.svg": 861,
|
|
2136
|
+
"./ModernBooleanCheckInd.svg": 8877,
|
|
2137
|
+
"./ModernBooleanCheckUnchecked.svg": 1914,
|
|
2138
|
+
"./ModernCheck.svg": 5826,
|
|
2139
|
+
"./ModernRadio.svg": 3623,
|
|
2140
|
+
"./ProgressButton.svg": 8918,
|
|
2141
|
+
"./RemoveFile.svg": 685,
|
|
2142
|
+
"./TimerCircle.svg": 9274,
|
|
2143
|
+
"./add-24x24.svg": 8119,
|
|
2144
|
+
"./arrowleft-16x16.svg": 7808,
|
|
2145
|
+
"./arrowright-16x16.svg": 8081,
|
|
2146
|
+
"./camera-24x24.svg": 829,
|
|
2147
|
+
"./camera-32x32.svg": 4939,
|
|
2148
|
+
"./cancel-24x24.svg": 4906,
|
|
2149
|
+
"./check-16x16.svg": 9636,
|
|
2150
|
+
"./check-24x24.svg": 8726,
|
|
2151
|
+
"./chevrondown-24x24.svg": 783,
|
|
2152
|
+
"./chevronright-16x16.svg": 5339,
|
|
2153
|
+
"./clear-16x16.svg": 547,
|
|
2154
|
+
"./clear-24x24.svg": 6625,
|
|
2155
|
+
"./close-16x16.svg": 7432,
|
|
2156
|
+
"./close-24x24.svg": 3850,
|
|
2157
|
+
"./collapse-16x16.svg": 8671,
|
|
2158
|
+
"./collapsedetails-16x16.svg": 9697,
|
|
2159
|
+
"./delete-24x24.svg": 7281,
|
|
2160
|
+
"./drag-24x24.svg": 6826,
|
|
2161
|
+
"./draghorizontal-24x16.svg": 7589,
|
|
2162
|
+
"./expand-16x16.svg": 9018,
|
|
2163
|
+
"./expanddetails-16x16.svg": 1754,
|
|
2164
|
+
"./file-72x72.svg": 5664,
|
|
2165
|
+
"./flip-24x24.svg": 4309,
|
|
2166
|
+
"./folder-24x24.svg": 1736,
|
|
2167
|
+
"./fullsize-16x16.svg": 694,
|
|
2168
|
+
"./image-48x48.svg": 4089,
|
|
2169
|
+
"./loading-48x48.svg": 1498,
|
|
2170
|
+
"./maximize-16x16.svg": 9492,
|
|
2171
|
+
"./minimize-16x16.svg": 4326,
|
|
2172
|
+
"./more-24x24.svg": 7755,
|
|
2173
|
+
"./navmenu-24x24.svg": 4016,
|
|
2174
|
+
"./noimage-48x48.svg": 5282,
|
|
2175
|
+
"./ranking-arrows.svg": 4450,
|
|
2176
|
+
"./rankingundefined-16x16.svg": 412,
|
|
2177
|
+
"./rating-star-2.svg": 2012,
|
|
2178
|
+
"./rating-star-small-2.svg": 4170,
|
|
2179
|
+
"./rating-star-small.svg": 1519,
|
|
2180
|
+
"./rating-star.svg": 4957,
|
|
2181
|
+
"./reorder-24x24.svg": 2819,
|
|
2182
|
+
"./restoredown-16x16.svg": 3386,
|
|
2183
|
+
"./search-24x24.svg": 9964,
|
|
2184
|
+
"./smiley-rate1-24x24.svg": 5793,
|
|
2185
|
+
"./smiley-rate10-24x24.svg": 9621,
|
|
2186
|
+
"./smiley-rate2-24x24.svg": 1590,
|
|
2187
|
+
"./smiley-rate3-24x24.svg": 3119,
|
|
2188
|
+
"./smiley-rate4-24x24.svg": 5636,
|
|
2189
|
+
"./smiley-rate5-24x24.svg": 7893,
|
|
2190
|
+
"./smiley-rate6-24x24.svg": 730,
|
|
2191
|
+
"./smiley-rate7-24x24.svg": 3155,
|
|
2192
|
+
"./smiley-rate8-24x24.svg": 3880,
|
|
2193
|
+
"./smiley-rate9-24x24.svg": 8409
|
|
2194
|
+
};
|
|
2195
|
+
|
|
2196
|
+
|
|
2197
|
+
function webpackContext(req) {
|
|
2198
|
+
var id = webpackContextResolve(req);
|
|
2199
|
+
return __nested_webpack_require_8754__(id);
|
|
2200
|
+
}
|
|
2201
|
+
function webpackContextResolve(req) {
|
|
2202
|
+
if(!__nested_webpack_require_8754__.o(map, req)) {
|
|
2203
|
+
var e = new Error("Cannot find module '" + req + "'");
|
|
2204
|
+
e.code = 'MODULE_NOT_FOUND';
|
|
2205
|
+
throw e;
|
|
2206
|
+
}
|
|
2207
|
+
return map[req];
|
|
2208
|
+
}
|
|
2209
|
+
webpackContext.keys = function webpackContextKeys() {
|
|
2210
|
+
return Object.keys(map);
|
|
2211
|
+
};
|
|
2212
|
+
webpackContext.resolve = webpackContextResolve;
|
|
2213
|
+
module.exports = webpackContext;
|
|
2214
|
+
webpackContext.id = 2892;
|
|
2137
2215
|
|
|
2138
2216
|
/***/ }),
|
|
2139
2217
|
|
|
2140
|
-
/***/
|
|
2218
|
+
/***/ 3119:
|
|
2141
2219
|
/***/ ((module) => {
|
|
2142
2220
|
|
|
2143
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2221
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.01915 7C6.46961 7 6.01998 6.55 6.01998 6V2C6.01998 1.45 6.46961 1 7.01915 1C7.56869 1 8.01832 1.45 8.01832 2V6C8.01832 6.55 7.56869 7 7.01915 7ZM18.01 6V2C18.01 1.45 17.5604 1 17.0108 1C16.4613 1 16.0117 1.45 16.0117 2V6C16.0117 6.55 16.4613 7 17.0108 7C17.5604 7 18.01 6.55 18.01 6ZM16.4213 21.58L18.01 19.99L19.2989 21.28C19.6886 21.67 20.3181 21.67 20.7077 21.28C21.0974 20.89 21.0974 20.26 20.7077 19.87L19.4188 18.58C18.6395 17.8 17.3705 17.8 16.5912 18.58L15.0025 20.17L13.4138 18.58C12.6345 17.8 11.3655 17.8 10.5862 18.58L8.9975 20.17L7.40883 18.58C6.62948 17.8 5.36053 17.8 4.58118 18.58L3.29226 19.87C2.90258 20.26 2.90258 20.89 3.29226 21.28C3.68193 21.67 4.31141 21.67 4.70108 21.28L5.99001 19.99L7.57868 21.58C8.35803 22.36 9.62698 22.36 10.4063 21.58L11.995 19.99L13.5837 21.58C13.9734 21.97 14.4829 22.16 14.9925 22.16C15.5021 22.16 16.0117 21.97 16.4013 21.58H16.4213Z\"></path></svg>"
|
|
2144
2222
|
|
|
2145
2223
|
/***/ }),
|
|
2146
2224
|
|
|
2147
|
-
/***/
|
|
2225
|
+
/***/ 3155:
|
|
2148
2226
|
/***/ ((module) => {
|
|
2149
2227
|
|
|
2150
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2228
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.0022 23.99C11.452 23.99 11.0018 23.5402 11.0018 22.9904C11.0018 22.4407 11.452 21.9909 12.0022 21.9909C16.3137 21.9909 21.0755 19.472 22.0158 13.8344C22.1058 13.2947 22.616 12.9248 23.1662 13.0148C23.7064 13.1047 24.0765 13.6245 23.9865 14.1643C22.8561 20.9513 17.144 24 11.9922 24L12.0022 23.99ZM8.00072 5.99783V1.99957C8.00072 1.4498 7.55056 1 7.00036 1C6.45016 1 6 1.4498 6 1.99957V5.99783C6 6.54759 6.45016 6.99739 7.00036 6.99739C7.55056 6.99739 8.00072 6.54759 8.00072 5.99783ZM18.0043 5.99783V1.99957C18.0043 1.4498 17.5542 1 17.004 1C16.4538 1 16.0036 1.4498 16.0036 1.99957V5.99783C16.0036 6.54759 16.4538 6.99739 17.004 6.99739C17.5542 6.99739 18.0043 6.54759 18.0043 5.99783Z\"></path></svg>"
|
|
2151
2229
|
|
|
2152
2230
|
/***/ }),
|
|
2153
2231
|
|
|
2154
|
-
/***/
|
|
2232
|
+
/***/ 3386:
|
|
2155
2233
|
/***/ ((module) => {
|
|
2156
2234
|
|
|
2157
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2235
|
+
module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M15 6C15 6.55 14.55 7 14 7H10C9.45 7 9 6.55 9 6V2C9 1.45 9.45 1 10 1C10.55 1 11 1.45 11 2V3.59L13.29 1.29C13.49 1.09 13.74 1 14 1C14.26 1 14.51 1.1 14.71 1.29C15.1 1.68 15.1 2.31 14.71 2.7L12.42 4.99H14.01C14.56 4.99 15.01 5.44 15.01 5.99L15 6ZM6 9H2C1.45 9 0.999998 9.45 0.999998 10C0.999998 10.55 1.45 11 2 11H3.59L1.29 13.29C0.899998 13.68 0.899998 14.31 1.29 14.7C1.68 15.09 2.31 15.09 2.7 14.7L4.99 12.41V14C4.99 14.55 5.44 15 5.99 15C6.54 15 6.99 14.55 6.99 14V10C6.99 9.45 6.54 9 5.99 9H6Z\"></path></svg>"
|
|
2158
2236
|
|
|
2159
2237
|
/***/ }),
|
|
2160
2238
|
|
|
2161
|
-
/***/
|
|
2239
|
+
/***/ 3623:
|
|
2162
2240
|
/***/ ((module) => {
|
|
2163
2241
|
|
|
2164
|
-
module.exports = "<svg viewBox=\"
|
|
2242
|
+
module.exports = "<svg viewBox=\"-12 -12 24 24\"><circle r=\"6\" cx=\"0\" cy=\"0\"></circle></svg>"
|
|
2165
2243
|
|
|
2166
2244
|
/***/ }),
|
|
2167
2245
|
|
|
@@ -2172,349 +2250,269 @@ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\
|
|
|
2172
2250
|
|
|
2173
2251
|
/***/ }),
|
|
2174
2252
|
|
|
2175
|
-
/***/
|
|
2253
|
+
/***/ 3880:
|
|
2176
2254
|
/***/ ((module) => {
|
|
2177
2255
|
|
|
2178
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2256
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.01 24C6.85721 24 1.15412 20.96 0.0134987 14.16C-0.0765501 13.62 0.293651 13.1 0.833944 13.01C1.38424 12.92 1.89452 13.29 1.98457 13.83C2.92508 19.47 7.69767 21.99 12 21.99C16.3023 21.99 21.0749 19.47 22.0154 13.83C22.1055 13.29 22.6158 12.92 23.1661 13.01C23.7063 13.1 24.0765 13.62 23.9865 14.16C22.8559 20.95 17.1428 24 11.99 24H12.01ZM8.00783 6V2C8.00783 1.45 7.55759 1 7.00729 1C6.45699 1 6.00675 1.45 6.00675 2V6C6.00675 6.55 6.45699 7 7.00729 7C7.55759 7 8.00783 6.55 8.00783 6ZM18.0133 6V2C18.0133 1.45 17.563 1 17.0127 1C16.4624 1 16.0122 1.45 16.0122 2V6C16.0122 6.55 16.4624 7 17.0127 7C17.563 7 18.0133 6.55 18.0133 6Z\"></path></svg>"
|
|
2179
2257
|
|
|
2180
2258
|
/***/ }),
|
|
2181
2259
|
|
|
2182
|
-
/***/
|
|
2260
|
+
/***/ 4016:
|
|
2183
2261
|
/***/ ((module) => {
|
|
2184
2262
|
|
|
2185
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2263
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M16 7H2V5H16V7ZM2 11V13H22V11H2ZM2 19H10V17H2V19Z\"></path></svg>"
|
|
2186
2264
|
|
|
2187
2265
|
/***/ }),
|
|
2188
2266
|
|
|
2189
|
-
/***/
|
|
2267
|
+
/***/ 4089:
|
|
2190
2268
|
/***/ ((module) => {
|
|
2191
2269
|
|
|
2192
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2270
|
+
module.exports = "<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M36 8H12C9.79 8 8 9.79 8 12V36C8 38.21 9.79 40 12 40H36C38.21 40 40 38.21 40 36V12C40 9.79 38.21 8 36 8ZM38 36C38 37.1 37.1 38 36 38H12C10.9 38 10 37.1 10 36V12C10 10.9 10.9 10 12 10H36C37.1 10 38 10.9 38 12V36ZM14 17C14 15.34 15.34 14 17 14C18.66 14 20 15.34 20 17C20 18.66 18.66 20 17 20C15.34 20 14 18.66 14 17ZM27 24L36 36H12L19 27L23 29L27 24Z\"></path></svg>"
|
|
2193
2271
|
|
|
2194
2272
|
/***/ }),
|
|
2195
2273
|
|
|
2196
|
-
/***/
|
|
2274
|
+
/***/ 4170:
|
|
2197
2275
|
/***/ ((module) => {
|
|
2198
2276
|
|
|
2199
|
-
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"
|
|
2277
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 19.3373L6.13001 22.4373C5.50001 22.7673 4.77001 22.2373 4.89001 21.5373L6.01001 14.9773L1.26001 10.3273C0.750007 9.83728 1.03001 8.96728 1.73001 8.86728L8.29001 7.90728L11.23 1.93728C11.54 1.29728 12.45 1.29728 12.77 1.93728L15.7 7.90728L22.26 8.86728C22.96 8.96728 23.24 9.83728 22.73 10.3273L17.98 14.9773L19.1 21.5373C19.22 22.2373 18.49 22.7773 17.86 22.4373L11.99 19.3373H12Z\" fill=\"none\" stroke-width=\"2\"></path><path d=\"M12 15.9472L8.58001 17.7572L9.23001 13.9272L6.45001 11.2072L10.29 10.6472L12 7.17725L13.71 10.6472L17.55 11.2072L14.77 13.9272L15.42 17.7572L12 15.9472Z\"></path></svg>"
|
|
2200
2278
|
|
|
2201
2279
|
/***/ }),
|
|
2202
2280
|
|
|
2203
|
-
/***/
|
|
2281
|
+
/***/ 4309:
|
|
2204
2282
|
/***/ ((module) => {
|
|
2205
2283
|
|
|
2206
|
-
module.exports = "<svg viewBox=\"0 0 24
|
|
2284
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M23 12.0037C23 14.2445 21.7794 16.3052 19.5684 17.8257C19.3984 17.9458 19.1983 18.0058 19.0082 18.0058C18.688 18.0058 18.3779 17.8557 18.1778 17.5756C17.8677 17.1155 17.9777 16.4953 18.4379 16.1852C20.0887 15.0448 21.0091 13.5643 21.0091 12.0138C21.0091 8.70262 16.9673 6.01171 12.005 6.01171C11.4948 6.01171 10.9945 6.04172 10.5043 6.09173L11.7149 7.30215C12.105 7.69228 12.105 8.32249 11.7149 8.71263C11.5148 8.9127 11.2647 9.00273 11.0045 9.00273C10.7444 9.00273 10.4943 8.90269 10.2942 8.71263L6.58254 5.00136L10.2842 1.2901C10.6744 0.899964 11.3047 0.899964 11.6949 1.2901C12.085 1.68023 12.085 2.31045 11.6949 2.70058L10.3042 4.09105C10.8545 4.03103 11.4147 4.00102 11.985 4.00102C18.0578 4.00102 22.99 7.59225 22.99 12.0037H23ZM12.2851 15.2949C11.895 15.685 11.895 16.3152 12.2851 16.7054L13.4957 17.9158C13.0055 17.9758 12.4952 17.9958 11.995 17.9958C7.03274 17.9958 2.99091 15.3049 2.99091 11.9937C2.99091 10.4332 3.90132 8.95271 5.56207 7.82232C6.02228 7.51222 6.13233 6.89201 5.82219 6.43185C5.51205 5.97169 4.89177 5.86166 4.43156 6.17176C2.22055 7.69228 1 9.76299 1 11.9937C1 16.4052 5.93224 19.9965 12.005 19.9965C12.5753 19.9965 13.1355 19.9665 13.6858 19.9064L12.2951 21.2969C11.905 21.6871 11.905 22.3173 12.2951 22.7074C12.4952 22.9075 12.7453 22.9975 13.0055 22.9975C13.2656 22.9975 13.5157 22.8975 13.7158 22.7074L17.4275 18.9961L13.7158 15.2849C13.3256 14.8947 12.6953 14.8947 12.3051 15.2849L12.2851 15.2949Z\"></path></svg>"
|
|
2207
2285
|
|
|
2208
2286
|
/***/ }),
|
|
2209
2287
|
|
|
2210
|
-
/***/
|
|
2288
|
+
/***/ 4326:
|
|
2211
2289
|
/***/ ((module) => {
|
|
2212
2290
|
|
|
2213
|
-
module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"
|
|
2291
|
+
module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13 9H3C2.45 9 2 8.55 2 8C2 7.45 2.45 7 3 7H13C13.55 7 14 7.45 14 8C14 8.55 13.55 9 13 9Z\"></path></svg>"
|
|
2214
2292
|
|
|
2215
2293
|
/***/ }),
|
|
2216
2294
|
|
|
2217
|
-
/***/
|
|
2295
|
+
/***/ 4450:
|
|
2218
2296
|
/***/ ((module) => {
|
|
2219
2297
|
|
|
2220
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2298
|
+
module.exports = "<svg viewBox=\"0 0 10 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10 5L5 0L0 5H4V9H6V5H10Z\"></path><path d=\"M6 19V15H4V19H0L5 24L10 19H6Z\"></path></svg>"
|
|
2221
2299
|
|
|
2222
2300
|
/***/ }),
|
|
2223
2301
|
|
|
2224
|
-
/***/
|
|
2302
|
+
/***/ 4906:
|
|
2225
2303
|
/***/ ((module) => {
|
|
2226
2304
|
|
|
2227
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2305
|
+
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>"
|
|
2228
2306
|
|
|
2229
2307
|
/***/ }),
|
|
2230
2308
|
|
|
2231
|
-
/***/
|
|
2309
|
+
/***/ 4939:
|
|
2232
2310
|
/***/ ((module) => {
|
|
2233
2311
|
|
|
2234
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2312
|
+
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>"
|
|
2235
2313
|
|
|
2236
2314
|
/***/ }),
|
|
2237
2315
|
|
|
2238
|
-
/***/
|
|
2316
|
+
/***/ 4957:
|
|
2239
2317
|
/***/ ((module) => {
|
|
2240
2318
|
|
|
2241
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2319
|
+
module.exports = "<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\"><g><path d=\"M24 39.5057L11.7226 45.9839C10.4095 46.6739 8.87606 45.5622 9.12525 44.096L11.4734 30.373L1.54411 20.6556C0.480254 19.6207 1.06489 17.8095 2.53128 17.5986L16.2559 15.5957L22.3994 3.10891C23.0512 1.77685 24.9488 1.77685 25.6102 3.10891L31.7441 15.5957L45.4687 17.5986C46.9351 17.8095 47.5197 19.6207 46.4559 20.6556L36.5266 30.373L38.8748 44.096C39.1239 45.5622 37.5905 46.6835 36.2774 45.9839L24 39.5057Z\"></path></g></svg>"
|
|
2242
2320
|
|
|
2243
2321
|
/***/ }),
|
|
2244
2322
|
|
|
2245
|
-
/***/
|
|
2323
|
+
/***/ 5282:
|
|
2246
2324
|
/***/ ((module) => {
|
|
2247
2325
|
|
|
2248
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2326
|
+
module.exports = "<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M14 17.01C14 16.4167 14.1759 15.8366 14.5056 15.3433C14.8352 14.8499 15.3038 14.4654 15.8519 14.2384C16.4001 14.0113 17.0033 13.9519 17.5853 14.0676C18.1672 14.1834 18.7018 14.4691 19.1213 14.8887C19.5409 15.3082 19.8266 15.8428 19.9424 16.4247C20.0581 17.0067 19.9987 17.6099 19.7716 18.1581C19.5446 18.7062 19.1601 19.1748 18.6667 19.5044C18.1734 19.8341 17.5933 20.01 17 20.01C16.2044 20.01 15.4413 19.6939 14.8787 19.1313C14.3161 18.5687 14 17.8056 14 17.01ZM27.09 24.14L20 36.01H36L27.09 24.14ZM36.72 8.14L35.57 10.01H36C36.5304 10.01 37.0391 10.2207 37.4142 10.5958C37.7893 10.9709 38 11.4796 38 12.01V36.01C38 36.5404 37.7893 37.0491 37.4142 37.4242C37.0391 37.7993 36.5304 38.01 36 38.01H18.77L17.57 40.01H36C37.0609 40.01 38.0783 39.5886 38.8284 38.8384C39.5786 38.0883 40 37.0709 40 36.01V12.01C39.9966 11.0765 39.6668 10.1737 39.0678 9.45778C38.4688 8.74188 37.6382 8.25802 36.72 8.09V8.14ZM36.86 4.5L12.86 44.5L11.14 43.5L13.23 40.01H12C10.9391 40.01 9.92172 39.5886 9.17157 38.8384C8.42143 38.0883 8 37.0709 8 36.01V12.01C8 10.9491 8.42143 9.93172 9.17157 9.18157C9.92172 8.43143 10.9391 8.01 12 8.01H32.43L35.14 3.5L36.86 4.5ZM14.43 38.01L15.63 36.01H12L19 27.01L20.56 27.8L31.23 10.01H12C11.4696 10.01 10.9609 10.2207 10.5858 10.5958C10.2107 10.9709 10 11.4796 10 12.01V36.01C10 36.5404 10.2107 37.0491 10.5858 37.4242C10.9609 37.7993 11.4696 38.01 12 38.01H14.43Z\"></path></svg>"
|
|
2249
2327
|
|
|
2250
2328
|
/***/ }),
|
|
2251
2329
|
|
|
2252
|
-
/***/
|
|
2330
|
+
/***/ 5339:
|
|
2253
2331
|
/***/ ((module) => {
|
|
2254
2332
|
|
|
2255
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2333
|
+
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>"
|
|
2256
2334
|
|
|
2257
2335
|
/***/ }),
|
|
2258
2336
|
|
|
2259
|
-
/***/
|
|
2337
|
+
/***/ 5636:
|
|
2260
2338
|
/***/ ((module) => {
|
|
2261
2339
|
|
|
2262
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2340
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.06927 7C6.51927 7 6.06927 6.55 6.06927 6V2C6.06927 1.45 6.51927 1 7.06927 1C7.61927 1 8.06927 1.45 8.06927 2V6C8.06927 6.55 7.61927 7 7.06927 7ZM18.0693 6V2C18.0693 1.45 17.6193 1 17.0693 1C16.5193 1 16.0693 1.45 16.0693 2V6C16.0693 6.55 16.5193 7 17.0693 7C17.6193 7 18.0693 6.55 18.0693 6ZM22.5693 21.9C23.0693 21.66 23.2793 21.07 23.0393 20.57C21.1093 16.52 16.9093 14 12.0693 14C7.22927 14 3.02927 16.52 1.09927 20.57C0.859273 21.07 1.06927 21.67 1.56927 21.9C2.06927 22.14 2.65927 21.93 2.89927 21.43C4.49927 18.08 8.00927 16 12.0593 16C16.1093 16 19.6293 18.08 21.2193 21.43C21.3893 21.79 21.7493 22 22.1193 22C22.2593 22 22.4093 21.97 22.5493 21.9H22.5693Z\"></path></svg>"
|
|
2263
2341
|
|
|
2264
2342
|
/***/ }),
|
|
2265
2343
|
|
|
2266
|
-
/***/
|
|
2344
|
+
/***/ 5664:
|
|
2267
2345
|
/***/ ((module) => {
|
|
2268
2346
|
|
|
2269
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2347
|
+
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>"
|
|
2270
2348
|
|
|
2271
2349
|
/***/ }),
|
|
2272
2350
|
|
|
2273
|
-
/***/
|
|
2351
|
+
/***/ 5793:
|
|
2274
2352
|
/***/ ((module) => {
|
|
2275
2353
|
|
|
2276
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2354
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M4 4.9938C4 4.44362 4.45 3.99348 5 3.99348H6.59L5.3 2.70306C4.91 2.31293 4.91 1.68272 5.3 1.2926C5.69 0.902468 6.32 0.902468 6.71 1.2926L9.71 4.29357C9.8 4.3836 9.88 4.49364 9.93 4.62368C10.03 4.86376 10.03 5.14385 9.93 5.38393C9.88 5.50397 9.81 5.614 9.71 5.71404L6.71 8.71501C6.51 8.91508 6.26 9.00511 6 9.00511C5.74 9.00511 5.49 8.90508 5.29 8.71501C4.9 8.32489 4.9 7.69468 5.29 7.30456L6.58 6.01413H4.99C4.44 6.01413 3.99 5.56399 3.99 5.01381L4 4.9938ZM14.08 5.37393C14.13 5.49397 14.2 5.604 14.3 5.70403L17.3 8.70501C17.5 8.90508 17.75 8.99511 18.01 8.99511C18.27 8.99511 18.52 8.89507 18.72 8.70501C19.11 8.31488 19.11 7.68468 18.72 7.29455L17.43 6.00413H19.02C19.57 6.00413 20.02 5.55399 20.02 5.00381C20.02 4.45363 19.57 4.00348 19.02 4.00348H17.43L18.72 2.71306C19.11 2.32293 19.11 1.69273 18.72 1.3026C18.33 0.912471 17.7 0.912471 17.31 1.3026L14.31 4.30358C14.22 4.39361 14.14 4.50364 14.09 4.63368C13.99 4.87376 13.99 5.15385 14.09 5.39393L14.08 5.37393ZM22 14.9971V20.999C22 22.6496 20.65 24 19 24H5C3.35 24 2 22.6496 2 20.999V14.9971C2 13.3465 3.35 11.9961 5 11.9961H19C20.65 11.9961 22 13.3465 22 14.9971ZM19 13.9967H16V16.9977H20V14.9971C20 14.4469 19.55 13.9967 19 13.9967ZM14 16.9977V13.9967H10V16.9977H14ZM10 18.9984V21.9993H14V18.9984H10ZM4 14.9971V16.9977H8V13.9967H5C4.45 13.9967 4 14.4469 4 14.9971ZM5 21.9993H8V18.9984H4V20.999C4 21.5492 4.45 21.9993 5 21.9993ZM20 20.999V18.9984H16V21.9993H19C19.55 21.9993 20 21.5492 20 20.999Z\"></path></svg>"
|
|
2277
2355
|
|
|
2278
2356
|
/***/ }),
|
|
2279
2357
|
|
|
2280
|
-
/***/
|
|
2358
|
+
/***/ 5826:
|
|
2281
2359
|
/***/ ((module) => {
|
|
2282
2360
|
|
|
2283
|
-
module.exports = "<svg viewBox=\"0 0 24 24\"
|
|
2361
|
+
module.exports = "<svg viewBox=\"0 0 24 24\"><path d=\"M5,13l2-2l3,3l7-7l2,2l-9,9L5,13z\"></path></svg>"
|
|
2284
2362
|
|
|
2285
2363
|
/***/ }),
|
|
2286
2364
|
|
|
2287
|
-
/***/
|
|
2365
|
+
/***/ 6625:
|
|
2288
2366
|
/***/ ((module) => {
|
|
2289
2367
|
|
|
2290
|
-
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"
|
|
2368
|
+
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>"
|
|
2291
2369
|
|
|
2292
2370
|
/***/ }),
|
|
2293
2371
|
|
|
2294
|
-
/***/
|
|
2372
|
+
/***/ 6826:
|
|
2295
2373
|
/***/ ((module) => {
|
|
2296
2374
|
|
|
2297
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2375
|
+
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>"
|
|
2298
2376
|
|
|
2299
2377
|
/***/ }),
|
|
2300
2378
|
|
|
2301
|
-
/***/
|
|
2379
|
+
/***/ 7281:
|
|
2302
2380
|
/***/ ((module) => {
|
|
2303
2381
|
|
|
2304
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2382
|
+
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>"
|
|
2305
2383
|
|
|
2306
2384
|
/***/ }),
|
|
2307
2385
|
|
|
2308
|
-
/***/
|
|
2386
|
+
/***/ 7432:
|
|
2309
2387
|
/***/ ((module) => {
|
|
2310
2388
|
|
|
2311
|
-
module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"
|
|
2389
|
+
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>"
|
|
2312
2390
|
|
|
2313
2391
|
/***/ }),
|
|
2314
2392
|
|
|
2315
|
-
/***/
|
|
2393
|
+
/***/ 7589:
|
|
2316
2394
|
/***/ ((module) => {
|
|
2317
2395
|
|
|
2318
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2396
|
+
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>"
|
|
2319
2397
|
|
|
2320
2398
|
/***/ }),
|
|
2321
2399
|
|
|
2322
|
-
/***/
|
|
2400
|
+
/***/ 7755:
|
|
2323
2401
|
/***/ ((module) => {
|
|
2324
2402
|
|
|
2325
|
-
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"
|
|
2403
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M6 12C6 13.1 5.1 14 4 14C2.9 14 2 13.1 2 12C2 10.9 2.9 10 4 10C5.1 10 6 10.9 6 12ZM12 10C10.9 10 10 10.9 10 12C10 13.1 10.9 14 12 14C13.1 14 14 13.1 14 12C14 10.9 13.1 10 12 10ZM20 10C18.9 10 18 10.9 18 12C18 13.1 18.9 14 20 14C21.1 14 22 13.1 22 12C22 10.9 21.1 10 20 10Z\"></path></svg>"
|
|
2326
2404
|
|
|
2327
2405
|
/***/ }),
|
|
2328
2406
|
|
|
2329
|
-
/***/
|
|
2407
|
+
/***/ 7808:
|
|
2330
2408
|
/***/ ((module) => {
|
|
2331
2409
|
|
|
2332
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2410
|
+
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>"
|
|
2333
2411
|
|
|
2334
2412
|
/***/ }),
|
|
2335
2413
|
|
|
2336
|
-
/***/
|
|
2414
|
+
/***/ 7893:
|
|
2337
2415
|
/***/ ((module) => {
|
|
2338
2416
|
|
|
2339
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2417
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.00572 7C6.45572 7 6.00572 6.55 6.00572 6V2C6.00572 1.45 6.45572 1 7.00572 1C7.55572 1 8.00572 1.45 8.00572 2V6C8.00572 6.55 7.55572 7 7.00572 7ZM18.0057 6V2C18.0057 1.45 17.5557 1 17.0057 1C16.4557 1 16.0057 1.45 16.0057 2V6C16.0057 6.55 16.4557 7 17.0057 7C17.5557 7 18.0057 6.55 18.0057 6ZM19.9457 21.33C20.1257 20.81 19.8557 20.24 19.3357 20.05C14.5457 18.35 9.45572 18.35 4.66572 20.05C4.14572 20.23 3.87572 20.81 4.05572 21.33C4.23572 21.85 4.80572 22.12 5.33572 21.94C9.69572 20.4 14.3057 20.4 18.6657 21.94C18.7757 21.98 18.8857 22 18.9957 22C19.4057 22 19.7957 21.74 19.9357 21.33H19.9457Z\"></path></svg>"
|
|
2340
2418
|
|
|
2341
2419
|
/***/ }),
|
|
2342
2420
|
|
|
2343
|
-
/***/
|
|
2421
|
+
/***/ 8081:
|
|
2344
2422
|
/***/ ((module) => {
|
|
2345
2423
|
|
|
2346
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2424
|
+
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>"
|
|
2347
2425
|
|
|
2348
2426
|
/***/ }),
|
|
2349
2427
|
|
|
2350
|
-
/***/
|
|
2428
|
+
/***/ 8119:
|
|
2351
2429
|
/***/ ((module) => {
|
|
2352
2430
|
|
|
2353
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2431
|
+
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>"
|
|
2354
2432
|
|
|
2355
2433
|
/***/ }),
|
|
2356
2434
|
|
|
2357
|
-
/***/
|
|
2435
|
+
/***/ 8409:
|
|
2358
2436
|
/***/ ((module) => {
|
|
2359
2437
|
|
|
2360
|
-
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"
|
|
2438
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.01 24C6.85767 24 1.15509 20.96 0.0145752 14.16C-0.0354475 13.87 0.0445888 13.57 0.234675 13.35C0.424761 13.13 0.704888 13 0.995019 13H23.005C23.2951 13 23.5752 13.13 23.7653 13.35C23.9554 13.57 24.0354 13.87 23.9854 14.16C22.8549 20.95 17.1423 24 11.99 24H12.01ZM2.25559 15C3.61621 19.82 8.0182 22 12.01 22C16.0018 22 20.4038 19.82 21.7644 15H2.25559ZM8.00819 6V2C8.00819 1.45 7.55799 1 7.00774 1C6.45749 1 6.00729 1.45 6.00729 2V6C6.00729 6.55 6.45749 7 7.00774 7C7.55799 7 8.00819 6.55 8.00819 6ZM18.0127 6V2C18.0127 1.45 17.5625 1 17.0123 1C16.462 1 16.0118 1.45 16.0118 2V6C16.0118 6.55 16.462 7 17.0123 7C17.5625 7 18.0127 6.55 18.0127 6Z\"></path></svg>"
|
|
2361
2439
|
|
|
2362
2440
|
/***/ }),
|
|
2363
2441
|
|
|
2364
|
-
/***/
|
|
2442
|
+
/***/ 8671:
|
|
2365
2443
|
/***/ ((module) => {
|
|
2366
2444
|
|
|
2367
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2445
|
+
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>"
|
|
2368
2446
|
|
|
2369
2447
|
/***/ }),
|
|
2370
2448
|
|
|
2371
|
-
/***/
|
|
2449
|
+
/***/ 8726:
|
|
2372
2450
|
/***/ ((module) => {
|
|
2373
2451
|
|
|
2374
|
-
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"
|
|
2452
|
+
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>"
|
|
2375
2453
|
|
|
2376
2454
|
/***/ }),
|
|
2377
2455
|
|
|
2378
|
-
/***/
|
|
2456
|
+
/***/ 8877:
|
|
2379
2457
|
/***/ ((module) => {
|
|
2380
2458
|
|
|
2381
|
-
module.exports = "<svg
|
|
2459
|
+
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>"
|
|
2382
2460
|
|
|
2383
2461
|
/***/ }),
|
|
2384
2462
|
|
|
2385
|
-
/***/
|
|
2463
|
+
/***/ 8918:
|
|
2386
2464
|
/***/ ((module) => {
|
|
2387
2465
|
|
|
2388
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2466
|
+
module.exports = "<svg viewBox=\"0 0 10 10\"><polygon points=\"2,2 0,4 5,9 10,4 8,2 5,5 \"></polygon></svg>"
|
|
2389
2467
|
|
|
2390
2468
|
/***/ }),
|
|
2391
2469
|
|
|
2392
|
-
/***/
|
|
2470
|
+
/***/ 9018:
|
|
2393
2471
|
/***/ ((module) => {
|
|
2394
2472
|
|
|
2395
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2473
|
+
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>"
|
|
2396
2474
|
|
|
2397
2475
|
/***/ }),
|
|
2398
2476
|
|
|
2399
|
-
/***/
|
|
2477
|
+
/***/ 9274:
|
|
2400
2478
|
/***/ ((module) => {
|
|
2401
2479
|
|
|
2402
|
-
module.exports = "<svg
|
|
2480
|
+
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>"
|
|
2403
2481
|
|
|
2404
2482
|
/***/ }),
|
|
2405
2483
|
|
|
2406
|
-
/***/
|
|
2484
|
+
/***/ 9492:
|
|
2407
2485
|
/***/ ((module) => {
|
|
2408
2486
|
|
|
2409
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2487
|
+
module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M6.71 10.71L4.42 13H6.01C6.56 13 7.01 13.45 7.01 14C7.01 14.55 6.56 15 6.01 15H2C1.45 15 1 14.55 1 14V10C1 9.45 1.45 9 2 9C2.55 9 3 9.45 3 10V11.59L5.29 9.3C5.68 8.91 6.31 8.91 6.7 9.3C7.09 9.69 7.09 10.32 6.7 10.71H6.71ZM14 1H10C9.45 1 9 1.45 9 2C9 2.55 9.45 3 10 3H11.59L9.3 5.29C8.91 5.68 8.91 6.31 9.3 6.7C9.5 6.9 9.75 6.99 10.01 6.99C10.27 6.99 10.52 6.89 10.72 6.7L13.01 4.41V6C13.01 6.55 13.46 7 14.01 7C14.56 7 15.01 6.55 15.01 6V2C15.01 1.45 14.56 1 14.01 1H14Z\"></path></svg>"
|
|
2410
2488
|
|
|
2411
2489
|
/***/ }),
|
|
2412
2490
|
|
|
2413
|
-
/***/
|
|
2491
|
+
/***/ 9621:
|
|
2414
2492
|
/***/ ((module) => {
|
|
2415
2493
|
|
|
2416
|
-
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.
|
|
2494
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.01 23C6.85721 23 1.15412 19.9621 0.0134987 13.1669C-0.0765501 12.6272 0.293651 12.1076 0.833944 12.0177C1.38424 11.9277 1.89452 12.2975 1.98457 12.8371C2.92508 18.4732 7.69767 20.9914 12 20.9914C16.3023 20.9914 21.0749 18.4732 22.0154 12.8371C22.1055 12.2975 22.6158 11.9277 23.1661 12.0177C23.7063 12.1076 24.0765 12.6272 23.9865 13.1669C22.8559 19.9521 17.1428 23 11.99 23H12.01ZM21.165 6.15177C22.3056 5.01257 22.3056 3.16386 21.165 2.02465L21.0049 1.85477C19.9143 0.765533 18.1633 0.725561 17.0227 1.71487C15.8821 0.715568 14.1312 0.765533 13.0406 1.85477L12.8705 2.01466C11.7299 3.15386 11.7299 5.00257 12.8705 6.14178L17.0227 10.2889L21.175 6.14178L21.165 6.15177ZM15.742 3.27378L17.0127 4.54289L18.2834 3.27378C18.6436 2.91403 19.2239 2.91403 19.5841 3.27378L19.7442 3.43367C20.1044 3.79342 20.1044 4.37301 19.7442 4.73276L17.0127 7.46086L14.2812 4.73276C13.921 4.37301 13.921 3.79342 14.2812 3.43367L14.4413 3.27378C14.6214 3.09391 14.8515 3.00397 15.0917 3.00397C15.3318 3.00397 15.5619 3.09391 15.742 3.27378ZM11.1595 6.15177C12.3002 5.01257 12.3002 3.16386 11.1595 2.02465L10.9995 1.85477C9.90886 0.765533 8.15792 0.725561 7.0173 1.71487C5.87668 0.715568 4.12573 0.765533 3.03514 1.85477L2.86505 2.01466C1.72443 3.15386 1.72443 5.00257 2.86505 6.14178L7.0173 10.2889L11.1695 6.14178L11.1595 6.15177ZM5.7366 3.27378L7.00729 4.54289L8.27798 3.27378C8.63818 2.91403 9.21849 2.91403 9.57869 3.27378L9.73877 3.43367C10.099 3.79342 10.099 4.37301 9.73877 4.73276L7.00729 7.46086L4.27581 4.73276C3.91562 4.37301 3.91562 3.79342 4.27581 3.43367L4.4359 3.27378C4.61599 3.09391 4.84612 3.00397 5.08625 3.00397C5.32638 3.00397 5.5565 3.09391 5.7366 3.27378Z\"></path></svg>"
|
|
2417
2495
|
|
|
2418
2496
|
/***/ }),
|
|
2419
2497
|
|
|
2420
|
-
/***/
|
|
2498
|
+
/***/ 9636:
|
|
2421
2499
|
/***/ ((module) => {
|
|
2422
2500
|
|
|
2423
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2501
|
+
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>"
|
|
2424
2502
|
|
|
2425
2503
|
/***/ }),
|
|
2426
2504
|
|
|
2427
|
-
/***/
|
|
2505
|
+
/***/ 9697:
|
|
2428
2506
|
/***/ ((module) => {
|
|
2429
2507
|
|
|
2430
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2508
|
+
module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13 7H3V9H13V7Z\"></path></svg>"
|
|
2431
2509
|
|
|
2432
2510
|
/***/ }),
|
|
2433
2511
|
|
|
2434
|
-
/***/
|
|
2435
|
-
/***/ ((module
|
|
2436
|
-
|
|
2437
|
-
var map = {
|
|
2438
|
-
"./ModernBooleanCheckChecked.svg": 861,
|
|
2439
|
-
"./ModernBooleanCheckInd.svg": 8877,
|
|
2440
|
-
"./ModernBooleanCheckUnchecked.svg": 1914,
|
|
2441
|
-
"./ModernCheck.svg": 5826,
|
|
2442
|
-
"./ModernRadio.svg": 3623,
|
|
2443
|
-
"./ProgressButton.svg": 8918,
|
|
2444
|
-
"./RemoveFile.svg": 685,
|
|
2445
|
-
"./TimerCircle.svg": 9274,
|
|
2446
|
-
"./add-24x24.svg": 8119,
|
|
2447
|
-
"./arrowleft-16x16.svg": 7808,
|
|
2448
|
-
"./arrowright-16x16.svg": 8081,
|
|
2449
|
-
"./camera-24x24.svg": 829,
|
|
2450
|
-
"./camera-32x32.svg": 4939,
|
|
2451
|
-
"./cancel-24x24.svg": 4906,
|
|
2452
|
-
"./check-16x16.svg": 9636,
|
|
2453
|
-
"./check-24x24.svg": 8726,
|
|
2454
|
-
"./chevrondown-24x24.svg": 783,
|
|
2455
|
-
"./chevronright-16x16.svg": 5339,
|
|
2456
|
-
"./clear-16x16.svg": 547,
|
|
2457
|
-
"./clear-24x24.svg": 6625,
|
|
2458
|
-
"./close-16x16.svg": 7432,
|
|
2459
|
-
"./close-24x24.svg": 3850,
|
|
2460
|
-
"./collapse-16x16.svg": 8671,
|
|
2461
|
-
"./collapsedetails-16x16.svg": 9697,
|
|
2462
|
-
"./delete-24x24.svg": 7281,
|
|
2463
|
-
"./drag-24x24.svg": 6826,
|
|
2464
|
-
"./draghorizontal-24x16.svg": 7589,
|
|
2465
|
-
"./expand-16x16.svg": 9018,
|
|
2466
|
-
"./expanddetails-16x16.svg": 1754,
|
|
2467
|
-
"./file-72x72.svg": 5664,
|
|
2468
|
-
"./flip-24x24.svg": 4309,
|
|
2469
|
-
"./folder-24x24.svg": 1736,
|
|
2470
|
-
"./fullsize-16x16.svg": 694,
|
|
2471
|
-
"./image-48x48.svg": 4089,
|
|
2472
|
-
"./loading-48x48.svg": 1498,
|
|
2473
|
-
"./maximize-16x16.svg": 9492,
|
|
2474
|
-
"./minimize-16x16.svg": 4326,
|
|
2475
|
-
"./more-24x24.svg": 7755,
|
|
2476
|
-
"./navmenu-24x24.svg": 4016,
|
|
2477
|
-
"./noimage-48x48.svg": 5282,
|
|
2478
|
-
"./ranking-arrows.svg": 4450,
|
|
2479
|
-
"./rankingundefined-16x16.svg": 412,
|
|
2480
|
-
"./rating-star-2.svg": 2012,
|
|
2481
|
-
"./rating-star-small-2.svg": 4170,
|
|
2482
|
-
"./rating-star-small.svg": 1519,
|
|
2483
|
-
"./rating-star.svg": 4957,
|
|
2484
|
-
"./reorder-24x24.svg": 2819,
|
|
2485
|
-
"./restoredown-16x16.svg": 3386,
|
|
2486
|
-
"./search-24x24.svg": 9964,
|
|
2487
|
-
"./smiley-rate1-24x24.svg": 5793,
|
|
2488
|
-
"./smiley-rate10-24x24.svg": 9621,
|
|
2489
|
-
"./smiley-rate2-24x24.svg": 1590,
|
|
2490
|
-
"./smiley-rate3-24x24.svg": 3119,
|
|
2491
|
-
"./smiley-rate4-24x24.svg": 5636,
|
|
2492
|
-
"./smiley-rate5-24x24.svg": 7893,
|
|
2493
|
-
"./smiley-rate6-24x24.svg": 730,
|
|
2494
|
-
"./smiley-rate7-24x24.svg": 3155,
|
|
2495
|
-
"./smiley-rate8-24x24.svg": 3880,
|
|
2496
|
-
"./smiley-rate9-24x24.svg": 8409
|
|
2497
|
-
};
|
|
2498
|
-
|
|
2512
|
+
/***/ 9964:
|
|
2513
|
+
/***/ ((module) => {
|
|
2499
2514
|
|
|
2500
|
-
|
|
2501
|
-
var id = webpackContextResolve(req);
|
|
2502
|
-
return __nested_webpack_require_34268__(id);
|
|
2503
|
-
}
|
|
2504
|
-
function webpackContextResolve(req) {
|
|
2505
|
-
if(!__nested_webpack_require_34268__.o(map, req)) {
|
|
2506
|
-
var e = new Error("Cannot find module '" + req + "'");
|
|
2507
|
-
e.code = 'MODULE_NOT_FOUND';
|
|
2508
|
-
throw e;
|
|
2509
|
-
}
|
|
2510
|
-
return map[req];
|
|
2511
|
-
}
|
|
2512
|
-
webpackContext.keys = function webpackContextKeys() {
|
|
2513
|
-
return Object.keys(map);
|
|
2514
|
-
};
|
|
2515
|
-
webpackContext.resolve = webpackContextResolve;
|
|
2516
|
-
module.exports = webpackContext;
|
|
2517
|
-
webpackContext.id = 2892;
|
|
2515
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M14 2C9.6 2 6 5.6 6 10C6 11.8 6.6 13.5 7.7 14.9L2.3 20.3C1.9 20.7 1.9 21.3 2.3 21.7C2.5 21.9 2.7 22 3 22C3.3 22 3.5 21.9 3.7 21.7L9.1 16.3C10.5 17.4 12.2 18 14 18C18.4 18 22 14.4 22 10C22 5.6 18.4 2 14 2ZM14 16C10.7 16 8 13.3 8 10C8 6.7 10.7 4 14 4C17.3 4 20 6.7 20 10C20 13.3 17.3 16 14 16Z\"></path></svg>"
|
|
2518
2516
|
|
|
2519
2517
|
/***/ })
|
|
2520
2518
|
|
|
@@ -2582,16 +2580,16 @@ var __webpack_exports__icons = __nested_webpack_exports__.P;
|
|
|
2582
2580
|
//# sourceMappingURL=iconsV1.js.map
|
|
2583
2581
|
;// ../survey-core/build/fesm/icons/iconsV2.js
|
|
2584
2582
|
/*!
|
|
2585
|
-
* surveyjs - Survey JavaScript library v2.0.0-rc.
|
|
2583
|
+
* surveyjs - Survey JavaScript library v2.0.0-rc.5
|
|
2586
2584
|
* Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
2587
2585
|
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
|
2588
2586
|
*/
|
|
2589
2587
|
/******/ var iconsV2_webpack_modules_ = ({
|
|
2590
2588
|
|
|
2591
|
-
/***/
|
|
2589
|
+
/***/ 674:
|
|
2592
2590
|
/***/ ((module) => {
|
|
2593
2591
|
|
|
2594
|
-
module.exports = "<svg
|
|
2592
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 10.25C11.04 10.25 10.25 11.04 10.25 12C10.25 12.96 11.04 13.75 12 13.75C12.96 13.75 13.75 12.96 13.75 12C13.75 11.04 12.96 10.25 12 10.25ZM11.75 12C11.75 11.86 11.86 11.75 12 11.75C12.14 11.75 12.25 11.86 12.25 12C12.25 12.28 11.75 12.28 11.75 12ZM19 10.25C18.04 10.25 17.25 11.04 17.25 12C17.25 12.96 18.04 13.75 19 13.75C19.96 13.75 20.75 12.96 20.75 12C20.75 11.04 19.96 10.25 19 10.25ZM18.75 12C18.75 11.86 18.86 11.75 19 11.75C19.14 11.75 19.25 11.86 19.25 12C19.25 12.28 18.75 12.28 18.75 12ZM5 10.25C4.04 10.25 3.25 11.04 3.25 12C3.25 12.96 4.04 13.75 5 13.75C5.96 13.75 6.75 12.96 6.75 12C6.75 11.04 5.96 10.25 5 10.25ZM4.75 12C4.75 11.86 4.86 11.75 5 11.75C5.14 11.75 5.25 11.86 5.25 12C5.25 12.28 4.75 12.28 4.75 12Z\"></path></svg>"
|
|
2595
2593
|
|
|
2596
2594
|
/***/ }),
|
|
2597
2595
|
|
|
@@ -2602,346 +2600,426 @@ module.exports = "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmln
|
|
|
2602
2600
|
|
|
2603
2601
|
/***/ }),
|
|
2604
2602
|
|
|
2605
|
-
/***/
|
|
2603
|
+
/***/ 790:
|
|
2606
2604
|
/***/ ((module) => {
|
|
2607
2605
|
|
|
2608
|
-
module.exports = "<svg
|
|
2606
|
+
module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.75 8C11.75 8.41 11.41 8.75 11 8.75H5C4.59 8.75 4.25 8.41 4.25 8C4.25 7.59 4.59 7.25 5 7.25H11C11.41 7.25 11.75 7.59 11.75 8Z\"></path></svg>"
|
|
2609
2607
|
|
|
2610
2608
|
/***/ }),
|
|
2611
2609
|
|
|
2612
|
-
/***/
|
|
2610
|
+
/***/ 871:
|
|
2613
2611
|
/***/ ((module) => {
|
|
2614
2612
|
|
|
2615
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2613
|
+
module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13.5275 12.4675C13.8175 12.7575 13.8175 13.2375 13.5275 13.5275C13.3775 13.6775 13.1875 13.7475 12.9975 13.7475C12.8075 13.7475 12.6175 13.6775 12.4675 13.5275L7.9975 9.0575L3.5275 13.5275C3.3775 13.6775 3.1875 13.7475 2.9975 13.7475C2.8075 13.7475 2.6175 13.6775 2.4675 13.5275C2.1775 13.2375 2.1775 12.7575 2.4675 12.4675L6.9375 7.9975L2.4675 3.5275C2.1775 3.2375 2.1775 2.7575 2.4675 2.4675C2.7575 2.1775 3.2375 2.1775 3.5275 2.4675L7.9975 6.9375L12.4675 2.4675C12.7575 2.1775 13.2375 2.1775 13.5275 2.4675C13.8175 2.7575 13.8175 3.2375 13.5275 3.5275L9.0575 7.9975L13.5275 12.4675Z\"></path></svg>"
|
|
2616
2614
|
|
|
2617
2615
|
/***/ }),
|
|
2618
2616
|
|
|
2619
|
-
/***/
|
|
2620
|
-
/***/ ((module) => {
|
|
2617
|
+
/***/ 1247:
|
|
2618
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_2532__) => {
|
|
2621
2619
|
|
|
2622
|
-
|
|
2620
|
+
var map = {
|
|
2621
|
+
"./ModernBooleanCheckChecked.svg": 7594,
|
|
2622
|
+
"./ModernBooleanCheckInd.svg": 690,
|
|
2623
|
+
"./ModernBooleanCheckUnchecked.svg": 5169,
|
|
2624
|
+
"./ModernCheck.svg": 4177,
|
|
2625
|
+
"./ModernRadio.svg": 5336,
|
|
2626
|
+
"./ProgressButton.svg": 9839,
|
|
2627
|
+
"./RemoveFile.svg": 9340,
|
|
2628
|
+
"./TimerCircle.svg": 6437,
|
|
2629
|
+
"./add-24x24.svg": 4500,
|
|
2630
|
+
"./arrowleft-16x16.svg": 7527,
|
|
2631
|
+
"./arrowright-16x16.svg": 5048,
|
|
2632
|
+
"./camera-24x24.svg": 1252,
|
|
2633
|
+
"./camera-32x32.svg": 7882,
|
|
2634
|
+
"./cancel-24x24.svg": 7299,
|
|
2635
|
+
"./check-16x16.svg": 8515,
|
|
2636
|
+
"./check-24x24.svg": 8241,
|
|
2637
|
+
"./chevrondown-24x24.svg": 2816,
|
|
2638
|
+
"./chevronright-16x16.svg": 9822,
|
|
2639
|
+
"./clear-16x16.svg": 9392,
|
|
2640
|
+
"./clear-24x24.svg": 2722,
|
|
2641
|
+
"./close-16x16.svg": 871,
|
|
2642
|
+
"./close-24x24.svg": 7541,
|
|
2643
|
+
"./collapse-16x16.svg": 790,
|
|
2644
|
+
"./collapsedetails-16x16.svg": 7982,
|
|
2645
|
+
"./delete-24x24.svg": 9355,
|
|
2646
|
+
"./drag-24x24.svg": 2543,
|
|
2647
|
+
"./draghorizontal-24x16.svg": 5360,
|
|
2648
|
+
"./expand-16x16.svg": 8679,
|
|
2649
|
+
"./expanddetails-16x16.svg": 8009,
|
|
2650
|
+
"./file-72x72.svg": 9877,
|
|
2651
|
+
"./flip-24x24.svg": 3124,
|
|
2652
|
+
"./folder-24x24.svg": 2561,
|
|
2653
|
+
"./fullsize-16x16.svg": 3475,
|
|
2654
|
+
"./image-48x48.svg": 4274,
|
|
2655
|
+
"./loading-48x48.svg": 1989,
|
|
2656
|
+
"./maximize-16x16.svg": 8453,
|
|
2657
|
+
"./minimize-16x16.svg": 1379,
|
|
2658
|
+
"./more-24x24.svg": 674,
|
|
2659
|
+
"./navmenu-24x24.svg": 9431,
|
|
2660
|
+
"./noimage-48x48.svg": 2485,
|
|
2661
|
+
"./ranking-arrows.svg": 7055,
|
|
2662
|
+
"./rankingundefined-16x16.svg": 9677,
|
|
2663
|
+
"./rating-star-2.svg": 5923,
|
|
2664
|
+
"./rating-star-small-2.svg": 3365,
|
|
2665
|
+
"./rating-star-small.svg": 8680,
|
|
2666
|
+
"./rating-star.svg": 4546,
|
|
2667
|
+
"./reorder-24x24.svg": 7788,
|
|
2668
|
+
"./restoredown-16x16.svg": 2521,
|
|
2669
|
+
"./search-24x24.svg": 3185,
|
|
2670
|
+
"./smiley-rate1-24x24.svg": 1284,
|
|
2671
|
+
"./smiley-rate10-24x24.svg": 3306,
|
|
2672
|
+
"./smiley-rate2-24x24.svg": 8803,
|
|
2673
|
+
"./smiley-rate3-24x24.svg": 6378,
|
|
2674
|
+
"./smiley-rate4-24x24.svg": 1441,
|
|
2675
|
+
"./smiley-rate5-24x24.svg": 8016,
|
|
2676
|
+
"./smiley-rate6-24x24.svg": 8767,
|
|
2677
|
+
"./smiley-rate7-24x24.svg": 7238,
|
|
2678
|
+
"./smiley-rate8-24x24.svg": 5869,
|
|
2679
|
+
"./smiley-rate9-24x24.svg": 4684
|
|
2680
|
+
};
|
|
2681
|
+
|
|
2682
|
+
|
|
2683
|
+
function webpackContext(req) {
|
|
2684
|
+
var id = webpackContextResolve(req);
|
|
2685
|
+
return __nested_webpack_require_2532__(id);
|
|
2686
|
+
}
|
|
2687
|
+
function webpackContextResolve(req) {
|
|
2688
|
+
if(!__nested_webpack_require_2532__.o(map, req)) {
|
|
2689
|
+
var e = new Error("Cannot find module '" + req + "'");
|
|
2690
|
+
e.code = 'MODULE_NOT_FOUND';
|
|
2691
|
+
throw e;
|
|
2692
|
+
}
|
|
2693
|
+
return map[req];
|
|
2694
|
+
}
|
|
2695
|
+
webpackContext.keys = function webpackContextKeys() {
|
|
2696
|
+
return Object.keys(map);
|
|
2697
|
+
};
|
|
2698
|
+
webpackContext.resolve = webpackContextResolve;
|
|
2699
|
+
module.exports = webpackContext;
|
|
2700
|
+
webpackContext.id = 1247;
|
|
2623
2701
|
|
|
2624
2702
|
/***/ }),
|
|
2625
2703
|
|
|
2626
|
-
/***/
|
|
2704
|
+
/***/ 1252:
|
|
2627
2705
|
/***/ ((module) => {
|
|
2628
2706
|
|
|
2629
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2707
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M19.19 4.25H17.12C16.72 4.25 16.35 4.03 16.17 3.67C15.73 2.8 14.86 2.25 13.88 2.25H10.12C9.14 2.25 8.27 2.79 7.83 3.67C7.65 4.03 7.29 4.25 6.88 4.25H4.81C3.4 4.25 2.25 5.4 2.25 6.81V18.19C2.25 19.6 3.4 20.75 4.81 20.75H19.19C20.6 20.75 21.75 19.6 21.75 18.19V6.81C21.75 5.4 20.6 4.25 19.19 4.25ZM20.25 18.19C20.25 18.77 19.78 19.25 19.19 19.25H4.81C4.23 19.25 3.75 18.78 3.75 18.19V6.81C3.75 6.23 4.22 5.75 4.81 5.75H6.88C7.86 5.75 8.73 5.21 9.17 4.33C9.35 3.97 9.71 3.75 10.12 3.75H13.88C14.28 3.75 14.65 3.97 14.83 4.33C15.27 5.2 16.14 5.75 17.12 5.75H19.19C19.77 5.75 20.25 6.22 20.25 6.81V18.19ZM12 6.25C8.83 6.25 6.25 8.83 6.25 12C6.25 15.17 8.83 17.75 12 17.75C15.17 17.75 17.75 15.17 17.75 12C17.75 8.83 15.17 6.25 12 6.25ZM12 16.25C9.66 16.25 7.75 14.34 7.75 12C7.75 9.66 9.66 7.75 12 7.75C14.34 7.75 16.25 9.66 16.25 12C16.25 14.34 14.34 16.25 12 16.25ZM14.75 12C14.75 13.52 13.52 14.75 12 14.75C11.59 14.75 11.25 14.41 11.25 14C11.25 13.59 11.59 13.25 12 13.25C12.69 13.25 13.25 12.69 13.25 12C13.25 11.59 13.59 11.25 14 11.25C14.41 11.25 14.75 11.59 14.75 12Z\"></path></svg>"
|
|
2630
2708
|
|
|
2631
2709
|
/***/ }),
|
|
2632
2710
|
|
|
2633
|
-
/***/
|
|
2711
|
+
/***/ 1284:
|
|
2634
2712
|
/***/ ((module) => {
|
|
2635
2713
|
|
|
2636
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2714
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M4 4.9938C4 4.44362 4.45 3.99348 5 3.99348H6.59L5.3 2.70306C4.91 2.31293 4.91 1.68272 5.3 1.2926C5.69 0.902468 6.32 0.902468 6.71 1.2926L9.71 4.29357C9.8 4.3836 9.88 4.49364 9.93 4.62368C10.03 4.86376 10.03 5.14385 9.93 5.38393C9.88 5.50397 9.81 5.614 9.71 5.71404L6.71 8.71501C6.51 8.91508 6.26 9.00511 6 9.00511C5.74 9.00511 5.49 8.90508 5.29 8.71501C4.9 8.32489 4.9 7.69468 5.29 7.30456L6.58 6.01413H4.99C4.44 6.01413 3.99 5.56399 3.99 5.01381L4 4.9938ZM14.08 5.37393C14.13 5.49397 14.2 5.604 14.3 5.70403L17.3 8.70501C17.5 8.90508 17.75 8.99511 18.01 8.99511C18.27 8.99511 18.52 8.89507 18.72 8.70501C19.11 8.31488 19.11 7.68468 18.72 7.29455L17.43 6.00413H19.02C19.57 6.00413 20.02 5.55399 20.02 5.00381C20.02 4.45363 19.57 4.00348 19.02 4.00348H17.43L18.72 2.71306C19.11 2.32293 19.11 1.69273 18.72 1.3026C18.33 0.912471 17.7 0.912471 17.31 1.3026L14.31 4.30358C14.22 4.39361 14.14 4.50364 14.09 4.63368C13.99 4.87376 13.99 5.15385 14.09 5.39393L14.08 5.37393ZM22 14.9971V20.999C22 22.6496 20.65 24 19 24H5C3.35 24 2 22.6496 2 20.999V14.9971C2 13.3465 3.35 11.9961 5 11.9961H19C20.65 11.9961 22 13.3465 22 14.9971ZM19 13.9967H16V16.9977H20V14.9971C20 14.4469 19.55 13.9967 19 13.9967ZM14 16.9977V13.9967H10V16.9977H14ZM10 18.9984V21.9993H14V18.9984H10ZM4 14.9971V16.9977H8V13.9967H5C4.45 13.9967 4 14.4469 4 14.9971ZM5 21.9993H8V18.9984H4V20.999C4 21.5492 4.45 21.9993 5 21.9993ZM20 20.999V18.9984H16V21.9993H19C19.55 21.9993 20 21.5492 20 20.999Z\"></path></svg>"
|
|
2637
2715
|
|
|
2638
2716
|
/***/ }),
|
|
2639
2717
|
|
|
2640
|
-
/***/
|
|
2718
|
+
/***/ 1379:
|
|
2641
2719
|
/***/ ((module) => {
|
|
2642
2720
|
|
|
2643
|
-
module.exports = "<svg xmlns=\"http://www.w3.org/2000/svg\"
|
|
2721
|
+
module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13.75 8C13.75 8.41 13.41 8.75 13 8.75H3C2.59 8.75 2.25 8.41 2.25 8C2.25 7.59 2.59 7.25 3 7.25H13C13.41 7.25 13.75 7.59 13.75 8Z\"></path></svg>"
|
|
2644
2722
|
|
|
2645
2723
|
/***/ }),
|
|
2646
2724
|
|
|
2647
|
-
/***/
|
|
2725
|
+
/***/ 1441:
|
|
2648
2726
|
/***/ ((module) => {
|
|
2649
2727
|
|
|
2650
|
-
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"
|
|
2728
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.06927 7C6.51927 7 6.06927 6.55 6.06927 6V2C6.06927 1.45 6.51927 1 7.06927 1C7.61927 1 8.06927 1.45 8.06927 2V6C8.06927 6.55 7.61927 7 7.06927 7ZM18.0693 6V2C18.0693 1.45 17.6193 1 17.0693 1C16.5193 1 16.0693 1.45 16.0693 2V6C16.0693 6.55 16.5193 7 17.0693 7C17.6193 7 18.0693 6.55 18.0693 6ZM22.5693 21.9C23.0693 21.66 23.2793 21.07 23.0393 20.57C21.1093 16.52 16.9093 14 12.0693 14C7.22927 14 3.02927 16.52 1.09927 20.57C0.859273 21.07 1.06927 21.67 1.56927 21.9C2.06927 22.14 2.65927 21.93 2.89927 21.43C4.49927 18.08 8.00927 16 12.0593 16C16.1093 16 19.6293 18.08 21.2193 21.43C21.3893 21.79 21.7493 22 22.1193 22C22.2593 22 22.4093 21.97 22.5493 21.9H22.5693Z\"></path></svg>"
|
|
2651
2729
|
|
|
2652
2730
|
/***/ }),
|
|
2653
2731
|
|
|
2654
|
-
/***/
|
|
2732
|
+
/***/ 1989:
|
|
2655
2733
|
/***/ ((module) => {
|
|
2656
2734
|
|
|
2657
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2735
|
+
module.exports = "<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#clip0_19679_369428)\"><path opacity=\"0.1\" d=\"M24 40C15.18 40 8 32.82 8 24C8 15.18 15.18 8 24 8C32.82 8 40 15.18 40 24C40 32.82 32.82 40 24 40ZM24 12C17.38 12 12 17.38 12 24C12 30.62 17.38 36 24 36C30.62 36 36 30.62 36 24C36 17.38 30.62 12 24 12Z\" fill=\"black\" fill-opacity=\"0.91\"></path><path d=\"M10 26C8.9 26 8 25.1 8 24C8 15.18 15.18 8 24 8C25.1 8 26 8.9 26 10C26 11.1 25.1 12 24 12C17.38 12 12 17.38 12 24C12 25.1 11.1 26 10 26Z\"></path></g><defs><clipPath id=\"clip0_19679_369428\"><rect width=\"32\" height=\"32\" fill=\"white\" transform=\"translate(8 8)\"></rect></clipPath></defs></svg>"
|
|
2658
2736
|
|
|
2659
2737
|
/***/ }),
|
|
2660
2738
|
|
|
2661
|
-
/***/
|
|
2739
|
+
/***/ 2485:
|
|
2662
2740
|
/***/ ((module) => {
|
|
2663
2741
|
|
|
2664
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2742
|
+
module.exports = "<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.4975 14.2475C28.7075 14.2475 27.2475 15.7075 27.2475 17.4975C27.2475 19.2875 28.7075 20.7475 30.4975 20.7475C32.2875 20.7475 33.7475 19.2875 33.7475 17.4975C33.7475 15.7075 32.2875 14.2475 30.4975 14.2475ZM30.4975 19.2475C29.5375 19.2475 28.7475 18.4575 28.7475 17.4975C28.7475 16.5375 29.5375 15.7475 30.4975 15.7475C31.4575 15.7475 32.2475 16.5375 32.2475 17.4975C32.2475 18.4575 31.4575 19.2475 30.4975 19.2475ZM13.5175 11.2175C13.4375 10.8075 13.7075 10.4175 14.1175 10.3375C14.4275 10.2775 14.7175 10.2475 14.9975 10.2475H32.9975C35.6175 10.2475 37.7475 12.3775 37.7475 14.9975V32.9975C37.7475 33.2775 37.7175 33.5675 37.6575 33.8775C37.5875 34.2375 37.2775 34.4875 36.9175 34.4875C36.8675 34.4875 36.8275 34.4875 36.7775 34.4775C36.3675 34.3975 36.1075 34.0075 36.1775 33.5975C36.2175 33.3775 36.2375 33.1775 36.2375 32.9975V14.9975C36.2375 13.2075 34.7775 11.7475 32.9875 11.7475H14.9975C14.8075 11.7475 14.6175 11.7675 14.3975 11.8075C13.9875 11.8875 13.5975 11.6175 13.5175 11.2075V11.2175ZM34.4775 36.7775C34.5575 37.1875 34.2875 37.5775 33.8775 37.6575C33.5675 37.7175 33.2775 37.7475 32.9975 37.7475H14.9975C12.3775 37.7475 10.2475 35.6175 10.2475 32.9975V14.9975C10.2475 14.7175 10.2775 14.4275 10.3375 14.1175C10.4175 13.7075 10.8075 13.4375 11.2175 13.5175C11.6275 13.5975 11.8875 13.9875 11.8175 14.3975C11.7775 14.6175 11.7575 14.8175 11.7575 14.9975V32.9975C11.7575 34.7875 13.2175 36.2475 15.0075 36.2475H33.0075C33.1975 36.2475 33.3875 36.2275 33.6075 36.1875C34.0075 36.1075 34.4075 36.3775 34.4875 36.7875L34.4775 36.7775ZM15.8275 31.7975C15.6975 31.9375 15.7575 32.0875 15.7775 32.1175C15.8175 32.1975 15.8675 32.2475 15.9375 32.2475H29.8175C30.2275 32.2475 30.5675 32.5875 30.5675 32.9975C30.5675 33.4075 30.2275 33.7475 29.8175 33.7475H15.9375C15.2675 33.7475 14.6775 33.3475 14.3975 32.7175C14.1075 32.0575 14.2375 31.2975 14.7275 30.7775L19.7275 25.2775C20.0475 24.9275 20.5075 24.7175 20.9875 24.7075C21.4875 24.7275 21.9375 24.8875 22.2675 25.2275L25.4675 28.4775C25.7575 28.7675 25.7575 29.2475 25.4675 29.5375C25.1675 29.8275 24.6975 29.8275 24.4075 29.5375L21.2075 26.2875C21.1475 26.2175 21.0675 26.1875 21.0275 26.2075C20.9875 26.2075 20.9075 26.2175 20.8475 26.2875L15.8375 31.7975H15.8275ZM38.5275 38.5275C38.3775 38.6775 38.1875 38.7475 37.9975 38.7475C37.8075 38.7475 37.6175 38.6775 37.4675 38.5275L9.4675 10.5275C9.1775 10.2375 9.1775 9.7575 9.4675 9.4675C9.7575 9.1775 10.2375 9.1775 10.5275 9.4675L38.5275 37.4675C38.8175 37.7575 38.8175 38.2375 38.5275 38.5275Z\"></path></svg>"
|
|
2665
2743
|
|
|
2666
2744
|
/***/ }),
|
|
2667
2745
|
|
|
2668
|
-
/***/
|
|
2746
|
+
/***/ 2521:
|
|
2669
2747
|
/***/ ((module) => {
|
|
2670
2748
|
|
|
2671
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2749
|
+
module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.69 8.71C7.73 8.8 7.75 8.9 7.75 9V13C7.75 13.41 7.41 13.75 7 13.75C6.59 13.75 6.25 13.41 6.25 13V10.81L3.53 13.53C3.38 13.68 3.19 13.75 3 13.75C2.81 13.75 2.62 13.68 2.47 13.53C2.18 13.24 2.18 12.76 2.47 12.47L5.19 9.75H3C2.59 9.75 2.25 9.41 2.25 9C2.25 8.59 2.59 8.25 3 8.25H7C7.1 8.25 7.19 8.27 7.29 8.31C7.47 8.39 7.62 8.53 7.7 8.72L7.69 8.71ZM13 6.25H10.81L13.53 3.53C13.82 3.24 13.82 2.76 13.53 2.47C13.24 2.18 12.76 2.18 12.47 2.47L9.75 5.19V3C9.75 2.59 9.41 2.25 9 2.25C8.59 2.25 8.25 2.59 8.25 3V7C8.25 7.1 8.27 7.19 8.31 7.29C8.39 7.47 8.53 7.62 8.72 7.7C8.81 7.74 8.91 7.76 9.01 7.76H13.01C13.42 7.76 13.76 7.42 13.76 7.01C13.76 6.6 13.42 6.26 13.01 6.26L13 6.25Z\"></path></svg>"
|
|
2672
2750
|
|
|
2673
2751
|
/***/ }),
|
|
2674
2752
|
|
|
2675
|
-
/***/
|
|
2753
|
+
/***/ 2543:
|
|
2676
2754
|
/***/ ((module) => {
|
|
2677
2755
|
|
|
2678
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2756
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M14.5 8.75C15.19 8.75 15.75 8.19 15.75 7.5C15.75 6.81 15.19 6.25 14.5 6.25C13.81 6.25 13.25 6.81 13.25 7.5C13.25 8.19 13.81 8.75 14.5 8.75ZM14.5 7.25C14.64 7.25 14.75 7.36 14.75 7.5C14.75 7.78 14.25 7.78 14.25 7.5C14.25 7.36 14.36 7.25 14.5 7.25ZM9.5 6.25C8.81 6.25 8.25 6.81 8.25 7.5C8.25 8.19 8.81 8.75 9.5 8.75C10.19 8.75 10.75 8.19 10.75 7.5C10.75 6.81 10.19 6.25 9.5 6.25ZM9.25 7.5C9.25 7.36 9.36 7.25 9.5 7.25C9.64 7.25 9.75 7.36 9.75 7.5C9.75 7.78 9.25 7.78 9.25 7.5ZM14.5 11.25C13.81 11.25 13.25 11.81 13.25 12.5C13.25 13.19 13.81 13.75 14.5 13.75C15.19 13.75 15.75 13.19 15.75 12.5C15.75 11.81 15.19 11.25 14.5 11.25ZM14.25 12.5C14.25 12.36 14.36 12.25 14.5 12.25C14.64 12.25 14.75 12.36 14.75 12.5C14.75 12.78 14.25 12.78 14.25 12.5ZM9.5 11.25C8.81 11.25 8.25 11.81 8.25 12.5C8.25 13.19 8.81 13.75 9.5 13.75C10.19 13.75 10.75 13.19 10.75 12.5C10.75 11.81 10.19 11.25 9.5 11.25ZM9.25 12.5C9.25 12.36 9.36 12.25 9.5 12.25C9.64 12.25 9.75 12.36 9.75 12.5C9.75 12.78 9.25 12.78 9.25 12.5ZM14.5 16.25C13.81 16.25 13.25 16.81 13.25 17.5C13.25 18.19 13.81 18.75 14.5 18.75C15.19 18.75 15.75 18.19 15.75 17.5C15.75 16.81 15.19 16.25 14.5 16.25ZM14.25 17.5C14.25 17.36 14.36 17.25 14.5 17.25C14.64 17.25 14.75 17.36 14.75 17.5C14.75 17.78 14.25 17.78 14.25 17.5ZM9.5 16.25C8.81 16.25 8.25 16.81 8.25 17.5C8.25 18.19 8.81 18.75 9.5 18.75C10.19 18.75 10.75 18.19 10.75 17.5C10.75 16.81 10.19 16.25 9.5 16.25ZM9.25 17.5C9.25 17.36 9.36 17.25 9.5 17.25C9.64 17.25 9.75 17.36 9.75 17.5C9.75 17.78 9.25 17.78 9.25 17.5Z\"></path></svg>"
|
|
2679
2757
|
|
|
2680
2758
|
/***/ }),
|
|
2681
2759
|
|
|
2682
|
-
/***/
|
|
2760
|
+
/***/ 2561:
|
|
2683
2761
|
/***/ ((module) => {
|
|
2684
2762
|
|
|
2685
|
-
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"
|
|
2763
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.72 9.24C21.45 8.92 21.12 8.67 20.75 8.5V8C20.75 6.48 19.52 5.25 18 5.25H10.65C10.32 4.1 9.26 3.25 8 3.25H6C4.48 3.25 3.25 4.48 3.25 6V18C3.25 19.52 4.48 20.75 6 20.75H18.33C19.66 20.75 20.8 19.8 21.04 18.49L22.31 11.49C22.46 10.69 22.24 9.86 21.72 9.24ZM4.75 18V6C4.75 5.31 5.31 4.75 6 4.75H8C8.69 4.75 9.25 5.31 9.25 6C9.25 6.41 9.59 6.75 10 6.75H18C18.69 6.75 19.25 7.31 19.25 8V8.25H9.27C7.94 8.25 6.8 9.2 6.56 10.51L5.29 17.51C5.19 18.07 5.27 18.64 5.51 19.15C5.06 18.96 4.75 18.52 4.75 18ZM20.83 11.22L19.56 18.22C19.45 18.81 18.94 19.25 18.33 19.25H8C7.63 19.25 7.28 19.09 7.04 18.8C6.8 18.51 6.7 18.14 6.77 17.78L8.04 10.78C8.15 10.19 8.66 9.75 9.27 9.75H19.6C19.97 9.75 20.32 9.91 20.56 10.2C20.8 10.49 20.9 10.86 20.83 11.22Z\"></path></svg>"
|
|
2686
2764
|
|
|
2687
2765
|
/***/ }),
|
|
2688
2766
|
|
|
2689
|
-
/***/
|
|
2767
|
+
/***/ 2722:
|
|
2690
2768
|
/***/ ((module) => {
|
|
2691
2769
|
|
|
2692
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2770
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M20.12 10.9325C20.64 10.4125 20.93 9.7225 20.93 8.9925C20.93 8.2625 20.64 7.5725 20.12 7.0525L16.95 3.8825C15.88 2.8125 14.13 2.8125 13.06 3.8825L3.88 13.0525C3.36 13.5725 3.07 14.2625 3.07 14.9925C3.07 15.7225 3.36 16.4125 3.88 16.9325L5.64 18.6925C6.57 19.6225 7.78 20.0825 9 20.0825C10.22 20.0825 11.43 19.6225 12.36 18.6925L20.12 10.9325ZM14.12 4.9325C14.36 4.6925 14.67 4.5625 15 4.5625C15.33 4.5625 15.65 4.6925 15.88 4.9325L19.05 8.1025C19.54 8.5925 19.54 9.3825 19.05 9.8725L12.99 15.9325L8.05 10.9925L14.12 4.9325ZM6.7 17.6325L4.94 15.8725C4.45 15.3825 4.45 14.5925 4.94 14.1025L7 12.0425L11.94 16.9825L11.3 17.6225C10.07 18.8525 7.93 18.8525 6.7 17.6225V17.6325ZM22.75 20.9925C22.75 21.4025 22.41 21.7425 22 21.7425H14C13.59 21.7425 13.25 21.4025 13.25 20.9925C13.25 20.5825 13.59 20.2425 14 20.2425H22C22.41 20.2425 22.75 20.5825 22.75 20.9925ZM4.75 20.9925C4.75 21.4025 4.41 21.7425 4 21.7425H2C1.59 21.7425 1.25 21.4025 1.25 20.9925C1.25 20.5825 1.59 20.2425 2 20.2425H4C4.41 20.2425 4.75 20.5825 4.75 20.9925Z\"></path></svg>"
|
|
2693
2771
|
|
|
2694
2772
|
/***/ }),
|
|
2695
2773
|
|
|
2696
|
-
/***/
|
|
2774
|
+
/***/ 2816:
|
|
2697
2775
|
/***/ ((module) => {
|
|
2698
2776
|
|
|
2699
|
-
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"
|
|
2777
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M16.5275 10.5275L12.5275 14.5275C12.3775 14.6775 12.1875 14.7475 11.9975 14.7475C11.8075 14.7475 11.6175 14.6775 11.4675 14.5275L7.4675 10.5275C7.1775 10.2375 7.1775 9.7575 7.4675 9.4675C7.7575 9.1775 8.2375 9.1775 8.5275 9.4675L11.9975 12.9375L15.4675 9.4675C15.7575 9.1775 16.2375 9.1775 16.5275 9.4675C16.8175 9.7575 16.8175 10.2375 16.5275 10.5275Z\"></path></svg>"
|
|
2700
2778
|
|
|
2701
2779
|
/***/ }),
|
|
2702
2780
|
|
|
2703
|
-
/***/
|
|
2781
|
+
/***/ 3124:
|
|
2704
2782
|
/***/ ((module) => {
|
|
2705
2783
|
|
|
2706
|
-
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"
|
|
2784
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M14.53 17.4775C14.82 17.7675 14.82 18.2475 14.53 18.5375L11.53 21.5375C11.38 21.6875 11.19 21.7575 11 21.7575C10.81 21.7575 10.62 21.6875 10.47 21.5375C10.18 21.2475 10.18 20.7675 10.47 20.4775L12.2 18.7475C12.13 18.7475 12.07 18.7475 12 18.7475C6.62 18.7475 2.25 15.7475 2.25 12.0575C2.25 10.2975 3.22 8.6375 4.99 7.3875C5.33 7.1475 5.8 7.2275 6.03 7.5675C6.27 7.9075 6.19 8.3775 5.85 8.6075C4.49 9.5675 3.74 10.7875 3.74 12.0575C3.74 14.9175 7.44 17.2475 11.99 17.2475C12.05 17.2475 12.11 17.2475 12.17 17.2475L10.46 15.5375C10.17 15.2475 10.17 14.7675 10.46 14.4775C10.75 14.1875 11.23 14.1875 11.52 14.4775L14.52 17.4775H14.53ZM12 5.2575C11.93 5.2575 11.87 5.2575 11.8 5.2575L13.53 3.5275C13.82 3.2375 13.82 2.7575 13.53 2.4675C13.24 2.1775 12.76 2.1775 12.47 2.4675L9.47 5.4675C9.18 5.7575 9.18 6.2375 9.47 6.5275L12.47 9.5275C12.62 9.6775 12.81 9.7475 13 9.7475C13.19 9.7475 13.38 9.6775 13.53 9.5275C13.82 9.2375 13.82 8.7575 13.53 8.4675L11.82 6.7575C11.88 6.7575 11.94 6.7575 12 6.7575C16.55 6.7575 20.25 9.0875 20.25 11.9475C20.25 13.2075 19.5 14.4375 18.14 15.3975C17.8 15.6375 17.72 16.1075 17.96 16.4475C18.11 16.6575 18.34 16.7675 18.57 16.7675C18.72 16.7675 18.87 16.7275 19 16.6275C20.77 15.3775 21.75 13.7175 21.75 11.9575C21.75 8.2675 17.38 5.2675 12 5.2675V5.2575Z\"></path></svg>"
|
|
2707
2785
|
|
|
2708
2786
|
/***/ }),
|
|
2709
2787
|
|
|
2710
|
-
/***/
|
|
2788
|
+
/***/ 3185:
|
|
2711
2789
|
/***/ ((module) => {
|
|
2712
2790
|
|
|
2713
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2791
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13.9975 2.25C9.7275 2.25 6.2475 5.73 6.2475 10C6.2475 11.87 6.9075 13.58 8.0175 14.92L2.4675 20.47C2.1775 20.76 2.1775 21.24 2.4675 21.53C2.6175 21.68 2.8075 21.75 2.9975 21.75C3.1875 21.75 3.3775 21.68 3.5275 21.53L9.0775 15.98C10.4175 17.08 12.1275 17.75 13.9975 17.75C18.2675 17.75 21.7475 14.27 21.7475 10C21.7475 5.73 18.2675 2.25 13.9975 2.25ZM13.9975 16.25C10.5475 16.25 7.7475 13.45 7.7475 10C7.7475 6.55 10.5475 3.75 13.9975 3.75C17.4475 3.75 20.2475 6.55 20.2475 10C20.2475 13.45 17.4475 16.25 13.9975 16.25Z\"></path></svg>"
|
|
2714
2792
|
|
|
2715
2793
|
/***/ }),
|
|
2716
2794
|
|
|
2717
|
-
/***/
|
|
2795
|
+
/***/ 3306:
|
|
2718
2796
|
/***/ ((module) => {
|
|
2719
2797
|
|
|
2720
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2798
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.01 23C6.85721 23 1.15412 19.9621 0.0134987 13.1669C-0.0765501 12.6272 0.293651 12.1076 0.833944 12.0177C1.38424 11.9277 1.89452 12.2975 1.98457 12.8371C2.92508 18.4732 7.69767 20.9914 12 20.9914C16.3023 20.9914 21.0749 18.4732 22.0154 12.8371C22.1055 12.2975 22.6158 11.9277 23.1661 12.0177C23.7063 12.1076 24.0765 12.6272 23.9865 13.1669C22.8559 19.9521 17.1428 23 11.99 23H12.01ZM21.165 6.15177C22.3056 5.01257 22.3056 3.16386 21.165 2.02465L21.0049 1.85477C19.9143 0.765533 18.1633 0.725561 17.0227 1.71487C15.8821 0.715568 14.1312 0.765533 13.0406 1.85477L12.8705 2.01466C11.7299 3.15386 11.7299 5.00257 12.8705 6.14178L17.0227 10.2889L21.175 6.14178L21.165 6.15177ZM15.742 3.27378L17.0127 4.54289L18.2834 3.27378C18.6436 2.91403 19.2239 2.91403 19.5841 3.27378L19.7442 3.43367C20.1044 3.79342 20.1044 4.37301 19.7442 4.73276L17.0127 7.46086L14.2812 4.73276C13.921 4.37301 13.921 3.79342 14.2812 3.43367L14.4413 3.27378C14.6214 3.09391 14.8515 3.00397 15.0917 3.00397C15.3318 3.00397 15.5619 3.09391 15.742 3.27378ZM11.1595 6.15177C12.3002 5.01257 12.3002 3.16386 11.1595 2.02465L10.9995 1.85477C9.90886 0.765533 8.15792 0.725561 7.0173 1.71487C5.87668 0.715568 4.12573 0.765533 3.03514 1.85477L2.86505 2.01466C1.72443 3.15386 1.72443 5.00257 2.86505 6.14178L7.0173 10.2889L11.1695 6.14178L11.1595 6.15177ZM5.7366 3.27378L7.00729 4.54289L8.27798 3.27378C8.63818 2.91403 9.21849 2.91403 9.57869 3.27378L9.73877 3.43367C10.099 3.79342 10.099 4.37301 9.73877 4.73276L7.00729 7.46086L4.27581 4.73276C3.91562 4.37301 3.91562 3.79342 4.27581 3.43367L4.4359 3.27378C4.61599 3.09391 4.84612 3.00397 5.08625 3.00397C5.32638 3.00397 5.5565 3.09391 5.7366 3.27378Z\"></path></svg>"
|
|
2721
2799
|
|
|
2722
2800
|
/***/ }),
|
|
2723
2801
|
|
|
2724
|
-
/***/
|
|
2802
|
+
/***/ 3365:
|
|
2725
2803
|
/***/ ((module) => {
|
|
2726
2804
|
|
|
2727
|
-
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"
|
|
2805
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 19.3373L6.13001 22.4373C5.50001 22.7673 4.77001 22.2373 4.89001 21.5373L6.01001 14.9773L1.26001 10.3273C0.750007 9.83728 1.03001 8.96728 1.73001 8.86728L8.29001 7.90728L11.23 1.93728C11.54 1.29728 12.45 1.29728 12.77 1.93728L15.7 7.90728L22.26 8.86728C22.96 8.96728 23.24 9.83728 22.73 10.3273L17.98 14.9773L19.1 21.5373C19.22 22.2373 18.49 22.7773 17.86 22.4373L11.99 19.3373H12Z\" fill=\"none\" stroke-width=\"2\"></path><path d=\"M12 15.9472L8.58001 17.7572L9.23001 13.9272L6.45001 11.2072L10.29 10.6472L12 7.17725L13.71 10.6472L17.55 11.2072L14.77 13.9272L15.42 17.7572L12 15.9472Z\"></path></svg>"
|
|
2728
2806
|
|
|
2729
2807
|
/***/ }),
|
|
2730
2808
|
|
|
2731
|
-
/***/
|
|
2809
|
+
/***/ 3475:
|
|
2732
2810
|
/***/ ((module) => {
|
|
2733
2811
|
|
|
2734
|
-
module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"
|
|
2812
|
+
module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 3.25H4C3.04 3.25 2.25 4.04 2.25 5V11C2.25 11.96 3.04 12.75 4 12.75H12C12.96 12.75 13.75 11.96 13.75 11V5C13.75 4.04 12.96 3.25 12 3.25ZM12.25 11C12.25 11.14 12.14 11.25 12 11.25H4C3.86 11.25 3.75 11.14 3.75 11V5C3.75 4.86 3.86 4.75 4 4.75H12C12.14 4.75 12.25 4.86 12.25 5V11Z\"></path></svg>"
|
|
2735
2813
|
|
|
2736
2814
|
/***/ }),
|
|
2737
2815
|
|
|
2738
|
-
/***/
|
|
2816
|
+
/***/ 4177:
|
|
2739
2817
|
/***/ ((module) => {
|
|
2740
2818
|
|
|
2741
|
-
module.exports = "<svg viewBox=\"0 0 24 24\"
|
|
2819
|
+
module.exports = "<svg viewBox=\"0 0 24 24\"><path d=\"M5,13l2-2l3,3l7-7l2,2l-9,9L5,13z\"></path></svg>"
|
|
2742
2820
|
|
|
2743
2821
|
/***/ }),
|
|
2744
2822
|
|
|
2745
|
-
/***/
|
|
2823
|
+
/***/ 4274:
|
|
2746
2824
|
/***/ ((module) => {
|
|
2747
2825
|
|
|
2748
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2826
|
+
module.exports = "<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M33 10.25H15C12.38 10.25 10.25 12.38 10.25 15V33C10.25 35.62 12.38 37.75 15 37.75H33C35.62 37.75 37.75 35.62 37.75 33V15C37.75 12.38 35.62 10.25 33 10.25ZM36.25 33C36.25 34.79 34.79 36.25 33 36.25H15C13.21 36.25 11.75 34.79 11.75 33V15C11.75 13.21 13.21 11.75 15 11.75H33C34.79 11.75 36.25 13.21 36.25 15V33ZM30.5 14.25C28.71 14.25 27.25 15.71 27.25 17.5C27.25 19.29 28.71 20.75 30.5 20.75C32.29 20.75 33.75 19.29 33.75 17.5C33.75 15.71 32.29 14.25 30.5 14.25ZM30.5 19.25C29.54 19.25 28.75 18.46 28.75 17.5C28.75 16.54 29.54 15.75 30.5 15.75C31.46 15.75 32.25 16.54 32.25 17.5C32.25 18.46 31.46 19.25 30.5 19.25ZM29.26 26.28C28.94 25.92 28.49 25.71 28.01 25.7C27.54 25.68 27.07 25.87 26.73 26.2L24.95 27.94L22.28 25.23C21.94 24.89 21.5 24.71 21 24.71C20.52 24.71 20.06 24.93 19.74 25.28L14.74 30.78C14.25 31.3 14.12 32.06 14.41 32.72C14.69 33.36 15.28 33.75 15.95 33.75H32.07C32.74 33.75 33.33 33.35 33.61 32.72C33.89 32.06 33.77 31.31 33.29 30.79L29.27 26.29L29.26 26.28ZM32.22 32.12C32.18 32.2 32.13 32.25 32.06 32.25H15.94C15.87 32.25 15.81 32.21 15.78 32.12C15.77 32.09 15.71 31.93 15.83 31.8L20.84 26.29C20.9 26.22 20.99 26.21 21.02 26.21C21.06 26.21 21.14 26.22 21.2 26.29L24.4 29.54C24.69 29.83 25.16 29.84 25.46 29.54L27.77 27.27C27.83 27.21 27.9 27.2 27.94 27.2C28.01 27.2 28.06 27.21 28.13 27.28L32.16 31.79C32.16 31.79 32.16 31.79 32.17 31.8C32.29 31.93 32.23 32.09 32.22 32.12Z\"></path></svg>"
|
|
2749
2827
|
|
|
2750
2828
|
/***/ }),
|
|
2751
2829
|
|
|
2752
|
-
/***/
|
|
2830
|
+
/***/ 4500:
|
|
2753
2831
|
/***/ ((module) => {
|
|
2754
2832
|
|
|
2755
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2833
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M15.75 12C15.75 12.41 15.41 12.75 15 12.75H12.75V15C12.75 15.41 12.41 15.75 12 15.75C11.59 15.75 11.25 15.41 11.25 15V12.75H9C8.59 12.75 8.25 12.41 8.25 12C8.25 11.59 8.59 11.25 9 11.25H11.25V9C11.25 8.59 11.59 8.25 12 8.25C12.41 8.25 12.75 8.59 12.75 9V11.25H15C15.41 11.25 15.75 11.59 15.75 12ZM21.75 12C21.75 17.38 17.38 21.75 12 21.75C6.62 21.75 2.25 17.38 2.25 12C2.25 6.62 6.62 2.25 12 2.25C17.38 2.25 21.75 6.62 21.75 12ZM20.25 12C20.25 7.45 16.55 3.75 12 3.75C7.45 3.75 3.75 7.45 3.75 12C3.75 16.55 7.45 20.25 12 20.25C16.55 20.25 20.25 16.55 20.25 12Z\"></path></svg>"
|
|
2756
2834
|
|
|
2757
2835
|
/***/ }),
|
|
2758
2836
|
|
|
2759
|
-
/***/
|
|
2837
|
+
/***/ 4546:
|
|
2760
2838
|
/***/ ((module) => {
|
|
2761
2839
|
|
|
2762
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2840
|
+
module.exports = "<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\"><g><path d=\"M24 39.5057L11.7226 45.9839C10.4095 46.6739 8.87606 45.5622 9.12525 44.096L11.4734 30.373L1.54411 20.6556C0.480254 19.6207 1.06489 17.8095 2.53128 17.5986L16.2559 15.5957L22.3994 3.10891C23.0512 1.77685 24.9488 1.77685 25.6102 3.10891L31.7441 15.5957L45.4687 17.5986C46.9351 17.8095 47.5197 19.6207 46.4559 20.6556L36.5266 30.373L38.8748 44.096C39.1239 45.5622 37.5905 46.6835 36.2774 45.9839L24 39.5057Z\"></path></g></svg>"
|
|
2763
2841
|
|
|
2764
2842
|
/***/ }),
|
|
2765
2843
|
|
|
2766
|
-
/***/
|
|
2844
|
+
/***/ 4684:
|
|
2767
2845
|
/***/ ((module) => {
|
|
2768
2846
|
|
|
2769
|
-
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"
|
|
2847
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.01 24C6.85767 24 1.15509 20.96 0.0145752 14.16C-0.0354475 13.87 0.0445888 13.57 0.234675 13.35C0.424761 13.13 0.704888 13 0.995019 13H23.005C23.2951 13 23.5752 13.13 23.7653 13.35C23.9554 13.57 24.0354 13.87 23.9854 14.16C22.8549 20.95 17.1423 24 11.99 24H12.01ZM2.25559 15C3.61621 19.82 8.0182 22 12.01 22C16.0018 22 20.4038 19.82 21.7644 15H2.25559ZM8.00819 6V2C8.00819 1.45 7.55799 1 7.00774 1C6.45749 1 6.00729 1.45 6.00729 2V6C6.00729 6.55 6.45749 7 7.00774 7C7.55799 7 8.00819 6.55 8.00819 6ZM18.0127 6V2C18.0127 1.45 17.5625 1 17.0123 1C16.462 1 16.0118 1.45 16.0118 2V6C16.0118 6.55 16.462 7 17.0123 7C17.5625 7 18.0127 6.55 18.0127 6Z\"></path></svg>"
|
|
2770
2848
|
|
|
2771
2849
|
/***/ }),
|
|
2772
2850
|
|
|
2773
|
-
/***/
|
|
2851
|
+
/***/ 5048:
|
|
2774
2852
|
/***/ ((module) => {
|
|
2775
2853
|
|
|
2776
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2854
|
+
module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M14.53 8.5275L9.53 13.5275C9.38 13.6775 9.19 13.7475 9 13.7475C8.81 13.7475 8.62 13.6775 8.47 13.5275C8.18 13.2375 8.18 12.7575 8.47 12.4675L12.19 8.7475H2C1.59 8.7475 1.25 8.4075 1.25 7.9975C1.25 7.5875 1.59 7.2475 2 7.2475H12.19L8.47 3.5275C8.18 3.2375 8.18 2.7575 8.47 2.4675C8.76 2.1775 9.24 2.1775 9.53 2.4675L14.53 7.4675C14.82 7.7575 14.82 8.2375 14.53 8.5275Z\"></path></svg>"
|
|
2777
2855
|
|
|
2778
2856
|
/***/ }),
|
|
2779
2857
|
|
|
2780
|
-
/***/
|
|
2858
|
+
/***/ 5169:
|
|
2781
2859
|
/***/ ((module) => {
|
|
2782
2860
|
|
|
2783
|
-
module.exports = "<svg
|
|
2861
|
+
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>"
|
|
2784
2862
|
|
|
2785
2863
|
/***/ }),
|
|
2786
2864
|
|
|
2787
|
-
/***/
|
|
2865
|
+
/***/ 5336:
|
|
2788
2866
|
/***/ ((module) => {
|
|
2789
2867
|
|
|
2790
|
-
module.exports = "<svg viewBox=\"
|
|
2868
|
+
module.exports = "<svg viewBox=\"-12 -12 24 24\"><circle r=\"6\" cx=\"0\" cy=\"0\"></circle></svg>"
|
|
2791
2869
|
|
|
2792
2870
|
/***/ }),
|
|
2793
2871
|
|
|
2794
|
-
/***/
|
|
2872
|
+
/***/ 5360:
|
|
2795
2873
|
/***/ ((module) => {
|
|
2796
2874
|
|
|
2797
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2875
|
+
module.exports = "<svg viewBox=\"0 0 24 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M17.5 9.25C16.81 9.25 16.25 9.81 16.25 10.5C16.25 11.19 16.81 11.75 17.5 11.75C18.19 11.75 18.75 11.19 18.75 10.5C18.75 9.81 18.19 9.25 17.5 9.25ZM17.25 10.5C17.25 10.36 17.36 10.25 17.5 10.25C17.64 10.25 17.75 10.36 17.75 10.5C17.75 10.78 17.25 10.78 17.25 10.5ZM17.5 6.75C18.19 6.75 18.75 6.19 18.75 5.5C18.75 4.81 18.19 4.25 17.5 4.25C16.81 4.25 16.25 4.81 16.25 5.5C16.25 6.19 16.81 6.75 17.5 6.75ZM17.5 5.25C17.64 5.25 17.75 5.36 17.75 5.5C17.75 5.78 17.25 5.78 17.25 5.5C17.25 5.36 17.36 5.25 17.5 5.25ZM12.5 9.25C11.81 9.25 11.25 9.81 11.25 10.5C11.25 11.19 11.81 11.75 12.5 11.75C13.19 11.75 13.75 11.19 13.75 10.5C13.75 9.81 13.19 9.25 12.5 9.25ZM12.25 10.5C12.25 10.36 12.36 10.25 12.5 10.25C12.64 10.25 12.75 10.36 12.75 10.5C12.75 10.78 12.25 10.78 12.25 10.5ZM12.5 4.25C11.81 4.25 11.25 4.81 11.25 5.5C11.25 6.19 11.81 6.75 12.5 6.75C13.19 6.75 13.75 6.19 13.75 5.5C13.75 4.81 13.19 4.25 12.5 4.25ZM12.25 5.5C12.25 5.36 12.36 5.25 12.5 5.25C12.64 5.25 12.75 5.36 12.75 5.5C12.75 5.78 12.25 5.78 12.25 5.5ZM7.5 9.25C6.81 9.25 6.25 9.81 6.25 10.5C6.25 11.19 6.81 11.75 7.5 11.75C8.19 11.75 8.75 11.19 8.75 10.5C8.75 9.81 8.19 9.25 7.5 9.25ZM7.25 10.5C7.25 10.36 7.36 10.25 7.5 10.25C7.64 10.25 7.75 10.36 7.75 10.5C7.75 10.78 7.25 10.78 7.25 10.5ZM7.5 4.25C6.81 4.25 6.25 4.81 6.25 5.5C6.25 6.19 6.81 6.75 7.5 6.75C8.19 6.75 8.75 6.19 8.75 5.5C8.75 4.81 8.19 4.25 7.5 4.25ZM7.25 5.5C7.25 5.36 7.36 5.25 7.5 5.25C7.64 5.25 7.75 5.36 7.75 5.5C7.75 5.78 7.25 5.78 7.25 5.5Z\"></path></svg>"
|
|
2798
2876
|
|
|
2799
2877
|
/***/ }),
|
|
2800
2878
|
|
|
2801
|
-
/***/
|
|
2879
|
+
/***/ 5869:
|
|
2802
2880
|
/***/ ((module) => {
|
|
2803
2881
|
|
|
2804
|
-
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"
|
|
2882
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.01 24C6.85721 24 1.15412 20.96 0.0134987 14.16C-0.0765501 13.62 0.293651 13.1 0.833944 13.01C1.38424 12.92 1.89452 13.29 1.98457 13.83C2.92508 19.47 7.69767 21.99 12 21.99C16.3023 21.99 21.0749 19.47 22.0154 13.83C22.1055 13.29 22.6158 12.92 23.1661 13.01C23.7063 13.1 24.0765 13.62 23.9865 14.16C22.8559 20.95 17.1428 24 11.99 24H12.01ZM8.00783 6V2C8.00783 1.45 7.55759 1 7.00729 1C6.45699 1 6.00675 1.45 6.00675 2V6C6.00675 6.55 6.45699 7 7.00729 7C7.55759 7 8.00783 6.55 8.00783 6ZM18.0133 6V2C18.0133 1.45 17.563 1 17.0127 1C16.4624 1 16.0122 1.45 16.0122 2V6C16.0122 6.55 16.4624 7 17.0127 7C17.563 7 18.0133 6.55 18.0133 6Z\"></path></svg>"
|
|
2805
2883
|
|
|
2806
2884
|
/***/ }),
|
|
2807
2885
|
|
|
2808
|
-
/***/
|
|
2886
|
+
/***/ 5923:
|
|
2809
2887
|
/***/ ((module) => {
|
|
2810
2888
|
|
|
2811
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2889
|
+
module.exports = "<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M24 39.5057L11.7226 45.9839C10.4095 46.6739 8.87606 45.5622 9.12525 44.096L11.4734 30.373L1.54411 20.6556C0.480254 19.6207 1.06489 17.8095 2.53128 17.5986L16.2559 15.5957L22.3994 3.10891C23.0512 1.77685 24.9488 1.77685 25.6102 3.10891L31.7441 15.5957L45.4687 17.5986C46.9351 17.8095 47.5197 19.6207 46.4559 20.6556L36.5266 30.373L38.8748 44.096C39.1239 45.5622 37.5905 46.6835 36.2774 45.9839L24 39.5057Z\" fill=\"none\" stroke-width=\"2\"></path><path d=\"M24.3981 33.1305L24 32.9206L23.6019 33.1305L15.8715 37.2059L17.3542 28.5663L17.43 28.1246L17.1095 27.8113L10.83 21.6746L19.4965 20.4049L19.9405 20.3399L20.1387 19.9373L24 12.0936L27.8613 19.9373L28.0595 20.3399L28.5035 20.4049L37.17 21.6746L30.8905 27.8113L30.57 28.1246L30.6458 28.5663L32.1285 37.2059L24.3981 33.1305Z\" stroke-width=\"1.70746\"></path></svg>"
|
|
2812
2890
|
|
|
2813
2891
|
/***/ }),
|
|
2814
2892
|
|
|
2815
|
-
/***/
|
|
2893
|
+
/***/ 6378:
|
|
2816
2894
|
/***/ ((module) => {
|
|
2817
2895
|
|
|
2818
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2896
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.01915 7C6.46961 7 6.01998 6.55 6.01998 6V2C6.01998 1.45 6.46961 1 7.01915 1C7.56869 1 8.01832 1.45 8.01832 2V6C8.01832 6.55 7.56869 7 7.01915 7ZM18.01 6V2C18.01 1.45 17.5604 1 17.0108 1C16.4613 1 16.0117 1.45 16.0117 2V6C16.0117 6.55 16.4613 7 17.0108 7C17.5604 7 18.01 6.55 18.01 6ZM16.4213 21.58L18.01 19.99L19.2989 21.28C19.6886 21.67 20.3181 21.67 20.7077 21.28C21.0974 20.89 21.0974 20.26 20.7077 19.87L19.4188 18.58C18.6395 17.8 17.3705 17.8 16.5912 18.58L15.0025 20.17L13.4138 18.58C12.6345 17.8 11.3655 17.8 10.5862 18.58L8.9975 20.17L7.40883 18.58C6.62948 17.8 5.36053 17.8 4.58118 18.58L3.29226 19.87C2.90258 20.26 2.90258 20.89 3.29226 21.28C3.68193 21.67 4.31141 21.67 4.70108 21.28L5.99001 19.99L7.57868 21.58C8.35803 22.36 9.62698 22.36 10.4063 21.58L11.995 19.99L13.5837 21.58C13.9734 21.97 14.4829 22.16 14.9925 22.16C15.5021 22.16 16.0117 21.97 16.4013 21.58H16.4213Z\"></path></svg>"
|
|
2819
2897
|
|
|
2820
2898
|
/***/ }),
|
|
2821
2899
|
|
|
2822
|
-
/***/
|
|
2900
|
+
/***/ 6437:
|
|
2823
2901
|
/***/ ((module) => {
|
|
2824
2902
|
|
|
2825
|
-
module.exports = "<svg
|
|
2903
|
+
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>"
|
|
2826
2904
|
|
|
2827
2905
|
/***/ }),
|
|
2828
2906
|
|
|
2829
|
-
/***/
|
|
2907
|
+
/***/ 7055:
|
|
2830
2908
|
/***/ ((module) => {
|
|
2831
2909
|
|
|
2832
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2910
|
+
module.exports = "<svg viewBox=\"0 0 10 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10 5L5 0L0 5H4V9H6V5H10Z\"></path><path d=\"M6 19V15H4V19H0L5 24L10 19H6Z\"></path></svg>"
|
|
2833
2911
|
|
|
2834
2912
|
/***/ }),
|
|
2835
2913
|
|
|
2836
|
-
/***/
|
|
2914
|
+
/***/ 7238:
|
|
2837
2915
|
/***/ ((module) => {
|
|
2838
2916
|
|
|
2839
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2917
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.0022 23.99C11.452 23.99 11.0018 23.5402 11.0018 22.9904C11.0018 22.4407 11.452 21.9909 12.0022 21.9909C16.3137 21.9909 21.0755 19.472 22.0158 13.8344C22.1058 13.2947 22.616 12.9248 23.1662 13.0148C23.7064 13.1047 24.0765 13.6245 23.9865 14.1643C22.8561 20.9513 17.144 24 11.9922 24L12.0022 23.99ZM8.00072 5.99783V1.99957C8.00072 1.4498 7.55056 1 7.00036 1C6.45016 1 6 1.4498 6 1.99957V5.99783C6 6.54759 6.45016 6.99739 7.00036 6.99739C7.55056 6.99739 8.00072 6.54759 8.00072 5.99783ZM18.0043 5.99783V1.99957C18.0043 1.4498 17.5542 1 17.004 1C16.4538 1 16.0036 1.4498 16.0036 1.99957V5.99783C16.0036 6.54759 16.4538 6.99739 17.004 6.99739C17.5542 6.99739 18.0043 6.54759 18.0043 5.99783Z\"></path></svg>"
|
|
2840
2918
|
|
|
2841
2919
|
/***/ }),
|
|
2842
2920
|
|
|
2843
|
-
/***/
|
|
2921
|
+
/***/ 7299:
|
|
2844
2922
|
/***/ ((module) => {
|
|
2845
2923
|
|
|
2846
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2924
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.8099 11.75L15.2799 9.28C15.5699 8.99 15.5699 8.51 15.2799 8.22C14.9899 7.93 14.5099 7.93 14.2199 8.22L11.7499 10.69L9.27994 8.22C8.98994 7.93 8.50994 7.93 8.21994 8.22C7.92994 8.51 7.92994 8.99 8.21994 9.28L10.6899 11.75L8.21994 14.22C7.92994 14.51 7.92994 14.99 8.21994 15.28C8.36994 15.43 8.55994 15.5 8.74994 15.5C8.93994 15.5 9.12994 15.43 9.27994 15.28L11.7499 12.81L14.2199 15.28C14.3699 15.43 14.5599 15.5 14.7499 15.5C14.9399 15.5 15.1299 15.43 15.2799 15.28C15.5699 14.99 15.5699 14.51 15.2799 14.22L12.8099 11.75Z\"></path></svg>"
|
|
2847
2925
|
|
|
2848
2926
|
/***/ }),
|
|
2849
2927
|
|
|
2850
|
-
/***/
|
|
2928
|
+
/***/ 7527:
|
|
2851
2929
|
/***/ ((module) => {
|
|
2852
2930
|
|
|
2853
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2931
|
+
module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M14.7475 7.9975C14.7475 8.4075 14.4075 8.7475 13.9975 8.7475H3.8075L7.5275 12.4675C7.8175 12.7575 7.8175 13.2375 7.5275 13.5275C7.3775 13.6775 7.1875 13.7475 6.9975 13.7475C6.8075 13.7475 6.6175 13.6775 6.4675 13.5275L1.4675 8.5275C1.1775 8.2375 1.1775 7.7575 1.4675 7.4675L6.4675 2.4675C6.7575 2.1775 7.2375 2.1775 7.5275 2.4675C7.8175 2.7575 7.8175 3.2375 7.5275 3.5275L3.8075 7.2475H13.9975C14.4075 7.2475 14.7475 7.5875 14.7475 7.9975Z\"></path></svg>"
|
|
2854
2932
|
|
|
2855
2933
|
/***/ }),
|
|
2856
2934
|
|
|
2857
|
-
/***/
|
|
2935
|
+
/***/ 7541:
|
|
2858
2936
|
/***/ ((module) => {
|
|
2859
2937
|
|
|
2860
|
-
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"
|
|
2938
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M19.5275 18.4675C19.8175 18.7575 19.8175 19.2375 19.5275 19.5275C19.3775 19.6775 19.1875 19.7475 18.9975 19.7475C18.8075 19.7475 18.6175 19.6775 18.4675 19.5275L11.9975 13.0575L5.5275 19.5275C5.3775 19.6775 5.1875 19.7475 4.9975 19.7475C4.8075 19.7475 4.6175 19.6775 4.4675 19.5275C4.1775 19.2375 4.1775 18.7575 4.4675 18.4675L10.9375 11.9975L4.4675 5.5275C4.1775 5.2375 4.1775 4.7575 4.4675 4.4675C4.7575 4.1775 5.2375 4.1775 5.5275 4.4675L11.9975 10.9375L18.4675 4.4675C18.7575 4.1775 19.2375 4.1775 19.5275 4.4675C19.8175 4.7575 19.8175 5.2375 19.5275 5.5275L13.0575 11.9975L19.5275 18.4675Z\"></path></svg>"
|
|
2861
2939
|
|
|
2862
2940
|
/***/ }),
|
|
2863
2941
|
|
|
2864
|
-
/***/
|
|
2942
|
+
/***/ 7594:
|
|
2865
2943
|
/***/ ((module) => {
|
|
2866
2944
|
|
|
2867
|
-
module.exports = "<svg
|
|
2945
|
+
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>"
|
|
2868
2946
|
|
|
2869
2947
|
/***/ }),
|
|
2870
2948
|
|
|
2871
|
-
/***/
|
|
2949
|
+
/***/ 7788:
|
|
2872
2950
|
/***/ ((module) => {
|
|
2873
2951
|
|
|
2874
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2952
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M8.9444 10.75H15.0544C15.7144 10.75 16.3144 10.39 16.6144 9.80002C16.9144 9.22002 16.8644 8.52002 16.4844 7.98002L13.4244 3.71002C12.7644 2.79002 11.2344 2.79002 10.5744 3.71002L7.5244 7.99002C7.1444 8.53002 7.0944 9.22002 7.3944 9.81002C7.6944 10.4 8.2944 10.76 8.9544 10.76L8.9444 10.75ZM8.7444 8.86002L11.7944 4.58002C11.8644 4.49002 11.9544 4.48002 11.9944 4.48002C12.0344 4.48002 12.1344 4.49002 12.1944 4.58002L15.2544 8.86002C15.3344 8.97002 15.3044 9.07002 15.2744 9.12002C15.2444 9.17002 15.1844 9.26002 15.0544 9.26002H8.9444C8.8144 9.26002 8.7444 9.18002 8.7244 9.12002C8.7044 9.06002 8.6644 8.97002 8.7444 8.86002ZM15.0544 13.25H8.9444C8.2844 13.25 7.6844 13.61 7.3844 14.2C7.0844 14.78 7.1344 15.48 7.5144 16.02L10.5744 20.3C10.9044 20.76 11.4344 21.03 11.9944 21.03C12.5544 21.03 13.0944 20.76 13.4144 20.3L16.4744 16.02C16.8544 15.48 16.9044 14.79 16.6044 14.2C16.3044 13.61 15.7044 13.25 15.0444 13.25H15.0544ZM15.2644 15.15L12.2044 19.43C12.0744 19.61 11.9244 19.61 11.7944 19.43L8.7344 15.15C8.6544 15.04 8.6844 14.94 8.7144 14.89C8.7444 14.84 8.8044 14.75 8.9344 14.75H15.0444C15.1744 14.75 15.2444 14.83 15.2644 14.89C15.2844 14.95 15.3244 15.04 15.2444 15.15H15.2644Z\"></path></svg>"
|
|
2875
2953
|
|
|
2876
2954
|
/***/ }),
|
|
2877
2955
|
|
|
2878
|
-
/***/
|
|
2956
|
+
/***/ 7882:
|
|
2879
2957
|
/***/ ((module) => {
|
|
2880
2958
|
|
|
2881
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2959
|
+
module.exports = "<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M25 7.25H22.19C21.73 7.25 21.31 7 21.09 6.59L20.89 6.22C20.23 5.01 18.97 4.25 17.59 4.25H14.41C13.03 4.25 11.77 5 11.11 6.22L10.91 6.6C10.69 7 10.27 7.26 9.81 7.26H7C4.93 7.26 3.25 8.94 3.25 11.01V24.01C3.25 26.08 4.93 27.76 7 27.76H25C27.07 27.76 28.75 26.08 28.75 24.01V11C28.75 8.93 27.07 7.25 25 7.25ZM27.25 24C27.25 25.24 26.24 26.25 25 26.25H7C5.76 26.25 4.75 25.24 4.75 24V11C4.75 9.76 5.76 8.75 7 8.75H9.81C10.82 8.75 11.75 8.2 12.23 7.31L12.43 6.94C12.82 6.21 13.58 5.76 14.41 5.76H17.59C18.42 5.76 19.18 6.21 19.57 6.94L19.77 7.31C20.25 8.2 21.18 8.76 22.19 8.76H25C26.24 8.76 27.25 9.77 27.25 11.01V24.01V24ZM16 10.25C12.28 10.25 9.25 13.28 9.25 17C9.25 20.72 12.28 23.75 16 23.75C19.72 23.75 22.75 20.72 22.75 17C22.75 13.28 19.72 10.25 16 10.25ZM16 22.25C13.11 22.25 10.75 19.89 10.75 17C10.75 14.11 13.11 11.75 16 11.75C18.89 11.75 21.25 14.11 21.25 17C21.25 19.89 18.89 22.25 16 22.25ZM19.75 17C19.75 19.07 18.07 20.75 16 20.75C15.59 20.75 15.25 20.41 15.25 20C15.25 19.59 15.59 19.25 16 19.25C17.24 19.25 18.25 18.24 18.25 17C18.25 16.59 18.59 16.25 19 16.25C19.41 16.25 19.75 16.59 19.75 17Z\"></path></svg>"
|
|
2882
2960
|
|
|
2883
2961
|
/***/ }),
|
|
2884
2962
|
|
|
2885
|
-
/***/
|
|
2963
|
+
/***/ 7982:
|
|
2886
2964
|
/***/ ((module) => {
|
|
2887
2965
|
|
|
2888
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2966
|
+
module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.75 8C11.75 8.41 11.41 8.75 11 8.75H5C4.59 8.75 4.25 8.41 4.25 8C4.25 7.59 4.59 7.25 5 7.25H11C11.41 7.25 11.75 7.59 11.75 8Z\"></path></svg>"
|
|
2889
2967
|
|
|
2890
2968
|
/***/ }),
|
|
2891
2969
|
|
|
2892
|
-
/***/
|
|
2970
|
+
/***/ 8009:
|
|
2893
2971
|
/***/ ((module) => {
|
|
2894
2972
|
|
|
2895
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2973
|
+
module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.75 8C11.75 8.41 11.41 8.75 11 8.75H8.75V11C8.75 11.41 8.41 11.75 8 11.75C7.59 11.75 7.25 11.41 7.25 11V8.75H5C4.59 8.75 4.25 8.41 4.25 8C4.25 7.59 4.59 7.25 5 7.25H7.25V5C7.25 4.59 7.59 4.25 8 4.25C8.41 4.25 8.75 4.59 8.75 5V7.25H11C11.41 7.25 11.75 7.59 11.75 8Z\"></path></svg>"
|
|
2896
2974
|
|
|
2897
2975
|
/***/ }),
|
|
2898
2976
|
|
|
2899
|
-
/***/
|
|
2977
|
+
/***/ 8016:
|
|
2900
2978
|
/***/ ((module) => {
|
|
2901
2979
|
|
|
2902
|
-
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><
|
|
2980
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.00572 7C6.45572 7 6.00572 6.55 6.00572 6V2C6.00572 1.45 6.45572 1 7.00572 1C7.55572 1 8.00572 1.45 8.00572 2V6C8.00572 6.55 7.55572 7 7.00572 7ZM18.0057 6V2C18.0057 1.45 17.5557 1 17.0057 1C16.4557 1 16.0057 1.45 16.0057 2V6C16.0057 6.55 16.4557 7 17.0057 7C17.5557 7 18.0057 6.55 18.0057 6ZM19.9457 21.33C20.1257 20.81 19.8557 20.24 19.3357 20.05C14.5457 18.35 9.45572 18.35 4.66572 20.05C4.14572 20.23 3.87572 20.81 4.05572 21.33C4.23572 21.85 4.80572 22.12 5.33572 21.94C9.69572 20.4 14.3057 20.4 18.6657 21.94C18.7757 21.98 18.8857 22 18.9957 22C19.4057 22 19.7957 21.74 19.9357 21.33H19.9457Z\"></path></svg>"
|
|
2903
2981
|
|
|
2904
2982
|
/***/ }),
|
|
2905
2983
|
|
|
2906
|
-
/***/
|
|
2984
|
+
/***/ 8241:
|
|
2907
2985
|
/***/ ((module) => {
|
|
2908
2986
|
|
|
2909
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2987
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M19.5275 7.5275L9.5275 17.5275C9.3775 17.6775 9.1875 17.7475 8.9975 17.7475C8.8075 17.7475 8.6175 17.6775 8.4675 17.5275L4.4675 13.5275C4.1775 13.2375 4.1775 12.7575 4.4675 12.4675C4.7575 12.1775 5.2375 12.1775 5.5275 12.4675L8.9975 15.9375L18.4675 6.4675C18.7575 6.1775 19.2375 6.1775 19.5275 6.4675C19.8175 6.7575 19.8175 7.2375 19.5275 7.5275Z\"></path></svg>"
|
|
2910
2988
|
|
|
2911
2989
|
/***/ }),
|
|
2912
2990
|
|
|
2913
|
-
/***/
|
|
2991
|
+
/***/ 8453:
|
|
2914
2992
|
/***/ ((module) => {
|
|
2915
2993
|
|
|
2916
|
-
module.exports = "<svg viewBox=\"0 0
|
|
2994
|
+
module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13.75 3V7C13.75 7.41 13.41 7.75 13 7.75C12.59 7.75 12.25 7.41 12.25 7V4.81L9.53 7.53C9.38 7.68 9.19 7.75 9 7.75C8.81 7.75 8.62 7.68 8.47 7.53C8.18 7.24 8.18 6.76 8.47 6.47L11.19 3.75H9C8.59 3.75 8.25 3.41 8.25 3C8.25 2.59 8.59 2.25 9 2.25H13C13.1 2.25 13.19 2.27 13.29 2.31C13.47 2.39 13.62 2.53 13.7 2.72C13.74 2.81 13.76 2.91 13.76 3.01L13.75 3ZM7.53 8.47C7.24 8.18 6.76 8.18 6.47 8.47L3.75 11.19V9C3.75 8.59 3.41 8.25 3 8.25C2.59 8.25 2.25 8.59 2.25 9V13C2.25 13.1 2.27 13.19 2.31 13.29C2.39 13.47 2.53 13.62 2.72 13.7C2.81 13.74 2.91 13.76 3.01 13.76H7.01C7.42 13.76 7.76 13.42 7.76 13.01C7.76 12.6 7.42 12.26 7.01 12.26H4.82L7.54 9.54C7.83 9.25 7.83 8.77 7.54 8.48L7.53 8.47Z\"></path></svg>"
|
|
2917
2995
|
|
|
2918
2996
|
/***/ }),
|
|
2919
2997
|
|
|
2920
|
-
/***/
|
|
2998
|
+
/***/ 8515:
|
|
2921
2999
|
/***/ ((module) => {
|
|
2922
3000
|
|
|
2923
|
-
module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"
|
|
3001
|
+
module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M14.0275 5.0275L6.5275 12.5275C6.3775 12.6775 6.1875 12.7475 5.9975 12.7475C5.8075 12.7475 5.6175 12.6775 5.4675 12.5275L2.4675 9.5275C2.1775 9.2375 2.1775 8.7575 2.4675 8.4675C2.7575 8.1775 3.2375 8.1775 3.5275 8.4675L5.9975 10.9375L12.9675 3.9675C13.2575 3.6775 13.7375 3.6775 14.0275 3.9675C14.3175 4.2575 14.3175 4.7375 14.0275 5.0275Z\"></path></svg>"
|
|
2924
3002
|
|
|
2925
3003
|
/***/ }),
|
|
2926
3004
|
|
|
2927
|
-
/***/
|
|
3005
|
+
/***/ 8679:
|
|
2928
3006
|
/***/ ((module) => {
|
|
2929
3007
|
|
|
2930
|
-
module.exports = "<svg viewBox=\"0 0
|
|
3008
|
+
module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.75 8C11.75 8.41 11.41 8.75 11 8.75H8.75V11C8.75 11.41 8.41 11.75 8 11.75C7.59 11.75 7.25 11.41 7.25 11V8.75H5C4.59 8.75 4.25 8.41 4.25 8C4.25 7.59 4.59 7.25 5 7.25H7.25V5C7.25 4.59 7.59 4.25 8 4.25C8.41 4.25 8.75 4.59 8.75 5V7.25H11C11.41 7.25 11.75 7.59 11.75 8Z\"></path></svg>"
|
|
2931
3009
|
|
|
2932
3010
|
/***/ }),
|
|
2933
3011
|
|
|
2934
|
-
/***/
|
|
3012
|
+
/***/ 8680:
|
|
2935
3013
|
/***/ ((module) => {
|
|
2936
3014
|
|
|
2937
|
-
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"
|
|
3015
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><g><path d=\"M12 19.3373L6.13001 22.4373C5.50001 22.7673 4.77001 22.2373 4.89001 21.5373L6.01001 14.9773L1.26001 10.3273C0.750007 9.83728 1.03001 8.96728 1.73001 8.86728L8.29001 7.90728L11.23 1.93728C11.54 1.29728 12.45 1.29728 12.77 1.93728L15.7 7.90728L22.26 8.86728C22.96 8.96728 23.24 9.83728 22.73 10.3273L17.98 14.9773L19.1 21.5373C19.22 22.2373 18.49 22.7773 17.86 22.4373L11.99 19.3373H12Z\"></path></g></svg>"
|
|
2938
3016
|
|
|
2939
3017
|
/***/ }),
|
|
2940
3018
|
|
|
2941
|
-
/***/
|
|
3019
|
+
/***/ 8767:
|
|
2942
3020
|
/***/ ((module) => {
|
|
2943
3021
|
|
|
2944
|
-
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"
|
|
3022
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7 7C6.45 7 6 6.55 6 6V2C6 1.45 6.45 1 7 1C7.55 1 8 1.45 8 2V6C8 6.55 7.55 7 7 7ZM18 6V2C18 1.45 17.55 1 17 1C16.45 1 16 1.45 16 2V6C16 6.55 16.45 7 17 7C17.55 7 18 6.55 18 6ZM21 21C21 20.45 20.55 20 20 20H4C3.45 20 3 20.45 3 21C3 21.55 3.45 22 4 22H20C20.55 22 21 21.55 21 21Z\"></path></svg>"
|
|
2945
3023
|
|
|
2946
3024
|
/***/ }),
|
|
2947
3025
|
|
|
@@ -2952,139 +3030,59 @@ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\
|
|
|
2952
3030
|
|
|
2953
3031
|
/***/ }),
|
|
2954
3032
|
|
|
2955
|
-
/***/
|
|
3033
|
+
/***/ 9340:
|
|
2956
3034
|
/***/ ((module) => {
|
|
2957
3035
|
|
|
2958
|
-
module.exports = "<svg viewBox=\"0 0
|
|
3036
|
+
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>"
|
|
2959
3037
|
|
|
2960
3038
|
/***/ }),
|
|
2961
3039
|
|
|
2962
|
-
/***/
|
|
3040
|
+
/***/ 9355:
|
|
2963
3041
|
/***/ ((module) => {
|
|
2964
3042
|
|
|
2965
|
-
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"
|
|
3043
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.75 9V17C12.75 17.41 12.41 17.75 12 17.75C11.59 17.75 11.25 17.41 11.25 17V9C11.25 8.59 11.59 8.25 12 8.25C12.41 8.25 12.75 8.59 12.75 9ZM14.25 9V17C14.25 17.41 14.59 17.75 15 17.75C15.41 17.75 15.75 17.41 15.75 17V9C15.75 8.59 15.41 8.25 15 8.25C14.59 8.25 14.25 8.59 14.25 9ZM9 8.25C8.59 8.25 8.25 8.59 8.25 9V17C8.25 17.41 8.59 17.75 9 17.75C9.41 17.75 9.75 17.41 9.75 17V9C9.75 8.59 9.41 8.25 9 8.25ZM20.75 6C20.75 6.41 20.41 6.75 20 6.75H18.75V18C18.75 19.52 17.52 20.75 16 20.75H8C6.48 20.75 5.25 19.52 5.25 18V6.75H4C3.59 6.75 3.25 6.41 3.25 6C3.25 5.59 3.59 5.25 4 5.25H8.25V4C8.25 3.04 9.04 2.25 10 2.25H14C14.96 2.25 15.75 3.04 15.75 4V5.25H20C20.41 5.25 20.75 5.59 20.75 6ZM9.75 5.25H14.25V4C14.25 3.86 14.14 3.75 14 3.75H10C9.86 3.75 9.75 3.86 9.75 4V5.25ZM17.25 6.75H6.75V18C6.75 18.69 7.31 19.25 8 19.25H16C16.69 19.25 17.25 18.69 17.25 18V6.75Z\"></path></svg>"
|
|
2966
3044
|
|
|
2967
3045
|
/***/ }),
|
|
2968
3046
|
|
|
2969
|
-
/***/
|
|
3047
|
+
/***/ 9392:
|
|
2970
3048
|
/***/ ((module) => {
|
|
2971
3049
|
|
|
2972
|
-
module.exports = "<svg viewBox=\"0 0
|
|
3050
|
+
module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.35 11.65C12.55 11.85 12.55 12.16 12.35 12.36C12.25 12.46 12.12 12.51 12 12.51C11.88 12.51 11.74 12.46 11.65 12.36L8 8.71L4.35 12.36C4.25 12.46 4.12 12.51 4 12.51C3.88 12.51 3.74 12.46 3.65 12.36C3.45 12.16 3.45 11.85 3.65 11.65L7.3 8L3.65 4.35C3.45 4.16 3.45 3.84 3.65 3.65C3.85 3.46 4.16 3.45 4.35 3.65L8 7.3L11.65 3.65C11.85 3.45 12.16 3.45 12.36 3.65C12.56 3.85 12.56 4.16 12.36 4.36L8.71 8.01L12.36 11.66L12.35 11.65Z\"></path></svg>"
|
|
2973
3051
|
|
|
2974
3052
|
/***/ }),
|
|
2975
3053
|
|
|
2976
|
-
/***/
|
|
3054
|
+
/***/ 9431:
|
|
2977
3055
|
/***/ ((module) => {
|
|
2978
3056
|
|
|
2979
|
-
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"
|
|
3057
|
+
module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M3.25 7C3.25 6.59 3.59 6.25 4 6.25H15C15.41 6.25 15.75 6.59 15.75 7C15.75 7.41 15.41 7.75 15 7.75H4C3.59 7.75 3.25 7.41 3.25 7ZM20 11.25H4C3.59 11.25 3.25 11.59 3.25 12C3.25 12.41 3.59 12.75 4 12.75H20C20.41 12.75 20.75 12.41 20.75 12C20.75 11.59 20.41 11.25 20 11.25ZM9 16.25H4C3.59 16.25 3.25 16.59 3.25 17C3.25 17.41 3.59 17.75 4 17.75H9C9.41 17.75 9.75 17.41 9.75 17C9.75 16.59 9.41 16.25 9 16.25Z\"></path></svg>"
|
|
2980
3058
|
|
|
2981
3059
|
/***/ }),
|
|
2982
3060
|
|
|
2983
|
-
/***/
|
|
3061
|
+
/***/ 9677:
|
|
2984
3062
|
/***/ ((module) => {
|
|
2985
3063
|
|
|
2986
|
-
module.exports = "<svg viewBox=\"0 0
|
|
3064
|
+
module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.75 8C11.75 8.41 11.41 8.75 11 8.75H5C4.59 8.75 4.25 8.41 4.25 8C4.25 7.59 4.59 7.25 5 7.25H11C11.41 7.25 11.75 7.59 11.75 8Z\"></path></svg>"
|
|
2987
3065
|
|
|
2988
3066
|
/***/ }),
|
|
2989
3067
|
|
|
2990
|
-
/***/
|
|
3068
|
+
/***/ 9822:
|
|
2991
3069
|
/***/ ((module) => {
|
|
2992
3070
|
|
|
2993
|
-
module.exports = "<svg viewBox=\"0 0
|
|
3071
|
+
module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.35 8.34627L7.35 12.3463C7.25 12.4463 7.12 12.4963 7 12.4963C6.88 12.4963 6.74 12.4463 6.65 12.3463C6.45 12.1463 6.45 11.8363 6.65 11.6363L10.3 7.98627L6.65 4.34627C6.45 4.15627 6.45 3.83627 6.65 3.64627C6.85 3.45627 7.16 3.44627 7.35 3.64627L11.35 7.64627C11.55 7.84627 11.55 8.15627 11.35 8.35627V8.34627Z\"></path></svg>"
|
|
2994
3072
|
|
|
2995
3073
|
/***/ }),
|
|
2996
3074
|
|
|
2997
|
-
/***/
|
|
3075
|
+
/***/ 9839:
|
|
2998
3076
|
/***/ ((module) => {
|
|
2999
3077
|
|
|
3000
|
-
module.exports = "<svg viewBox=\"0 0
|
|
3078
|
+
module.exports = "<svg viewBox=\"0 0 10 10\"><polygon points=\"2,2 0,4 5,9 10,4 8,2 5,5 \"></polygon></svg>"
|
|
3001
3079
|
|
|
3002
3080
|
/***/ }),
|
|
3003
3081
|
|
|
3004
|
-
/***/
|
|
3005
|
-
/***/ ((module
|
|
3006
|
-
|
|
3007
|
-
var map = {
|
|
3008
|
-
"./ModernBooleanCheckChecked.svg": 7594,
|
|
3009
|
-
"./ModernBooleanCheckInd.svg": 690,
|
|
3010
|
-
"./ModernBooleanCheckUnchecked.svg": 5169,
|
|
3011
|
-
"./ModernCheck.svg": 4177,
|
|
3012
|
-
"./ModernRadio.svg": 5336,
|
|
3013
|
-
"./ProgressButton.svg": 9839,
|
|
3014
|
-
"./RemoveFile.svg": 9340,
|
|
3015
|
-
"./TimerCircle.svg": 6437,
|
|
3016
|
-
"./add-24x24.svg": 4500,
|
|
3017
|
-
"./arrowleft-16x16.svg": 7527,
|
|
3018
|
-
"./arrowright-16x16.svg": 5048,
|
|
3019
|
-
"./camera-24x24.svg": 1252,
|
|
3020
|
-
"./camera-32x32.svg": 7882,
|
|
3021
|
-
"./cancel-24x24.svg": 7299,
|
|
3022
|
-
"./check-16x16.svg": 8515,
|
|
3023
|
-
"./check-24x24.svg": 8241,
|
|
3024
|
-
"./chevrondown-24x24.svg": 2816,
|
|
3025
|
-
"./chevronright-16x16.svg": 9822,
|
|
3026
|
-
"./clear-16x16.svg": 9392,
|
|
3027
|
-
"./clear-24x24.svg": 2722,
|
|
3028
|
-
"./close-16x16.svg": 871,
|
|
3029
|
-
"./close-24x24.svg": 7541,
|
|
3030
|
-
"./collapse-16x16.svg": 790,
|
|
3031
|
-
"./collapsedetails-16x16.svg": 7982,
|
|
3032
|
-
"./delete-24x24.svg": 9355,
|
|
3033
|
-
"./drag-24x24.svg": 2543,
|
|
3034
|
-
"./draghorizontal-24x16.svg": 5360,
|
|
3035
|
-
"./expand-16x16.svg": 8679,
|
|
3036
|
-
"./expanddetails-16x16.svg": 8009,
|
|
3037
|
-
"./file-72x72.svg": 9877,
|
|
3038
|
-
"./flip-24x24.svg": 3124,
|
|
3039
|
-
"./folder-24x24.svg": 2561,
|
|
3040
|
-
"./fullsize-16x16.svg": 3475,
|
|
3041
|
-
"./image-48x48.svg": 4274,
|
|
3042
|
-
"./loading-48x48.svg": 1989,
|
|
3043
|
-
"./maximize-16x16.svg": 8453,
|
|
3044
|
-
"./minimize-16x16.svg": 1379,
|
|
3045
|
-
"./more-24x24.svg": 674,
|
|
3046
|
-
"./navmenu-24x24.svg": 9431,
|
|
3047
|
-
"./noimage-48x48.svg": 2485,
|
|
3048
|
-
"./ranking-arrows.svg": 7055,
|
|
3049
|
-
"./rankingundefined-16x16.svg": 9677,
|
|
3050
|
-
"./rating-star-2.svg": 5923,
|
|
3051
|
-
"./rating-star-small-2.svg": 3365,
|
|
3052
|
-
"./rating-star-small.svg": 8680,
|
|
3053
|
-
"./rating-star.svg": 4546,
|
|
3054
|
-
"./reorder-24x24.svg": 7788,
|
|
3055
|
-
"./restoredown-16x16.svg": 2521,
|
|
3056
|
-
"./search-24x24.svg": 3185,
|
|
3057
|
-
"./smiley-rate1-24x24.svg": 1284,
|
|
3058
|
-
"./smiley-rate10-24x24.svg": 3306,
|
|
3059
|
-
"./smiley-rate2-24x24.svg": 8803,
|
|
3060
|
-
"./smiley-rate3-24x24.svg": 6378,
|
|
3061
|
-
"./smiley-rate4-24x24.svg": 1441,
|
|
3062
|
-
"./smiley-rate5-24x24.svg": 8016,
|
|
3063
|
-
"./smiley-rate6-24x24.svg": 8767,
|
|
3064
|
-
"./smiley-rate7-24x24.svg": 7238,
|
|
3065
|
-
"./smiley-rate8-24x24.svg": 5869,
|
|
3066
|
-
"./smiley-rate9-24x24.svg": 4684
|
|
3067
|
-
};
|
|
3068
|
-
|
|
3082
|
+
/***/ 9877:
|
|
3083
|
+
/***/ ((module) => {
|
|
3069
3084
|
|
|
3070
|
-
|
|
3071
|
-
var id = webpackContextResolve(req);
|
|
3072
|
-
return __nested_webpack_require_46653__(id);
|
|
3073
|
-
}
|
|
3074
|
-
function webpackContextResolve(req) {
|
|
3075
|
-
if(!__nested_webpack_require_46653__.o(map, req)) {
|
|
3076
|
-
var e = new Error("Cannot find module '" + req + "'");
|
|
3077
|
-
e.code = 'MODULE_NOT_FOUND';
|
|
3078
|
-
throw e;
|
|
3079
|
-
}
|
|
3080
|
-
return map[req];
|
|
3081
|
-
}
|
|
3082
|
-
webpackContext.keys = function webpackContextKeys() {
|
|
3083
|
-
return Object.keys(map);
|
|
3084
|
-
};
|
|
3085
|
-
webpackContext.resolve = webpackContextResolve;
|
|
3086
|
-
module.exports = webpackContext;
|
|
3087
|
-
webpackContext.id = 1247;
|
|
3085
|
+
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>"
|
|
3088
3086
|
|
|
3089
3087
|
/***/ })
|
|
3090
3088
|
|
|
@@ -3167,7 +3165,7 @@ var iconsV2_webpack_exports_icons = iconsV2_nested_webpack_exports_.P;
|
|
|
3167
3165
|
|
|
3168
3166
|
(0,external_survey_core_namespaceObject.addIconsToThemeSet)("v1", __webpack_exports__icons);
|
|
3169
3167
|
(0,external_survey_core_namespaceObject.addIconsToThemeSet)("v2", iconsV2_webpack_exports_icons);
|
|
3170
|
-
external_survey_core_namespaceObject.SvgRegistry.registerIcons(
|
|
3168
|
+
external_survey_core_namespaceObject.SvgRegistry.registerIcons(iconsV2_webpack_exports_icons);
|
|
3171
3169
|
class Survey extends SurveyElementBase {
|
|
3172
3170
|
constructor(props) {
|
|
3173
3171
|
super(props);
|
|
@@ -4069,16 +4067,16 @@ class RatingItemBase extends SurveyElementBase {
|
|
|
4069
4067
|
class RatingItem extends RatingItemBase {
|
|
4070
4068
|
render() {
|
|
4071
4069
|
var itemText = this.renderLocString(this.item.locText);
|
|
4072
|
-
return (external_react_namespaceObject
|
|
4073
|
-
external_react_namespaceObject
|
|
4074
|
-
external_react_namespaceObject
|
|
4070
|
+
return (external_react_namespaceObject.createElement("label", { onMouseDown: this.handleOnMouseDown, className: this.question.getItemClassByText(this.item.itemValue, this.item.text) },
|
|
4071
|
+
external_react_namespaceObject.createElement("input", { type: "radio", className: "sv-visuallyhidden", name: this.question.questionName, id: this.question.getInputId(this.index), value: this.item.value, disabled: this.question.isDisabledAttr, readOnly: this.question.isReadOnlyAttr, checked: this.question.value == this.item.value, onClick: this.props.handleOnClick, onChange: () => { }, "aria-required": this.question.ariaRequired, "aria-label": this.question.ariaLabel, "aria-invalid": this.question.ariaInvalid, "aria-errormessage": this.question.ariaErrormessage }),
|
|
4072
|
+
external_react_namespaceObject.createElement("span", { className: this.question.cssClasses.itemText, "data-text": this.item.text }, itemText)));
|
|
4075
4073
|
}
|
|
4076
4074
|
componentDidMount() {
|
|
4077
4075
|
super.componentDidMount();
|
|
4078
4076
|
}
|
|
4079
4077
|
}
|
|
4080
4078
|
ReactElementFactory.Instance.registerElement("sv-rating-item", (props) => {
|
|
4081
|
-
return external_react_namespaceObject
|
|
4079
|
+
return external_react_namespaceObject.createElement(RatingItem, props);
|
|
4082
4080
|
});
|
|
4083
4081
|
|
|
4084
4082
|
;// ./src/components/rating/rating-item-star.tsx
|
|
@@ -4088,14 +4086,14 @@ ReactElementFactory.Instance.registerElement("sv-rating-item", (props) => {
|
|
|
4088
4086
|
|
|
4089
4087
|
class RatingItemStar extends RatingItemBase {
|
|
4090
4088
|
render() {
|
|
4091
|
-
return (external_react_namespaceObject
|
|
4092
|
-
external_react_namespaceObject
|
|
4093
|
-
external_react_namespaceObject
|
|
4094
|
-
external_react_namespaceObject
|
|
4089
|
+
return (external_react_namespaceObject.createElement("label", { onMouseDown: this.handleOnMouseDown, className: this.question.getItemClass(this.item.itemValue), onMouseOver: e => this.question.onItemMouseIn(this.item), onMouseOut: e => this.question.onItemMouseOut(this.item) },
|
|
4090
|
+
external_react_namespaceObject.createElement("input", { type: "radio", className: "sv-visuallyhidden", name: this.question.questionName, id: this.question.getInputId(this.index), value: this.item.value, disabled: this.question.isDisabledAttr, readOnly: this.question.isReadOnlyAttr, checked: this.question.value == this.item.value, onClick: this.props.handleOnClick, onChange: () => { }, "aria-required": this.question.ariaRequired, "aria-label": this.question.ariaLabel, "aria-invalid": this.question.ariaInvalid, "aria-errormessage": this.question.ariaErrormessage }),
|
|
4091
|
+
external_react_namespaceObject.createElement(SvgIcon, { className: "sv-star", size: "auto", iconName: this.question.itemStarIcon, title: this.item.text }),
|
|
4092
|
+
external_react_namespaceObject.createElement(SvgIcon, { className: "sv-star-2", size: "auto", iconName: this.question.itemStarIconAlt, title: this.item.text })));
|
|
4095
4093
|
}
|
|
4096
4094
|
}
|
|
4097
4095
|
ReactElementFactory.Instance.registerElement("sv-rating-item-star", (props) => {
|
|
4098
|
-
return external_react_namespaceObject
|
|
4096
|
+
return external_react_namespaceObject.createElement(RatingItemStar, props);
|
|
4099
4097
|
});
|
|
4100
4098
|
|
|
4101
4099
|
;// ./src/components/rating/rating-item-smiley.tsx
|
|
@@ -4105,13 +4103,13 @@ ReactElementFactory.Instance.registerElement("sv-rating-item-star", (props) => {
|
|
|
4105
4103
|
|
|
4106
4104
|
class RatingItemSmiley extends RatingItemBase {
|
|
4107
4105
|
render() {
|
|
4108
|
-
return (external_react_namespaceObject
|
|
4109
|
-
external_react_namespaceObject
|
|
4110
|
-
external_react_namespaceObject
|
|
4106
|
+
return (external_react_namespaceObject.createElement("label", { onMouseDown: this.handleOnMouseDown, style: this.question.getItemStyle(this.item.itemValue, this.item.highlight), className: this.question.getItemClass(this.item.itemValue), onMouseOver: e => this.question.onItemMouseIn(this.item), onMouseOut: e => this.question.onItemMouseOut(this.item) },
|
|
4107
|
+
external_react_namespaceObject.createElement("input", { type: "radio", className: "sv-visuallyhidden", name: this.question.questionName, id: this.question.getInputId(this.index), value: this.item.value, disabled: this.question.isDisabledAttr, readOnly: this.question.isReadOnlyAttr, checked: this.question.value == this.item.value, onClick: this.props.handleOnClick, onChange: () => { }, "aria-required": this.question.ariaRequired, "aria-label": this.question.ariaLabel, "aria-invalid": this.question.ariaInvalid, "aria-errormessage": this.question.ariaErrormessage }),
|
|
4108
|
+
external_react_namespaceObject.createElement(SvgIcon, { size: "auto", iconName: this.question.getItemSmileyIconName(this.item.itemValue), title: this.item.text })));
|
|
4111
4109
|
}
|
|
4112
4110
|
}
|
|
4113
4111
|
ReactElementFactory.Instance.registerElement("sv-rating-item-smiley", (props) => {
|
|
4114
|
-
return external_react_namespaceObject
|
|
4112
|
+
return external_react_namespaceObject.createElement(RatingItemSmiley, props);
|
|
4115
4113
|
});
|
|
4116
4114
|
|
|
4117
4115
|
;// ./src/components/rating/rating-dropdown-item.tsx
|
|
@@ -4130,18 +4128,18 @@ class RatingDropdownItem extends SurveyElementBase {
|
|
|
4130
4128
|
return null;
|
|
4131
4129
|
const item = this.props.item;
|
|
4132
4130
|
const description = this.renderDescription(item);
|
|
4133
|
-
return (external_react_namespaceObject
|
|
4134
|
-
external_react_namespaceObject
|
|
4131
|
+
return (external_react_namespaceObject.createElement("div", { className: "sd-rating-dropdown-item" },
|
|
4132
|
+
external_react_namespaceObject.createElement("span", { className: "sd-rating-dropdown-item_text" }, item.title),
|
|
4135
4133
|
description));
|
|
4136
4134
|
}
|
|
4137
4135
|
renderDescription(item) {
|
|
4138
4136
|
if (!item.description)
|
|
4139
4137
|
return null;
|
|
4140
|
-
return (external_react_namespaceObject
|
|
4138
|
+
return (external_react_namespaceObject.createElement("div", { className: "sd-rating-dropdown-item_description" }, this.renderLocString(item.description, undefined, "locString")));
|
|
4141
4139
|
}
|
|
4142
4140
|
}
|
|
4143
4141
|
ReactElementFactory.Instance.registerElement("sv-rating-dropdown-item", (props) => {
|
|
4144
|
-
return external_react_namespaceObject
|
|
4142
|
+
return external_react_namespaceObject.createElement(RatingDropdownItem, props);
|
|
4145
4143
|
});
|
|
4146
4144
|
|
|
4147
4145
|
;// ./src/tagbox-filter.tsx
|
|
@@ -4786,13 +4784,13 @@ class SurveyFileChooseButton extends ReactSurveyElement {
|
|
|
4786
4784
|
return (this.props.item && this.props.item.data.question) || this.props.data.question;
|
|
4787
4785
|
}
|
|
4788
4786
|
render() {
|
|
4789
|
-
return attachKey2click(external_react_namespaceObject
|
|
4790
|
-
(!!this.question.cssClasses.chooseFileIconId) ? external_react_namespaceObject
|
|
4791
|
-
external_react_namespaceObject
|
|
4787
|
+
return attachKey2click(external_react_namespaceObject.createElement("label", { tabIndex: 0, className: this.question.getChooseFileCss(), htmlFor: this.question.inputId, "aria-label": this.question.chooseButtonText, onClick: (e) => this.question.chooseFile(e.nativeEvent) },
|
|
4788
|
+
(!!this.question.cssClasses.chooseFileIconId) ? external_react_namespaceObject.createElement(SvgIcon, { title: this.question.chooseButtonText, iconName: this.question.cssClasses.chooseFileIconId, size: "auto" }) : null,
|
|
4789
|
+
external_react_namespaceObject.createElement("span", null, this.question.chooseButtonText)));
|
|
4792
4790
|
}
|
|
4793
4791
|
}
|
|
4794
4792
|
ReactElementFactory.Instance.registerElement("sv-file-choose-btn", (props) => {
|
|
4795
|
-
return external_react_namespaceObject
|
|
4793
|
+
return external_react_namespaceObject.createElement(SurveyFileChooseButton, props);
|
|
4796
4794
|
});
|
|
4797
4795
|
|
|
4798
4796
|
;// ./src/reactquestion_file.tsx
|
|
@@ -4897,21 +4895,21 @@ class SurveyFileItem extends SurveyElementBase {
|
|
|
4897
4895
|
renderFileSign(className, val) {
|
|
4898
4896
|
if (!className || !val.name)
|
|
4899
4897
|
return null;
|
|
4900
|
-
return (external_react_namespaceObject
|
|
4901
|
-
external_react_namespaceObject
|
|
4898
|
+
return (external_react_namespaceObject.createElement("div", { className: className },
|
|
4899
|
+
external_react_namespaceObject.createElement("a", { href: val.content, onClick: event => {
|
|
4902
4900
|
this.question.doDownloadFile(event, val);
|
|
4903
4901
|
}, title: val.name, download: val.name, style: { width: this.question.imageWidth } }, val.name)));
|
|
4904
4902
|
}
|
|
4905
4903
|
renderElement() {
|
|
4906
4904
|
const val = this.item;
|
|
4907
|
-
return (external_react_namespaceObject
|
|
4905
|
+
return (external_react_namespaceObject.createElement("span", { className: this.question.cssClasses.previewItem, onClick: (event) => this.question.doDownloadFileFromContainer(event) },
|
|
4908
4906
|
this.renderFileSign(this.question.cssClasses.fileSign, val),
|
|
4909
|
-
external_react_namespaceObject
|
|
4910
|
-
this.question.canPreviewImage(val) ? (external_react_namespaceObject
|
|
4911
|
-
val.name && !this.question.isReadOnly ? (external_react_namespaceObject
|
|
4912
|
-
external_react_namespaceObject
|
|
4907
|
+
external_react_namespaceObject.createElement("div", { className: this.question.getImageWrapperCss(val) },
|
|
4908
|
+
this.question.canPreviewImage(val) ? (external_react_namespaceObject.createElement("img", { src: val.content, style: { height: this.question.imageHeight, width: this.question.imageWidth }, alt: "File preview" })) : (this.question.cssClasses.defaultImage ? (external_react_namespaceObject.createElement(SvgIcon, { iconName: this.question.cssClasses.defaultImageIconId, size: "auto", className: this.question.cssClasses.defaultImage })) : null),
|
|
4909
|
+
val.name && !this.question.isReadOnly ? (external_react_namespaceObject.createElement("div", { className: this.question.getRemoveButtonCss(), onClick: (event) => this.question.doRemoveFile(val, event) },
|
|
4910
|
+
external_react_namespaceObject.createElement("span", { className: this.question.cssClasses.removeFile }, this.question.removeFileCaption),
|
|
4913
4911
|
(this.question.cssClasses.removeFileSvgIconId) ?
|
|
4914
|
-
(external_react_namespaceObject
|
|
4912
|
+
(external_react_namespaceObject.createElement(SvgIcon, { title: this.question.removeFileCaption, iconName: this.question.cssClasses.removeFileSvgIconId, size: "auto", className: this.question.cssClasses.removeFileSvg })) : null)) : null),
|
|
4915
4913
|
this.renderFileSign(this.question.cssClasses.fileSignBottom, val)));
|
|
4916
4914
|
}
|
|
4917
4915
|
canRender() {
|
|
@@ -4931,8 +4929,8 @@ class SurveyFilePage extends SurveyElementBase {
|
|
|
4931
4929
|
return this.props.page;
|
|
4932
4930
|
}
|
|
4933
4931
|
renderElement() {
|
|
4934
|
-
const items = this.page.items.map((item, index) => { return (external_react_namespaceObject
|
|
4935
|
-
return (external_react_namespaceObject
|
|
4932
|
+
const items = this.page.items.map((item, index) => { return (external_react_namespaceObject.createElement(SurveyFileItem, { item: item, question: this.question, key: index })); });
|
|
4933
|
+
return (external_react_namespaceObject.createElement("div", { className: this.page.css, id: this.page.id }, items));
|
|
4936
4934
|
}
|
|
4937
4935
|
}
|
|
4938
4936
|
|
|
@@ -4949,22 +4947,22 @@ class SurveyFilePreview extends SurveyElementBase {
|
|
|
4949
4947
|
renderFileSign(className, val) {
|
|
4950
4948
|
if (!className || !val.name)
|
|
4951
4949
|
return null;
|
|
4952
|
-
return (external_react_namespaceObject
|
|
4953
|
-
external_react_namespaceObject
|
|
4950
|
+
return (external_react_namespaceObject.createElement("div", { className: className },
|
|
4951
|
+
external_react_namespaceObject.createElement("a", { href: val.content, onClick: event => {
|
|
4954
4952
|
this.question.doDownloadFile(event, val);
|
|
4955
4953
|
}, title: val.name, download: val.name, style: { width: this.question.imageWidth } }, val.name)));
|
|
4956
4954
|
}
|
|
4957
4955
|
renderElement() {
|
|
4958
|
-
const content = this.question.supportFileNavigator ? this.question.renderedPages.map((page, index) => { return (external_react_namespaceObject
|
|
4959
|
-
: this.question.previewValue.map((item, index) => { return (external_react_namespaceObject
|
|
4960
|
-
return external_react_namespaceObject
|
|
4956
|
+
const content = this.question.supportFileNavigator ? this.question.renderedPages.map((page, index) => { return (external_react_namespaceObject.createElement(SurveyFilePage, { page: page, question: this.question, key: page.id })); })
|
|
4957
|
+
: this.question.previewValue.map((item, index) => { return (external_react_namespaceObject.createElement(SurveyFileItem, { item: item, question: this.question, key: index })); });
|
|
4958
|
+
return external_react_namespaceObject.createElement("div", { className: this.question.cssClasses.fileList || undefined }, content);
|
|
4961
4959
|
}
|
|
4962
4960
|
canRender() {
|
|
4963
4961
|
return this.question.showPreviewContainer;
|
|
4964
4962
|
}
|
|
4965
4963
|
}
|
|
4966
4964
|
ReactElementFactory.Instance.registerElement("sv-file-preview", (props) => {
|
|
4967
|
-
return external_react_namespaceObject
|
|
4965
|
+
return external_react_namespaceObject.createElement(SurveyFilePreview, props);
|
|
4968
4966
|
});
|
|
4969
4967
|
|
|
4970
4968
|
;// ./src/reactquestion_multipletext.tsx
|
|
@@ -5470,7 +5468,7 @@ ReactQuestionFactory.Instance.registerQuestion("empty", (props) => {
|
|
|
5470
5468
|
class MatrixRow extends SurveyElementBase {
|
|
5471
5469
|
constructor(props) {
|
|
5472
5470
|
super(props);
|
|
5473
|
-
this.root = external_react_namespaceObject
|
|
5471
|
+
this.root = external_react_namespaceObject.createRef();
|
|
5474
5472
|
this.onPointerDownHandler = (event) => {
|
|
5475
5473
|
this.parentMatrix.onPointerDown(event.nativeEvent, this.model.row);
|
|
5476
5474
|
};
|
|
@@ -5511,11 +5509,11 @@ class MatrixRow extends SurveyElementBase {
|
|
|
5511
5509
|
const model = this.model;
|
|
5512
5510
|
if (!model.visible)
|
|
5513
5511
|
return null;
|
|
5514
|
-
return (external_react_namespaceObject
|
|
5512
|
+
return (external_react_namespaceObject.createElement("tr", { ref: this.root, className: model.className, "data-sv-drop-target-matrix-row": model.row && model.row.id, onPointerDown: (event) => this.onPointerDownHandler(event) }, this.props.children));
|
|
5515
5513
|
}
|
|
5516
5514
|
}
|
|
5517
5515
|
ReactElementFactory.Instance.registerElement("sv-matrix-row", (props) => {
|
|
5518
|
-
return external_react_namespaceObject
|
|
5516
|
+
return external_react_namespaceObject.createElement(MatrixRow, props);
|
|
5519
5517
|
});
|
|
5520
5518
|
|
|
5521
5519
|
;// ./src/components/matrix-actions/drag-drop-icon/drag-drop-icon.tsx
|
|
@@ -5527,20 +5525,20 @@ class SurveyQuestionMatrixDynamicDragDropIcon extends ReactSurveyElement {
|
|
|
5527
5525
|
return this.props.item.data.question;
|
|
5528
5526
|
}
|
|
5529
5527
|
renderElement() {
|
|
5530
|
-
return external_react_namespaceObject
|
|
5528
|
+
return external_react_namespaceObject.createElement("div", null, this.renderIcon());
|
|
5531
5529
|
}
|
|
5532
5530
|
renderIcon() {
|
|
5533
5531
|
if (this.question.iconDragElement) {
|
|
5534
|
-
return (external_react_namespaceObject
|
|
5535
|
-
external_react_namespaceObject
|
|
5532
|
+
return (external_react_namespaceObject.createElement("svg", { className: this.question.cssClasses.dragElementDecorator },
|
|
5533
|
+
external_react_namespaceObject.createElement("use", { xlinkHref: this.question.iconDragElement })));
|
|
5536
5534
|
}
|
|
5537
5535
|
else {
|
|
5538
|
-
return (external_react_namespaceObject
|
|
5536
|
+
return (external_react_namespaceObject.createElement("span", { className: this.question.cssClasses.iconDrag }));
|
|
5539
5537
|
}
|
|
5540
5538
|
}
|
|
5541
5539
|
}
|
|
5542
5540
|
ReactElementFactory.Instance.registerElement("sv-matrix-drag-drop-icon", (props) => {
|
|
5543
|
-
return external_react_namespaceObject
|
|
5541
|
+
return external_react_namespaceObject.createElement(SurveyQuestionMatrixDynamicDragDropIcon, props);
|
|
5544
5542
|
});
|
|
5545
5543
|
|
|
5546
5544
|
;// ./src/reactquestion_matrixdropdownbase.tsx
|
|
@@ -5999,12 +5997,12 @@ class SurveyQuestionPanelDynamicAddButton extends SurveyQuestionPanelDynamicActi
|
|
|
5999
5997
|
if (!this.question.canAddPanel)
|
|
6000
5998
|
return null;
|
|
6001
5999
|
const btnText = this.renderLocString(this.question.locAddPanelText);
|
|
6002
|
-
return (external_react_namespaceObject
|
|
6003
|
-
external_react_namespaceObject
|
|
6000
|
+
return (external_react_namespaceObject.createElement("button", { type: "button", id: this.question.addButtonId, className: this.question.getAddButtonCss(), onClick: this.handleClick },
|
|
6001
|
+
external_react_namespaceObject.createElement("span", { className: this.question.cssClasses.buttonAddText }, btnText)));
|
|
6004
6002
|
}
|
|
6005
6003
|
}
|
|
6006
6004
|
ReactElementFactory.Instance.registerElement("sv-paneldynamic-add-btn", (props) => {
|
|
6007
|
-
return external_react_namespaceObject
|
|
6005
|
+
return external_react_namespaceObject.createElement(SurveyQuestionPanelDynamicAddButton, props);
|
|
6008
6006
|
});
|
|
6009
6007
|
|
|
6010
6008
|
;// ./src/components/paneldynamic-actions/paneldynamic-next-btn.tsx
|
|
@@ -6020,12 +6018,12 @@ class SurveyQuestionPanelDynamicNextButton extends SurveyQuestionPanelDynamicAct
|
|
|
6020
6018
|
};
|
|
6021
6019
|
}
|
|
6022
6020
|
renderElement() {
|
|
6023
|
-
return (external_react_namespaceObject
|
|
6024
|
-
external_react_namespaceObject
|
|
6021
|
+
return (external_react_namespaceObject.createElement("div", { title: this.question.panelNextText, onClick: this.handleClick, className: this.question.getNextButtonCss() },
|
|
6022
|
+
external_react_namespaceObject.createElement(SvgIcon, { iconName: this.question.cssClasses.progressBtnIcon, size: "auto" })));
|
|
6025
6023
|
}
|
|
6026
6024
|
}
|
|
6027
6025
|
ReactElementFactory.Instance.registerElement("sv-paneldynamic-next-btn", (props) => {
|
|
6028
|
-
return external_react_namespaceObject
|
|
6026
|
+
return external_react_namespaceObject.createElement(SurveyQuestionPanelDynamicNextButton, props);
|
|
6029
6027
|
});
|
|
6030
6028
|
|
|
6031
6029
|
;// ./src/components/paneldynamic-actions/paneldynamic-prev-btn.tsx
|
|
@@ -6041,12 +6039,12 @@ class SurveyQuestionPanelDynamicPrevButton extends SurveyQuestionPanelDynamicAct
|
|
|
6041
6039
|
};
|
|
6042
6040
|
}
|
|
6043
6041
|
renderElement() {
|
|
6044
|
-
return (external_react_namespaceObject
|
|
6045
|
-
external_react_namespaceObject
|
|
6042
|
+
return (external_react_namespaceObject.createElement("div", { title: this.question.panelPrevText, onClick: this.handleClick, className: this.question.getPrevButtonCss() },
|
|
6043
|
+
external_react_namespaceObject.createElement(SvgIcon, { iconName: this.question.cssClasses.progressBtnIcon, size: "auto" })));
|
|
6046
6044
|
}
|
|
6047
6045
|
}
|
|
6048
6046
|
ReactElementFactory.Instance.registerElement("sv-paneldynamic-prev-btn", (props) => {
|
|
6049
|
-
return external_react_namespaceObject
|
|
6047
|
+
return external_react_namespaceObject.createElement(SurveyQuestionPanelDynamicPrevButton, props);
|
|
6050
6048
|
});
|
|
6051
6049
|
|
|
6052
6050
|
;// ./src/components/paneldynamic-actions/paneldynamic-progress-text.tsx
|
|
@@ -6055,11 +6053,11 @@ ReactElementFactory.Instance.registerElement("sv-paneldynamic-prev-btn", (props)
|
|
|
6055
6053
|
|
|
6056
6054
|
class SurveyQuestionPanelDynamicProgressText extends SurveyQuestionPanelDynamicAction {
|
|
6057
6055
|
renderElement() {
|
|
6058
|
-
return (external_react_namespaceObject
|
|
6056
|
+
return (external_react_namespaceObject.createElement("div", { className: this.question.cssClasses.progressText }, this.question.progressText));
|
|
6059
6057
|
}
|
|
6060
6058
|
}
|
|
6061
6059
|
ReactElementFactory.Instance.registerElement("sv-paneldynamic-progress-text", (props) => {
|
|
6062
|
-
return external_react_namespaceObject
|
|
6060
|
+
return external_react_namespaceObject.createElement(SurveyQuestionPanelDynamicProgressText, props);
|
|
6063
6061
|
});
|
|
6064
6062
|
|
|
6065
6063
|
;// ./src/reactquestion_paneldynamic.tsx
|
|
@@ -6380,13 +6378,13 @@ class ListItem extends SurveyElementBase {
|
|
|
6380
6378
|
const className = this.model.getItemClass(this.item);
|
|
6381
6379
|
const itemContent = this.item.component || this.model.itemComponent;
|
|
6382
6380
|
const newElement = ReactElementFactory.Instance.createElement(itemContent, { item: this.item, key: this.item.id, model: this.model });
|
|
6383
|
-
const contentWrap = external_react_namespaceObject
|
|
6384
|
-
const separator = this.item.needSeparator ? external_react_namespaceObject
|
|
6381
|
+
const contentWrap = external_react_namespaceObject.createElement("div", { style: this.model.getItemStyle(this.item), className: this.model.cssClasses.itemBody, title: this.item.getTooltip(), onMouseOver: (event) => { this.model.onItemHover(this.item); }, onMouseLeave: (event) => { this.model.onItemLeave(this.item); } }, newElement);
|
|
6382
|
+
const separator = this.item.needSeparator ? external_react_namespaceObject.createElement("div", { className: this.model.cssClasses.itemSeparator }) : null;
|
|
6385
6383
|
const isVisible = this.model.isItemVisible(this.item);
|
|
6386
6384
|
const style = {
|
|
6387
6385
|
display: isVisible ? null : "none"
|
|
6388
6386
|
};
|
|
6389
|
-
return attachKey2click(external_react_namespaceObject
|
|
6387
|
+
return attachKey2click(external_react_namespaceObject.createElement("li", { className: className, role: "option", style: style, id: this.item.elementId, "aria-selected": this.model.isItemSelected(this.item), onClick: (event) => {
|
|
6390
6388
|
this.model.onItemClick(this.item);
|
|
6391
6389
|
event.stopPropagation();
|
|
6392
6390
|
}, onPointerDown: (event) => this.model.onPointerDown(event, this.item) },
|
|
@@ -6399,7 +6397,7 @@ class ListItem extends SurveyElementBase {
|
|
|
6399
6397
|
}
|
|
6400
6398
|
}
|
|
6401
6399
|
ReactElementFactory.Instance.registerElement("sv-list-item", (props) => {
|
|
6402
|
-
return external_react_namespaceObject
|
|
6400
|
+
return external_react_namespaceObject.createElement(ListItem, props);
|
|
6403
6401
|
});
|
|
6404
6402
|
|
|
6405
6403
|
;// ./src/components/list/list.tsx
|
|
@@ -6421,7 +6419,7 @@ class List extends SurveyElementBase {
|
|
|
6421
6419
|
this.state = {
|
|
6422
6420
|
filterString: this.model.filterString || ""
|
|
6423
6421
|
};
|
|
6424
|
-
this.listContainerRef = external_react_namespaceObject
|
|
6422
|
+
this.listContainerRef = external_react_namespaceObject.createRef();
|
|
6425
6423
|
}
|
|
6426
6424
|
get model() {
|
|
6427
6425
|
return this.props.model;
|
|
@@ -6454,7 +6452,7 @@ class List extends SurveyElementBase {
|
|
|
6454
6452
|
}
|
|
6455
6453
|
}
|
|
6456
6454
|
renderElement() {
|
|
6457
|
-
return (external_react_namespaceObject
|
|
6455
|
+
return (external_react_namespaceObject.createElement("div", { className: this.model.cssClasses.root, ref: this.listContainerRef },
|
|
6458
6456
|
this.searchElementContent(),
|
|
6459
6457
|
this.emptyContent(),
|
|
6460
6458
|
this.renderList()));
|
|
@@ -6464,7 +6462,7 @@ class List extends SurveyElementBase {
|
|
|
6464
6462
|
return null;
|
|
6465
6463
|
const items = this.renderItems();
|
|
6466
6464
|
const ulStyle = { display: this.model.isEmpty ? "none" : null };
|
|
6467
|
-
return (external_react_namespaceObject
|
|
6465
|
+
return (external_react_namespaceObject.createElement("ul", { className: this.model.getListClass(), style: ulStyle, role: "listbox", id: this.model.elementId, onMouseDown: (e) => {
|
|
6468
6466
|
e.preventDefault();
|
|
6469
6467
|
}, onKeyDown: this.handleKeydown, onMouseMove: this.handleMouseMove }, items));
|
|
6470
6468
|
}
|
|
@@ -6477,7 +6475,7 @@ class List extends SurveyElementBase {
|
|
|
6477
6475
|
return null;
|
|
6478
6476
|
}
|
|
6479
6477
|
return items.map((item, itemIndex) => {
|
|
6480
|
-
return (external_react_namespaceObject
|
|
6478
|
+
return (external_react_namespaceObject.createElement(ListItem, { model: this.model, item: item, key: "item" + itemIndex }));
|
|
6481
6479
|
});
|
|
6482
6480
|
}
|
|
6483
6481
|
searchElementContent() {
|
|
@@ -6494,23 +6492,23 @@ class List extends SurveyElementBase {
|
|
|
6494
6492
|
this.model.goToItems(e);
|
|
6495
6493
|
};
|
|
6496
6494
|
const clearButton = this.model.showSearchClearButton && !!this.model.filterString ?
|
|
6497
|
-
external_react_namespaceObject
|
|
6498
|
-
external_react_namespaceObject
|
|
6499
|
-
return (external_react_namespaceObject
|
|
6500
|
-
external_react_namespaceObject
|
|
6501
|
-
external_react_namespaceObject
|
|
6502
|
-
external_react_namespaceObject
|
|
6495
|
+
external_react_namespaceObject.createElement("button", { className: this.model.cssClasses.searchClearButtonIcon, onClick: (event) => { this.model.onClickSearchClearButton(event); } },
|
|
6496
|
+
external_react_namespaceObject.createElement(SvgIcon, { iconName: "icon-searchclear", size: "auto" })) : null;
|
|
6497
|
+
return (external_react_namespaceObject.createElement("div", { className: this.model.cssClasses.filter },
|
|
6498
|
+
external_react_namespaceObject.createElement("div", { className: this.model.cssClasses.filterIcon },
|
|
6499
|
+
external_react_namespaceObject.createElement(SvgIcon, { iconName: "icon-search", size: "auto" })),
|
|
6500
|
+
external_react_namespaceObject.createElement("input", { type: "text", className: this.model.cssClasses.filterInput, "aria-label": this.model.filterStringPlaceholder, placeholder: this.model.filterStringPlaceholder, value: this.state.filterString, onKeyUp: onKeyUp, onChange: onChange }),
|
|
6503
6501
|
clearButton));
|
|
6504
6502
|
}
|
|
6505
6503
|
}
|
|
6506
6504
|
emptyContent() {
|
|
6507
6505
|
const style = { display: this.model.isEmpty ? null : "none" };
|
|
6508
|
-
return (external_react_namespaceObject
|
|
6509
|
-
external_react_namespaceObject
|
|
6506
|
+
return (external_react_namespaceObject.createElement("div", { className: this.model.cssClasses.emptyContainer, style: style },
|
|
6507
|
+
external_react_namespaceObject.createElement("div", { className: this.model.cssClasses.emptyText, "aria-label": this.model.emptyMessage }, this.model.emptyMessage)));
|
|
6510
6508
|
}
|
|
6511
6509
|
}
|
|
6512
6510
|
ReactElementFactory.Instance.registerElement("sv-list", (props) => {
|
|
6513
|
-
return external_react_namespaceObject
|
|
6511
|
+
return external_react_namespaceObject.createElement(List, props);
|
|
6514
6512
|
});
|
|
6515
6513
|
|
|
6516
6514
|
;// ./src/progressToc.tsx
|
|
@@ -6871,7 +6869,7 @@ class SurveyQuestionImagePickerItem extends ReactSurveyElement {
|
|
|
6871
6869
|
}
|
|
6872
6870
|
const renderedItem = (external_react_namespaceObject.createElement("div", { className: itemClass },
|
|
6873
6871
|
external_react_namespaceObject.createElement("label", { className: cssClasses.label },
|
|
6874
|
-
external_react_namespaceObject.createElement("input", { className: cssClasses.itemControl, id: this.question.getItemId(item), type: this.question.inputType, name: this.question.questionName, checked: isChecked, value: item.value, disabled: !this.question.getItemEnabled(item), readOnly: this.question.isReadOnlyAttr, onChange: this.handleOnChange, "aria-required": this.question.ariaRequired, "aria-label":
|
|
6872
|
+
external_react_namespaceObject.createElement("input", { className: cssClasses.itemControl, id: this.question.getItemId(item), type: this.question.inputType, name: this.question.questionName, checked: isChecked, value: item.value, disabled: !this.question.getItemEnabled(item), readOnly: this.question.isReadOnlyAttr, onChange: this.handleOnChange, "aria-required": this.question.ariaRequired, "aria-label": item.locText.renderedHtml, "aria-invalid": this.question.ariaInvalid, "aria-errormessage": this.question.ariaErrormessage }),
|
|
6875
6873
|
external_react_namespaceObject.createElement("div", { className: this.question.cssClasses.itemDecorator },
|
|
6876
6874
|
external_react_namespaceObject.createElement("div", { className: this.question.cssClasses.imageContainer },
|
|
6877
6875
|
!!this.question.cssClasses.checkedItemDecorator ?
|
|
@@ -7004,11 +7002,11 @@ class SurveyQuestionButtonGroup extends SurveyQuestionElementBase {
|
|
|
7004
7002
|
}
|
|
7005
7003
|
renderElement() {
|
|
7006
7004
|
const items = this.renderItems();
|
|
7007
|
-
return external_react_namespaceObject
|
|
7005
|
+
return external_react_namespaceObject.createElement("div", { className: this.question.cssClasses.root }, items);
|
|
7008
7006
|
}
|
|
7009
7007
|
renderItems() {
|
|
7010
7008
|
return this.question.visibleChoices.map((item, index) => {
|
|
7011
|
-
return (external_react_namespaceObject
|
|
7009
|
+
return (external_react_namespaceObject.createElement(SurveyButtonGroupItem, { key: this.question.inputId + "_" + index, item: item, question: this.question, index: index }));
|
|
7012
7010
|
});
|
|
7013
7011
|
}
|
|
7014
7012
|
}
|
|
@@ -7033,20 +7031,20 @@ class SurveyButtonGroupItem extends SurveyElementBase {
|
|
|
7033
7031
|
const icon = this.renderIcon();
|
|
7034
7032
|
const input = this.renderInput();
|
|
7035
7033
|
const caption = this.renderCaption();
|
|
7036
|
-
return (external_react_namespaceObject
|
|
7034
|
+
return (external_react_namespaceObject.createElement("label", { role: "radio", className: this.model.css.label, title: this.model.caption.renderedHtml },
|
|
7037
7035
|
input,
|
|
7038
|
-
external_react_namespaceObject
|
|
7036
|
+
external_react_namespaceObject.createElement("div", { className: this.model.css.decorator },
|
|
7039
7037
|
icon,
|
|
7040
7038
|
caption)));
|
|
7041
7039
|
}
|
|
7042
7040
|
renderIcon() {
|
|
7043
7041
|
if (!!this.model.iconName) {
|
|
7044
|
-
return (external_react_namespaceObject
|
|
7042
|
+
return (external_react_namespaceObject.createElement(SvgIcon, { className: this.model.css.icon, iconName: this.model.iconName, size: this.model.iconSize || 24 }));
|
|
7045
7043
|
}
|
|
7046
7044
|
return null;
|
|
7047
7045
|
}
|
|
7048
7046
|
renderInput() {
|
|
7049
|
-
return (external_react_namespaceObject
|
|
7047
|
+
return (external_react_namespaceObject.createElement("input", { className: this.model.css.control, id: this.model.id, type: "radio", name: this.model.name, checked: this.model.selected, value: this.model.value, disabled: this.model.readOnly, onChange: () => {
|
|
7050
7048
|
this.model.onChange();
|
|
7051
7049
|
}, "aria-required": this.model.isRequired, "aria-label": this.model.caption.renderedHtml, "aria-invalid": this.model.hasErrors, "aria-errormessage": this.model.describedBy, role: "radio" }));
|
|
7052
7050
|
}
|
|
@@ -7054,7 +7052,7 @@ class SurveyButtonGroupItem extends SurveyElementBase {
|
|
|
7054
7052
|
if (!this.model.showCaption)
|
|
7055
7053
|
return null;
|
|
7056
7054
|
let caption = this.renderLocString(this.model.caption);
|
|
7057
|
-
return (external_react_namespaceObject
|
|
7055
|
+
return (external_react_namespaceObject.createElement("span", { className: this.model.css.caption, title: this.model.caption.renderedHtml }, caption));
|
|
7058
7056
|
}
|
|
7059
7057
|
}
|
|
7060
7058
|
// ReactQuestionFactory.Instance.registerQuestion("buttongroup", props => {
|
|
@@ -7120,17 +7118,17 @@ class ListItemContent extends SurveyElementBase {
|
|
|
7120
7118
|
return null;
|
|
7121
7119
|
const text = this.renderLocString(this.item.locTitle, undefined, "locString");
|
|
7122
7120
|
const icon = (this.item.iconName) ?
|
|
7123
|
-
external_react_namespaceObject
|
|
7121
|
+
external_react_namespaceObject.createElement(SvgIcon, { className: this.model.cssClasses.itemIcon, iconName: this.item.iconName, size: this.item.iconSize, "aria-label": this.item.title }) : null;
|
|
7124
7122
|
const markerIcon = (this.item.markerIconName) ?
|
|
7125
|
-
external_react_namespaceObject
|
|
7126
|
-
return external_react_namespaceObject
|
|
7123
|
+
external_react_namespaceObject.createElement(SvgIcon, { className: this.item.cssClasses.itemMarkerIcon, iconName: this.item.markerIconName, size: "auto" }) : null;
|
|
7124
|
+
return external_react_namespaceObject.createElement(external_react_namespaceObject.Fragment, null,
|
|
7127
7125
|
icon,
|
|
7128
7126
|
text,
|
|
7129
7127
|
markerIcon);
|
|
7130
7128
|
}
|
|
7131
7129
|
}
|
|
7132
7130
|
ReactElementFactory.Instance.registerElement("sv-list-item-content", (props) => {
|
|
7133
|
-
return external_react_namespaceObject
|
|
7131
|
+
return external_react_namespaceObject.createElement(ListItemContent, props);
|
|
7134
7132
|
});
|
|
7135
7133
|
|
|
7136
7134
|
;// ./src/components/list/list-item-group.tsx
|
|
@@ -7153,19 +7151,19 @@ class ListItemGroup extends SurveyElementBase {
|
|
|
7153
7151
|
if (!this.item)
|
|
7154
7152
|
return null;
|
|
7155
7153
|
const newElement = ReactElementFactory.Instance.createElement("sv-list-item-content", { item: this.item, key: "content" + this.item.id, model: this.model });
|
|
7156
|
-
return external_react_namespaceObject
|
|
7154
|
+
return external_react_namespaceObject.createElement(external_react_namespaceObject.Fragment, null,
|
|
7157
7155
|
newElement,
|
|
7158
|
-
external_react_namespaceObject
|
|
7156
|
+
external_react_namespaceObject.createElement(Popup, { model: (_a = this.item) === null || _a === void 0 ? void 0 : _a.popupModel }));
|
|
7159
7157
|
}
|
|
7160
7158
|
}
|
|
7161
7159
|
ReactElementFactory.Instance.registerElement("sv-list-item-group", (props) => {
|
|
7162
|
-
return external_react_namespaceObject
|
|
7160
|
+
return external_react_namespaceObject.createElement(ListItemGroup, props);
|
|
7163
7161
|
});
|
|
7164
7162
|
|
|
7165
7163
|
;// ./src/components/survey-header/logo-image.tsx
|
|
7166
7164
|
|
|
7167
7165
|
|
|
7168
|
-
class LogoImage extends external_react_namespaceObject
|
|
7166
|
+
class LogoImage extends external_react_namespaceObject.Component {
|
|
7169
7167
|
constructor(props) {
|
|
7170
7168
|
super(props);
|
|
7171
7169
|
}
|
|
@@ -7174,13 +7172,13 @@ class LogoImage extends external_react_namespaceObject["default"].Component {
|
|
|
7174
7172
|
}
|
|
7175
7173
|
render() {
|
|
7176
7174
|
const content = [];
|
|
7177
|
-
content.push(external_react_namespaceObject
|
|
7178
|
-
external_react_namespaceObject
|
|
7179
|
-
return external_react_namespaceObject
|
|
7175
|
+
content.push(external_react_namespaceObject.createElement("div", { key: "logo-image", className: this.survey.logoClassNames },
|
|
7176
|
+
external_react_namespaceObject.createElement("img", { className: this.survey.css.logoImage, src: this.survey.locLogo.renderedHtml || null, alt: this.survey.locTitle.renderedHtml, width: this.survey.renderedLogoWidth, height: this.survey.renderedLogoHeight, style: { objectFit: this.survey.logoFit, width: this.survey.renderedStyleLogoWidth, height: this.survey.renderedStyleLogoHeight } })));
|
|
7177
|
+
return external_react_namespaceObject.createElement(external_react_namespaceObject.Fragment, null, content);
|
|
7180
7178
|
}
|
|
7181
7179
|
}
|
|
7182
7180
|
ReactElementFactory.Instance.registerElement("sv-logo-image", (props) => {
|
|
7183
|
-
return external_react_namespaceObject
|
|
7181
|
+
return external_react_namespaceObject.createElement(LogoImage, props);
|
|
7184
7182
|
});
|
|
7185
7183
|
|
|
7186
7184
|
;// ./src/components/matrix-actions/remove-button/remove-button.tsx
|
|
@@ -7203,13 +7201,13 @@ class SurveyQuestionMatrixDynamicRemoveButton extends ReactSurveyElement {
|
|
|
7203
7201
|
}
|
|
7204
7202
|
renderElement() {
|
|
7205
7203
|
var removeRowText = this.renderLocString(this.question.locRemoveRowText);
|
|
7206
|
-
return (external_react_namespaceObject
|
|
7204
|
+
return (external_react_namespaceObject.createElement("button", { className: this.question.getRemoveRowButtonCss(), type: "button", onClick: this.handleOnRowRemoveClick, disabled: this.question.isInputReadOnly },
|
|
7207
7205
|
removeRowText,
|
|
7208
|
-
external_react_namespaceObject
|
|
7206
|
+
external_react_namespaceObject.createElement("span", { className: this.question.cssClasses.iconRemove })));
|
|
7209
7207
|
}
|
|
7210
7208
|
}
|
|
7211
7209
|
ReactElementFactory.Instance.registerElement("sv-matrix-remove-button", (props) => {
|
|
7212
|
-
return external_react_namespaceObject
|
|
7210
|
+
return external_react_namespaceObject.createElement(SurveyQuestionMatrixDynamicRemoveButton, props);
|
|
7213
7211
|
});
|
|
7214
7212
|
|
|
7215
7213
|
;// ./src/components/matrix-actions/detail-button/detail-button.tsx
|
|
@@ -7241,12 +7239,12 @@ class SurveyQuestionMatrixDetailButton extends ReactSurveyElement {
|
|
|
7241
7239
|
var isExpanded = this.row.isDetailPanelShowing;
|
|
7242
7240
|
var ariaExpanded = isExpanded;
|
|
7243
7241
|
var ariaControls = isExpanded ? this.row.detailPanelId : undefined;
|
|
7244
|
-
return (external_react_namespaceObject
|
|
7245
|
-
external_react_namespaceObject
|
|
7242
|
+
return (external_react_namespaceObject.createElement("button", { type: "button", onClick: this.handleOnShowHideClick, className: this.question.getDetailPanelButtonCss(this.row), "aria-expanded": ariaExpanded, "aria-controls": ariaControls },
|
|
7243
|
+
external_react_namespaceObject.createElement(SvgIcon, { className: this.question.getDetailPanelIconCss(this.row), iconName: this.question.getDetailPanelIconId(this.row), size: "auto" })));
|
|
7246
7244
|
}
|
|
7247
7245
|
}
|
|
7248
7246
|
ReactElementFactory.Instance.registerElement("sv-matrix-detail-button", props => {
|
|
7249
|
-
return external_react_namespaceObject
|
|
7247
|
+
return external_react_namespaceObject.createElement(SurveyQuestionMatrixDetailButton, props);
|
|
7250
7248
|
});
|
|
7251
7249
|
|
|
7252
7250
|
;// ./src/components/paneldynamic-actions/paneldynamic-remove-btn.tsx
|
|
@@ -7263,13 +7261,13 @@ class SurveyQuestionPanelDynamicRemoveButton extends SurveyQuestionPanelDynamicA
|
|
|
7263
7261
|
renderElement() {
|
|
7264
7262
|
const btnText = this.renderLocString(this.question.locRemovePanelText);
|
|
7265
7263
|
const id = this.question.getPanelRemoveButtonId(this.data.panel);
|
|
7266
|
-
return (external_react_namespaceObject
|
|
7267
|
-
external_react_namespaceObject
|
|
7268
|
-
external_react_namespaceObject
|
|
7264
|
+
return (external_react_namespaceObject.createElement("button", { id: id, className: this.question.getPanelRemoveButtonCss(), onClick: this.handleClick, type: "button" },
|
|
7265
|
+
external_react_namespaceObject.createElement("span", { className: this.question.cssClasses.buttonRemoveText }, btnText),
|
|
7266
|
+
external_react_namespaceObject.createElement("span", { className: this.question.cssClasses.iconRemove })));
|
|
7269
7267
|
}
|
|
7270
7268
|
}
|
|
7271
7269
|
ReactElementFactory.Instance.registerElement("sv-paneldynamic-remove-btn", (props) => {
|
|
7272
|
-
return external_react_namespaceObject
|
|
7270
|
+
return external_react_namespaceObject.createElement(SurveyQuestionPanelDynamicRemoveButton, props);
|
|
7273
7271
|
});
|
|
7274
7272
|
|
|
7275
7273
|
;// ./src/components/survey-actions/survey-nav-button.tsx
|
|
@@ -7284,18 +7282,18 @@ class SurveyNavigationButton extends ReactSurveyElement {
|
|
|
7284
7282
|
return this.item.isVisible;
|
|
7285
7283
|
}
|
|
7286
7284
|
renderElement() {
|
|
7287
|
-
return (external_react_namespaceObject
|
|
7285
|
+
return (external_react_namespaceObject.createElement("input", { className: this.item.innerCss, type: "button", disabled: this.item.disabled, onMouseDown: this.item.data && this.item.data.mouseDown, onClick: this.item.action, title: this.item.getTooltip(), value: this.item.title }));
|
|
7288
7286
|
}
|
|
7289
7287
|
}
|
|
7290
7288
|
ReactElementFactory.Instance.registerElement("sv-nav-btn", (props) => {
|
|
7291
|
-
return external_react_namespaceObject
|
|
7289
|
+
return external_react_namespaceObject.createElement(SurveyNavigationButton, props);
|
|
7292
7290
|
});
|
|
7293
7291
|
|
|
7294
7292
|
;// ./src/string-viewer.tsx
|
|
7295
7293
|
|
|
7296
7294
|
|
|
7297
7295
|
|
|
7298
|
-
class SurveyLocStringViewer extends external_react_namespaceObject
|
|
7296
|
+
class SurveyLocStringViewer extends external_react_namespaceObject.Component {
|
|
7299
7297
|
constructor(props) {
|
|
7300
7298
|
super(props);
|
|
7301
7299
|
this.onChangedHandler = (sender, options) => {
|
|
@@ -7303,7 +7301,7 @@ class SurveyLocStringViewer extends external_react_namespaceObject["default"].Co
|
|
|
7303
7301
|
return;
|
|
7304
7302
|
this.setState({ changed: !!this.state && this.state.changed ? this.state.changed + 1 : 1 });
|
|
7305
7303
|
};
|
|
7306
|
-
this.rootRef = external_react_namespaceObject
|
|
7304
|
+
this.rootRef = external_react_namespaceObject.createRef();
|
|
7307
7305
|
}
|
|
7308
7306
|
get locStr() {
|
|
7309
7307
|
return this.props.locStr;
|
|
@@ -7342,42 +7340,42 @@ class SurveyLocStringViewer extends external_react_namespaceObject["default"].Co
|
|
|
7342
7340
|
const className = this.locStr.allowLineBreaks ? "sv-string-viewer sv-string-viewer--multiline" : "sv-string-viewer";
|
|
7343
7341
|
if (this.locStr.hasHtml) {
|
|
7344
7342
|
let htmlValue = { __html: this.locStr.renderedHtml };
|
|
7345
|
-
return external_react_namespaceObject
|
|
7343
|
+
return external_react_namespaceObject.createElement("span", { ref: this.rootRef, className: className, style: this.style, dangerouslySetInnerHTML: htmlValue });
|
|
7346
7344
|
}
|
|
7347
|
-
return external_react_namespaceObject
|
|
7345
|
+
return external_react_namespaceObject.createElement("span", { ref: this.rootRef, className: className, style: this.style }, this.locStr.renderedHtml);
|
|
7348
7346
|
}
|
|
7349
7347
|
}
|
|
7350
7348
|
ReactElementFactory.Instance.registerElement(external_survey_core_namespaceObject.LocalizableString.defaultRenderer, (props) => {
|
|
7351
|
-
return external_react_namespaceObject
|
|
7349
|
+
return external_react_namespaceObject.createElement(SurveyLocStringViewer, props);
|
|
7352
7350
|
});
|
|
7353
7351
|
|
|
7354
7352
|
;// ./src/components/question-error.tsx
|
|
7355
7353
|
|
|
7356
7354
|
|
|
7357
7355
|
|
|
7358
|
-
class QuestionErrorComponent extends external_react_namespaceObject
|
|
7356
|
+
class QuestionErrorComponent extends external_react_namespaceObject.Component {
|
|
7359
7357
|
render() {
|
|
7360
|
-
return (external_react_namespaceObject
|
|
7361
|
-
external_react_namespaceObject
|
|
7362
|
-
external_react_namespaceObject
|
|
7363
|
-
external_react_namespaceObject
|
|
7358
|
+
return (external_react_namespaceObject.createElement("div", null,
|
|
7359
|
+
external_react_namespaceObject.createElement("span", { className: this.props.cssClasses.error.icon || undefined, "aria-hidden": "true" }),
|
|
7360
|
+
external_react_namespaceObject.createElement("span", { className: this.props.cssClasses.error.item || undefined },
|
|
7361
|
+
external_react_namespaceObject.createElement(SurveyLocStringViewer, { locStr: this.props.error.locText }))));
|
|
7364
7362
|
}
|
|
7365
7363
|
}
|
|
7366
7364
|
ReactElementFactory.Instance.registerElement("sv-question-error", (props) => {
|
|
7367
|
-
return external_react_namespaceObject
|
|
7365
|
+
return external_react_namespaceObject.createElement(QuestionErrorComponent, props);
|
|
7368
7366
|
});
|
|
7369
7367
|
|
|
7370
7368
|
;// ./src/components/skeleton.tsx
|
|
7371
7369
|
|
|
7372
7370
|
|
|
7373
|
-
class Skeleton extends external_react_namespaceObject
|
|
7371
|
+
class Skeleton extends external_react_namespaceObject.Component {
|
|
7374
7372
|
render() {
|
|
7375
7373
|
var _a, _b;
|
|
7376
|
-
return (external_react_namespaceObject
|
|
7374
|
+
return (external_react_namespaceObject.createElement("div", { className: "sv-skeleton-element", id: (_a = this.props.element) === null || _a === void 0 ? void 0 : _a.id, style: { height: (_b = this.props.element) === null || _b === void 0 ? void 0 : _b.skeletonHeight } }));
|
|
7377
7375
|
}
|
|
7378
7376
|
}
|
|
7379
7377
|
ReactElementFactory.Instance.registerElement("sv-skeleton", (props) => {
|
|
7380
|
-
return external_react_namespaceObject
|
|
7378
|
+
return external_react_namespaceObject.createElement(Skeleton, props);
|
|
7381
7379
|
});
|
|
7382
7380
|
|
|
7383
7381
|
;// ./src/components/header.tsx
|
|
@@ -7385,7 +7383,7 @@ ReactElementFactory.Instance.registerElement("sv-skeleton", (props) => {
|
|
|
7385
7383
|
|
|
7386
7384
|
|
|
7387
7385
|
|
|
7388
|
-
class HeaderMobile extends external_react_namespaceObject
|
|
7386
|
+
class HeaderMobile extends external_react_namespaceObject.Component {
|
|
7389
7387
|
get model() {
|
|
7390
7388
|
return this.props.model;
|
|
7391
7389
|
}
|
|
@@ -7397,15 +7395,15 @@ class HeaderMobile extends external_react_namespaceObject["default"].Component {
|
|
|
7397
7395
|
});
|
|
7398
7396
|
}
|
|
7399
7397
|
render() {
|
|
7400
|
-
return (external_react_namespaceObject
|
|
7401
|
-
this.model.survey.hasLogo ? (external_react_namespaceObject
|
|
7402
|
-
this.model.survey.hasTitle ? (external_react_namespaceObject
|
|
7403
|
-
external_react_namespaceObject
|
|
7404
|
-
this.model.survey.renderedHasDescription ? (external_react_namespaceObject
|
|
7405
|
-
external_react_namespaceObject
|
|
7398
|
+
return (external_react_namespaceObject.createElement("div", { className: "sv-header--mobile" },
|
|
7399
|
+
this.model.survey.hasLogo ? (external_react_namespaceObject.createElement("div", { className: "sv-header__logo" }, this.renderLogoImage())) : null,
|
|
7400
|
+
this.model.survey.hasTitle ? (external_react_namespaceObject.createElement("div", { className: "sv-header__title", style: { maxWidth: this.model.renderedTextAreaWidth } },
|
|
7401
|
+
external_react_namespaceObject.createElement(TitleElement, { element: this.model.survey }))) : null,
|
|
7402
|
+
this.model.survey.renderedHasDescription ? (external_react_namespaceObject.createElement("div", { className: "sv-header__description", style: { maxWidth: this.model.renderedTextAreaWidth } },
|
|
7403
|
+
external_react_namespaceObject.createElement("div", { className: this.model.survey.css.description }, SurveyElementBase.renderLocString(this.model.survey.locDescription)))) : null));
|
|
7406
7404
|
}
|
|
7407
7405
|
}
|
|
7408
|
-
class HeaderCell extends external_react_namespaceObject
|
|
7406
|
+
class HeaderCell extends external_react_namespaceObject.Component {
|
|
7409
7407
|
get model() {
|
|
7410
7408
|
return this.props.model;
|
|
7411
7409
|
}
|
|
@@ -7417,13 +7415,13 @@ class HeaderCell extends external_react_namespaceObject["default"].Component {
|
|
|
7417
7415
|
});
|
|
7418
7416
|
}
|
|
7419
7417
|
render() {
|
|
7420
|
-
return (external_react_namespaceObject
|
|
7421
|
-
external_react_namespaceObject
|
|
7422
|
-
this.model.showLogo ? (external_react_namespaceObject
|
|
7423
|
-
this.model.showTitle ? (external_react_namespaceObject
|
|
7424
|
-
external_react_namespaceObject
|
|
7425
|
-
this.model.showDescription ? (external_react_namespaceObject
|
|
7426
|
-
external_react_namespaceObject
|
|
7418
|
+
return (external_react_namespaceObject.createElement("div", { className: this.model.css, style: this.model.style },
|
|
7419
|
+
external_react_namespaceObject.createElement("div", { className: "sv-header__cell-content", style: this.model.contentStyle },
|
|
7420
|
+
this.model.showLogo ? (external_react_namespaceObject.createElement("div", { className: "sv-header__logo" }, this.renderLogoImage())) : null,
|
|
7421
|
+
this.model.showTitle ? (external_react_namespaceObject.createElement("div", { className: "sv-header__title", style: { maxWidth: this.model.textAreaWidth } },
|
|
7422
|
+
external_react_namespaceObject.createElement(TitleElement, { element: this.model.survey }))) : null,
|
|
7423
|
+
this.model.showDescription ? (external_react_namespaceObject.createElement("div", { className: "sv-header__description", style: { maxWidth: this.model.textAreaWidth } },
|
|
7424
|
+
external_react_namespaceObject.createElement("div", { className: this.model.survey.css.description }, SurveyElementBase.renderLocString(this.model.survey.locDescription)))) : null)));
|
|
7427
7425
|
}
|
|
7428
7426
|
}
|
|
7429
7427
|
class Header extends SurveyElementBase {
|
|
@@ -7440,13 +7438,13 @@ class Header extends SurveyElementBase {
|
|
|
7440
7438
|
}
|
|
7441
7439
|
let headerContent = null;
|
|
7442
7440
|
if (this.props.survey.isMobile) {
|
|
7443
|
-
headerContent = external_react_namespaceObject
|
|
7441
|
+
headerContent = external_react_namespaceObject.createElement(HeaderMobile, { model: this.model });
|
|
7444
7442
|
}
|
|
7445
7443
|
else {
|
|
7446
|
-
headerContent = (external_react_namespaceObject
|
|
7444
|
+
headerContent = (external_react_namespaceObject.createElement("div", { className: this.model.contentClasses, style: { maxWidth: this.model.maxWidth } }, this.model.cells.map((cell, index) => external_react_namespaceObject.createElement(HeaderCell, { key: index, model: cell }))));
|
|
7447
7445
|
}
|
|
7448
|
-
return (external_react_namespaceObject
|
|
7449
|
-
this.model.backgroundImage ? external_react_namespaceObject
|
|
7446
|
+
return (external_react_namespaceObject.createElement("div", { className: this.model.headerClasses, style: { height: this.model.renderedHeight } },
|
|
7447
|
+
this.model.backgroundImage ? external_react_namespaceObject.createElement("div", { style: this.model.backgroundImageStyle, className: this.model.backgroundImageClasses }) : null,
|
|
7450
7448
|
headerContent));
|
|
7451
7449
|
}
|
|
7452
7450
|
componentDidMount() {
|
|
@@ -7459,14 +7457,14 @@ class Header extends SurveyElementBase {
|
|
|
7459
7457
|
}
|
|
7460
7458
|
}
|
|
7461
7459
|
ReactElementFactory.Instance.registerElement("sv-header", (props) => {
|
|
7462
|
-
return external_react_namespaceObject
|
|
7460
|
+
return external_react_namespaceObject.createElement(Header, props);
|
|
7463
7461
|
});
|
|
7464
7462
|
|
|
7465
7463
|
;// ./src/string-editor.tsx
|
|
7466
7464
|
|
|
7467
7465
|
|
|
7468
7466
|
|
|
7469
|
-
class SurveyLocStringEditor extends external_react_namespaceObject
|
|
7467
|
+
class SurveyLocStringEditor extends external_react_namespaceObject.Component {
|
|
7470
7468
|
constructor(props) {
|
|
7471
7469
|
super(props);
|
|
7472
7470
|
this.onInput = (event) => {
|
|
@@ -7503,13 +7501,13 @@ class SurveyLocStringEditor extends external_react_namespaceObject["default"].Co
|
|
|
7503
7501
|
}
|
|
7504
7502
|
if (this.locStr.hasHtml) {
|
|
7505
7503
|
const htmlValue = { __html: this.locStr.renderedHtml };
|
|
7506
|
-
return (external_react_namespaceObject
|
|
7504
|
+
return (external_react_namespaceObject.createElement("span", { className: "sv-string-editor", contentEditable: "true", suppressContentEditableWarning: true, style: this.style, dangerouslySetInnerHTML: htmlValue, onBlur: this.onInput, onClick: this.onClick }));
|
|
7507
7505
|
}
|
|
7508
|
-
return (external_react_namespaceObject
|
|
7506
|
+
return (external_react_namespaceObject.createElement("span", { className: "sv-string-editor", contentEditable: "true", suppressContentEditableWarning: true, style: this.style, onBlur: this.onInput, onClick: this.onClick }, this.locStr.renderedHtml));
|
|
7509
7507
|
}
|
|
7510
7508
|
}
|
|
7511
7509
|
ReactElementFactory.Instance.registerElement(external_survey_core_namespaceObject.LocalizableString.editableRenderer, (props) => {
|
|
7512
|
-
return external_react_namespaceObject
|
|
7510
|
+
return external_react_namespaceObject.createElement(SurveyLocStringEditor, props);
|
|
7513
7511
|
});
|
|
7514
7512
|
|
|
7515
7513
|
;// ./entries/react-ui-model.ts
|
|
@@ -7606,6 +7604,6 @@ ReactElementFactory.Instance.registerElement(external_survey_core_namespaceObjec
|
|
|
7606
7604
|
|
|
7607
7605
|
|
|
7608
7606
|
|
|
7609
|
-
(0,external_survey_core_namespaceObject.checkLibraryVersion)(`${"2.0.0-rc.
|
|
7607
|
+
(0,external_survey_core_namespaceObject.checkLibraryVersion)(`${"2.0.0-rc.5"}`, "survey-react-ui");
|
|
7610
7608
|
|
|
7611
7609
|
export { CharacterCounterComponent, ComponentsContainer, Header, HeaderCell, HeaderMobile, List, ListItemContent, ListItemGroup, LoadingIndicatorComponent, LogoImage, MatrixRow, NotifierComponent, Popup, PopupModal, PopupSurvey, QuestionErrorComponent, RatingDropdownItem, RatingItem, RatingItemSmiley, RatingItemStar, ReactElementFactory, ReactQuestionFactory, ReactSurveyElement, ReactSurveyElementsWrapper, Skeleton, Survey, SurveyActionBar, SurveyElementBase, SurveyElementErrors, SurveyFileChooseButton, SurveyFilePreview, SurveyFlowPanel, SurveyHeader, SurveyLocStringEditor, SurveyLocStringViewer, SurveyNavigationBase, SurveyNavigationButton, SurveyPage, SurveyPanel, SurveyProgress, SurveyProgressButtons, SurveyProgressToc, SurveyQuestion, SurveyQuestionAndErrorsCell, SurveyQuestionBoolean, SurveyQuestionBooleanCheckbox, SurveyQuestionBooleanRadio, SurveyQuestionButtonGroup, SurveyQuestionCheckbox, SurveyQuestionCheckboxItem, SurveyQuestionComment, SurveyQuestionCommentItem, SurveyQuestionComposite, SurveyQuestionCustom, SurveyQuestionDropdown, SurveyQuestionDropdownBase, SurveyQuestionDropdownSelect, SurveyQuestionElementBase, SurveyQuestionEmpty, SurveyQuestionExpression, SurveyQuestionFile, SurveyQuestionHtml, SurveyQuestionImage, SurveyQuestionImagePicker, SurveyQuestionMatrix, SurveyQuestionMatrixCell, SurveyQuestionMatrixDetailButton, SurveyQuestionMatrixDropdown, SurveyQuestionMatrixDropdownBase, SurveyQuestionMatrixDropdownCell, SurveyQuestionMatrixDynamic, SurveyQuestionMatrixDynamicAddButton, SurveyQuestionMatrixDynamicDragDropIcon, SurveyQuestionMatrixDynamicRemoveButton, SurveyQuestionMatrixRow, SurveyQuestionMultipleText, SurveyQuestionOptionItem, SurveyQuestionPanelDynamic, SurveyQuestionPanelDynamicAddButton, SurveyQuestionPanelDynamicNextButton, SurveyQuestionPanelDynamicPrevButton, SurveyQuestionPanelDynamicProgressText, SurveyQuestionPanelDynamicRemoveButton, SurveyQuestionRadioItem, SurveyQuestionRadiogroup, SurveyQuestionRanking, SurveyQuestionRankingItem, SurveyQuestionRankingItemContent, SurveyQuestionRating, SurveyQuestionRatingDropdown, SurveyQuestionSignaturePad, SurveyQuestionTagbox, SurveyQuestionTagboxItem, SurveyQuestionText, SurveyRow, SurveyTimerPanel, SurveyWindow, SvgBundleComponent, SvgIcon, TagboxFilterString, TitleActions, TitleElement, attachKey2click };
|