survey-creator-angular 1.11.2 → 1.11.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/angular-ui.d.ts +1 -0
- package/angular-ui.module.d.ts +5 -4
- package/bundles/survey-creator-angular.umd.js +63 -30
- package/bundles/survey-creator-angular.umd.js.map +1 -1
- package/esm2015/angular-ui.js +2 -1
- package/esm2015/angular-ui.module.js +6 -5
- package/esm2015/tabs/translation/translate-from-action.component.js +23 -0
- package/esm2015/toolbox/adaptive-toolbox.component.js +11 -6
- package/fesm2015/survey-creator-angular.js +49 -26
- package/fesm2015/survey-creator-angular.js.map +1 -1
- package/package.json +4 -4
- package/tabs/translation/translate-from-action.component.d.ts +9 -0
- package/toolbox/adaptive-toolbox.component.d.ts +2 -0
package/angular-ui.d.ts
CHANGED
|
@@ -20,6 +20,7 @@ export * from "./questions/question-link-value.component";
|
|
|
20
20
|
export * from "./questions/question-embedded-survey.component";
|
|
21
21
|
export * from "./tabs/translation/translation.component";
|
|
22
22
|
export * from "./tabs/translation/translation-line-skeleton.component";
|
|
23
|
+
export * from "./tabs/translation/translate-from-action.component";
|
|
23
24
|
export * from "./tabs/preview/simulator.component";
|
|
24
25
|
export * from "./tabs/preview/test-again.component";
|
|
25
26
|
export * from "./tabs/preview/survey-results.component";
|
package/angular-ui.module.d.ts
CHANGED
|
@@ -59,11 +59,12 @@ import * as i57 from "./page-add-question.component";
|
|
|
59
59
|
import * as i58 from "./question-banner.component";
|
|
60
60
|
import * as i59 from "./tabs/json/json-error-item.component";
|
|
61
61
|
import * as i60 from "./custom-questions/text-with-reset.component";
|
|
62
|
-
import * as i61 from "
|
|
63
|
-
import * as i62 from "@angular/
|
|
64
|
-
import * as i63 from "
|
|
62
|
+
import * as i61 from "./tabs/translation/translate-from-action.component";
|
|
63
|
+
import * as i62 from "@angular/common";
|
|
64
|
+
import * as i63 from "@angular/forms";
|
|
65
|
+
import * as i64 from "survey-angular-ui";
|
|
65
66
|
export declare class SurveyCreatorModule {
|
|
66
67
|
static ɵfac: i0.ɵɵFactoryDeclaration<SurveyCreatorModule, never>;
|
|
67
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SurveyCreatorModule, [typeof i1.CreatorComponent, typeof i2.DesignerTabComponent, typeof i3.PageDesignerComponent, typeof i4.QuestionDesignerComponent, typeof i5.PanelDesignerComponent, typeof i6.TabbledMenuComponent, typeof i7.TabbedMenuItemComponent, typeof i8.TabbedMenuItemWrapperComponent, typeof i9.SidebarComponent, typeof i10.SidebarTabComponent, typeof i11.ObjectSelectorComponent, typeof i12.PropertyGridComponent, typeof i13.SearchComponent, typeof i14.TextareaJsonEditorComponent, typeof i15.AceJsonEditorComponent, typeof i16.LogicTabComponent, typeof i17.LogicAddButtonComponent, typeof i18.ActionButtonComponent, typeof i19.SwitcherComponent, typeof i20.LinkValueQuestionComponent, typeof i21.EmbeddedSurveyQuestionComponent, typeof i22.TranslationTabComponent, typeof i23.TranslationSkeletonComponent, typeof i24.SimulatorComponent, typeof i25.TestTabComponent, typeof i26.TestAgainActionComponent, typeof i27.SurveyResultsComponent, typeof i28.SurveyResultsTableRowComponent, typeof i29.ThemeTabComponent, typeof i30.AdaptiveToolboxComponent, typeof i31.ToolboxToolComponent, typeof i32.ToolboxItemComponent, typeof i33.ToolboxCategoryComponent, typeof i34.StringEditorComponent, typeof i35.PageNavigatorComponent, typeof i36.PageNavigatorItemComponent, typeof i37.QuestionDropdownDesignerComponent, typeof i37.QuestionDropdownAdornerDesignerComponent, typeof i38.QuestionImageDesignerComponent, typeof i38.QuestionImageAdornerDesignerComponent, typeof i39.ItemValueDesignerComponent, typeof i40.ImageItemValueDesignerComponent, typeof i41.LogicOperatorComponent, typeof i42.MatrixCellComponent, typeof i43.QuestionEditorComponent, typeof i44.CellQuestionDropdownComponent, typeof i45.CreatorRowComponent, typeof i46.DesignerPagesComponent, typeof i47.DesignerSurveyComponent, typeof i48.CellQuestionComponent, typeof i49.QuestionWidgetDesignerComponent, typeof i50.ToolboxComponent, typeof i51.CreatorLogoImageComponent, typeof i52.QuestionRatingAdornerDesignerComponent, typeof i52.QuestionRatingDesignerComponent, typeof i53.QuestionSpinEditorComponent, typeof i54.ColorItemComponent, typeof i55.QuestionColorComponent, typeof i56.QuestionFileEditorComponent, typeof i57.AddQuestionButtonComponent, typeof i58.QuestionBannerComponent, typeof i59.JsonErrorItemComponent, typeof i60.QuestionTextWithResetComponent], [typeof
|
|
68
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SurveyCreatorModule, [typeof i1.CreatorComponent, typeof i2.DesignerTabComponent, typeof i3.PageDesignerComponent, typeof i4.QuestionDesignerComponent, typeof i5.PanelDesignerComponent, typeof i6.TabbledMenuComponent, typeof i7.TabbedMenuItemComponent, typeof i8.TabbedMenuItemWrapperComponent, typeof i9.SidebarComponent, typeof i10.SidebarTabComponent, typeof i11.ObjectSelectorComponent, typeof i12.PropertyGridComponent, typeof i13.SearchComponent, typeof i14.TextareaJsonEditorComponent, typeof i15.AceJsonEditorComponent, typeof i16.LogicTabComponent, typeof i17.LogicAddButtonComponent, typeof i18.ActionButtonComponent, typeof i19.SwitcherComponent, typeof i20.LinkValueQuestionComponent, typeof i21.EmbeddedSurveyQuestionComponent, typeof i22.TranslationTabComponent, typeof i23.TranslationSkeletonComponent, typeof i24.SimulatorComponent, typeof i25.TestTabComponent, typeof i26.TestAgainActionComponent, typeof i27.SurveyResultsComponent, typeof i28.SurveyResultsTableRowComponent, typeof i29.ThemeTabComponent, typeof i30.AdaptiveToolboxComponent, typeof i31.ToolboxToolComponent, typeof i32.ToolboxItemComponent, typeof i33.ToolboxCategoryComponent, typeof i34.StringEditorComponent, typeof i35.PageNavigatorComponent, typeof i36.PageNavigatorItemComponent, typeof i37.QuestionDropdownDesignerComponent, typeof i37.QuestionDropdownAdornerDesignerComponent, typeof i38.QuestionImageDesignerComponent, typeof i38.QuestionImageAdornerDesignerComponent, typeof i39.ItemValueDesignerComponent, typeof i40.ImageItemValueDesignerComponent, typeof i41.LogicOperatorComponent, typeof i42.MatrixCellComponent, typeof i43.QuestionEditorComponent, typeof i44.CellQuestionDropdownComponent, typeof i45.CreatorRowComponent, typeof i46.DesignerPagesComponent, typeof i47.DesignerSurveyComponent, typeof i48.CellQuestionComponent, typeof i49.QuestionWidgetDesignerComponent, typeof i50.ToolboxComponent, typeof i51.CreatorLogoImageComponent, typeof i52.QuestionRatingAdornerDesignerComponent, typeof i52.QuestionRatingDesignerComponent, typeof i53.QuestionSpinEditorComponent, typeof i54.ColorItemComponent, typeof i55.QuestionColorComponent, typeof i56.QuestionFileEditorComponent, typeof i57.AddQuestionButtonComponent, typeof i58.QuestionBannerComponent, typeof i59.JsonErrorItemComponent, typeof i60.QuestionTextWithResetComponent, typeof i61.TranslateFromAction], [typeof i62.CommonModule, typeof i63.FormsModule, typeof i64.SurveyModule], [typeof i1.CreatorComponent, typeof i2.DesignerTabComponent, typeof i3.PageDesignerComponent, typeof i4.QuestionDesignerComponent, typeof i5.PanelDesignerComponent, typeof i6.TabbledMenuComponent, typeof i7.TabbedMenuItemComponent, typeof i8.TabbedMenuItemWrapperComponent, typeof i9.SidebarComponent, typeof i10.SidebarTabComponent, typeof i11.ObjectSelectorComponent, typeof i12.PropertyGridComponent, typeof i13.SearchComponent, typeof i14.TextareaJsonEditorComponent, typeof i15.AceJsonEditorComponent, typeof i16.LogicTabComponent, typeof i17.LogicAddButtonComponent, typeof i18.ActionButtonComponent, typeof i19.SwitcherComponent, typeof i20.LinkValueQuestionComponent, typeof i21.EmbeddedSurveyQuestionComponent, typeof i22.TranslationTabComponent, typeof i23.TranslationSkeletonComponent, typeof i24.SimulatorComponent, typeof i25.TestTabComponent, typeof i26.TestAgainActionComponent, typeof i27.SurveyResultsComponent, typeof i28.SurveyResultsTableRowComponent, typeof i29.ThemeTabComponent, typeof i30.AdaptiveToolboxComponent, typeof i31.ToolboxToolComponent, typeof i32.ToolboxItemComponent, typeof i33.ToolboxCategoryComponent, typeof i34.StringEditorComponent, typeof i35.PageNavigatorComponent, typeof i36.PageNavigatorItemComponent, typeof i37.QuestionDropdownDesignerComponent, typeof i37.QuestionDropdownAdornerDesignerComponent, typeof i38.QuestionImageDesignerComponent, typeof i38.QuestionImageAdornerDesignerComponent, typeof i39.ItemValueDesignerComponent, typeof i40.ImageItemValueDesignerComponent, typeof i41.LogicOperatorComponent, typeof i42.MatrixCellComponent, typeof i43.QuestionEditorComponent, typeof i44.CellQuestionDropdownComponent, typeof i45.CreatorRowComponent, typeof i46.DesignerPagesComponent, typeof i47.DesignerSurveyComponent, typeof i48.CellQuestionComponent, typeof i49.QuestionWidgetDesignerComponent, typeof i50.ToolboxComponent, typeof i51.CreatorLogoImageComponent, typeof i52.QuestionRatingAdornerDesignerComponent, typeof i52.QuestionRatingDesignerComponent, typeof i53.QuestionSpinEditorComponent, typeof i54.ColorItemComponent, typeof i55.QuestionColorComponent, typeof i56.QuestionFileEditorComponent, typeof i57.AddQuestionButtonComponent, typeof i58.QuestionBannerComponent, typeof i59.JsonErrorItemComponent, typeof i60.QuestionTextWithResetComponent, typeof i61.TranslateFromAction]>;
|
|
68
69
|
static ɵinj: i0.ɵɵInjectorDeclaration<SurveyCreatorModule>;
|
|
69
70
|
}
|
|
@@ -758,6 +758,30 @@
|
|
|
758
758
|
type: i0.Input
|
|
759
759
|
}] } });
|
|
760
760
|
|
|
761
|
+
var SearchComponent = /** @class */ (function (_super) {
|
|
762
|
+
__extends(SearchComponent, _super);
|
|
763
|
+
function SearchComponent() {
|
|
764
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
765
|
+
}
|
|
766
|
+
SearchComponent.prototype.getModel = function () {
|
|
767
|
+
return this.model;
|
|
768
|
+
};
|
|
769
|
+
return SearchComponent;
|
|
770
|
+
}(i1.BaseAngular));
|
|
771
|
+
SearchComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SearchComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
772
|
+
SearchComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: SearchComponent, selector: "svc-search", inputs: { model: "model" }, usesInheritance: true, ngImport: i0__namespace, template: "<ng-template #template>\n <div *ngIf=\"model.isVisible\" class=\"spg-search-editor_container\">\n <div class=\"spg-search-editor_search-icon\">\n <svg [iconName]=\"'icon-search'\" [size]=\"'auto'\" sv-ng-svg-icon></svg>\n </div>\n <input type=\"text\" class=\"spg-search-editor_input\" [(ngModel)]=\"model.filterString\"\n [attr.aria-label]=\"model.filterStringPlaceholder\" [attr.placeholder]=\"model.filterStringPlaceholder\" />\n <div class=\"spg-search-editor_toolbar\">\n <div class=\"spg-search-editor_toolbar-counter\">{{model.matchCounterText}}</div>\n <sv-action-bar [model]=\"model.searchActionBar\"></sv-action-bar>\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"] }], directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3__namespace.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i3__namespace.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i3__namespace.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }] });
|
|
773
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SearchComponent, decorators: [{
|
|
774
|
+
type: i0.Component,
|
|
775
|
+
args: [{
|
|
776
|
+
selector: "svc-search",
|
|
777
|
+
templateUrl: "./search.component.html",
|
|
778
|
+
styles: [":host { display: none; }"]
|
|
779
|
+
}]
|
|
780
|
+
}], propDecorators: { model: [{
|
|
781
|
+
type: i0.Input
|
|
782
|
+
}] } });
|
|
783
|
+
i1.AngularComponentFactory.Instance.registerComponent("svc-search", SearchComponent);
|
|
784
|
+
|
|
761
785
|
var ToolboxCategoryComponent = /** @class */ (function (_super) {
|
|
762
786
|
__extends(ToolboxCategoryComponent, _super);
|
|
763
787
|
function ToolboxCategoryComponent() {
|
|
@@ -795,9 +819,17 @@
|
|
|
795
819
|
enumerable: false,
|
|
796
820
|
configurable: true
|
|
797
821
|
});
|
|
822
|
+
Object.defineProperty(AdaptiveToolboxComponent.prototype, "searchItem", {
|
|
823
|
+
get: function () {
|
|
824
|
+
return this.model.searchItem;
|
|
825
|
+
},
|
|
826
|
+
enumerable: false,
|
|
827
|
+
configurable: true
|
|
828
|
+
});
|
|
798
829
|
AdaptiveToolboxComponent.prototype.ngAfterViewInit = function () {
|
|
830
|
+
this.model.setRootElement(this.container.nativeElement);
|
|
799
831
|
this.responsivityManager =
|
|
800
|
-
new surveyCore.VerticalResponsivityManager(this.
|
|
832
|
+
new surveyCore.VerticalResponsivityManager(this.model.containerElement, this.model, this.model.itemSelector);
|
|
801
833
|
};
|
|
802
834
|
AdaptiveToolboxComponent.prototype.getModel = function () {
|
|
803
835
|
return this.model;
|
|
@@ -810,7 +842,7 @@
|
|
|
810
842
|
return AdaptiveToolboxComponent;
|
|
811
843
|
}(i1.BaseAngular));
|
|
812
844
|
AdaptiveToolboxComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: AdaptiveToolboxComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
813
|
-
AdaptiveToolboxComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: AdaptiveToolboxComponent, selector: "svc-adaptive-toolbox", inputs: { creator: "creator" }, viewQueries: [{ propertyName: "container", first: true, predicate: ["container"], descendants: true }], usesInheritance: true, ngImport: i0__namespace, template: "<ng-template #template>\n <div class=\"svc-
|
|
845
|
+
AdaptiveToolboxComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: AdaptiveToolboxComponent, selector: "svc-adaptive-toolbox", inputs: { creator: "creator" }, viewQueries: [{ propertyName: "container", first: true, predicate: ["container"], descendants: true }], usesInheritance: true, ngImport: i0__namespace, template: "<ng-template #template>\n <div [class]=\"model.classNames\" #container>\n <div (focusout)=\"model.focusOut($event)\" class=\"svc-toolbox__panel\">\n <div class=\"svc-toolbox__scroller\">\n <div *ngIf=\"model.showSearch\" class=\"svc-toolbox__search-container\">\n <ng-container *ngIf=\"model.isCompactRendered\">\n <svc-toolbox-tool [creator]=\"creator\" [item]=\"searchItem\" [isCompact]=\"model.isCompactRendered\"></svc-toolbox-tool>\n <div class=\"svc-toolbox__category-separator svc-toolbox__category-separator--search\"></div>\n </ng-container>\n <svc-search [model]=\"model.searchManager\"></svc-search>\n </div>\n <div *ngIf=\"model.showPlaceholder\" class=\"svc-toolbox__placeholder\">{{model.toolboxNoResultsFound}}</div>\n <div class=\"svc-toolbox__container\">\n <ng-container *ngIf=\"!model.showInSingleCategory\">\n <svc-toolbox-category *ngFor=\"let category of model.categories\" [category]=\"category\" [toolbox]=\"model\"></svc-toolbox-category>\n </ng-container>\n <ng-container *ngIf=\"model.showInSingleCategory\">\n <div class=\"svc-toolbox__category\">\n <svc-toolbox-tool *ngFor=\"let item of model.renderedActions\" [creator]=\"creator\" [item]=\"item\" [isCompact]=\"model.isCompactRendered\"></svc-toolbox-tool>\n </div>\n </ng-container>\n </div>\n </div>\n </div>\n </div>\n</ng-template>", styles: [":host { display: none; }"], components: [{ type: ToolboxToolComponent, selector: "svc-toolbox-tool", inputs: ["creator", "item", "isCompact"] }, { type: SearchComponent, selector: "svc-search", inputs: ["model"] }, { type: ToolboxCategoryComponent, selector: "svc-toolbox-category ", inputs: ["category", "toolbox"] }], directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
|
|
814
846
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: AdaptiveToolboxComponent, decorators: [{
|
|
815
847
|
type: i0.Component,
|
|
816
848
|
args: [{
|
|
@@ -1121,30 +1153,6 @@
|
|
|
1121
1153
|
}] } });
|
|
1122
1154
|
i1.AngularComponentFactory.Instance.registerComponent("svc-object-selector", ObjectSelectorComponent);
|
|
1123
1155
|
|
|
1124
|
-
var SearchComponent = /** @class */ (function (_super) {
|
|
1125
|
-
__extends(SearchComponent, _super);
|
|
1126
|
-
function SearchComponent() {
|
|
1127
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
1128
|
-
}
|
|
1129
|
-
SearchComponent.prototype.getModel = function () {
|
|
1130
|
-
return this.model;
|
|
1131
|
-
};
|
|
1132
|
-
return SearchComponent;
|
|
1133
|
-
}(i1.BaseAngular));
|
|
1134
|
-
SearchComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SearchComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1135
|
-
SearchComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: SearchComponent, selector: "svc-search", inputs: { model: "model" }, usesInheritance: true, ngImport: i0__namespace, template: "<ng-template #template>\n <div *ngIf=\"model.isVisible\" class=\"spg-search-editor_container\">\n <div class=\"spg-search-editor_search-icon\">\n <svg [iconName]=\"'icon-search'\" [size]=\"'auto'\" sv-ng-svg-icon></svg>\n </div>\n <input type=\"text\" class=\"spg-search-editor_input\" [(ngModel)]=\"model.filterString\"\n [attr.aria-label]=\"model.filterStringPlaceholder\" [attr.placeholder]=\"model.filterStringPlaceholder\" />\n <div class=\"spg-search-editor_toolbar\">\n <div class=\"spg-search-editor_toolbar-counter\">{{model.matchCounterText}}</div>\n <sv-action-bar [model]=\"model.searchActionBar\"></sv-action-bar>\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"] }], directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3__namespace.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i3__namespace.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i3__namespace.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }] });
|
|
1136
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SearchComponent, decorators: [{
|
|
1137
|
-
type: i0.Component,
|
|
1138
|
-
args: [{
|
|
1139
|
-
selector: "svc-search",
|
|
1140
|
-
templateUrl: "./search.component.html",
|
|
1141
|
-
styles: [":host { display: none; }"]
|
|
1142
|
-
}]
|
|
1143
|
-
}], propDecorators: { model: [{
|
|
1144
|
-
type: i0.Input
|
|
1145
|
-
}] } });
|
|
1146
|
-
i1.AngularComponentFactory.Instance.registerComponent("svc-search", SearchComponent);
|
|
1147
|
-
|
|
1148
1156
|
var PropertyGridComponent = /** @class */ (function (_super) {
|
|
1149
1157
|
__extends(PropertyGridComponent, _super);
|
|
1150
1158
|
function PropertyGridComponent() {
|
|
@@ -2879,6 +2887,30 @@
|
|
|
2879
2887
|
}] } });
|
|
2880
2888
|
i1.AngularComponentFactory.Instance.registerComponent("json-error-item", JsonErrorItemComponent);
|
|
2881
2889
|
|
|
2890
|
+
var TranslateFromAction = /** @class */ (function (_super) {
|
|
2891
|
+
__extends(TranslateFromAction, _super);
|
|
2892
|
+
function TranslateFromAction() {
|
|
2893
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
2894
|
+
}
|
|
2895
|
+
TranslateFromAction.prototype.getModel = function () {
|
|
2896
|
+
return this.model;
|
|
2897
|
+
};
|
|
2898
|
+
return TranslateFromAction;
|
|
2899
|
+
}(i1.BaseAngular));
|
|
2900
|
+
TranslateFromAction.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TranslateFromAction, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
2901
|
+
TranslateFromAction.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: TranslateFromAction, selector: "svc-translate-from-action", inputs: { model: "model" }, usesInheritance: true, ngImport: i0__namespace, template: "<ng-template #template>\n <div [class]=\"model.data.containerCss\">\n <span [class]=\"model.data.additionalTitleCss\">{{model.data.additionalTitle}}</span>\n <sv-action-bar-item-dropdown [model]=\"model\"></sv-action-bar-item-dropdown>\n </div>\n</ng-template>", styles: [":host { display: none; }"], components: [{ type: i1__namespace.ActionBarItemDropdownComponent, selector: "sv-action-bar-item-dropdown", inputs: ["model"] }] });
|
|
2902
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TranslateFromAction, decorators: [{
|
|
2903
|
+
type: i0.Component,
|
|
2904
|
+
args: [{
|
|
2905
|
+
selector: "svc-translate-from-action",
|
|
2906
|
+
templateUrl: "./translate-from-action.component.html",
|
|
2907
|
+
styles: [":host { display: none; }"]
|
|
2908
|
+
}]
|
|
2909
|
+
}], propDecorators: { model: [{
|
|
2910
|
+
type: i0.Input
|
|
2911
|
+
}] } });
|
|
2912
|
+
i1.AngularComponentFactory.Instance.registerComponent("svc-translate-from-action", TranslateFromAction);
|
|
2913
|
+
|
|
2882
2914
|
var SurveyCreatorModule = /** @class */ (function () {
|
|
2883
2915
|
function SurveyCreatorModule() {
|
|
2884
2916
|
}
|
|
@@ -2889,11 +2921,11 @@
|
|
|
2889
2921
|
AdaptiveToolboxComponent, ToolboxToolComponent, ToolboxItemComponent, ToolboxCategoryComponent, StringEditorComponent, PageNavigatorComponent, PageNavigatorItemComponent,
|
|
2890
2922
|
QuestionDropdownDesignerComponent, QuestionDropdownAdornerDesignerComponent, QuestionImageDesignerComponent, QuestionImageAdornerDesignerComponent,
|
|
2891
2923
|
ItemValueDesignerComponent, ImageItemValueDesignerComponent, LogicOperatorComponent, MatrixCellComponent, QuestionEditorComponent, CellQuestionDropdownComponent, CreatorRowComponent, DesignerPagesComponent, DesignerSurveyComponent, CellQuestionComponent, QuestionWidgetDesignerComponent, ToolboxComponent, CreatorLogoImageComponent,
|
|
2892
|
-
QuestionRatingAdornerDesignerComponent, QuestionRatingDesignerComponent, QuestionSpinEditorComponent, ColorItemComponent, QuestionColorComponent, QuestionFileEditorComponent, AddQuestionButtonComponent, QuestionBannerComponent, JsonErrorItemComponent, QuestionTextWithResetComponent], imports: [i2.CommonModule, i3.FormsModule, i1.SurveyModule], exports: [CreatorComponent, DesignerTabComponent, PageDesignerComponent, QuestionDesignerComponent, PanelDesignerComponent, TabbledMenuComponent, TabbedMenuItemComponent, TabbedMenuItemWrapperComponent, SidebarComponent, SidebarTabComponent, ObjectSelectorComponent, PropertyGridComponent, SearchComponent, TextareaJsonEditorComponent, AceJsonEditorComponent, LogicTabComponent, LogicAddButtonComponent, ActionButtonComponent, SwitcherComponent, LinkValueQuestionComponent, EmbeddedSurveyQuestionComponent, TranslationTabComponent, TranslationSkeletonComponent, SimulatorComponent, TestTabComponent, TestAgainActionComponent, SurveyResultsComponent, SurveyResultsTableRowComponent, ThemeTabComponent,
|
|
2924
|
+
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, SidebarTabComponent, ObjectSelectorComponent, PropertyGridComponent, SearchComponent, TextareaJsonEditorComponent, AceJsonEditorComponent, LogicTabComponent, LogicAddButtonComponent, ActionButtonComponent, SwitcherComponent, LinkValueQuestionComponent, EmbeddedSurveyQuestionComponent, TranslationTabComponent, TranslationSkeletonComponent, SimulatorComponent, TestTabComponent, TestAgainActionComponent, SurveyResultsComponent, SurveyResultsTableRowComponent, ThemeTabComponent,
|
|
2893
2925
|
AdaptiveToolboxComponent, ToolboxToolComponent, ToolboxItemComponent, ToolboxCategoryComponent, StringEditorComponent, PageNavigatorComponent, PageNavigatorItemComponent,
|
|
2894
2926
|
QuestionDropdownDesignerComponent, QuestionDropdownAdornerDesignerComponent, QuestionImageDesignerComponent, QuestionImageAdornerDesignerComponent,
|
|
2895
2927
|
ItemValueDesignerComponent, ImageItemValueDesignerComponent, LogicOperatorComponent, MatrixCellComponent, QuestionEditorComponent, CellQuestionDropdownComponent, CreatorRowComponent, DesignerPagesComponent, DesignerSurveyComponent, CellQuestionComponent, QuestionWidgetDesignerComponent, ToolboxComponent, CreatorLogoImageComponent,
|
|
2896
|
-
QuestionRatingAdornerDesignerComponent, QuestionRatingDesignerComponent, QuestionSpinEditorComponent, ColorItemComponent, QuestionColorComponent, QuestionFileEditorComponent, AddQuestionButtonComponent, QuestionBannerComponent, JsonErrorItemComponent, QuestionTextWithResetComponent] });
|
|
2928
|
+
QuestionRatingAdornerDesignerComponent, QuestionRatingDesignerComponent, QuestionSpinEditorComponent, ColorItemComponent, QuestionColorComponent, QuestionFileEditorComponent, AddQuestionButtonComponent, QuestionBannerComponent, JsonErrorItemComponent, QuestionTextWithResetComponent, TranslateFromAction] });
|
|
2897
2929
|
SurveyCreatorModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SurveyCreatorModule, providers: [], imports: [[
|
|
2898
2930
|
i2.CommonModule, i3.FormsModule, i1.SurveyModule
|
|
2899
2931
|
]] });
|
|
@@ -2904,7 +2936,7 @@
|
|
|
2904
2936
|
AdaptiveToolboxComponent, ToolboxToolComponent, ToolboxItemComponent, ToolboxCategoryComponent, StringEditorComponent, PageNavigatorComponent, PageNavigatorItemComponent,
|
|
2905
2937
|
QuestionDropdownDesignerComponent, QuestionDropdownAdornerDesignerComponent, QuestionImageDesignerComponent, QuestionImageAdornerDesignerComponent,
|
|
2906
2938
|
ItemValueDesignerComponent, ImageItemValueDesignerComponent, LogicOperatorComponent, MatrixCellComponent, QuestionEditorComponent, CellQuestionDropdownComponent, CreatorRowComponent, DesignerPagesComponent, DesignerSurveyComponent, CellQuestionComponent, QuestionWidgetDesignerComponent, ToolboxComponent, CreatorLogoImageComponent,
|
|
2907
|
-
QuestionRatingAdornerDesignerComponent, QuestionRatingDesignerComponent, QuestionSpinEditorComponent, ColorItemComponent, QuestionColorComponent, QuestionFileEditorComponent, AddQuestionButtonComponent, QuestionBannerComponent, JsonErrorItemComponent, QuestionTextWithResetComponent],
|
|
2939
|
+
QuestionRatingAdornerDesignerComponent, QuestionRatingDesignerComponent, QuestionSpinEditorComponent, ColorItemComponent, QuestionColorComponent, QuestionFileEditorComponent, AddQuestionButtonComponent, QuestionBannerComponent, JsonErrorItemComponent, QuestionTextWithResetComponent, TranslateFromAction],
|
|
2908
2940
|
imports: [
|
|
2909
2941
|
i2.CommonModule, i3.FormsModule, i1.SurveyModule
|
|
2910
2942
|
],
|
|
@@ -2913,7 +2945,7 @@
|
|
|
2913
2945
|
AdaptiveToolboxComponent, ToolboxToolComponent, ToolboxItemComponent, ToolboxCategoryComponent, StringEditorComponent, PageNavigatorComponent, PageNavigatorItemComponent,
|
|
2914
2946
|
QuestionDropdownDesignerComponent, QuestionDropdownAdornerDesignerComponent, QuestionImageDesignerComponent, QuestionImageAdornerDesignerComponent,
|
|
2915
2947
|
ItemValueDesignerComponent, ImageItemValueDesignerComponent, LogicOperatorComponent, MatrixCellComponent, QuestionEditorComponent, CellQuestionDropdownComponent, CreatorRowComponent, DesignerPagesComponent, DesignerSurveyComponent, CellQuestionComponent, QuestionWidgetDesignerComponent, ToolboxComponent, CreatorLogoImageComponent,
|
|
2916
|
-
QuestionRatingAdornerDesignerComponent, QuestionRatingDesignerComponent, QuestionSpinEditorComponent, ColorItemComponent, QuestionColorComponent, QuestionFileEditorComponent, AddQuestionButtonComponent, QuestionBannerComponent, JsonErrorItemComponent, QuestionTextWithResetComponent
|
|
2948
|
+
QuestionRatingAdornerDesignerComponent, QuestionRatingDesignerComponent, QuestionSpinEditorComponent, ColorItemComponent, QuestionColorComponent, QuestionFileEditorComponent, AddQuestionButtonComponent, QuestionBannerComponent, JsonErrorItemComponent, QuestionTextWithResetComponent, TranslateFromAction
|
|
2917
2949
|
],
|
|
2918
2950
|
providers: [],
|
|
2919
2951
|
}]
|
|
@@ -2985,6 +3017,7 @@
|
|
|
2985
3017
|
exports.ToolboxComponent = ToolboxComponent;
|
|
2986
3018
|
exports.ToolboxItemComponent = ToolboxItemComponent;
|
|
2987
3019
|
exports.ToolboxToolComponent = ToolboxToolComponent;
|
|
3020
|
+
exports.TranslateFromAction = TranslateFromAction;
|
|
2988
3021
|
exports.TranslationSkeletonComponent = TranslationSkeletonComponent;
|
|
2989
3022
|
exports.TranslationTabComponent = TranslationTabComponent;
|
|
2990
3023
|
|