survey-angular-ui 2.5.9 → 2.5.11
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 +104 -103
- package/bundles/survey-angular-ui.umd.js +35 -4
- package/bundles/survey-angular-ui.umd.js.map +1 -1
- package/components/popup/popup-close-button.component.d.ts +10 -0
- package/esm2015/angular-ui.js +2 -1
- package/esm2015/angular-ui.module.js +6 -5
- package/esm2015/components/popup/popup-close-button.component.js +26 -0
- package/fesm2015/survey-angular-ui.js +26 -5
- package/fesm2015/survey-angular-ui.js.map +1 -1
- package/package.json +2 -2
package/angular-ui.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ export * from "./components/text-area/text-area.component";
|
|
|
8
8
|
export * from "./components/popup/popup-pointer.component";
|
|
9
9
|
export * from "./components/popup/popup.component";
|
|
10
10
|
export * from "./components/popup/popup-container.component";
|
|
11
|
+
export * from "./components/popup/popup-close-button.component";
|
|
11
12
|
export * from "./components/skeleton.component";
|
|
12
13
|
export * from "./components/scroll/scroll.component";
|
|
13
14
|
export * from "./components/dropdown/dropdown.component";
|
package/angular-ui.module.d.ts
CHANGED
|
@@ -31,110 +31,111 @@ import * as i29 from "./components/renderAs/dropdown-select/dropdown-option-item
|
|
|
31
31
|
import * as i30 from "./components/popup/popup.component";
|
|
32
32
|
import * as i31 from "./components/popup/popup-container.component";
|
|
33
33
|
import * as i32 from "./components/popup/popup-pointer.component";
|
|
34
|
-
import * as i33 from "./components/
|
|
35
|
-
import * as i34 from "./components/
|
|
36
|
-
import * as i35 from "./components/list/list
|
|
37
|
-
import * as i36 from "./components/list/list-item
|
|
38
|
-
import * as i37 from "./components/list/list-item-
|
|
39
|
-
import * as i38 from "./components/
|
|
40
|
-
import * as i39 from "./components/rating/rating-item
|
|
41
|
-
import * as i40 from "./components/rating/rating-item-
|
|
42
|
-
import * as i41 from "./components/
|
|
43
|
-
import * as i42 from "./components/tagbox/tagbox.component";
|
|
44
|
-
import * as i43 from "./
|
|
45
|
-
import * as i44 from "./
|
|
46
|
-
import * as i45 from "./components/
|
|
47
|
-
import * as i46 from "./components/action-bar/action.component";
|
|
48
|
-
import * as i47 from "./components/action-bar/action
|
|
49
|
-
import * as i48 from "./components/action-bar/action-bar-item
|
|
50
|
-
import * as i49 from "./
|
|
51
|
-
import * as i50 from "./questions/
|
|
52
|
-
import * as i51 from "./questions/selectbase
|
|
53
|
-
import * as i52 from "./
|
|
54
|
-
import * as i53 from "./comment
|
|
55
|
-
import * as i54 from "./
|
|
56
|
-
import * as i55 from "./components/element-
|
|
57
|
-
import * as i56 from "./components/element-title/
|
|
58
|
-
import * as i57 from "./components/element-title/
|
|
59
|
-
import * as i58 from "./
|
|
60
|
-
import * as i59 from "./
|
|
61
|
-
import * as i60 from "./questions/
|
|
62
|
-
import * as i61 from "./
|
|
63
|
-
import * as i62 from "./components/
|
|
64
|
-
import * as i63 from "./components/renderAs/rating-dropdown/rating-dropdown.component";
|
|
65
|
-
import * as i64 from "./components/renderAs/
|
|
66
|
-
import * as i65 from "./
|
|
67
|
-
import * as i66 from "./
|
|
68
|
-
import * as i67 from "./components/renderAs/boolean-
|
|
69
|
-
import * as i68 from "./components/renderAs/boolean-radio/boolean-radio
|
|
70
|
-
import * as i69 from "./
|
|
71
|
-
import * as i70 from "./questions/imagepicker.component";
|
|
72
|
-
import * as i71 from "./questions/
|
|
73
|
-
import * as i72 from "./
|
|
74
|
-
import * as i73 from "./components/
|
|
75
|
-
import * as i74 from "./components/progress/
|
|
76
|
-
import * as i75 from "./components/progress/
|
|
77
|
-
import * as i76 from "./components/
|
|
78
|
-
import * as i77 from "./
|
|
79
|
-
import * as i78 from "./
|
|
80
|
-
import * as i79 from "./
|
|
81
|
-
import * as i80 from "./
|
|
82
|
-
import * as i81 from "./utils/safe-
|
|
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/
|
|
88
|
-
import * as i87 from "./
|
|
89
|
-
import * as i88 from "./
|
|
90
|
-
import * as i89 from "./questions/ranking
|
|
91
|
-
import * as i90 from "./questions/ranking-item
|
|
92
|
-
import * as i91 from "./questions/
|
|
93
|
-
import * as i92 from "./
|
|
94
|
-
import * as i93 from "./
|
|
95
|
-
import * as i94 from "./questions/
|
|
96
|
-
import * as i95 from "./questions/
|
|
97
|
-
import * as i96 from "./questions/
|
|
98
|
-
import * as i97 from "./questions/
|
|
99
|
-
import * as i98 from "./questions/
|
|
100
|
-
import * as i99 from "./
|
|
101
|
-
import * as i100 from "./components/matrix-actions/
|
|
102
|
-
import * as i101 from "./components/matrix-actions/
|
|
103
|
-
import * as i102 from "./
|
|
104
|
-
import * as i103 from "./questions/
|
|
105
|
-
import * as i104 from "./
|
|
106
|
-
import * as i105 from "./components/
|
|
107
|
-
import * as i106 from "./
|
|
108
|
-
import * as i107 from "./questions/
|
|
109
|
-
import * as i108 from "./questions/
|
|
110
|
-
import * as i109 from "./questions/button-group/button-group.component";
|
|
111
|
-
import * as i110 from "./questions/
|
|
112
|
-
import * as i111 from "./
|
|
113
|
-
import * as i112 from "./components/
|
|
114
|
-
import * as i113 from "./components/
|
|
115
|
-
import * as i114 from "./components/
|
|
116
|
-
import * as i115 from "./components/
|
|
117
|
-
import * as i116 from "./components/
|
|
118
|
-
import * as i117 from "./components
|
|
119
|
-
import * as i118 from "./
|
|
120
|
-
import * as i119 from "./
|
|
121
|
-
import * as i120 from "./components/
|
|
122
|
-
import * as i121 from "./components/header/header
|
|
123
|
-
import * as i122 from "./components/header/header-
|
|
124
|
-
import * as i123 from "./components/
|
|
125
|
-
import * as i124 from "./components/file/file
|
|
126
|
-
import * as i125 from "./
|
|
127
|
-
import * as i126 from "./
|
|
128
|
-
import * as i127 from "./components/file/file-
|
|
129
|
-
import * as i128 from "./components/
|
|
130
|
-
import * as i129 from "./components/
|
|
131
|
-
import * as i130 from "./components/
|
|
132
|
-
import * as i131 from "./components/
|
|
133
|
-
import * as i132 from "./
|
|
134
|
-
import * as i133 from "
|
|
135
|
-
import * as i134 from "@angular/
|
|
34
|
+
import * as i33 from "./components/popup/popup-close-button.component";
|
|
35
|
+
import * as i34 from "./components/character-counter/character-counter.component";
|
|
36
|
+
import * as i35 from "./components/list/list.component";
|
|
37
|
+
import * as i36 from "./components/list/list-item.component";
|
|
38
|
+
import * as i37 from "./components/list/list-item-content.component";
|
|
39
|
+
import * as i38 from "./components/list/list-item-group.component";
|
|
40
|
+
import * as i39 from "./components/rating/rating-item.component";
|
|
41
|
+
import * as i40 from "./components/rating/rating-item-star.component";
|
|
42
|
+
import * as i41 from "./components/rating/rating-item-smiley.component";
|
|
43
|
+
import * as i42 from "./components/tagbox/tagbox-filter.component";
|
|
44
|
+
import * as i43 from "./components/tagbox/tagbox.component";
|
|
45
|
+
import * as i44 from "./questions/tagbox.component";
|
|
46
|
+
import * as i45 from "./components/tagbox/tagbox-item.component";
|
|
47
|
+
import * as i46 from "./components/action-bar/action-bar.component";
|
|
48
|
+
import * as i47 from "./components/action-bar/action.component";
|
|
49
|
+
import * as i48 from "./components/action-bar/action-bar-item.component";
|
|
50
|
+
import * as i49 from "./components/action-bar/action-bar-item-dropdown.component";
|
|
51
|
+
import * as i50 from "./questions/html.component";
|
|
52
|
+
import * as i51 from "./questions/selectbase-item";
|
|
53
|
+
import * as i52 from "./questions/selectbase.component";
|
|
54
|
+
import * as i53 from "./comment.component";
|
|
55
|
+
import * as i54 from "./comment-choice.component";
|
|
56
|
+
import * as i55 from "./components/element-header/element-header.component";
|
|
57
|
+
import * as i56 from "./components/element-title/title-actions.component";
|
|
58
|
+
import * as i57 from "./components/element-title/element-title.component";
|
|
59
|
+
import * as i58 from "./components/element-title/dynamic-head.component";
|
|
60
|
+
import * as i59 from "./row.component";
|
|
61
|
+
import * as i60 from "./questions/rating.component";
|
|
62
|
+
import * as i61 from "./questions/slider.component";
|
|
63
|
+
import * as i62 from "./components/slider/slider-label-item.component";
|
|
64
|
+
import * as i63 from "./components/renderAs/rating-dropdown/rating-dropdown-item.component";
|
|
65
|
+
import * as i64 from "./components/renderAs/rating-dropdown/rating-dropdown.component";
|
|
66
|
+
import * as i65 from "./components/renderAs/buttongroup-dropdown/button-group-dropdown.component";
|
|
67
|
+
import * as i66 from "./questions/boolean.component";
|
|
68
|
+
import * as i67 from "./components/renderAs/boolean-checkbox/boolean-checkbox.component";
|
|
69
|
+
import * as i68 from "./components/renderAs/boolean-radio/boolean-radio.component";
|
|
70
|
+
import * as i69 from "./components/renderAs/boolean-radio/boolean-radio-item.component";
|
|
71
|
+
import * as i70 from "./questions/imagepicker-item.component";
|
|
72
|
+
import * as i71 from "./questions/imagepicker.component";
|
|
73
|
+
import * as i72 from "./questions/image.component";
|
|
74
|
+
import * as i73 from "./components/survey-header/survey-header.component";
|
|
75
|
+
import * as i74 from "./components/progress/default/progress.component";
|
|
76
|
+
import * as i75 from "./components/progress/buttons/progress.component";
|
|
77
|
+
import * as i76 from "./components/progress/toc/progress.component";
|
|
78
|
+
import * as i77 from "./components/survey-actions/survey-nav-btn.component";
|
|
79
|
+
import * as i78 from "./questions/matrix.component";
|
|
80
|
+
import * as i79 from "./components/svg-icon/svg-icon.component";
|
|
81
|
+
import * as i80 from "./questions/file.component";
|
|
82
|
+
import * as i81 from "./utils/safe-url.pipe";
|
|
83
|
+
import * as i82 from "./utils/safe-html.pipe";
|
|
84
|
+
import * as i83 from "./questions/comment.component";
|
|
85
|
+
import * as i84 from "./questions/signature.component";
|
|
86
|
+
import * as i85 from "./errors.component";
|
|
87
|
+
import * as i86 from "./questions/multipletext.component";
|
|
88
|
+
import * as i87 from "./questions/multipletextitem.component";
|
|
89
|
+
import * as i88 from "./utils/dynamic.directive";
|
|
90
|
+
import * as i89 from "./questions/ranking.component";
|
|
91
|
+
import * as i90 from "./questions/ranking-item.component";
|
|
92
|
+
import * as i91 from "./questions/ranking-item-content.component";
|
|
93
|
+
import * as i92 from "./questions/paneldynamic.component";
|
|
94
|
+
import * as i93 from "./embedded-view-content.component";
|
|
95
|
+
import * as i94 from "./questions/customwidget.component";
|
|
96
|
+
import * as i95 from "./questions/matrixcell.component";
|
|
97
|
+
import * as i96 from "./questions/matrixdropdowncell.component";
|
|
98
|
+
import * as i97 from "./questions/matrixtable.component";
|
|
99
|
+
import * as i98 from "./questions/matrixdropdown.component";
|
|
100
|
+
import * as i99 from "./questions/matrixdynamic.component";
|
|
101
|
+
import * as i100 from "./components/matrix-actions/detail-button/detail-button.component";
|
|
102
|
+
import * as i101 from "./components/matrix-actions/remove-button/remove-button.component";
|
|
103
|
+
import * as i102 from "./components/matrix-actions/drag-drop-icon/drag-drop-icon";
|
|
104
|
+
import * as i103 from "./questions/matrixrequiredheader.component";
|
|
105
|
+
import * as i104 from "./questions/expression.component";
|
|
106
|
+
import * as i105 from "./components/brand-info/brand-info.component";
|
|
107
|
+
import * as i106 from "./components/question-error/question-error.component";
|
|
108
|
+
import * as i107 from "./questions/custom.component";
|
|
109
|
+
import * as i108 from "./questions/composite.component";
|
|
110
|
+
import * as i109 from "./questions/button-group/button-group-item.component";
|
|
111
|
+
import * as i110 from "./questions/button-group/button-group.component";
|
|
112
|
+
import * as i111 from "./questions/matrix-row.component";
|
|
113
|
+
import * as i112 from "./components/popup/modal-container.component";
|
|
114
|
+
import * as i113 from "./components/survey-header/logo-image.component";
|
|
115
|
+
import * as i114 from "./components/skeleton/skeleton.component";
|
|
116
|
+
import * as i115 from "./components/timer-panel/timer-panel.component";
|
|
117
|
+
import * as i116 from "./components/paneldynamic-actions/paneldynamic-remove-btn.component";
|
|
118
|
+
import * as i117 from "./components/notifier/notifier.component";
|
|
119
|
+
import * as i118 from "./components-container.component";
|
|
120
|
+
import * as i119 from "./questions/multipletextrow.component";
|
|
121
|
+
import * as i120 from "./components/loading-indicator/loading-indicator.component";
|
|
122
|
+
import * as i121 from "./components/header/header.component";
|
|
123
|
+
import * as i122 from "./components/header/header-cell.component";
|
|
124
|
+
import * as i123 from "./components/header/header-mobile.component";
|
|
125
|
+
import * as i124 from "./components/file/choose-file.component";
|
|
126
|
+
import * as i125 from "./components/file/file-preview.component";
|
|
127
|
+
import * as i126 from "./svgbundle.component";
|
|
128
|
+
import * as i127 from "./components/file/file-item.component";
|
|
129
|
+
import * as i128 from "./components/file/file-page.component";
|
|
130
|
+
import * as i129 from "./components/breadcrumbs/breadcrumbs.component";
|
|
131
|
+
import * as i130 from "./components/single-input-summary/single-input-summary.component";
|
|
132
|
+
import * as i131 from "./components/matrixdynamicplaceholder/matrixdynamicplaceholder.component";
|
|
133
|
+
import * as i132 from "./components/paneldynamicplaceholder/paneldynamicplaceholder.component";
|
|
134
|
+
import * as i133 from "./questions/imagemap.component";
|
|
135
|
+
import * as i134 from "@angular/common";
|
|
136
|
+
import * as i135 from "@angular/forms";
|
|
136
137
|
export declare class SurveyModule {
|
|
137
138
|
static ɵfac: i0.ɵɵFactoryDeclaration<SurveyModule, never>;
|
|
138
|
-
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.
|
|
139
|
+
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.PopupCloseButtonComponent, typeof i34.CharacterCounterComponent, typeof i35.ListComponent, typeof i36.ListItemComponent, typeof i37.ListItemContentComponent, typeof i38.ListItemGroupComponent, typeof i39.RatingItemComponent, typeof i40.RatingItemStarComponent, typeof i41.RatingItemSmileyComponent, typeof i42.TagboxFilterComponent, typeof i43.TagboxComponent, typeof i44.TagboxQuestionComponent, typeof i45.TagboxItemComponent, typeof i46.ActionBarComponent, typeof i47.ActionComponent, typeof i48.ActionBarItemComponent, typeof i49.ActionBarItemDropdownComponent, typeof i50.HtmlQuestionComponent, typeof i51.SelectBaseItemComponent, typeof i52.SelectBaseComponent, typeof i53.SurveyCommentComponent, typeof i54.SurveyCommentChoiceComponent, typeof i55.ElementHeaderComponent, typeof i56.ElementTitleActionsComponent, typeof i57.ElementTitleComponent, typeof i58.DynamicHeadComponent, typeof i59.RowComponent, typeof i60.RatingQuestionComponent, typeof i61.SliderQuestionComponent, typeof i62.SliderLabelItemComponent, typeof i63.RatingDropdownItemComponent, typeof i64.RatingDropdownComponent, typeof i65.ButtonGroupDropdownComponent, typeof i66.BooleanQuestionComponent, typeof i67.BooleanCheckboxComponent, typeof i68.BooleanRadioComponent, typeof i69.BooleanRadioItemComponent, typeof i70.ImagePickerItemComponent, typeof i71.ImagePickerQuestionComponent, typeof i72.ImageQuestionComponent, typeof i73.SurveyHeaderComponent, typeof i74.ProgressDefaultComponent, typeof i75.ProgressButtonsComponent, typeof i76.ProgressTocComponent, typeof i77.SurveyNavigationButton, typeof i78.MatrixQuestionComponent, typeof i79.SvgIconComponent, typeof i80.FileQuestionComponent, typeof i81.SafeUrlPipe, typeof i82.SafeHtmlPipe, typeof i83.CommentQuestionComponent, typeof i84.SignaturePadQuestionComponent, typeof i85.ErrorsComponent, typeof i86.MultipleTextComponent, typeof i87.MultipleTextItemComponent, typeof i88.DynamicComponentDirective, typeof i89.RankingQuestionComponent, typeof i90.RankingItemComponent, typeof i91.RankingItemContentComponent, typeof i92.PanelDynamicQuestionComponent, typeof i93.EmbeddedViewContentComponent, typeof i94.CustomWidgetComponent, typeof i95.MatrixCellComponent, typeof i96.MatrixDropdownCellComponent, typeof i97.MatrixTableComponent, typeof i98.MatrixDropdownComponent, typeof i99.MatrixDynamicComponent, typeof i100.MatrixDetailButtonComponent, typeof i101.MatrixDynamicRemoveButtonComponent, typeof i102.MatrixDynamicDragDropIconComponent, typeof i103.MatrixRequiredHeader, typeof i104.ExpressionComponent, typeof i81.SafeResourceUrlPipe, typeof i105.BrandInfoComponent, typeof i106.QuestionErrorComponent, typeof i107.CustomQuestionComponent, typeof i108.CompositeQuestionComponent, typeof i109.ButtonGroupItemComponent, typeof i110.ButtonGroupQuestionComponent, typeof i111.MatrixRowComponent, typeof i112.ModalComponent, typeof i113.LogoImageComponent, typeof i114.SkeletonComponent, typeof i115.TimerPanelComponent, typeof i116.PaneldynamicRemoveButtonComponent, typeof i117.NotifierComponent, typeof i118.ComponentsContainerComponent, typeof i119.MultipleTextRowComponent, typeof i120.LoadingIndicatorComponent, typeof i121.HeaderComponent, typeof i122.HeaderCellComponent, typeof i123.HeaderMobileComponent, typeof i124.ChooseFileBtn, typeof i125.FilePreviewComponent, typeof i126.SvgBundleComponent, typeof i127.FileItemComponent, typeof i128.FilePageComponent, typeof i129.BreadcrumbsComponent, typeof i130.SingleInputSummaryComponent, typeof i131.MatrixDynamicPlaceholderComponent, typeof i132.PanelDynamicPlaceholderComponent, typeof i133.ImageMapQuestionComponent], [typeof i134.CommonModule, typeof i135.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 i34.CharacterCounterComponent, typeof i26.DropdownComponent, typeof i27.DropdownQuestionComponent, typeof i28.DropdownSelectComponent, typeof i29.DropdownOptionItemComponent, typeof i30.PopupComponent, typeof i31.PopupBaseContainerComponent, typeof i32.PopupPointerComponent, typeof i33.PopupCloseButtonComponent, typeof i34.CharacterCounterComponent, typeof i35.ListComponent, typeof i36.ListItemComponent, typeof i37.ListItemContentComponent, typeof i38.ListItemGroupComponent, typeof i39.RatingItemComponent, typeof i40.RatingItemStarComponent, typeof i41.RatingItemSmileyComponent, typeof i42.TagboxFilterComponent, typeof i43.TagboxComponent, typeof i44.TagboxQuestionComponent, typeof i45.TagboxItemComponent, typeof i46.ActionBarComponent, typeof i47.ActionComponent, typeof i48.ActionBarItemComponent, typeof i49.ActionBarItemDropdownComponent, typeof i50.HtmlQuestionComponent, typeof i51.SelectBaseItemComponent, typeof i52.SelectBaseComponent, typeof i53.SurveyCommentComponent, typeof i54.SurveyCommentChoiceComponent, typeof i55.ElementHeaderComponent, typeof i57.ElementTitleComponent, typeof i58.DynamicHeadComponent, typeof i59.RowComponent, typeof i60.RatingQuestionComponent, typeof i61.SliderQuestionComponent, typeof i62.SliderLabelItemComponent, typeof i63.RatingDropdownItemComponent, typeof i64.RatingDropdownComponent, typeof i65.ButtonGroupDropdownComponent, typeof i66.BooleanQuestionComponent, typeof i67.BooleanCheckboxComponent, typeof i68.BooleanRadioComponent, typeof i69.BooleanRadioItemComponent, typeof i70.ImagePickerItemComponent, typeof i71.ImagePickerQuestionComponent, typeof i72.ImageQuestionComponent, typeof i73.SurveyHeaderComponent, typeof i74.ProgressDefaultComponent, typeof i75.ProgressButtonsComponent, typeof i77.SurveyNavigationButton, typeof i78.MatrixQuestionComponent, typeof i79.SvgIconComponent, typeof i80.FileQuestionComponent, typeof i81.SafeUrlPipe, typeof i82.SafeHtmlPipe, typeof i83.CommentQuestionComponent, typeof i84.SignaturePadQuestionComponent, typeof i85.ErrorsComponent, typeof i86.MultipleTextComponent, typeof i87.MultipleTextItemComponent, typeof i88.DynamicComponentDirective, typeof i89.RankingQuestionComponent, typeof i90.RankingItemComponent, typeof i91.RankingItemContentComponent, typeof i92.PanelDynamicQuestionComponent, typeof i93.EmbeddedViewContentComponent, typeof i94.CustomWidgetComponent, typeof i95.MatrixCellComponent, typeof i96.MatrixDropdownCellComponent, typeof i97.MatrixTableComponent, typeof i98.MatrixDropdownComponent, typeof i99.MatrixDynamicComponent, typeof i100.MatrixDetailButtonComponent, typeof i101.MatrixDynamicRemoveButtonComponent, typeof i102.MatrixDynamicDragDropIconComponent, typeof i103.MatrixRequiredHeader, typeof i104.ExpressionComponent, typeof i81.SafeResourceUrlPipe, typeof i107.CustomQuestionComponent, typeof i108.CompositeQuestionComponent, typeof i110.ButtonGroupQuestionComponent, typeof i112.ModalComponent, typeof i113.LogoImageComponent, typeof i114.SkeletonComponent, typeof i115.TimerPanelComponent, typeof i116.PaneldynamicRemoveButtonComponent, typeof i117.NotifierComponent, typeof i118.ComponentsContainerComponent, typeof i119.MultipleTextRowComponent, typeof i120.LoadingIndicatorComponent, typeof i121.HeaderComponent, typeof i122.HeaderCellComponent, typeof i123.HeaderMobileComponent, typeof i125.FilePreviewComponent, typeof i126.SvgBundleComponent, typeof i127.FileItemComponent, typeof i128.FilePageComponent, typeof i129.BreadcrumbsComponent, typeof i130.SingleInputSummaryComponent, typeof i131.MatrixDynamicPlaceholderComponent, typeof i132.PanelDynamicPlaceholderComponent, typeof i133.ImageMapQuestionComponent]>;
|
|
139
140
|
static ɵinj: i0.ɵɵInjectorDeclaration<SurveyModule>;
|
|
140
141
|
}
|
|
@@ -2232,6 +2232,36 @@
|
|
|
2232
2232
|
args: ["containerRef"]
|
|
2233
2233
|
}] } });
|
|
2234
2234
|
|
|
2235
|
+
var PopupCloseButtonComponent = /** @class */ (function (_super) {
|
|
2236
|
+
__extends(PopupCloseButtonComponent, _super);
|
|
2237
|
+
function PopupCloseButtonComponent() {
|
|
2238
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
2239
|
+
}
|
|
2240
|
+
Object.defineProperty(PopupCloseButtonComponent.prototype, "popupModel", {
|
|
2241
|
+
get: function () {
|
|
2242
|
+
return this.model;
|
|
2243
|
+
},
|
|
2244
|
+
enumerable: false,
|
|
2245
|
+
configurable: true
|
|
2246
|
+
});
|
|
2247
|
+
PopupCloseButtonComponent.prototype.getModel = function () {
|
|
2248
|
+
return this.model;
|
|
2249
|
+
};
|
|
2250
|
+
return PopupCloseButtonComponent;
|
|
2251
|
+
}(BaseAngular));
|
|
2252
|
+
PopupCloseButtonComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PopupCloseButtonComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
2253
|
+
PopupCloseButtonComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: PopupCloseButtonComponent, selector: "sv-ng-popup-close-button, '[sv-ng-popup-close-button]'", inputs: { model: "model" }, usesInheritance: true, ngImport: i0__namespace, template: "<button tabindex=\"-1\" class=\"sv-popup__close-button sd-action sd-action--icon\" (click)=\"popupModel.clickClose()\">\n <svg class=\"sv-popup__close-button-icon\" [iconName]=\"'icon-close-24x24'\" [size]=\"'auto'\" sv-ng-svg-icon></svg>\n</button>", components: [{ type: SvgIconComponent, selector: "'[sv-ng-svg-icon]'", inputs: ["size", "width", "height", "iconName", "partCss", "css", "title"] }] });
|
|
2254
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PopupCloseButtonComponent, decorators: [{
|
|
2255
|
+
type: i0.Component,
|
|
2256
|
+
args: [{
|
|
2257
|
+
selector: "sv-ng-popup-close-button, '[sv-ng-popup-close-button]'",
|
|
2258
|
+
templateUrl: "./popup-close-button.component.html"
|
|
2259
|
+
}]
|
|
2260
|
+
}], propDecorators: { model: [{
|
|
2261
|
+
type: i0.Input
|
|
2262
|
+
}] } });
|
|
2263
|
+
AngularComponentFactory.Instance.registerComponent("popup-close-button", PopupCloseButtonComponent);
|
|
2264
|
+
|
|
2235
2265
|
var QuestionSkeletonComponent = /** @class */ (function () {
|
|
2236
2266
|
function QuestionSkeletonComponent() {
|
|
2237
2267
|
}
|
|
@@ -5550,7 +5580,7 @@
|
|
|
5550
5580
|
TextAreaComponent,
|
|
5551
5581
|
QuestionSkeletonComponent, ScrollComponent, TextQuestionComponent, RadiogroupComponent, RadiogroupItemComponent, CheckboxComponent, CheckboxItemComponent,
|
|
5552
5582
|
DropdownComponent, DropdownQuestionComponent, DropdownSelectComponent, DropdownOptionItemComponent,
|
|
5553
|
-
PopupComponent, PopupBaseContainerComponent, PopupPointerComponent,
|
|
5583
|
+
PopupComponent, PopupBaseContainerComponent, PopupPointerComponent, PopupCloseButtonComponent,
|
|
5554
5584
|
CharacterCounterComponent, ListComponent, ListItemComponent, ListItemContentComponent, ListItemGroupComponent, RatingItemComponent, RatingItemStarComponent, RatingItemSmileyComponent,
|
|
5555
5585
|
TagboxFilterComponent, TagboxComponent, TagboxQuestionComponent, TagboxItemComponent,
|
|
5556
5586
|
ActionBarComponent, ActionComponent, ActionBarItemComponent, ActionBarItemDropdownComponent, HtmlQuestionComponent,
|
|
@@ -5568,7 +5598,7 @@
|
|
|
5568
5598
|
QuestionSkeletonComponent, ScrollComponent, TextQuestionComponent, RadiogroupComponent, RadiogroupItemComponent, CheckboxComponent, CheckboxItemComponent,
|
|
5569
5599
|
CharacterCounterComponent,
|
|
5570
5600
|
DropdownComponent, DropdownQuestionComponent, DropdownSelectComponent, DropdownOptionItemComponent,
|
|
5571
|
-
PopupComponent, PopupBaseContainerComponent, PopupPointerComponent,
|
|
5601
|
+
PopupComponent, PopupBaseContainerComponent, PopupPointerComponent, PopupCloseButtonComponent,
|
|
5572
5602
|
CharacterCounterComponent, ListComponent, ListItemComponent, ListItemContentComponent, ListItemGroupComponent, RatingItemComponent, RatingItemStarComponent, RatingItemSmileyComponent,
|
|
5573
5603
|
TagboxFilterComponent, TagboxComponent, TagboxQuestionComponent, TagboxItemComponent,
|
|
5574
5604
|
ActionBarComponent, ActionComponent, ActionBarItemComponent, ActionBarItemDropdownComponent, HtmlQuestionComponent,
|
|
@@ -5593,7 +5623,7 @@
|
|
|
5593
5623
|
TextAreaComponent,
|
|
5594
5624
|
QuestionSkeletonComponent, ScrollComponent, TextQuestionComponent, RadiogroupComponent, RadiogroupItemComponent, CheckboxComponent, CheckboxItemComponent,
|
|
5595
5625
|
DropdownComponent, DropdownQuestionComponent, DropdownSelectComponent, DropdownOptionItemComponent,
|
|
5596
|
-
PopupComponent, PopupBaseContainerComponent, PopupPointerComponent,
|
|
5626
|
+
PopupComponent, PopupBaseContainerComponent, PopupPointerComponent, PopupCloseButtonComponent,
|
|
5597
5627
|
CharacterCounterComponent, ListComponent, ListItemComponent, ListItemContentComponent, ListItemGroupComponent, RatingItemComponent, RatingItemStarComponent, RatingItemSmileyComponent,
|
|
5598
5628
|
TagboxFilterComponent, TagboxComponent, TagboxQuestionComponent, TagboxItemComponent,
|
|
5599
5629
|
ActionBarComponent, ActionComponent, ActionBarItemComponent, ActionBarItemDropdownComponent, HtmlQuestionComponent,
|
|
@@ -5617,7 +5647,7 @@
|
|
|
5617
5647
|
QuestionSkeletonComponent, ScrollComponent, TextQuestionComponent, RadiogroupComponent, RadiogroupItemComponent, CheckboxComponent, CheckboxItemComponent,
|
|
5618
5648
|
CharacterCounterComponent,
|
|
5619
5649
|
DropdownComponent, DropdownQuestionComponent, DropdownSelectComponent, DropdownOptionItemComponent,
|
|
5620
|
-
PopupComponent, PopupBaseContainerComponent, PopupPointerComponent,
|
|
5650
|
+
PopupComponent, PopupBaseContainerComponent, PopupPointerComponent, PopupCloseButtonComponent,
|
|
5621
5651
|
CharacterCounterComponent, ListComponent, ListItemComponent, ListItemContentComponent, ListItemGroupComponent, RatingItemComponent, RatingItemStarComponent, RatingItemSmileyComponent,
|
|
5622
5652
|
TagboxFilterComponent, TagboxComponent, TagboxQuestionComponent, TagboxItemComponent,
|
|
5623
5653
|
ActionBarComponent, ActionComponent, ActionBarItemComponent, ActionBarItemDropdownComponent, HtmlQuestionComponent,
|
|
@@ -5719,6 +5749,7 @@
|
|
|
5719
5749
|
exports.PaneldynamicAction = PaneldynamicAction;
|
|
5720
5750
|
exports.PaneldynamicRemoveButtonComponent = PaneldynamicRemoveButtonComponent;
|
|
5721
5751
|
exports.PopupBaseContainerComponent = PopupBaseContainerComponent;
|
|
5752
|
+
exports.PopupCloseButtonComponent = PopupCloseButtonComponent;
|
|
5722
5753
|
exports.PopupComponent = PopupComponent;
|
|
5723
5754
|
exports.PopupPointerComponent = PopupPointerComponent;
|
|
5724
5755
|
exports.PopupService = PopupService;
|