@syncfusion/ej2-angular-inplace-editor 20.2.38 → 20.2.43-ngcc

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.
Files changed (134) hide show
  1. package/@syncfusion/ej2-angular-inplace-editor.es5.js +275 -0
  2. package/@syncfusion/ej2-angular-inplace-editor.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-inplace-editor.js +256 -0
  4. package/@syncfusion/ej2-angular-inplace-editor.js.map +1 -0
  5. package/CHANGELOG.md +246 -0
  6. package/dist/ej2-angular-inplace-editor.umd.js +350 -0
  7. package/dist/ej2-angular-inplace-editor.umd.js.map +1 -0
  8. package/dist/ej2-angular-inplace-editor.umd.min.js +11 -0
  9. package/dist/ej2-angular-inplace-editor.umd.min.js.map +1 -0
  10. package/ej2-angular-inplace-editor.d.ts +5 -0
  11. package/ej2-angular-inplace-editor.metadata.json +1 -0
  12. package/package.json +15 -29
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/collection.json +35 -0
  15. package/schematics/generators/inplaceeditor-inline/index.d.ts +3 -0
  16. package/schematics/generators/inplaceeditor-inline/index.js +8 -0
  17. package/schematics/generators/inplaceeditor-inline/sample-details.d.ts +5 -0
  18. package/schematics/generators/inplaceeditor-inline/sample-details.js +7 -0
  19. package/schematics/generators/inplaceeditor-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  20. package/schematics/generators/inplaceeditor-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  21. package/schematics/generators/inplaceeditor-inline/schema.d.ts +3 -0
  22. package/schematics/generators/inplaceeditor-inline/schema.js +2 -0
  23. package/schematics/generators/inplaceeditor-inline/schema.json +125 -0
  24. package/schematics/generators/inplaceeditor-popup/index.d.ts +3 -0
  25. package/schematics/generators/inplaceeditor-popup/index.js +8 -0
  26. package/schematics/generators/inplaceeditor-popup/sample-details.d.ts +5 -0
  27. package/schematics/generators/inplaceeditor-popup/sample-details.js +7 -0
  28. package/schematics/generators/inplaceeditor-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  29. package/schematics/generators/inplaceeditor-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  30. package/schematics/generators/inplaceeditor-popup/schema.d.ts +3 -0
  31. package/schematics/generators/inplaceeditor-popup/schema.js +2 -0
  32. package/schematics/generators/inplaceeditor-popup/schema.json +125 -0
  33. package/schematics/generators/inplaceeditor-popup-position/index.d.ts +3 -0
  34. package/schematics/generators/inplaceeditor-popup-position/index.js +8 -0
  35. package/schematics/generators/inplaceeditor-popup-position/sample-details.d.ts +5 -0
  36. package/schematics/generators/inplaceeditor-popup-position/sample-details.js +7 -0
  37. package/schematics/generators/inplaceeditor-popup-position/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  38. package/schematics/generators/inplaceeditor-popup-position/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  39. package/schematics/generators/inplaceeditor-popup-position/schema.d.ts +3 -0
  40. package/schematics/generators/inplaceeditor-popup-position/schema.js +2 -0
  41. package/schematics/generators/inplaceeditor-popup-position/schema.json +125 -0
  42. package/schematics/generators/inplaceeditor-template/index.d.ts +3 -0
  43. package/schematics/generators/inplaceeditor-template/index.js +8 -0
  44. package/schematics/generators/inplaceeditor-template/sample-details.d.ts +5 -0
  45. package/schematics/generators/inplaceeditor-template/sample-details.js +7 -0
  46. package/schematics/generators/inplaceeditor-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  47. package/schematics/generators/inplaceeditor-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  48. package/schematics/generators/inplaceeditor-template/schema.d.ts +3 -0
  49. package/schematics/generators/inplaceeditor-template/schema.js +2 -0
  50. package/schematics/generators/inplaceeditor-template/schema.json +125 -0
  51. package/schematics/generators/inplaceeditor-validation/index.d.ts +3 -0
  52. package/schematics/generators/inplaceeditor-validation/index.js +8 -0
  53. package/schematics/generators/inplaceeditor-validation/sample-details.d.ts +5 -0
  54. package/schematics/generators/inplaceeditor-validation/sample-details.js +7 -0
  55. package/schematics/generators/inplaceeditor-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  56. package/schematics/generators/inplaceeditor-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  57. package/schematics/generators/inplaceeditor-validation/schema.d.ts +3 -0
  58. package/schematics/generators/inplaceeditor-validation/schema.js +2 -0
  59. package/schematics/generators/inplaceeditor-validation/schema.json +125 -0
  60. package/schematics/ng-add/index.d.ts +3 -0
  61. package/schematics/ng-add/index.js +9 -0
  62. package/schematics/ng-add/schema.d.ts +13 -0
  63. package/schematics/ng-add/schema.js +2 -0
  64. package/schematics/ng-add/schema.json +34 -0
  65. package/schematics/tsconfig.json +25 -0
  66. package/schematics/utils/lib-details.d.ts +4 -0
  67. package/schematics/utils/lib-details.js +6 -0
  68. package/schematics/utils/lib-details.ts +2 -2
  69. package/src/inplace-editor/inplaceeditor-all.module.d.ts +0 -6
  70. package/src/inplace-editor/inplaceeditor.component.d.ts +0 -3
  71. package/src/inplace-editor/inplaceeditor.module.d.ts +0 -6
  72. package/styles/inplace-editor/bootstrap-dark.scss +1 -26
  73. package/styles/inplace-editor/bootstrap.scss +1 -26
  74. package/styles/inplace-editor/bootstrap4.scss +1 -26
  75. package/styles/inplace-editor/bootstrap5-dark.scss +1 -26
  76. package/styles/inplace-editor/bootstrap5.scss +1 -26
  77. package/styles/inplace-editor/fabric-dark.scss +1 -26
  78. package/styles/inplace-editor/fabric.scss +1 -26
  79. package/styles/inplace-editor/fluent-dark.scss +1 -26
  80. package/styles/inplace-editor/fluent.scss +1 -26
  81. package/styles/inplace-editor/highcontrast-light.scss +1 -26
  82. package/styles/inplace-editor/highcontrast.scss +1 -26
  83. package/styles/inplace-editor/material-dark.scss +1 -26
  84. package/styles/inplace-editor/material.scss +1 -26
  85. package/styles/inplace-editor/tailwind-dark.scss +1 -26
  86. package/styles/inplace-editor/tailwind.scss +1 -26
  87. package/esm2020/public_api.mjs +0 -3
  88. package/esm2020/src/index.mjs +0 -5
  89. package/esm2020/src/inplace-editor/inplaceeditor-all.module.mjs +0 -50
  90. package/esm2020/src/inplace-editor/inplaceeditor.component.mjs +0 -146
  91. package/esm2020/src/inplace-editor/inplaceeditor.module.mjs +0 -25
  92. package/esm2020/syncfusion-ej2-angular-inplace-editor.mjs +0 -5
  93. package/fesm2015/syncfusion-ej2-angular-inplace-editor.mjs +0 -221
  94. package/fesm2015/syncfusion-ej2-angular-inplace-editor.mjs.map +0 -1
  95. package/fesm2020/syncfusion-ej2-angular-inplace-editor.mjs +0 -221
  96. package/fesm2020/syncfusion-ej2-angular-inplace-editor.mjs.map +0 -1
  97. package/styles/inplace-editor/_all.scss +0 -2
  98. package/styles/inplace-editor/_bootstrap-dark-definition.scss +0 -75
  99. package/styles/inplace-editor/_bootstrap-definition.scss +0 -76
  100. package/styles/inplace-editor/_bootstrap4-definition.scss +0 -76
  101. package/styles/inplace-editor/_bootstrap5-dark-definition.scss +0 -1
  102. package/styles/inplace-editor/_bootstrap5-definition.scss +0 -68
  103. package/styles/inplace-editor/_fabric-dark-definition.scss +0 -75
  104. package/styles/inplace-editor/_fabric-definition.scss +0 -76
  105. package/styles/inplace-editor/_fluent-dark-definition.scss +0 -1
  106. package/styles/inplace-editor/_fluent-definition.scss +0 -69
  107. package/styles/inplace-editor/_fusionnew-definition.scss +0 -68
  108. package/styles/inplace-editor/_highcontrast-definition.scss +0 -75
  109. package/styles/inplace-editor/_highcontrast-light-definition.scss +0 -75
  110. package/styles/inplace-editor/_layout.scss +0 -659
  111. package/styles/inplace-editor/_material-dark-definition.scss +0 -76
  112. package/styles/inplace-editor/_material-definition.scss +0 -76
  113. package/styles/inplace-editor/_material3-definition.scss +0 -68
  114. package/styles/inplace-editor/_tailwind-dark-definition.scss +0 -1
  115. package/styles/inplace-editor/_tailwind-definition.scss +0 -69
  116. package/styles/inplace-editor/_theme.scss +0 -250
  117. package/styles/inplace-editor/icons/_bootstrap-dark.scss +0 -19
  118. package/styles/inplace-editor/icons/_bootstrap.scss +0 -19
  119. package/styles/inplace-editor/icons/_bootstrap4.scss +0 -19
  120. package/styles/inplace-editor/icons/_bootstrap5-dark.scss +0 -1
  121. package/styles/inplace-editor/icons/_bootstrap5.scss +0 -19
  122. package/styles/inplace-editor/icons/_fabric-dark.scss +0 -19
  123. package/styles/inplace-editor/icons/_fabric.scss +0 -19
  124. package/styles/inplace-editor/icons/_fluent-dark.scss +0 -1
  125. package/styles/inplace-editor/icons/_fluent.scss +0 -19
  126. package/styles/inplace-editor/icons/_fusionnew.scss +0 -19
  127. package/styles/inplace-editor/icons/_highcontrast-light.scss +0 -19
  128. package/styles/inplace-editor/icons/_highcontrast.scss +0 -19
  129. package/styles/inplace-editor/icons/_material-dark.scss +0 -19
  130. package/styles/inplace-editor/icons/_material.scss +0 -19
  131. package/styles/inplace-editor/icons/_material3.scss +0 -19
  132. package/styles/inplace-editor/icons/_tailwind-dark.scss +0 -1
  133. package/styles/inplace-editor/icons/_tailwind.scss +0 -19
  134. package/syncfusion-ej2-angular-inplace-editor.d.ts +0 -5
