@syncfusion/ej2-angular-inplace-editor 31.2.12 → 32.1.19-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 (33) hide show
  1. package/@syncfusion/ej2-angular-inplace-editor.es5.js +279 -0
  2. package/@syncfusion/ej2-angular-inplace-editor.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-inplace-editor.js +260 -0
  4. package/@syncfusion/ej2-angular-inplace-editor.js.map +1 -0
  5. package/LICENSE +10 -0
  6. package/README.md +24 -35
  7. package/dist/ej2-angular-inplace-editor.umd.js +345 -0
  8. package/dist/ej2-angular-inplace-editor.umd.js.map +1 -0
  9. package/dist/ej2-angular-inplace-editor.umd.min.js +2 -0
  10. package/dist/ej2-angular-inplace-editor.umd.min.js.map +1 -0
  11. package/ej2-angular-inplace-editor.d.ts +5 -0
  12. package/ej2-angular-inplace-editor.metadata.json +1 -0
  13. package/package.json +48 -30
  14. package/public_api.d.ts +1 -1
  15. package/schematics/utils/lib-details.d.ts +2 -2
  16. package/schematics/utils/lib-details.js +2 -2
  17. package/schematics/utils/lib-details.ts +2 -2
  18. package/src/index.d.ts +4 -4
  19. package/src/inplace-editor/inplaceeditor-all.module.d.ts +14 -20
  20. package/src/inplace-editor/inplaceeditor.component.d.ts +58 -61
  21. package/src/inplace-editor/inplaceeditor.module.d.ts +5 -11
  22. package/CHANGELOG.md +0 -262
  23. package/esm2020/public_api.mjs +0 -2
  24. package/esm2020/src/index.mjs +0 -5
  25. package/esm2020/src/inplace-editor/inplaceeditor-all.module.mjs +0 -50
  26. package/esm2020/src/inplace-editor/inplaceeditor.component.mjs +0 -147
  27. package/esm2020/src/inplace-editor/inplaceeditor.module.mjs +0 -25
  28. package/esm2020/syncfusion-ej2-angular-inplace-editor.mjs +0 -5
  29. package/fesm2015/syncfusion-ej2-angular-inplace-editor.mjs +0 -220
  30. package/fesm2015/syncfusion-ej2-angular-inplace-editor.mjs.map +0 -1
  31. package/fesm2020/syncfusion-ej2-angular-inplace-editor.mjs +0 -220
  32. package/fesm2020/syncfusion-ej2-angular-inplace-editor.mjs.map +0 -1
  33. package/syncfusion-ej2-angular-inplace-editor.d.ts +0 -5
package/README.md CHANGED
@@ -1,20 +1,10 @@
1
1
  # ej2-angular-inplace-editor
2
2
 
