survey-creator-angular 1.9.115 → 1.9.117
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 +51 -50
- package/bundles/survey-creator-angular.umd.js +38 -13
- 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/custom-questions/color.component.js +2 -2
- package/esm2015/custom-questions/file.component.js +2 -2
- package/esm2015/custom-questions/spin-editor.component.js +2 -2
- package/esm2015/property-panel/property-grid.component.js +5 -4
- package/esm2015/property-panel/search.component.js +25 -0
- package/fesm2015/survey-creator-angular.js +30 -11
- package/fesm2015/survey-creator-angular.js.map +1 -1
- package/package.json +1 -1
- package/property-panel/search.component.d.ts +9 -0
package/angular-ui.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ export * from "./side-bar/side-bar.component";
|
|
|
10
10
|
export * from "./side-bar/side-bar-tab.component";
|
|
11
11
|
export * from "./property-panel/object-selector.component";
|
|
12
12
|
export * from "./property-panel/property-grid.component";
|
|
13
|
+
export * from "./property-panel/search.component";
|
|
13
14
|
export * from "./tabs/json/json-editor-textarea.component";
|
|
14
15
|
export * from "./tabs/json/json-editor-ace.component";
|
|
15
16
|
export * from "./tabs/logic/logic.component";
|
package/angular-ui.module.d.ts
CHANGED
|
@@ -12,57 +12,58 @@ import * as i10 from "./side-bar/side-bar.component";
|
|
|
12
12
|
import * as i11 from "./side-bar/side-bar-tab.component";
|
|
13
13
|
import * as i12 from "./property-panel/object-selector.component";
|
|
14
14
|
import * as i13 from "./property-panel/property-grid.component";
|
|
15
|
-
import * as i14 from "./
|
|
16
|
-
import * as i15 from "./tabs/json/json-editor-
|
|
17
|
-
import * as i16 from "./tabs/
|
|
18
|
-
import * as i17 from "./tabs/logic/logic
|
|
19
|
-
import * as i18 from "./
|
|
20
|
-
import * as i19 from "./
|
|
21
|
-
import * as i20 from "./questions/question-
|
|
22
|
-
import * as i21 from "./
|
|
23
|
-
import * as i22 from "./tabs/translation/translation
|
|
24
|
-
import * as i23 from "./tabs/
|
|
25
|
-
import * as i24 from "./tabs/preview/
|
|
26
|
-
import * as i25 from "./tabs/preview/test
|
|
27
|
-
import * as i26 from "./tabs/preview/
|
|
28
|
-
import * as i27 from "./tabs/preview/survey-results
|
|
29
|
-
import * as i28 from "./tabs/
|
|
30
|
-
import * as i29 from "./
|
|
31
|
-
import * as i30 from "./toolbox/toolbox
|
|
32
|
-
import * as i31 from "./toolbox/toolbox-
|
|
33
|
-
import * as i32 from "./toolbox/toolbox-
|
|
34
|
-
import * as i33 from "./
|
|
35
|
-
import * as i34 from "./
|
|
36
|
-
import * as i35 from "./page-navigator/page-navigator
|
|
37
|
-
import * as i36 from "./
|
|
38
|
-
import * as i37 from "./adorners/question-
|
|
39
|
-
import * as i38 from "./adorners/
|
|
40
|
-
import * as i39 from "./adorners/
|
|
41
|
-
import * as i40 from "./
|
|
42
|
-
import * as i41 from "./
|
|
43
|
-
import * as i42 from "./
|
|
44
|
-
import * as i43 from "./
|
|
45
|
-
import * as i44 from "./
|
|
46
|
-
import * as i45 from "./
|
|
47
|
-
import * as i46 from "./tabs/designer/designer-
|
|
48
|
-
import * as i47 from "./
|
|
49
|
-
import * as i48 from "./question
|
|
50
|
-
import * as i49 from "./
|
|
51
|
-
import * as i50 from "./
|
|
52
|
-
import * as i51 from "./
|
|
53
|
-
import * as i52 from "./
|
|
54
|
-
import * as i53 from "./custom-questions/
|
|
55
|
-
import * as i54 from "./custom-questions/color.component";
|
|
56
|
-
import * as i55 from "./custom-questions/
|
|
57
|
-
import * as i56 from "./
|
|
58
|
-
import * as i57 from "./question
|
|
59
|
-
import * as i58 from "./
|
|
60
|
-
import * as i59 from "./
|
|
61
|
-
import * as i60 from "
|
|
62
|
-
import * as i61 from "@angular/
|
|
63
|
-
import * as i62 from "
|
|
15
|
+
import * as i14 from "./property-panel/search.component";
|
|
16
|
+
import * as i15 from "./tabs/json/json-editor-textarea.component";
|
|
17
|
+
import * as i16 from "./tabs/json/json-editor-ace.component";
|
|
18
|
+
import * as i17 from "./tabs/logic/logic.component";
|
|
19
|
+
import * as i18 from "./tabs/logic/logic-add-btn.component";
|
|
20
|
+
import * as i19 from "./components/action-button.component";
|
|
21
|
+
import * as i20 from "./questions/question-link-value.component";
|
|
22
|
+
import * as i21 from "./questions/question-embedded-survey.component";
|
|
23
|
+
import * as i22 from "./tabs/translation/translation.component";
|
|
24
|
+
import * as i23 from "./tabs/translation/translation-line-skeleton.component";
|
|
25
|
+
import * as i24 from "./tabs/preview/simulator.component";
|
|
26
|
+
import * as i25 from "./tabs/preview/test.component";
|
|
27
|
+
import * as i26 from "./tabs/preview/test-again.component";
|
|
28
|
+
import * as i27 from "./tabs/preview/survey-results.component";
|
|
29
|
+
import * as i28 from "./tabs/preview/survey-results-row.component";
|
|
30
|
+
import * as i29 from "./tabs/theme/theme.component";
|
|
31
|
+
import * as i30 from "./toolbox/adaptive-toolbox.component";
|
|
32
|
+
import * as i31 from "./toolbox/toolbox-tool.component";
|
|
33
|
+
import * as i32 from "./toolbox/toolbox-item.component";
|
|
34
|
+
import * as i33 from "./toolbox/toolbox-category.component";
|
|
35
|
+
import * as i34 from "./string-editor.component";
|
|
36
|
+
import * as i35 from "./page-navigator/page-navigator.component";
|
|
37
|
+
import * as i36 from "./page-navigator/page-navigator-item.component";
|
|
38
|
+
import * as i37 from "./adorners/question-dropdown.component";
|
|
39
|
+
import * as i38 from "./adorners/question-image.component";
|
|
40
|
+
import * as i39 from "./adorners/item-value.component";
|
|
41
|
+
import * as i40 from "./adorners/image-item-value.component";
|
|
42
|
+
import * as i41 from "./questions/logic-operator.component";
|
|
43
|
+
import * as i42 from "./adorners/matrix-cell.component";
|
|
44
|
+
import * as i43 from "./question-editor.component";
|
|
45
|
+
import * as i44 from "./adorners/cell-question-dropdown.component";
|
|
46
|
+
import * as i45 from "./row.component";
|
|
47
|
+
import * as i46 from "./tabs/designer/designer-pages.component";
|
|
48
|
+
import * as i47 from "./tabs/designer/designer-survey.component";
|
|
49
|
+
import * as i48 from "./adorners/cell-question.component";
|
|
50
|
+
import * as i49 from "./question-widget.component";
|
|
51
|
+
import * as i50 from "./toolbox/toolbox.component";
|
|
52
|
+
import * as i51 from "./header/logo-image.component";
|
|
53
|
+
import * as i52 from "./adorners/question-rating.component";
|
|
54
|
+
import * as i53 from "./custom-questions/spin-editor.component";
|
|
55
|
+
import * as i54 from "./custom-questions/color-item.component";
|
|
56
|
+
import * as i55 from "./custom-questions/color.component";
|
|
57
|
+
import * as i56 from "./custom-questions/file.component";
|
|
58
|
+
import * as i57 from "./page-add-question.component";
|
|
59
|
+
import * as i58 from "./question-carryforward.component";
|
|
60
|
+
import * as i59 from "./tabs/json/json-error-item.component";
|
|
61
|
+
import * as i60 from "./custom-questions/text-with-reset.component";
|
|
62
|
+
import * as i61 from "@angular/common";
|
|
63
|
+
import * as i62 from "@angular/forms";
|
|
64
|
+
import * as i63 from "survey-angular-ui";
|
|
64
65
|
export declare class SurveyCreatorModule {
|
|
65
66
|
static ɵfac: i0.ɵɵFactoryDeclaration<SurveyCreatorModule, never>;
|
|
66
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SurveyCreatorModule, [typeof i1.CreatorComponent, typeof i2.DesignerTabComponent, typeof i3.PageDesignerComponent, typeof i4.QuestionDesignerComponent, typeof i5.PanelDesignerComponent, typeof i6.SvgBundleComponent, typeof i7.TabbledMenuComponent, typeof i8.TabbedMenuItemComponent, typeof i9.TabbedMenuItemWrapperComponent, typeof i10.SidebarComponent, typeof i11.SidebarTabComponent, typeof i12.ObjectSelectorComponent, typeof i13.PropertyGridComponent, typeof i14.
|
|
67
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SurveyCreatorModule, [typeof i1.CreatorComponent, typeof i2.DesignerTabComponent, typeof i3.PageDesignerComponent, typeof i4.QuestionDesignerComponent, typeof i5.PanelDesignerComponent, typeof i6.SvgBundleComponent, typeof i7.TabbledMenuComponent, typeof i8.TabbedMenuItemComponent, typeof i9.TabbedMenuItemWrapperComponent, typeof i10.SidebarComponent, typeof i11.SidebarTabComponent, typeof i12.ObjectSelectorComponent, typeof i13.PropertyGridComponent, typeof i14.SearchComponent, typeof i15.TextareaJsonEditorComponent, typeof i16.AceJsonEditorComponent, typeof i17.LogicTabComponent, typeof i18.LogicAddButtonComponent, typeof i19.ActionButtonComponent, 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.QuestionCarryForwardComponent, typeof i59.JsonErrorItemComponent, typeof i60.QuestionTextWithResetComponent], [typeof i61.CommonModule, typeof i62.FormsModule, typeof i63.SurveyModule], [typeof i1.CreatorComponent, typeof i2.DesignerTabComponent, typeof i3.PageDesignerComponent, typeof i4.QuestionDesignerComponent, typeof i5.PanelDesignerComponent, typeof i6.SvgBundleComponent, typeof i7.TabbledMenuComponent, typeof i8.TabbedMenuItemComponent, typeof i9.TabbedMenuItemWrapperComponent, typeof i10.SidebarComponent, typeof i11.SidebarTabComponent, typeof i12.ObjectSelectorComponent, typeof i13.PropertyGridComponent, typeof i14.SearchComponent, typeof i15.TextareaJsonEditorComponent, typeof i16.AceJsonEditorComponent, typeof i17.LogicTabComponent, typeof i18.LogicAddButtonComponent, typeof i19.ActionButtonComponent, 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.QuestionCarryForwardComponent, typeof i59.JsonErrorItemComponent, typeof i60.QuestionTextWithResetComponent]>;
|
|
67
68
|
static ɵinj: i0.ɵɵInjectorDeclaration<SurveyCreatorModule>;
|
|
68
69
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@angular/forms'), require('survey-angular-ui'), require('survey-core'), require('survey-creator-core')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define('survey-creator-angular', ['exports', '@angular/core', '@angular/common', '@angular/forms', 'survey-angular-ui', 'survey-core', 'survey-creator-core'], factory) :
|
|
4
4
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["survey-creator-angular"] = {}, global.ng.core, global.ng.common, global.ng.forms, global.i1, global.surveyCore, global.surveyCreatorCore));
|
|
5
|
-
})(this, (function (exports, i0, i2,
|
|
5
|
+
})(this, (function (exports, i0, i2, i3, i1, surveyCore, surveyCreatorCore) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopNamespace(e) {
|
|
8
8
|
if (e && e.__esModule) return e;
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
|
|
25
25
|
var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
|
|
26
26
|
var i2__namespace = /*#__PURE__*/_interopNamespace(i2);
|
|
27
|
-
var
|
|
27
|
+
var i3__namespace = /*#__PURE__*/_interopNamespace(i3);
|
|
28
28
|
var i1__namespace = /*#__PURE__*/_interopNamespace(i1);
|
|
29
29
|
|
|
30
30
|
/******************************************************************************
|
|
@@ -1124,6 +1124,30 @@
|
|
|
1124
1124
|
}] } });
|
|
1125
1125
|
i1.AngularComponentFactory.Instance.registerComponent("svc-object-selector", ObjectSelectorComponent);
|
|
1126
1126
|
|
|
1127
|
+
var SearchComponent = /** @class */ (function (_super) {
|
|
1128
|
+
__extends(SearchComponent, _super);
|
|
1129
|
+
function SearchComponent() {
|
|
1130
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
1131
|
+
}
|
|
1132
|
+
SearchComponent.prototype.getModel = function () {
|
|
1133
|
+
return this.model;
|
|
1134
|
+
};
|
|
1135
|
+
return SearchComponent;
|
|
1136
|
+
}(i1.BaseAngular));
|
|
1137
|
+
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 });
|
|
1138
|
+
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"] }] });
|
|
1139
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SearchComponent, decorators: [{
|
|
1140
|
+
type: i0.Component,
|
|
1141
|
+
args: [{
|
|
1142
|
+
selector: "svc-search",
|
|
1143
|
+
templateUrl: "./search.component.html",
|
|
1144
|
+
styles: [":host { display: none; }"]
|
|
1145
|
+
}]
|
|
1146
|
+
}], propDecorators: { model: [{
|
|
1147
|
+
type: i0.Input
|
|
1148
|
+
}] } });
|
|
1149
|
+
i1.AngularComponentFactory.Instance.registerComponent("svc-search", SearchComponent);
|
|
1150
|
+
|
|
1127
1151
|
var PropertyGridComponent = /** @class */ (function (_super) {
|
|
1128
1152
|
__extends(PropertyGridComponent, _super);
|
|
1129
1153
|
function PropertyGridComponent() {
|
|
@@ -1138,7 +1162,7 @@
|
|
|
1138
1162
|
return PropertyGridComponent;
|
|
1139
1163
|
}(i1.BaseAngular));
|
|
1140
1164
|
PropertyGridComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PropertyGridComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1141
|
-
PropertyGridComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: PropertyGridComponent, selector: "svc-property-grid", inputs: { model: "model" }, usesInheritance: true, ngImport: i0__namespace, template: "<ng-template #template>\n <survey-content *ngIf=\"!!model.survey\" [model]=\"model.survey\"></survey-content>\n</ng-template>", styles: [":host { display: none; }"], components: [{ type: i1__namespace.SurveyContentComponent, selector: "survey-content", inputs: ["model"] }], directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
1165
|
+
PropertyGridComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: PropertyGridComponent, selector: "svc-property-grid", inputs: { model: "model" }, usesInheritance: true, ngImport: i0__namespace, template: "<ng-template #template>\n <div class=\"spg-container\" [class.spg-container_search]=\"model.searchEnabled\">\n <svc-search [model]=\"model.searchManager\"></svc-search>\n <survey-content *ngIf=\"!!model.survey\" [model]=\"model.survey\"></survey-content>\n </div>\n</ng-template>", styles: [":host { display: none; }"], components: [{ type: SearchComponent, selector: "svc-search", inputs: ["model"] }, { type: i1__namespace.SurveyContentComponent, selector: "survey-content", inputs: ["model"] }], directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
1142
1166
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PropertyGridComponent, decorators: [{
|
|
1143
1167
|
type: i0.Component,
|
|
1144
1168
|
args: [{
|
|
@@ -1170,7 +1194,7 @@
|
|
|
1170
1194
|
return TextareaJsonEditorComponent;
|
|
1171
1195
|
}(i1.BaseAngular));
|
|
1172
1196
|
TextareaJsonEditorComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TextareaJsonEditorComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1173
|
-
TextareaJsonEditorComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: TextareaJsonEditorComponent, selector: "svc-tab-json-editor-textarea", inputs: { model: "model" }, viewQueries: [{ propertyName: "inputEl", first: true, predicate: ["inputEl"], descendants: true }], usesInheritance: true, ngImport: i0__namespace, template: "<ng-template #template>\n <div class=\"svc-creator-tab__content\">\n <div class=\"svc-json-editor-tab__content\">\n <textarea class=\"svc-json-editor-tab__content-area\" [attr.aria-label]=\"model.ariaLabel\"\n [disabled]=\"model.readOnly\" [(ngModel)]=\"model.text\" (keydown)=\"model.checkKey(model, $event)\" #inputEl>\n </textarea>\n <div class=\"svc-json-editor-tab__errros_list\" [visible]=\"model.hasErrors\">\n <sv-ng-list [model]=\"model.errorList\"></sv-ng-list>\n </div>\n </div>\n </div>\n</ng-template>", styles: [":host { display: none; }"], components: [{ type: i1__namespace.ListComponent, selector: "sv-ng-list, '[sv-ng-list]'", inputs: ["model"] }], directives: [{ type:
|
|
1197
|
+
TextareaJsonEditorComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: TextareaJsonEditorComponent, selector: "svc-tab-json-editor-textarea", inputs: { model: "model" }, viewQueries: [{ propertyName: "inputEl", first: true, predicate: ["inputEl"], descendants: true }], usesInheritance: true, ngImport: i0__namespace, template: "<ng-template #template>\n <div class=\"svc-creator-tab__content\">\n <div class=\"svc-json-editor-tab__content\">\n <textarea class=\"svc-json-editor-tab__content-area\" [attr.aria-label]=\"model.ariaLabel\"\n [disabled]=\"model.readOnly\" [(ngModel)]=\"model.text\" (keydown)=\"model.checkKey(model, $event)\" #inputEl>\n </textarea>\n <div class=\"svc-json-editor-tab__errros_list\" [visible]=\"model.hasErrors\">\n <sv-ng-list [model]=\"model.errorList\"></sv-ng-list>\n </div>\n </div>\n </div>\n</ng-template>", styles: [":host { display: none; }"], components: [{ type: i1__namespace.ListComponent, selector: "sv-ng-list, '[sv-ng-list]'", inputs: ["model"] }], directives: [{ 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"] }, { type: i1__namespace.VisibleDirective, selector: "[visible]", inputs: ["visible"] }] });
|
|
1174
1198
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: TextareaJsonEditorComponent, decorators: [{
|
|
1175
1199
|
type: i0.Component,
|
|
1176
1200
|
args: [{
|
|
@@ -2710,7 +2734,7 @@
|
|
|
2710
2734
|
return QuestionSpinEditorComponent;
|
|
2711
2735
|
}(i1.QuestionAngular));
|
|
2712
2736
|
QuestionSpinEditorComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: QuestionSpinEditorComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
2713
|
-
QuestionSpinEditorComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: QuestionSpinEditorComponent, selector: "ng-component", usesInheritance: true, ngImport: i0__namespace, template: "<div [class]=\"model.cssClasses.root\" (keydown)=\"model.onKeyDown($event)\">\n <input autocomplete=\"off\" [disabled]=\"model.isInputReadOnly\" [attr.id]=\"model.inputId\"\n [attr.placeholder]=\"model.renderedPlaceholder\" [attr.aria-required]=\"model.ariaRequired\"\n [attr.aria-label]=\"model.ariaLabel\" [attr.aria-invalid]=\"model.ariaInvalid\"\n [attr.aria-describedby]=\"model.ariaDescribedBy\" (change)=\"model.onChange($event)\"\n (keydown)=\"model.onInputKeyDown($event)\" (keyup)=\"model.onKeyUp($event)\" (blur)=\"model.onBlur($event)\"\n (focus)=\"model.onFocus($event)\" (beforeinput)=\"model.onBeforeInput($event)\" [value]=\"model.renderedValue\"\n [class]=\"model.cssClasses.control\" />\n <span [class]=\"model.cssClasses.buttonsContainer\">\n <button [disabled]=\"model.isInputReadOnly\" [class]=\"model.cssClasses.arrowButton\"\n (mousedown)=\"model.onDownButtonMouseDown()\" (mouseup)=\"model.onButtonMouseUp()\"\n (mouseleave)=\"model.onButtonMouseLeave()\" (blur)=\"model.onBlur($event)\" (focus)=\"model.onFocus($event)\">\n <svg [iconName]=\"model.cssClasses.decreaseButtonIcon\" [size]=\"'auto'\" sv-ng-svg-icon></svg>\n </button>\n <button [disabled]=\"model.isInputReadOnly\" [class]=\"model.cssClasses.arrowButton\"\n (mousedown)=\"model.onUpButtonMouseDown()\" (mouseup)=\"model.onButtonMouseUp()\"\n (mouseleave)=\"model.onButtonMouseLeave()\" (blur)=\"model.onBlur($event)\" (focus)=\"model.onFocus($event)\">\n <svg [iconName]=\"model.cssClasses.increaseButtonIcon\" [size]=\"'auto'\" sv-ng-svg-icon></svg>\n </button>\n </span>\n</div>", components: [{ type: i1__namespace.SvgIconComponent, selector: "'[sv-ng-svg-icon]'", inputs: ["size", "width", "height", "iconName", "partCss", "css", "title"] }] });
|
|
2737
|
+
QuestionSpinEditorComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: QuestionSpinEditorComponent, selector: "ng-component", usesInheritance: true, ngImport: i0__namespace, template: "<div [class]=\"model.cssClasses.root\" (keydown)=\"model.onKeyDown($event)\">\n <input autocomplete=\"off\" [disabled]=\"model.isInputReadOnly\" [attr.id]=\"model.inputId\"\n [attr.placeholder]=\"model.renderedPlaceholder\" [attr.aria-required]=\"model.ariaRequired\"\n [attr.aria-label]=\"model.ariaLabel\" [attr.aria-invalid]=\"model.ariaInvalid\"\n [attr.aria-describedby]=\"model.ariaDescribedBy\" (change)=\"model.onChange($event)\"\n (keydown)=\"model.onInputKeyDown($event)\" (keyup)=\"model.onKeyUp($event)\" (blur)=\"model.onBlur($event)\"\n (focus)=\"model.onFocus($event)\" (beforeinput)=\"model.onBeforeInput($event)\" [value]=\"model.renderedValue\"\n [class]=\"model.cssClasses.control\" />\n <span [class]=\"model.cssClasses.buttonsContainer\">\n <button [disabled]=\"model.isInputReadOnly\" [class]=\"model.cssClasses.arrowButton\"\n (mousedown)=\"model.onDownButtonMouseDown()\" (mouseup)=\"model.onButtonMouseUp()\"\n (mouseleave)=\"model.onButtonMouseLeave()\" (blur)=\"model.onBlur($event)\" (focus)=\"model.onFocus($event)\" tabindex=\"-1\">\n <svg [iconName]=\"model.cssClasses.decreaseButtonIcon\" [size]=\"'auto'\" sv-ng-svg-icon></svg>\n </button>\n <button [disabled]=\"model.isInputReadOnly\" [class]=\"model.cssClasses.arrowButton\"\n (mousedown)=\"model.onUpButtonMouseDown()\" (mouseup)=\"model.onButtonMouseUp()\"\n (mouseleave)=\"model.onButtonMouseLeave()\" (blur)=\"model.onBlur($event)\" (focus)=\"model.onFocus($event)\" tabindex=\"-1\">\n <svg [iconName]=\"model.cssClasses.increaseButtonIcon\" [size]=\"'auto'\" sv-ng-svg-icon></svg>\n </button>\n </span>\n</div>", components: [{ type: i1__namespace.SvgIconComponent, selector: "'[sv-ng-svg-icon]'", inputs: ["size", "width", "height", "iconName", "partCss", "css", "title"] }] });
|
|
2714
2738
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: QuestionSpinEditorComponent, decorators: [{
|
|
2715
2739
|
type: i0.Component,
|
|
2716
2740
|
args: [{
|
|
@@ -2754,7 +2778,7 @@
|
|
|
2754
2778
|
return QuestionColorComponent;
|
|
2755
2779
|
}(i1.QuestionAngular));
|
|
2756
2780
|
QuestionColorComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: QuestionColorComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
2757
|
-
QuestionColorComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: QuestionColorComponent, selector: "svc-color", usesInheritance: true, ngImport: i0__namespace, template: "<div [class]=\"model.cssClasses.root\" (keydown)=\"model.onKeyDown($event)\">\n <label [class]=\"model.getSwatchCss()\" [style]=\"model.getSwatchStyle()\">\n <svg [iconName]=\"model.cssClasses.swatchIcon\" [size]=\"'auto'\" sv-ng-svg-icon></svg>\n <input type=\"color\" [disabled]=\"model.isInputReadOnly\" [class]=\"model.cssClasses.colorInput\"\n [value]=\"model.renderedColorValue\" (change)=\"model.onColorInputChange($event)\" />\n </label>\n <input autocomplete=\"off\" [disabled]=\"model.isInputReadOnly\" [attr.id]=\"model.inputId\"\n [placeholder]=\"model.renderedPlaceholder\" [attr.aria-required]=\"model.ariaRequired\"\n [attr.aria-label]=\"model.ariaLabel\" [attr.aria-invalid]=\"model.ariaInvalid\"\n [attr.aria-describedby]=\"model.ariaDescribedBy\" (change)=\"model.onChange($event)\" (keyup)=\"model.onKeyUp($event)\"\n (blur)=\"model.onBlur($event)\" (beforeinput)=\"model.onBeforeInput($event)\" [value]=\"model.renderedValue\"\n [class]=\"model.cssClasses.control\" />\n <ng-container *ngIf=\"model.showDropdownAction\">\n <sv-action-bar-item [model]=\"model.dropdownAction\"></sv-action-bar-item>\n <sv-ng-popup [popupModel]=\"model.dropdownAction.popupModel\"></sv-ng-popup>\n </ng-container>\n</div>", components: [{ type: i1__namespace.SvgIconComponent, selector: "'[sv-ng-svg-icon]'", inputs: ["size", "width", "height", "iconName", "partCss", "css", "title"] }, { type: i1__namespace.ActionBarItemComponent, selector: "sv-action-bar-item", inputs: ["model"] }, { type: i1__namespace.PopupComponent, selector: "sv-ng-popup, '[sv-ng-popup]'", inputs: ["popupModel", "getTarget"] }], directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
2781
|
+
QuestionColorComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: QuestionColorComponent, selector: "svc-color", usesInheritance: true, ngImport: i0__namespace, template: "<div [class]=\"model.cssClasses.root\" (keydown)=\"model.onKeyDown($event)\">\n <label [class]=\"model.getSwatchCss()\" [style]=\"model.getSwatchStyle()\">\n <svg [iconName]=\"model.cssClasses.swatchIcon\" [size]=\"'auto'\" sv-ng-svg-icon></svg>\n <input type=\"color\" [disabled]=\"model.isInputReadOnly\" [class]=\"model.cssClasses.colorInput\"\n [value]=\"model.renderedColorValue\" (change)=\"model.onColorInputChange($event)\" tabindex=\"-1\"/>\n </label>\n <input autocomplete=\"off\" [disabled]=\"model.isInputReadOnly\" [attr.id]=\"model.inputId\"\n [placeholder]=\"model.renderedPlaceholder\" [attr.aria-required]=\"model.ariaRequired\"\n [attr.aria-label]=\"model.ariaLabel\" [attr.aria-invalid]=\"model.ariaInvalid\"\n [attr.aria-describedby]=\"model.ariaDescribedBy\" (change)=\"model.onChange($event)\" (keyup)=\"model.onKeyUp($event)\"\n (blur)=\"model.onBlur($event)\" (beforeinput)=\"model.onBeforeInput($event)\" [value]=\"model.renderedValue\"\n [class]=\"model.cssClasses.control\" />\n <ng-container *ngIf=\"model.showDropdownAction\">\n <sv-action-bar-item [model]=\"model.dropdownAction\"></sv-action-bar-item>\n <sv-ng-popup [popupModel]=\"model.dropdownAction.popupModel\"></sv-ng-popup>\n </ng-container>\n</div>", components: [{ type: i1__namespace.SvgIconComponent, selector: "'[sv-ng-svg-icon]'", inputs: ["size", "width", "height", "iconName", "partCss", "css", "title"] }, { type: i1__namespace.ActionBarItemComponent, selector: "sv-action-bar-item", inputs: ["model"] }, { type: i1__namespace.PopupComponent, selector: "sv-ng-popup, '[sv-ng-popup]'", inputs: ["popupModel", "getTarget"] }], directives: [{ type: i2__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
2758
2782
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: QuestionColorComponent, decorators: [{
|
|
2759
2783
|
type: i0.Component,
|
|
2760
2784
|
args: [{
|
|
@@ -2772,7 +2796,7 @@
|
|
|
2772
2796
|
return QuestionFileEditorComponent;
|
|
2773
2797
|
}(i1.QuestionAngular));
|
|
2774
2798
|
QuestionFileEditorComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: QuestionFileEditorComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
2775
|
-
QuestionFileEditorComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: QuestionFileEditorComponent, selector: "svc-file-editor", usesInheritance: true, ngImport: i0__namespace, template: "<div [class]=\"model.cssClasses.root\" (dragenter)=\"model.onDragEnter($event)\" (dragover)=\"model.onDragOver($event)\"\n (drop)=\"model.onDrop($event)\" (dragleave)=\"model.onDragLeave($event)\" (keydown)=\"model.onKeyDown($event)\">\n <input type=\"text\" [disabled]=\"model.isInputReadOnly\" [class]=\"model.cssClasses.control\"\n [value]=\"model.renderedValue ||''\" (change)=\"model.onInputChange($event)\" (blur)=\"model.onInputBlur($event)\"\n [attr.placeholder]=\"model.placeholder\"
|
|
2799
|
+
QuestionFileEditorComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: QuestionFileEditorComponent, selector: "svc-file-editor", usesInheritance: true, ngImport: i0__namespace, template: "<div [class]=\"model.cssClasses.root\" (dragenter)=\"model.onDragEnter($event)\" (dragover)=\"model.onDragOver($event)\"\n (drop)=\"model.onDrop($event)\" (dragleave)=\"model.onDragLeave($event)\" (keydown)=\"model.onKeyDown($event)\">\n <input type=\"text\" [disabled]=\"model.isInputReadOnly\" [class]=\"model.cssClasses.control\"\n [value]=\"model.renderedValue ||''\" (change)=\"model.onInputChange($event)\" (blur)=\"model.onInputBlur($event)\"\n [attr.placeholder]=\"model.placeholder\"/>\n <input type=\"file\" [disabled]=\"model.isInputReadOnly\" [class]=\"model.cssClasses.fileInput\" [attr.id]=\"model.inputId\"\n [attr.aria-required]=\"model.ariaRequired\" [attr.aria-label]=\"model.ariaLabel\"\n [attr.aria-invalid]=\"model.ariaInvalid\" [attr.aria-describedby]=\"model.ariaDescribedBy\" [attr.multiple]=\"false\"\n [title]=\"model.inputTitle\" [accept]=\"model.acceptedTypes\" (change)=\"model.onFileInputChange($event)\" tabindex=\"-1\">\n <div [class]=\"model.cssClasses.buttonsContainer\">\n <button type=\"button\" [class]=\"model.cssClasses.clearButton\" [disabled]=\"model.getIsClearButtonDisabled()\"\n (click)=\"model.doClean()\" [key2click]>\n <svg [iconName]=\"model.cssClasses.clearButtonIcon\" size=\"'auto'\" [title]=\"model.clearButtonCaption\"\n sv-ng-svg-icon></svg>\n </button>\n <label role=\"button\" [class]=\"model.getChooseButtonCss()\" [attr.for]=\"model.inputId\"\n [attr.aria-label]=\"model.chooseButtonCaption\" (click)=\"model.chooseFiles($event)\" [key2click]>\n <svg [iconName]=\"model.cssClasses.chooseButtonIcon\" size=\"'auto'\" [title]=\"model.chooseButtonCaption\"\n sv-ng-svg-icon></svg>\n </label>\n </div>\n</div>", components: [{ type: i1__namespace.SvgIconComponent, selector: "'[sv-ng-svg-icon]'", inputs: ["size", "width", "height", "iconName", "partCss", "css", "title"] }], directives: [{ type: i1__namespace.Key2ClickDirective, selector: "[key2click]", inputs: ["key2click"] }] });
|
|
2776
2800
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: QuestionFileEditorComponent, decorators: [{
|
|
2777
2801
|
type: i0.Component,
|
|
2778
2802
|
args: [{
|
|
@@ -2838,31 +2862,31 @@
|
|
|
2838
2862
|
return SurveyCreatorModule;
|
|
2839
2863
|
}());
|
|
2840
2864
|
SurveyCreatorModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SurveyCreatorModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
2841
|
-
SurveyCreatorModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SurveyCreatorModule, declarations: [CreatorComponent, DesignerTabComponent, PageDesignerComponent, QuestionDesignerComponent, PanelDesignerComponent, SvgBundleComponent, TabbledMenuComponent, TabbedMenuItemComponent, TabbedMenuItemWrapperComponent, SidebarComponent, SidebarTabComponent, ObjectSelectorComponent, PropertyGridComponent, TextareaJsonEditorComponent, AceJsonEditorComponent, LogicTabComponent, LogicAddButtonComponent, ActionButtonComponent, LinkValueQuestionComponent, EmbeddedSurveyQuestionComponent, TranslationTabComponent, TranslationSkeletonComponent, SimulatorComponent, TestTabComponent, TestAgainActionComponent, SurveyResultsComponent, SurveyResultsTableRowComponent, ThemeTabComponent,
|
|
2865
|
+
SurveyCreatorModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SurveyCreatorModule, declarations: [CreatorComponent, DesignerTabComponent, PageDesignerComponent, QuestionDesignerComponent, PanelDesignerComponent, SvgBundleComponent, TabbledMenuComponent, TabbedMenuItemComponent, TabbedMenuItemWrapperComponent, SidebarComponent, SidebarTabComponent, ObjectSelectorComponent, PropertyGridComponent, SearchComponent, TextareaJsonEditorComponent, AceJsonEditorComponent, LogicTabComponent, LogicAddButtonComponent, ActionButtonComponent, LinkValueQuestionComponent, EmbeddedSurveyQuestionComponent, TranslationTabComponent, TranslationSkeletonComponent, SimulatorComponent, TestTabComponent, TestAgainActionComponent, SurveyResultsComponent, SurveyResultsTableRowComponent, ThemeTabComponent,
|
|
2842
2866
|
AdaptiveToolboxComponent, ToolboxToolComponent, ToolboxItemComponent, ToolboxCategoryComponent, StringEditorComponent, PageNavigatorComponent, PageNavigatorItemComponent,
|
|
2843
2867
|
QuestionDropdownDesignerComponent, QuestionDropdownAdornerDesignerComponent, QuestionImageDesignerComponent, QuestionImageAdornerDesignerComponent,
|
|
2844
2868
|
ItemValueDesignerComponent, ImageItemValueDesignerComponent, LogicOperatorComponent, MatrixCellComponent, QuestionEditorComponent, CellQuestionDropdownComponent, CreatorRowComponent, DesignerPagesComponent, DesignerSurveyComponent, CellQuestionComponent, QuestionWidgetDesignerComponent, ToolboxComponent, CreatorLogoImageComponent,
|
|
2845
|
-
QuestionRatingAdornerDesignerComponent, QuestionRatingDesignerComponent, QuestionSpinEditorComponent, ColorItemComponent, QuestionColorComponent, QuestionFileEditorComponent, AddQuestionButtonComponent, QuestionCarryForwardComponent, JsonErrorItemComponent, QuestionTextWithResetComponent], imports: [i2.CommonModule,
|
|
2869
|
+
QuestionRatingAdornerDesignerComponent, QuestionRatingDesignerComponent, QuestionSpinEditorComponent, ColorItemComponent, QuestionColorComponent, QuestionFileEditorComponent, AddQuestionButtonComponent, QuestionCarryForwardComponent, JsonErrorItemComponent, QuestionTextWithResetComponent], imports: [i2.CommonModule, i3.FormsModule, i1.SurveyModule], exports: [CreatorComponent, DesignerTabComponent, PageDesignerComponent, QuestionDesignerComponent, PanelDesignerComponent, SvgBundleComponent, TabbledMenuComponent, TabbedMenuItemComponent, TabbedMenuItemWrapperComponent, SidebarComponent, SidebarTabComponent, ObjectSelectorComponent, PropertyGridComponent, SearchComponent, TextareaJsonEditorComponent, AceJsonEditorComponent, LogicTabComponent, LogicAddButtonComponent, ActionButtonComponent, LinkValueQuestionComponent, EmbeddedSurveyQuestionComponent, TranslationTabComponent, TranslationSkeletonComponent, SimulatorComponent, TestTabComponent, TestAgainActionComponent, SurveyResultsComponent, SurveyResultsTableRowComponent, ThemeTabComponent,
|
|
2846
2870
|
AdaptiveToolboxComponent, ToolboxToolComponent, ToolboxItemComponent, ToolboxCategoryComponent, StringEditorComponent, PageNavigatorComponent, PageNavigatorItemComponent,
|
|
2847
2871
|
QuestionDropdownDesignerComponent, QuestionDropdownAdornerDesignerComponent, QuestionImageDesignerComponent, QuestionImageAdornerDesignerComponent,
|
|
2848
2872
|
ItemValueDesignerComponent, ImageItemValueDesignerComponent, LogicOperatorComponent, MatrixCellComponent, QuestionEditorComponent, CellQuestionDropdownComponent, CreatorRowComponent, DesignerPagesComponent, DesignerSurveyComponent, CellQuestionComponent, QuestionWidgetDesignerComponent, ToolboxComponent, CreatorLogoImageComponent,
|
|
2849
2873
|
QuestionRatingAdornerDesignerComponent, QuestionRatingDesignerComponent, QuestionSpinEditorComponent, ColorItemComponent, QuestionColorComponent, QuestionFileEditorComponent, AddQuestionButtonComponent, QuestionCarryForwardComponent, JsonErrorItemComponent, QuestionTextWithResetComponent] });
|
|
2850
2874
|
SurveyCreatorModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SurveyCreatorModule, providers: [], imports: [[
|
|
2851
|
-
i2.CommonModule,
|
|
2875
|
+
i2.CommonModule, i3.FormsModule, i1.SurveyModule
|
|
2852
2876
|
]] });
|
|
2853
2877
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SurveyCreatorModule, decorators: [{
|
|
2854
2878
|
type: i0.NgModule,
|
|
2855
2879
|
args: [{
|
|
2856
|
-
declarations: [CreatorComponent, DesignerTabComponent, PageDesignerComponent, QuestionDesignerComponent, PanelDesignerComponent, SvgBundleComponent, TabbledMenuComponent, TabbedMenuItemComponent, TabbedMenuItemWrapperComponent, SidebarComponent, SidebarTabComponent, ObjectSelectorComponent, PropertyGridComponent, TextareaJsonEditorComponent, AceJsonEditorComponent, LogicTabComponent, LogicAddButtonComponent, ActionButtonComponent, LinkValueQuestionComponent, EmbeddedSurveyQuestionComponent, TranslationTabComponent, TranslationSkeletonComponent, SimulatorComponent, TestTabComponent, TestAgainActionComponent, SurveyResultsComponent, SurveyResultsTableRowComponent, ThemeTabComponent,
|
|
2880
|
+
declarations: [CreatorComponent, DesignerTabComponent, PageDesignerComponent, QuestionDesignerComponent, PanelDesignerComponent, SvgBundleComponent, TabbledMenuComponent, TabbedMenuItemComponent, TabbedMenuItemWrapperComponent, SidebarComponent, SidebarTabComponent, ObjectSelectorComponent, PropertyGridComponent, SearchComponent, TextareaJsonEditorComponent, AceJsonEditorComponent, LogicTabComponent, LogicAddButtonComponent, ActionButtonComponent, LinkValueQuestionComponent, EmbeddedSurveyQuestionComponent, TranslationTabComponent, TranslationSkeletonComponent, SimulatorComponent, TestTabComponent, TestAgainActionComponent, SurveyResultsComponent, SurveyResultsTableRowComponent, ThemeTabComponent,
|
|
2857
2881
|
AdaptiveToolboxComponent, ToolboxToolComponent, ToolboxItemComponent, ToolboxCategoryComponent, StringEditorComponent, PageNavigatorComponent, PageNavigatorItemComponent,
|
|
2858
2882
|
QuestionDropdownDesignerComponent, QuestionDropdownAdornerDesignerComponent, QuestionImageDesignerComponent, QuestionImageAdornerDesignerComponent,
|
|
2859
2883
|
ItemValueDesignerComponent, ImageItemValueDesignerComponent, LogicOperatorComponent, MatrixCellComponent, QuestionEditorComponent, CellQuestionDropdownComponent, CreatorRowComponent, DesignerPagesComponent, DesignerSurveyComponent, CellQuestionComponent, QuestionWidgetDesignerComponent, ToolboxComponent, CreatorLogoImageComponent,
|
|
2860
2884
|
QuestionRatingAdornerDesignerComponent, QuestionRatingDesignerComponent, QuestionSpinEditorComponent, ColorItemComponent, QuestionColorComponent, QuestionFileEditorComponent, AddQuestionButtonComponent, QuestionCarryForwardComponent, JsonErrorItemComponent, QuestionTextWithResetComponent],
|
|
2861
2885
|
imports: [
|
|
2862
|
-
i2.CommonModule,
|
|
2886
|
+
i2.CommonModule, i3.FormsModule, i1.SurveyModule
|
|
2863
2887
|
],
|
|
2864
2888
|
exports: [
|
|
2865
|
-
CreatorComponent, DesignerTabComponent, PageDesignerComponent, QuestionDesignerComponent, PanelDesignerComponent, SvgBundleComponent, TabbledMenuComponent, TabbedMenuItemComponent, TabbedMenuItemWrapperComponent, SidebarComponent, SidebarTabComponent, ObjectSelectorComponent, PropertyGridComponent, TextareaJsonEditorComponent, AceJsonEditorComponent, LogicTabComponent, LogicAddButtonComponent, ActionButtonComponent, LinkValueQuestionComponent, EmbeddedSurveyQuestionComponent, TranslationTabComponent, TranslationSkeletonComponent, SimulatorComponent, TestTabComponent, TestAgainActionComponent, SurveyResultsComponent, SurveyResultsTableRowComponent, ThemeTabComponent,
|
|
2889
|
+
CreatorComponent, DesignerTabComponent, PageDesignerComponent, QuestionDesignerComponent, PanelDesignerComponent, SvgBundleComponent, TabbledMenuComponent, TabbedMenuItemComponent, TabbedMenuItemWrapperComponent, SidebarComponent, SidebarTabComponent, ObjectSelectorComponent, PropertyGridComponent, SearchComponent, TextareaJsonEditorComponent, AceJsonEditorComponent, LogicTabComponent, LogicAddButtonComponent, ActionButtonComponent, LinkValueQuestionComponent, EmbeddedSurveyQuestionComponent, TranslationTabComponent, TranslationSkeletonComponent, SimulatorComponent, TestTabComponent, TestAgainActionComponent, SurveyResultsComponent, SurveyResultsTableRowComponent, ThemeTabComponent,
|
|
2866
2890
|
AdaptiveToolboxComponent, ToolboxToolComponent, ToolboxItemComponent, ToolboxCategoryComponent, StringEditorComponent, PageNavigatorComponent, PageNavigatorItemComponent,
|
|
2867
2891
|
QuestionDropdownDesignerComponent, QuestionDropdownAdornerDesignerComponent, QuestionImageDesignerComponent, QuestionImageAdornerDesignerComponent,
|
|
2868
2892
|
ItemValueDesignerComponent, ImageItemValueDesignerComponent, LogicOperatorComponent, MatrixCellComponent, QuestionEditorComponent, CellQuestionDropdownComponent, CreatorRowComponent, DesignerPagesComponent, DesignerSurveyComponent, CellQuestionComponent, QuestionWidgetDesignerComponent, ToolboxComponent, CreatorLogoImageComponent,
|
|
@@ -2918,6 +2942,7 @@
|
|
|
2918
2942
|
exports.QuestionSpinEditorComponent = QuestionSpinEditorComponent;
|
|
2919
2943
|
exports.QuestionTextWithResetComponent = QuestionTextWithResetComponent;
|
|
2920
2944
|
exports.QuestionWidgetDesignerComponent = QuestionWidgetDesignerComponent;
|
|
2945
|
+
exports.SearchComponent = SearchComponent;
|
|
2921
2946
|
exports.SidebarComponent = SidebarComponent;
|
|
2922
2947
|
exports.SidebarTabComponent = SidebarTabComponent;
|
|
2923
2948
|
exports.SimulatorComponent = SimulatorComponent;
|