survey-angular-ui 1.9.117 → 1.9.119
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 +62 -61
- package/bundles/survey-angular-ui.umd.js +94 -70
- package/bundles/survey-angular-ui.umd.js.map +1 -1
- package/comment-other.component.d.ts +0 -1
- package/components/renderAs/rating-dropdown/rating-dropdown-item.component.d.ts +9 -0
- package/esm2015/angular-ui.js +2 -1
- package/esm2015/angular-ui.module.js +6 -5
- package/esm2015/comment-other.component.js +2 -5
- package/esm2015/comment.component.js +2 -2
- package/esm2015/components/renderAs/rating-dropdown/rating-dropdown-item.component.js +27 -0
- package/esm2015/page.component.js +6 -5
- package/esm2015/questions/matrix.component.js +2 -2
- package/fesm2015/survey-angular-ui.js +72 -54
- package/fesm2015/survey-angular-ui.js.map +1 -1
- package/package.json +1 -1
package/angular-ui.d.ts
CHANGED
|
@@ -52,6 +52,7 @@ export * from "./components/rating/rating-item.component";
|
|
|
52
52
|
export * from "./components/rating/rating-item-star.component";
|
|
53
53
|
export * from "./components/rating/rating-item-smiley.component";
|
|
54
54
|
export * from "./row.component";
|
|
55
|
+
export * from "./components/renderAs/rating-dropdown/rating-dropdown-item.component";
|
|
55
56
|
export * from "./components/renderAs/rating-dropdown/rating-dropdown.component";
|
|
56
57
|
export * from "./components/renderAs/boolean-checkbox/boolean-checkbox.component";
|
|
57
58
|
export * from "./components/renderAs/boolean-radio/boolean-radio.component";
|
package/angular-ui.module.d.ts
CHANGED
|
@@ -54,68 +54,69 @@ import * as i52 from "./components/element-title/element-title.component";
|
|
|
54
54
|
import * as i53 from "./components/element-title/dynamic-head.component";
|
|
55
55
|
import * as i54 from "./row.component";
|
|
56
56
|
import * as i55 from "./questions/rating.component";
|
|
57
|
-
import * as i56 from "./components/renderAs/rating-dropdown/rating-dropdown.component";
|
|
58
|
-
import * as i57 from "./
|
|
59
|
-
import * as i58 from "./
|
|
60
|
-
import * as i59 from "./components/renderAs/boolean-
|
|
61
|
-
import * as i60 from "./components/renderAs/boolean-radio/boolean-radio
|
|
62
|
-
import * as i61 from "./
|
|
63
|
-
import * as i62 from "./questions/imagepicker.component";
|
|
64
|
-
import * as i63 from "./questions/
|
|
65
|
-
import * as i64 from "./
|
|
66
|
-
import * as i65 from "./components/
|
|
67
|
-
import * as i66 from "./components/progress/
|
|
68
|
-
import * as i67 from "./components/progress/
|
|
69
|
-
import * as i68 from "./components/
|
|
70
|
-
import * as i69 from "./
|
|
71
|
-
import * as i70 from "./
|
|
72
|
-
import * as i71 from "./
|
|
73
|
-
import * as i72 from "./
|
|
74
|
-
import * as i73 from "./utils/safe-
|
|
75
|
-
import * as i74 from "./
|
|
76
|
-
import * as i75 from "./questions/
|
|
77
|
-
import * as i76 from "./
|
|
78
|
-
import * as i77 from "./
|
|
79
|
-
import * as i78 from "./questions/
|
|
80
|
-
import * as i79 from "./
|
|
81
|
-
import * as i80 from "./
|
|
82
|
-
import * as i81 from "./questions/ranking
|
|
83
|
-
import * as i82 from "./questions/
|
|
84
|
-
import * as i83 from "./
|
|
85
|
-
import * as i84 from "./
|
|
86
|
-
import * as i85 from "./questions/
|
|
87
|
-
import * as i86 from "./questions/
|
|
88
|
-
import * as i87 from "./questions/
|
|
89
|
-
import * as i88 from "./questions/
|
|
90
|
-
import * as i89 from "./
|
|
91
|
-
import * as i90 from "./components/matrix-actions/
|
|
92
|
-
import * as i91 from "./components/matrix-actions/
|
|
93
|
-
import * as i92 from "./
|
|
94
|
-
import * as i93 from "./questions/
|
|
95
|
-
import * as i94 from "./
|
|
96
|
-
import * as i95 from "./
|
|
97
|
-
import * as i96 from "./questions/
|
|
98
|
-
import * as i97 from "./questions/
|
|
99
|
-
import * as i98 from "./questions/button-group/button-group.component";
|
|
100
|
-
import * as i99 from "./questions/
|
|
101
|
-
import * as i100 from "./
|
|
102
|
-
import * as i101 from "./components/
|
|
103
|
-
import * as i102 from "./components/
|
|
104
|
-
import * as i103 from "./components/
|
|
105
|
-
import * as i104 from "./components/
|
|
106
|
-
import * as i105 from "./components/
|
|
107
|
-
import * as i106 from "./components
|
|
108
|
-
import * as i107 from "./
|
|
109
|
-
import * as i108 from "./
|
|
110
|
-
import * as i109 from "./components/
|
|
111
|
-
import * as i110 from "./components/header/header
|
|
112
|
-
import * as i111 from "./components/header/header-
|
|
113
|
-
import * as i112 from "./components/
|
|
114
|
-
import * as i113 from "./components/file/file
|
|
115
|
-
import * as i114 from "
|
|
116
|
-
import * as i115 from "@angular/
|
|
57
|
+
import * as i56 from "./components/renderAs/rating-dropdown/rating-dropdown-item.component";
|
|
58
|
+
import * as i57 from "./components/renderAs/rating-dropdown/rating-dropdown.component";
|
|
59
|
+
import * as i58 from "./questions/boolean.component";
|
|
60
|
+
import * as i59 from "./components/renderAs/boolean-checkbox/boolean-checkbox.component";
|
|
61
|
+
import * as i60 from "./components/renderAs/boolean-radio/boolean-radio.component";
|
|
62
|
+
import * as i61 from "./components/renderAs/boolean-radio/boolean-radio-item.component";
|
|
63
|
+
import * as i62 from "./questions/imagepicker-item.component";
|
|
64
|
+
import * as i63 from "./questions/imagepicker.component";
|
|
65
|
+
import * as i64 from "./questions/image.component";
|
|
66
|
+
import * as i65 from "./components/survey-header/survey-header.component";
|
|
67
|
+
import * as i66 from "./components/progress/default/progress.component";
|
|
68
|
+
import * as i67 from "./components/progress/buttons/progress.component";
|
|
69
|
+
import * as i68 from "./components/progress/toc/progress.component";
|
|
70
|
+
import * as i69 from "./components/survey-actions/survey-nav-btn.component";
|
|
71
|
+
import * as i70 from "./questions/matrix.component";
|
|
72
|
+
import * as i71 from "./components/svg-icon/svg-icon.component";
|
|
73
|
+
import * as i72 from "./questions/file.component";
|
|
74
|
+
import * as i73 from "./utils/safe-url.pipe";
|
|
75
|
+
import * as i74 from "./utils/safe-html.pipe";
|
|
76
|
+
import * as i75 from "./questions/comment.component";
|
|
77
|
+
import * as i76 from "./questions/signature.component";
|
|
78
|
+
import * as i77 from "./errors.component";
|
|
79
|
+
import * as i78 from "./questions/multipletext.component";
|
|
80
|
+
import * as i79 from "./questions/multipletextitem.component";
|
|
81
|
+
import * as i80 from "./utils/dynamic.directive";
|
|
82
|
+
import * as i81 from "./questions/ranking.component";
|
|
83
|
+
import * as i82 from "./questions/ranking-item.component";
|
|
84
|
+
import * as i83 from "./questions/paneldynamic.component";
|
|
85
|
+
import * as i84 from "./embedded-view-content.component";
|
|
86
|
+
import * as i85 from "./questions/customwidget.component";
|
|
87
|
+
import * as i86 from "./questions/matrixcell.component";
|
|
88
|
+
import * as i87 from "./questions/matrixtable.component";
|
|
89
|
+
import * as i88 from "./questions/matrixdropdown.component";
|
|
90
|
+
import * as i89 from "./questions/matrixdynamic.component";
|
|
91
|
+
import * as i90 from "./components/matrix-actions/detail-button/detail-button.component";
|
|
92
|
+
import * as i91 from "./components/matrix-actions/remove-button/remove-button.component";
|
|
93
|
+
import * as i92 from "./components/matrix-actions/drag-drop-icon/drag-drop-icon";
|
|
94
|
+
import * as i93 from "./questions/matrixrequiredheader.component";
|
|
95
|
+
import * as i94 from "./questions/expression.component";
|
|
96
|
+
import * as i95 from "./components/brand-info/brand-info.component";
|
|
97
|
+
import * as i96 from "./questions/custom.component";
|
|
98
|
+
import * as i97 from "./questions/composite.component";
|
|
99
|
+
import * as i98 from "./questions/button-group/button-group-item.component";
|
|
100
|
+
import * as i99 from "./questions/button-group/button-group.component";
|
|
101
|
+
import * as i100 from "./questions/matrix-row.component";
|
|
102
|
+
import * as i101 from "./components/popup/modal-container.component";
|
|
103
|
+
import * as i102 from "./components/survey-header/logo-image.component";
|
|
104
|
+
import * as i103 from "./components/skeleton/skeleton.component";
|
|
105
|
+
import * as i104 from "./components/timer-panel/timer-panel.component";
|
|
106
|
+
import * as i105 from "./components/paneldynamic-actions/paneldynamic-remove-btn.component";
|
|
107
|
+
import * as i106 from "./components/notifier/notifier.component";
|
|
108
|
+
import * as i107 from "./components-container.component";
|
|
109
|
+
import * as i108 from "./questions/multipletextrow.component";
|
|
110
|
+
import * as i109 from "./components/loading-indicator/loading-indicator.component";
|
|
111
|
+
import * as i110 from "./components/header/header.component";
|
|
112
|
+
import * as i111 from "./components/header/header-cell.component";
|
|
113
|
+
import * as i112 from "./components/header/header-mobile.component";
|
|
114
|
+
import * as i113 from "./components/file/choose-file.component";
|
|
115
|
+
import * as i114 from "./components/file/file-preview.component";
|
|
116
|
+
import * as i115 from "@angular/common";
|
|
117
|
+
import * as i116 from "@angular/forms";
|
|
117
118
|
export declare class SurveyModule {
|
|
118
119
|
static ɵfac: i0.ɵɵFactoryDeclaration<SurveyModule, never>;
|
|
119
|
-
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.QuestionSkeletonComponent, typeof i19.TextQuestionComponent, typeof i20.RadiogroupComponent, typeof i21.RadiogroupItemComponent, typeof i22.CheckboxComponent, typeof i23.CheckboxItemComponent, typeof i24.DropdownComponent, typeof i25.DropdownQuestionComponent, typeof i26.DropdownSelectComponent, typeof i27.DropdownOptionItemComponent, typeof i28.PopupComponent, typeof i29.PopupBaseContainerComponent, typeof i30.PopupPointerComponent, typeof i31.CharacterCounterComponent, typeof i32.ListComponent, typeof i33.ListItemComponent, typeof i34.RatingItemComponent, typeof i35.RatingItemStarComponent, typeof i36.RatingItemSmileyComponent, typeof i37.TagboxFilterComponent, typeof i38.TagboxComponent, typeof i39.TagboxQuestionComponent, typeof i40.TagboxItemComponent, typeof i41.ActionBarComponent, typeof i42.ActionComponent, typeof i43.ActionBarItemComponent, typeof i44.ActionBarItemDropdownComponent, typeof i45.HtmlQuestionComponent, typeof i46.SelectBaseItemComponent, typeof i47.SelectBaseComponent, typeof i48.SurveyCommentComponent, typeof i49.SurveyCommentOtherComponent, typeof i50.ElementHeaderComponent, typeof i51.ElementTitleActionsComponent, typeof i52.ElementTitleComponent, typeof i53.DynamicHeadComponent, typeof i54.RowComponent, typeof i55.RatingQuestionComponent, typeof i56.
|
|
120
|
+
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.QuestionSkeletonComponent, typeof i19.TextQuestionComponent, typeof i20.RadiogroupComponent, typeof i21.RadiogroupItemComponent, typeof i22.CheckboxComponent, typeof i23.CheckboxItemComponent, typeof i24.DropdownComponent, typeof i25.DropdownQuestionComponent, typeof i26.DropdownSelectComponent, typeof i27.DropdownOptionItemComponent, typeof i28.PopupComponent, typeof i29.PopupBaseContainerComponent, typeof i30.PopupPointerComponent, typeof i31.CharacterCounterComponent, typeof i32.ListComponent, typeof i33.ListItemComponent, typeof i34.RatingItemComponent, typeof i35.RatingItemStarComponent, typeof i36.RatingItemSmileyComponent, typeof i37.TagboxFilterComponent, typeof i38.TagboxComponent, typeof i39.TagboxQuestionComponent, typeof i40.TagboxItemComponent, typeof i41.ActionBarComponent, typeof i42.ActionComponent, typeof i43.ActionBarItemComponent, typeof i44.ActionBarItemDropdownComponent, typeof i45.HtmlQuestionComponent, typeof i46.SelectBaseItemComponent, typeof i47.SelectBaseComponent, typeof i48.SurveyCommentComponent, typeof i49.SurveyCommentOtherComponent, typeof i50.ElementHeaderComponent, typeof i51.ElementTitleActionsComponent, typeof i52.ElementTitleComponent, typeof i53.DynamicHeadComponent, typeof i54.RowComponent, typeof i55.RatingQuestionComponent, typeof i56.RatingDropdownItemComponent, typeof i57.RatingDropdownComponent, typeof i58.BooleanQuestionComponent, typeof i59.BooleanCheckboxComponent, typeof i60.BooleanRadioComponent, typeof i61.BooleanRadioItemComponent, typeof i62.ImagePickerItemComponent, typeof i63.ImagePickerQuestionComponent, typeof i64.ImageQuestionComponent, typeof i65.SurveyHeaderComponent, typeof i66.ProgressDefaultComponent, typeof i67.ProgressButtonsComponent, typeof i68.ProgressTocComponent, typeof i69.SurveyNavigationButton, typeof i70.MatrixQuestionComponent, typeof i71.SvgIconComponent, typeof i72.FileQuestionComponent, typeof i73.SafeUrlPipe, typeof i74.SafeHtmlPipe, typeof i75.CommentQuestionComponent, typeof i76.SignaturePadQuestionComponent, typeof i77.ErrorsComponent, typeof i78.MultipleTextComponent, typeof i79.MultipleTextItemComponent, typeof i80.DynamicComponentDirective, typeof i81.RankingQuestionComponent, typeof i82.RankingItemComponent, typeof i83.PanelDynamicQuestionComponent, typeof i84.EmbeddedViewContentComponent, typeof i85.CustomWidgetComponent, typeof i86.MatrixCellComponent, typeof i87.MatrixTableComponent, typeof i88.MatrixDropdownComponent, typeof i89.MatrixDynamicComponent, typeof i90.MatrixDetailButtonComponent, typeof i91.MatrixDynamicRemoveButtonComponent, typeof i92.MatrixDynamicDragDropIconComponent, typeof i93.MatrixRequiredHeader, typeof i94.ExpressionComponent, typeof i73.SafeResourceUrlPipe, typeof i95.BrandInfoComponent, typeof i96.CustomQuestionComponent, typeof i97.CompositeQuestionComponent, typeof i98.ButtonGroupItemComponent, typeof i99.ButtonGroupQuestionComponent, typeof i100.MatrixRowComponent, typeof i101.ModalComponent, typeof i102.LogoImageComponent, typeof i103.SkeletonComponent, typeof i104.TimerPanelComponent, typeof i105.PaneldynamicRemoveButtonComponent, typeof i106.NotifierComponent, typeof i107.ComponentsContainerComponent, typeof i108.MultipleTextRowComponent, typeof i109.LoadingIndicatorComponent, typeof i110.HeaderComponent, typeof i111.HeaderCellComponent, typeof i112.HeaderMobileComponent, typeof i113.ChooseFileBtn, typeof i114.FilePreviewComponent], [typeof i115.CommonModule, typeof i116.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.QuestionSkeletonComponent, typeof i19.TextQuestionComponent, typeof i20.RadiogroupComponent, typeof i21.RadiogroupItemComponent, typeof i22.CheckboxComponent, typeof i23.CheckboxItemComponent, typeof i31.CharacterCounterComponent, typeof i24.DropdownComponent, typeof i25.DropdownQuestionComponent, typeof i26.DropdownSelectComponent, typeof i27.DropdownOptionItemComponent, typeof i28.PopupComponent, typeof i29.PopupBaseContainerComponent, typeof i30.PopupPointerComponent, typeof i31.CharacterCounterComponent, typeof i32.ListComponent, typeof i33.ListItemComponent, typeof i34.RatingItemComponent, typeof i35.RatingItemStarComponent, typeof i36.RatingItemSmileyComponent, typeof i37.TagboxFilterComponent, typeof i38.TagboxComponent, typeof i39.TagboxQuestionComponent, typeof i40.TagboxItemComponent, typeof i41.ActionBarComponent, typeof i42.ActionComponent, typeof i43.ActionBarItemComponent, typeof i44.ActionBarItemDropdownComponent, typeof i45.HtmlQuestionComponent, typeof i46.SelectBaseItemComponent, typeof i47.SelectBaseComponent, typeof i48.SurveyCommentComponent, typeof i49.SurveyCommentOtherComponent, typeof i50.ElementHeaderComponent, typeof i52.ElementTitleComponent, typeof i53.DynamicHeadComponent, typeof i54.RowComponent, typeof i55.RatingQuestionComponent, typeof i56.RatingDropdownItemComponent, typeof i57.RatingDropdownComponent, typeof i58.BooleanQuestionComponent, typeof i59.BooleanCheckboxComponent, typeof i60.BooleanRadioComponent, typeof i61.BooleanRadioItemComponent, typeof i62.ImagePickerItemComponent, typeof i63.ImagePickerQuestionComponent, typeof i64.ImageQuestionComponent, typeof i65.SurveyHeaderComponent, typeof i66.ProgressDefaultComponent, typeof i67.ProgressButtonsComponent, typeof i69.SurveyNavigationButton, typeof i70.MatrixQuestionComponent, typeof i71.SvgIconComponent, typeof i72.FileQuestionComponent, typeof i73.SafeUrlPipe, typeof i74.SafeHtmlPipe, typeof i75.CommentQuestionComponent, typeof i76.SignaturePadQuestionComponent, typeof i77.ErrorsComponent, typeof i78.MultipleTextComponent, typeof i79.MultipleTextItemComponent, typeof i80.DynamicComponentDirective, typeof i81.RankingQuestionComponent, typeof i82.RankingItemComponent, typeof i83.PanelDynamicQuestionComponent, typeof i84.EmbeddedViewContentComponent, typeof i85.CustomWidgetComponent, typeof i86.MatrixCellComponent, typeof i87.MatrixTableComponent, typeof i88.MatrixDropdownComponent, typeof i89.MatrixDynamicComponent, typeof i90.MatrixDetailButtonComponent, typeof i91.MatrixDynamicRemoveButtonComponent, typeof i92.MatrixDynamicDragDropIconComponent, typeof i93.MatrixRequiredHeader, typeof i94.ExpressionComponent, typeof i73.SafeResourceUrlPipe, typeof i96.CustomQuestionComponent, typeof i97.CompositeQuestionComponent, typeof i99.ButtonGroupQuestionComponent, typeof i101.ModalComponent, typeof i102.LogoImageComponent, typeof i103.SkeletonComponent, typeof i104.TimerPanelComponent, typeof i105.PaneldynamicRemoveButtonComponent, typeof i106.NotifierComponent, typeof i107.ComponentsContainerComponent, typeof i108.MultipleTextRowComponent, typeof i109.LoadingIndicatorComponent, typeof i110.HeaderComponent, typeof i111.HeaderCellComponent, typeof i112.HeaderMobileComponent, typeof i114.FilePreviewComponent]>;
|
|
120
121
|
static ɵinj: i0.ɵɵInjectorDeclaration<SurveyModule>;
|
|
121
122
|
}
|
|
@@ -1099,6 +1099,65 @@
|
|
|
1099
1099
|
type: i0.Input
|
|
1100
1100
|
}] } });
|
|
1101
1101
|
|
|
1102
|
+
var ErrorsComponent = /** @class */ (function () {
|
|
1103
|
+
function ErrorsComponent() {
|
|
1104
|
+
}
|
|
1105
|
+
Object.defineProperty(ErrorsComponent.prototype, "role", {
|
|
1106
|
+
get: function () {
|
|
1107
|
+
return "alert";
|
|
1108
|
+
},
|
|
1109
|
+
enumerable: false,
|
|
1110
|
+
configurable: true
|
|
1111
|
+
});
|
|
1112
|
+
Object.defineProperty(ErrorsComponent.prototype, "id", {
|
|
1113
|
+
get: function () {
|
|
1114
|
+
return this.element.id + "_errors";
|
|
1115
|
+
},
|
|
1116
|
+
enumerable: false,
|
|
1117
|
+
configurable: true
|
|
1118
|
+
});
|
|
1119
|
+
Object.defineProperty(ErrorsComponent.prototype, "ariaLive", {
|
|
1120
|
+
get: function () {
|
|
1121
|
+
return "polite";
|
|
1122
|
+
},
|
|
1123
|
+
enumerable: false,
|
|
1124
|
+
configurable: true
|
|
1125
|
+
});
|
|
1126
|
+
Object.defineProperty(ErrorsComponent.prototype, "class", {
|
|
1127
|
+
get: function () {
|
|
1128
|
+
return this.element.cssError;
|
|
1129
|
+
},
|
|
1130
|
+
enumerable: false,
|
|
1131
|
+
configurable: true
|
|
1132
|
+
});
|
|
1133
|
+
return ErrorsComponent;
|
|
1134
|
+
}());
|
|
1135
|
+
ErrorsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ErrorsComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1136
|
+
ErrorsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: ErrorsComponent, selector: "'[sv-ng-errors]'", inputs: { element: "element", location: "location" }, host: { properties: { "attr.role": "this.role", "id": "this.id", "attr.aria-live": "this.ariaLive", "class": "this.class" } }, ngImport: i0__namespace, template: "<div *ngFor=\"let error of element.errors;\">\n <span\n [class]=\"element.cssClasses ? element.cssClasses.error.icon : 'panel-error-icon'\"\n aria-hidden=\"true\"\n ></span>\n <span [class]=\"element.cssClasses ? element.cssClasses.error.item : 'panel-error-item'\" [model]=\"error.locText\" sv-ng-string>\n </span>\n</div>", components: [{ type: SurveyStringComponent, selector: "sv-ng-string, '[sv-ng-string]'", inputs: ["model"] }], directives: [{ type: i2__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
|
|
1137
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ErrorsComponent, decorators: [{
|
|
1138
|
+
type: i0.Component,
|
|
1139
|
+
args: [{
|
|
1140
|
+
templateUrl: "./errors.component.html",
|
|
1141
|
+
selector: "'[sv-ng-errors]'"
|
|
1142
|
+
}]
|
|
1143
|
+
}], ctorParameters: function () { return []; }, propDecorators: { element: [{
|
|
1144
|
+
type: i0.Input
|
|
1145
|
+
}], location: [{
|
|
1146
|
+
type: i0.Input
|
|
1147
|
+
}], role: [{
|
|
1148
|
+
type: i0.HostBinding,
|
|
1149
|
+
args: ["attr.role"]
|
|
1150
|
+
}], id: [{
|
|
1151
|
+
type: i0.HostBinding,
|
|
1152
|
+
args: ["id"]
|
|
1153
|
+
}], ariaLive: [{
|
|
1154
|
+
type: i0.HostBinding,
|
|
1155
|
+
args: ["attr.aria-live"]
|
|
1156
|
+
}], class: [{
|
|
1157
|
+
type: i0.HostBinding,
|
|
1158
|
+
args: ["class"]
|
|
1159
|
+
}] } });
|
|
1160
|
+
|
|
1102
1161
|
var ElementComponent = /** @class */ (function (_super) {
|
|
1103
1162
|
__extends(ElementComponent, _super);
|
|
1104
1163
|
function ElementComponent() {
|
|
@@ -1255,7 +1314,7 @@
|
|
|
1255
1314
|
return PageComponent;
|
|
1256
1315
|
}(BaseAngular));
|
|
1257
1316
|
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 });
|
|
1258
|
-
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 <ng-container *ngFor=\"let row of model.rows\">\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: 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"] }] });
|
|
1317
|
+
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.rows\">\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"] }] });
|
|
1259
1318
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PageComponent, decorators: [{
|
|
1260
1319
|
type: i0.Component,
|
|
1261
1320
|
args: [{
|
|
@@ -1593,65 +1652,6 @@
|
|
|
1593
1652
|
return question.getComponentName();
|
|
1594
1653
|
}
|
|
1595
1654
|
|
|
1596
|
-
var ErrorsComponent = /** @class */ (function () {
|
|
1597
|
-
function ErrorsComponent() {
|
|
1598
|
-
}
|
|
1599
|
-
Object.defineProperty(ErrorsComponent.prototype, "role", {
|
|
1600
|
-
get: function () {
|
|
1601
|
-
return "alert";
|
|
1602
|
-
},
|
|
1603
|
-
enumerable: false,
|
|
1604
|
-
configurable: true
|
|
1605
|
-
});
|
|
1606
|
-
Object.defineProperty(ErrorsComponent.prototype, "id", {
|
|
1607
|
-
get: function () {
|
|
1608
|
-
return this.element.id + "_errors";
|
|
1609
|
-
},
|
|
1610
|
-
enumerable: false,
|
|
1611
|
-
configurable: true
|
|
1612
|
-
});
|
|
1613
|
-
Object.defineProperty(ErrorsComponent.prototype, "ariaLive", {
|
|
1614
|
-
get: function () {
|
|
1615
|
-
return "polite";
|
|
1616
|
-
},
|
|
1617
|
-
enumerable: false,
|
|
1618
|
-
configurable: true
|
|
1619
|
-
});
|
|
1620
|
-
Object.defineProperty(ErrorsComponent.prototype, "class", {
|
|
1621
|
-
get: function () {
|
|
1622
|
-
return this.element.cssError;
|
|
1623
|
-
},
|
|
1624
|
-
enumerable: false,
|
|
1625
|
-
configurable: true
|
|
1626
|
-
});
|
|
1627
|
-
return ErrorsComponent;
|
|
1628
|
-
}());
|
|
1629
|
-
ErrorsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ErrorsComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1630
|
-
ErrorsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: ErrorsComponent, selector: "'[sv-ng-errors]'", inputs: { element: "element", location: "location" }, host: { properties: { "attr.role": "this.role", "id": "this.id", "attr.aria-live": "this.ariaLive", "class": "this.class" } }, ngImport: i0__namespace, template: "<div *ngFor=\"let error of element.errors;\">\n <span\n [class]=\"element.cssClasses ? element.cssClasses.error.icon : 'panel-error-icon'\"\n aria-hidden=\"true\"\n ></span>\n <span [class]=\"element.cssClasses ? element.cssClasses.error.item : 'panel-error-item'\" [model]=\"error.locText\" sv-ng-string>\n </span>\n</div>", components: [{ type: SurveyStringComponent, selector: "sv-ng-string, '[sv-ng-string]'", inputs: ["model"] }], directives: [{ type: i2__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
|
|
1631
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ErrorsComponent, decorators: [{
|
|
1632
|
-
type: i0.Component,
|
|
1633
|
-
args: [{
|
|
1634
|
-
templateUrl: "./errors.component.html",
|
|
1635
|
-
selector: "'[sv-ng-errors]'"
|
|
1636
|
-
}]
|
|
1637
|
-
}], ctorParameters: function () { return []; }, propDecorators: { element: [{
|
|
1638
|
-
type: i0.Input
|
|
1639
|
-
}], location: [{
|
|
1640
|
-
type: i0.Input
|
|
1641
|
-
}], role: [{
|
|
1642
|
-
type: i0.HostBinding,
|
|
1643
|
-
args: ["attr.role"]
|
|
1644
|
-
}], id: [{
|
|
1645
|
-
type: i0.HostBinding,
|
|
1646
|
-
args: ["id"]
|
|
1647
|
-
}], ariaLive: [{
|
|
1648
|
-
type: i0.HostBinding,
|
|
1649
|
-
args: ["attr.aria-live"]
|
|
1650
|
-
}], class: [{
|
|
1651
|
-
type: i0.HostBinding,
|
|
1652
|
-
args: ["class"]
|
|
1653
|
-
}] } });
|
|
1654
|
-
|
|
1655
1655
|
var ElementHeaderComponent = /** @class */ (function () {
|
|
1656
1656
|
function ElementHeaderComponent() {
|
|
1657
1657
|
}
|
|
@@ -1702,7 +1702,7 @@
|
|
|
1702
1702
|
return SurveyCommentComponent;
|
|
1703
1703
|
}());
|
|
1704
1704
|
SurveyCommentComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SurveyCommentComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1705
|
-
SurveyCommentComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: SurveyCommentComponent, selector: "sv-ng-comment, '[sv-ng-comment]'", inputs: { question: "question" }, ngImport: i0__namespace, template: "<textarea *ngIf=\"!question.isReadOnlyRenderDiv()\" [id]=\"question.commentId\" [attr.maxlength]=\"question.getOthersMaxLength()\" [attr.aria-required]=\"question.ariaRequired || question.a11y_input_ariaRequired\" [attr.aria-label]=\"question.ariaLabel || question.a11y_input_ariaLabel\" [attr.placeholder]=\"question.renderedCommentPlaceholder\" \n [value]=\"comment\"\n [style.resize]=\"question.resizeStyle\"\n [disabled]=\"question.isInputReadOnly\"\n (change)=\"question.onCommentChange($event)\"\n (input)=\"question.onCommentInput($event)\"\n
|
|
1705
|
+
SurveyCommentComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: SurveyCommentComponent, selector: "sv-ng-comment, '[sv-ng-comment]'", inputs: { question: "question" }, ngImport: i0__namespace, template: "<textarea *ngIf=\"!question.isReadOnlyRenderDiv()\" [id]=\"question.commentId\" [attr.maxlength]=\"question.getOthersMaxLength()\" [attr.aria-required]=\"question.ariaRequired || question.a11y_input_ariaRequired\" [attr.aria-label]=\"question.ariaLabel || question.a11y_input_ariaLabel\" [attr.placeholder]=\"question.renderedCommentPlaceholder\" \n [value]=\"comment\"\n [style.resize]=\"question.resizeStyle\"\n [disabled]=\"question.isInputReadOnly\"\n (change)=\"question.onCommentChange($event)\"\n (input)=\"question.onCommentInput($event)\"\n [class]=\"question.cssClasses.other\">\n</textarea>\n<div *ngIf=\"question.isReadOnlyRenderDiv()\">{{ question.comment }}</div>\n", directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
1706
1706
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SurveyCommentComponent, decorators: [{
|
|
1707
1707
|
type: i0.Component,
|
|
1708
1708
|
args: [{
|
|
@@ -2133,9 +2133,6 @@
|
|
|
2133
2133
|
SurveyCommentOtherComponent.prototype.onOtherValueInput = function (event) {
|
|
2134
2134
|
this.question.onOtherValueInput(event);
|
|
2135
2135
|
};
|
|
2136
|
-
SurveyCommentOtherComponent.prototype.onCompositionUpdateOtherValue = function (event) {
|
|
2137
|
-
this.question.onCompositionUpdateOtherValue(event);
|
|
2138
|
-
};
|
|
2139
2136
|
Object.defineProperty(SurveyCommentOtherComponent.prototype, "otherId", {
|
|
2140
2137
|
get: function () {
|
|
2141
2138
|
return this.question.otherId;
|
|
@@ -2153,7 +2150,7 @@
|
|
|
2153
2150
|
return SurveyCommentOtherComponent;
|
|
2154
2151
|
}());
|
|
2155
2152
|
SurveyCommentOtherComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SurveyCommentOtherComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
2156
|
-
SurveyCommentOtherComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: SurveyCommentOtherComponent, selector: "sv-ng-comment-other, '[sv-ng-comment-other]'", inputs: { question: "question" }, ngImport: i0__namespace, template: "<textarea *ngIf=\"!question.isReadOnlyRenderDiv()\" [id]=\"otherId\" [attr.maxlength]=\"question.getOthersMaxLength()\" [attr.aria-required]=\"question.ariaRequired || question.a11y_input_ariaRequired\" [attr.aria-label]=\"question.ariaLabel || question.a11y_input_ariaLabel\" [attr.placeholder]=\"otherPlaceholder\" \n [value]=\"otherValue\"\n [style.resize]=\"question.resizeStyle\"\n [disabled]=\"question.isInputReadOnly\"\n (change)=\"onOtherValueChange($event)\"\n (input)=\"onOtherValueInput($event)\"\n
|
|
2153
|
+
SurveyCommentOtherComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: SurveyCommentOtherComponent, selector: "sv-ng-comment-other, '[sv-ng-comment-other]'", inputs: { question: "question" }, ngImport: i0__namespace, template: "<textarea *ngIf=\"!question.isReadOnlyRenderDiv()\" [id]=\"otherId\" [attr.maxlength]=\"question.getOthersMaxLength()\" [attr.aria-required]=\"question.ariaRequired || question.a11y_input_ariaRequired\" [attr.aria-label]=\"question.ariaLabel || question.a11y_input_ariaLabel\" [attr.placeholder]=\"otherPlaceholder\" \n [value]=\"otherValue\"\n [style.resize]=\"question.resizeStyle\"\n [disabled]=\"question.isInputReadOnly\"\n (change)=\"onOtherValueChange($event)\"\n (input)=\"onOtherValueInput($event)\"\n [class]=\"question.cssClasses.other\">\n</textarea>\n<div *ngIf=\"question.isReadOnlyRenderDiv()\">{{ otherValue }}</div>\n", directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
2157
2154
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SurveyCommentOtherComponent, decorators: [{
|
|
2158
2155
|
type: i0.Component,
|
|
2159
2156
|
args: [{
|
|
@@ -3183,6 +3180,32 @@
|
|
|
3183
3180
|
}] } });
|
|
3184
3181
|
AngularComponentFactory.Instance.registerComponent("sv-rating-item-smiley", RatingItemSmileyComponent);
|
|
3185
3182
|
|
|
3183
|
+
var RatingDropdownItemComponent = /** @class */ (function (_super) {
|
|
3184
|
+
__extends(RatingDropdownItemComponent, _super);
|
|
3185
|
+
function RatingDropdownItemComponent() {
|
|
3186
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
3187
|
+
}
|
|
3188
|
+
RatingDropdownItemComponent.prototype.getModel = function () {
|
|
3189
|
+
return this.model;
|
|
3190
|
+
};
|
|
3191
|
+
return RatingDropdownItemComponent;
|
|
3192
|
+
}(BaseAngular));
|
|
3193
|
+
RatingDropdownItemComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: RatingDropdownItemComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
3194
|
+
RatingDropdownItemComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: RatingDropdownItemComponent, selector: "sv-ng-rating-dropdown-item, '[sv-ng-rating-dropdown-item]'", inputs: { element: "element", model: "model" }, usesInheritance: true, ngImport: i0__namespace, template: "<ng-template #template>\n <div class=\"sd-rating-dropdown-item\">\n <span class=\"sd-rating-dropdown-item_text\">{{model.title}}</span>\n <ng-container *ngIf=\"!!model.description\">\n <div class=\"sd-rating-dropdown-item_description\">\n <sv-ng-string [model]=\"model.description\"></sv-ng-string>\n </div>\n </ng-container>\n </div>\n</ng-template>", styles: [":host{display:none}\n"], components: [{ type: SurveyStringComponent, selector: "sv-ng-string, '[sv-ng-string]'", inputs: ["model"] }], directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
3195
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: RatingDropdownItemComponent, decorators: [{
|
|
3196
|
+
type: i0.Component,
|
|
3197
|
+
args: [{
|
|
3198
|
+
selector: "sv-ng-rating-dropdown-item, '[sv-ng-rating-dropdown-item]'",
|
|
3199
|
+
templateUrl: "./rating-dropdown-item.component.html",
|
|
3200
|
+
styleUrls: ["../../../hide-host.scss"],
|
|
3201
|
+
}]
|
|
3202
|
+
}], propDecorators: { element: [{
|
|
3203
|
+
type: i0.Input
|
|
3204
|
+
}], model: [{
|
|
3205
|
+
type: i0.Input
|
|
3206
|
+
}] } });
|
|
3207
|
+
AngularComponentFactory.Instance.registerComponent("sv-rating-dropdown-item", RatingDropdownItemComponent);
|
|
3208
|
+
|
|
3186
3209
|
var RatingDropdownComponent = /** @class */ (function () {
|
|
3187
3210
|
function RatingDropdownComponent() {
|
|
3188
3211
|
}
|
|
@@ -3504,7 +3527,7 @@
|
|
|
3504
3527
|
return MatrixQuestionComponent;
|
|
3505
3528
|
}(QuestionAngular));
|
|
3506
3529
|
MatrixQuestionComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MatrixQuestionComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
3507
|
-
MatrixQuestionComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: MatrixQuestionComponent, selector: "sv-ng-matrix-question", usesInheritance: true, ngImport: i0__namespace, template: "<ng-template #template>\n <div [class]=\"model.cssClasses.tableWrapper\" #contentElement>\n <fieldset>\n <legend class=\"sv-hidden\">{{model.locTitle.renderedHtml}}</legend>\n <table [class]=\"model.getTableCss()\">\n <thead *ngIf=\"model.showHeader\">\n <tr>\n <td *ngIf=\"model.hasRows\"></td>\n <th\n *ngFor=\"let column of model.visibleColumns\" [style]=\"{ minWidth: model.columnMinWidth, width: model.columnMinWidth }\" [class]=\"model.cssClasses.headerCell\">\n <ng-template [component]=\"{ name: model.getColumnHeaderWrapperComponentName(column), data: { componentData: model.getColumnHeaderWrapperComponentData(column) } }\">\n <sv-ng-string [model]=\"column.locText\"></sv-ng-string>\n </ng-template>\n </th>\n </tr>\n </thead>\n <tbody>\n <tr *ngFor=\"let row of model.visibleRows; trackBy: trackRowByFn \" [class]=\"row.rowClasses || undefined\">\n <td [class]=\"model.cssClasses.rowTextCell\" [style]=\"{ minWidth: model.rowTitleWidth, width: model.rowTitleWidth }\" *ngIf=\"model.hasRows\">\n <ng-template [component]=\"{ name: model.getRowHeaderWrapperComponentName($any(row)), data: { componentData: model.getRowHeaderWrapperComponentData($any(row)) } }\">\n <sv-ng-string [model]=\"row.locText\"></sv-ng-string>\n </ng-template>\n </td>\n <ng-container *ngIf=\"model.hasCellText\">\n <td *ngFor=\"let column of model.visibleColumns\"\n [class]=\"model.getItemClass(row, column)\"\n (click)=\"onChange(row, column)\" [model]=\"model.getCellDisplayLocText(row.name, column)\" sv-ng-string>\n </td>\n </ng-container>\n <ng-container *ngIf=\"!model.hasCellText\">\n <td\n *ngFor=\"let column of model.visibleColumns; index as columnIndex; trackBy: trackColumnByFn\"\n [attr.data-responsive-title]=\"column.locText.renderedHtml\"\n [class]=\"model.cssClasses.cell\">\n <label (mousedown)=\"model.onMouseDown()\" [class]=\"model.getItemClass(row, column)\">\n <input\n type=\"radio\"\n [class]=\"model.cssClasses.itemValue\"\n [name]=\"row.fullName\"\n [value]=\"column.value\"\n [checked]=\"row.value === column.value\"\n [disabled]=\"model.isInputReadOnly\"\n [attr.id]=\"model.inputId + '_' + row.name + '_' + columnIndex\"\n (change)=\"onChange(row, column)\"\n [attr.aria-required]=\"model.
|
|
3530
|
+
MatrixQuestionComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: MatrixQuestionComponent, selector: "sv-ng-matrix-question", usesInheritance: true, ngImport: i0__namespace, template: "<ng-template #template>\n <div [class]=\"model.cssClasses.tableWrapper\" #contentElement>\n <fieldset>\n <legend class=\"sv-hidden\">{{model.locTitle.renderedHtml}}</legend>\n <table [class]=\"model.getTableCss()\">\n <thead *ngIf=\"model.showHeader\">\n <tr>\n <td *ngIf=\"model.hasRows\"></td>\n <th\n *ngFor=\"let column of model.visibleColumns\" [style]=\"{ minWidth: model.columnMinWidth, width: model.columnMinWidth }\" [class]=\"model.cssClasses.headerCell\">\n <ng-template [component]=\"{ name: model.getColumnHeaderWrapperComponentName(column), data: { componentData: model.getColumnHeaderWrapperComponentData(column) } }\">\n <sv-ng-string [model]=\"column.locText\"></sv-ng-string>\n </ng-template>\n </th>\n </tr>\n </thead>\n <tbody>\n <tr *ngFor=\"let row of model.visibleRows; trackBy: trackRowByFn \" [class]=\"row.rowClasses || undefined\">\n <td [class]=\"model.cssClasses.rowTextCell\" [style]=\"{ minWidth: model.rowTitleWidth, width: model.rowTitleWidth }\" *ngIf=\"model.hasRows\">\n <ng-template [component]=\"{ name: model.getRowHeaderWrapperComponentName($any(row)), data: { componentData: model.getRowHeaderWrapperComponentData($any(row)) } }\">\n <sv-ng-string [model]=\"row.locText\"></sv-ng-string>\n </ng-template>\n </td>\n <ng-container *ngIf=\"model.hasCellText\">\n <td *ngFor=\"let column of model.visibleColumns\"\n [class]=\"model.getItemClass(row, column)\"\n (click)=\"onChange(row, column)\" [model]=\"model.getCellDisplayLocText(row.name, column)\" sv-ng-string>\n </td>\n </ng-container>\n <ng-container *ngIf=\"!model.hasCellText\">\n <td\n *ngFor=\"let column of model.visibleColumns; index as columnIndex; trackBy: trackColumnByFn\"\n [attr.data-responsive-title]=\"column.locText.renderedHtml\"\n [class]=\"model.cssClasses.cell\">\n <label (mousedown)=\"model.onMouseDown()\" [class]=\"model.getItemClass(row, column)\">\n <input\n type=\"radio\"\n [class]=\"model.cssClasses.itemValue\"\n [name]=\"row.fullName\"\n [value]=\"column.value\"\n [checked]=\"row.value === column.value\"\n [disabled]=\"model.isInputReadOnly\"\n [attr.id]=\"model.inputId + '_' + row.name + '_' + columnIndex\"\n (change)=\"onChange(row, column)\"\n [attr.aria-required]=\"model.a11y_input_ariaRequired\"\n [attr.aria-label]=\"model.getCellAriaLabel(row.locText.renderedHtml, column.locText.renderedHtml)\"\n [attr.aria-invalid]=\"model.a11y_input_ariaInvalid\"\n [attr.aria-describedby]=\"model.a11y_input_ariaDescribedBy\"\n />\n <span [class]=\"model.cssClasses.materialDecorator\">\n <svg *ngIf=\"model.itemSvgIcon\" [class]=\"model.cssClasses.itemDecorator\">\n <use [attr.xlink:href]=\"model.itemSvgIcon\"></use>\n </svg> \n </span>\n <span [visible]=\"model.isMobile\" [class]=\"model.cssClasses.cellResponsiveTitle\" [model]=\"column.locText\" sv-ng-string></span>\n </label>\n </td>\n </ng-container>\n </tr>\n </tbody>\n </table>\n </fieldset>\n </div>\n</ng-template>", styles: [":host{display:none}\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"] }, { type: DynamicComponentDirective, selector: "[component]", inputs: ["component"] }, { type: VisibleDirective, selector: "[visible]", inputs: ["visible"] }] });
|
|
3508
3531
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MatrixQuestionComponent, decorators: [{
|
|
3509
3532
|
type: i0.Component,
|
|
3510
3533
|
args: [{
|
|
@@ -4651,7 +4674,7 @@
|
|
|
4651
4674
|
TagboxFilterComponent, TagboxComponent, TagboxQuestionComponent, TagboxItemComponent,
|
|
4652
4675
|
ActionBarComponent, ActionComponent, ActionBarItemComponent, ActionBarItemDropdownComponent, HtmlQuestionComponent,
|
|
4653
4676
|
SelectBaseItemComponent, SelectBaseComponent, SurveyCommentComponent, SurveyCommentOtherComponent, ElementHeaderComponent, ElementTitleActionsComponent, ElementTitleComponent, DynamicHeadComponent, RowComponent,
|
|
4654
|
-
RatingQuestionComponent, RatingDropdownComponent, BooleanQuestionComponent, BooleanCheckboxComponent, BooleanRadioComponent, BooleanRadioItemComponent, ImagePickerItemComponent, ImagePickerQuestionComponent, ImageQuestionComponent,
|
|
4677
|
+
RatingQuestionComponent, RatingDropdownItemComponent, RatingDropdownComponent, BooleanQuestionComponent, BooleanCheckboxComponent, BooleanRadioComponent, BooleanRadioItemComponent, ImagePickerItemComponent, ImagePickerQuestionComponent, ImageQuestionComponent,
|
|
4655
4678
|
SurveyHeaderComponent, ProgressDefaultComponent, ProgressButtonsComponent, ProgressTocComponent, SurveyNavigationButton, MatrixQuestionComponent, SvgIconComponent, FileQuestionComponent, SafeUrlPipe, SafeHtmlPipe, CommentQuestionComponent, SignaturePadQuestionComponent, ErrorsComponent,
|
|
4656
4679
|
MultipleTextComponent, MultipleTextItemComponent, DynamicComponentDirective, RankingQuestionComponent, RankingItemComponent, PanelDynamicQuestionComponent, EmbeddedViewContentComponent, CustomWidgetComponent, MatrixCellComponent, MatrixTableComponent, MatrixDropdownComponent,
|
|
4657
4680
|
MatrixDynamicComponent, MatrixDetailButtonComponent, MatrixDynamicRemoveButtonComponent, MatrixDynamicDragDropIconComponent, MatrixRequiredHeader, ExpressionComponent, SafeResourceUrlPipe, BrandInfoComponent,
|
|
@@ -4666,7 +4689,7 @@
|
|
|
4666
4689
|
TagboxFilterComponent, TagboxComponent, TagboxQuestionComponent, TagboxItemComponent,
|
|
4667
4690
|
ActionBarComponent, ActionComponent, ActionBarItemComponent, ActionBarItemDropdownComponent, HtmlQuestionComponent,
|
|
4668
4691
|
SelectBaseItemComponent, SelectBaseComponent, SurveyCommentComponent, SurveyCommentOtherComponent, ElementHeaderComponent, ElementTitleComponent, DynamicHeadComponent, RowComponent,
|
|
4669
|
-
RatingQuestionComponent, RatingDropdownComponent, BooleanQuestionComponent, BooleanCheckboxComponent, BooleanRadioComponent, BooleanRadioItemComponent, ImagePickerItemComponent, ImagePickerQuestionComponent, ImageQuestionComponent,
|
|
4692
|
+
RatingQuestionComponent, RatingDropdownItemComponent, RatingDropdownComponent, BooleanQuestionComponent, BooleanCheckboxComponent, BooleanRadioComponent, BooleanRadioItemComponent, ImagePickerItemComponent, ImagePickerQuestionComponent, ImageQuestionComponent,
|
|
4670
4693
|
SurveyHeaderComponent, ProgressDefaultComponent, ProgressButtonsComponent, SurveyNavigationButton, MatrixQuestionComponent, SvgIconComponent, FileQuestionComponent, SafeUrlPipe, SafeHtmlPipe, CommentQuestionComponent, SignaturePadQuestionComponent, ErrorsComponent,
|
|
4671
4694
|
MultipleTextComponent, MultipleTextItemComponent, DynamicComponentDirective, RankingQuestionComponent, RankingItemComponent, PanelDynamicQuestionComponent, EmbeddedViewContentComponent, CustomWidgetComponent, MatrixCellComponent, MatrixTableComponent, MatrixDropdownComponent,
|
|
4672
4695
|
MatrixDynamicComponent, MatrixDetailButtonComponent, MatrixDynamicRemoveButtonComponent, MatrixDynamicDragDropIconComponent, MatrixRequiredHeader, ExpressionComponent, SafeResourceUrlPipe,
|
|
@@ -4688,7 +4711,7 @@
|
|
|
4688
4711
|
TagboxFilterComponent, TagboxComponent, TagboxQuestionComponent, TagboxItemComponent,
|
|
4689
4712
|
ActionBarComponent, ActionComponent, ActionBarItemComponent, ActionBarItemDropdownComponent, HtmlQuestionComponent,
|
|
4690
4713
|
SelectBaseItemComponent, SelectBaseComponent, SurveyCommentComponent, SurveyCommentOtherComponent, ElementHeaderComponent, ElementTitleActionsComponent, ElementTitleComponent, DynamicHeadComponent, RowComponent,
|
|
4691
|
-
RatingQuestionComponent, RatingDropdownComponent, BooleanQuestionComponent, BooleanCheckboxComponent, BooleanRadioComponent, BooleanRadioItemComponent, ImagePickerItemComponent, ImagePickerQuestionComponent, ImageQuestionComponent,
|
|
4714
|
+
RatingQuestionComponent, RatingDropdownItemComponent, RatingDropdownComponent, BooleanQuestionComponent, BooleanCheckboxComponent, BooleanRadioComponent, BooleanRadioItemComponent, ImagePickerItemComponent, ImagePickerQuestionComponent, ImageQuestionComponent,
|
|
4692
4715
|
SurveyHeaderComponent, ProgressDefaultComponent, ProgressButtonsComponent, ProgressTocComponent, SurveyNavigationButton, MatrixQuestionComponent, SvgIconComponent, FileQuestionComponent, SafeUrlPipe, SafeHtmlPipe, CommentQuestionComponent, SignaturePadQuestionComponent, ErrorsComponent,
|
|
4693
4716
|
MultipleTextComponent, MultipleTextItemComponent, DynamicComponentDirective, RankingQuestionComponent, RankingItemComponent, PanelDynamicQuestionComponent, EmbeddedViewContentComponent, CustomWidgetComponent, MatrixCellComponent, MatrixTableComponent, MatrixDropdownComponent,
|
|
4694
4717
|
MatrixDynamicComponent, MatrixDetailButtonComponent, MatrixDynamicRemoveButtonComponent, MatrixDynamicDragDropIconComponent, MatrixRequiredHeader, ExpressionComponent, SafeResourceUrlPipe, BrandInfoComponent,
|
|
@@ -4709,7 +4732,7 @@
|
|
|
4709
4732
|
TagboxFilterComponent, TagboxComponent, TagboxQuestionComponent, TagboxItemComponent,
|
|
4710
4733
|
ActionBarComponent, ActionComponent, ActionBarItemComponent, ActionBarItemDropdownComponent, HtmlQuestionComponent,
|
|
4711
4734
|
SelectBaseItemComponent, SelectBaseComponent, SurveyCommentComponent, SurveyCommentOtherComponent, ElementHeaderComponent, ElementTitleComponent, DynamicHeadComponent, RowComponent,
|
|
4712
|
-
RatingQuestionComponent, RatingDropdownComponent, BooleanQuestionComponent, BooleanCheckboxComponent, BooleanRadioComponent, BooleanRadioItemComponent, ImagePickerItemComponent, ImagePickerQuestionComponent, ImageQuestionComponent,
|
|
4735
|
+
RatingQuestionComponent, RatingDropdownItemComponent, RatingDropdownComponent, BooleanQuestionComponent, BooleanCheckboxComponent, BooleanRadioComponent, BooleanRadioItemComponent, ImagePickerItemComponent, ImagePickerQuestionComponent, ImageQuestionComponent,
|
|
4713
4736
|
SurveyHeaderComponent, ProgressDefaultComponent, ProgressButtonsComponent, SurveyNavigationButton, MatrixQuestionComponent, SvgIconComponent, FileQuestionComponent, SafeUrlPipe, SafeHtmlPipe, CommentQuestionComponent, SignaturePadQuestionComponent, ErrorsComponent,
|
|
4714
4737
|
MultipleTextComponent, MultipleTextItemComponent, DynamicComponentDirective, RankingQuestionComponent, RankingItemComponent, PanelDynamicQuestionComponent, EmbeddedViewContentComponent, CustomWidgetComponent, MatrixCellComponent, MatrixTableComponent, MatrixDropdownComponent,
|
|
4715
4738
|
MatrixDynamicComponent, MatrixDetailButtonComponent, MatrixDynamicRemoveButtonComponent, MatrixDynamicDragDropIconComponent, MatrixRequiredHeader, ExpressionComponent, SafeResourceUrlPipe,
|
|
@@ -4809,6 +4832,7 @@
|
|
|
4809
4832
|
exports.RankingItemComponent = RankingItemComponent;
|
|
4810
4833
|
exports.RankingQuestionComponent = RankingQuestionComponent;
|
|
4811
4834
|
exports.RatingDropdownComponent = RatingDropdownComponent;
|
|
4835
|
+
exports.RatingDropdownItemComponent = RatingDropdownItemComponent;
|
|
4812
4836
|
exports.RatingItemComponent = RatingItemComponent;
|
|
4813
4837
|
exports.RatingItemSmileyComponent = RatingItemSmileyComponent;
|
|
4814
4838
|
exports.RatingItemStarComponent = RatingItemStarComponent;
|