survey-angular-ui 2.1.1 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/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";
@@ -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/renderAs/rating-dropdown/rating-dropdown-item.component";
63
- import * as i62 from "./components/renderAs/rating-dropdown/rating-dropdown.component";
64
- import * as i63 from "./components/renderAs/buttongroup-dropdown/button-group-dropdown.component";
65
- import * as i64 from "./questions/boolean.component";
66
- import * as i65 from "./components/renderAs/boolean-checkbox/boolean-checkbox.component";
67
- import * as i66 from "./components/renderAs/boolean-radio/boolean-radio.component";
68
- import * as i67 from "./components/renderAs/boolean-radio/boolean-radio-item.component";
69
- import * as i68 from "./questions/imagepicker-item.component";
70
- import * as i69 from "./questions/imagepicker.component";
71
- import * as i70 from "./questions/image.component";
72
- import * as i71 from "./components/survey-header/survey-header.component";
73
- import * as i72 from "./components/progress/default/progress.component";
74
- import * as i73 from "./components/progress/buttons/progress.component";
75
- import * as i74 from "./components/progress/toc/progress.component";
76
- import * as i75 from "./components/survey-actions/survey-nav-btn.component";
77
- import * as i76 from "./questions/matrix.component";
78
- import * as i77 from "./components/svg-icon/svg-icon.component";
79
- import * as i78 from "./questions/file.component";
80
- import * as i79 from "./utils/safe-url.pipe";
81
- import * as i80 from "./utils/safe-html.pipe";
82
- import * as i81 from "./questions/comment.component";
83
- import * as i82 from "./questions/signature.component";
84
- import * as i83 from "./errors.component";
85
- import * as i84 from "./questions/multipletext.component";
86
- import * as i85 from "./questions/multipletextitem.component";
87
- import * as i86 from "./utils/dynamic.directive";
88
- import * as i87 from "./questions/ranking.component";
89
- import * as i88 from "./questions/ranking-item.component";
90
- import * as i89 from "./questions/ranking-item-content.component";
91
- import * as i90 from "./questions/paneldynamic.component";
92
- import * as i91 from "./embedded-view-content.component";
93
- import * as i92 from "./questions/customwidget.component";
94
- import * as i93 from "./questions/matrixcell.component";
95
- import * as i94 from "./questions/matrixdropdowncell.component";
96
- import * as i95 from "./questions/matrixtable.component";
97
- import * as i96 from "./questions/matrixdropdown.component";
98
- import * as i97 from "./questions/matrixdynamic.component";
99
- import * as i98 from "./components/matrix-actions/detail-button/detail-button.component";
100
- import * as i99 from "./components/matrix-actions/remove-button/remove-button.component";
101
- import * as i100 from "./components/matrix-actions/drag-drop-icon/drag-drop-icon";
102
- import * as i101 from "./questions/matrixrequiredheader.component";
103
- import * as i102 from "./questions/expression.component";
104
- import * as i103 from "./components/brand-info/brand-info.component";
105
- import * as i104 from "./components/question-error/question-error.component";
106
- import * as i105 from "./questions/custom.component";
107
- import * as i106 from "./questions/composite.component";
108
- import * as i107 from "./questions/button-group/button-group-item.component";
109
- import * as i108 from "./questions/button-group/button-group.component";
110
- import * as i109 from "./questions/matrix-row.component";
111
- import * as i110 from "./components/popup/modal-container.component";
112
- import * as i111 from "./components/survey-header/logo-image.component";
113
- import * as i112 from "./components/skeleton/skeleton.component";
114
- import * as i113 from "./components/timer-panel/timer-panel.component";
115
- import * as i114 from "./components/paneldynamic-actions/paneldynamic-remove-btn.component";
116
- import * as i115 from "./components/notifier/notifier.component";
117
- import * as i116 from "./components-container.component";
118
- import * as i117 from "./questions/multipletextrow.component";
119
- import * as i118 from "./components/loading-indicator/loading-indicator.component";
120
- import * as i119 from "./components/header/header.component";
121
- import * as i120 from "./components/header/header-cell.component";
122
- import * as i121 from "./components/header/header-mobile.component";
123
- import * as i122 from "./components/file/choose-file.component";
124
- import * as i123 from "./components/file/file-preview.component";
125
- import * as i124 from "./svgbundle.component";
126
- import * as i125 from "./components/file/file-item.component";
127
- import * as i126 from "./components/file/file-page.component";
128
- import * as i127 from "./components/breadcrumbs/breadcrumbs.component";
129
- import * as i128 from "./components/single-input-summary/single-input-summary.component";
130
- import * as i129 from "./components/matrixdynamicplaceholder/matrixdynamicplaceholder.component";
131
- import * as i130 from "./components/paneldynamicplaceholder/paneldynamicplaceholder.component";
132
- import * as i131 from "@angular/common";
133
- import * as i132 from "@angular/forms";
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.RatingDropdownItemComponent, typeof i62.RatingDropdownComponent, typeof i63.ButtonGroupDropdownComponent, typeof i64.BooleanQuestionComponent, typeof i65.BooleanCheckboxComponent, typeof i66.BooleanRadioComponent, typeof i67.BooleanRadioItemComponent, typeof i68.ImagePickerItemComponent, typeof i69.ImagePickerQuestionComponent, typeof i70.ImageQuestionComponent, typeof i71.SurveyHeaderComponent, typeof i72.ProgressDefaultComponent, typeof i73.ProgressButtonsComponent, typeof i74.ProgressTocComponent, typeof i75.SurveyNavigationButton, typeof i76.MatrixQuestionComponent, typeof i77.SvgIconComponent, typeof i78.FileQuestionComponent, typeof i79.SafeUrlPipe, typeof i80.SafeHtmlPipe, typeof i81.CommentQuestionComponent, typeof i82.SignaturePadQuestionComponent, typeof i83.ErrorsComponent, typeof i84.MultipleTextComponent, typeof i85.MultipleTextItemComponent, typeof i86.DynamicComponentDirective, typeof i87.RankingQuestionComponent, typeof i88.RankingItemComponent, typeof i89.RankingItemContentComponent, typeof i90.PanelDynamicQuestionComponent, typeof i91.EmbeddedViewContentComponent, typeof i92.CustomWidgetComponent, typeof i93.MatrixCellComponent, typeof i94.MatrixDropdownCellComponent, typeof i95.MatrixTableComponent, typeof i96.MatrixDropdownComponent, typeof i97.MatrixDynamicComponent, typeof i98.MatrixDetailButtonComponent, typeof i99.MatrixDynamicRemoveButtonComponent, typeof i100.MatrixDynamicDragDropIconComponent, typeof i101.MatrixRequiredHeader, typeof i102.ExpressionComponent, typeof i79.SafeResourceUrlPipe, typeof i103.BrandInfoComponent, typeof i104.QuestionErrorComponent, typeof i105.CustomQuestionComponent, typeof i106.CompositeQuestionComponent, typeof i107.ButtonGroupItemComponent, typeof i108.ButtonGroupQuestionComponent, typeof i109.MatrixRowComponent, typeof i110.ModalComponent, typeof i111.LogoImageComponent, typeof i112.SkeletonComponent, typeof i113.TimerPanelComponent, typeof i114.PaneldynamicRemoveButtonComponent, typeof i115.NotifierComponent, typeof i116.ComponentsContainerComponent, typeof i117.MultipleTextRowComponent, typeof i118.LoadingIndicatorComponent, typeof i119.HeaderComponent, typeof i120.HeaderCellComponent, typeof i121.HeaderMobileComponent, typeof i122.ChooseFileBtn, typeof i123.FilePreviewComponent, typeof i124.SvgBundleComponent, typeof i125.FileItemComponent, typeof i126.FilePageComponent, typeof i127.BreadcrumbsComponent, typeof i128.SingleInputSummaryComponent, typeof i129.MatrixDynamicPlaceholderComponent, typeof i130.PanelDynamicPlaceholderComponent], [typeof i131.CommonModule, typeof i132.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.RatingDropdownItemComponent, typeof i62.RatingDropdownComponent, typeof i63.ButtonGroupDropdownComponent, typeof i64.BooleanQuestionComponent, typeof i65.BooleanCheckboxComponent, typeof i66.BooleanRadioComponent, typeof i67.BooleanRadioItemComponent, typeof i68.ImagePickerItemComponent, typeof i69.ImagePickerQuestionComponent, typeof i70.ImageQuestionComponent, typeof i71.SurveyHeaderComponent, typeof i72.ProgressDefaultComponent, typeof i73.ProgressButtonsComponent, typeof i75.SurveyNavigationButton, typeof i76.MatrixQuestionComponent, typeof i77.SvgIconComponent, typeof i78.FileQuestionComponent, typeof i79.SafeUrlPipe, typeof i80.SafeHtmlPipe, typeof i81.CommentQuestionComponent, typeof i82.SignaturePadQuestionComponent, typeof i83.ErrorsComponent, typeof i84.MultipleTextComponent, typeof i85.MultipleTextItemComponent, typeof i86.DynamicComponentDirective, typeof i87.RankingQuestionComponent, typeof i88.RankingItemComponent, typeof i89.RankingItemContentComponent, typeof i90.PanelDynamicQuestionComponent, typeof i91.EmbeddedViewContentComponent, typeof i92.CustomWidgetComponent, typeof i93.MatrixCellComponent, typeof i94.MatrixDropdownCellComponent, typeof i95.MatrixTableComponent, typeof i96.MatrixDropdownComponent, typeof i97.MatrixDynamicComponent, typeof i98.MatrixDetailButtonComponent, typeof i99.MatrixDynamicRemoveButtonComponent, typeof i100.MatrixDynamicDragDropIconComponent, typeof i101.MatrixRequiredHeader, typeof i102.ExpressionComponent, typeof i79.SafeResourceUrlPipe, typeof i105.CustomQuestionComponent, typeof i106.CompositeQuestionComponent, typeof i108.ButtonGroupQuestionComponent, typeof i110.ModalComponent, typeof i111.LogoImageComponent, typeof i112.SkeletonComponent, typeof i113.TimerPanelComponent, typeof i114.PaneldynamicRemoveButtonComponent, typeof i115.NotifierComponent, typeof i116.ComponentsContainerComponent, typeof i117.MultipleTextRowComponent, typeof i118.LoadingIndicatorComponent, typeof i119.HeaderComponent, typeof i120.HeaderCellComponent, typeof i121.HeaderMobileComponent, typeof i123.FilePreviewComponent, typeof i124.SvgBundleComponent, typeof i125.FileItemComponent, typeof i126.FilePageComponent, typeof i127.BreadcrumbsComponent, typeof i128.SingleInputSummaryComponent, typeof i129.MatrixDynamicPlaceholderComponent, typeof i130.PanelDynamicPlaceholderComponent]>;
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 (!!((_a = _this.svgContainer) === null || _a === void 0 ? void 0 : _a.nativeElement)) {
1120
- _this.svgContainer.nativeElement.innerHTML = Survey.SvgRegistry.iconsRenderedHtml();
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
- var el = this.viewContaierRef.element.nativeElement;
1208
- el.innerHTML = "";
1209
- el.appendChild(document.createElementNS("http://www.w3.org/2000/svg", "use"));
1210
- this.createSvg();
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
  }());
@@ -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.labelCount; i++) {
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.getRenderedValue();
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 i;
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\" \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 <div *ngFor=\"let label of model.renderedLabels; index as i; trackBy: trackByLabelCount;\" [class]=\"model.getLabelCss(i)\"\n [style]=\"{ left: label.value + '%' }\"\n (pointerup)=\"model.handleLabelPointerUp($any($event), i)\">\n <div [class]=\"model.cssClasses.labelTick\"></div>\n <div [class]=\"model.cssClasses.labelText\" [model]=\"label.locText\" sv-ng-string></div>\n </div>\n </div>\n </div>\n</div>\n", components: [{ type: SurveyStringComponent, selector: "sv-ng-string, '[sv-ng-string]'", inputs: ["model"] }], directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
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 [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;