3
- The [Angular In-place Editor](https://www.syncfusion.com/react-components/react-in-place-editor) is a rich and responsive component for inline editing of text, selections, dates, and more without switching to a separate edit view. It supports “Inline” and “Popup” edit modes, integrates with editors like DropDownList and DatePicker, and works seamlessly with forms and data binding to update values efficiently.
4
-
5
- <p align="center">
6
- <a href="https://ej2.syncfusion.com/angular/documentation/inplace-editor/getting-started.html?lang=typescript&utm_source=npm&utm_campaign=inplace-editor">Getting started</a> .
7
- <a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=inplace-editor#/material/inplace-editor/default.html">Online demos</a> .
8
- </p>
9
-
10
3
  ![ej2-angular-inplace-editor](https://ej2.syncfusion.com/products/images/inplace-editor/readMe.gif)
11
4
 
12
- <p align="center">
13
- Trusted by the world's leading companies
14
- <a href="https://www.syncfusion.com">
15
- <img src="https://ej2.syncfusion.com/home/images/trusted_companies.png" alt="Trusted companies">
16
- </a>
17
- </p>
5
+ > This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at [https://www.syncfusion.com/sales/products](https://www.syncfusion.com/sales/products) or start a free 30-day trial [here](https://www.syncfusion.com/account/manage-trials/start-trials).
6
+
7
+ > A free [community license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
18
8
 
19
9
  ## Setup
20
10
 
@@ -24,44 +14,43 @@ To install `In-place Editor` and its dependent packages, use the following comma
24
14
  npm install @syncfusion/ej2-angular-inplace-editor
25
15
  ```
26
16
 
27
- ## Supported frameworks
17
+ ## Resources
18
+
19
+ * [Getting Started](https://ej2.syncfusion.com/angular/documentation/inplace-editor/getting-started.html?lang=typescript&utm_source=npm&utm_campaign=inplace-editor)
20
+ * [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=inplace-editor#/material/inplace-editor/default.html)
21
+ * [Product Page](https://www.syncfusion.com/angular-ui-controls/inplace-editor)
28
22
 
29
- In-place Editor control is also offered in the following list of frameworks.
23
+ ## Supported Frameworks
30
24
 
31
- | [<img src="https://ej2.syncfusion.com/github/images/angular-new.svg" height="50" />](https://www.syncfusion.com/angular-ui-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Angular](https://www.syncfusion.com/angular-ui-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/react.svg" height="50" />](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[React](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/vue.svg" height="50" />](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Vue](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netcore.svg" height="50" />](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netmvc.svg" height="50" />](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; |
32
- | :-----: | :-----: | :-----: | :-----: | :-----: |
25
+ In-place Editor component is also offered in following list of frameworks.
26
+
27
+ 1. [React](https://github.com/syncfusion/ej2-react-ui-components/tree/master/components/inplace-editor)
28
+ 2. [VueJS](https://github.com/syncfusion/ej2-vue-ui-components/tree/master/components/inplace-editor)
29
+ 3. [JavaScript (ES5)](https://www.syncfusion.com/javascript-ui-controls/inplace-editor)
30
+ 3. [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls/inplace-editor)
31
+ 4. [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls/inplace-editor)
32
+ 5. [JavaScript (ES5)](https://www.syncfusion.com/javascript-ui-controls/inplace-editor)
33
33
 
34
34
  ## Key Features
35
35
 
36
- * [Render mode](https://ej2.syncfusion.com/angular/documentation/inplace-editor/configuration) - Provides two types of rendering modes when editing the input, namely “Inline” and “Popup”.
36
+ * **Render mode** - Provides two types of rendering modes when editing the input, namely “Inline” and “Popup”.
37
37
  * **Component integration** - Support to integrate components such as “DropDownList”, “DatePicker”,” AutoComplete”, etc. to the In-place Editor.
38
- * [Data binding](https://ej2.syncfusion.com/angular/documentation/inplace-editor/data-binding) - Bind the In-place Editor component with an array of JSON objects or DataManager to save the edited data to the server.
39
- * [Customization](https://ej2.syncfusion.com/javascript/documentation/in-place-editor/style) - Offers UI customization such as popup, buttons, and also denotes editable content state.
38
+ * **Data binding** - Bind the In-place Editor component with an array of JSON objects or DataManager to save the edited data to the server.
39
+ * **Customization** - Offers UI customization such as popup, buttons, and also denotes editable content state.
40
40
  * **Template** - Templates can be used to integrate custom controls to the In-place Editor.
41
- * [Globalization](https://ej2.syncfusion.com/javascript/documentation/in-place-editor/localization) - Provides right to left and localization support.
42
-
43
- ## Resources
44
-
45
- * [Documentation](https://ej2.syncfusion.com/angular/documentation/inplace-editor/getting-started)
46
- * [Theme Studio](https://ej2.syncfusion.com/themestudio/)
47
- * [What's New](https://www.syncfusion.com/products/whatsnew/angular?utm_medium=listing&utm_source=github)
48
- * [Road Map](https://www.syncfusion.com/products/roadmap/angular)
49
- * [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=angular&type=all)
41
+ * **Globalization** - Provides right to left and localization support.
50
42
 
51
43
  ## Support
52
44
 
53
45
  Product support is available for through following mediums.
54
46
 
55
- * [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
56
- * [Community forum](https://www.syncfusion.com/forums/angular-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-button-npm)
47
+ * Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_campaign=inplace-editor) support system or [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_campaign=inplace-editor).
57
48
  * New [GitHub issue](https://github.com/syncfusion/ej2-javascript-ui-controls/issues/new).
58
49
  * Ask your query in Stack Overflow with tag `syncfusion`, `ej2`.
59
- * [Request feature or report bug](https://www.syncfusion.com/feedback/angular?utm_source=npm&utm_medium=listing&utm_campaign=angular-button-npm)
60
- * Live chat
61
50
 
62
- ## License and copyright
51
+ ## License
63
52
 
64
- > This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
53
+ Check the license detail [here](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/license?utm_source=npm&utm_campaign=inplace-editor).
65
54
 
66
55
  ## Changelog
67
56
 
@@ -0,0 +1,345 @@
1
+ (function (global, factory) {
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/forms'), require('@syncfusion/ej2-angular-base'), require('@syncfusion/ej2-inplace-editor'), require('@angular/common')) :
3
+ typeof define === 'function' && define.amd ? define(['exports', '@angular/core', '@angular/forms', '@syncfusion/ej2-angular-base', '@syncfusion/ej2-inplace-editor', '@angular/common'], factory) :
4
+ (factory((global['ej2-angular-inplace-editor'] = {}),global.ng.core,global.ng.forms,global.ej2.angular.base,global.ej2.inplace.editor,global.ng.common));
5
+ }(this, (function (exports,core,forms,ej2AngularBase,ej2InplaceEditor,common) { 'use strict';
6
+
7
+ var __extends = (this && this.__extends) || (function () {
8
+ var extendStatics = Object.setPrototypeOf ||
9
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
10
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
11
+ return function (d, b) {
12
+ extendStatics(d, b);
13
+ function __() { this.constructor = d; }
14
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
+ };
16
+ })();
17
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
18
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
19
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
20
+ r = Reflect.decorate(decorators, target, key, desc);
21
+ else
22
+ for (var i = decorators.length - 1; i >= 0; i--)
23
+ if (d = decorators[i])
24
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
25
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
26
+ };
27
+ var __metadata = (this && this.__metadata) || function (k, v) {
28
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
29
+ return Reflect.metadata(k, v);
30
+ };
31
+ 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'];
32
+ var outputs = ['focus', 'blur', 'actionBegin', 'actionFailure', 'actionSuccess', 'beforeSanitizeHtml', 'beginEdit', 'cancelClick', 'change', 'created', 'destroyed', 'endEdit', 'submitClick', 'validating', 'valueChange'];
33
+ var twoWays = ['value'];
34
+ /**
35
+ * `ejs-inplaceeditor` represents the Angular InPlaceEditor Component.
36
+ * ```html
37
+ * <ejs-inplaceeditor></ejs-inplaceeditor>
38
+ * ```
39
+ */
40
+ exports.InPlaceEditorComponent = InPlaceEditorComponent_1 = /** @class */ (function (_super) {
41
+ __extends(InPlaceEditorComponent, _super);
42
+ /**
43
+ * @param {?} ngEle
44
+ * @param {?} srenderer
45
+ * @param {?} viewContainerRef
46
+ * @param {?} injector
47
+ * @param {?} cdr
48
+ */
49
+ function InPlaceEditorComponent(ngEle, srenderer, viewContainerRef, injector, cdr) {
50
+ var _this = _super.call(this) || this;
51
+ _this.ngEle = ngEle;
52
+ _this.srenderer = srenderer;
53
+ _this.viewContainerRef = viewContainerRef;
54
+ _this.injector = injector;
55
+ _this.cdr = cdr;
56
+ _this.element = _this.ngEle.nativeElement;
57
+ _this.injectedModules = _this.injectedModules || [];
58
+ try {
59
+ var mod = _this.injector.get('InPlace-EditorAutoComplete');
60
+ if (_this.injectedModules.indexOf(mod) === -1) {
61
+ _this.injectedModules.push(mod);
62
+ }
63
+ }
64
+ catch (_a) { }
65
+ try {
66
+ var mod = _this.injector.get('InPlace-EditorColorPicker');
67
+ if (_this.injectedModules.indexOf(mod) === -1) {
68
+ _this.injectedModules.push(mod);
69
+ }
70
+ }
71
+ catch (_b) { }
72
+ try {
73
+ var mod = _this.injector.get('InPlace-EditorComboBox');
74
+ if (_this.injectedModules.indexOf(mod) === -1) {
75
+ _this.injectedModules.push(mod);
76
+ }
77
+ }
78
+ catch (_c) { }
79
+ try {
80
+ var mod = _this.injector.get('InPlace-EditorDateRangePicker');
81
+ if (_this.injectedModules.indexOf(mod) === -1) {
82
+ _this.injectedModules.push(mod);
83
+ }
84
+ }
85
+ catch (_d) { }
86
+ try {
87
+ var mod = _this.injector.get('InPlace-EditorMultiSelect');
88
+ if (_this.injectedModules.indexOf(mod) === -1) {
89
+ _this.injectedModules.push(mod);
90
+ }
91
+ }
92
+ catch (_e) { }
93
+ try {
94
+ var mod = _this.injector.get('InPlace-EditorRte');
95
+ if (_this.injectedModules.indexOf(mod) === -1) {
96
+ _this.injectedModules.push(mod);
97
+ }
98
+ }
99
+ catch (_f) { }
100
+ try {
101
+ var mod = _this.injector.get('InPlace-EditorSlider');
102
+ if (_this.injectedModules.indexOf(mod) === -1) {
103
+ _this.injectedModules.push(mod);
104
+ }
105
+ }
106
+ catch (_g) { }
107
+ try {
108
+ var mod = _this.injector.get('InPlace-EditorTimePicker');
109
+ if (_this.injectedModules.indexOf(mod) === -1) {
110
+ _this.injectedModules.push(mod);
111
+ }
112
+ }
113
+ catch (_h) { }
114
+ _this.registerEvents(outputs);
115
+ _this.addTwoWay.call(_this, twoWays);
116
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
117
+ _this.formContext = new ej2AngularBase.FormBase();
118
+ _this.formCompContext = new ej2AngularBase.ComponentBase();
119
+ return _this;
120
+ }
121
+ /**
122
+ * @param {?} registerFunction
123
+ * @return {?}
124
+ */
125
+ InPlaceEditorComponent.prototype.registerOnChange = function (registerFunction) {
126
+ };
127
+ /**
128
+ * @param {?} registerFunction
129
+ * @return {?}
130
+ */
131
+ InPlaceEditorComponent.prototype.registerOnTouched = function (registerFunction) {
132
+ };
133
+ /**
134
+ * @param {?} value
135
+ * @return {?}
136
+ */
137
+ InPlaceEditorComponent.prototype.writeValue = function (value) {
138
+ };
139
+ /**
140
+ * @param {?} disabled
141
+ * @return {?}
142
+ */
143
+ InPlaceEditorComponent.prototype.setDisabledState = function (disabled) {
144
+ };
145
+ /**
146
+ * @return {?}
147
+ */
148
+ InPlaceEditorComponent.prototype.ngOnInit = function () {
149
+ this.formCompContext.ngOnInit(this);
150
+ };
151
+ /**
152
+ * @return {?}
153
+ */
154
+ InPlaceEditorComponent.prototype.ngAfterViewInit = function () {
155
+ this.formContext.ngAfterViewInit(this);
156
+ };
157
+ /**
158
+ * @return {?}
159
+ */
160
+ InPlaceEditorComponent.prototype.ngOnDestroy = function () {
161
+ this.formCompContext.ngOnDestroy(this);
162
+ };
163
+ /**
164
+ * @return {?}
165
+ */
166
+ InPlaceEditorComponent.prototype.ngAfterContentChecked = function () {
167
+ this.formCompContext.ngAfterContentChecked(this);
168
+ };
169
+ return InPlaceEditorComponent;
170
+ }(ej2InplaceEditor.InPlaceEditor));
171
+ exports.InPlaceEditorComponent.decorators = [
172
+ { type: core.Component, args: [{
173
+ selector: 'ejs-inplaceeditor',
174
+ inputs: inputs,
175
+ outputs: outputs,
176
+ template: '',
177
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
178
+ providers: [
179
+ {
180
+ provide: forms.NG_VALUE_ACCESSOR,
181
+ useExisting: core.forwardRef(function () { return InPlaceEditorComponent_1; }),
182
+ multi: true
183
+ }
184
+ ],
185
+ queries: {}
186
+ },] },
187
+ ];
188
+ /**
189
+ * @nocollapse
190
+ */
191
+ exports.InPlaceEditorComponent.ctorParameters = function () { return [
192
+ { type: core.ElementRef, },
193
+ { type: core.Renderer2, },
194
+ { type: core.ViewContainerRef, },
195
+ { type: core.Injector, },
196
+ { type: core.ChangeDetectorRef, },
197
+ ]; };
198
+ exports.InPlaceEditorComponent.propDecorators = {
199
+ 'template': [{ type: core.ContentChild, args: ['template',] },],
200
+ };
201
+ __decorate([
202
+ ej2AngularBase.Template(),
203
+ __metadata("design:type", Object)
204
+ ], exports.InPlaceEditorComponent.prototype, "template", void 0);
205
+ exports.InPlaceEditorComponent = InPlaceEditorComponent_1 = __decorate([
206
+ ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase, ej2AngularBase.FormBase]),
207
+ __metadata("design:paramtypes", [core.ElementRef,
208
+ core.Renderer2,
209
+ core.ViewContainerRef,
210
+ core.Injector,
211
+ core.ChangeDetectorRef])
212
+ ], exports.InPlaceEditorComponent);
213
+ var InPlaceEditorComponent_1;
214
+ /**
215
+ * NgModule definition for the InPlaceEditor component.
216
+ */
217
+ var InPlaceEditorModule = /** @class */ (function () {
218
+ function InPlaceEditorModule() {
219
+ }
220
+ return InPlaceEditorModule;
221
+ }());
222
+ InPlaceEditorModule.decorators = [
223
+ { type: core.NgModule, args: [{
224
+ imports: [common.CommonModule],
225
+ declarations: [
226
+ exports.InPlaceEditorComponent
227
+ ],
228
+ exports: [
229
+ exports.InPlaceEditorComponent
230
+ ]
231
+ },] },
232
+ ];
233
+ /**
234
+ * @nocollapse
235
+ */
236
+ InPlaceEditorModule.ctorParameters = function () { return []; };
237
+ var AutoCompleteService = { provide: 'InPlace-EditorAutoComplete', useValue: ej2InplaceEditor.AutoComplete };
238
+ var ColorPickerService = { provide: 'InPlace-EditorColorPicker', useValue: ej2InplaceEditor.ColorPicker };
239
+ var ComboBoxService = { provide: 'InPlace-EditorComboBox', useValue: ej2InplaceEditor.ComboBox };
240
+ var DateRangePickerService = { provide: 'InPlace-EditorDateRangePicker', useValue: ej2InplaceEditor.DateRangePicker };
241
+ var MultiSelectService = { provide: 'InPlace-EditorMultiSelect', useValue: ej2InplaceEditor.MultiSelect };
242
+ var RteService = { provide: 'InPlace-EditorRte', useValue: ej2InplaceEditor.Rte };
243
+ var SliderService = { provide: 'InPlace-EditorSlider', useValue: ej2InplaceEditor.Slider };
244
+ var TimePickerService = { provide: 'InPlace-EditorTimePicker', useValue: ej2InplaceEditor.TimePicker };
245
+ /**
246
+ * NgModule definition for the InPlaceEditor component with providers.
247
+ */
248
+ var InPlaceEditorAllModule = /** @class */ (function () {
249
+ function InPlaceEditorAllModule() {
250
+ }
251
+ return InPlaceEditorAllModule;
252
+ }());
253
+ InPlaceEditorAllModule.decorators = [
254
+ { type: core.NgModule, args: [{
255
+ imports: [common.CommonModule, InPlaceEditorModule],
256
+ exports: [
257
+ InPlaceEditorModule
258
+ ],
259
+ providers: [
260
+ AutoCompleteService,
261
+ ColorPickerService,
262
+ ComboBoxService,
263
+ DateRangePickerService,
264
+ MultiSelectService,
265
+ RteService,
266
+ SliderService,
267
+ TimePickerService
268
+ ]
269
+ },] },
270
+ ];
271
+ /**
272
+ * @nocollapse
273
+ */
274
+ InPlaceEditorAllModule.ctorParameters = function () { return []; };
275
+
276
+ exports.InPlaceEditorModule = InPlaceEditorModule;
277
+ exports.InPlaceEditorAllModule = InPlaceEditorAllModule;
278
+ exports.AutoCompleteService = AutoCompleteService;
279
+ exports.ColorPickerService = ColorPickerService;
280
+ exports.ComboBoxService = ComboBoxService;
281
+ exports.DateRangePickerService = DateRangePickerService;
282
+ exports.MultiSelectService = MultiSelectService;
283
+ exports.RteService = RteService;
284
+ exports.SliderService = SliderService;
285
+ exports.TimePickerService = TimePickerService;
286
+ exports.ɵa = inputs;
287
+ exports.ɵb = outputs;
288
+ exports.parseValue = ej2InplaceEditor.parseValue;
289
+ exports.getCompValue = ej2InplaceEditor.getCompValue;
290
+ exports.encode = ej2InplaceEditor.encode;
291
+ exports.render = ej2InplaceEditor.render;
292
+ exports.update = ej2InplaceEditor.update;
293
+ exports.destroy = ej2InplaceEditor.destroy;
294
+ exports.setFocus = ej2InplaceEditor.setFocus;
295
+ exports.accessValue = ej2InplaceEditor.accessValue;
296
+ exports.destroyModules = ej2InplaceEditor.destroyModules;
297
+ exports.showPopup = ej2InplaceEditor.showPopup;
298
+ exports.PopupSettings = ej2InplaceEditor.PopupSettings;
299
+ exports.modulesList = ej2InplaceEditor.modulesList;
300
+ exports.localeConstant = ej2InplaceEditor.localeConstant;
301
+ exports.ROOT = ej2InplaceEditor.ROOT;
302
+ exports.ROOT_TIP = ej2InplaceEditor.ROOT_TIP;
303
+ exports.VALUE_WRAPPER = ej2InplaceEditor.VALUE_WRAPPER;
304
+ exports.VALUE = ej2InplaceEditor.VALUE;
305
+ exports.OVERLAY_ICON = ej2InplaceEditor.OVERLAY_ICON;
306
+ exports.TIP_TITLE = ej2InplaceEditor.TIP_TITLE;
307
+ exports.TITLE = ej2InplaceEditor.TITLE;
308
+ exports.INLINE = ej2InplaceEditor.INLINE;
309
+ exports.POPUP = ej2InplaceEditor.POPUP;
310
+ exports.WRAPPER = ej2InplaceEditor.WRAPPER;
311
+ exports.LOADING = ej2InplaceEditor.LOADING;
312
+ exports.FORM = ej2InplaceEditor.FORM;
313
+ exports.CTRL_GROUP = ej2InplaceEditor.CTRL_GROUP;
314
+ exports.INPUT = ej2InplaceEditor.INPUT;
315
+ exports.BUTTONS = ej2InplaceEditor.BUTTONS;
316
+ exports.EDITABLE_ERROR = ej2InplaceEditor.EDITABLE_ERROR;
317
+ exports.ELEMENTS = ej2InplaceEditor.ELEMENTS;
318
+ exports.OPEN = ej2InplaceEditor.OPEN;
319
+ exports.BTN_SAVE = ej2InplaceEditor.BTN_SAVE;
320
+ exports.BTN_CANCEL = ej2InplaceEditor.BTN_CANCEL;
321
+ exports.RTE_SPIN_WRAP = ej2InplaceEditor.RTE_SPIN_WRAP;
322
+ exports.CTRL_OVERLAY = ej2InplaceEditor.CTRL_OVERLAY;
323
+ exports.DISABLE = ej2InplaceEditor.DISABLE;
324
+ exports.ICONS = ej2InplaceEditor.ICONS;
325
+ exports.PRIMARY = ej2InplaceEditor.PRIMARY;
326
+ exports.SHOW = ej2InplaceEditor.SHOW;
327
+ exports.HIDE = ej2InplaceEditor.HIDE;
328
+ exports.RTL = ej2InplaceEditor.RTL;
329
+ exports.ERROR = ej2InplaceEditor.ERROR;
330
+ exports.LOAD = ej2InplaceEditor.LOAD;
331
+ exports.InPlaceEditor = ej2InplaceEditor.InPlaceEditor;
332
+ exports.Base = ej2InplaceEditor.Base;
333
+ exports.AutoComplete = ej2InplaceEditor.AutoComplete;
334
+ exports.ColorPicker = ej2InplaceEditor.ColorPicker;
335
+ exports.ComboBox = ej2InplaceEditor.ComboBox;
336
+ exports.DateRangePicker = ej2InplaceEditor.DateRangePicker;
337
+ exports.MultiSelect = ej2InplaceEditor.MultiSelect;
338
+ exports.Rte = ej2InplaceEditor.Rte;
339
+ exports.Slider = ej2InplaceEditor.Slider;
340
+ exports.TimePicker = ej2InplaceEditor.TimePicker;
341
+
342
+ Object.defineProperty(exports, '__esModule', { value: true });
343
+
344
+ })));
345
+ //# sourceMappingURL=ej2-angular-inplace-editor.umd.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ej2-angular-inplace-editor.umd.js","sources":["~/@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":["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, ChangeDetectorRef, 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 * \\@asptype 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 * @param {?} cdr\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector,\nprivate cdr: ChangeDetectorRef) {\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{type: ChangeDetectorRef, },\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 * \\@asptype 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/** @type {?} */\nInPlaceEditorComponent.prototype.cdr;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["CommonModule","NgModule","TimePicker","Slider","Rte","MultiSelect","DateRangePicker","ComboBox","ColorPicker","AutoComplete","InPlaceEditorComponent","ChangeDetectorRef","Injector","ViewContainerRef","Renderer2","ElementRef","ComponentMixins","ComponentBase","FormBase","Template","ContentChild","forwardRef","NG_VALUE_ACCESSOR","ChangeDetectionStrategy","Component","InPlaceEditor","setValue"],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@angular/forms"),require("@syncfusion/ej2-angular-base"),require("@syncfusion/ej2-inplace-editor"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@angular/forms","@syncfusion/ej2-angular-base","@syncfusion/ej2-inplace-editor","@angular/common"],t):t(e["ej2-angular-inplace-editor"]={},e.ng.core,e.ng.forms,e.ej2.angular.base,e.ej2.inplace.editor,e.ng.common)}(this,function(e,t,o,n,r,i){"use strict";var c=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var o in t)t.hasOwnProperty(o)&&(e[o]=t[o])};return function(t,o){function n(){this.constructor=t}e(t,o),t.prototype=null===o?Object.create(o):(n.prototype=o.prototype,new n)}}(),a=this&&this.__decorate||function(e,t,o,n){var r,i=arguments.length,c=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,o):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,o,n);else for(var a=e.length-1;a>=0;a--)(r=e[a])&&(c=(i<3?r(c):i>3?r(t,o,c):r(t,o))||c);return i>3&&c&&Object.defineProperty(t,o,c),c},l=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},u=["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"],s=["focus","blur","actionBegin","actionFailure","actionSuccess","beforeSanitizeHtml","beginEdit","cancelClick","change","created","destroyed","endEdit","submitClick","validating","valueChange"],d=["value"];e.InPlaceEditorComponent=p=function(e){function t(t,o,r,i,c){var a=e.call(this)||this;a.ngEle=t,a.srenderer=o,a.viewContainerRef=r,a.injector=i,a.cdr=c,a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[];try{var l=a.injector.get("InPlace-EditorAutoComplete");-1===a.injectedModules.indexOf(l)&&a.injectedModules.push(l)}catch(u){}try{l=a.injector.get("InPlace-EditorColorPicker");-1===a.injectedModules.indexOf(l)&&a.injectedModules.push(l)}catch(p){}try{l=a.injector.get("InPlace-EditorComboBox");-1===a.injectedModules.indexOf(l)&&a.injectedModules.push(l)}catch(P){}try{l=a.injector.get("InPlace-EditorDateRangePicker");-1===a.injectedModules.indexOf(l)&&a.injectedModules.push(l)}catch(f){}try{l=a.injector.get("InPlace-EditorMultiSelect");-1===a.injectedModules.indexOf(l)&&a.injectedModules.push(l)}catch(m){}try{l=a.injector.get("InPlace-EditorRte");-1===a.injectedModules.indexOf(l)&&a.injectedModules.push(l)}catch(E){}try{l=a.injector.get("InPlace-EditorSlider");-1===a.injectedModules.indexOf(l)&&a.injectedModules.push(l)}catch(C){}try{l=a.injector.get("InPlace-EditorTimePicker");-1===a.injectedModules.indexOf(l)&&a.injectedModules.push(l)}catch(R){}return a.registerEvents(s),a.addTwoWay.call(a,d),n.setValue("currentInstance",a,a.viewContainerRef),a.formContext=new n.FormBase,a.formCompContext=new n.ComponentBase,a}return c(t,e),t.prototype.registerOnChange=function(e){},t.prototype.registerOnTouched=function(e){},t.prototype.writeValue=function(e){},t.prototype.setDisabledState=function(e){},t.prototype.ngOnInit=function(){this.formCompContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.formContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.formCompContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.formCompContext.ngAfterContentChecked(this)},t}(r.InPlaceEditor),e.InPlaceEditorComponent.decorators=[{type:t.Component,args:[{selector:"ejs-inplaceeditor",inputs:u,outputs:s,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,providers:[{provide:o.NG_VALUE_ACCESSOR,useExisting:t.forwardRef(function(){return p}),multi:!0}],queries:{}}]}],e.InPlaceEditorComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector},{type:t.ChangeDetectorRef}]},e.InPlaceEditorComponent.propDecorators={template:[{type:t.ContentChild,args:["template"]}]},a([n.Template(),l("design:type",Object)],e.InPlaceEditorComponent.prototype,"template",void 0),e.InPlaceEditorComponent=p=a([n.ComponentMixins([n.ComponentBase,n.FormBase]),l("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector,t.ChangeDetectorRef])],e.InPlaceEditorComponent);var p,P=function(){return function(){}}();P.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule],declarations:[e.InPlaceEditorComponent],exports:[e.InPlaceEditorComponent]}]}],P.ctorParameters=function(){return[]};var f={provide:"InPlace-EditorAutoComplete",useValue:r.AutoComplete},m={provide:"InPlace-EditorColorPicker",useValue:r.ColorPicker},E={provide:"InPlace-EditorComboBox",useValue:r.ComboBox},C={provide:"InPlace-EditorDateRangePicker",useValue:r.DateRangePicker},R={provide:"InPlace-EditorMultiSelect",useValue:r.MultiSelect},g={provide:"InPlace-EditorRte",useValue:r.Rte},I={provide:"InPlace-EditorSlider",useValue:r.Slider},O={provide:"InPlace-EditorTimePicker",useValue:r.TimePicker},y=function(){return function(){}}();y.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule,P],exports:[P],providers:[f,m,E,C,R,g,I,O]}]}],y.ctorParameters=function(){return[]},e.InPlaceEditorModule=P,e.InPlaceEditorAllModule=y,e.AutoCompleteService=f,e.ColorPickerService=m,e.ComboBoxService=E,e.DateRangePickerService=C,e.MultiSelectService=R,e.RteService=g,e.SliderService=I,e.TimePickerService=O,e.ɵa=u,e.ɵb=s,e.parseValue=r.parseValue,e.getCompValue=r.getCompValue,e.encode=r.encode,e.render=r.render,e.update=r.update,e.destroy=r.destroy,e.setFocus=r.setFocus,e.accessValue=r.accessValue,e.destroyModules=r.destroyModules,e.showPopup=r.showPopup,e.PopupSettings=r.PopupSettings,e.modulesList=r.modulesList,e.localeConstant=r.localeConstant,e.ROOT=r.ROOT,e.ROOT_TIP=r.ROOT_TIP,e.VALUE_WRAPPER=r.VALUE_WRAPPER,e.VALUE=r.VALUE,e.OVERLAY_ICON=r.OVERLAY_ICON,e.TIP_TITLE=r.TIP_TITLE,e.TITLE=r.TITLE,e.INLINE=r.INLINE,e.POPUP=r.POPUP,e.WRAPPER=r.WRAPPER,e.LOADING=r.LOADING,e.FORM=r.FORM,e.CTRL_GROUP=r.CTRL_GROUP,e.INPUT=r.INPUT,e.BUTTONS=r.BUTTONS,e.EDITABLE_ERROR=r.EDITABLE_ERROR,e.ELEMENTS=r.ELEMENTS,e.OPEN=r.OPEN,e.BTN_SAVE=r.BTN_SAVE,e.BTN_CANCEL=r.BTN_CANCEL,e.RTE_SPIN_WRAP=r.RTE_SPIN_WRAP,e.CTRL_OVERLAY=r.CTRL_OVERLAY,e.DISABLE=r.DISABLE,e.ICONS=r.ICONS,e.PRIMARY=r.PRIMARY,e.SHOW=r.SHOW,e.HIDE=r.HIDE,e.RTL=r.RTL,e.ERROR=r.ERROR,e.LOAD=r.LOAD,e.InPlaceEditor=r.InPlaceEditor,e.Base=r.Base,e.AutoComplete=r.AutoComplete,e.ColorPicker=r.ColorPicker,e.ComboBox=r.ComboBox,e.DateRangePicker=r.DateRangePicker,e.MultiSelect=r.MultiSelect,e.Rte=r.Rte,e.Slider=r.Slider,e.TimePicker=r.TimePicker,Object.defineProperty(e,"__esModule",{value:!0})});
2
+ //# sourceMappingURL=ej2-angular-inplace-editor.umd.min.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ej2-angular-inplace-editor.umd.min.js","sources":["~/@syncfusion/ej2-angular-inplace-editor/src/inplace-editor/inplaceeditor.component.ts","~/@syncfusion/ej2-angular-inplace-editor/src/inplace-editor/inplaceeditor.module.ts","~/@syncfusion/ej2-angular-inplace-editor/src/inplace-editor/inplaceeditor-all.module.ts"],"sourcesContent":["import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, ChangeDetectorRef, 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 * \\@asptype 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 * @param {?} cdr\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector,\nprivate cdr: ChangeDetectorRef) {\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{type: ChangeDetectorRef, },\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 * \\@asptype 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/** @type {?} */\nInPlaceEditorComponent.prototype.cdr;\n}\n\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 { 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"],"names":["inputs","outputs","twoWays","exports","InPlaceEditorComponent","InPlaceEditorComponent_1","_super","ngEle","srenderer","viewContainerRef","injector","cdr","_this","call","this","element","nativeElement","injectedModules","mod","get","indexOf","push","_a","_b","_c","_d","_e","_f","_g","_h","registerEvents","addTwoWay","setValue","formContext","FormBase","formCompContext","ComponentBase","__extends","prototype","registerOnChange","registerFunction","registerOnTouched","writeValue","value","setDisabledState","disabled","ngOnInit","ngAfterViewInit","ngOnDestroy","ngAfterContentChecked","InPlaceEditor","decorators","type","Component","args","selector","template","changeDetection","ChangeDetectionStrategy","OnPush","providers","provide","NG_VALUE_ACCESSOR","useExisting","forwardRef","multi","queries","ctorParameters","ElementRef","Renderer2","ViewContainerRef","Injector","ChangeDetectorRef","propDecorators","ContentChild","__decorate","Template","ComponentMixins","__metadata","InPlaceEditorModule","NgModule","imports","CommonModule","declarations","AutoCompleteService","useValue","AutoComplete","ColorPickerService","ColorPicker","ComboBoxService","ComboBox","DateRangePickerService","DateRangePicker","MultiSelectService","MultiSelect","RteService","Rte","SliderService","Slider","TimePickerService","TimePicker","InPlaceEditorAllModule"],"mappings":"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"}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './public_api';
5
+ export { inputs as ɵa, outputs as ɵb } from './src/inplace-editor/inplaceeditor.component';
@@ -0,0 +1 @@
1
+ {"__symbolic":"module","version":3,"exports":[{"from":"@syncfusion/ej2-inplace-editor"}],"metadata":{"ɵa":["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"],"ɵb":["focus","blur","actionBegin","actionFailure","actionSuccess","beforeSanitizeHtml","beginEdit","cancelClick","change","created","destroyed","endEdit","submitClick","validating","valueChange"],"InPlaceEditorComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-inplace-editor","name":"InPlaceEditor"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-inplaceeditor","inputs":{"__symbolic":"reference","name":"ɵa"},"outputs":{"__symbolic":"reference","name":"ɵb"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"providers":[{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR"},"useExisting":{"__symbolic":"reference","name":"InPlaceEditorComponent"},"multi":true}],"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"},{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"FormBase"}]]}],"members":{"template":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["template"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"},{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef"}]}],"registerOnChange":[{"__symbolic":"method"}],"registerOnTouched":[{"__symbolic":"method"}],"writeValue":[{"__symbolic":"method"}],"setDisabledState":[{"__symbolic":"method"}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"InPlaceEditorModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"InPlaceEditorComponent"}],"exports":[{"__symbolic":"reference","name":"InPlaceEditorComponent"}]}]}],"members":{}},"InPlaceEditorAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"InPlaceEditorModule"}],"exports":[{"__symbolic":"reference","name":"InPlaceEditorModule"}],"providers":[{"__symbolic":"reference","name":"AutoCompleteService"},{"__symbolic":"reference","name":"ColorPickerService"},{"__symbolic":"reference","name":"ComboBoxService"},{"__symbolic":"reference","name":"DateRangePickerService"},{"__symbolic":"reference","name":"MultiSelectService"},{"__symbolic":"reference","name":"RteService"},{"__symbolic":"reference","name":"SliderService"},{"__symbolic":"reference","name":"TimePickerService"}]}]}],"members":{}},"AutoCompleteService":{"provide":"InPlace-EditorAutoComplete","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-inplace-editor","name":"AutoComplete"}},"ColorPickerService":{"provide":"InPlace-EditorColorPicker","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-inplace-editor","name":"ColorPicker"}},"ComboBoxService":{"provide":"InPlace-EditorComboBox","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-inplace-editor","name":"ComboBox"}},"DateRangePickerService":{"provide":"InPlace-EditorDateRangePicker","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-inplace-editor","name":"DateRangePicker"}},"MultiSelectService":{"provide":"InPlace-EditorMultiSelect","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-inplace-editor","name":"MultiSelect"}},"RteService":{"provide":"InPlace-EditorRte","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-inplace-editor","name":"Rte"}},"SliderService":{"provide":"InPlace-EditorSlider","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-inplace-editor","name":"Slider"}},"TimePickerService":{"provide":"InPlace-EditorTimePicker","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-inplace-editor","name":"TimePicker"}}},"origins":{"ɵa":"./src/inplace-editor/inplaceeditor.component","ɵb":"./src/inplace-editor/inplaceeditor.component","InPlaceEditorComponent":"./src/inplace-editor/inplaceeditor.component","InPlaceEditorModule":"./src/inplace-editor/inplaceeditor.module","InPlaceEditorAllModule":"./src/inplace-editor/inplaceeditor-all.module","AutoCompleteService":"./src/inplace-editor/inplaceeditor-all.module","ColorPickerService":"./src/inplace-editor/inplaceeditor-all.module","ComboBoxService":"./src/inplace-editor/inplaceeditor-all.module","DateRangePickerService":"./src/inplace-editor/inplaceeditor-all.module","MultiSelectService":"./src/inplace-editor/inplaceeditor-all.module","RteService":"./src/inplace-editor/inplaceeditor-all.module","SliderService":"./src/inplace-editor/inplaceeditor-all.module","TimePickerService":"./src/inplace-editor/inplaceeditor-all.module"},"importAs":"@syncfusion/ej2-angular-inplace-editor"}