survey-angular-ui 2.5.13 → 3.0.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/angular-ui.d.ts +0 -7
- package/angular-ui.module.d.ts +128 -135
- package/bundles/survey-angular-ui.umd.js +66 -254
- package/bundles/survey-angular-ui.umd.js.map +1 -1
- package/components/action-bar/action-bar-item.component.d.ts +8 -3
- package/components/paneldynamic-actions/paneldynamic-progress-text.component.d.ts +6 -3
- package/components/progress/buttons/progress.component.d.ts +6 -5
- package/esm2015/angular-ui.js +1 -8
- package/esm2015/angular-ui.module.js +20 -27
- package/esm2015/components/action-bar/action-bar-item.component.js +17 -5
- package/esm2015/components/matrixdynamicplaceholder/matrixdynamicplaceholder.component.js +4 -3
- package/esm2015/components/paneldynamic-actions/paneldynamic-progress-text.component.js +13 -7
- package/esm2015/components/paneldynamicplaceholder/paneldynamicplaceholder.component.js +4 -4
- package/esm2015/components/progress/buttons/progress.component.js +16 -10
- package/esm2015/questions/matrixdynamic.component.js +5 -5
- package/esm2015/questions/paneldynamic.component.js +4 -5
- package/fesm2015/survey-angular-ui.js +57 -185
- package/fesm2015/survey-angular-ui.js.map +1 -1
- package/package.json +2 -2
- package/components/matrix-actions/detail-button/detail-button.component.d.ts +0 -11
- package/components/matrix-actions/remove-button/remove-button.component.d.ts +0 -10
- package/components/paneldynamic-actions/paneldynamic-add-btn.component.d.ts +0 -14
- package/components/paneldynamic-actions/paneldynamic-next-btn.component.d.ts +0 -7
- package/components/paneldynamic-actions/paneldynamic-prev-btn.component.d.ts +0 -7
- package/components/paneldynamic-actions/paneldynamic-remove-btn.component.d.ts +0 -7
- package/components/survey-actions/survey-nav-btn.component.d.ts +0 -10
- package/esm2015/components/matrix-actions/detail-button/detail-button.component.js +0 -28
- package/esm2015/components/matrix-actions/remove-button/remove-button.component.js +0 -28
- package/esm2015/components/paneldynamic-actions/paneldynamic-add-btn.component.js +0 -39
- package/esm2015/components/paneldynamic-actions/paneldynamic-next-btn.component.js +0 -21
- package/esm2015/components/paneldynamic-actions/paneldynamic-prev-btn.component.js +0 -21
- package/esm2015/components/paneldynamic-actions/paneldynamic-remove-btn.component.js +0 -21
- package/esm2015/components/survey-actions/survey-nav-btn.component.js +0 -26
|
@@ -3350,10 +3350,19 @@
|
|
|
3350
3350
|
ActionBarItemComponent.prototype.getModel = function () {
|
|
3351
3351
|
return this.model;
|
|
3352
3352
|
};
|
|
3353
|
+
ActionBarItemComponent.prototype.ngAfterViewInit = function () {
|
|
3354
|
+
var _a, _b;
|
|
3355
|
+
(_a = this.model) === null || _a === void 0 ? void 0 : _a.setInputElement((_b = this.containerRef) === null || _b === void 0 ? void 0 : _b.nativeElement);
|
|
3356
|
+
};
|
|
3357
|
+
ActionBarItemComponent.prototype.ngOnDestroy = function () {
|
|
3358
|
+
var _a;
|
|
3359
|
+
_super.prototype.ngOnDestroy.call(this);
|
|
3360
|
+
(_a = this.model) === null || _a === void 0 ? void 0 : _a.setInputElement(undefined);
|
|
3361
|
+
};
|
|
3353
3362
|
return ActionBarItemComponent;
|
|
3354
3363
|
}(BaseAngular));
|
|
3355
3364
|
ActionBarItemComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ActionBarItemComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
3356
|
-
ActionBarItemComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: ActionBarItemComponent, selector: "sv-action-bar-item", inputs: { model: "model" }, usesInheritance: true, ngImport: i0__namespace, template: "<ng-template #template>\n <button type=\"button\" (click)=\"model.doAction($event)\" (mousedown)=\"model.doMouseDown($event)\" (focus)=\"model.doFocus($event)\" [key2click]=\"{ processEsc: false, disableTabStop: model.disableTabStop }\" [class]=\"model.getActionBarItemCss()\" [attr.title]=\"model.tooltip || model.title\" [attr.aria-checked]=\"model.ariaChecked\" [attr.aria-expanded]=\"model.ariaExpanded\" [attr.aria-labelledby]=\"model.ariaLabelledBy\" [attr.role]=\"model.ariaRole\" [disabled]=\"model.disabled\">\n <svg *ngIf=\"model.iconName\" [iconName]=\"model.iconName\" [size]=\"model.iconSize\" [title]=\"model.tooltip || model.title\" [class]=\"model.cssClasses.itemIcon\" sv-ng-svg-icon></svg>\n <sv-ng-string-viewer style=\"display:contents\" *ngIf=\"model.hasTitle\" [model]=\"model.locTitle\" [textClass]=\"model.getActionBarItemTitleCss()\"></sv-ng-string-viewer>\n </button>\n<ng-template>", styles: [":host{display:none}\n"], components: [{ type: SvgIconComponent, selector: "'[sv-ng-svg-icon]'", inputs: ["size", "width", "height", "iconName", "partCss", "css", "title"] }, { type: StringViewerComponent, selector: "sv-ng-string-viewer, string-viewer, '[sv-ng-string-viewer]'", inputs: ["model", "textClass"] }], directives: [{ type:
|
|
3365
|
+
ActionBarItemComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: ActionBarItemComponent, selector: "sv-action-bar-item", inputs: { model: "model" }, viewQueries: [{ propertyName: "containerRef", first: true, predicate: ["container"], descendants: true }], usesInheritance: true, ngImport: i0__namespace, template: "<ng-template #template>\n <button *ngIf=\"model\" type=\"button\" (click)=\"model.doAction($event)\" (mousedown)=\"model.doMouseDown($event)\" (focus)=\"model.doFocus($event)\" [key2click]=\"{ processEsc: false, disableTabStop: model.disableTabStop }\" [class]=\"model.getActionBarItemCss()\" [attr.title]=\"model.tooltip || model.title\" [attr.aria-checked]=\"model.ariaChecked\" [attr.aria-expanded]=\"model.ariaExpanded\" [attr.aria-labelledby]=\"model.ariaLabelledBy\" [attr.aria-controls]=\"model.ariaControls\" [attr.role]=\"model.ariaRole\" [disabled]=\"model.disabled\" #container>\n <svg *ngIf=\"model.iconName\" [iconName]=\"model.iconName\" [size]=\"model.iconSize\" [title]=\"model.tooltip || model.title\" [class]=\"model.cssClasses.itemIcon\" sv-ng-svg-icon></svg>\n <sv-ng-string-viewer style=\"display:contents\" *ngIf=\"model.hasTitle\" [model]=\"model.locTitle\" [textClass]=\"model.getActionBarItemTitleCss()\"></sv-ng-string-viewer>\n </button>\n<ng-template>", styles: [":host{display:none}\n"], components: [{ type: SvgIconComponent, selector: "'[sv-ng-svg-icon]'", inputs: ["size", "width", "height", "iconName", "partCss", "css", "title"] }, { type: StringViewerComponent, selector: "sv-ng-string-viewer, string-viewer, '[sv-ng-string-viewer]'", inputs: ["model", "textClass"] }], directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: Key2ClickDirective, selector: "[key2click]", inputs: ["key2click"] }] });
|
|
3357
3366
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ActionBarItemComponent, decorators: [{
|
|
3358
3367
|
type: i0.Component,
|
|
3359
3368
|
args: [{
|
|
@@ -3363,6 +3372,9 @@
|
|
|
3363
3372
|
}]
|
|
3364
3373
|
}], propDecorators: { model: [{
|
|
3365
3374
|
type: i0.Input
|
|
3375
|
+
}], containerRef: [{
|
|
3376
|
+
type: i0.ViewChild,
|
|
3377
|
+
args: ["container"]
|
|
3366
3378
|
}] } });
|
|
3367
3379
|
AngularComponentFactory.Instance.registerComponent("sv-action-bar-item", ActionBarItemComponent);
|
|
3368
3380
|
|
|
@@ -4024,29 +4036,35 @@
|
|
|
4024
4036
|
AngularComponentFactory.Instance.registerComponent("sv-progress-correctquestions", ProgressDefaultComponent);
|
|
4025
4037
|
AngularComponentFactory.Instance.registerComponent("sv-progress-requiredquestions", ProgressDefaultComponent);
|
|
4026
4038
|
|
|
4027
|
-
var ProgressButtonsComponent = /** @class */ (function () {
|
|
4028
|
-
|
|
4029
|
-
|
|
4030
|
-
|
|
4031
|
-
|
|
4032
|
-
|
|
4033
|
-
|
|
4039
|
+
var ProgressButtonsComponent = /** @class */ (function (_super) {
|
|
4040
|
+
__extends(ProgressButtonsComponent, _super);
|
|
4041
|
+
function ProgressButtonsComponent(changeDetectorRef, viewContainerRef) {
|
|
4042
|
+
var _this = _super.call(this, changeDetectorRef, viewContainerRef) || this;
|
|
4043
|
+
_this.hasScroller = false;
|
|
4044
|
+
_this.canShowHeader = false;
|
|
4045
|
+
_this.canShowFooter = false;
|
|
4046
|
+
_this.canShowItemTitles = true;
|
|
4047
|
+
return _this;
|
|
4034
4048
|
}
|
|
4049
|
+
ProgressButtonsComponent.prototype.getModel = function () {
|
|
4050
|
+
return this.model;
|
|
4051
|
+
};
|
|
4035
4052
|
ProgressButtonsComponent.prototype.onResize = function (canShowItemTitles) {
|
|
4036
4053
|
this.canShowItemTitles = canShowItemTitles;
|
|
4037
4054
|
this.canShowHeader = !this.canShowItemTitles;
|
|
4038
|
-
this.
|
|
4055
|
+
this.detectChanges();
|
|
4039
4056
|
};
|
|
4040
4057
|
ProgressButtonsComponent.prototype.onUpdateScroller = function (hasScroller) {
|
|
4041
4058
|
this.hasScroller = hasScroller;
|
|
4042
|
-
this.
|
|
4059
|
+
this.detectChanges();
|
|
4043
4060
|
};
|
|
4044
4061
|
ProgressButtonsComponent.prototype.onUpdateSettings = function () {
|
|
4045
4062
|
this.canShowItemTitles = this.model.showItemTitles;
|
|
4046
4063
|
this.canShowFooter = !this.model.showItemTitles;
|
|
4047
|
-
this.
|
|
4064
|
+
this.detectChanges();
|
|
4048
4065
|
};
|
|
4049
4066
|
ProgressButtonsComponent.prototype.ngOnInit = function () {
|
|
4067
|
+
_super.prototype.ngOnInit.call(this);
|
|
4050
4068
|
};
|
|
4051
4069
|
ProgressButtonsComponent.prototype.ngOnChanges = function (changes) {
|
|
4052
4070
|
};
|
|
@@ -4064,19 +4082,20 @@
|
|
|
4064
4082
|
};
|
|
4065
4083
|
ProgressButtonsComponent.prototype.ngOnDestroy = function () {
|
|
4066
4084
|
var _a;
|
|
4085
|
+
_super.prototype.ngOnDestroy.call(this);
|
|
4067
4086
|
(_a = this.respManager) === null || _a === void 0 ? void 0 : _a.dispose();
|
|
4068
4087
|
};
|
|
4069
4088
|
return ProgressButtonsComponent;
|
|
4070
|
-
}());
|
|
4071
|
-
ProgressButtonsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ProgressButtonsComponent, deps: [{ token: i0__namespace.ChangeDetectorRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
4072
|
-
ProgressButtonsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: ProgressButtonsComponent, selector: "sv-ng-progress-buttons", inputs: { model: "model", survey: "survey", container: "container" }, viewQueries: [{ propertyName: "progressButtonsListContainer", first: true, predicate: ["progressButtonsListContainer"], descendants: true }], usesOnChanges: true, ngImport: i0__namespace, template: "<div [class]=\"model.getRootCss(container)\" [style.maxWidth]=\"model.progressWidth\" [style.--sd-progress-buttons-pages-count]=\"
|
|
4089
|
+
}(BaseAngular));
|
|
4090
|
+
ProgressButtonsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ProgressButtonsComponent, deps: [{ token: i0__namespace.ChangeDetectorRef }, { token: i0__namespace.ViewContainerRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
4091
|
+
ProgressButtonsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: ProgressButtonsComponent, selector: "sv-ng-progress-buttons", inputs: { model: "model", survey: "survey", container: "container" }, viewQueries: [{ propertyName: "progressButtonsListContainer", first: true, predicate: ["progressButtonsListContainer"], descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0__namespace, template: "<div [class]=\"model.getRootCss(container)\" [style.maxWidth]=\"model.progressWidth\" [style.--sd-progress-buttons-pages-count]=\"model.visiblePages.length\"\nrole=\"progressbar\" aria-valuemin=\"0\" aria-valuemax=\"100\" [attr.aria-label]=\"model.progressBarAriaLabel\"\n>\n <div *ngIf=\"canShowHeader\" [class]=\"survey.css.progressButtonsHeader\">\n <div [class]=\"survey.css.progressButtonsPageTitle\" [title]=\"model.headerText\">{{ model.headerText }}</div>\n </div>\n <div [class]=\"survey.css.progressButtonsContainer\">\n <div\n [class]=\"model.getScrollButtonCss(hasScroller, true)\"\n (click)=\"clickScrollButton(true)\"\n role=\"button\"\n ></div>\n <div\n [class]=\"survey.css.progressButtonsListContainer\" #progressButtonsListContainer>\n <ul [class]=\"survey.css.progressButtonsList\">\n <li\n *ngFor=\"let page of model.visiblePages; index as index\"\n [class]=\"model.getListElementCss(index)\"\n (click)=\"model.isListElementClickable(index) ? model.clickListElement(page) : null\"\n [attr.data-page-number]=\"model.getItemNumber(page)\">\n <div [class]=\"survey.css.progressButtonsConnector\"></div>\n <div *ngIf=\"canShowItemTitles\"\n [class]=\"survey.css.progressButtonsPageTitle\"\n [title]=\"page.renderedNavigationTitle\"\n >\n <sv-ng-string [model]=\"page.locNavigationTitle\"></sv-ng-string>\n </div>\n <div *ngIf=\"canShowItemTitles\"\n [class]=\"survey.css.progressButtonsPageDescription\"\n [title]=\"page.navigationDescription\"\n >\n {{ page.navigationDescription }}\n </div>\n <div [class]=\"survey.css.progressButtonsButton\"><div [class]=\"survey.css.progressButtonsButtonBackground\"></div><div [class]=\"survey.css.progressButtonsButtonContent\"></div><span>{{model.getItemNumber(page)}}</span></div>\n </li>\n </ul>\n </div>\n <div\n [class]=\"model.getScrollButtonCss(hasScroller, false)\"\n (click)=\"clickScrollButton(false)\"\n role=\"button\"\n ></div>\n </div>\n <div *ngIf=\"canShowFooter\" [class]=\"survey.css.progressButtonsFooter\">\n <div [class]=\"survey.css.progressButtonsPageTitle\" [title]=\"model.footerText\">{{ model.footerText }}</div>\n </div>\n</div>", 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"] }] });
|
|
4073
4092
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ProgressButtonsComponent, decorators: [{
|
|
4074
4093
|
type: i0.Component,
|
|
4075
4094
|
args: [{
|
|
4076
4095
|
selector: "sv-ng-progress-buttons",
|
|
4077
4096
|
templateUrl: "./progress.component.html"
|
|
4078
4097
|
}]
|
|
4079
|
-
}], ctorParameters: function () { return [{ type: i0__namespace.ChangeDetectorRef }]; }, propDecorators: { model: [{
|
|
4098
|
+
}], ctorParameters: function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ViewContainerRef }]; }, propDecorators: { model: [{
|
|
4080
4099
|
type: i0.Input
|
|
4081
4100
|
}], survey: [{
|
|
4082
4101
|
type: i0.Input
|
|
@@ -4119,31 +4138,6 @@
|
|
|
4119
4138
|
}] } });
|
|
4120
4139
|
AngularComponentFactory.Instance.registerComponent("sv-navigation-toc", ProgressTocComponent);
|
|
4121
4140
|
|
|
4122
|
-
var SurveyNavigationButton = /** @class */ (function () {
|
|
4123
|
-
function SurveyNavigationButton() {
|
|
4124
|
-
}
|
|
4125
|
-
SurveyNavigationButton.prototype.getModel = function () {
|
|
4126
|
-
return this.model;
|
|
4127
|
-
};
|
|
4128
|
-
SurveyNavigationButton.prototype.buttonMouseDown = function () {
|
|
4129
|
-
return this.model.data && this.model.data.mouseDown();
|
|
4130
|
-
};
|
|
4131
|
-
return SurveyNavigationButton;
|
|
4132
|
-
}());
|
|
4133
|
-
SurveyNavigationButton.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SurveyNavigationButton, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
4134
|
-
SurveyNavigationButton.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: SurveyNavigationButton, selector: "sv-ng-nav-btn", inputs: { model: "model" }, ngImport: i0__namespace, template: "<input *ngIf=\"model.visible\" type=\"button\" [value]=\"model.title\" [class]=\"model.innerCss\" (mousedown)=\"buttonMouseDown()\" (click)=\"model.action()\" [disabled]=\"model.disabled\" [attr.title]=\"model.getTooltip()\"/>", styles: [":host { display: contents; }"], directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
4135
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SurveyNavigationButton, decorators: [{
|
|
4136
|
-
type: i0.Component,
|
|
4137
|
-
args: [{
|
|
4138
|
-
templateUrl: "./survey-nav-btn.component.html",
|
|
4139
|
-
selector: "sv-ng-nav-btn",
|
|
4140
|
-
styles: [":host { display: contents; }"]
|
|
4141
|
-
}]
|
|
4142
|
-
}], propDecorators: { model: [{
|
|
4143
|
-
type: i0.Input
|
|
4144
|
-
}] } });
|
|
4145
|
-
AngularComponentFactory.Instance.registerComponent("sv-nav-btn", SurveyNavigationButton);
|
|
4146
|
-
|
|
4147
4141
|
var FilePageComponent = /** @class */ (function (_super) {
|
|
4148
4142
|
__extends(FilePageComponent, _super);
|
|
4149
4143
|
function FilePageComponent() {
|
|
@@ -4594,135 +4588,31 @@
|
|
|
4594
4588
|
}] } });
|
|
4595
4589
|
AngularComponentFactory.Instance.registerComponent(Survey.LocalizableString.editableRenderer, StringEditorComponent);
|
|
4596
4590
|
|
|
4597
|
-
var
|
|
4598
|
-
function
|
|
4591
|
+
var PanelDynamicProgressText = /** @class */ (function () {
|
|
4592
|
+
function PanelDynamicProgressText() {
|
|
4599
4593
|
}
|
|
4600
|
-
Object.defineProperty(
|
|
4594
|
+
Object.defineProperty(PanelDynamicProgressText.prototype, "question", {
|
|
4601
4595
|
get: function () {
|
|
4602
4596
|
return (this.model && this.model.data.question) || this.data.question;
|
|
4603
4597
|
},
|
|
4604
4598
|
enumerable: false,
|
|
4605
4599
|
configurable: true
|
|
4606
4600
|
});
|
|
4607
|
-
return
|
|
4601
|
+
return PanelDynamicProgressText;
|
|
4608
4602
|
}());
|
|
4609
|
-
|
|
4610
|
-
|
|
4611
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type:
|
|
4603
|
+
PanelDynamicProgressText.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PanelDynamicProgressText, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
4604
|
+
PanelDynamicProgressText.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: PanelDynamicProgressText, selector: "sv-ng-paneldynamic-progress-text", inputs: { data: "data", model: "model" }, ngImport: i0__namespace, template: "<div [class]=\"question.cssClasses.progressText\">{{ question.progressText }}</div>\n" });
|
|
4605
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PanelDynamicProgressText, decorators: [{
|
|
4612
4606
|
type: i0.Component,
|
|
4613
4607
|
args: [{
|
|
4614
|
-
selector: "",
|
|
4615
|
-
|
|
4608
|
+
selector: "sv-ng-paneldynamic-progress-text",
|
|
4609
|
+
templateUrl: "./paneldynamic-progress-text.component.html"
|
|
4616
4610
|
}]
|
|
4617
4611
|
}], propDecorators: { data: [{
|
|
4618
4612
|
type: i0.Input
|
|
4619
4613
|
}], model: [{
|
|
4620
4614
|
type: i0.Input
|
|
4621
4615
|
}] } });
|
|
4622
|
-
var PanelDynamicAddBtn = /** @class */ (function (_super) {
|
|
4623
|
-
__extends(PanelDynamicAddBtn, _super);
|
|
4624
|
-
function PanelDynamicAddBtn() {
|
|
4625
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
4626
|
-
}
|
|
4627
|
-
PanelDynamicAddBtn.prototype.addPanelClick = function () {
|
|
4628
|
-
this.question.addPanelUI();
|
|
4629
|
-
};
|
|
4630
|
-
return PanelDynamicAddBtn;
|
|
4631
|
-
}(PaneldynamicAction));
|
|
4632
|
-
PanelDynamicAddBtn.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PanelDynamicAddBtn, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
4633
|
-
PanelDynamicAddBtn.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: PanelDynamicAddBtn, selector: "sv-ng-paneldynamic-add-btn", usesInheritance: true, ngImport: i0__namespace, template: "<button type=\"button\" [id]=\"question.addButtonId\" *ngIf=\"question.canAddPanel\" [class]=\"question.getAddButtonCss()\" (click)=\"addPanelClick()\">\n<span [class]=\"question.cssClasses.buttonAddText\"><sv-ng-string [model]=\"question.locAddPanelText\"></sv-ng-string></span>\n</button>", components: [{ type: SurveyStringComponent, selector: "sv-ng-string, '[sv-ng-string]'", inputs: ["model"] }], directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
4634
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PanelDynamicAddBtn, decorators: [{
|
|
4635
|
-
type: i0.Component,
|
|
4636
|
-
args: [{
|
|
4637
|
-
selector: "sv-ng-paneldynamic-add-btn",
|
|
4638
|
-
templateUrl: "./paneldynamic-add-btn.component.html"
|
|
4639
|
-
}]
|
|
4640
|
-
}] });
|
|
4641
|
-
AngularComponentFactory.Instance.registerComponent("sv-paneldynamic-add-btn", PanelDynamicAddBtn);
|
|
4642
|
-
|
|
4643
|
-
var PanelDynamicNextBtn = /** @class */ (function (_super) {
|
|
4644
|
-
__extends(PanelDynamicNextBtn, _super);
|
|
4645
|
-
function PanelDynamicNextBtn() {
|
|
4646
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
4647
|
-
}
|
|
4648
|
-
PanelDynamicNextBtn.prototype.nextPanelClick = function () {
|
|
4649
|
-
this.question.goToNextPanel();
|
|
4650
|
-
};
|
|
4651
|
-
return PanelDynamicNextBtn;
|
|
4652
|
-
}(PaneldynamicAction));
|
|
4653
|
-
PanelDynamicNextBtn.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PanelDynamicNextBtn, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
4654
|
-
PanelDynamicNextBtn.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: PanelDynamicNextBtn, selector: "sv-ng-paneldynamic-next-btn", usesInheritance: true, ngImport: i0__namespace, template: "<div [attr.title]=\"question.panelNextText\" (click)=\"nextPanelClick()\" [class]=\"question.getNextButtonCss()\">\n <svg [iconName]=\"question.cssClasses.progressBtnIcon\" [size]=\"'auto'\" sv-ng-svg-icon></svg>\n</div>", components: [{ type: SvgIconComponent, selector: "'[sv-ng-svg-icon]'", inputs: ["size", "width", "height", "iconName", "partCss", "css", "title"] }] });
|
|
4655
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PanelDynamicNextBtn, decorators: [{
|
|
4656
|
-
type: i0.Component,
|
|
4657
|
-
args: [{
|
|
4658
|
-
selector: "sv-ng-paneldynamic-next-btn",
|
|
4659
|
-
templateUrl: "./paneldynamic-next-btn.component.html"
|
|
4660
|
-
}]
|
|
4661
|
-
}] });
|
|
4662
|
-
AngularComponentFactory.Instance.registerComponent("sv-paneldynamic-next-btn", PanelDynamicNextBtn);
|
|
4663
|
-
|
|
4664
|
-
var PanelDynamicPrevBtn = /** @class */ (function (_super) {
|
|
4665
|
-
__extends(PanelDynamicPrevBtn, _super);
|
|
4666
|
-
function PanelDynamicPrevBtn() {
|
|
4667
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
4668
|
-
}
|
|
4669
|
-
PanelDynamicPrevBtn.prototype.prevPanelClick = function () {
|
|
4670
|
-
this.question.goToPrevPanel();
|
|
4671
|
-
};
|
|
4672
|
-
return PanelDynamicPrevBtn;
|
|
4673
|
-
}(PaneldynamicAction));
|
|
4674
|
-
PanelDynamicPrevBtn.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PanelDynamicPrevBtn, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
4675
|
-
PanelDynamicPrevBtn.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: PanelDynamicPrevBtn, selector: "sv-ng-paneldynamic-prev-btn", usesInheritance: true, ngImport: i0__namespace, template: "<div [attr.title]=\"question.prevPanelText\" (click)=\"prevPanelClick()\" [class]=\"question.getPrevButtonCss()\">\n <svg [iconName]=\"question.cssClasses.progressBtnIcon\" [size]=\"'auto'\" sv-ng-svg-icon></svg>\n</div>\n", components: [{ type: SvgIconComponent, selector: "'[sv-ng-svg-icon]'", inputs: ["size", "width", "height", "iconName", "partCss", "css", "title"] }] });
|
|
4676
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PanelDynamicPrevBtn, decorators: [{
|
|
4677
|
-
type: i0.Component,
|
|
4678
|
-
args: [{
|
|
4679
|
-
selector: "sv-ng-paneldynamic-prev-btn",
|
|
4680
|
-
templateUrl: "./paneldynamic-prev-btn.component.html"
|
|
4681
|
-
}]
|
|
4682
|
-
}] });
|
|
4683
|
-
AngularComponentFactory.Instance.registerComponent("sv-paneldynamic-prev-btn", PanelDynamicPrevBtn);
|
|
4684
|
-
|
|
4685
|
-
var PaneldynamicRemoveButtonComponent = /** @class */ (function (_super) {
|
|
4686
|
-
__extends(PaneldynamicRemoveButtonComponent, _super);
|
|
4687
|
-
function PaneldynamicRemoveButtonComponent() {
|
|
4688
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
4689
|
-
}
|
|
4690
|
-
Object.defineProperty(PaneldynamicRemoveButtonComponent.prototype, "panel", {
|
|
4691
|
-
get: function () {
|
|
4692
|
-
return (this.data ? this.data : this.model.data).panel;
|
|
4693
|
-
},
|
|
4694
|
-
enumerable: false,
|
|
4695
|
-
configurable: true
|
|
4696
|
-
});
|
|
4697
|
-
return PaneldynamicRemoveButtonComponent;
|
|
4698
|
-
}(PaneldynamicAction));
|
|
4699
|
-
PaneldynamicRemoveButtonComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PaneldynamicRemoveButtonComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
4700
|
-
PaneldynamicRemoveButtonComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: PaneldynamicRemoveButtonComponent, selector: "sv-ng-paneldynamic-remove-btn", usesInheritance: true, ngImport: i0__namespace, template: "<button type=\"button\" [id]=\"question.getPanelRemoveButtonId(panel)\" (click)=\"question.removePanelUI(panel)\" [class]=\"question.getPanelRemoveButtonCss()\"> \n <span [class]=\"question.cssClasses.buttonRemoveText\"><sv-ng-string [model]=\"question.locRemovePanelText\"></sv-ng-string></span>\n <span [class]=\"question.cssClasses.iconRemove\"></span>\n</button>\n", components: [{ type: SurveyStringComponent, selector: "sv-ng-string, '[sv-ng-string]'", inputs: ["model"] }] });
|
|
4701
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PaneldynamicRemoveButtonComponent, decorators: [{
|
|
4702
|
-
type: i0.Component,
|
|
4703
|
-
args: [{
|
|
4704
|
-
selector: "sv-ng-paneldynamic-remove-btn",
|
|
4705
|
-
templateUrl: "./paneldynamic-remove-btn.component.html"
|
|
4706
|
-
}]
|
|
4707
|
-
}] });
|
|
4708
|
-
AngularComponentFactory.Instance.registerComponent("sv-paneldynamic-remove-btn", PaneldynamicRemoveButtonComponent);
|
|
4709
|
-
|
|
4710
|
-
var PanelDynamicProgressText = /** @class */ (function (_super) {
|
|
4711
|
-
__extends(PanelDynamicProgressText, _super);
|
|
4712
|
-
function PanelDynamicProgressText() {
|
|
4713
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
4714
|
-
}
|
|
4715
|
-
return PanelDynamicProgressText;
|
|
4716
|
-
}(PaneldynamicAction));
|
|
4717
|
-
PanelDynamicProgressText.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PanelDynamicProgressText, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
4718
|
-
PanelDynamicProgressText.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: PanelDynamicProgressText, selector: "sv-ng-paneldynamic-progress-text", usesInheritance: true, ngImport: i0__namespace, template: "<div [class]=\"question.cssClasses.progressText\">{{ question.progressText }}</div>\n" });
|
|
4719
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PanelDynamicProgressText, decorators: [{
|
|
4720
|
-
type: i0.Component,
|
|
4721
|
-
args: [{
|
|
4722
|
-
selector: "sv-ng-paneldynamic-progress-text",
|
|
4723
|
-
templateUrl: "./paneldynamic-progress-text.component.html"
|
|
4724
|
-
}]
|
|
4725
|
-
}] });
|
|
4726
4616
|
AngularComponentFactory.Instance.registerComponent("sv-paneldynamic-progress-text", PanelDynamicProgressText);
|
|
4727
4617
|
|
|
4728
4618
|
var PanelDynamicPlaceholderComponent = /** @class */ (function () {
|
|
@@ -4731,7 +4621,7 @@
|
|
|
4731
4621
|
return PanelDynamicPlaceholderComponent;
|
|
4732
4622
|
}());
|
|
4733
4623
|
PanelDynamicPlaceholderComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PanelDynamicPlaceholderComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
4734
|
-
PanelDynamicPlaceholderComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: PanelDynamicPlaceholderComponent, selector: "sv-ng-placeholder-paneldynamic", inputs: { question: "question" }, ngImport: i0__namespace, template: "<div *ngIf=\"question.getShowNoEntriesPlaceholder()\" [class]=\"question.cssClasses.noEntriesPlaceholder\">\n <span>\n <sv-ng-string [model]=\"question.locNoEntriesText\"></sv-ng-string>\n </span>\n <
|
|
4624
|
+
PanelDynamicPlaceholderComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: PanelDynamicPlaceholderComponent, selector: "sv-ng-placeholder-paneldynamic", inputs: { question: "question" }, ngImport: i0__namespace, template: "<div *ngIf=\"question.getShowNoEntriesPlaceholder()\" [class]=\"question.cssClasses.noEntriesPlaceholder\">\n <span>\n <sv-ng-string [model]=\"question.locNoEntriesText\"></sv-ng-string>\n </span>\n <ng-container *ngIf=\"question.canAddPanel\">\n <ng-template [component]=\"{ name: 'sv-action-bar', data: { model: question.footerToolbar } }\"></ng-template>\n </ng-container>\n</div> ", components: [{ type: SurveyStringComponent, selector: "sv-ng-string, '[sv-ng-string]'", inputs: ["model"] }], directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: DynamicComponentDirective, selector: "[component]", inputs: ["component"] }] });
|
|
4735
4625
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PanelDynamicPlaceholderComponent, decorators: [{
|
|
4736
4626
|
type: i0.Component,
|
|
4737
4627
|
args: [{
|
|
@@ -4806,7 +4696,7 @@
|
|
|
4806
4696
|
return PanelDynamicQuestionComponent;
|
|
4807
4697
|
}(QuestionAngular));
|
|
4808
4698
|
PanelDynamicQuestionComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PanelDynamicQuestionComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
4809
|
-
PanelDynamicQuestionComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: PanelDynamicQuestionComponent, selector: "sv-ng-paneldynamic-question", usesInheritance: true, ngImport: i0__namespace, template: "<div [class]=\"model.cssClasses.root\" #contentElement>\n <div *ngIf=\"model.hasTabbedMenu\" [class]=\"model.getTabsContainerCss()\">\n <sv-action-bar [model]=\"model.tabbedMenu\"></sv-action-bar>\n </div>\n <sv-ng-placeholder-paneldynamic [question]=\"model\"></sv-ng-placeholder-paneldynamic>\n <div [class]=\"model.cssClasses.progress\" *ngIf=\"model.isProgressTopShowing && model.isRangeShowing\">\n <div [class]=\"model.cssClasses.progressBar\" [style]=\"{ width: model.progress }\"\n role=\"progressbar\" [attr.aria-label]=\"model.progressBarAriaLabel\"\n ></div>\n </div>\n <div [class]=\"model.cssClasses.panelsContainer\">\n <ng-container *ngFor=\"let panel of model.renderedPanels; index as index; trackBy: trackPanelBy\">\n <div [class]=\"model.getPanelWrapperCss(panel)\">\n <ng-template\n [component]=\"{ name: getPanelComponentName(panel), data: getPanelComponentData(panel) }\"></ng-template>\n <ng-container *ngIf=\"model.canRenderRemovePanelOnRight(panel)\">\n <ng-template\n [component]=\"{ name: 'sv-
|
|
4699
|
+
PanelDynamicQuestionComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: PanelDynamicQuestionComponent, selector: "sv-ng-paneldynamic-question", usesInheritance: true, ngImport: i0__namespace, template: "<div [class]=\"model.cssClasses.root\" #contentElement>\n <div *ngIf=\"model.hasTabbedMenu\" [class]=\"model.getTabsContainerCss()\">\n <sv-action-bar [model]=\"model.tabbedMenu\"></sv-action-bar>\n </div>\n <sv-ng-placeholder-paneldynamic [question]=\"model\"></sv-ng-placeholder-paneldynamic>\n <div [class]=\"model.cssClasses.progress\" *ngIf=\"model.isProgressTopShowing && model.isRangeShowing\">\n <div [class]=\"model.cssClasses.progressBar\" [style]=\"{ width: model.progress }\"\n role=\"progressbar\" [attr.aria-label]=\"model.progressBarAriaLabel\"\n ></div>\n </div>\n <div [class]=\"model.cssClasses.panelsContainer\">\n <ng-container *ngFor=\"let panel of model.renderedPanels; index as index; trackBy: trackPanelBy\">\n <div [class]=\"model.getPanelWrapperCss(panel)\">\n <ng-template\n [component]=\"{ name: getPanelComponentName(panel), data: getPanelComponentData(panel) }\"></ng-template>\n <ng-container *ngIf=\"model.canRenderRemovePanelOnRight(panel)\">\n <ng-template\n [component]=\"{ name: 'sv-action', data: { model: model.getRemovePanelAction(panel)}}\"></ng-template>\n </ng-container>\n </div>\n <hr [class]=\"model.cssClasses.separator\" *ngIf=\"model.showSeparator(index)\" />\n </ng-container>\n </div>\n <ng-container [ngTemplateOutlet]=\"progress\" *ngIf=\"model.showNavigation\"></ng-container>\n</div>\n<ng-template #progress>\n <div [class]=\"model.cssClasses.footer\" *ngIf=\"!!model.cssClasses.footer\">\n <hr [class]=\"model.cssClasses.separator\" />\n <div [class]=\"model.cssClasses.progress\" *ngIf=\"model.isRangeShowing && model.isProgressBottomShowing\">\n <div [class]=\"model.cssClasses.progressBar\" [style]=\"{ width: model.progress }\" \n role=\"progressbar\" [attr.aria-label]=\"model.progressBarAriaLabel\"\n ></div>\n </div>\n <div *ngIf=\"model.showFooterToolbar\" [class]=\"model.cssClasses.footerButtonsContainer\">\n <sv-ng-action-bar [model]=\"model.footerToolbar\"></sv-ng-action-bar>\n </div>\n </div>\n</ng-template>", components: [{ type: ActionBarComponent, selector: "sv-action-bar, sv-ng-action-bar", inputs: ["model", "handleClick"] }, { type: PanelDynamicPlaceholderComponent, selector: "sv-ng-placeholder-paneldynamic", inputs: ["question"] }], 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: i2__namespace.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
4810
4700
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PanelDynamicQuestionComponent, decorators: [{
|
|
4811
4701
|
type: i0.Component,
|
|
4812
4702
|
args: [{
|
|
@@ -5265,7 +5155,7 @@
|
|
|
5265
5155
|
return MatrixDynamicPlaceholderComponent;
|
|
5266
5156
|
}());
|
|
5267
5157
|
MatrixDynamicPlaceholderComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MatrixDynamicPlaceholderComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
5268
|
-
MatrixDynamicPlaceholderComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: MatrixDynamicPlaceholderComponent, selector: "sv-ng-placeholder-matrixdynamic", inputs: { question: "question" }, ngImport: i0__namespace, template: "<div [class]=\"question.cssClasses.noRowsSection\">\n <div [class]=\"question.cssClasses.noRowsText\">\n <sv-ng-string [model]=\"question.locNoRowsText\"></sv-ng-string>\n </div>\n <
|
|
5158
|
+
MatrixDynamicPlaceholderComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: MatrixDynamicPlaceholderComponent, selector: "sv-ng-placeholder-matrixdynamic", inputs: { question: "question" }, ngImport: i0__namespace, template: "<div [class]=\"question.cssClasses.noRowsSection\">\n <div [class]=\"question.cssClasses.noRowsText\">\n <sv-ng-string [model]=\"question.locNoRowsText\"></sv-ng-string>\n </div>\n <sv-ng-action-bar *ngIf=\"question.getShowToolbar()\" [model]=\"question.toolbar\"></sv-ng-action-bar>\n</div> ", components: [{ type: SurveyStringComponent, selector: "sv-ng-string, '[sv-ng-string]'", inputs: ["model"] }, { type: ActionBarComponent, selector: "sv-action-bar, sv-ng-action-bar", inputs: ["model", "handleClick"] }], directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
5269
5159
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MatrixDynamicPlaceholderComponent, decorators: [{
|
|
5270
5160
|
type: i0.Component,
|
|
5271
5161
|
args: [{
|
|
@@ -5285,7 +5175,7 @@
|
|
|
5285
5175
|
return MatrixDynamicComponent;
|
|
5286
5176
|
}(QuestionAngular));
|
|
5287
5177
|
MatrixDynamicComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MatrixDynamicComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
5288
|
-
MatrixDynamicComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: MatrixDynamicComponent, selector: "sv-ng-matrixdynamic-question", usesInheritance: true, ngImport: i0__namespace, template: "<ng-template #template>\n <div #contentElement>\n <div *ngIf=\"model.
|
|
5178
|
+
MatrixDynamicComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: MatrixDynamicComponent, selector: "sv-ng-matrixdynamic-question", usesInheritance: true, ngImport: i0__namespace, template: "<ng-template #template>\n <div #contentElement>\n <div *ngIf=\"model.getShowToolbar('top')\" [class]=\"model.cssClasses.footer\">\n <sv-ng-action-bar [model]=\"model.toolbar\"></sv-ng-action-bar>\n </div>\n <sv-ng-matrix-table *ngIf=\"model.renderedTable?.showTable\" [question]=\"model\" [table]=\"model.renderedTable\"></sv-ng-matrix-table>\n <sv-ng-placeholder-matrixdynamic *ngIf=\"!model.renderedTable.showTable\" [question]=\"model\"></sv-ng-placeholder-matrixdynamic>\n <div *ngIf=\"model.getShowToolbar('bottom')\" [class]=\"model.cssClasses.footer\">\n <sv-ng-action-bar [model]=\"model.toolbar\"></sv-ng-action-bar>\n </div>\n </div>\n</ng-template>", components: [{ type: ActionBarComponent, selector: "sv-action-bar, sv-ng-action-bar", inputs: ["model", "handleClick"] }, { type: MatrixTableComponent, selector: "sv-ng-matrix-table", inputs: ["question", "table"] }, { type: MatrixDynamicPlaceholderComponent, selector: "sv-ng-placeholder-matrixdynamic", inputs: ["question"] }], directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
5289
5179
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MatrixDynamicComponent, decorators: [{
|
|
5290
5180
|
type: i0.Component,
|
|
5291
5181
|
args: [{
|
|
@@ -5295,76 +5185,6 @@
|
|
|
5295
5185
|
}] });
|
|
5296
5186
|
AngularComponentFactory.Instance.registerComponent("matrixdynamic-question", MatrixDynamicComponent);
|
|
5297
5187
|
|
|
5298
|
-
var MatrixDynamicRemoveButtonComponent = /** @class */ (function () {
|
|
5299
|
-
function MatrixDynamicRemoveButtonComponent() {
|
|
5300
|
-
}
|
|
5301
|
-
Object.defineProperty(MatrixDynamicRemoveButtonComponent.prototype, "question", {
|
|
5302
|
-
get: function () {
|
|
5303
|
-
return this.model.data.question;
|
|
5304
|
-
},
|
|
5305
|
-
enumerable: false,
|
|
5306
|
-
configurable: true
|
|
5307
|
-
});
|
|
5308
|
-
Object.defineProperty(MatrixDynamicRemoveButtonComponent.prototype, "row", {
|
|
5309
|
-
get: function () {
|
|
5310
|
-
return this.model.data.row;
|
|
5311
|
-
},
|
|
5312
|
-
enumerable: false,
|
|
5313
|
-
configurable: true
|
|
5314
|
-
});
|
|
5315
|
-
MatrixDynamicRemoveButtonComponent.prototype.getModel = function () {
|
|
5316
|
-
return this.model;
|
|
5317
|
-
};
|
|
5318
|
-
return MatrixDynamicRemoveButtonComponent;
|
|
5319
|
-
}());
|
|
5320
|
-
MatrixDynamicRemoveButtonComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MatrixDynamicRemoveButtonComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
5321
|
-
MatrixDynamicRemoveButtonComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: MatrixDynamicRemoveButtonComponent, selector: "sv-ng-matrix-remove-btn", inputs: { model: "model" }, ngImport: i0__namespace, template: "<button type=\"button\" [class]=\"question.getRemoveRowButtonCss()\" [disabled]=\"question.isInputReadOnly\" (click)=\"question.removeRowUI(row)\">\n <sv-ng-string [model]=\"question.locRemoveRowText\" ></sv-ng-string>\n <span [class]=\"question.cssClasses.iconRemove\"></span>\n</button>", components: [{ type: SurveyStringComponent, selector: "sv-ng-string, '[sv-ng-string]'", inputs: ["model"] }] });
|
|
5322
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MatrixDynamicRemoveButtonComponent, decorators: [{
|
|
5323
|
-
type: i0.Component,
|
|
5324
|
-
args: [{
|
|
5325
|
-
selector: "sv-ng-matrix-remove-btn",
|
|
5326
|
-
templateUrl: "./remove-button.component.html"
|
|
5327
|
-
}]
|
|
5328
|
-
}], propDecorators: { model: [{
|
|
5329
|
-
type: i0.Input
|
|
5330
|
-
}] } });
|
|
5331
|
-
AngularComponentFactory.Instance.registerComponent("sv-matrix-remove-button", MatrixDynamicRemoveButtonComponent);
|
|
5332
|
-
|
|
5333
|
-
var MatrixDetailButtonComponent = /** @class */ (function () {
|
|
5334
|
-
function MatrixDetailButtonComponent() {
|
|
5335
|
-
}
|
|
5336
|
-
Object.defineProperty(MatrixDetailButtonComponent.prototype, "question", {
|
|
5337
|
-
get: function () {
|
|
5338
|
-
return this.model.data.question;
|
|
5339
|
-
},
|
|
5340
|
-
enumerable: false,
|
|
5341
|
-
configurable: true
|
|
5342
|
-
});
|
|
5343
|
-
Object.defineProperty(MatrixDetailButtonComponent.prototype, "row", {
|
|
5344
|
-
get: function () {
|
|
5345
|
-
return this.model.data.row;
|
|
5346
|
-
},
|
|
5347
|
-
enumerable: false,
|
|
5348
|
-
configurable: true
|
|
5349
|
-
});
|
|
5350
|
-
MatrixDetailButtonComponent.prototype.getModel = function () {
|
|
5351
|
-
return this.model;
|
|
5352
|
-
};
|
|
5353
|
-
return MatrixDetailButtonComponent;
|
|
5354
|
-
}());
|
|
5355
|
-
MatrixDetailButtonComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MatrixDetailButtonComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
5356
|
-
MatrixDetailButtonComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: MatrixDetailButtonComponent, selector: "sv-ng-matrix-detail-btn", inputs: { model: "model" }, ngImport: i0__namespace, template: "<button type=\"button\" [class]=\"question.getDetailPanelButtonCss(row)\" (click)=\"row.showHideDetailPanelClick()\"\n [attr.title]=\"model.title\" [attr.aria-expanded]=\"question.getIsDetailPanelShowing(row) ? 'true' : 'false'\"\n [attr.aria-controls]=\"question.getIsDetailPanelShowing(row) ? row.detailPanelId : null\">\n <svg [class]=\"this.question.getDetailPanelIconCss(this.row)\" \n [iconName]=\"this.question.getDetailPanelIconId(this.row)\" [size]=\"'auto'\" sv-ng-svg-icon>\n </svg>\n</button>", components: [{ type: SvgIconComponent, selector: "'[sv-ng-svg-icon]'", inputs: ["size", "width", "height", "iconName", "partCss", "css", "title"] }] });
|
|
5357
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MatrixDetailButtonComponent, decorators: [{
|
|
5358
|
-
type: i0.Component,
|
|
5359
|
-
args: [{
|
|
5360
|
-
selector: "sv-ng-matrix-detail-btn",
|
|
5361
|
-
templateUrl: "./detail-button.component.html"
|
|
5362
|
-
}]
|
|
5363
|
-
}], propDecorators: { model: [{
|
|
5364
|
-
type: i0.Input
|
|
5365
|
-
}] } });
|
|
5366
|
-
AngularComponentFactory.Instance.registerComponent("sv-matrix-detail-button", MatrixDetailButtonComponent);
|
|
5367
|
-
|
|
5368
5188
|
var ExpressionComponent = /** @class */ (function (_super) {
|
|
5369
5189
|
__extends(ExpressionComponent, _super);
|
|
5370
5190
|
function ExpressionComponent() {
|
|
@@ -5614,7 +5434,7 @@
|
|
|
5614
5434
|
return SurveyModule;
|
|
5615
5435
|
}());
|
|
5616
5436
|
SurveyModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SurveyModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
5617
|
-
SurveyModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SurveyModule, declarations: [VisibleDirective, Key2ClickDirective,
|
|
5437
|
+
SurveyModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SurveyModule, declarations: [VisibleDirective, Key2ClickDirective, PanelDynamicProgressText, ElementComponent, TemplateRendererComponent,
|
|
5618
5438
|
SurveyComponent, SurveyContentComponent, PopupSurveyComponent, PageComponent, PanelComponent, QuestionComponent, StringViewerComponent, SurveyStringComponent, StringEditorComponent,
|
|
5619
5439
|
TextAreaComponent,
|
|
5620
5440
|
QuestionSkeletonComponent, ScrollComponent, TextQuestionComponent, RadiogroupComponent, RadiogroupItemComponent, CheckboxComponent, CheckboxItemComponent,
|
|
@@ -5625,13 +5445,13 @@
|
|
|
5625
5445
|
ActionBarComponent, ActionComponent, ActionBarItemComponent, ActionBarItemDropdownComponent, HtmlQuestionComponent,
|
|
5626
5446
|
SelectBaseItemComponent, SelectBaseComponent, SurveyCommentComponent, SurveyCommentChoiceComponent, ElementHeaderComponent, ElementTitleActionsComponent, ElementTitleComponent, DynamicHeadComponent, RowComponent,
|
|
5627
5447
|
RatingQuestionComponent, SliderQuestionComponent, SliderLabelItemComponent, RatingDropdownItemComponent, RatingDropdownComponent, ButtonGroupDropdownComponent, BooleanQuestionComponent, BooleanCheckboxComponent, BooleanRadioComponent, BooleanRadioItemComponent, ImagePickerItemComponent, ImagePickerQuestionComponent, ImageQuestionComponent,
|
|
5628
|
-
SurveyHeaderComponent, ProgressDefaultComponent, ProgressButtonsComponent, ProgressTocComponent,
|
|
5448
|
+
SurveyHeaderComponent, ProgressDefaultComponent, ProgressButtonsComponent, ProgressTocComponent, MatrixQuestionComponent, SvgIconComponent, FileQuestionComponent, SafeUrlPipe, SafeHtmlPipe, CommentQuestionComponent, SignaturePadQuestionComponent, ErrorsComponent,
|
|
5629
5449
|
MultipleTextComponent, MultipleTextItemComponent, DynamicComponentDirective, RankingQuestionComponent, RankingItemComponent, RankingItemContentComponent, PanelDynamicQuestionComponent, EmbeddedViewContentComponent, CustomWidgetComponent,
|
|
5630
5450
|
MatrixCellComponent, MatrixDropdownCellComponent, MatrixTableComponent, MatrixDropdownComponent,
|
|
5631
|
-
MatrixDynamicComponent,
|
|
5632
|
-
CustomQuestionComponent, CompositeQuestionComponent, ButtonGroupItemComponent, ButtonGroupQuestionComponent, MatrixRowComponent, ModalComponent, LogoImageComponent, SkeletonComponent, TimerPanelComponent,
|
|
5451
|
+
MatrixDynamicComponent, MatrixDynamicDragDropIconComponent, MatrixRequiredHeader, ExpressionComponent, SafeResourceUrlPipe, BrandInfoComponent, QuestionErrorComponent,
|
|
5452
|
+
CustomQuestionComponent, CompositeQuestionComponent, ButtonGroupItemComponent, ButtonGroupQuestionComponent, MatrixRowComponent, ModalComponent, LogoImageComponent, SkeletonComponent, TimerPanelComponent,
|
|
5633
5453
|
NotifierComponent, ComponentsContainerComponent, MultipleTextRowComponent, LoadingIndicatorComponent, HeaderComponent, HeaderCellComponent, HeaderMobileComponent, ChooseFileBtn, FilePreviewComponent, SvgBundleComponent, FileItemComponent, FilePageComponent,
|
|
5634
|
-
BreadcrumbsComponent, SingleInputSummaryComponent, MatrixDynamicPlaceholderComponent, PanelDynamicPlaceholderComponent, ImageMapQuestionComponent], imports: [i2.CommonModule, i4.FormsModule], exports: [VisibleDirective, Key2ClickDirective,
|
|
5454
|
+
BreadcrumbsComponent, SingleInputSummaryComponent, MatrixDynamicPlaceholderComponent, PanelDynamicPlaceholderComponent, ImageMapQuestionComponent, SvgIconRegisteredComponent], imports: [i2.CommonModule, i4.FormsModule], exports: [VisibleDirective, Key2ClickDirective, PanelDynamicProgressText, ElementComponent, TemplateRendererComponent,
|
|
5635
5455
|
SurveyComponent, SurveyContentComponent, PopupSurveyComponent, PageComponent, PanelComponent, QuestionComponent, StringViewerComponent, SurveyStringComponent, StringEditorComponent,
|
|
5636
5456
|
TextAreaComponent,
|
|
5637
5457
|
QuestionSkeletonComponent, ScrollComponent, TextQuestionComponent, RadiogroupComponent, RadiogroupItemComponent, CheckboxComponent, CheckboxItemComponent,
|
|
@@ -5643,13 +5463,13 @@
|
|
|
5643
5463
|
ActionBarComponent, ActionComponent, ActionBarItemComponent, ActionBarItemDropdownComponent, HtmlQuestionComponent,
|
|
5644
5464
|
SelectBaseItemComponent, SelectBaseComponent, SurveyCommentComponent, SurveyCommentChoiceComponent, ElementHeaderComponent, ElementTitleComponent, DynamicHeadComponent, RowComponent,
|
|
5645
5465
|
RatingQuestionComponent, SliderQuestionComponent, SliderLabelItemComponent, RatingDropdownItemComponent, RatingDropdownComponent, ButtonGroupDropdownComponent, BooleanQuestionComponent, BooleanCheckboxComponent, BooleanRadioComponent, BooleanRadioItemComponent, ImagePickerItemComponent, ImagePickerQuestionComponent, ImageQuestionComponent,
|
|
5646
|
-
SurveyHeaderComponent, ProgressDefaultComponent, ProgressButtonsComponent,
|
|
5466
|
+
SurveyHeaderComponent, ProgressDefaultComponent, ProgressButtonsComponent, MatrixQuestionComponent, SvgIconComponent, FileQuestionComponent, SafeUrlPipe, SafeHtmlPipe, CommentQuestionComponent, SignaturePadQuestionComponent, ErrorsComponent,
|
|
5647
5467
|
MultipleTextComponent, MultipleTextItemComponent, DynamicComponentDirective, RankingQuestionComponent, RankingItemComponent, RankingItemContentComponent, PanelDynamicQuestionComponent, EmbeddedViewContentComponent, CustomWidgetComponent,
|
|
5648
5468
|
MatrixCellComponent, MatrixDropdownCellComponent, MatrixTableComponent, MatrixDropdownComponent,
|
|
5649
|
-
MatrixDynamicComponent,
|
|
5650
|
-
CustomQuestionComponent, CompositeQuestionComponent, ButtonGroupQuestionComponent, ModalComponent, LogoImageComponent, SkeletonComponent, TimerPanelComponent,
|
|
5469
|
+
MatrixDynamicComponent, MatrixDynamicDragDropIconComponent, MatrixRequiredHeader, ExpressionComponent, SafeResourceUrlPipe,
|
|
5470
|
+
CustomQuestionComponent, CompositeQuestionComponent, ButtonGroupQuestionComponent, ModalComponent, LogoImageComponent, SkeletonComponent, TimerPanelComponent,
|
|
5651
5471
|
NotifierComponent, ComponentsContainerComponent, MultipleTextRowComponent, LoadingIndicatorComponent, HeaderComponent, HeaderCellComponent, HeaderMobileComponent, FilePreviewComponent, SvgBundleComponent, FileItemComponent, FilePageComponent,
|
|
5652
|
-
BreadcrumbsComponent, SingleInputSummaryComponent, MatrixDynamicPlaceholderComponent, PanelDynamicPlaceholderComponent, ImageMapQuestionComponent] });
|
|
5472
|
+
BreadcrumbsComponent, SingleInputSummaryComponent, MatrixDynamicPlaceholderComponent, PanelDynamicPlaceholderComponent, ImageMapQuestionComponent, SvgIconRegisteredComponent] });
|
|
5653
5473
|
SurveyModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SurveyModule, providers: [PopupService], imports: [[
|
|
5654
5474
|
i2.CommonModule, i4.FormsModule
|
|
5655
5475
|
]] });
|
|
@@ -5657,7 +5477,7 @@
|
|
|
5657
5477
|
type: i0.NgModule,
|
|
5658
5478
|
args: [{
|
|
5659
5479
|
declarations: [
|
|
5660
|
-
VisibleDirective, Key2ClickDirective,
|
|
5480
|
+
VisibleDirective, Key2ClickDirective, PanelDynamicProgressText, ElementComponent, TemplateRendererComponent,
|
|
5661
5481
|
SurveyComponent, SurveyContentComponent, PopupSurveyComponent, PageComponent, PanelComponent, QuestionComponent, StringViewerComponent, SurveyStringComponent, StringEditorComponent,
|
|
5662
5482
|
TextAreaComponent,
|
|
5663
5483
|
QuestionSkeletonComponent, ScrollComponent, TextQuestionComponent, RadiogroupComponent, RadiogroupItemComponent, CheckboxComponent, CheckboxItemComponent,
|
|
@@ -5668,19 +5488,19 @@
|
|
|
5668
5488
|
ActionBarComponent, ActionComponent, ActionBarItemComponent, ActionBarItemDropdownComponent, HtmlQuestionComponent,
|
|
5669
5489
|
SelectBaseItemComponent, SelectBaseComponent, SurveyCommentComponent, SurveyCommentChoiceComponent, ElementHeaderComponent, ElementTitleActionsComponent, ElementTitleComponent, DynamicHeadComponent, RowComponent,
|
|
5670
5490
|
RatingQuestionComponent, SliderQuestionComponent, SliderLabelItemComponent, RatingDropdownItemComponent, RatingDropdownComponent, ButtonGroupDropdownComponent, BooleanQuestionComponent, BooleanCheckboxComponent, BooleanRadioComponent, BooleanRadioItemComponent, ImagePickerItemComponent, ImagePickerQuestionComponent, ImageQuestionComponent,
|
|
5671
|
-
SurveyHeaderComponent, ProgressDefaultComponent, ProgressButtonsComponent, ProgressTocComponent,
|
|
5491
|
+
SurveyHeaderComponent, ProgressDefaultComponent, ProgressButtonsComponent, ProgressTocComponent, MatrixQuestionComponent, SvgIconComponent, FileQuestionComponent, SafeUrlPipe, SafeHtmlPipe, CommentQuestionComponent, SignaturePadQuestionComponent, ErrorsComponent,
|
|
5672
5492
|
MultipleTextComponent, MultipleTextItemComponent, DynamicComponentDirective, RankingQuestionComponent, RankingItemComponent, RankingItemContentComponent, PanelDynamicQuestionComponent, EmbeddedViewContentComponent, CustomWidgetComponent,
|
|
5673
5493
|
MatrixCellComponent, MatrixDropdownCellComponent, MatrixTableComponent, MatrixDropdownComponent,
|
|
5674
|
-
MatrixDynamicComponent,
|
|
5675
|
-
CustomQuestionComponent, CompositeQuestionComponent, ButtonGroupItemComponent, ButtonGroupQuestionComponent, MatrixRowComponent, ModalComponent, LogoImageComponent, SkeletonComponent, TimerPanelComponent,
|
|
5494
|
+
MatrixDynamicComponent, MatrixDynamicDragDropIconComponent, MatrixRequiredHeader, ExpressionComponent, SafeResourceUrlPipe, BrandInfoComponent, QuestionErrorComponent,
|
|
5495
|
+
CustomQuestionComponent, CompositeQuestionComponent, ButtonGroupItemComponent, ButtonGroupQuestionComponent, MatrixRowComponent, ModalComponent, LogoImageComponent, SkeletonComponent, TimerPanelComponent,
|
|
5676
5496
|
NotifierComponent, ComponentsContainerComponent, MultipleTextRowComponent, LoadingIndicatorComponent, HeaderComponent, HeaderCellComponent, HeaderMobileComponent, ChooseFileBtn, FilePreviewComponent, SvgBundleComponent, FileItemComponent, FilePageComponent,
|
|
5677
|
-
BreadcrumbsComponent, SingleInputSummaryComponent, MatrixDynamicPlaceholderComponent, PanelDynamicPlaceholderComponent, ImageMapQuestionComponent
|
|
5497
|
+
BreadcrumbsComponent, SingleInputSummaryComponent, MatrixDynamicPlaceholderComponent, PanelDynamicPlaceholderComponent, ImageMapQuestionComponent, SvgIconRegisteredComponent
|
|
5678
5498
|
],
|
|
5679
5499
|
imports: [
|
|
5680
5500
|
i2.CommonModule, i4.FormsModule
|
|
5681
5501
|
],
|
|
5682
5502
|
exports: [
|
|
5683
|
-
VisibleDirective, Key2ClickDirective,
|
|
5503
|
+
VisibleDirective, Key2ClickDirective, PanelDynamicProgressText, ElementComponent, TemplateRendererComponent,
|
|
5684
5504
|
SurveyComponent, SurveyContentComponent, PopupSurveyComponent, PageComponent, PanelComponent, QuestionComponent, StringViewerComponent, SurveyStringComponent, StringEditorComponent,
|
|
5685
5505
|
TextAreaComponent,
|
|
5686
5506
|
QuestionSkeletonComponent, ScrollComponent, TextQuestionComponent, RadiogroupComponent, RadiogroupItemComponent, CheckboxComponent, CheckboxItemComponent,
|
|
@@ -5692,13 +5512,13 @@
|
|
|
5692
5512
|
ActionBarComponent, ActionComponent, ActionBarItemComponent, ActionBarItemDropdownComponent, HtmlQuestionComponent,
|
|
5693
5513
|
SelectBaseItemComponent, SelectBaseComponent, SurveyCommentComponent, SurveyCommentChoiceComponent, ElementHeaderComponent, ElementTitleComponent, DynamicHeadComponent, RowComponent,
|
|
5694
5514
|
RatingQuestionComponent, SliderQuestionComponent, SliderLabelItemComponent, RatingDropdownItemComponent, RatingDropdownComponent, ButtonGroupDropdownComponent, BooleanQuestionComponent, BooleanCheckboxComponent, BooleanRadioComponent, BooleanRadioItemComponent, ImagePickerItemComponent, ImagePickerQuestionComponent, ImageQuestionComponent,
|
|
5695
|
-
SurveyHeaderComponent, ProgressDefaultComponent, ProgressButtonsComponent,
|
|
5515
|
+
SurveyHeaderComponent, ProgressDefaultComponent, ProgressButtonsComponent, MatrixQuestionComponent, SvgIconComponent, FileQuestionComponent, SafeUrlPipe, SafeHtmlPipe, CommentQuestionComponent, SignaturePadQuestionComponent, ErrorsComponent,
|
|
5696
5516
|
MultipleTextComponent, MultipleTextItemComponent, DynamicComponentDirective, RankingQuestionComponent, RankingItemComponent, RankingItemContentComponent, PanelDynamicQuestionComponent, EmbeddedViewContentComponent, CustomWidgetComponent,
|
|
5697
5517
|
MatrixCellComponent, MatrixDropdownCellComponent, MatrixTableComponent, MatrixDropdownComponent,
|
|
5698
|
-
MatrixDynamicComponent,
|
|
5699
|
-
CustomQuestionComponent, CompositeQuestionComponent, ButtonGroupQuestionComponent, ModalComponent, LogoImageComponent, SkeletonComponent, TimerPanelComponent,
|
|
5518
|
+
MatrixDynamicComponent, MatrixDynamicDragDropIconComponent, MatrixRequiredHeader, ExpressionComponent, SafeResourceUrlPipe,
|
|
5519
|
+
CustomQuestionComponent, CompositeQuestionComponent, ButtonGroupQuestionComponent, ModalComponent, LogoImageComponent, SkeletonComponent, TimerPanelComponent,
|
|
5700
5520
|
NotifierComponent, ComponentsContainerComponent, MultipleTextRowComponent, LoadingIndicatorComponent, HeaderComponent, HeaderCellComponent, HeaderMobileComponent, FilePreviewComponent, SvgBundleComponent, FileItemComponent, FilePageComponent,
|
|
5701
|
-
BreadcrumbsComponent, SingleInputSummaryComponent, MatrixDynamicPlaceholderComponent, PanelDynamicPlaceholderComponent, ImageMapQuestionComponent
|
|
5521
|
+
BreadcrumbsComponent, SingleInputSummaryComponent, MatrixDynamicPlaceholderComponent, PanelDynamicPlaceholderComponent, ImageMapQuestionComponent, SvgIconRegisteredComponent
|
|
5702
5522
|
],
|
|
5703
5523
|
providers: [PopupService],
|
|
5704
5524
|
}]
|
|
@@ -5762,13 +5582,11 @@
|
|
|
5762
5582
|
exports.LoadingIndicatorComponent = LoadingIndicatorComponent;
|
|
5763
5583
|
exports.LogoImageComponent = LogoImageComponent;
|
|
5764
5584
|
exports.MatrixCellComponent = MatrixCellComponent;
|
|
5765
|
-
exports.MatrixDetailButtonComponent = MatrixDetailButtonComponent;
|
|
5766
5585
|
exports.MatrixDropdownCellComponent = MatrixDropdownCellComponent;
|
|
5767
5586
|
exports.MatrixDropdownComponent = MatrixDropdownComponent;
|
|
5768
5587
|
exports.MatrixDynamicComponent = MatrixDynamicComponent;
|
|
5769
5588
|
exports.MatrixDynamicDragDropIconComponent = MatrixDynamicDragDropIconComponent;
|
|
5770
5589
|
exports.MatrixDynamicPlaceholderComponent = MatrixDynamicPlaceholderComponent;
|
|
5771
|
-
exports.MatrixDynamicRemoveButtonComponent = MatrixDynamicRemoveButtonComponent;
|
|
5772
5590
|
exports.MatrixQuestionComponent = MatrixQuestionComponent;
|
|
5773
5591
|
exports.MatrixRequiredHeader = MatrixRequiredHeader;
|
|
5774
5592
|
exports.MatrixTableComponent = MatrixTableComponent;
|
|
@@ -5779,14 +5597,9 @@
|
|
|
5779
5597
|
exports.NotifierComponent = NotifierComponent;
|
|
5780
5598
|
exports.PageComponent = PageComponent;
|
|
5781
5599
|
exports.PanelComponent = PanelComponent;
|
|
5782
|
-
exports.PanelDynamicAddBtn = PanelDynamicAddBtn;
|
|
5783
|
-
exports.PanelDynamicNextBtn = PanelDynamicNextBtn;
|
|
5784
5600
|
exports.PanelDynamicPlaceholderComponent = PanelDynamicPlaceholderComponent;
|
|
5785
|
-
exports.PanelDynamicPrevBtn = PanelDynamicPrevBtn;
|
|
5786
5601
|
exports.PanelDynamicProgressText = PanelDynamicProgressText;
|
|
5787
5602
|
exports.PanelDynamicQuestionComponent = PanelDynamicQuestionComponent;
|
|
5788
|
-
exports.PaneldynamicAction = PaneldynamicAction;
|
|
5789
|
-
exports.PaneldynamicRemoveButtonComponent = PaneldynamicRemoveButtonComponent;
|
|
5790
5603
|
exports.PopupBaseContainerComponent = PopupBaseContainerComponent;
|
|
5791
5604
|
exports.PopupCloseButtonComponent = PopupCloseButtonComponent;
|
|
5792
5605
|
exports.PopupComponent = PopupComponent;
|
|
@@ -5831,7 +5644,6 @@
|
|
|
5831
5644
|
exports.SurveyContentComponent = SurveyContentComponent;
|
|
5832
5645
|
exports.SurveyHeaderComponent = SurveyHeaderComponent;
|
|
5833
5646
|
exports.SurveyModule = SurveyModule;
|
|
5834
|
-
exports.SurveyNavigationButton = SurveyNavigationButton;
|
|
5835
5647
|
exports.SurveyStringComponent = SurveyStringComponent;
|
|
5836
5648
|
exports.SvgBundleComponent = SvgBundleComponent;
|
|
5837
5649
|
exports.SvgIconComponent = SvgIconComponent;
|