survey-angular-ui 2.1.1 → 2.2.1
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/angular-ui.d.ts +1 -0
- package/angular-ui.module.d.ts +74 -73
- package/bundles/survey-angular-ui.umd.js +50 -16
- package/bundles/survey-angular-ui.umd.js.map +1 -1
- package/components/slider/slider-label-item.component.d.ts +10 -0
- package/esm2015/angular-ui.js +2 -1
- package/esm2015/angular-ui.module.js +6 -5
- package/esm2015/components/slider/slider-label-item.component.js +29 -0
- package/esm2015/components/svg-icon/svg-icon.component.js +7 -5
- package/esm2015/question.component.js +2 -2
- package/esm2015/questions/slider.component.js +8 -8
- package/esm2015/svgbundle.component.js +5 -3
- package/fesm2015/survey-angular-ui.js +45 -17
- package/fesm2015/survey-angular-ui.js.map +1 -1
- package/package.json +2 -2
- package/questions/slider.component.d.ts +2 -2
package/angular-ui.d.ts
CHANGED
|
@@ -30,6 +30,7 @@ export * from "./questions/boolean.component";
|
|
|
30
30
|
export * from "./questions/imagepicker-item.component";
|
|
31
31
|
export * from "./questions/imagepicker.component";
|
|
32
32
|
export * from "./questions/slider.component";
|
|
33
|
+
export * from "./components/slider/slider-label-item.component";
|
|
33
34
|
export * from "./questions/button-group/button-group.component";
|
|
34
35
|
export * from "./question";
|
|
35
36
|
export * from "./components-container.component";
|
package/angular-ui.module.d.ts
CHANGED
|
@@ -59,80 +59,81 @@ import * as i57 from "./components/element-title/dynamic-head.component";
|
|
|
59
59
|
import * as i58 from "./row.component";
|
|
60
60
|
import * as i59 from "./questions/rating.component";
|
|
61
61
|
import * as i60 from "./questions/slider.component";
|
|
62
|
-
import * as i61 from "./components/
|
|
63
|
-
import * as i62 from "./components/renderAs/rating-dropdown/rating-dropdown.component";
|
|
64
|
-
import * as i63 from "./components/renderAs/
|
|
65
|
-
import * as i64 from "./
|
|
66
|
-
import * as i65 from "./
|
|
67
|
-
import * as i66 from "./components/renderAs/boolean-
|
|
68
|
-
import * as i67 from "./components/renderAs/boolean-radio/boolean-radio
|
|
69
|
-
import * as i68 from "./
|
|
70
|
-
import * as i69 from "./questions/imagepicker.component";
|
|
71
|
-
import * as i70 from "./questions/
|
|
72
|
-
import * as i71 from "./
|
|
73
|
-
import * as i72 from "./components/
|
|
74
|
-
import * as i73 from "./components/progress/
|
|
75
|
-
import * as i74 from "./components/progress/
|
|
76
|
-
import * as i75 from "./components/
|
|
77
|
-
import * as i76 from "./
|
|
78
|
-
import * as i77 from "./
|
|
79
|
-
import * as i78 from "./
|
|
80
|
-
import * as i79 from "./
|
|
81
|
-
import * as i80 from "./utils/safe-
|
|
82
|
-
import * as i81 from "./
|
|
83
|
-
import * as i82 from "./questions/
|
|
84
|
-
import * as i83 from "./
|
|
85
|
-
import * as i84 from "./
|
|
86
|
-
import * as i85 from "./questions/
|
|
87
|
-
import * as i86 from "./
|
|
88
|
-
import * as i87 from "./
|
|
89
|
-
import * as i88 from "./questions/ranking
|
|
90
|
-
import * as i89 from "./questions/ranking-item
|
|
91
|
-
import * as i90 from "./questions/
|
|
92
|
-
import * as i91 from "./
|
|
93
|
-
import * as i92 from "./
|
|
94
|
-
import * as i93 from "./questions/
|
|
95
|
-
import * as i94 from "./questions/
|
|
96
|
-
import * as i95 from "./questions/
|
|
97
|
-
import * as i96 from "./questions/
|
|
98
|
-
import * as i97 from "./questions/
|
|
99
|
-
import * as i98 from "./
|
|
100
|
-
import * as i99 from "./components/matrix-actions/
|
|
101
|
-
import * as i100 from "./components/matrix-actions/
|
|
102
|
-
import * as i101 from "./
|
|
103
|
-
import * as i102 from "./questions/
|
|
104
|
-
import * as i103 from "./
|
|
105
|
-
import * as i104 from "./components/
|
|
106
|
-
import * as i105 from "./
|
|
107
|
-
import * as i106 from "./questions/
|
|
108
|
-
import * as i107 from "./questions/
|
|
109
|
-
import * as i108 from "./questions/button-group/button-group.component";
|
|
110
|
-
import * as i109 from "./questions/
|
|
111
|
-
import * as i110 from "./
|
|
112
|
-
import * as i111 from "./components/
|
|
113
|
-
import * as i112 from "./components/
|
|
114
|
-
import * as i113 from "./components/
|
|
115
|
-
import * as i114 from "./components/
|
|
116
|
-
import * as i115 from "./components/
|
|
117
|
-
import * as i116 from "./components
|
|
118
|
-
import * as i117 from "./
|
|
119
|
-
import * as i118 from "./
|
|
120
|
-
import * as i119 from "./components/
|
|
121
|
-
import * as i120 from "./components/header/header
|
|
122
|
-
import * as i121 from "./components/header/header-
|
|
123
|
-
import * as i122 from "./components/
|
|
124
|
-
import * as i123 from "./components/file/file
|
|
125
|
-
import * as i124 from "./
|
|
126
|
-
import * as i125 from "./
|
|
127
|
-
import * as i126 from "./components/file/file-
|
|
128
|
-
import * as i127 from "./components/
|
|
129
|
-
import * as i128 from "./components/
|
|
130
|
-
import * as i129 from "./components/
|
|
131
|
-
import * as i130 from "./components/
|
|
132
|
-
import * as i131 from "
|
|
133
|
-
import * as i132 from "@angular/
|
|
62
|
+
import * as i61 from "./components/slider/slider-label-item.component";
|
|
63
|
+
import * as i62 from "./components/renderAs/rating-dropdown/rating-dropdown-item.component";
|
|
64
|
+
import * as i63 from "./components/renderAs/rating-dropdown/rating-dropdown.component";
|
|
65
|
+
import * as i64 from "./components/renderAs/buttongroup-dropdown/button-group-dropdown.component";
|
|
66
|
+
import * as i65 from "./questions/boolean.component";
|
|
67
|
+
import * as i66 from "./components/renderAs/boolean-checkbox/boolean-checkbox.component";
|
|
68
|
+
import * as i67 from "./components/renderAs/boolean-radio/boolean-radio.component";
|
|
69
|
+
import * as i68 from "./components/renderAs/boolean-radio/boolean-radio-item.component";
|
|
70
|
+
import * as i69 from "./questions/imagepicker-item.component";
|
|
71
|
+
import * as i70 from "./questions/imagepicker.component";
|
|
72
|
+
import * as i71 from "./questions/image.component";
|
|
73
|
+
import * as i72 from "./components/survey-header/survey-header.component";
|
|
74
|
+
import * as i73 from "./components/progress/default/progress.component";
|
|
75
|
+
import * as i74 from "./components/progress/buttons/progress.component";
|
|
76
|
+
import * as i75 from "./components/progress/toc/progress.component";
|
|
77
|
+
import * as i76 from "./components/survey-actions/survey-nav-btn.component";
|
|
78
|
+
import * as i77 from "./questions/matrix.component";
|
|
79
|
+
import * as i78 from "./components/svg-icon/svg-icon.component";
|
|
80
|
+
import * as i79 from "./questions/file.component";
|
|
81
|
+
import * as i80 from "./utils/safe-url.pipe";
|
|
82
|
+
import * as i81 from "./utils/safe-html.pipe";
|
|
83
|
+
import * as i82 from "./questions/comment.component";
|
|
84
|
+
import * as i83 from "./questions/signature.component";
|
|
85
|
+
import * as i84 from "./errors.component";
|
|
86
|
+
import * as i85 from "./questions/multipletext.component";
|
|
87
|
+
import * as i86 from "./questions/multipletextitem.component";
|
|
88
|
+
import * as i87 from "./utils/dynamic.directive";
|
|
89
|
+
import * as i88 from "./questions/ranking.component";
|
|
90
|
+
import * as i89 from "./questions/ranking-item.component";
|
|
91
|
+
import * as i90 from "./questions/ranking-item-content.component";
|
|
92
|
+
import * as i91 from "./questions/paneldynamic.component";
|
|
93
|
+
import * as i92 from "./embedded-view-content.component";
|
|
94
|
+
import * as i93 from "./questions/customwidget.component";
|
|
95
|
+
import * as i94 from "./questions/matrixcell.component";
|
|
96
|
+
import * as i95 from "./questions/matrixdropdowncell.component";
|
|
97
|
+
import * as i96 from "./questions/matrixtable.component";
|
|
98
|
+
import * as i97 from "./questions/matrixdropdown.component";
|
|
99
|
+
import * as i98 from "./questions/matrixdynamic.component";
|
|
100
|
+
import * as i99 from "./components/matrix-actions/detail-button/detail-button.component";
|
|
101
|
+
import * as i100 from "./components/matrix-actions/remove-button/remove-button.component";
|
|
102
|
+
import * as i101 from "./components/matrix-actions/drag-drop-icon/drag-drop-icon";
|
|
103
|
+
import * as i102 from "./questions/matrixrequiredheader.component";
|
|
104
|
+
import * as i103 from "./questions/expression.component";
|
|
105
|
+
import * as i104 from "./components/brand-info/brand-info.component";
|
|
106
|
+
import * as i105 from "./components/question-error/question-error.component";
|
|
107
|
+
import * as i106 from "./questions/custom.component";
|
|
108
|
+
import * as i107 from "./questions/composite.component";
|
|
109
|
+
import * as i108 from "./questions/button-group/button-group-item.component";
|
|
110
|
+
import * as i109 from "./questions/button-group/button-group.component";
|
|
111
|
+
import * as i110 from "./questions/matrix-row.component";
|
|
112
|
+
import * as i111 from "./components/popup/modal-container.component";
|
|
113
|
+
import * as i112 from "./components/survey-header/logo-image.component";
|
|
114
|
+
import * as i113 from "./components/skeleton/skeleton.component";
|
|
115
|
+
import * as i114 from "./components/timer-panel/timer-panel.component";
|
|
116
|
+
import * as i115 from "./components/paneldynamic-actions/paneldynamic-remove-btn.component";
|
|
117
|
+
import * as i116 from "./components/notifier/notifier.component";
|
|
118
|
+
import * as i117 from "./components-container.component";
|
|
119
|
+
import * as i118 from "./questions/multipletextrow.component";
|
|
120
|
+
import * as i119 from "./components/loading-indicator/loading-indicator.component";
|
|
121
|
+
import * as i120 from "./components/header/header.component";
|
|
122
|
+
import * as i121 from "./components/header/header-cell.component";
|
|
123
|
+
import * as i122 from "./components/header/header-mobile.component";
|
|
124
|
+
import * as i123 from "./components/file/choose-file.component";
|
|
125
|
+
import * as i124 from "./components/file/file-preview.component";
|
|
126
|
+
import * as i125 from "./svgbundle.component";
|
|
127
|
+
import * as i126 from "./components/file/file-item.component";
|
|
128
|
+
import * as i127 from "./components/file/file-page.component";
|
|
129
|
+
import * as i128 from "./components/breadcrumbs/breadcrumbs.component";
|
|
130
|
+
import * as i129 from "./components/single-input-summary/single-input-summary.component";
|
|
131
|
+
import * as i130 from "./components/matrixdynamicplaceholder/matrixdynamicplaceholder.component";
|
|
132
|
+
import * as i131 from "./components/paneldynamicplaceholder/paneldynamicplaceholder.component";
|
|
133
|
+
import * as i132 from "@angular/common";
|
|
134
|
+
import * as i133 from "@angular/forms";
|
|
134
135
|
export declare class SurveyModule {
|
|
135
136
|
static ɵfac: i0.ɵɵFactoryDeclaration<SurveyModule, never>;
|
|
136
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SurveyModule, [typeof i1.VisibleDirective, typeof i2.Key2ClickDirective, typeof i3.PanelDynamicAddBtn, typeof i4.PanelDynamicNextBtn, typeof i5.PanelDynamicPrevBtn, typeof i6.PanelDynamicProgressText, typeof i7.ElementComponent, typeof i8.TemplateRendererComponent, typeof i9.SurveyComponent, typeof i10.SurveyContentComponent, typeof i11.PopupSurveyComponent, typeof i12.PageComponent, typeof i13.PanelComponent, typeof i14.QuestionComponent, typeof i15.StringViewerComponent, typeof i16.SurveyStringComponent, typeof i17.StringEditorComponent, typeof i18.TextAreaComponent, typeof i19.QuestionSkeletonComponent, typeof i20.ScrollComponent, typeof i21.TextQuestionComponent, typeof i22.RadiogroupComponent, typeof i23.RadiogroupItemComponent, typeof i24.CheckboxComponent, typeof i25.CheckboxItemComponent, typeof i26.DropdownComponent, typeof i27.DropdownQuestionComponent, typeof i28.DropdownSelectComponent, typeof i29.DropdownOptionItemComponent, typeof i30.PopupComponent, typeof i31.PopupBaseContainerComponent, typeof i32.PopupPointerComponent, typeof i33.CharacterCounterComponent, typeof i34.ListComponent, typeof i35.ListItemComponent, typeof i36.ListItemContentComponent, typeof i37.ListItemGroupComponent, typeof i38.RatingItemComponent, typeof i39.RatingItemStarComponent, typeof i40.RatingItemSmileyComponent, typeof i41.TagboxFilterComponent, typeof i42.TagboxComponent, typeof i43.TagboxQuestionComponent, typeof i44.TagboxItemComponent, typeof i45.ActionBarComponent, typeof i46.ActionComponent, typeof i47.ActionBarItemComponent, typeof i48.ActionBarItemDropdownComponent, typeof i49.HtmlQuestionComponent, typeof i50.SelectBaseItemComponent, typeof i51.SelectBaseComponent, typeof i52.SurveyCommentComponent, typeof i53.SurveyCommentOtherComponent, typeof i54.ElementHeaderComponent, typeof i55.ElementTitleActionsComponent, typeof i56.ElementTitleComponent, typeof i57.DynamicHeadComponent, typeof i58.RowComponent, typeof i59.RatingQuestionComponent, typeof i60.SliderQuestionComponent, typeof i61.
|
|
137
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SurveyModule, [typeof i1.VisibleDirective, typeof i2.Key2ClickDirective, typeof i3.PanelDynamicAddBtn, typeof i4.PanelDynamicNextBtn, typeof i5.PanelDynamicPrevBtn, typeof i6.PanelDynamicProgressText, typeof i7.ElementComponent, typeof i8.TemplateRendererComponent, typeof i9.SurveyComponent, typeof i10.SurveyContentComponent, typeof i11.PopupSurveyComponent, typeof i12.PageComponent, typeof i13.PanelComponent, typeof i14.QuestionComponent, typeof i15.StringViewerComponent, typeof i16.SurveyStringComponent, typeof i17.StringEditorComponent, typeof i18.TextAreaComponent, typeof i19.QuestionSkeletonComponent, typeof i20.ScrollComponent, typeof i21.TextQuestionComponent, typeof i22.RadiogroupComponent, typeof i23.RadiogroupItemComponent, typeof i24.CheckboxComponent, typeof i25.CheckboxItemComponent, typeof i26.DropdownComponent, typeof i27.DropdownQuestionComponent, typeof i28.DropdownSelectComponent, typeof i29.DropdownOptionItemComponent, typeof i30.PopupComponent, typeof i31.PopupBaseContainerComponent, typeof i32.PopupPointerComponent, typeof i33.CharacterCounterComponent, typeof i34.ListComponent, typeof i35.ListItemComponent, typeof i36.ListItemContentComponent, typeof i37.ListItemGroupComponent, typeof i38.RatingItemComponent, typeof i39.RatingItemStarComponent, typeof i40.RatingItemSmileyComponent, typeof i41.TagboxFilterComponent, typeof i42.TagboxComponent, typeof i43.TagboxQuestionComponent, typeof i44.TagboxItemComponent, typeof i45.ActionBarComponent, typeof i46.ActionComponent, typeof i47.ActionBarItemComponent, typeof i48.ActionBarItemDropdownComponent, typeof i49.HtmlQuestionComponent, typeof i50.SelectBaseItemComponent, typeof i51.SelectBaseComponent, typeof i52.SurveyCommentComponent, typeof i53.SurveyCommentOtherComponent, typeof i54.ElementHeaderComponent, typeof i55.ElementTitleActionsComponent, typeof i56.ElementTitleComponent, typeof i57.DynamicHeadComponent, typeof i58.RowComponent, typeof i59.RatingQuestionComponent, typeof i60.SliderQuestionComponent, typeof i61.SliderLabelItemComponent, typeof i62.RatingDropdownItemComponent, typeof i63.RatingDropdownComponent, typeof i64.ButtonGroupDropdownComponent, typeof i65.BooleanQuestionComponent, typeof i66.BooleanCheckboxComponent, typeof i67.BooleanRadioComponent, typeof i68.BooleanRadioItemComponent, typeof i69.ImagePickerItemComponent, typeof i70.ImagePickerQuestionComponent, typeof i71.ImageQuestionComponent, typeof i72.SurveyHeaderComponent, typeof i73.ProgressDefaultComponent, typeof i74.ProgressButtonsComponent, typeof i75.ProgressTocComponent, typeof i76.SurveyNavigationButton, typeof i77.MatrixQuestionComponent, typeof i78.SvgIconComponent, typeof i79.FileQuestionComponent, typeof i80.SafeUrlPipe, typeof i81.SafeHtmlPipe, typeof i82.CommentQuestionComponent, typeof i83.SignaturePadQuestionComponent, typeof i84.ErrorsComponent, typeof i85.MultipleTextComponent, typeof i86.MultipleTextItemComponent, typeof i87.DynamicComponentDirective, typeof i88.RankingQuestionComponent, typeof i89.RankingItemComponent, typeof i90.RankingItemContentComponent, typeof i91.PanelDynamicQuestionComponent, typeof i92.EmbeddedViewContentComponent, typeof i93.CustomWidgetComponent, typeof i94.MatrixCellComponent, typeof i95.MatrixDropdownCellComponent, typeof i96.MatrixTableComponent, typeof i97.MatrixDropdownComponent, typeof i98.MatrixDynamicComponent, typeof i99.MatrixDetailButtonComponent, typeof i100.MatrixDynamicRemoveButtonComponent, typeof i101.MatrixDynamicDragDropIconComponent, typeof i102.MatrixRequiredHeader, typeof i103.ExpressionComponent, typeof i80.SafeResourceUrlPipe, typeof i104.BrandInfoComponent, typeof i105.QuestionErrorComponent, typeof i106.CustomQuestionComponent, typeof i107.CompositeQuestionComponent, typeof i108.ButtonGroupItemComponent, typeof i109.ButtonGroupQuestionComponent, typeof i110.MatrixRowComponent, typeof i111.ModalComponent, typeof i112.LogoImageComponent, typeof i113.SkeletonComponent, typeof i114.TimerPanelComponent, typeof i115.PaneldynamicRemoveButtonComponent, typeof i116.NotifierComponent, typeof i117.ComponentsContainerComponent, typeof i118.MultipleTextRowComponent, typeof i119.LoadingIndicatorComponent, typeof i120.HeaderComponent, typeof i121.HeaderCellComponent, typeof i122.HeaderMobileComponent, typeof i123.ChooseFileBtn, typeof i124.FilePreviewComponent, typeof i125.SvgBundleComponent, typeof i126.FileItemComponent, typeof i127.FilePageComponent, typeof i128.BreadcrumbsComponent, typeof i129.SingleInputSummaryComponent, typeof i130.MatrixDynamicPlaceholderComponent, typeof i131.PanelDynamicPlaceholderComponent], [typeof i132.CommonModule, typeof i133.FormsModule], [typeof i1.VisibleDirective, typeof i2.Key2ClickDirective, typeof i3.PanelDynamicAddBtn, typeof i4.PanelDynamicNextBtn, typeof i5.PanelDynamicPrevBtn, typeof i6.PanelDynamicProgressText, typeof i7.ElementComponent, typeof i8.TemplateRendererComponent, typeof i9.SurveyComponent, typeof i10.SurveyContentComponent, typeof i11.PopupSurveyComponent, typeof i12.PageComponent, typeof i13.PanelComponent, typeof i14.QuestionComponent, typeof i15.StringViewerComponent, typeof i16.SurveyStringComponent, typeof i17.StringEditorComponent, typeof i18.TextAreaComponent, typeof i19.QuestionSkeletonComponent, typeof i20.ScrollComponent, typeof i21.TextQuestionComponent, typeof i22.RadiogroupComponent, typeof i23.RadiogroupItemComponent, typeof i24.CheckboxComponent, typeof i25.CheckboxItemComponent, typeof i33.CharacterCounterComponent, typeof i26.DropdownComponent, typeof i27.DropdownQuestionComponent, typeof i28.DropdownSelectComponent, typeof i29.DropdownOptionItemComponent, typeof i30.PopupComponent, typeof i31.PopupBaseContainerComponent, typeof i32.PopupPointerComponent, typeof i33.CharacterCounterComponent, typeof i34.ListComponent, typeof i35.ListItemComponent, typeof i36.ListItemContentComponent, typeof i37.ListItemGroupComponent, typeof i38.RatingItemComponent, typeof i39.RatingItemStarComponent, typeof i40.RatingItemSmileyComponent, typeof i41.TagboxFilterComponent, typeof i42.TagboxComponent, typeof i43.TagboxQuestionComponent, typeof i44.TagboxItemComponent, typeof i45.ActionBarComponent, typeof i46.ActionComponent, typeof i47.ActionBarItemComponent, typeof i48.ActionBarItemDropdownComponent, typeof i49.HtmlQuestionComponent, typeof i50.SelectBaseItemComponent, typeof i51.SelectBaseComponent, typeof i52.SurveyCommentComponent, typeof i53.SurveyCommentOtherComponent, typeof i54.ElementHeaderComponent, typeof i56.ElementTitleComponent, typeof i57.DynamicHeadComponent, typeof i58.RowComponent, typeof i59.RatingQuestionComponent, typeof i60.SliderQuestionComponent, typeof i61.SliderLabelItemComponent, typeof i62.RatingDropdownItemComponent, typeof i63.RatingDropdownComponent, typeof i64.ButtonGroupDropdownComponent, typeof i65.BooleanQuestionComponent, typeof i66.BooleanCheckboxComponent, typeof i67.BooleanRadioComponent, typeof i68.BooleanRadioItemComponent, typeof i69.ImagePickerItemComponent, typeof i70.ImagePickerQuestionComponent, typeof i71.ImageQuestionComponent, typeof i72.SurveyHeaderComponent, typeof i73.ProgressDefaultComponent, typeof i74.ProgressButtonsComponent, typeof i76.SurveyNavigationButton, typeof i77.MatrixQuestionComponent, typeof i78.SvgIconComponent, typeof i79.FileQuestionComponent, typeof i80.SafeUrlPipe, typeof i81.SafeHtmlPipe, typeof i82.CommentQuestionComponent, typeof i83.SignaturePadQuestionComponent, typeof i84.ErrorsComponent, typeof i85.MultipleTextComponent, typeof i86.MultipleTextItemComponent, typeof i87.DynamicComponentDirective, typeof i88.RankingQuestionComponent, typeof i89.RankingItemComponent, typeof i90.RankingItemContentComponent, typeof i91.PanelDynamicQuestionComponent, typeof i92.EmbeddedViewContentComponent, typeof i93.CustomWidgetComponent, typeof i94.MatrixCellComponent, typeof i95.MatrixDropdownCellComponent, typeof i96.MatrixTableComponent, typeof i97.MatrixDropdownComponent, typeof i98.MatrixDynamicComponent, typeof i99.MatrixDetailButtonComponent, typeof i100.MatrixDynamicRemoveButtonComponent, typeof i101.MatrixDynamicDragDropIconComponent, typeof i102.MatrixRequiredHeader, typeof i103.ExpressionComponent, typeof i80.SafeResourceUrlPipe, typeof i106.CustomQuestionComponent, typeof i107.CompositeQuestionComponent, typeof i109.ButtonGroupQuestionComponent, typeof i111.ModalComponent, typeof i112.LogoImageComponent, typeof i113.SkeletonComponent, typeof i114.TimerPanelComponent, typeof i115.PaneldynamicRemoveButtonComponent, typeof i116.NotifierComponent, typeof i117.ComponentsContainerComponent, typeof i118.MultipleTextRowComponent, typeof i119.LoadingIndicatorComponent, typeof i120.HeaderComponent, typeof i121.HeaderCellComponent, typeof i122.HeaderMobileComponent, typeof i124.FilePreviewComponent, typeof i125.SvgBundleComponent, typeof i126.FileItemComponent, typeof i127.FilePageComponent, typeof i128.BreadcrumbsComponent, typeof i129.SingleInputSummaryComponent, typeof i130.MatrixDynamicPlaceholderComponent, typeof i131.PanelDynamicPlaceholderComponent]>;
|
|
137
138
|
static ɵinj: i0.ɵɵInjectorDeclaration<SurveyModule>;
|
|
138
139
|
}
|
|
@@ -1116,8 +1116,10 @@
|
|
|
1116
1116
|
var _this = this;
|
|
1117
1117
|
this.onIconsChanged = function () {
|
|
1118
1118
|
var _a;
|
|
1119
|
-
if (
|
|
1120
|
-
_this.svgContainer
|
|
1119
|
+
if (typeof document !== "undefined") {
|
|
1120
|
+
if (!!((_a = _this.svgContainer) === null || _a === void 0 ? void 0 : _a.nativeElement)) {
|
|
1121
|
+
_this.svgContainer.nativeElement.innerHTML = Survey.SvgRegistry.iconsRenderedHtml();
|
|
1122
|
+
}
|
|
1121
1123
|
}
|
|
1122
1124
|
};
|
|
1123
1125
|
}
|
|
@@ -1204,10 +1206,12 @@
|
|
|
1204
1206
|
configurable: true
|
|
1205
1207
|
});
|
|
1206
1208
|
SvgIconComponent.prototype.ngOnChanges = function () {
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1209
|
+
if (typeof document !== "undefined") {
|
|
1210
|
+
var el = this.viewContaierRef.element.nativeElement;
|
|
1211
|
+
el.innerHTML = "";
|
|
1212
|
+
el.appendChild(document.createElementNS("http://www.w3.org/2000/svg", "use"));
|
|
1213
|
+
this.createSvg();
|
|
1214
|
+
}
|
|
1211
1215
|
};
|
|
1212
1216
|
return SvgIconComponent;
|
|
1213
1217
|
}());
|
|
@@ -2038,7 +2042,7 @@
|
|
|
2038
2042
|
return QuestionComponent;
|
|
2039
2043
|
}(EmbeddedViewContentComponent));
|
|
2040
2044
|
QuestionComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: QuestionComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
2041
|
-
QuestionComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: QuestionComponent, selector: "sv-ng-question", inputs: { model: "model", css: "css", survey: "survey" }, viewQueries: [{ propertyName: "rootEl", first: true, predicate: ["elementContainer"], descendants: true }], usesInheritance: true, ngImport: i0__namespace, template: "<ng-template #template>\n <div *ngIf=\"!!model\" #elementContainer [class]=\"model.getRootCss()\" [style]=\"model.getRootStyle()\" [id]=\"model.id\"\n [attr.data-name]=\"model.name\" [attr.role]=\"model.ariaRole\" [attr.aria-required]=\"model.ariaRequired\"\n [attr.aria-invalid]=\"model.ariaInvalid\" [attr.aria-label]=\"model.ariaLabel\"\n [attr.aria-labelledby]=\"model.ariaLabelledBy\" [attr.aria-describedby]=\"model.ariaDescribedBy\"\n [attr.aria-expanded]=\"model.ariaExpanded\">\n <sv-breadcrumbs\n *ngIf=\"model.singleInputHasActions\"\n [model]=\"model.singleInputActions\"\n [css]=\"model.cssClasses\"\n ></sv-breadcrumbs>\n <div *ngIf=\"model.showErrorsAboveQuestion && model.hasVisibleErrors\" [element]=\"model\" sv-ng-errors></div>\n <div [element]=\"model\" *ngIf=\"!model.singleInputHideHeader && model.hasTitleOnLeftTop\" sv-ng-element-header></div>\n <sv-single-input-summary\n *ngIf=\"!!model.singleInputSummary\"\n [model]=\"model.singleInputSummary\"\n [css]=\"model.cssClasses\"\n ></sv-single-input-summary>\n <sv-ng-element\n *ngIf=\"!model.singleInputSummary && !!singleQuestion\"\n [model]=\"singleQuestion\"\n ></sv-ng-element>\n <ng-template\n *ngIf=\"!model.singleInputSummary && !singleQuestion\"\n [component]=\"{ name: getQuestionContentWrapperComponentName(), data: getQuestionContentWrapperComponentData() }\">\n <div [class]=\"model.cssContent\" role=\"presentation\" [visible]=\"model.renderedIsExpanded\">\n <ng-template\n [component]=\"{ name: getComponentName(), data: { model: model }, default: 'skeleton-question' }\"></ng-template>\n <div *ngIf=\"model.hasComment\" [class]=\"model.getCommentAreaCss(false)\">\n <div [model]=\"model.locCommentText\" sv-ng-string></div>\n <sv-ng-comment [question]=\"model\"></sv-ng-comment>\n </div>\n <div *ngIf=\"model.hasDescriptionUnderInput\" [class]=\"model.cssDescription\" [attr.id]=\"model.ariaDescriptionId\"\n [model]=\"model.locDescription\" sv-ng-string></div>\n </div>\n </ng-template>\n <div [element]=\"model\" *ngIf=\"model.hasTitleOnBottom\" sv-ng-element-header></div>\n <div *ngIf=\"model.showErrorsBelowQuestion && model.hasVisibleErrors\" [element]=\"model\" sv-ng-errors></div>\n </div>\n</ng-template>", components: [{ type: BreadcrumbsComponent, selector: "sv-breadcrumbs", inputs: ["model", "css"] }, { type: ErrorsComponent, selector: "'[sv-ng-errors]'", inputs: ["element", "location"] }, { type: ElementHeaderComponent, selector: "'[sv-ng-element-header]'", inputs: ["element"] }, { type: SingleInputSummaryComponent, selector: "sv-single-input-summary", inputs: ["model", "css"] }, { type: ElementComponent, selector: "sv-ng-element", inputs: ["model"] }, { type: SurveyStringComponent, selector: "sv-ng-string, '[sv-ng-string]'", inputs: ["model"] }, { type: SurveyCommentComponent, selector: "sv-ng-comment, '[sv-ng-comment]'", inputs: ["question"] }], directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: DynamicComponentDirective, selector: "[component]", inputs: ["component"] }, { type: VisibleDirective, selector: "[visible]", inputs: ["visible"] }] });
|
|
2045
|
+
QuestionComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: QuestionComponent, selector: "sv-ng-question", inputs: { model: "model", css: "css", survey: "survey" }, viewQueries: [{ propertyName: "rootEl", first: true, predicate: ["elementContainer"], descendants: true }], usesInheritance: true, ngImport: i0__namespace, template: "<ng-template #template>\n <div *ngIf=\"!!model\" #elementContainer [class]=\"model.getRootCss()\" [style]=\"model.getRootStyle()\" [id]=\"model.id\"\n [attr.data-name]=\"model.name\" [attr.role]=\"model.ariaRole\" [attr.aria-required]=\"model.ariaRequired\"\n [attr.aria-invalid]=\"model.ariaInvalid\" [attr.aria-label]=\"model.ariaLabel\"\n [attr.aria-labelledby]=\"model.ariaLabelledBy\" [attr.aria-describedby]=\"model.ariaDescribedBy\"\n [attr.aria-expanded]=\"model.ariaExpanded\">\n <sv-breadcrumbs\n *ngIf=\"model.singleInputHasActions\"\n [model]=\"model.singleInputActions\"\n [css]=\"model.cssClasses\"\n ></sv-breadcrumbs>\n <div *ngIf=\"model.showErrorsAboveQuestion && model.hasVisibleErrors\" [element]=\"model\" sv-ng-errors></div>\n <div [element]=\"model\" *ngIf=\"!model.singleInputHideHeader && model.hasTitleOnLeftTop\" sv-ng-element-header></div>\n <sv-single-input-summary\n *ngIf=\"!!model.singleInputSummary\"\n [model]=\"model.singleInputSummary\"\n [css]=\"model.cssClasses\"\n ></sv-single-input-summary>\n <sv-ng-element\n *ngIf=\"!model.singleInputSummary && !!singleQuestion\"\n [model]=\"singleQuestion\"\n ></sv-ng-element>\n <ng-template\n *ngIf=\"!model.singleInputSummary && !singleQuestion\"\n [component]=\"{ name: getQuestionContentWrapperComponentName(), data: getQuestionContentWrapperComponentData() }\">\n <div [class]=\"model.cssContent\" role=\"presentation\" [visible]=\"model.renderedIsExpanded\" [attr.aria-hidden]=\"model.contentAriaHidden\">\n <ng-template\n [component]=\"{ name: getComponentName(), data: { model: model }, default: 'skeleton-question' }\"></ng-template>\n <div *ngIf=\"model.hasComment\" [class]=\"model.getCommentAreaCss(false)\">\n <div [model]=\"model.locCommentText\" sv-ng-string></div>\n <sv-ng-comment [question]=\"model\"></sv-ng-comment>\n </div>\n <div *ngIf=\"model.hasDescriptionUnderInput\" [class]=\"model.cssDescription\" [attr.id]=\"model.ariaDescriptionId\"\n [model]=\"model.locDescription\" sv-ng-string></div>\n </div>\n </ng-template>\n <div [element]=\"model\" *ngIf=\"model.hasTitleOnBottom\" sv-ng-element-header></div>\n <div *ngIf=\"model.showErrorsBelowQuestion && model.hasVisibleErrors\" [element]=\"model\" sv-ng-errors></div>\n </div>\n</ng-template>", components: [{ type: BreadcrumbsComponent, selector: "sv-breadcrumbs", inputs: ["model", "css"] }, { type: ErrorsComponent, selector: "'[sv-ng-errors]'", inputs: ["element", "location"] }, { type: ElementHeaderComponent, selector: "'[sv-ng-element-header]'", inputs: ["element"] }, { type: SingleInputSummaryComponent, selector: "sv-single-input-summary", inputs: ["model", "css"] }, { type: ElementComponent, selector: "sv-ng-element", inputs: ["model"] }, { type: SurveyStringComponent, selector: "sv-ng-string, '[sv-ng-string]'", inputs: ["model"] }, { type: SurveyCommentComponent, selector: "sv-ng-comment, '[sv-ng-comment]'", inputs: ["question"] }], directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: DynamicComponentDirective, selector: "[component]", inputs: ["component"] }, { type: VisibleDirective, selector: "[visible]", inputs: ["visible"] }] });
|
|
2042
2046
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: QuestionComponent, decorators: [{
|
|
2043
2047
|
type: i0.Component,
|
|
2044
2048
|
args: [{
|
|
@@ -3021,7 +3025,7 @@
|
|
|
3021
3025
|
Object.defineProperty(SliderQuestionComponent.prototype, "labelCountArray", {
|
|
3022
3026
|
get: function () {
|
|
3023
3027
|
var result = [];
|
|
3024
|
-
for (var i = 0; i < this.model.
|
|
3028
|
+
for (var i = 0; i < this.model.renderedLabelCount; i++) {
|
|
3025
3029
|
result.push(i);
|
|
3026
3030
|
}
|
|
3027
3031
|
return result;
|
|
@@ -3031,7 +3035,7 @@
|
|
|
3031
3035
|
});
|
|
3032
3036
|
Object.defineProperty(SliderQuestionComponent.prototype, "valueArray", {
|
|
3033
3037
|
get: function () {
|
|
3034
|
-
return this.model.
|
|
3038
|
+
return this.model.renderedValue;
|
|
3035
3039
|
},
|
|
3036
3040
|
enumerable: false,
|
|
3037
3041
|
configurable: true
|
|
@@ -3039,13 +3043,13 @@
|
|
|
3039
3043
|
SliderQuestionComponent.prototype.trackByRenderedValue = function (i) {
|
|
3040
3044
|
return i;
|
|
3041
3045
|
};
|
|
3042
|
-
SliderQuestionComponent.prototype.trackByLabelCount = function (i) {
|
|
3043
|
-
return
|
|
3046
|
+
SliderQuestionComponent.prototype.trackByLabelCount = function (i, label) {
|
|
3047
|
+
return label.id;
|
|
3044
3048
|
};
|
|
3045
3049
|
return SliderQuestionComponent;
|
|
3046
3050
|
}(QuestionAngular));
|
|
3047
3051
|
SliderQuestionComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SliderQuestionComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
3048
|
-
SliderQuestionComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: SliderQuestionComponent, selector: "sv-ng-slider-question", viewQueries: [{ propertyName: "rangeInputRef", first: true, predicate: ["rangeInputRef"], descendants: true }], usesInheritance: true, ngImport: i0__namespace, template: "\n<div [class]=\"model.rootCss\" #contentElement>\n <input *ngIf=\"model.sliderType !== 'single' && model.allowDragRange\" #rangeInputRef\n name=\"range-input\" [class]=\"model.cssClasses.input\" type=\"range\" tabIndex=\"-1\"
|
|
3052
|
+
SliderQuestionComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: SliderQuestionComponent, selector: "sv-ng-slider-question", viewQueries: [{ propertyName: "rangeInputRef", first: true, predicate: ["rangeInputRef"], descendants: true }], usesInheritance: true, ngImport: i0__namespace, template: "\n<div [class]=\"model.rootCss\" #contentElement>\n <input *ngIf=\"model.sliderType !== 'single' && model.allowDragRange\" #rangeInputRef\n name=\"range-input\" [class]=\"model.cssClasses.input\" type=\"range\" tabIndex=\"-1\"\n id=\"sjs-slider-input-range-input\"\n [attr.min]=\"model.min\" [attr.max]=\"model.max\" [attr.step]=\"model.step\" aria-hidden=\"true\"\n (input)=\"model.handleRangeOnChange($any($event))\"\n (pointerdown)=\"model.handleRangePointerDown($any($event), rootRef)\"\n (pointerup)=\"model.handleRangePointerUp($any($event), rangeInputRef)\" />\n \n <div [class]=\"model.cssClasses.visualContainer\" (pointerup)=\"model.setValueByClickOnPath($any($event), rootRef)\">\n <div [class]=\"model.cssClasses.visualContainerSlider\">\n <div [class]=\"model.cssClasses.inverseTrackLeft\" [style]=\"{ width: model.getTrackPercentLeft() + '%' }\"></div>\n <div [class]=\"model.cssClasses.inverseTrackRight\" [style]=\"{ width: model.getTrackPercentRight() + '%' }\"></div>\n <div [class]=\"model.cssClasses.rangeTrack\" [style]=\"{ left: model.getTrackPercentLeft() + '%', right: model.getTrackPercentRight() + '%' }\" ></div>\n\n <ng-container *ngFor=\"let value of valueArray; index as i; trackBy: trackByRenderedValue;\">\n <input [class]=\"model.cssClasses.input\" [attr.id]=\"'sjs-slider-input-' + i\" type=\"range\" [value]=\"value\" \n [attr.min]=\"model.min\" [attr.max]=\"model.max\" [attr.step]=\"model.step\" [disabled]=\"model.isDisabledAttr\"\n (input)=\"model.handleOnChange($any($event), i)\"\n (pointerdown)=\"model.handlePointerDown($any($event))\"\n (pointerup)=\"model.handlePointerUp($any($event))\"\n (keydown)=\"model.handleKeyDown($any($event))\"\n (keyup)=\"model.handleKeyUp($any($event))\"\n (focus)=\"model.handleOnFocus(i)\"\n (blur)=\"model.handleOnBlur()\"\n [attr.aria-required]=\"model.a11y_input_ariaRequired\"\n [attr.aria-label]=\"model.a11y_input_ariaLabel\"\n [attr.aria-labelledby]=\"model.a11y_input_ariaLabelledBy\"\n [attr.aria-describedby]=\"model.a11y_input_ariaDescribedBy\"\n [attr.aria-invalid]=\"model.a11y_input_ariaInvalid\"\n [attr.aria-errormessage]=\"model.a11y_input_ariaErrormessage\"\n />\n <div [class]=\"model.getThumbContainerCss(i)\" [style]=\"{ left: model.getPercent(value) + '%' }\">\n <div *ngIf=\"model.tooltipVisibility !== 'never'\" [class]=\"model.tooltipCss\">\n <div [class]=\"model.cssClasses.tooltipPanel\">\n <div [class]=\"model.cssClasses.tooltipValue\">{{model.getTooltipValue(i)}}</div>\n </div>\n </div>\n <div [class]=\"model.cssClasses.thumb\">\n <div [class]=\"model.cssClasses.thumbDot\"></div>\n </div>\n </div>\n </ng-container>\n\n </div>\n </div>\n\n <div *ngIf=\"model.showLabels\" [class]=\"model.cssClasses.labelsContainer\">\n <div>\n <ng-template *ngFor=\"let label of model.renderedLabels; index as i; trackBy: trackByLabelCount;\" [component]=\"{ name: 'sv-slider-label-item', data: {model: model, item: label }}\"></ng-template>\n </div>\n </div>\n</div>\n", directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: DynamicComponentDirective, selector: "[component]", inputs: ["component"] }] });
|
|
3049
3053
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SliderQuestionComponent, decorators: [{
|
|
3050
3054
|
type: i0.Component,
|
|
3051
3055
|
args: [{
|
|
@@ -3058,6 +3062,35 @@
|
|
|
3058
3062
|
}] } });
|
|
3059
3063
|
AngularComponentFactory.Instance.registerComponent("slider-question", SliderQuestionComponent);
|
|
3060
3064
|
|
|
3065
|
+
var SliderLabelItemComponent = /** @class */ (function (_super) {
|
|
3066
|
+
__extends(SliderLabelItemComponent, _super);
|
|
3067
|
+
function SliderLabelItemComponent() {
|
|
3068
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
3069
|
+
}
|
|
3070
|
+
// onClick(event: any): void {
|
|
3071
|
+
// this.model.setValueFromClick(event.target.value);
|
|
3072
|
+
// event.stopPropagation();
|
|
3073
|
+
// }
|
|
3074
|
+
SliderLabelItemComponent.prototype.getModel = function () {
|
|
3075
|
+
return this.item;
|
|
3076
|
+
};
|
|
3077
|
+
return SliderLabelItemComponent;
|
|
3078
|
+
}(BaseAngular));
|
|
3079
|
+
SliderLabelItemComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SliderLabelItemComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
3080
|
+
SliderLabelItemComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: SliderLabelItemComponent, selector: "sv-ng-slider-label-item", inputs: { model: "model", item: "item" }, usesInheritance: true, ngImport: i0__namespace, template: "<ng-template #template>\n <div [class]=\"model.getLabelCss(item.locText)\"\n [style]=\"{ left: model.getPercent(item.value) + '%' }\"\n (pointerup)=\"model.handleLabelPointerUp($any($event), item.value)\">\n <div [class]=\"model.cssClasses.labelTick\"></div>\n <div [class]=\"model.cssClasses.labelText\" [model]=\"item.locText\" sv-ng-string></div>\n </div>\n</ng-template>", components: [{ type: SurveyStringComponent, selector: "sv-ng-string, '[sv-ng-string]'", inputs: ["model"] }] });
|
|
3081
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SliderLabelItemComponent, decorators: [{
|
|
3082
|
+
type: i0.Component,
|
|
3083
|
+
args: [{
|
|
3084
|
+
selector: "sv-ng-slider-label-item",
|
|
3085
|
+
templateUrl: "./slider-label-item.component.html"
|
|
3086
|
+
}]
|
|
3087
|
+
}], propDecorators: { model: [{
|
|
3088
|
+
type: i0.Input
|
|
3089
|
+
}], item: [{
|
|
3090
|
+
type: i0.Input
|
|
3091
|
+
}] } });
|
|
3092
|
+
AngularComponentFactory.Instance.registerComponent("sv-slider-label-item", SliderLabelItemComponent);
|
|
3093
|
+
|
|
3061
3094
|
var ButtonGroupItemComponent = /** @class */ (function (_super) {
|
|
3062
3095
|
__extends(ButtonGroupItemComponent, _super);
|
|
3063
3096
|
function ButtonGroupItemComponent() {
|
|
@@ -5420,7 +5453,7 @@
|
|
|
5420
5453
|
TagboxFilterComponent, TagboxComponent, TagboxQuestionComponent, TagboxItemComponent,
|
|
5421
5454
|
ActionBarComponent, ActionComponent, ActionBarItemComponent, ActionBarItemDropdownComponent, HtmlQuestionComponent,
|
|
5422
5455
|
SelectBaseItemComponent, SelectBaseComponent, SurveyCommentComponent, SurveyCommentOtherComponent, ElementHeaderComponent, ElementTitleActionsComponent, ElementTitleComponent, DynamicHeadComponent, RowComponent,
|
|
5423
|
-
RatingQuestionComponent, SliderQuestionComponent, RatingDropdownItemComponent, RatingDropdownComponent, ButtonGroupDropdownComponent, BooleanQuestionComponent, BooleanCheckboxComponent, BooleanRadioComponent, BooleanRadioItemComponent, ImagePickerItemComponent, ImagePickerQuestionComponent, ImageQuestionComponent,
|
|
5456
|
+
RatingQuestionComponent, SliderQuestionComponent, SliderLabelItemComponent, RatingDropdownItemComponent, RatingDropdownComponent, ButtonGroupDropdownComponent, BooleanQuestionComponent, BooleanCheckboxComponent, BooleanRadioComponent, BooleanRadioItemComponent, ImagePickerItemComponent, ImagePickerQuestionComponent, ImageQuestionComponent,
|
|
5424
5457
|
SurveyHeaderComponent, ProgressDefaultComponent, ProgressButtonsComponent, ProgressTocComponent, SurveyNavigationButton, MatrixQuestionComponent, SvgIconComponent, FileQuestionComponent, SafeUrlPipe, SafeHtmlPipe, CommentQuestionComponent, SignaturePadQuestionComponent, ErrorsComponent,
|
|
5425
5458
|
MultipleTextComponent, MultipleTextItemComponent, DynamicComponentDirective, RankingQuestionComponent, RankingItemComponent, RankingItemContentComponent, PanelDynamicQuestionComponent, EmbeddedViewContentComponent, CustomWidgetComponent,
|
|
5426
5459
|
MatrixCellComponent, MatrixDropdownCellComponent, MatrixTableComponent, MatrixDropdownComponent,
|
|
@@ -5438,7 +5471,7 @@
|
|
|
5438
5471
|
TagboxFilterComponent, TagboxComponent, TagboxQuestionComponent, TagboxItemComponent,
|
|
5439
5472
|
ActionBarComponent, ActionComponent, ActionBarItemComponent, ActionBarItemDropdownComponent, HtmlQuestionComponent,
|
|
5440
5473
|
SelectBaseItemComponent, SelectBaseComponent, SurveyCommentComponent, SurveyCommentOtherComponent, ElementHeaderComponent, ElementTitleComponent, DynamicHeadComponent, RowComponent,
|
|
5441
|
-
RatingQuestionComponent, SliderQuestionComponent, RatingDropdownItemComponent, RatingDropdownComponent, ButtonGroupDropdownComponent, BooleanQuestionComponent, BooleanCheckboxComponent, BooleanRadioComponent, BooleanRadioItemComponent, ImagePickerItemComponent, ImagePickerQuestionComponent, ImageQuestionComponent,
|
|
5474
|
+
RatingQuestionComponent, SliderQuestionComponent, SliderLabelItemComponent, RatingDropdownItemComponent, RatingDropdownComponent, ButtonGroupDropdownComponent, BooleanQuestionComponent, BooleanCheckboxComponent, BooleanRadioComponent, BooleanRadioItemComponent, ImagePickerItemComponent, ImagePickerQuestionComponent, ImageQuestionComponent,
|
|
5442
5475
|
SurveyHeaderComponent, ProgressDefaultComponent, ProgressButtonsComponent, SurveyNavigationButton, MatrixQuestionComponent, SvgIconComponent, FileQuestionComponent, SafeUrlPipe, SafeHtmlPipe, CommentQuestionComponent, SignaturePadQuestionComponent, ErrorsComponent,
|
|
5443
5476
|
MultipleTextComponent, MultipleTextItemComponent, DynamicComponentDirective, RankingQuestionComponent, RankingItemComponent, RankingItemContentComponent, PanelDynamicQuestionComponent, EmbeddedViewContentComponent, CustomWidgetComponent,
|
|
5444
5477
|
MatrixCellComponent, MatrixDropdownCellComponent, MatrixTableComponent, MatrixDropdownComponent,
|
|
@@ -5463,7 +5496,7 @@
|
|
|
5463
5496
|
TagboxFilterComponent, TagboxComponent, TagboxQuestionComponent, TagboxItemComponent,
|
|
5464
5497
|
ActionBarComponent, ActionComponent, ActionBarItemComponent, ActionBarItemDropdownComponent, HtmlQuestionComponent,
|
|
5465
5498
|
SelectBaseItemComponent, SelectBaseComponent, SurveyCommentComponent, SurveyCommentOtherComponent, ElementHeaderComponent, ElementTitleActionsComponent, ElementTitleComponent, DynamicHeadComponent, RowComponent,
|
|
5466
|
-
RatingQuestionComponent, SliderQuestionComponent, RatingDropdownItemComponent, RatingDropdownComponent, ButtonGroupDropdownComponent, BooleanQuestionComponent, BooleanCheckboxComponent, BooleanRadioComponent, BooleanRadioItemComponent, ImagePickerItemComponent, ImagePickerQuestionComponent, ImageQuestionComponent,
|
|
5499
|
+
RatingQuestionComponent, SliderQuestionComponent, SliderLabelItemComponent, RatingDropdownItemComponent, RatingDropdownComponent, ButtonGroupDropdownComponent, BooleanQuestionComponent, BooleanCheckboxComponent, BooleanRadioComponent, BooleanRadioItemComponent, ImagePickerItemComponent, ImagePickerQuestionComponent, ImageQuestionComponent,
|
|
5467
5500
|
SurveyHeaderComponent, ProgressDefaultComponent, ProgressButtonsComponent, ProgressTocComponent, SurveyNavigationButton, MatrixQuestionComponent, SvgIconComponent, FileQuestionComponent, SafeUrlPipe, SafeHtmlPipe, CommentQuestionComponent, SignaturePadQuestionComponent, ErrorsComponent,
|
|
5468
5501
|
MultipleTextComponent, MultipleTextItemComponent, DynamicComponentDirective, RankingQuestionComponent, RankingItemComponent, RankingItemContentComponent, PanelDynamicQuestionComponent, EmbeddedViewContentComponent, CustomWidgetComponent,
|
|
5469
5502
|
MatrixCellComponent, MatrixDropdownCellComponent, MatrixTableComponent, MatrixDropdownComponent,
|
|
@@ -5487,7 +5520,7 @@
|
|
|
5487
5520
|
TagboxFilterComponent, TagboxComponent, TagboxQuestionComponent, TagboxItemComponent,
|
|
5488
5521
|
ActionBarComponent, ActionComponent, ActionBarItemComponent, ActionBarItemDropdownComponent, HtmlQuestionComponent,
|
|
5489
5522
|
SelectBaseItemComponent, SelectBaseComponent, SurveyCommentComponent, SurveyCommentOtherComponent, ElementHeaderComponent, ElementTitleComponent, DynamicHeadComponent, RowComponent,
|
|
5490
|
-
RatingQuestionComponent, SliderQuestionComponent, RatingDropdownItemComponent, RatingDropdownComponent, ButtonGroupDropdownComponent, BooleanQuestionComponent, BooleanCheckboxComponent, BooleanRadioComponent, BooleanRadioItemComponent, ImagePickerItemComponent, ImagePickerQuestionComponent, ImageQuestionComponent,
|
|
5523
|
+
RatingQuestionComponent, SliderQuestionComponent, SliderLabelItemComponent, RatingDropdownItemComponent, RatingDropdownComponent, ButtonGroupDropdownComponent, BooleanQuestionComponent, BooleanCheckboxComponent, BooleanRadioComponent, BooleanRadioItemComponent, ImagePickerItemComponent, ImagePickerQuestionComponent, ImageQuestionComponent,
|
|
5491
5524
|
SurveyHeaderComponent, ProgressDefaultComponent, ProgressButtonsComponent, SurveyNavigationButton, MatrixQuestionComponent, SvgIconComponent, FileQuestionComponent, SafeUrlPipe, SafeHtmlPipe, CommentQuestionComponent, SignaturePadQuestionComponent, ErrorsComponent,
|
|
5492
5525
|
MultipleTextComponent, MultipleTextItemComponent, DynamicComponentDirective, RankingQuestionComponent, RankingItemComponent, RankingItemContentComponent, PanelDynamicQuestionComponent, EmbeddedViewContentComponent, CustomWidgetComponent,
|
|
5493
5526
|
MatrixCellComponent, MatrixDropdownCellComponent, MatrixTableComponent, MatrixDropdownComponent,
|
|
@@ -5615,6 +5648,7 @@
|
|
|
5615
5648
|
exports.SignaturePadQuestionComponent = SignaturePadQuestionComponent;
|
|
5616
5649
|
exports.SingleInputSummaryComponent = SingleInputSummaryComponent;
|
|
5617
5650
|
exports.SkeletonComponent = SkeletonComponent;
|
|
5651
|
+
exports.SliderLabelItemComponent = SliderLabelItemComponent;
|
|
5618
5652
|
exports.SliderQuestionComponent = SliderQuestionComponent;
|
|
5619
5653
|
exports.StringEditorComponent = StringEditorComponent;
|
|
5620
5654
|
exports.StringViewerComponent = StringViewerComponent;
|