@@ -0,0 +1,275 @@
1
+ var __extends = (this && this.__extends) || (function () {
2
+ var extendStatics = Object.setPrototypeOf ||
3
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
4
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
5
+ return function (d, b) {
6
+ extendStatics(d, b);
7
+ function __() { this.constructor = d; }
8
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
9
+ };
10
+ })();
11
+ import { ChangeDetectionStrategy, Component, ContentChild, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef, forwardRef } from '@angular/core';
12
+ import { NG_VALUE_ACCESSOR } from '@angular/forms';
13
+ import { ComponentBase, ComponentMixins, FormBase, Template, setValue } from '@syncfusion/ej2-angular-base';
14
+ import { AutoComplete, ColorPicker, ComboBox, DateRangePicker, InPlaceEditor, MultiSelect, Rte, Slider, TimePicker } from '@syncfusion/ej2-inplace-editor';
15
+ import { CommonModule } from '@angular/common';
16
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
17
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
18
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
19
+ r = Reflect.decorate(decorators, target, key, desc);
20
+ else
21
+ for (var i = decorators.length - 1; i >= 0; i--)
22
+ if (d = decorators[i])
23
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
24
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
25
+ };
26
+ var __metadata = (this && this.__metadata) || function (k, v) {
27
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
28
+ return Reflect.metadata(k, v);
29
+ };
30
+ var inputs = ['actionOnBlur', 'adaptor', 'cancelButton', 'cssClass', 'disabled', 'editableOn', 'emptyText', 'enableEditMode', 'enableHtmlParse', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'locale', 'mode', 'model', 'name', 'popupSettings', 'primaryKey', 'saveButton', 'showButtons', 'submitOnEnter', 'template', 'textOption', 'type', 'url', 'validationRules', 'value'];
31
+ var outputs = ['focus', 'blur', 'actionBegin', 'actionFailure', 'actionSuccess', 'beforeSanitizeHtml', 'beginEdit', 'cancelClick', 'change', 'created', 'destroyed', 'endEdit', 'submitClick', 'validating', 'valueChange'];
32
+ var twoWays = ['value'];
33
+ /**
34
+ * `ejs-inplaceeditor` represents the Angular InPlaceEditor Component.
35
+ * ```html
36
+ * <ejs-inplaceeditor></ejs-inplaceeditor>
37
+ * ```
38
+ */
39
+ var InPlaceEditorComponent = InPlaceEditorComponent_1 = /** @class */ (function (_super) {
40
+ __extends(InPlaceEditorComponent, _super);
41
+ /**
42
+ * @param {?} ngEle
43
+ * @param {?} srenderer
44
+ * @param {?} viewContainerRef
45
+ * @param {?} injector
46
+ */
47
+ function InPlaceEditorComponent(ngEle, srenderer, viewContainerRef, injector) {
48
+ var _this = _super.call(this) || this;
49
+ _this.ngEle = ngEle;
50
+ _this.srenderer = srenderer;
51
+ _this.viewContainerRef = viewContainerRef;
52
+ _this.injector = injector;
53
+ _this.element = _this.ngEle.nativeElement;
54
+ _this.injectedModules = _this.injectedModules || [];
55
+ try {
56
+ var mod = _this.injector.get('InPlace-EditorAutoComplete');
57
+ if (_this.injectedModules.indexOf(mod) === -1) {
58
+ _this.injectedModules.push(mod);
59
+ }
60
+ }
61
+ catch (_a) { }
62
+ try {
63
+ var mod = _this.injector.get('InPlace-EditorColorPicker');
64
+ if (_this.injectedModules.indexOf(mod) === -1) {
65
+ _this.injectedModules.push(mod);
66
+ }
67
+ }
68
+ catch (_b) { }
69
+ try {
70
+ var mod = _this.injector.get('InPlace-EditorComboBox');
71
+ if (_this.injectedModules.indexOf(mod) === -1) {
72
+ _this.injectedModules.push(mod);
73
+ }
74
+ }
75
+ catch (_c) { }
76
+ try {
77
+ var mod = _this.injector.get('InPlace-EditorDateRangePicker');
78
+ if (_this.injectedModules.indexOf(mod) === -1) {
79
+ _this.injectedModules.push(mod);
80
+ }
81
+ }
82
+ catch (_d) { }
83
+ try {
84
+ var mod = _this.injector.get('InPlace-EditorMultiSelect');
85
+ if (_this.injectedModules.indexOf(mod) === -1) {
86
+ _this.injectedModules.push(mod);
87
+ }
88
+ }
89
+ catch (_e) { }
90
+ try {
91
+ var mod = _this.injector.get('InPlace-EditorRte');
92
+ if (_this.injectedModules.indexOf(mod) === -1) {
93
+ _this.injectedModules.push(mod);
94
+ }
95
+ }
96
+ catch (_f) { }
97
+ try {
98
+ var mod = _this.injector.get('InPlace-EditorSlider');
99
+ if (_this.injectedModules.indexOf(mod) === -1) {
100
+ _this.injectedModules.push(mod);
101
+ }
102
+ }
103
+ catch (_g) { }
104
+ try {
105
+ var mod = _this.injector.get('InPlace-EditorTimePicker');
106
+ if (_this.injectedModules.indexOf(mod) === -1) {
107
+ _this.injectedModules.push(mod);
108
+ }
109
+ }
110
+ catch (_h) { }
111
+ _this.registerEvents(outputs);
112
+ _this.addTwoWay.call(_this, twoWays);
113
+ setValue('currentInstance', _this, _this.viewContainerRef);
114
+ _this.formContext = new FormBase();
115
+ _this.formCompContext = new ComponentBase();
116
+ return _this;
117
+ }
118
+ /**
119
+ * @param {?} registerFunction
120
+ * @return {?}
121
+ */
122
+ InPlaceEditorComponent.prototype.registerOnChange = function (registerFunction) {
123
+ };
124
+ /**
125
+ * @param {?} registerFunction
126
+ * @return {?}
127
+ */
128
+ InPlaceEditorComponent.prototype.registerOnTouched = function (registerFunction) {
129
+ };
130
+ /**
131
+ * @param {?} value
132
+ * @return {?}
133
+ */
134
+ InPlaceEditorComponent.prototype.writeValue = function (value) {
135
+ };
136
+ /**
137
+ * @param {?} disabled
138
+ * @return {?}
139
+ */
140
+ InPlaceEditorComponent.prototype.setDisabledState = function (disabled) {
141
+ };
142
+ /**
143
+ * @return {?}
144
+ */
145
+ InPlaceEditorComponent.prototype.ngOnInit = function () {
146
+ this.formCompContext.ngOnInit(this);
147
+ };
148
+ /**
149
+ * @return {?}
150
+ */
151
+ InPlaceEditorComponent.prototype.ngAfterViewInit = function () {
152
+ this.formContext.ngAfterViewInit(this);
153
+ };
154
+ /**
155
+ * @return {?}
156
+ */
157
+ InPlaceEditorComponent.prototype.ngOnDestroy = function () {
158
+ this.formCompContext.ngOnDestroy(this);
159
+ };
160
+ /**
161
+ * @return {?}
162
+ */
163
+ InPlaceEditorComponent.prototype.ngAfterContentChecked = function () {
164
+ this.formCompContext.ngAfterContentChecked(this);
165
+ };
166
+ return InPlaceEditorComponent;
167
+ }(InPlaceEditor));
168
+ InPlaceEditorComponent.decorators = [
169
+ { type: Component, args: [{
170
+ selector: 'ejs-inplaceeditor',
171
+ inputs: inputs,
172
+ outputs: outputs,
173
+ template: '',
174
+ changeDetection: ChangeDetectionStrategy.OnPush,
175
+ providers: [
176
+ {
177
+ provide: NG_VALUE_ACCESSOR,
178
+ useExisting: forwardRef(function () { return InPlaceEditorComponent_1; }),
179
+ multi: true
180
+ }
181
+ ],
182
+ queries: {}
183
+ },] },
184
+ ];
185
+ /**
186
+ * @nocollapse
187
+ */
188
+ InPlaceEditorComponent.ctorParameters = function () { return [
189
+ { type: ElementRef, },
190
+ { type: Renderer2, },
191
+ { type: ViewContainerRef, },
192
+ { type: Injector, },
193
+ ]; };
194
+ InPlaceEditorComponent.propDecorators = {
195
+ 'template': [{ type: ContentChild, args: ['template',] },],
196
+ };
197
+ __decorate([
198
+ Template(),
199
+ __metadata("design:type", Object)
200
+ ], InPlaceEditorComponent.prototype, "template", void 0);
201
+ InPlaceEditorComponent = InPlaceEditorComponent_1 = __decorate([
202
+ ComponentMixins([ComponentBase, FormBase]),
203
+ __metadata("design:paramtypes", [ElementRef,
204
+ Renderer2,
205
+ ViewContainerRef,
206
+ Injector])
207
+ ], InPlaceEditorComponent);
208
+ var InPlaceEditorComponent_1;
209
+ /**
210
+ * NgModule definition for the InPlaceEditor component.
211
+ */
212
+ var InPlaceEditorModule = /** @class */ (function () {
213
+ function InPlaceEditorModule() {
214
+ }
215
+ return InPlaceEditorModule;
216
+ }());
217
+ InPlaceEditorModule.decorators = [
218
+ { type: NgModule, args: [{
219
+ imports: [CommonModule],
220
+ declarations: [
221
+ InPlaceEditorComponent
222
+ ],
223
+ exports: [
224
+ InPlaceEditorComponent
225
+ ]
226
+ },] },
227
+ ];
228
+ /**
229
+ * @nocollapse
230
+ */
231
+ InPlaceEditorModule.ctorParameters = function () { return []; };
232
+ var AutoCompleteService = { provide: 'InPlace-EditorAutoComplete', useValue: AutoComplete };
233
+ var ColorPickerService = { provide: 'InPlace-EditorColorPicker', useValue: ColorPicker };
234
+ var ComboBoxService = { provide: 'InPlace-EditorComboBox', useValue: ComboBox };
235
+ var DateRangePickerService = { provide: 'InPlace-EditorDateRangePicker', useValue: DateRangePicker };
236
+ var MultiSelectService = { provide: 'InPlace-EditorMultiSelect', useValue: MultiSelect };
237
+ var RteService = { provide: 'InPlace-EditorRte', useValue: Rte };
238
+ var SliderService = { provide: 'InPlace-EditorSlider', useValue: Slider };
239
+ var TimePickerService = { provide: 'InPlace-EditorTimePicker', useValue: TimePicker };
240
+ /**
241
+ * NgModule definition for the InPlaceEditor component with providers.
242
+ */
243
+ var InPlaceEditorAllModule = /** @class */ (function () {
244
+ function InPlaceEditorAllModule() {
245
+ }
246
+ return InPlaceEditorAllModule;
247
+ }());
248
+ InPlaceEditorAllModule.decorators = [
249
+ { type: NgModule, args: [{
250
+ imports: [CommonModule, InPlaceEditorModule],
251
+ exports: [
252
+ InPlaceEditorModule
253
+ ],
254
+ providers: [
255
+ AutoCompleteService,
256
+ ColorPickerService,
257
+ ComboBoxService,
258
+ DateRangePickerService,
259
+ MultiSelectService,
260
+ RteService,
261
+ SliderService,
262
+ TimePickerService
263
+ ]
264
+ },] },
265
+ ];
266
+ /**
267
+ * @nocollapse
268
+ */
269
+ InPlaceEditorAllModule.ctorParameters = function () { return []; };
270
+ /**
271
+ * Generated bundle index. Do not edit.
272
+ */
273
+ export { InPlaceEditorComponent, InPlaceEditorModule, InPlaceEditorAllModule, AutoCompleteService, ColorPickerService, ComboBoxService, DateRangePickerService, MultiSelectService, RteService, SliderService, TimePickerService, inputs as ɵa, outputs as ɵb };
274
+ export { parseValue, getCompValue, encode, render, update, destroy, setFocus, accessValue, destroyModules, showPopup, PopupSettings, modulesList, localeConstant, ROOT, ROOT_TIP, VALUE_WRAPPER, VALUE, OVERLAY_ICON, TIP_TITLE, TITLE, INLINE, POPUP, WRAPPER, LOADING, FORM, CTRL_GROUP, INPUT, BUTTONS, EDITABLE_ERROR, ELEMENTS, OPEN, BTN_SAVE, BTN_CANCEL, RTE_SPIN_WRAP, CTRL_OVERLAY, DISABLE, ICONS, PRIMARY, SHOW, HIDE, RTL, ERROR, LOAD, InPlaceEditor, Base, AutoComplete, ColorPicker, ComboBox, DateRangePicker, MultiSelect, Rte, Slider, TimePicker } from '@syncfusion/ej2-inplace-editor';
275
+ //# sourceMappingURL=ej2-angular-inplace-editor.es5.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ej2-angular-inplace-editor.es5.js","sources":["~/@syncfusion/ej2-angular-inplace-editor/ej2-angular-inplace-editor.ts","~/@syncfusion/ej2-angular-inplace-editor/src/inplace-editor/inplaceeditor-all.module.ts","~/@syncfusion/ej2-angular-inplace-editor/src/inplace-editor/inplaceeditor.module.ts","~/@syncfusion/ej2-angular-inplace-editor/src/inplace-editor/inplaceeditor.component.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport {InPlaceEditorComponent,InPlaceEditorModule,InPlaceEditorAllModule,AutoCompleteService,ColorPickerService,ComboBoxService,DateRangePickerService,MultiSelectService,RteService,SliderService,TimePickerService,parseValue,getCompValue,encode,render,update,destroy,setFocus,accessValue,destroyModules,showPopup,PopupSettings,modulesList,localeConstant,ROOT,ROOT_TIP,VALUE_WRAPPER,VALUE,OVERLAY_ICON,TIP_TITLE,TITLE,INLINE,POPUP,WRAPPER,LOADING,FORM,CTRL_GROUP,INPUT,BUTTONS,EDITABLE_ERROR,ELEMENTS,OPEN,BTN_SAVE,BTN_CANCEL,RTE_SPIN_WRAP,CTRL_OVERLAY,DISABLE,ICONS,PRIMARY,SHOW,HIDE,RTL,ERROR,LOAD,Component,NotifyParams,IComponent,IButton,ActionBeginEventArgs,ActionEventArgs,FormEventArgs,ValidateEventArgs,BeginEditEventArgs,EndEditEventArgs,ChangeEventArgs,SanitizeSelectors,BeforeSanitizeHtmlArgs,SanitizeRemoveAttrs,RenderMode,ActionBlur,EditableType,textOptionType,AdaptorType,InputType,InPlaceEditor,InPlaceEditorModel,Base,AutoComplete,ColorPicker,ComboBox,DateRangePicker,MultiSelect,Rte,Slider,TimePicker} from './public_api';\n\nexport {inputs as ɵa,outputs as ɵb} from './src/inplace-editor/inplaceeditor.component';","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { InPlaceEditorComponent } from './inplaceeditor.component';\nimport { InPlaceEditorModule } from './inplaceeditor.module';\nimport {AutoComplete, ColorPicker, ComboBox, DateRangePicker, MultiSelect, Rte, Slider, TimePicker} from '@syncfusion/ej2-inplace-editor';\n\n\nexport const /** @type {?} */ AutoCompleteService: ValueProvider = { provide: 'InPlace-EditorAutoComplete', useValue: AutoComplete};\nexport const /** @type {?} */ ColorPickerService: ValueProvider = { provide: 'InPlace-EditorColorPicker', useValue: ColorPicker};\nexport const /** @type {?} */ ComboBoxService: ValueProvider = { provide: 'InPlace-EditorComboBox', useValue: ComboBox};\nexport const /** @type {?} */ DateRangePickerService: ValueProvider = { provide: 'InPlace-EditorDateRangePicker', useValue: DateRangePicker};\nexport const /** @type {?} */ MultiSelectService: ValueProvider = { provide: 'InPlace-EditorMultiSelect', useValue: MultiSelect};\nexport const /** @type {?} */ RteService: ValueProvider = { provide: 'InPlace-EditorRte', useValue: Rte};\nexport const /** @type {?} */ SliderService: ValueProvider = { provide: 'InPlace-EditorSlider', useValue: Slider};\nexport const /** @type {?} */ TimePickerService: ValueProvider = { provide: 'InPlace-EditorTimePicker', useValue: TimePicker};\n/**\n * NgModule definition for the InPlaceEditor component with providers.\n */\nexport class InPlaceEditorAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, InPlaceEditorModule],\n exports: [\n InPlaceEditorModule\n ],\n providers:[\n AutoCompleteService,\n ColorPickerService,\n ComboBoxService,\n DateRangePickerService,\n MultiSelectService,\n RteService,\n SliderService,\n TimePickerService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction InPlaceEditorAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nInPlaceEditorAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nInPlaceEditorAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { InPlaceEditorComponent } from './inplaceeditor.component';\n/**\n * NgModule definition for the InPlaceEditor component.\n */\nexport class InPlaceEditorModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n InPlaceEditorComponent\n ],\n exports: [\n InPlaceEditorComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction InPlaceEditorModule_tsickle_Closure_declarations() {\n/** @type {?} */\nInPlaceEditorModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nInPlaceEditorModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, forwardRef, ContentChild } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { InPlaceEditor } from '@syncfusion/ej2-inplace-editor';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nexport const /** @type {?} */ inputs: string[] = ['actionOnBlur','adaptor','cancelButton','cssClass','disabled','editableOn','emptyText','enableEditMode','enableHtmlParse','enableHtmlSanitizer','enablePersistence','enableRtl','locale','mode','model','name','popupSettings','primaryKey','saveButton','showButtons','submitOnEnter','template','textOption','type','url','validationRules','value'];\nexport const /** @type {?} */ outputs: string[] = ['focus', 'blur', 'actionBegin','actionFailure','actionSuccess','beforeSanitizeHtml','beginEdit','cancelClick','change','created','destroyed','endEdit','submitClick','validating','valueChange'];\nexport const /** @type {?} */ twoWays: string[] = ['value'];\n/**\n * `ejs-inplaceeditor` represents the Angular InPlaceEditor Component.\n * ```html\n * <ejs-inplaceeditor></ejs-inplaceeditor>\n * ```\n */\n@ComponentMixins([ComponentBase, FormBase])\nexport class InPlaceEditorComponent extends InPlaceEditor implements IComponentBase {\npublic formCompContext : any;\npublic formContext : any;\npublic tagObjects: any;\n\tactionBegin: any;\n\tactionFailure: any;\n\tactionSuccess: any;\n\tbeforeSanitizeHtml: any;\n\tbeginEdit: any;\n\tcancelClick: any;\n\tchange: any;\n\tcreated: any;\n\tdestroyed: any;\n\tendEdit: any;\n\tsubmitClick: any;\n\tvalidating: any;\npublic valueChange: any;\n/**\n * Specifies the HTML element ID as a string that can be added as a editable field.\n * \n * {% codeBlock src='inplace-editor/template/index.md' %}{% endcodeBlock %}\n * \n * \\@default ''\n * \\@blazortype string\n */\n@Template()\n public template: any;\npublic focus: any;\npublic blur: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('InPlace-EditorAutoComplete');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorColorPicker');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorComboBox');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorDateRangePicker');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorMultiSelect');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorRte');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorSlider');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorTimePicker');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnChange(registerFunction: (_: any) => void): void {\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnTouched(registerFunction: () => void): void {\n }\n/**\n * @param {?} value\n * @return {?}\n */\npublic writeValue(value: any): void {\n }\n/**\n * @param {?} disabled\n * @return {?}\n */\npublic setDisabledState(disabled: boolean): void {\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-inplaceeditor',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => InPlaceEditorComponent),\n multi: true\n }\n ],\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'template': [{ type: ContentChild, args: ['template', ] },],\n};\n}\n\nfunction InPlaceEditorComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nInPlaceEditorComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nInPlaceEditorComponent.ctorParameters;\n/** @type {?} */\nInPlaceEditorComponent.propDecorators;\n/** @type {?} */\nInPlaceEditorComponent.prototype.formCompContext;\n/** @type {?} */\nInPlaceEditorComponent.prototype.formContext;\n/** @type {?} */\nInPlaceEditorComponent.prototype.tagObjects;\n/** @type {?} */\nInPlaceEditorComponent.prototype.actionBegin;\n/** @type {?} */\nInPlaceEditorComponent.prototype.actionFailure;\n/** @type {?} */\nInPlaceEditorComponent.prototype.actionSuccess;\n/** @type {?} */\nInPlaceEditorComponent.prototype.beforeSanitizeHtml;\n/** @type {?} */\nInPlaceEditorComponent.prototype.beginEdit;\n/** @type {?} */\nInPlaceEditorComponent.prototype.cancelClick;\n/** @type {?} */\nInPlaceEditorComponent.prototype.change;\n/** @type {?} */\nInPlaceEditorComponent.prototype.created;\n/** @type {?} */\nInPlaceEditorComponent.prototype.destroyed;\n/** @type {?} */\nInPlaceEditorComponent.prototype.endEdit;\n/** @type {?} */\nInPlaceEditorComponent.prototype.submitClick;\n/** @type {?} */\nInPlaceEditorComponent.prototype.validating;\n/** @type {?} */\nInPlaceEditorComponent.prototype.valueChange;\n/**\n * Specifies the HTML element ID as a string that can be added as a editable field.\n * \n * {% codeBlock src='inplace-editor/template/index.md' %}{% endcodeBlock %}\n * \n * \\@default ''\n * \\@blazortype string\n * @type {?}\n */\nInPlaceEditorComponent.prototype.template;\n/** @type {?} */\nInPlaceEditorComponent.prototype.focus;\n/** @type {?} */\nInPlaceEditorComponent.prototype.blur;\n/** @type {?} */\nInPlaceEditorComponent.prototype.registerEvents;\n/** @type {?} */\nInPlaceEditorComponent.prototype.addTwoWay;\n/** @type {?} */\nInPlaceEditorComponent.prototype.ngEle;\n/** @type {?} */\nInPlaceEditorComponent.prototype.srenderer;\n/** @type {?} */\nInPlaceEditorComponent.prototype.viewContainerRef;\n/** @type {?} */\nInPlaceEditorComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AGAA,IAOa,MAAA,GAAmB,CAAA,cAAE,EAAc,SAAC,EAAS,cAAC,EAAc,UAAC,EAAU,UAAC,EAAU,YAAC,EAAY,WAAC,EAAW,gBAAC,EAAgB,iBAAC,EAAiB,qBAAC,EAAqB,mBAAC,EAAmB,WAAC,EAAW,QAAC,EAAQ,MAAC,EAAM,OAAC,EAAO,MAAC,EAAM,eAAC,EAAe,YAAC,EAAY,YAAC,EAAY,aAAC,EAAa,eAAC,EAAe,UAAC,EAAU,YAAC,EAAY,MAAC,EAAM,KAAC,EAAK,iBAAC,EAAiB,OAAC,CAAO,CAAC;AACxX,IAAa,OAAA,GAAoB,CAAA,OAAE,EAAQ,MAAA,EAAQ,aAAA,EAAc,eAAC,EAAe,eAAC,EAAe,oBAAC,EAAoB,WAAC,EAAW,aAAC,EAAa,QAAC,EAAQ,SAAC,EAAS,WAAC,EAAW,SAAC,EAAS,aAAC,EAAa,YAAC,EAAY,aAAC,CAAa,CAAC;AACnO,IAAa,OAAA,GAAoB,CAAA,OAAE,CAAO,CAAC;;;;;;;AAQ3C,IAAa,sBAAsB,GAAnC,wBAAA;IAA4C,0CAAa;;;;;;;IAmCzD,gCAAwB,KAAO,EAAoB,SAAW,EAAmB,gBAAkB,EAAyB,QAAU;QAAtI,YAIQ,iBAAO,SAyDV;QA7DmB,KAAxB,CAAA,KAAwB,GAAA,KAAA,CAAO;QAAoB,KAAnD,CAAA,SAAmD,GAAA,SAAA,CAAW;QAAmB,KAAjF,CAAA,gBAAiF,GAAA,gBAAA,CAAkB;QAAyB,KAA5H,CAAA,QAA4H,GAAA,QAAA,CAAU;QAK9H,KAAI,CAAC,OAAO,GAAG,KAAI,CAAC,KAAK,CAAC,aAAa,CAAC;QACxC,KAAI,CAAC,eAAe,GAAG,KAAI,CAAC,eAAe,IAAI,EAAE,CAAC;QAClD,IAAI,CAAZ;YACgB,IAAI,GAAG,GAAG,KAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,4BAA4B,CAAC,CAAC;YAC1D,EAAhB,CAAA,CAAmB,KAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAA3D,CAA6D,CAA7D;gBACoB,KAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;YAClD,CAAiB;QACjB,CAAa;QAAC,KAAd,CAAA,CAAqB,EAArB,CAAA,CAAoB,CAApB,CAAA,CAAuB;QACf,IAAI,CAAZ;YACgB,IAAI,GAAG,GAAG,KAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,2BAA2B,CAAC,CAAC;YACzD,EAAhB,CAAA,CAAmB,KAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAA3D,CAA6D,CAA7D;gBACoB,KAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;YAClD,CAAiB;QACjB,CAAa;QAAC,KAAd,CAAA,CAAqB,EAArB,CAAA,CAAoB,CAApB,CAAA,CAAuB;QACf,IAAI,CAAZ;YACgB,IAAI,GAAG,GAAG,KAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,wBAAwB,CAAC,CAAC;YACtD,EAAhB,CAAA,CAAmB,KAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAA3D,CAA6D,CAA7D;gBACoB,KAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;YAClD,CAAiB;QACjB,CAAa;QAAC,KAAd,CAAA,CAAqB,EAArB,CAAA,CAAoB,CAApB,CAAA,CAAuB;QACf,IAAI,CAAZ;YACgB,IAAI,GAAG,GAAG,KAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,+BAA+B,CAAC,CAAC;YAC7D,EAAhB,CAAA,CAAmB,KAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAA3D,CAA6D,CAA7D;gBACoB,KAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;YAClD,CAAiB;QACjB,CAAa;QAAC,KAAd,CAAA,CAAqB,EAArB,CAAA,CAAoB,CAApB,CAAA,CAAuB;QACf,IAAI,CAAZ;YACgB,IAAI,GAAG,GAAG,KAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,2BAA2B,CAAC,CAAC;YACzD,EAAhB,CAAA,CAAmB,KAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAA3D,CAA6D,CAA7D;gBACoB,KAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;YAClD,CAAiB;QACjB,CAAa;QAAC,KAAd,CAAA,CAAqB,EAArB,CAAA,CAAoB,CAApB,CAAA,CAAuB;QACf,IAAI,CAAZ;YACgB,IAAI,GAAG,GAAG,KAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,mBAAmB,CAAC,CAAC;YACjD,EAAhB,CAAA,CAAmB,KAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAA3D,CAA6D,CAA7D;gBACoB,KAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;YAClD,CAAiB;QACjB,CAAa;QAAC,KAAd,CAAA,CAAqB,EAArB,CAAA,CAAoB,CAApB,CAAA,CAAuB;QACf,IAAI,CAAZ;YACgB,IAAI,GAAG,GAAG,KAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,sBAAsB,CAAC,CAAC;YACpD,EAAhB,CAAA,CAAmB,KAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAA3D,CAA6D,CAA7D;gBACoB,KAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;YAClD,CAAiB;QACjB,CAAa;QAAC,KAAd,CAAA,CAAqB,EAArB,CAAA,CAAoB,CAApB,CAAA,CAAuB;QACf,IAAI,CAAZ;YACgB,IAAI,GAAG,GAAG,KAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,0BAA0B,CAAC,CAAC;YACxD,EAAhB,CAAA,CAAmB,KAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAA3D,CAA6D,CAA7D;gBACoB,KAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;YAClD,CAAiB;QACjB,CAAa;QAAC,KAAd,CAAA,CAAqB,EAArB,CAAA,CAAoB,CAApB,CAAA,CAAuB;QAEf,KAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;QAC7B,KAAI,CAAC,SAAS,CAAC,IAAI,CAAC,KAAI,EAAE,OAAO,CAAC,CAAC;QACnC,QAAQ,CAAC,iBAAiB,EAAE,KAAI,EAAE,KAAI,CAAC,gBAAgB,CAAC,CAAC;QACzD,KAAI,CAAC,WAAW,GAAI,IAAI,QAAQ,EAAE,CAAC;QACnC,KAAI,CAAC,eAAe,GAAI,IAAI,aAAa,EAAE,CAAC;;IACpD,CAAK;;;;;IADA,iDAAA,GAAA,UAAA,gBAAA;IAOL,CAAK;;;;;IAJA,kDAAA,GAAA,UAAA,gBAAA;IAUL,CAAK;;;;;IAPA,2CAAA,GAAA,UAAA,KAAA;IAaL,CAAK;;;;;IAVA,iDAAA,GAAA,UAAA,QAAA;IAgBL,CAAK;;;;IAbA,yCAAA,GAAA;QAkBG,IAAI,CAjBC,eAAC,CAAe,QAAC,CAAQ,IAAC,CAAI,CAAC;IAkB5C,CAAK;;;;IAfA,gDAAA,GAAA;QAoBG,IAAI,CAnBC,WAAC,CAAW,eAAC,CAAe,IAAC,CAAI,CAAC;IAoB/C,CAAK;;;;IAjBA,4CAAA,GAAA;QAsBG,IAAI,CArBC,eAAC,CAAe,WAAC,CAAW,IAAC,CAAI,CAAC;IAsB/C,CAAK;;;;IAnBA,sDAAA,GAAA;QAyBG,IAAI,CAvBC,eAAC,CAAe,qBAAC,CAAqB,IAAC,CAAI,CAAC;IAwBzD,CAAK;IAkCL,6BAAC;AAAD,CAAC,AAnLD,CAA4C,aAAa,EAmLxD,CAAA;AArDM,sBAAP,CAAA,UAAO,GAAoC;IAuB3C,EAtBE,IAAA,EAAM,SAAA,EAAW,IAAA,EAAM,CAAA;gBAuBrB,QAAQ,EAtBE,mBAAA;gBAuBV,MAAM,EAtBE,MAAA;gBAuBR,OAAO,EAtBE,OAAA;gBAuBT,QAAQ,EAtBE,EAAA;gBAuBV,eAAe,EAtBE,uBAAA,CAAwB,MAAC;gBAU5C,SAAA,EATa;oBAuBP;wBACI,OAAO,EAtBE,iBAAA;wBAuBT,WAAW,EAtBE,UAAA,CAAW,cAAM,OAAA,wBAAA,EAAA,CAAA,CAAuB;wBAuBrD,KAAK,EAtBE,IAAA;qBAuBV;iBACJ;gBACD,OAAO,EAtBE,EAwBR;aACJ,EAtBC,EAAG;CAuBJ,CAtBC;;;;AAED,sBAAD,CAAA,cAAC,GAAA,cAAA,OAAA;IAyBD,EAAC,IAAI,EAAE,UAAU,GAAG;IACpB,EAAC,IAAI,EAAE,SAAS,GAAG;IACnB,EAAC,IAAI,EAAE,gBAAgB,GAAG;IAC1B,EAAC,IAAI,EAAE,QAAQ,GAAG;CACjB,EA7BA,CA6BA,CAAC;AAvBK,sBAAP,CAAA,cAAO,GAAyD;IAyBhE,UAAU,EAxBE,CAAA,EAAG,IAAA,EAAM,YAAA,EAAc,IAAA,EAAM,CAAA,UAAE,EAAU,EAAG,EAAE;CAyBzD,CAxBC;AAhIE,UAAJ,CAAA;IAIK,QAAA,EAAA;;CAJL,EAAA,sBAAA,CAAA,SAAA,EAAA,UAAA,EAAA,KAAA,CAAA,CAAyB,CAAzB;AA1Ba,sBAAsB,GAAnC,wBAAA,GAAA,UAAA,CAAA;IACC,eAAA,CAAA,CAAA,aAAA,EAAA,QAAA,CAAA,CAAA;IAkCD,UAAA,CAAA,mBAAA,EAAA,CAA+B,UAAA;QAA+B,SAAA;QAAoC,gBAAC;QAAmC,QAAA,CAAtI,CAAA;CAnCA,EAAa,sBAAsB,CAmLlC,CAnLD;AAAA,IAAA,wBAAA,CAAA;ADdA;;;AAGA;IAAA;;;CAAA;AAE0C,mBAA1C,CAAA,UAA0C,GAAoC;IAD9E,EAEE,IAAA,EAAM,QAAA,EAAU,IAAA,EAAM,CAAA;gBADpB,OAAO,EAEE,CAAA,YAAE,CAAY;gBADvB,YAAY,EAEE;oBADV,sBAAsB;iBACzB;gBACD,OAAO,EAEE;oBADL,sBAAsB;iBACzB;aACJ,EAEC,EAAG;CADJ,CAEC;;;;AAED,mBAAD,CAAA,cAAC,GAAA,cAAA,OAAA,EACA,EADA,CACA,CAAC;ADdK,IAAM,mBAAA,GAAqC,EAAE,OAAA,EAAS,4BAAA,EAA8B,QAAA,EAAU,YAAA,EAAa,CAAC;AACnH,IAAa,kBAAA,GAAoC,EAAE,OAAA,EAAS,2BAAA,EAA6B,QAAA,EAAU,WAAA,EAAY,CAAC;AAChH,IAAa,eAAA,GAAiC,EAAE,OAAA,EAAS,wBAAA,EAA0B,QAAA,EAAU,QAAA,EAAS,CAAC;AACvG,IAAa,sBAAA,GAAwC,EAAE,OAAA,EAAS,+BAAA,EAAiC,QAAA,EAAU,eAAA,EAAgB,CAAC;AAC5H,IAAa,kBAAA,GAAoC,EAAE,OAAA,EAAS,2BAAA,EAA6B,QAAA,EAAU,WAAA,EAAY,CAAC;AAChH,IAAa,UAAA,GAA4B,EAAE,OAAA,EAAS,mBAAA,EAAqB,QAAA,EAAU,GAAA,EAAI,CAAC;AACxF,IAAa,aAAA,GAA+B,EAAE,OAAA,EAAS,sBAAA,EAAwB,QAAA,EAAU,MAAA,EAAO,CAAC;AACjG,IAAa,iBAAA,GAAmC,EAAE,OAAA,EAAS,0BAAA,EAA4B,QAAA,EAAU,UAAA,EAAW,CAAC;;;;AAI7G;IAAA;;;CAAA;AAE6C,sBAA7C,CAAA,UAA6C,GAAoC;IADjF,EAEE,IAAA,EAAM,QAAA,EAAU,IAAA,EAAM,CAAA;gBADpB,OAAO,EAEE,CAAA,YAAE,EAAa,mBAAA,CAAoB;gBAD5C,OAAO,EAEE;oBADL,mBAAmB;iBACtB;gBACD,SAAS,EAEC;oBADN,mBAAmB;oBACnB,kBAAkB;oBAClB,eAAe;oBACf,sBAAsB;oBACtB,kBAAkB;oBAClB,UAAU;oBACV,aAAa;oBACb,iBAAiB;iBACpB;aACJ,EAEC,EAAG;CADJ,CAEC;;;;AAED,sBAAD,CAAA,cAAC,GAAA,cAAA,OAAA,EACA,EADA,CACA,CAAC;ADxCF;;GAEG;;"}
@@ -0,0 +1,256 @@
1
+ import { ChangeDetectionStrategy, Component, ContentChild, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef, forwardRef } from '@angular/core';
2
+ import { NG_VALUE_ACCESSOR } from '@angular/forms';
3
+ import { ComponentBase, ComponentMixins, FormBase, Template, setValue } from '@syncfusion/ej2-angular-base';
4
+ import { AutoComplete, ColorPicker, ComboBox, DateRangePicker, InPlaceEditor, MultiSelect, Rte, Slider, TimePicker } from '@syncfusion/ej2-inplace-editor';
5
+ import { CommonModule } from '@angular/common';
6
+
7
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
8
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
9
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
10
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
11
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
12
+ };
13
+ var __metadata = (this && this.__metadata) || function (k, v) {
14
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
15
+ };
16
+ const inputs = ['actionOnBlur', 'adaptor', 'cancelButton', 'cssClass', 'disabled', 'editableOn', 'emptyText', 'enableEditMode', 'enableHtmlParse', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'locale', 'mode', 'model', 'name', 'popupSettings', 'primaryKey', 'saveButton', 'showButtons', 'submitOnEnter', 'template', 'textOption', 'type', 'url', 'validationRules', 'value'];
17
+ const outputs = ['focus', 'blur', 'actionBegin', 'actionFailure', 'actionSuccess', 'beforeSanitizeHtml', 'beginEdit', 'cancelClick', 'change', 'created', 'destroyed', 'endEdit', 'submitClick', 'validating', 'valueChange'];
18
+ const twoWays = ['value'];
19
+ /**
20
+ * `ejs-inplaceeditor` represents the Angular InPlaceEditor Component.
21
+ * ```html
22
+ * <ejs-inplaceeditor></ejs-inplaceeditor>
23
+ * ```
24
+ */
25
+ let InPlaceEditorComponent = InPlaceEditorComponent_1 = class InPlaceEditorComponent extends InPlaceEditor {
26
+ /**
27
+ * @param {?} ngEle
28
+ * @param {?} srenderer
29
+ * @param {?} viewContainerRef
30
+ * @param {?} injector
31
+ */
32
+ constructor(ngEle, srenderer, viewContainerRef, injector) {
33
+ super();
34
+ this.ngEle = ngEle;
35
+ this.srenderer = srenderer;
36
+ this.viewContainerRef = viewContainerRef;
37
+ this.injector = injector;
38
+ this.element = this.ngEle.nativeElement;
39
+ this.injectedModules = this.injectedModules || [];
40
+ try {
41
+ let mod = this.injector.get('InPlace-EditorAutoComplete');
42
+ if (this.injectedModules.indexOf(mod) === -1) {
43
+ this.injectedModules.push(mod);
44
+ }
45
+ }
46
+ catch (_a) { }
47
+ try {
48
+ let mod = this.injector.get('InPlace-EditorColorPicker');
49
+ if (this.injectedModules.indexOf(mod) === -1) {
50
+ this.injectedModules.push(mod);
51
+ }
52
+ }
53
+ catch (_b) { }
54
+ try {
55
+ let mod = this.injector.get('InPlace-EditorComboBox');
56
+ if (this.injectedModules.indexOf(mod) === -1) {
57
+ this.injectedModules.push(mod);
58
+ }
59
+ }
60
+ catch (_c) { }
61
+ try {
62
+ let mod = this.injector.get('InPlace-EditorDateRangePicker');
63
+ if (this.injectedModules.indexOf(mod) === -1) {
64
+ this.injectedModules.push(mod);
65
+ }
66
+ }
67
+ catch (_d) { }
68
+ try {
69
+ let mod = this.injector.get('InPlace-EditorMultiSelect');
70
+ if (this.injectedModules.indexOf(mod) === -1) {
71
+ this.injectedModules.push(mod);
72
+ }
73
+ }
74
+ catch (_e) { }
75
+ try {
76
+ let mod = this.injector.get('InPlace-EditorRte');
77
+ if (this.injectedModules.indexOf(mod) === -1) {
78
+ this.injectedModules.push(mod);
79
+ }
80
+ }
81
+ catch (_f) { }
82
+ try {
83
+ let mod = this.injector.get('InPlace-EditorSlider');
84
+ if (this.injectedModules.indexOf(mod) === -1) {
85
+ this.injectedModules.push(mod);
86
+ }
87
+ }
88
+ catch (_g) { }
89
+ try {
90
+ let mod = this.injector.get('InPlace-EditorTimePicker');
91
+ if (this.injectedModules.indexOf(mod) === -1) {
92
+ this.injectedModules.push(mod);
93
+ }
94
+ }
95
+ catch (_h) { }
96
+ this.registerEvents(outputs);
97
+ this.addTwoWay.call(this, twoWays);
98
+ setValue('currentInstance', this, this.viewContainerRef);
99
+ this.formContext = new FormBase();
100
+ this.formCompContext = new ComponentBase();
101
+ }
102
+ /**
103
+ * @param {?} registerFunction
104
+ * @return {?}
105
+ */
106
+ registerOnChange(registerFunction) {
107
+ }
108
+ /**
109
+ * @param {?} registerFunction
110
+ * @return {?}
111
+ */
112
+ registerOnTouched(registerFunction) {
113
+ }
114
+ /**
115
+ * @param {?} value
116
+ * @return {?}
117
+ */
118
+ writeValue(value) {
119
+ }
120
+ /**
121
+ * @param {?} disabled
122
+ * @return {?}
123
+ */
124
+ setDisabledState(disabled) {
125
+ }
126
+ /**
127
+ * @return {?}
128
+ */
129
+ ngOnInit() {
130
+ this.formCompContext.ngOnInit(this);
131
+ }
132
+ /**
133
+ * @return {?}
134
+ */
135
+ ngAfterViewInit() {
136
+ this.formContext.ngAfterViewInit(this);
137
+ }
138
+ /**
139
+ * @return {?}
140
+ */
141
+ ngOnDestroy() {
142
+ this.formCompContext.ngOnDestroy(this);
143
+ }
144
+ /**
145
+ * @return {?}
146
+ */
147
+ ngAfterContentChecked() {
148
+ this.formCompContext.ngAfterContentChecked(this);
149
+ }
150
+ };
151
+ InPlaceEditorComponent.decorators = [
152
+ { type: Component, args: [{
153
+ selector: 'ejs-inplaceeditor',
154
+ inputs: inputs,
155
+ outputs: outputs,
156
+ template: '',
157
+ changeDetection: ChangeDetectionStrategy.OnPush,
158
+ providers: [
159
+ {
160
+ provide: NG_VALUE_ACCESSOR,
161
+ useExisting: forwardRef(() => InPlaceEditorComponent_1),
162
+ multi: true
163
+ }
164
+ ],
165
+ queries: {}
166
+ },] },
167
+ ];
168
+ /**
169
+ * @nocollapse
170
+ */
171
+ InPlaceEditorComponent.ctorParameters = () => [
172
+ { type: ElementRef, },
173
+ { type: Renderer2, },
174
+ { type: ViewContainerRef, },
175
+ { type: Injector, },
176
+ ];
177
+ InPlaceEditorComponent.propDecorators = {
178
+ 'template': [{ type: ContentChild, args: ['template',] },],
179
+ };
180
+ __decorate([
181
+ Template(),
182
+ __metadata("design:type", Object)
183
+ ], InPlaceEditorComponent.prototype, "template", void 0);
184
+ InPlaceEditorComponent = InPlaceEditorComponent_1 = __decorate([
185
+ ComponentMixins([ComponentBase, FormBase]),
186
+ __metadata("design:paramtypes", [ElementRef,
187
+ Renderer2,
188
+ ViewContainerRef,
189
+ Injector])
190
+ ], InPlaceEditorComponent);
191
+ var InPlaceEditorComponent_1;
192
+
193
+ /**
194
+ * NgModule definition for the InPlaceEditor component.
195
+ */
196
+ class InPlaceEditorModule {
197
+ }
198
+ InPlaceEditorModule.decorators = [
199
+ { type: NgModule, args: [{
200
+ imports: [CommonModule],
201
+ declarations: [
202
+ InPlaceEditorComponent
203
+ ],
204
+ exports: [
205
+ InPlaceEditorComponent
206
+ ]
207
+ },] },
208
+ ];
209
+ /**
210
+ * @nocollapse
211
+ */
212
+ InPlaceEditorModule.ctorParameters = () => [];
213
+
214
+ const AutoCompleteService = { provide: 'InPlace-EditorAutoComplete', useValue: AutoComplete };
215
+ const ColorPickerService = { provide: 'InPlace-EditorColorPicker', useValue: ColorPicker };
216
+ const ComboBoxService = { provide: 'InPlace-EditorComboBox', useValue: ComboBox };
217
+ const DateRangePickerService = { provide: 'InPlace-EditorDateRangePicker', useValue: DateRangePicker };
218
+ const MultiSelectService = { provide: 'InPlace-EditorMultiSelect', useValue: MultiSelect };
219
+ const RteService = { provide: 'InPlace-EditorRte', useValue: Rte };
220
+ const SliderService = { provide: 'InPlace-EditorSlider', useValue: Slider };
221
+ const TimePickerService = { provide: 'InPlace-EditorTimePicker', useValue: TimePicker };
222
+ /**
223
+ * NgModule definition for the InPlaceEditor component with providers.
224
+ */
225
+ class InPlaceEditorAllModule {
226
+ }
227
+ InPlaceEditorAllModule.decorators = [
228
+ { type: NgModule, args: [{
229
+ imports: [CommonModule, InPlaceEditorModule],
230
+ exports: [
231
+ InPlaceEditorModule
232
+ ],
233
+ providers: [
234
+ AutoCompleteService,
235
+ ColorPickerService,
236
+ ComboBoxService,
237
+ DateRangePickerService,
238
+ MultiSelectService,
239
+ RteService,
240
+ SliderService,
241
+ TimePickerService
242
+ ]
243
+ },] },
244
+ ];
245
+ /**
246
+ * @nocollapse
247
+ */
248
+ InPlaceEditorAllModule.ctorParameters = () => [];
249
+
250
+ /**
251
+ * Generated bundle index. Do not edit.
252
+ */
253
+
254
+ export { InPlaceEditorComponent, InPlaceEditorModule, InPlaceEditorAllModule, AutoCompleteService, ColorPickerService, ComboBoxService, DateRangePickerService, MultiSelectService, RteService, SliderService, TimePickerService, inputs as ɵa, outputs as ɵb };
255
+ export { parseValue, getCompValue, encode, render, update, destroy, setFocus, accessValue, destroyModules, showPopup, PopupSettings, modulesList, localeConstant, ROOT, ROOT_TIP, VALUE_WRAPPER, VALUE, OVERLAY_ICON, TIP_TITLE, TITLE, INLINE, POPUP, WRAPPER, LOADING, FORM, CTRL_GROUP, INPUT, BUTTONS, EDITABLE_ERROR, ELEMENTS, OPEN, BTN_SAVE, BTN_CANCEL, RTE_SPIN_WRAP, CTRL_OVERLAY, DISABLE, ICONS, PRIMARY, SHOW, HIDE, RTL, ERROR, LOAD, InPlaceEditor, Base, AutoComplete, ColorPicker, ComboBox, DateRangePicker, MultiSelect, Rte, Slider, TimePicker } from '@syncfusion/ej2-inplace-editor';
256
+ //# sourceMappingURL=ej2-angular-inplace-editor.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ej2-angular-inplace-editor.js","sources":["~/@syncfusion/ej2-angular-inplace-editor/ej2-angular-inplace-editor.ts","~/@syncfusion/ej2-angular-inplace-editor/src/inplace-editor/inplaceeditor-all.module.ts","~/@syncfusion/ej2-angular-inplace-editor/src/inplace-editor/inplaceeditor.module.ts","~/@syncfusion/ej2-angular-inplace-editor/src/inplace-editor/inplaceeditor.component.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport {InPlaceEditorComponent,InPlaceEditorModule,InPlaceEditorAllModule,AutoCompleteService,ColorPickerService,ComboBoxService,DateRangePickerService,MultiSelectService,RteService,SliderService,TimePickerService,parseValue,getCompValue,encode,render,update,destroy,setFocus,accessValue,destroyModules,showPopup,PopupSettings,modulesList,localeConstant,ROOT,ROOT_TIP,VALUE_WRAPPER,VALUE,OVERLAY_ICON,TIP_TITLE,TITLE,INLINE,POPUP,WRAPPER,LOADING,FORM,CTRL_GROUP,INPUT,BUTTONS,EDITABLE_ERROR,ELEMENTS,OPEN,BTN_SAVE,BTN_CANCEL,RTE_SPIN_WRAP,CTRL_OVERLAY,DISABLE,ICONS,PRIMARY,SHOW,HIDE,RTL,ERROR,LOAD,Component,NotifyParams,IComponent,IButton,ActionBeginEventArgs,ActionEventArgs,FormEventArgs,ValidateEventArgs,BeginEditEventArgs,EndEditEventArgs,ChangeEventArgs,SanitizeSelectors,BeforeSanitizeHtmlArgs,SanitizeRemoveAttrs,RenderMode,ActionBlur,EditableType,textOptionType,AdaptorType,InputType,InPlaceEditor,InPlaceEditorModel,Base,AutoComplete,ColorPicker,ComboBox,DateRangePicker,MultiSelect,Rte,Slider,TimePicker} from './public_api';\n\nexport {inputs as ɵa,outputs as ɵb} from './src/inplace-editor/inplaceeditor.component';","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { InPlaceEditorComponent } from './inplaceeditor.component';\nimport { InPlaceEditorModule } from './inplaceeditor.module';\nimport {AutoComplete, ColorPicker, ComboBox, DateRangePicker, MultiSelect, Rte, Slider, TimePicker} from '@syncfusion/ej2-inplace-editor';\n\n\nexport const /** @type {?} */ AutoCompleteService: ValueProvider = { provide: 'InPlace-EditorAutoComplete', useValue: AutoComplete};\nexport const /** @type {?} */ ColorPickerService: ValueProvider = { provide: 'InPlace-EditorColorPicker', useValue: ColorPicker};\nexport const /** @type {?} */ ComboBoxService: ValueProvider = { provide: 'InPlace-EditorComboBox', useValue: ComboBox};\nexport const /** @type {?} */ DateRangePickerService: ValueProvider = { provide: 'InPlace-EditorDateRangePicker', useValue: DateRangePicker};\nexport const /** @type {?} */ MultiSelectService: ValueProvider = { provide: 'InPlace-EditorMultiSelect', useValue: MultiSelect};\nexport const /** @type {?} */ RteService: ValueProvider = { provide: 'InPlace-EditorRte', useValue: Rte};\nexport const /** @type {?} */ SliderService: ValueProvider = { provide: 'InPlace-EditorSlider', useValue: Slider};\nexport const /** @type {?} */ TimePickerService: ValueProvider = { provide: 'InPlace-EditorTimePicker', useValue: TimePicker};\n/**\n * NgModule definition for the InPlaceEditor component with providers.\n */\nexport class InPlaceEditorAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, InPlaceEditorModule],\n exports: [\n InPlaceEditorModule\n ],\n providers:[\n AutoCompleteService,\n ColorPickerService,\n ComboBoxService,\n DateRangePickerService,\n MultiSelectService,\n RteService,\n SliderService,\n TimePickerService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction InPlaceEditorAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nInPlaceEditorAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nInPlaceEditorAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { InPlaceEditorComponent } from './inplaceeditor.component';\n/**\n * NgModule definition for the InPlaceEditor component.\n */\nexport class InPlaceEditorModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n InPlaceEditorComponent\n ],\n exports: [\n InPlaceEditorComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction InPlaceEditorModule_tsickle_Closure_declarations() {\n/** @type {?} */\nInPlaceEditorModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nInPlaceEditorModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, forwardRef, ContentChild } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { InPlaceEditor } from '@syncfusion/ej2-inplace-editor';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nexport const /** @type {?} */ inputs: string[] = ['actionOnBlur','adaptor','cancelButton','cssClass','disabled','editableOn','emptyText','enableEditMode','enableHtmlParse','enableHtmlSanitizer','enablePersistence','enableRtl','locale','mode','model','name','popupSettings','primaryKey','saveButton','showButtons','submitOnEnter','template','textOption','type','url','validationRules','value'];\nexport const /** @type {?} */ outputs: string[] = ['focus', 'blur', 'actionBegin','actionFailure','actionSuccess','beforeSanitizeHtml','beginEdit','cancelClick','change','created','destroyed','endEdit','submitClick','validating','valueChange'];\nexport const /** @type {?} */ twoWays: string[] = ['value'];\n/**\n * `ejs-inplaceeditor` represents the Angular InPlaceEditor Component.\n * ```html\n * <ejs-inplaceeditor></ejs-inplaceeditor>\n * ```\n */\n@ComponentMixins([ComponentBase, FormBase])\nexport class InPlaceEditorComponent extends InPlaceEditor implements IComponentBase {\npublic formCompContext : any;\npublic formContext : any;\npublic tagObjects: any;\n\tactionBegin: any;\n\tactionFailure: any;\n\tactionSuccess: any;\n\tbeforeSanitizeHtml: any;\n\tbeginEdit: any;\n\tcancelClick: any;\n\tchange: any;\n\tcreated: any;\n\tdestroyed: any;\n\tendEdit: any;\n\tsubmitClick: any;\n\tvalidating: any;\npublic valueChange: any;\n/**\n * Specifies the HTML element ID as a string that can be added as a editable field.\n * \n * {% codeBlock src='inplace-editor/template/index.md' %}{% endcodeBlock %}\n * \n * \\@default ''\n * \\@blazortype string\n */\n@Template()\n public template: any;\npublic focus: any;\npublic blur: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('InPlace-EditorAutoComplete');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorColorPicker');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorComboBox');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorDateRangePicker');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorMultiSelect');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorRte');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorSlider');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorTimePicker');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnChange(registerFunction: (_: any) => void): void {\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnTouched(registerFunction: () => void): void {\n }\n/**\n * @param {?} value\n * @return {?}\n */\npublic writeValue(value: any): void {\n }\n/**\n * @param {?} disabled\n * @return {?}\n */\npublic setDisabledState(disabled: boolean): void {\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-inplaceeditor',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => InPlaceEditorComponent),\n multi: true\n }\n ],\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'template': [{ type: ContentChild, args: ['template', ] },],\n};\n}\n\nfunction InPlaceEditorComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nInPlaceEditorComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nInPlaceEditorComponent.ctorParameters;\n/** @type {?} */\nInPlaceEditorComponent.propDecorators;\n/** @type {?} */\nInPlaceEditorComponent.prototype.formCompContext;\n/** @type {?} */\nInPlaceEditorComponent.prototype.formContext;\n/** @type {?} */\nInPlaceEditorComponent.prototype.tagObjects;\n/** @type {?} */\nInPlaceEditorComponent.prototype.actionBegin;\n/** @type {?} */\nInPlaceEditorComponent.prototype.actionFailure;\n/** @type {?} */\nInPlaceEditorComponent.prototype.actionSuccess;\n/** @type {?} */\nInPlaceEditorComponent.prototype.beforeSanitizeHtml;\n/** @type {?} */\nInPlaceEditorComponent.prototype.beginEdit;\n/** @type {?} */\nInPlaceEditorComponent.prototype.cancelClick;\n/** @type {?} */\nInPlaceEditorComponent.prototype.change;\n/** @type {?} */\nInPlaceEditorComponent.prototype.created;\n/** @type {?} */\nInPlaceEditorComponent.prototype.destroyed;\n/** @type {?} */\nInPlaceEditorComponent.prototype.endEdit;\n/** @type {?} */\nInPlaceEditorComponent.prototype.submitClick;\n/** @type {?} */\nInPlaceEditorComponent.prototype.validating;\n/** @type {?} */\nInPlaceEditorComponent.prototype.valueChange;\n/**\n * Specifies the HTML element ID as a string that can be added as a editable field.\n * \n * {% codeBlock src='inplace-editor/template/index.md' %}{% endcodeBlock %}\n * \n * \\@default ''\n * \\@blazortype string\n * @type {?}\n */\nInPlaceEditorComponent.prototype.template;\n/** @type {?} */\nInPlaceEditorComponent.prototype.focus;\n/** @type {?} */\nInPlaceEditorComponent.prototype.blur;\n/** @type {?} */\nInPlaceEditorComponent.prototype.registerEvents;\n/** @type {?} */\nInPlaceEditorComponent.prototype.addTwoWay;\n/** @type {?} */\nInPlaceEditorComponent.prototype.ngEle;\n/** @type {?} */\nInPlaceEditorComponent.prototype.srenderer;\n/** @type {?} */\nInPlaceEditorComponent.prototype.viewContainerRef;\n/** @type {?} */\nInPlaceEditorComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":[],"mappings":"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"}