survey-creator-angular 1.12.1 → 1.12.2
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/add-question-type-selector.component.d.ts +13 -0
- package/add-question.component.d.ts +15 -0
- package/angular-ui.d.ts +9 -2
- package/angular-ui.module.d.ts +65 -58
- package/bundles/survey-creator-angular.umd.js +228 -29
- package/bundles/survey-creator-angular.umd.js.map +1 -1
- package/esm2015/add-question-type-selector.component.js +40 -0
- package/esm2015/add-question.component.js +46 -0
- package/esm2015/angular-ui.js +10 -3
- package/esm2015/angular-ui.module.js +17 -10
- package/esm2015/page-add-question.component.js +29 -29
- package/esm2015/panel.component.js +2 -2
- package/esm2015/property-panel/object-selector.component.js +1 -1
- package/esm2015/side-bar/side-bar-page.component.js +23 -0
- package/esm2015/side-bar/side-bar-tab.component.js +22 -22
- package/esm2015/side-bar/side-bar.component.js +3 -3
- package/esm2015/tab-control/property-grid-placeholder-header.component.js +22 -0
- package/esm2015/tab-control/property-grid-placeholder.component.js +22 -0
- package/esm2015/tab-control/side-bar-property-grid-header.component.js +28 -0
- package/esm2015/tab-control/tab-button.component.js +23 -0
- package/esm2015/tab-control/tab-control.component.js +24 -0
- package/esm2015/tab-control/tabs.component.js +23 -0
- package/fesm2015/survey-creator-angular.js +191 -26
- package/fesm2015/survey-creator-angular.js.map +1 -1
- package/package.json +4 -4
- package/page-add-question.component.d.ts +9 -9
- package/side-bar/side-bar-page.component.d.ts +9 -0
- package/side-bar/side-bar-tab.component.d.ts +9 -9
- package/tab-control/property-grid-placeholder-header.component.d.ts +9 -0
- package/tab-control/property-grid-placeholder.component.d.ts +7 -0
- package/tab-control/side-bar-property-grid-header.component.d.ts +10 -0
- package/tab-control/tab-button.component.d.ts +9 -0
- package/tab-control/tab-control.component.d.ts +9 -0
- package/tab-control/tabs.component.d.ts +10 -0
|
@@ -569,23 +569,23 @@
|
|
|
569
569
|
}] } });
|
|
570
570
|
i1.AngularComponentFactory.Instance.registerComponent("svc-tabbed-menu", TabbledMenuComponent);
|
|
571
571
|
|
|
572
|
-
var
|
|
573
|
-
__extends(
|
|
574
|
-
function
|
|
572
|
+
var SidebarPageComponent = /** @class */ (function (_super) {
|
|
573
|
+
__extends(SidebarPageComponent, _super);
|
|
574
|
+
function SidebarPageComponent() {
|
|
575
575
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
576
576
|
}
|
|
577
|
-
|
|
577
|
+
SidebarPageComponent.prototype.getModel = function () {
|
|
578
578
|
return this.model;
|
|
579
579
|
};
|
|
580
|
-
return
|
|
580
|
+
return SidebarPageComponent;
|
|
581
581
|
}(i1.BaseAngular));
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type:
|
|
582
|
+
SidebarPageComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SidebarPageComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
583
|
+
SidebarPageComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: SidebarPageComponent, selector: "svc-side-bar-page", inputs: { model: "model" }, usesInheritance: true, ngImport: i0__namespace, template: "<ng-template #template>\n <ng-container *ngIf=\"model.visible\">\n <ng-template [component]=\"{ name: model.componentName, data: { model: model.componentData } }\"></ng-template>\n </ng-container>\n</ng-template>", styles: [":host { display: none; }"], directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1__namespace.DynamicComponentDirective, selector: "[component]", inputs: ["component"] }] });
|
|
584
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SidebarPageComponent, decorators: [{
|
|
585
585
|
type: i0.Component,
|
|
586
586
|
args: [{
|
|
587
|
-
selector: "svc-side-bar-
|
|
588
|
-
templateUrl: "./side-bar-
|
|
587
|
+
selector: "svc-side-bar-page",
|
|
588
|
+
templateUrl: "./side-bar-page.component.html",
|
|
589
589
|
styles: [":host { display: none; }"]
|
|
590
590
|
}]
|
|
591
591
|
}], propDecorators: { model: [{
|
|
@@ -610,7 +610,7 @@
|
|
|
610
610
|
return SidebarComponent;
|
|
611
611
|
}(i1.BaseAngular));
|
|
612
612
|
SidebarComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SidebarComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
613
|
-
SidebarComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: SidebarComponent, selector: "svc-side-bar", inputs: { model: "model" }, viewQueries: [{ propertyName: "container", first: true, predicate: ["container"], descendants: true }], usesInheritance: true, ngImport: i0__namespace, template: "<ng-template #template>\n <div class=\"svc-side-bar\" [class.svc-flyout-side-bar]=\"model.flyoutPanelMode\" [visible]=\"model.
|
|
613
|
+
SidebarComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: SidebarComponent, selector: "svc-side-bar", inputs: { model: "model" }, viewQueries: [{ propertyName: "container", first: true, predicate: ["container"], descendants: true }], usesInheritance: true, ngImport: i0__namespace, template: "<ng-template #template>\n <div class=\"svc-side-bar\" [class.svc-flyout-side-bar]=\"model.flyoutPanelMode\" [visible]=\"model.hasVisiblePages\">\n <div class=\"svc-side-bar__shadow\" (click)=\"model.collapseSidebar()\"></div>\n <div class=\"svc-flex-row svc-side-bar__wrapper\">\n <div class=\"svc-side-bar__container\" [visible]=\"model.renderedIsVisible\" #container>\n <ng-container *ngIf=\"model.headerComponentName\">\n <ng-template\n [component]=\"{ name: model.headerComponentName, data: { model: model.headerComponentData } }\"></ng-template>\n </ng-container>\n <ng-container *ngIf=\"!model.headerComponentName\">\n <div class=\"svc-side-bar__container-header\">\n <div class=\"svc-side-bar__container-actions\">\n <sv-action-bar [model]=\"model.toolbar\"></sv-action-bar>\n </div>\n <div *ngIf=\"!!model.headerText\" class=\"svc-side-bar__container-title\">{{model.headerText}}</div>\n </div>\n </ng-container>\n <div class=\"svc-side-bar__container-content\">\n <ng-container *ngFor=\"let page of model.pages\">\n <svc-side-bar-page [model]=\"page\"></svc-side-bar-page>\n </ng-container>\n </div>\n </div>\n <ng-container *ngIf=\"model.sideAreaComponentName\">\n <ng-template\n [component]=\"{ name: model.sideAreaComponentName, data: { model: model.sideAreaComponentData } }\"></ng-template>\n </ng-container>\n </div>\n </div>\n</ng-template>", styles: [":host { display: none; }"], components: [{ type: i1__namespace.ActionBarComponent, selector: "sv-action-bar, sv-ng-action-bar", inputs: ["model", "handleClick"] }, { type: SidebarPageComponent, selector: "svc-side-bar-page", inputs: ["model"] }], directives: [{ type: i1__namespace.VisibleDirective, selector: "[visible]", inputs: ["visible"] }, { type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1__namespace.DynamicComponentDirective, selector: "[component]", inputs: ["component"] }, { type: i2__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
|
|
614
614
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SidebarComponent, decorators: [{
|
|
615
615
|
type: i0.Component,
|
|
616
616
|
args: [{
|
|
@@ -1146,6 +1146,148 @@
|
|
|
1146
1146
|
}] } });
|
|
1147
1147
|
i1.AngularComponentFactory.Instance.registerComponent("svc-tabbed-menu-item", TabbedMenuItemComponent);
|
|
1148
1148
|
|
|
1149
|
+
var TabButtonComponent = /** @class */ (function (_super) {
|
|
1150
|
+
__extends(TabButtonComponent, _super);
|
|
1151
|
+
function TabButtonComponent() {
|
|
1152
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
1153
|
+
}
|
|
1154
|
+
TabButtonComponent.prototype.getModel = function () {
|
|
1155
|
+
return this.model;
|
|
1156
|
+
};
|
|
1157
|
+
return TabButtonComponent;
|
|
1158
|
+
}(i1.BaseAngular));
|
|
1159
|
+
TabButtonComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TabButtonComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1160
|
+
TabButtonComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: TabButtonComponent, selector: "svc-tab-button", inputs: { model: "model" }, usesInheritance: true, ngImport: i0__namespace, template: "<ng-template #template>\n <div class=\"svc-menu-action\">\n <div [class]=\"model.buttonClassName\" [attr.title]=\"model.tooltip\" (click)=\"model.action()\">\n <div class=\"svc-menu-action__icon\">\n <div class=\"svc-menu-action__icon-container\">\n <svg [iconName]=\"model.iconName\" [size]=\"24\" sv-ng-svg-icon></svg>\n </div>\n </div>\n </div>\n </div>\n</ng-template>", styles: [":host { display: none; }"], components: [{ type: i1__namespace.SvgIconComponent, selector: "'[sv-ng-svg-icon]'", inputs: ["size", "width", "height", "iconName", "partCss", "css", "title"] }] });
|
|
1161
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TabButtonComponent, decorators: [{
|
|
1162
|
+
type: i0.Component,
|
|
1163
|
+
args: [{
|
|
1164
|
+
selector: "svc-tab-button",
|
|
1165
|
+
templateUrl: "./tab-button.component.html",
|
|
1166
|
+
styles: [":host { display: none; }"]
|
|
1167
|
+
}]
|
|
1168
|
+
}], propDecorators: { model: [{
|
|
1169
|
+
type: i0.Input
|
|
1170
|
+
}] } });
|
|
1171
|
+
i1.AngularComponentFactory.Instance.registerComponent("svc-tab-button", TabButtonComponent);
|
|
1172
|
+
|
|
1173
|
+
var TabsComponent = /** @class */ (function (_super) {
|
|
1174
|
+
__extends(TabsComponent, _super);
|
|
1175
|
+
function TabsComponent() {
|
|
1176
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
1177
|
+
}
|
|
1178
|
+
TabsComponent.prototype.getModel = function () {
|
|
1179
|
+
return this.model;
|
|
1180
|
+
};
|
|
1181
|
+
return TabsComponent;
|
|
1182
|
+
}(i1.BaseAngular));
|
|
1183
|
+
TabsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TabsComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1184
|
+
TabsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: TabsComponent, selector: "svc-tabs", inputs: { model: "model" }, usesInheritance: true, ngImport: i0__namespace, template: "<ng-template #template>\n <ng-container *ngFor=\"let action of model.actions\">\n <svc-tab-button [model]=\"action\"></svc-tab-button>\n </ng-container>\n</ng-template>", styles: [":host { display: none; }"], components: [{ type: TabButtonComponent, selector: "svc-tab-button", inputs: ["model"] }], directives: [{ type: i2__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
|
|
1185
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TabsComponent, decorators: [{
|
|
1186
|
+
type: i0.Component,
|
|
1187
|
+
args: [{
|
|
1188
|
+
selector: "svc-tabs",
|
|
1189
|
+
templateUrl: "./tabs.component.html",
|
|
1190
|
+
styles: [":host { display: none; }"]
|
|
1191
|
+
}]
|
|
1192
|
+
}], propDecorators: { model: [{
|
|
1193
|
+
type: i0.Input
|
|
1194
|
+
}] } });
|
|
1195
|
+
|
|
1196
|
+
var TabControlComponent = /** @class */ (function (_super) {
|
|
1197
|
+
__extends(TabControlComponent, _super);
|
|
1198
|
+
function TabControlComponent() {
|
|
1199
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
1200
|
+
}
|
|
1201
|
+
TabControlComponent.prototype.getModel = function () {
|
|
1202
|
+
return this.model;
|
|
1203
|
+
};
|
|
1204
|
+
return TabControlComponent;
|
|
1205
|
+
}(i1.BaseAngular));
|
|
1206
|
+
TabControlComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TabControlComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1207
|
+
TabControlComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: TabControlComponent, selector: "svc-tab-control", inputs: { model: "model" }, usesInheritance: true, ngImport: i0__namespace, template: "<ng-template #template>\n <div [class]=\"model.sideBarClassName\">\n <div class=\"svc-sidebar-tabs__top-container\">\n <div class=\"svc-sidebar-tabs__collapse-button\">\n <svc-tab-button [model]=\"model.expandCollapseAction\"></svc-tab-button>\n </div>\n <div class=\"svc-sidebar-tabs__separator\">\n <div></div>\n </div>\n <div class=\"svc-sidebar-tabs__items\">\n <svc-tabs [model]=\"model.topToolbar\"></svc-tabs>\n </div>\n </div>\n <div class=\"svc-sidebar-tabs__bottom-container\">\n <div class=\"svc-sidebar-tabs__items\">\n <svc-tabs [model]=\"model.bottomToolbar\"></svc-tabs>\n </div>\n </div>\n </div>\n</ng-template>", styles: [":host { display: none; }"], components: [{ type: TabButtonComponent, selector: "svc-tab-button", inputs: ["model"] }, { type: TabsComponent, selector: "svc-tabs", inputs: ["model"] }] });
|
|
1208
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TabControlComponent, decorators: [{
|
|
1209
|
+
type: i0.Component,
|
|
1210
|
+
args: [{
|
|
1211
|
+
selector: "svc-tab-control",
|
|
1212
|
+
templateUrl: "./tab-control.component.html",
|
|
1213
|
+
styles: [":host { display: none; }"]
|
|
1214
|
+
}]
|
|
1215
|
+
}], propDecorators: { model: [{
|
|
1216
|
+
type: i0.Input
|
|
1217
|
+
}] } });
|
|
1218
|
+
i1.AngularComponentFactory.Instance.registerComponent("svc-tab-control", TabControlComponent);
|
|
1219
|
+
|
|
1220
|
+
var SidebarPropertyGridHeaderComponent = /** @class */ (function (_super) {
|
|
1221
|
+
__extends(SidebarPropertyGridHeaderComponent, _super);
|
|
1222
|
+
function SidebarPropertyGridHeaderComponent() {
|
|
1223
|
+
var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
|
|
1224
|
+
_this.getTarget = surveyCore.getActionDropdownButtonTarget;
|
|
1225
|
+
return _this;
|
|
1226
|
+
}
|
|
1227
|
+
SidebarPropertyGridHeaderComponent.prototype.getModel = function () {
|
|
1228
|
+
return this.model;
|
|
1229
|
+
};
|
|
1230
|
+
return SidebarPropertyGridHeaderComponent;
|
|
1231
|
+
}(i1.BaseAngular));
|
|
1232
|
+
SidebarPropertyGridHeaderComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SidebarPropertyGridHeaderComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1233
|
+
SidebarPropertyGridHeaderComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: SidebarPropertyGridHeaderComponent, selector: "svc-side-bar-property-grid-header", inputs: { model: "model" }, usesInheritance: true, ngImport: i0__namespace, template: "<ng-template #template>\n <div class=\"svc-sidebar__header svc-sidebar__header--tabbed\">\n <div class=\"svc-sidebar__header-container svc-sidebar__header-container--with-subtitle\">\n <div class=\"svc-sidebar__header-content\" (click)=\"model.action()\">\n <div [class]=\"model.buttonClassName\">\n <div class=\"svc-sidebar__header-caption\">\n <span class=\"svc-sidebar__header-title\">{{model.title}}</span>\n <span class=\"svc-sidebar__header-subtitle\">{{model.tooltip}}</span>\n </div>\n </div>\n <sv-ng-popup [popupModel]=\"model.popupModel\" [getTarget]=\"getTarget\"></sv-ng-popup>\n </div>\n </div>\n </div>\n</ng-template>", styles: [":host { display: none; }"], components: [{ type: i1__namespace.PopupComponent, selector: "sv-ng-popup, '[sv-ng-popup]'", inputs: ["popupModel", "getTarget", "getArea"] }] });
|
|
1234
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SidebarPropertyGridHeaderComponent, decorators: [{
|
|
1235
|
+
type: i0.Component,
|
|
1236
|
+
args: [{
|
|
1237
|
+
selector: "svc-side-bar-property-grid-header",
|
|
1238
|
+
templateUrl: "./side-bar-property-grid-header.component.html",
|
|
1239
|
+
styles: [":host { display: none; }"]
|
|
1240
|
+
}]
|
|
1241
|
+
}], propDecorators: { model: [{
|
|
1242
|
+
type: i0.Input
|
|
1243
|
+
}] } });
|
|
1244
|
+
i1.AngularComponentFactory.Instance.registerComponent("svc-side-bar-property-grid-header", SidebarPropertyGridHeaderComponent);
|
|
1245
|
+
|
|
1246
|
+
var PropertyGridPlaceholderComponent = /** @class */ (function (_super) {
|
|
1247
|
+
__extends(PropertyGridPlaceholderComponent, _super);
|
|
1248
|
+
function PropertyGridPlaceholderComponent() {
|
|
1249
|
+
var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
|
|
1250
|
+
_this.editorLocalization = surveyCreatorCore.editorLocalization;
|
|
1251
|
+
return _this;
|
|
1252
|
+
}
|
|
1253
|
+
return PropertyGridPlaceholderComponent;
|
|
1254
|
+
}(i1.EmbeddedViewContentComponent));
|
|
1255
|
+
PropertyGridPlaceholderComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PropertyGridPlaceholderComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1256
|
+
PropertyGridPlaceholderComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: PropertyGridPlaceholderComponent, selector: "svc-property-grid-placeholder", usesInheritance: true, ngImport: i0__namespace, template: "<ng-template #template>\n <div class=\"svc-property-grid-placeholder\">\n <div class=\"svc-property-grid-placeholder__header\">\n <span\n class=\"svc-property-grid-placeholder__title\">{{editorLocalization.getString(\"ed.propertyGridPlaceholderTitle\")}}</span>\n <span\n class=\"svc-property-grid-placeholder__description\">{{editorLocalization.getString(\"ed.propertyGridPlaceholderDescription\")}}</span>\n </div>\n <div class=\"svc-property-grid-placeholder__content\">\n <div class=\"svc-property-grid-placeholder__gap\"></div>\n <div class=\"svc-property-grid-placeholder__image\"></div>\n </div>\n </div>\n</ng-template>", styles: [":host { display: none; }"] });
|
|
1257
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PropertyGridPlaceholderComponent, decorators: [{
|
|
1258
|
+
type: i0.Component,
|
|
1259
|
+
args: [{
|
|
1260
|
+
selector: "svc-property-grid-placeholder",
|
|
1261
|
+
templateUrl: "./property-grid-placeholder.component.html",
|
|
1262
|
+
styles: [":host { display: none; }"]
|
|
1263
|
+
}]
|
|
1264
|
+
}] });
|
|
1265
|
+
i1.AngularComponentFactory.Instance.registerComponent("svc-property-grid-placeholder", PropertyGridPlaceholderComponent);
|
|
1266
|
+
|
|
1267
|
+
var SidebarPropertyGridPlaceholderHeaderComponent = /** @class */ (function (_super) {
|
|
1268
|
+
__extends(SidebarPropertyGridPlaceholderHeaderComponent, _super);
|
|
1269
|
+
function SidebarPropertyGridPlaceholderHeaderComponent() {
|
|
1270
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
1271
|
+
}
|
|
1272
|
+
SidebarPropertyGridPlaceholderHeaderComponent.prototype.getModel = function () {
|
|
1273
|
+
return this.model;
|
|
1274
|
+
};
|
|
1275
|
+
return SidebarPropertyGridPlaceholderHeaderComponent;
|
|
1276
|
+
}(i1.BaseAngular));
|
|
1277
|
+
SidebarPropertyGridPlaceholderHeaderComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SidebarPropertyGridPlaceholderHeaderComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1278
|
+
SidebarPropertyGridPlaceholderHeaderComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: SidebarPropertyGridPlaceholderHeaderComponent, selector: "svc-side-bar-property-grid-placeholder-header", inputs: { model: "model" }, usesInheritance: true, ngImport: i0__namespace, template: "<ng-template #template>\n <div class=\"svc-side-bar__container-header svc-sidebar__header-container\">\n <div class=\"svc-side-bar__container-title\">{{model.caption}}</div>\n </div>\n</ng-template>", styles: [":host { display: none; }"] });
|
|
1279
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SidebarPropertyGridPlaceholderHeaderComponent, decorators: [{
|
|
1280
|
+
type: i0.Component,
|
|
1281
|
+
args: [{
|
|
1282
|
+
selector: "svc-side-bar-property-grid-placeholder-header",
|
|
1283
|
+
templateUrl: "./property-grid-placeholder-header.component.html",
|
|
1284
|
+
styles: [":host { display: none; }"]
|
|
1285
|
+
}]
|
|
1286
|
+
}], propDecorators: { model: [{
|
|
1287
|
+
type: i0.Input
|
|
1288
|
+
}] } });
|
|
1289
|
+
i1.AngularComponentFactory.Instance.registerComponent("svc-side-bar-property-grid-placeholder-header", SidebarPropertyGridPlaceholderHeaderComponent);
|
|
1290
|
+
|
|
1149
1291
|
var ObjectSelectorComponent = /** @class */ (function (_super) {
|
|
1150
1292
|
__extends(ObjectSelectorComponent, _super);
|
|
1151
1293
|
function ObjectSelectorComponent() {
|
|
@@ -1686,8 +1828,19 @@
|
|
|
1686
1828
|
var AddQuestionButtonComponent = /** @class */ (function (_super) {
|
|
1687
1829
|
__extends(AddQuestionButtonComponent, _super);
|
|
1688
1830
|
function AddQuestionButtonComponent() {
|
|
1689
|
-
|
|
1831
|
+
var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
|
|
1832
|
+
_this.buttonClass = "svc-btn";
|
|
1833
|
+
_this.renderPopup = true;
|
|
1834
|
+
return _this;
|
|
1690
1835
|
}
|
|
1836
|
+
AddQuestionButtonComponent.prototype.getPropertiesToTrack = function () {
|
|
1837
|
+
return [];
|
|
1838
|
+
};
|
|
1839
|
+
AddQuestionButtonComponent.prototype.createModel = function () {
|
|
1840
|
+
};
|
|
1841
|
+
AddQuestionButtonComponent.prototype.getModel = function () {
|
|
1842
|
+
return this.model.data;
|
|
1843
|
+
};
|
|
1691
1844
|
Object.defineProperty(AddQuestionButtonComponent.prototype, "adorner", {
|
|
1692
1845
|
get: function () {
|
|
1693
1846
|
return this.model.data;
|
|
@@ -1699,24 +1852,63 @@
|
|
|
1699
1852
|
event.stopPropagation();
|
|
1700
1853
|
this.adorner.addNewQuestion(this.adorner, event);
|
|
1701
1854
|
};
|
|
1702
|
-
AddQuestionButtonComponent.prototype.selectQuestionType = function (event) {
|
|
1703
|
-
event.stopPropagation();
|
|
1704
|
-
this.adorner.questionTypeSelectorModel.action();
|
|
1705
|
-
};
|
|
1706
1855
|
return AddQuestionButtonComponent;
|
|
1707
|
-
}(
|
|
1856
|
+
}(CreatorModelComponent));
|
|
1708
1857
|
AddQuestionButtonComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: AddQuestionButtonComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1709
|
-
AddQuestionButtonComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: AddQuestionButtonComponent, selector: "svc-add-new-question-btn", usesInheritance: true, ngImport: i0__namespace, template: "<ng-template #template>\n <div *ngIf=\"adorner.showAddQuestionButton\" class=\"svc-
|
|
1858
|
+
AddQuestionButtonComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: AddQuestionButtonComponent, selector: "svc-add-new-question-btn", inputs: { model: "model", buttonClass: "buttonClass", renderPopup: "renderPopup" }, usesInheritance: true, ngImport: i0__namespace, template: "<ng-template #template>\n <div *ngIf=\"adorner.showAddQuestionButton\" [class]=\"'svc-element__add-new-question ' + buttonClass\" [key2click]\n (click)=\"addNewQuestion($event)\"\n (mouseover)=\"adorner.hoverStopper && adorner.hoverStopper($event, $event.currentTarget)\"\n data-bind=\"clickBubble: false\">\n <svg class=\"svc-panel__add-new-question-icon\" [iconName]=\"('icon-add_24x24')\" [size]=\"24\" sv-ng-svg-icon></svg>\n <span class=\"svc-text svc-text--normal svc-text--bold\">\n {{ adorner.addNewQuestionText }}\n </span>\n <ng-template *ngIf=\"renderPopup\"\n [component]=\"{ name: 'svc-add-question-type-selector', data: { questionTypeSelectorModel: adorner.questionTypeSelectorModel, renderPopup: renderPopup } }\">\n </ng-template>\n </div>\n <ng-template *ngIf=\"!renderPopup\"\n [component]=\"{ name: 'svc-add-question-type-selector', data: { questionTypeSelectorModel: adorner.questionTypeSelectorModel, renderPopup: renderPopup } }\">\n </ng-template>\n</ng-template>", styles: [":host { display: none; }"], components: [{ type: i1__namespace.SvgIconComponent, selector: "'[sv-ng-svg-icon]'", inputs: ["size", "width", "height", "iconName", "partCss", "css", "title"] }], directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1__namespace.Key2ClickDirective, selector: "[key2click]", inputs: ["key2click"] }, { type: i1__namespace.DynamicComponentDirective, selector: "[component]", inputs: ["component"] }] });
|
|
1710
1859
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: AddQuestionButtonComponent, decorators: [{
|
|
1711
1860
|
type: i0.Component,
|
|
1712
1861
|
args: [{
|
|
1713
1862
|
selector: "svc-add-new-question-btn",
|
|
1714
|
-
templateUrl: "./
|
|
1863
|
+
templateUrl: "./add-question.component.html",
|
|
1715
1864
|
styles: [":host { display: none; }"]
|
|
1716
1865
|
}]
|
|
1717
|
-
}]
|
|
1866
|
+
}], propDecorators: { model: [{
|
|
1867
|
+
type: i0.Input
|
|
1868
|
+
}], buttonClass: [{
|
|
1869
|
+
type: i0.Input
|
|
1870
|
+
}], renderPopup: [{
|
|
1871
|
+
type: i0.Input
|
|
1872
|
+
}] } });
|
|
1718
1873
|
i1.AngularComponentFactory.Instance.registerComponent("svc-add-new-question-btn", AddQuestionButtonComponent);
|
|
1719
1874
|
|
|
1875
|
+
var AddQuestionTypeSelectorComponent = /** @class */ (function (_super) {
|
|
1876
|
+
__extends(AddQuestionTypeSelectorComponent, _super);
|
|
1877
|
+
function AddQuestionTypeSelectorComponent() {
|
|
1878
|
+
var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
|
|
1879
|
+
_this.renderPopup = true;
|
|
1880
|
+
return _this;
|
|
1881
|
+
}
|
|
1882
|
+
AddQuestionTypeSelectorComponent.prototype.getPropertiesToTrack = function () {
|
|
1883
|
+
return [];
|
|
1884
|
+
};
|
|
1885
|
+
AddQuestionTypeSelectorComponent.prototype.createModel = function () {
|
|
1886
|
+
};
|
|
1887
|
+
AddQuestionTypeSelectorComponent.prototype.getModel = function () {
|
|
1888
|
+
return this.questionTypeSelectorModel;
|
|
1889
|
+
};
|
|
1890
|
+
AddQuestionTypeSelectorComponent.prototype.selectQuestionType = function (event) {
|
|
1891
|
+
event.stopPropagation();
|
|
1892
|
+
this.questionTypeSelectorModel.action();
|
|
1893
|
+
};
|
|
1894
|
+
return AddQuestionTypeSelectorComponent;
|
|
1895
|
+
}(CreatorModelComponent));
|
|
1896
|
+
AddQuestionTypeSelectorComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: AddQuestionTypeSelectorComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1897
|
+
AddQuestionTypeSelectorComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: AddQuestionTypeSelectorComponent, selector: "svc-add-question-type-selector", inputs: { questionTypeSelectorModel: "questionTypeSelectorModel", renderPopup: "renderPopup" }, usesInheritance: true, ngImport: i0__namespace, template: "<ng-template #template>\n <button type=\"button\" [key2click] (click)=\"selectQuestionType($event)\" [attr.title]=\"questionTypeSelectorModel.title\"\n [attr.aria-label]=\"questionTypeSelectorModel.title\" class=\"svc-element__question-type-selector\">\n <svg class=\"svc-element__question-type-selector-icon\" [iconName]=\"questionTypeSelectorModel.iconName\" [size]=\"24\"\n sv-ng-svg-icon></svg>\n <sv-ng-popup *ngIf=\"renderPopup\" [popupModel]=\"questionTypeSelectorModel.popupModel\"></sv-ng-popup>\n </button>\n</ng-template>", styles: [":host { display: none; }"], components: [{ type: i1__namespace.SvgIconComponent, selector: "'[sv-ng-svg-icon]'", inputs: ["size", "width", "height", "iconName", "partCss", "css", "title"] }, { type: i1__namespace.PopupComponent, selector: "sv-ng-popup, '[sv-ng-popup]'", inputs: ["popupModel", "getTarget", "getArea"] }], directives: [{ type: i1__namespace.Key2ClickDirective, selector: "[key2click]", inputs: ["key2click"] }, { type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
1898
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: AddQuestionTypeSelectorComponent, decorators: [{
|
|
1899
|
+
type: i0.Component,
|
|
1900
|
+
args: [{
|
|
1901
|
+
selector: "svc-add-question-type-selector",
|
|
1902
|
+
templateUrl: "./add-question-type-selector.component.html",
|
|
1903
|
+
styles: [":host { display: none; }"]
|
|
1904
|
+
}]
|
|
1905
|
+
}], propDecorators: { questionTypeSelectorModel: [{
|
|
1906
|
+
type: i0.Input
|
|
1907
|
+
}], renderPopup: [{
|
|
1908
|
+
type: i0.Input
|
|
1909
|
+
}] } });
|
|
1910
|
+
i1.AngularComponentFactory.Instance.registerComponent("svc-add-question-type-selector", AddQuestionTypeSelectorComponent);
|
|
1911
|
+
|
|
1720
1912
|
var QuestionBannerComponent = /** @class */ (function (_super) {
|
|
1721
1913
|
__extends(QuestionBannerComponent, _super);
|
|
1722
1914
|
function QuestionBannerComponent() {
|
|
@@ -2135,7 +2327,7 @@
|
|
|
2135
2327
|
return PanelDesignerComponent;
|
|
2136
2328
|
}(QuestionDesignerComponent));
|
|
2137
2329
|
PanelDesignerComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PanelDesignerComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
2138
|
-
PanelDesignerComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: PanelDesignerComponent, selector: "svc-panel", usesInheritance: true, ngImport: i0__namespace, template: "<ng-template #template>\n <div *ngIf=\"adorner\" class=\"svc-question__adorner\" [class]=\"adorner.rootCss()\"
|
|
2330
|
+
PanelDesignerComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: PanelDesignerComponent, selector: "svc-panel", usesInheritance: true, ngImport: i0__namespace, template: "<ng-template #template>\n <div *ngIf=\"adorner\" class=\"svc-question__adorner\" [class]=\"adorner.rootCss()\" (dblclick)=\"adorner.dblclick($event)\"\n (mouseover)=\"adorner.hover($event, $event.currentTarget)\" (mouseleave)=\"adorner.hover($event, $event.currentTarget)\"\n [attr.data-sv-drop-target-survey-element]=\"adorner.element.name || null\" #container>\n\n <div [class]=\"adorner.css()\" [key2click]=\"{ disableTabStop: true }\"\n (click)=\"adorner.element.isInteractiveDesignElement ? adorner.select(adorner, $event) : null\">\n <div class=\"svc-question__drop-indicator svc-question__drop-indicator--left\"></div>\n <div class=\"svc-question__drop-indicator svc-question__drop-indicator--right\"></div>\n <div class=\"svc-question__drop-indicator svc-question__drop-indicator--top\"></div>\n <div class=\"svc-question__drop-indicator svc-question__drop-indicator--bottom\"></div>\n <div *ngIf=\"adorner.allowDragging && adorner.element.isInteractiveDesignElement\" class=\"svc-question__drag-area\"\n (pointerdown)=\"adorner.onPointerDown($event)\">\n <svg class=\"svc-question__drag-element\" [iconName]=\"'icon-drag-area-indicator_24x16'\" [size]=\"24\"\n sv-ng-svg-icon></svg>\n <div class=\"svc-question__top-actions\">\n <sv-action-bar [model]=\"adorner.topActionContainer\" [handleClick]=\"false\"></sv-action-bar>\n </div>\n </div>\n\n <ng-template [component]=\"{ name: componentName, data: componentData }\"></ng-template>\n\n <div *ngIf=\"adorner.isEmptyElement\" class=\"svc-panel__placeholder_frame-wrapper\">\n <div class=\"svc-panel__placeholder_frame\">\n <div class=\"svc-panel__placeholder\">{{ adorner.placeholderText }}</div>\n <div *ngIf=\"adorner.showAddQuestionButton\" class=\"svc-panel__add-new-question svc-action-button\" [key2click]\n (click)=\"addNewQuestion($event)\">\n <svg class=\"svc-panel__add-new-question-icon\" [iconName]=\"('icon-add_24x24')\" [size]=\"24\"\n sv-ng-svg-icon></svg>\n <span class=\"svc-text svc-text--normal svc-text--bold\">\n {{ adorner.addNewQuestionText }}\n </span>\n </div>\n </div>\n </div>\n\n <ng-template *ngIf=\"adornerComponent && adorner.element.isInteractiveDesignElement\"\n [component]=\"{ name: adornerComponent, data: { adorner: adorner, question: model } }\">\n </ng-template>\n\n <div *ngIf=\"!adorner.isEmptyElement && adorner.showAddQuestionButton\"\n class=\"svc-panel__add-new-question-container\">\n <div class=\"svc-panel__question-type-selector-popup\"> <sv-ng-popup\n [popupModel]=\"adorner.questionTypeSelectorModel.popupModel\"></sv-ng-popup>\n </div>\n\n <div class=\"svc-panel__add-new-question-wrapper\">\n <ng-template\n [component]=\"{ name: 'svc-add-new-question-btn', data: { model: { data: adorner }, buttonClass: 'svc-action-button', renderPopup: false } }\">\n </ng-template>\n </div>\n </div>\n\n <div *ngIf=\"adorner.element.isInteractiveDesignElement\" class=\"svc-question__content-actions\"\n (focusin)=\"adorner.select(adorner, $event)\">\n <sv-action-bar [model]=\"adorner.actionContainer\" [handleClick]=\"false\"></sv-action-bar>\n </div>\n </div>\n </div>\n</ng-template>", styles: [":host { display: none; }"], components: [{ type: i1__namespace.SvgIconComponent, selector: "'[sv-ng-svg-icon]'", inputs: ["size", "width", "height", "iconName", "partCss", "css", "title"] }, { type: i1__namespace.ActionBarComponent, selector: "sv-action-bar, sv-ng-action-bar", inputs: ["model", "handleClick"] }, { type: i1__namespace.PopupComponent, selector: "sv-ng-popup, '[sv-ng-popup]'", inputs: ["popupModel", "getTarget", "getArea"] }], directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1__namespace.Key2ClickDirective, selector: "[key2click]", inputs: ["key2click"] }, { type: i1__namespace.DynamicComponentDirective, selector: "[component]", inputs: ["component"] }] });
|
|
2139
2331
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PanelDesignerComponent, decorators: [{
|
|
2140
2332
|
type: i0.Component,
|
|
2141
2333
|
args: [{
|
|
@@ -3037,35 +3229,35 @@
|
|
|
3037
3229
|
return SurveyCreatorModule;
|
|
3038
3230
|
}());
|
|
3039
3231
|
SurveyCreatorModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SurveyCreatorModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
3040
|
-
SurveyCreatorModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SurveyCreatorModule, declarations: [CreatorComponent, DesignerTabComponent, PageDesignerComponent, QuestionDesignerComponent, PanelDesignerComponent, TabbledMenuComponent, TabbedMenuItemComponent, TabbedMenuItemWrapperComponent, SidebarComponent,
|
|
3232
|
+
SurveyCreatorModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SurveyCreatorModule, declarations: [CreatorComponent, DesignerTabComponent, PageDesignerComponent, QuestionDesignerComponent, PanelDesignerComponent, TabbledMenuComponent, TabbedMenuItemComponent, TabbedMenuItemWrapperComponent, SidebarComponent, SidebarPageComponent, ObjectSelectorComponent, SidebarPropertyGridHeaderComponent, PropertyGridPlaceholderComponent, SidebarPropertyGridPlaceholderHeaderComponent, TabControlComponent, TabsComponent, TabButtonComponent, PropertyGridComponent, SearchComponent, TextareaJsonEditorComponent, AceJsonEditorComponent, LogicTabComponent, LogicAddButtonComponent, ActionButtonComponent, QuestionPgErrorComponent, SwitcherComponent, LinkValueQuestionComponent, EmbeddedSurveyQuestionComponent, TranslationTabComponent, TranslationSkeletonComponent, SimulatorComponent, TestTabComponent, TestAgainActionComponent, SurveyResultsComponent, SurveyResultsTableRowComponent, ThemeTabComponent,
|
|
3041
3233
|
AdaptiveToolboxComponent, ToolboxToolComponent, ToolboxItemComponent, ToolboxItemGroupComponent, ToolboxListComponent, ToolboxCategoryComponent, StringEditorComponent, PageNavigatorComponent, PageNavigatorItemComponent,
|
|
3042
3234
|
QuestionDropdownDesignerComponent, QuestionDropdownAdornerDesignerComponent, QuestionImageDesignerComponent, QuestionImageAdornerDesignerComponent,
|
|
3043
3235
|
ItemValueDesignerComponent, ImageItemValueDesignerComponent, LogicOperatorComponent, MatrixCellComponent, QuestionEditorComponent, CellQuestionDropdownComponent, CreatorRowComponent, DesignerPagesComponent, DesignerSurveyComponent, CellQuestionComponent, QuestionWidgetDesignerComponent, ToolboxComponent, CreatorLogoImageComponent,
|
|
3044
|
-
QuestionRatingAdornerDesignerComponent, QuestionRatingDesignerComponent, QuestionSpinEditorComponent, ColorItemComponent, QuestionColorComponent, QuestionFileEditorComponent, AddQuestionButtonComponent, QuestionBannerComponent, JsonErrorItemComponent, QuestionTextWithResetComponent, TranslateFromAction], imports: [i2.CommonModule, i3.FormsModule, i1.SurveyModule], exports: [CreatorComponent, DesignerTabComponent, PageDesignerComponent, QuestionDesignerComponent, PanelDesignerComponent, TabbledMenuComponent, TabbedMenuItemComponent, TabbedMenuItemWrapperComponent, SidebarComponent,
|
|
3236
|
+
QuestionRatingAdornerDesignerComponent, QuestionRatingDesignerComponent, QuestionSpinEditorComponent, ColorItemComponent, QuestionColorComponent, QuestionFileEditorComponent, AddQuestionButtonComponent, AddQuestionTypeSelectorComponent, QuestionBannerComponent, JsonErrorItemComponent, QuestionTextWithResetComponent, TranslateFromAction], imports: [i2.CommonModule, i3.FormsModule, i1.SurveyModule], exports: [CreatorComponent, DesignerTabComponent, PageDesignerComponent, QuestionDesignerComponent, PanelDesignerComponent, TabbledMenuComponent, TabbedMenuItemComponent, TabbedMenuItemWrapperComponent, SidebarComponent, SidebarPageComponent, SidebarPropertyGridHeaderComponent, PropertyGridPlaceholderComponent, SidebarPropertyGridPlaceholderHeaderComponent, TabControlComponent, TabsComponent, TabButtonComponent, ObjectSelectorComponent, PropertyGridComponent, SearchComponent, TextareaJsonEditorComponent, AceJsonEditorComponent, LogicTabComponent, LogicAddButtonComponent, ActionButtonComponent, QuestionPgErrorComponent, SwitcherComponent, LinkValueQuestionComponent, EmbeddedSurveyQuestionComponent, TranslationTabComponent, TranslationSkeletonComponent, SimulatorComponent, TestTabComponent, TestAgainActionComponent, SurveyResultsComponent, SurveyResultsTableRowComponent, ThemeTabComponent,
|
|
3045
3237
|
AdaptiveToolboxComponent, ToolboxToolComponent, ToolboxItemComponent, ToolboxItemGroupComponent, ToolboxListComponent, ToolboxCategoryComponent, StringEditorComponent, PageNavigatorComponent, PageNavigatorItemComponent,
|
|
3046
3238
|
QuestionDropdownDesignerComponent, QuestionDropdownAdornerDesignerComponent, QuestionImageDesignerComponent, QuestionImageAdornerDesignerComponent,
|
|
3047
3239
|
ItemValueDesignerComponent, ImageItemValueDesignerComponent, LogicOperatorComponent, MatrixCellComponent, QuestionEditorComponent, CellQuestionDropdownComponent, CreatorRowComponent, DesignerPagesComponent, DesignerSurveyComponent, CellQuestionComponent, QuestionWidgetDesignerComponent, ToolboxComponent, CreatorLogoImageComponent,
|
|
3048
|
-
QuestionRatingAdornerDesignerComponent, QuestionRatingDesignerComponent, QuestionSpinEditorComponent, ColorItemComponent, QuestionColorComponent, QuestionFileEditorComponent, AddQuestionButtonComponent, QuestionBannerComponent, JsonErrorItemComponent, QuestionTextWithResetComponent, TranslateFromAction] });
|
|
3240
|
+
QuestionRatingAdornerDesignerComponent, QuestionRatingDesignerComponent, QuestionSpinEditorComponent, ColorItemComponent, QuestionColorComponent, QuestionFileEditorComponent, AddQuestionButtonComponent, AddQuestionTypeSelectorComponent, QuestionBannerComponent, JsonErrorItemComponent, QuestionTextWithResetComponent, TranslateFromAction] });
|
|
3049
3241
|
SurveyCreatorModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SurveyCreatorModule, providers: [], imports: [[
|
|
3050
3242
|
i2.CommonModule, i3.FormsModule, i1.SurveyModule
|
|
3051
3243
|
]] });
|
|
3052
3244
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SurveyCreatorModule, decorators: [{
|
|
3053
3245
|
type: i0.NgModule,
|
|
3054
3246
|
args: [{
|
|
3055
|
-
declarations: [CreatorComponent, DesignerTabComponent, PageDesignerComponent, QuestionDesignerComponent, PanelDesignerComponent, TabbledMenuComponent, TabbedMenuItemComponent, TabbedMenuItemWrapperComponent, SidebarComponent,
|
|
3247
|
+
declarations: [CreatorComponent, DesignerTabComponent, PageDesignerComponent, QuestionDesignerComponent, PanelDesignerComponent, TabbledMenuComponent, TabbedMenuItemComponent, TabbedMenuItemWrapperComponent, SidebarComponent, SidebarPageComponent, ObjectSelectorComponent, SidebarPropertyGridHeaderComponent, PropertyGridPlaceholderComponent, SidebarPropertyGridPlaceholderHeaderComponent, TabControlComponent, TabsComponent, TabButtonComponent, PropertyGridComponent, SearchComponent, TextareaJsonEditorComponent, AceJsonEditorComponent, LogicTabComponent, LogicAddButtonComponent, ActionButtonComponent, QuestionPgErrorComponent, SwitcherComponent, LinkValueQuestionComponent, EmbeddedSurveyQuestionComponent, TranslationTabComponent, TranslationSkeletonComponent, SimulatorComponent, TestTabComponent, TestAgainActionComponent, SurveyResultsComponent, SurveyResultsTableRowComponent, ThemeTabComponent,
|
|
3056
3248
|
AdaptiveToolboxComponent, ToolboxToolComponent, ToolboxItemComponent, ToolboxItemGroupComponent, ToolboxListComponent, ToolboxCategoryComponent, StringEditorComponent, PageNavigatorComponent, PageNavigatorItemComponent,
|
|
3057
3249
|
QuestionDropdownDesignerComponent, QuestionDropdownAdornerDesignerComponent, QuestionImageDesignerComponent, QuestionImageAdornerDesignerComponent,
|
|
3058
3250
|
ItemValueDesignerComponent, ImageItemValueDesignerComponent, LogicOperatorComponent, MatrixCellComponent, QuestionEditorComponent, CellQuestionDropdownComponent, CreatorRowComponent, DesignerPagesComponent, DesignerSurveyComponent, CellQuestionComponent, QuestionWidgetDesignerComponent, ToolboxComponent, CreatorLogoImageComponent,
|
|
3059
|
-
QuestionRatingAdornerDesignerComponent, QuestionRatingDesignerComponent, QuestionSpinEditorComponent, ColorItemComponent, QuestionColorComponent, QuestionFileEditorComponent, AddQuestionButtonComponent, QuestionBannerComponent, JsonErrorItemComponent, QuestionTextWithResetComponent, TranslateFromAction],
|
|
3251
|
+
QuestionRatingAdornerDesignerComponent, QuestionRatingDesignerComponent, QuestionSpinEditorComponent, ColorItemComponent, QuestionColorComponent, QuestionFileEditorComponent, AddQuestionButtonComponent, AddQuestionTypeSelectorComponent, QuestionBannerComponent, JsonErrorItemComponent, QuestionTextWithResetComponent, TranslateFromAction],
|
|
3060
3252
|
imports: [
|
|
3061
3253
|
i2.CommonModule, i3.FormsModule, i1.SurveyModule
|
|
3062
3254
|
],
|
|
3063
3255
|
exports: [
|
|
3064
|
-
CreatorComponent, DesignerTabComponent, PageDesignerComponent, QuestionDesignerComponent, PanelDesignerComponent, TabbledMenuComponent, TabbedMenuItemComponent, TabbedMenuItemWrapperComponent, SidebarComponent,
|
|
3256
|
+
CreatorComponent, DesignerTabComponent, PageDesignerComponent, QuestionDesignerComponent, PanelDesignerComponent, TabbledMenuComponent, TabbedMenuItemComponent, TabbedMenuItemWrapperComponent, SidebarComponent, SidebarPageComponent, SidebarPropertyGridHeaderComponent, PropertyGridPlaceholderComponent, SidebarPropertyGridPlaceholderHeaderComponent, TabControlComponent, TabsComponent, TabButtonComponent, ObjectSelectorComponent, PropertyGridComponent, SearchComponent, TextareaJsonEditorComponent, AceJsonEditorComponent, LogicTabComponent, LogicAddButtonComponent, ActionButtonComponent, QuestionPgErrorComponent, SwitcherComponent, LinkValueQuestionComponent, EmbeddedSurveyQuestionComponent, TranslationTabComponent, TranslationSkeletonComponent, SimulatorComponent, TestTabComponent, TestAgainActionComponent, SurveyResultsComponent, SurveyResultsTableRowComponent, ThemeTabComponent,
|
|
3065
3257
|
AdaptiveToolboxComponent, ToolboxToolComponent, ToolboxItemComponent, ToolboxItemGroupComponent, ToolboxListComponent, ToolboxCategoryComponent, StringEditorComponent, PageNavigatorComponent, PageNavigatorItemComponent,
|
|
3066
3258
|
QuestionDropdownDesignerComponent, QuestionDropdownAdornerDesignerComponent, QuestionImageDesignerComponent, QuestionImageAdornerDesignerComponent,
|
|
3067
3259
|
ItemValueDesignerComponent, ImageItemValueDesignerComponent, LogicOperatorComponent, MatrixCellComponent, QuestionEditorComponent, CellQuestionDropdownComponent, CreatorRowComponent, DesignerPagesComponent, DesignerSurveyComponent, CellQuestionComponent, QuestionWidgetDesignerComponent, ToolboxComponent, CreatorLogoImageComponent,
|
|
3068
|
-
QuestionRatingAdornerDesignerComponent, QuestionRatingDesignerComponent, QuestionSpinEditorComponent, ColorItemComponent, QuestionColorComponent, QuestionFileEditorComponent, AddQuestionButtonComponent, QuestionBannerComponent, JsonErrorItemComponent, QuestionTextWithResetComponent, TranslateFromAction
|
|
3260
|
+
QuestionRatingAdornerDesignerComponent, QuestionRatingDesignerComponent, QuestionSpinEditorComponent, ColorItemComponent, QuestionColorComponent, QuestionFileEditorComponent, AddQuestionButtonComponent, AddQuestionTypeSelectorComponent, QuestionBannerComponent, JsonErrorItemComponent, QuestionTextWithResetComponent, TranslateFromAction
|
|
3069
3261
|
],
|
|
3070
3262
|
providers: [],
|
|
3071
3263
|
}]
|
|
@@ -3079,6 +3271,7 @@
|
|
|
3079
3271
|
exports.ActionButtonComponent = ActionButtonComponent;
|
|
3080
3272
|
exports.AdaptiveToolboxComponent = AdaptiveToolboxComponent;
|
|
3081
3273
|
exports.AddQuestionButtonComponent = AddQuestionButtonComponent;
|
|
3274
|
+
exports.AddQuestionTypeSelectorComponent = AddQuestionTypeSelectorComponent;
|
|
3082
3275
|
exports.CellQuestionComponent = CellQuestionComponent;
|
|
3083
3276
|
exports.CellQuestionDropdownComponent = CellQuestionDropdownComponent;
|
|
3084
3277
|
exports.ColorItemComponent = ColorItemComponent;
|
|
@@ -3103,6 +3296,7 @@
|
|
|
3103
3296
|
exports.PageNavigatorItemComponent = PageNavigatorItemComponent;
|
|
3104
3297
|
exports.PanelDesignerComponent = PanelDesignerComponent;
|
|
3105
3298
|
exports.PropertyGridComponent = PropertyGridComponent;
|
|
3299
|
+
exports.PropertyGridPlaceholderComponent = PropertyGridPlaceholderComponent;
|
|
3106
3300
|
exports.QuestionBannerComponent = QuestionBannerComponent;
|
|
3107
3301
|
exports.QuestionColorComponent = QuestionColorComponent;
|
|
3108
3302
|
exports.QuestionDesignerComponent = QuestionDesignerComponent;
|
|
@@ -3120,16 +3314,21 @@
|
|
|
3120
3314
|
exports.QuestionWidgetDesignerComponent = QuestionWidgetDesignerComponent;
|
|
3121
3315
|
exports.SearchComponent = SearchComponent;
|
|
3122
3316
|
exports.SidebarComponent = SidebarComponent;
|
|
3123
|
-
exports.
|
|
3317
|
+
exports.SidebarPageComponent = SidebarPageComponent;
|
|
3318
|
+
exports.SidebarPropertyGridHeaderComponent = SidebarPropertyGridHeaderComponent;
|
|
3319
|
+
exports.SidebarPropertyGridPlaceholderHeaderComponent = SidebarPropertyGridPlaceholderHeaderComponent;
|
|
3124
3320
|
exports.SimulatorComponent = SimulatorComponent;
|
|
3125
3321
|
exports.StringEditorComponent = StringEditorComponent;
|
|
3126
3322
|
exports.SurveyCreatorModule = SurveyCreatorModule;
|
|
3127
3323
|
exports.SurveyResultsComponent = SurveyResultsComponent;
|
|
3128
3324
|
exports.SurveyResultsTableRowComponent = SurveyResultsTableRowComponent;
|
|
3129
3325
|
exports.SwitcherComponent = SwitcherComponent;
|
|
3326
|
+
exports.TabButtonComponent = TabButtonComponent;
|
|
3327
|
+
exports.TabControlComponent = TabControlComponent;
|
|
3130
3328
|
exports.TabbedMenuItemComponent = TabbedMenuItemComponent;
|
|
3131
3329
|
exports.TabbedMenuItemWrapperComponent = TabbedMenuItemWrapperComponent;
|
|
3132
3330
|
exports.TabbledMenuComponent = TabbledMenuComponent;
|
|
3331
|
+
exports.TabsComponent = TabsComponent;
|
|
3133
3332
|
exports.TestAgainActionComponent = TestAgainActionComponent;
|
|
3134
3333
|
exports.TestTabComponent = TestTabComponent;
|
|
3135
3334
|
exports.TextareaJsonEditorComponent = TextareaJsonEditorComponent;
|