survey-angular-ui 2.0.6 → 2.0.8
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 +71 -70
- package/bundles/survey-angular-ui.umd.js +26 -6
- package/bundles/survey-angular-ui.umd.js.map +1 -1
- package/components/renderAs/buttongroup-dropdown/button-group-dropdown.component.d.ts +6 -0
- package/esm2015/angular-ui.js +2 -1
- package/esm2015/angular-ui.module.js +6 -5
- package/esm2015/components/dropdown/dropdown.component.js +2 -2
- package/esm2015/components/renderAs/buttongroup-dropdown/button-group-dropdown.component.js +21 -0
- package/esm2015/page.component.js +2 -2
- package/fesm2015/survey-angular-ui.js +23 -7
- package/fesm2015/survey-angular-ui.js.map +1 -1
- package/package.json +2 -2
package/angular-ui.d.ts
CHANGED
|
@@ -61,6 +61,7 @@ export * from "./components/renderAs/rating-dropdown/rating-dropdown.component";
|
|
|
61
61
|
export * from "./components/renderAs/boolean-checkbox/boolean-checkbox.component";
|
|
62
62
|
export * from "./components/renderAs/boolean-radio/boolean-radio.component";
|
|
63
63
|
export * from "./components/renderAs/boolean-radio/boolean-radio-item.component";
|
|
64
|
+
export * from "./components/renderAs/buttongroup-dropdown/button-group-dropdown.component";
|
|
64
65
|
export * from "./components/progress/default/progress.component";
|
|
65
66
|
export * from "./components/progress/buttons/progress.component";
|
|
66
67
|
export * from "./components/progress/toc/progress.component";
|
package/angular-ui.module.d.ts
CHANGED
|
@@ -60,77 +60,78 @@ import * as i58 from "./row.component";
|
|
|
60
60
|
import * as i59 from "./questions/rating.component";
|
|
61
61
|
import * as i60 from "./components/renderAs/rating-dropdown/rating-dropdown-item.component";
|
|
62
62
|
import * as i61 from "./components/renderAs/rating-dropdown/rating-dropdown.component";
|
|
63
|
-
import * as i62 from "./
|
|
64
|
-
import * as i63 from "./
|
|
65
|
-
import * as i64 from "./components/renderAs/boolean-
|
|
66
|
-
import * as i65 from "./components/renderAs/boolean-radio/boolean-radio
|
|
67
|
-
import * as i66 from "./
|
|
68
|
-
import * as i67 from "./questions/imagepicker.component";
|
|
69
|
-
import * as i68 from "./questions/
|
|
70
|
-
import * as i69 from "./
|
|
71
|
-
import * as i70 from "./components/
|
|
72
|
-
import * as i71 from "./components/progress/
|
|
73
|
-
import * as i72 from "./components/progress/
|
|
74
|
-
import * as i73 from "./components/
|
|
75
|
-
import * as i74 from "./
|
|
76
|
-
import * as i75 from "./
|
|
77
|
-
import * as i76 from "./
|
|
78
|
-
import * as i77 from "./
|
|
79
|
-
import * as i78 from "./utils/safe-
|
|
80
|
-
import * as i79 from "./
|
|
81
|
-
import * as i80 from "./questions/
|
|
82
|
-
import * as i81 from "./
|
|
83
|
-
import * as i82 from "./
|
|
84
|
-
import * as i83 from "./questions/
|
|
85
|
-
import * as i84 from "./
|
|
86
|
-
import * as i85 from "./
|
|
87
|
-
import * as i86 from "./questions/ranking
|
|
88
|
-
import * as i87 from "./questions/ranking-item
|
|
89
|
-
import * as i88 from "./questions/
|
|
90
|
-
import * as i89 from "./
|
|
91
|
-
import * as i90 from "./
|
|
92
|
-
import * as i91 from "./questions/
|
|
93
|
-
import * as i92 from "./questions/
|
|
94
|
-
import * as i93 from "./questions/
|
|
95
|
-
import * as i94 from "./questions/
|
|
96
|
-
import * as i95 from "./questions/
|
|
97
|
-
import * as i96 from "./
|
|
98
|
-
import * as i97 from "./components/matrix-actions/
|
|
99
|
-
import * as i98 from "./components/matrix-actions/
|
|
100
|
-
import * as i99 from "./
|
|
101
|
-
import * as i100 from "./questions/
|
|
102
|
-
import * as i101 from "./
|
|
103
|
-
import * as i102 from "./components/
|
|
104
|
-
import * as i103 from "./
|
|
105
|
-
import * as i104 from "./questions/
|
|
106
|
-
import * as i105 from "./questions/
|
|
107
|
-
import * as i106 from "./questions/button-group/button-group.component";
|
|
108
|
-
import * as i107 from "./questions/
|
|
109
|
-
import * as i108 from "./
|
|
110
|
-
import * as i109 from "./components/
|
|
111
|
-
import * as i110 from "./components/
|
|
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 "./
|
|
117
|
-
import * as i116 from "./
|
|
118
|
-
import * as i117 from "./components/
|
|
119
|
-
import * as i118 from "./components/header/header
|
|
120
|
-
import * as i119 from "./components/header/header-
|
|
121
|
-
import * as i120 from "./components/
|
|
122
|
-
import * as i121 from "./components/file/file
|
|
123
|
-
import * as i122 from "./
|
|
124
|
-
import * as i123 from "./
|
|
125
|
-
import * as i124 from "./components/file/file-
|
|
126
|
-
import * as i125 from "./components/
|
|
127
|
-
import * as i126 from "./components/
|
|
128
|
-
import * as i127 from "./components/
|
|
129
|
-
import * as i128 from "./components/
|
|
130
|
-
import * as i129 from "
|
|
131
|
-
import * as i130 from "@angular/
|
|
63
|
+
import * as i62 from "./components/renderAs/buttongroup-dropdown/button-group-dropdown.component";
|
|
64
|
+
import * as i63 from "./questions/boolean.component";
|
|
65
|
+
import * as i64 from "./components/renderAs/boolean-checkbox/boolean-checkbox.component";
|
|
66
|
+
import * as i65 from "./components/renderAs/boolean-radio/boolean-radio.component";
|
|
67
|
+
import * as i66 from "./components/renderAs/boolean-radio/boolean-radio-item.component";
|
|
68
|
+
import * as i67 from "./questions/imagepicker-item.component";
|
|
69
|
+
import * as i68 from "./questions/imagepicker.component";
|
|
70
|
+
import * as i69 from "./questions/image.component";
|
|
71
|
+
import * as i70 from "./components/survey-header/survey-header.component";
|
|
72
|
+
import * as i71 from "./components/progress/default/progress.component";
|
|
73
|
+
import * as i72 from "./components/progress/buttons/progress.component";
|
|
74
|
+
import * as i73 from "./components/progress/toc/progress.component";
|
|
75
|
+
import * as i74 from "./components/survey-actions/survey-nav-btn.component";
|
|
76
|
+
import * as i75 from "./questions/matrix.component";
|
|
77
|
+
import * as i76 from "./components/svg-icon/svg-icon.component";
|
|
78
|
+
import * as i77 from "./questions/file.component";
|
|
79
|
+
import * as i78 from "./utils/safe-url.pipe";
|
|
80
|
+
import * as i79 from "./utils/safe-html.pipe";
|
|
81
|
+
import * as i80 from "./questions/comment.component";
|
|
82
|
+
import * as i81 from "./questions/signature.component";
|
|
83
|
+
import * as i82 from "./errors.component";
|
|
84
|
+
import * as i83 from "./questions/multipletext.component";
|
|
85
|
+
import * as i84 from "./questions/multipletextitem.component";
|
|
86
|
+
import * as i85 from "./utils/dynamic.directive";
|
|
87
|
+
import * as i86 from "./questions/ranking.component";
|
|
88
|
+
import * as i87 from "./questions/ranking-item.component";
|
|
89
|
+
import * as i88 from "./questions/ranking-item-content.component";
|
|
90
|
+
import * as i89 from "./questions/paneldynamic.component";
|
|
91
|
+
import * as i90 from "./embedded-view-content.component";
|
|
92
|
+
import * as i91 from "./questions/customwidget.component";
|
|
93
|
+
import * as i92 from "./questions/matrixcell.component";
|
|
94
|
+
import * as i93 from "./questions/matrixdropdowncell.component";
|
|
95
|
+
import * as i94 from "./questions/matrixtable.component";
|
|
96
|
+
import * as i95 from "./questions/matrixdropdown.component";
|
|
97
|
+
import * as i96 from "./questions/matrixdynamic.component";
|
|
98
|
+
import * as i97 from "./components/matrix-actions/detail-button/detail-button.component";
|
|
99
|
+
import * as i98 from "./components/matrix-actions/remove-button/remove-button.component";
|
|
100
|
+
import * as i99 from "./components/matrix-actions/drag-drop-icon/drag-drop-icon";
|
|
101
|
+
import * as i100 from "./questions/matrixrequiredheader.component";
|
|
102
|
+
import * as i101 from "./questions/expression.component";
|
|
103
|
+
import * as i102 from "./components/brand-info/brand-info.component";
|
|
104
|
+
import * as i103 from "./components/question-error/question-error.component";
|
|
105
|
+
import * as i104 from "./questions/custom.component";
|
|
106
|
+
import * as i105 from "./questions/composite.component";
|
|
107
|
+
import * as i106 from "./questions/button-group/button-group-item.component";
|
|
108
|
+
import * as i107 from "./questions/button-group/button-group.component";
|
|
109
|
+
import * as i108 from "./questions/matrix-row.component";
|
|
110
|
+
import * as i109 from "./components/popup/modal-container.component";
|
|
111
|
+
import * as i110 from "./components/survey-header/logo-image.component";
|
|
112
|
+
import * as i111 from "./components/skeleton/skeleton.component";
|
|
113
|
+
import * as i112 from "./components/timer-panel/timer-panel.component";
|
|
114
|
+
import * as i113 from "./components/paneldynamic-actions/paneldynamic-remove-btn.component";
|
|
115
|
+
import * as i114 from "./components/notifier/notifier.component";
|
|
116
|
+
import * as i115 from "./components-container.component";
|
|
117
|
+
import * as i116 from "./questions/multipletextrow.component";
|
|
118
|
+
import * as i117 from "./components/loading-indicator/loading-indicator.component";
|
|
119
|
+
import * as i118 from "./components/header/header.component";
|
|
120
|
+
import * as i119 from "./components/header/header-cell.component";
|
|
121
|
+
import * as i120 from "./components/header/header-mobile.component";
|
|
122
|
+
import * as i121 from "./components/file/choose-file.component";
|
|
123
|
+
import * as i122 from "./components/file/file-preview.component";
|
|
124
|
+
import * as i123 from "./svgbundle.component";
|
|
125
|
+
import * as i124 from "./components/file/file-item.component";
|
|
126
|
+
import * as i125 from "./components/file/file-page.component";
|
|
127
|
+
import * as i126 from "./components/breadcrumbs/breadcrumbs.component";
|
|
128
|
+
import * as i127 from "./components/single-input-summary/single-input-summary.component";
|
|
129
|
+
import * as i128 from "./components/matrixdynamicplaceholder/matrixdynamicplaceholder.component";
|
|
130
|
+
import * as i129 from "./components/paneldynamicplaceholder/paneldynamicplaceholder.component";
|
|
131
|
+
import * as i130 from "@angular/common";
|
|
132
|
+
import * as i131 from "@angular/forms";
|
|
132
133
|
export declare class SurveyModule {
|
|
133
134
|
static ɵfac: i0.ɵɵFactoryDeclaration<SurveyModule, never>;
|
|
134
|
-
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.RatingDropdownItemComponent, typeof i61.RatingDropdownComponent, typeof i62.
|
|
135
|
+
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.RatingDropdownItemComponent, typeof i61.RatingDropdownComponent, typeof i62.ButtonGroupDropdownComponent, typeof i63.BooleanQuestionComponent, typeof i64.BooleanCheckboxComponent, typeof i65.BooleanRadioComponent, typeof i66.BooleanRadioItemComponent, typeof i67.ImagePickerItemComponent, typeof i68.ImagePickerQuestionComponent, typeof i69.ImageQuestionComponent, typeof i70.SurveyHeaderComponent, typeof i71.ProgressDefaultComponent, typeof i72.ProgressButtonsComponent, typeof i73.ProgressTocComponent, typeof i74.SurveyNavigationButton, typeof i75.MatrixQuestionComponent, typeof i76.SvgIconComponent, typeof i77.FileQuestionComponent, typeof i78.SafeUrlPipe, typeof i79.SafeHtmlPipe, typeof i80.CommentQuestionComponent, typeof i81.SignaturePadQuestionComponent, typeof i82.ErrorsComponent, typeof i83.MultipleTextComponent, typeof i84.MultipleTextItemComponent, typeof i85.DynamicComponentDirective, typeof i86.RankingQuestionComponent, typeof i87.RankingItemComponent, typeof i88.RankingItemContentComponent, typeof i89.PanelDynamicQuestionComponent, typeof i90.EmbeddedViewContentComponent, typeof i91.CustomWidgetComponent, typeof i92.MatrixCellComponent, typeof i93.MatrixDropdownCellComponent, typeof i94.MatrixTableComponent, typeof i95.MatrixDropdownComponent, typeof i96.MatrixDynamicComponent, typeof i97.MatrixDetailButtonComponent, typeof i98.MatrixDynamicRemoveButtonComponent, typeof i99.MatrixDynamicDragDropIconComponent, typeof i100.MatrixRequiredHeader, typeof i101.ExpressionComponent, typeof i78.SafeResourceUrlPipe, typeof i102.BrandInfoComponent, typeof i103.QuestionErrorComponent, typeof i104.CustomQuestionComponent, typeof i105.CompositeQuestionComponent, typeof i106.ButtonGroupItemComponent, typeof i107.ButtonGroupQuestionComponent, typeof i108.MatrixRowComponent, typeof i109.ModalComponent, typeof i110.LogoImageComponent, typeof i111.SkeletonComponent, typeof i112.TimerPanelComponent, typeof i113.PaneldynamicRemoveButtonComponent, typeof i114.NotifierComponent, typeof i115.ComponentsContainerComponent, typeof i116.MultipleTextRowComponent, typeof i117.LoadingIndicatorComponent, typeof i118.HeaderComponent, typeof i119.HeaderCellComponent, typeof i120.HeaderMobileComponent, typeof i121.ChooseFileBtn, typeof i122.FilePreviewComponent, typeof i123.SvgBundleComponent, typeof i124.FileItemComponent, typeof i125.FilePageComponent, typeof i126.BreadcrumbsComponent, typeof i127.SingleInputSummaryComponent, typeof i128.MatrixDynamicPlaceholderComponent, typeof i129.PanelDynamicPlaceholderComponent], [typeof i130.CommonModule, typeof i131.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.RatingDropdownItemComponent, typeof i61.RatingDropdownComponent, typeof i62.ButtonGroupDropdownComponent, typeof i63.BooleanQuestionComponent, typeof i64.BooleanCheckboxComponent, typeof i65.BooleanRadioComponent, typeof i66.BooleanRadioItemComponent, typeof i67.ImagePickerItemComponent, typeof i68.ImagePickerQuestionComponent, typeof i69.ImageQuestionComponent, typeof i70.SurveyHeaderComponent, typeof i71.ProgressDefaultComponent, typeof i72.ProgressButtonsComponent, typeof i74.SurveyNavigationButton, typeof i75.MatrixQuestionComponent, typeof i76.SvgIconComponent, typeof i77.FileQuestionComponent, typeof i78.SafeUrlPipe, typeof i79.SafeHtmlPipe, typeof i80.CommentQuestionComponent, typeof i81.SignaturePadQuestionComponent, typeof i82.ErrorsComponent, typeof i83.MultipleTextComponent, typeof i84.MultipleTextItemComponent, typeof i85.DynamicComponentDirective, typeof i86.RankingQuestionComponent, typeof i87.RankingItemComponent, typeof i88.RankingItemContentComponent, typeof i89.PanelDynamicQuestionComponent, typeof i90.EmbeddedViewContentComponent, typeof i91.CustomWidgetComponent, typeof i92.MatrixCellComponent, typeof i93.MatrixDropdownCellComponent, typeof i94.MatrixTableComponent, typeof i95.MatrixDropdownComponent, typeof i96.MatrixDynamicComponent, typeof i97.MatrixDetailButtonComponent, typeof i98.MatrixDynamicRemoveButtonComponent, typeof i99.MatrixDynamicDragDropIconComponent, typeof i100.MatrixRequiredHeader, typeof i101.ExpressionComponent, typeof i78.SafeResourceUrlPipe, typeof i104.CustomQuestionComponent, typeof i105.CompositeQuestionComponent, typeof i107.ButtonGroupQuestionComponent, typeof i109.ModalComponent, typeof i110.LogoImageComponent, typeof i111.SkeletonComponent, typeof i112.TimerPanelComponent, typeof i113.PaneldynamicRemoveButtonComponent, typeof i114.NotifierComponent, typeof i115.ComponentsContainerComponent, typeof i116.MultipleTextRowComponent, typeof i117.LoadingIndicatorComponent, typeof i118.HeaderComponent, typeof i119.HeaderCellComponent, typeof i120.HeaderMobileComponent, typeof i122.FilePreviewComponent, typeof i123.SvgBundleComponent, typeof i124.FileItemComponent, typeof i125.FilePageComponent, typeof i126.BreadcrumbsComponent, typeof i127.SingleInputSummaryComponent, typeof i128.MatrixDynamicPlaceholderComponent, typeof i129.PanelDynamicPlaceholderComponent]>;
|
|
135
136
|
static ɵinj: i0.ɵɵInjectorDeclaration<SurveyModule>;
|
|
136
137
|
}
|
|
@@ -1576,7 +1576,7 @@
|
|
|
1576
1576
|
return PageComponent;
|
|
1577
1577
|
}(BaseAngular));
|
|
1578
1578
|
PageComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PageComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1579
|
-
PageComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: PageComponent, selector: "page, sv-ng-page", inputs: { model: "model", survey: "survey" }, viewQueries: [{ propertyName: "pageContainerRef", first: true, predicate: ["pageContainer"], descendants: true, read: i0.ElementRef }], usesInheritance: true, ngImport: i0__namespace, template: "<ng-template #template>\n <ng-container *ngIf=\"!!this.survey && !!this.model && this.model.isVisible && !!this.model.survey\">\n <div [class]=\"model.cssRoot\" #pageContainer>\n <sv-ng-element-title [element]=\"model\"></sv-ng-element-title>\n <div *ngIf=\"model._showDescription\" [class]=\"model.cssClasses.page
|
|
1579
|
+
PageComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: PageComponent, selector: "page, sv-ng-page", inputs: { model: "model", survey: "survey" }, viewQueries: [{ propertyName: "pageContainerRef", first: true, predicate: ["pageContainer"], descendants: true, read: i0.ElementRef }], usesInheritance: true, ngImport: i0__namespace, template: "<ng-template #template>\n <ng-container *ngIf=\"!!this.survey && !!this.model && this.model.isVisible && !!this.model.survey\">\n <div [class]=\"model.cssRoot\" #pageContainer>\n <sv-ng-element-title [element]=\"model\"></sv-ng-element-title>\n <div *ngIf=\"model._showDescription\" [class]=\"model.cssClasses.page?.description\">\n <sv-ng-string [model]=\"model.locDescription\"></sv-ng-string>\n </div>\n <div *ngIf=\"model.hasVisibleErrors\" [element]=\"model\" sv-ng-errors></div>\n <ng-container *ngFor=\"let row of model.visibleRows\">\n <ng-template [component]=\"{ name: $any(model.survey).getRowWrapperComponentName(row), data: { componentData: $any(model.survey).getRowWrapperComponentData(row) } }\">\n <sv-ng-row [row]=\"row\"></sv-ng-row>\n </ng-template>\n </ng-container>\n </div>\n </ng-container> \n</ng-template>", styles: [":host{display:none}\n"], components: [{ type: ElementTitleComponent, selector: "sv-ng-element-title", inputs: ["element"] }, { type: SurveyStringComponent, selector: "sv-ng-string, '[sv-ng-string]'", inputs: ["model"] }, { type: ErrorsComponent, selector: "'[sv-ng-errors]'", inputs: ["element", "location"] }, { type: RowComponent, selector: "sv-ng-row", inputs: ["row"] }], 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"] }] });
|
|
1580
1580
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PageComponent, decorators: [{
|
|
1581
1581
|
type: i0.Component,
|
|
1582
1582
|
args: [{
|
|
@@ -2288,7 +2288,7 @@
|
|
|
2288
2288
|
return DropdownComponent;
|
|
2289
2289
|
}(BaseAngular));
|
|
2290
2290
|
DropdownComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DropdownComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
2291
|
-
DropdownComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: DropdownComponent, selector: "sv-ng-dropdown, '[sv-ng-dropdown]'", inputs: { model: "model" }, viewQueries: [{ propertyName: "inputElementRef", first: true, predicate: ["inputElement"], descendants: true }], usesInheritance: true, ngImport: i0__namespace, template: "<div [class]=\"model.cssClasses.selectWrapper\" (click)=\"click($event)\">\n <div *ngIf=\"!model.isReadOnly\" [attr.tabindex]=\"dropdownModel.noTabIndex ? null : 0\" [class]=\"model.getControlClass()\"\n [attr.disabled]=\"model.isDisabledAttr ? true : null\" (blur)=\"blur($event)\"\n (keydown)=\"keyhandler($event)\" [attr.id]=\"model.inputId\" [attr.aria-required]=\"model.ariaRequired\"\n [attr.aria-labelledby]=\"model.ariaLabelledBy\"\n [attr.aria-label]=\"model.ariaLabel\" [attr.aria-invalid]=\"model.ariaInvalid\"\n [attr.aria-errormessage]=\"model.ariaErrormessage\" [attr.role]=\"model.ariaRole\"\n [attr.aria-controls]=\"dropdownModel.listElementId\"\n [attr.aria-expanded]=\"model.ariaExpanded\"\n [attr.aria-activedescendant]=\"dropdownModel.ariaActivedescendant\">\n <div *ngIf=\"dropdownModel.showHintPrefix\" [class]=\"model.cssClasses.hintPrefix\">\n <span>{{ dropdownModel.hintStringPrefix }}</span>\n </div>\n <div [class]=\"model.cssClasses.controlValue\">\n <div *ngIf=\"dropdownModel.showHintString\" [class]=\"model.cssClasses.hintSuffix\">\n <span style=\"visibility: hidden\">{{ dropdownModel.inputStringRendered }}</span>\n <span>{{ dropdownModel.hintStringSuffix }}</span>\n </div>\n <ng-container *ngIf=\"dropdownModel.showInputFieldComponent\">\n <ng-template [component]=\"{ name: model.inputFieldComponentName, data: { model: dropdownModel.getSelectedAction(), question: model } }\"></ng-template>\n </ng-container>\n <sv-ng-string *ngIf=\"model.showSelectedItemLocText\" [model]=\"model.selectedItemLocText\"></sv-ng-string>\n <input #inputElement type=\"text\" autocomplete=\"off\" [(ngModel)]=\"dropdownModel.inputStringRendered\" [class]=\"model.cssClasses.filterStringInput\"\n [attr.role]=\"dropdownModel.filterStringEnabled ? model.ariaRole : null\"\n [attr.id]=\"model.getInputId()\"\n [attr.inputmode]=\"dropdownModel.inputMode\"\n [attr.tabindex]=\"dropdownModel.noTabIndex ? null : -1\"\n [attr.disabled]=\"model.isDisabledAttr ? true : null\"\n [attr.aria-controls]=\"dropdownModel.listElementId\"\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-expanded]=\"model.ariaExpanded\"\n [attr.aria-activedescendant]=\"dropdownModel.ariaActivedescendant\"\n [attr.placeholder]=\"dropdownModel.placeholderRendered\" \n [attr.readonly]=\"dropdownModel.filterReadOnly ? true : null\" \n (change)=\"inputChange($event)\" (blur)=\"blur($event)\" (focus)=\"focus($event)\"/>\n </div>\n <div *ngIf=\"(model.allowClear && model.cssClasses.cleanButtonIconId)\" aria-hidden=\"true\"\n [class]=\"model.cssClasses.cleanButton\" (click)=\"clear($event)\" [visible]=\"model.showClearButton\">\n <svg [iconName]=\"model.cssClasses.cleanButtonIconId\" [partCss]=\"model.cssClasses.cleanButtonSvg\" [title]=\"model.clearCaption\"\n [size]=\"'auto'\" sv-ng-svg-icon></svg>\n </div>\n </div>\n <sv-ng-popup *ngIf=\"!model.isReadOnly\" [popupModel]=\"dropdownModel.popupModel\"></sv-ng-popup>\n <div *ngIf=\"model.isReadOnly\" [class]=\"model.getControlClass()\" [attr.id]=\"model.inputId\" \n [attr.tabindex]=\"model.isDisabledAttr ? null : 0\"\n [attr.disabled]=\"model.isDisabledAttr ? true : null\"\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 <sv-ng-string *ngIf=\"model.
|
|
2291
|
+
DropdownComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: DropdownComponent, selector: "sv-ng-dropdown, '[sv-ng-dropdown]'", inputs: { model: "model" }, viewQueries: [{ propertyName: "inputElementRef", first: true, predicate: ["inputElement"], descendants: true }], usesInheritance: true, ngImport: i0__namespace, template: "<div [class]=\"model.cssClasses.selectWrapper\" (click)=\"click($event)\">\n <div *ngIf=\"!model.isReadOnly\" [attr.tabindex]=\"dropdownModel.noTabIndex ? null : 0\" [class]=\"model.getControlClass()\"\n [attr.disabled]=\"model.isDisabledAttr ? true : null\" (blur)=\"blur($event)\"\n (keydown)=\"keyhandler($event)\" [attr.id]=\"model.inputId\" [attr.aria-required]=\"model.ariaRequired\"\n [attr.aria-labelledby]=\"model.ariaLabelledBy\"\n [attr.aria-label]=\"model.ariaLabel\" [attr.aria-invalid]=\"model.ariaInvalid\"\n [attr.aria-errormessage]=\"model.ariaErrormessage\" [attr.role]=\"model.ariaRole\"\n [attr.aria-controls]=\"dropdownModel.listElementId\"\n [attr.aria-expanded]=\"model.ariaExpanded\"\n [attr.aria-activedescendant]=\"dropdownModel.ariaActivedescendant\">\n <div *ngIf=\"dropdownModel.showHintPrefix\" [class]=\"model.cssClasses.hintPrefix\">\n <span>{{ dropdownModel.hintStringPrefix }}</span>\n </div>\n <div [class]=\"model.cssClasses.controlValue\">\n <div *ngIf=\"dropdownModel.showHintString\" [class]=\"model.cssClasses.hintSuffix\">\n <span style=\"visibility: hidden\">{{ dropdownModel.inputStringRendered }}</span>\n <span>{{ dropdownModel.hintStringSuffix }}</span>\n </div>\n <ng-container *ngIf=\"dropdownModel.showInputFieldComponent\">\n <ng-template [component]=\"{ name: model.inputFieldComponentName, data: { model: dropdownModel.getSelectedAction(), question: model } }\"></ng-template>\n </ng-container>\n <sv-ng-string *ngIf=\"model.showSelectedItemLocText\" [model]=\"model.selectedItemLocText\"></sv-ng-string>\n <input #inputElement type=\"text\" autocomplete=\"off\" [(ngModel)]=\"dropdownModel.inputStringRendered\" [class]=\"model.cssClasses.filterStringInput\"\n [attr.role]=\"dropdownModel.filterStringEnabled ? model.ariaRole : null\"\n [attr.id]=\"model.getInputId()\"\n [attr.inputmode]=\"dropdownModel.inputMode\"\n [attr.tabindex]=\"dropdownModel.noTabIndex ? null : -1\"\n [attr.disabled]=\"model.isDisabledAttr ? true : null\"\n [attr.aria-controls]=\"dropdownModel.listElementId\"\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-expanded]=\"model.ariaExpanded\"\n [attr.aria-activedescendant]=\"dropdownModel.ariaActivedescendant\"\n [attr.placeholder]=\"dropdownModel.placeholderRendered\" \n [attr.readonly]=\"dropdownModel.filterReadOnly ? true : null\" \n (change)=\"inputChange($event)\" (blur)=\"blur($event)\" (focus)=\"focus($event)\"/>\n </div>\n <div *ngIf=\"(model.allowClear && model.cssClasses.cleanButtonIconId)\" aria-hidden=\"true\"\n [class]=\"model.cssClasses.cleanButton\" (click)=\"clear($event)\" [visible]=\"model.showClearButton\">\n <svg [iconName]=\"model.cssClasses.cleanButtonIconId\" [partCss]=\"model.cssClasses.cleanButtonSvg\" [title]=\"model.clearCaption\"\n [size]=\"'auto'\" sv-ng-svg-icon></svg>\n </div>\n </div>\n <sv-ng-popup *ngIf=\"!model.isReadOnly\" [popupModel]=\"dropdownModel.popupModel\"></sv-ng-popup>\n <div *ngIf=\"model.isReadOnly\" [class]=\"model.getControlClass()\" [attr.id]=\"model.inputId\" \n [attr.tabindex]=\"model.isDisabledAttr ? null : 0\"\n [attr.disabled]=\"model.isDisabledAttr ? true : null\"\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 <sv-ng-string *ngIf=\"model.locReadOnlyText\" [model]=\"model.locReadOnlyText\"></sv-ng-string>\n </div>\n <div *ngIf=\"model.cssClasses.chevronButtonIconId\" [class]=\"model.cssClasses.chevronButton\" (pointerdown)=\"chevronPointerDown($event)\" aria-hidden=\"true\">\n <svg [iconName]=\"model.cssClasses.chevronButtonIconId\" [partCss]=\"model.cssClasses.chevronButtonSvg\" [size]=\"'auto'\" sv-ng-svg-icon></svg>\n </div>\n</div>", components: [{ type: SurveyStringComponent, selector: "sv-ng-string, '[sv-ng-string]'", inputs: ["model"] }, { type: SvgIconComponent, selector: "'[sv-ng-svg-icon]'", inputs: ["size", "width", "height", "iconName", "partCss", "css", "title"] }, { type: PopupComponent, selector: "sv-ng-popup, '[sv-ng-popup]'", inputs: ["popupModel"] }], directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: DynamicComponentDirective, selector: "[component]", inputs: ["component"] }, { type: i2__namespace$1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i2__namespace$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i2__namespace$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: VisibleDirective, selector: "[visible]", inputs: ["visible"] }] });
|
|
2292
2292
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DropdownComponent, decorators: [{
|
|
2293
2293
|
type: i0.Component,
|
|
2294
2294
|
args: [{
|
|
@@ -3708,6 +3708,25 @@
|
|
|
3708
3708
|
AngularComponentFactory.Instance.registerComponent("boolean-radio-question", BooleanRadioComponent);
|
|
3709
3709
|
Survey.RendererFactory.Instance.registerRenderer("boolean", "radio", "boolean-radio-question");
|
|
3710
3710
|
|
|
3711
|
+
var ButtonGroupDropdownComponent = /** @class */ (function () {
|
|
3712
|
+
function ButtonGroupDropdownComponent() {
|
|
3713
|
+
}
|
|
3714
|
+
return ButtonGroupDropdownComponent;
|
|
3715
|
+
}());
|
|
3716
|
+
ButtonGroupDropdownComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ButtonGroupDropdownComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
3717
|
+
ButtonGroupDropdownComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: ButtonGroupDropdownComponent, selector: "sv-ng-buttongroup-dropdown-question", inputs: { model: "model" }, ngImport: i0__namespace, template: "<div [class]=\"model.cssClasses.rootDropdown\">\n <sv-ng-dropdown [model]=\"model\"></sv-ng-dropdown>\n</div> ", components: [{ type: DropdownComponent, selector: "sv-ng-dropdown, '[sv-ng-dropdown]'", inputs: ["model"] }] });
|
|
3718
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ButtonGroupDropdownComponent, decorators: [{
|
|
3719
|
+
type: i0.Component,
|
|
3720
|
+
args: [{
|
|
3721
|
+
selector: "sv-ng-buttongroup-dropdown-question",
|
|
3722
|
+
templateUrl: "./button-group-dropdown.component.html"
|
|
3723
|
+
}]
|
|
3724
|
+
}], propDecorators: { model: [{
|
|
3725
|
+
type: i0.Input
|
|
3726
|
+
}] } });
|
|
3727
|
+
AngularComponentFactory.Instance.registerComponent("buttongroup-dropdown", ButtonGroupDropdownComponent);
|
|
3728
|
+
Survey.RendererFactory.Instance.registerRenderer("buttongroup", "dropdown", "buttongroup-dropdown");
|
|
3729
|
+
|
|
3711
3730
|
var ProgressDefaultComponent = /** @class */ (function (_super) {
|
|
3712
3731
|
__extends(ProgressDefaultComponent, _super);
|
|
3713
3732
|
function ProgressDefaultComponent() {
|
|
@@ -5306,7 +5325,7 @@
|
|
|
5306
5325
|
TagboxFilterComponent, TagboxComponent, TagboxQuestionComponent, TagboxItemComponent,
|
|
5307
5326
|
ActionBarComponent, ActionComponent, ActionBarItemComponent, ActionBarItemDropdownComponent, HtmlQuestionComponent,
|
|
5308
5327
|
SelectBaseItemComponent, SelectBaseComponent, SurveyCommentComponent, SurveyCommentOtherComponent, ElementHeaderComponent, ElementTitleActionsComponent, ElementTitleComponent, DynamicHeadComponent, RowComponent,
|
|
5309
|
-
RatingQuestionComponent, RatingDropdownItemComponent, RatingDropdownComponent, BooleanQuestionComponent, BooleanCheckboxComponent, BooleanRadioComponent, BooleanRadioItemComponent, ImagePickerItemComponent, ImagePickerQuestionComponent, ImageQuestionComponent,
|
|
5328
|
+
RatingQuestionComponent, RatingDropdownItemComponent, RatingDropdownComponent, ButtonGroupDropdownComponent, BooleanQuestionComponent, BooleanCheckboxComponent, BooleanRadioComponent, BooleanRadioItemComponent, ImagePickerItemComponent, ImagePickerQuestionComponent, ImageQuestionComponent,
|
|
5310
5329
|
SurveyHeaderComponent, ProgressDefaultComponent, ProgressButtonsComponent, ProgressTocComponent, SurveyNavigationButton, MatrixQuestionComponent, SvgIconComponent, FileQuestionComponent, SafeUrlPipe, SafeHtmlPipe, CommentQuestionComponent, SignaturePadQuestionComponent, ErrorsComponent,
|
|
5311
5330
|
MultipleTextComponent, MultipleTextItemComponent, DynamicComponentDirective, RankingQuestionComponent, RankingItemComponent, RankingItemContentComponent, PanelDynamicQuestionComponent, EmbeddedViewContentComponent, CustomWidgetComponent,
|
|
5312
5331
|
MatrixCellComponent, MatrixDropdownCellComponent, MatrixTableComponent, MatrixDropdownComponent,
|
|
@@ -5324,7 +5343,7 @@
|
|
|
5324
5343
|
TagboxFilterComponent, TagboxComponent, TagboxQuestionComponent, TagboxItemComponent,
|
|
5325
5344
|
ActionBarComponent, ActionComponent, ActionBarItemComponent, ActionBarItemDropdownComponent, HtmlQuestionComponent,
|
|
5326
5345
|
SelectBaseItemComponent, SelectBaseComponent, SurveyCommentComponent, SurveyCommentOtherComponent, ElementHeaderComponent, ElementTitleComponent, DynamicHeadComponent, RowComponent,
|
|
5327
|
-
RatingQuestionComponent, RatingDropdownItemComponent, RatingDropdownComponent, BooleanQuestionComponent, BooleanCheckboxComponent, BooleanRadioComponent, BooleanRadioItemComponent, ImagePickerItemComponent, ImagePickerQuestionComponent, ImageQuestionComponent,
|
|
5346
|
+
RatingQuestionComponent, RatingDropdownItemComponent, RatingDropdownComponent, ButtonGroupDropdownComponent, BooleanQuestionComponent, BooleanCheckboxComponent, BooleanRadioComponent, BooleanRadioItemComponent, ImagePickerItemComponent, ImagePickerQuestionComponent, ImageQuestionComponent,
|
|
5328
5347
|
SurveyHeaderComponent, ProgressDefaultComponent, ProgressButtonsComponent, SurveyNavigationButton, MatrixQuestionComponent, SvgIconComponent, FileQuestionComponent, SafeUrlPipe, SafeHtmlPipe, CommentQuestionComponent, SignaturePadQuestionComponent, ErrorsComponent,
|
|
5329
5348
|
MultipleTextComponent, MultipleTextItemComponent, DynamicComponentDirective, RankingQuestionComponent, RankingItemComponent, RankingItemContentComponent, PanelDynamicQuestionComponent, EmbeddedViewContentComponent, CustomWidgetComponent,
|
|
5330
5349
|
MatrixCellComponent, MatrixDropdownCellComponent, MatrixTableComponent, MatrixDropdownComponent,
|
|
@@ -5349,7 +5368,7 @@
|
|
|
5349
5368
|
TagboxFilterComponent, TagboxComponent, TagboxQuestionComponent, TagboxItemComponent,
|
|
5350
5369
|
ActionBarComponent, ActionComponent, ActionBarItemComponent, ActionBarItemDropdownComponent, HtmlQuestionComponent,
|
|
5351
5370
|
SelectBaseItemComponent, SelectBaseComponent, SurveyCommentComponent, SurveyCommentOtherComponent, ElementHeaderComponent, ElementTitleActionsComponent, ElementTitleComponent, DynamicHeadComponent, RowComponent,
|
|
5352
|
-
RatingQuestionComponent, RatingDropdownItemComponent, RatingDropdownComponent, BooleanQuestionComponent, BooleanCheckboxComponent, BooleanRadioComponent, BooleanRadioItemComponent, ImagePickerItemComponent, ImagePickerQuestionComponent, ImageQuestionComponent,
|
|
5371
|
+
RatingQuestionComponent, RatingDropdownItemComponent, RatingDropdownComponent, ButtonGroupDropdownComponent, BooleanQuestionComponent, BooleanCheckboxComponent, BooleanRadioComponent, BooleanRadioItemComponent, ImagePickerItemComponent, ImagePickerQuestionComponent, ImageQuestionComponent,
|
|
5353
5372
|
SurveyHeaderComponent, ProgressDefaultComponent, ProgressButtonsComponent, ProgressTocComponent, SurveyNavigationButton, MatrixQuestionComponent, SvgIconComponent, FileQuestionComponent, SafeUrlPipe, SafeHtmlPipe, CommentQuestionComponent, SignaturePadQuestionComponent, ErrorsComponent,
|
|
5354
5373
|
MultipleTextComponent, MultipleTextItemComponent, DynamicComponentDirective, RankingQuestionComponent, RankingItemComponent, RankingItemContentComponent, PanelDynamicQuestionComponent, EmbeddedViewContentComponent, CustomWidgetComponent,
|
|
5355
5374
|
MatrixCellComponent, MatrixDropdownCellComponent, MatrixTableComponent, MatrixDropdownComponent,
|
|
@@ -5373,7 +5392,7 @@
|
|
|
5373
5392
|
TagboxFilterComponent, TagboxComponent, TagboxQuestionComponent, TagboxItemComponent,
|
|
5374
5393
|
ActionBarComponent, ActionComponent, ActionBarItemComponent, ActionBarItemDropdownComponent, HtmlQuestionComponent,
|
|
5375
5394
|
SelectBaseItemComponent, SelectBaseComponent, SurveyCommentComponent, SurveyCommentOtherComponent, ElementHeaderComponent, ElementTitleComponent, DynamicHeadComponent, RowComponent,
|
|
5376
|
-
RatingQuestionComponent, RatingDropdownItemComponent, RatingDropdownComponent, BooleanQuestionComponent, BooleanCheckboxComponent, BooleanRadioComponent, BooleanRadioItemComponent, ImagePickerItemComponent, ImagePickerQuestionComponent, ImageQuestionComponent,
|
|
5395
|
+
RatingQuestionComponent, RatingDropdownItemComponent, RatingDropdownComponent, ButtonGroupDropdownComponent, BooleanQuestionComponent, BooleanCheckboxComponent, BooleanRadioComponent, BooleanRadioItemComponent, ImagePickerItemComponent, ImagePickerQuestionComponent, ImageQuestionComponent,
|
|
5377
5396
|
SurveyHeaderComponent, ProgressDefaultComponent, ProgressButtonsComponent, SurveyNavigationButton, MatrixQuestionComponent, SvgIconComponent, FileQuestionComponent, SafeUrlPipe, SafeHtmlPipe, CommentQuestionComponent, SignaturePadQuestionComponent, ErrorsComponent,
|
|
5378
5397
|
MultipleTextComponent, MultipleTextItemComponent, DynamicComponentDirective, RankingQuestionComponent, RankingItemComponent, RankingItemContentComponent, PanelDynamicQuestionComponent, EmbeddedViewContentComponent, CustomWidgetComponent,
|
|
5379
5398
|
MatrixCellComponent, MatrixDropdownCellComponent, MatrixTableComponent, MatrixDropdownComponent,
|
|
@@ -5402,6 +5421,7 @@
|
|
|
5402
5421
|
exports.BooleanRadioItemComponent = BooleanRadioItemComponent;
|
|
5403
5422
|
exports.BrandInfoComponent = BrandInfoComponent;
|
|
5404
5423
|
exports.BreadcrumbsComponent = BreadcrumbsComponent;
|
|
5424
|
+
exports.ButtonGroupDropdownComponent = ButtonGroupDropdownComponent;
|
|
5405
5425
|
exports.ButtonGroupQuestionComponent = ButtonGroupQuestionComponent;
|
|
5406
5426
|
exports.CharacterCounterComponent = CharacterCounterComponent;
|
|
5407
5427
|
exports.CheckboxComponent = CheckboxComponent;
|