@syncfusion/ej2-angular-inplace-editor 32.1.19 → 32.1.24-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 (95) 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 +26 -36
  7. package/dist/ej2-angular-inplace-editor.umd.js +354 -0
  8. package/dist/ej2-angular-inplace-editor.umd.js.map +1 -0
  9. package/dist/ej2-angular-inplace-editor.umd.min.js +11 -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.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/index.d.ts +4 -4
  18. package/src/inplace-editor/inplaceeditor-all.module.d.ts +14 -20
  19. package/src/inplace-editor/inplaceeditor.component.d.ts +58 -61
  20. package/src/inplace-editor/inplaceeditor.module.d.ts +5 -11
  21. package/styles/bds-lite.scss +1 -1
  22. package/styles/bds.scss +1 -1
  23. package/styles/bootstrap-dark-lite.scss +1 -1
  24. package/styles/bootstrap-dark.scss +1 -1
  25. package/styles/bootstrap-lite.scss +1 -1
  26. package/styles/bootstrap.scss +1 -1
  27. package/styles/bootstrap4-lite.scss +1 -1
  28. package/styles/bootstrap4.scss +1 -1
  29. package/styles/bootstrap5-dark-lite.scss +1 -1
  30. package/styles/bootstrap5-dark.scss +1 -1
  31. package/styles/bootstrap5-lite.scss +1 -1
  32. package/styles/bootstrap5.3-lite.scss +1 -1
  33. package/styles/bootstrap5.3.scss +1 -1
  34. package/styles/bootstrap5.scss +1 -1
  35. package/styles/fabric-dark-lite.scss +1 -1
  36. package/styles/fabric-dark.scss +1 -1
  37. package/styles/fabric-lite.scss +1 -1
  38. package/styles/fabric.scss +1 -1
  39. package/styles/fluent-dark-lite.scss +1 -1
  40. package/styles/fluent-dark.scss +1 -1
  41. package/styles/fluent-lite.scss +1 -1
  42. package/styles/fluent.scss +1 -1
  43. package/styles/fluent2-lite.scss +1 -1
  44. package/styles/fluent2.scss +1 -1
  45. package/styles/highcontrast-light-lite.scss +1 -1
  46. package/styles/highcontrast-light.scss +1 -1
  47. package/styles/highcontrast-lite.scss +1 -1
  48. package/styles/highcontrast.scss +1 -1
  49. package/styles/inplace-editor/bds.scss +1 -1
  50. package/styles/inplace-editor/bootstrap-dark.scss +1 -1
  51. package/styles/inplace-editor/bootstrap.scss +1 -1
  52. package/styles/inplace-editor/bootstrap4.scss +1 -1
  53. package/styles/inplace-editor/bootstrap5-dark.scss +1 -1
  54. package/styles/inplace-editor/bootstrap5.3.scss +1 -1
  55. package/styles/inplace-editor/bootstrap5.scss +1 -1
  56. package/styles/inplace-editor/fabric-dark.scss +1 -1
  57. package/styles/inplace-editor/fabric.scss +1 -1
  58. package/styles/inplace-editor/fluent-dark.scss +1 -1
  59. package/styles/inplace-editor/fluent.scss +1 -1
  60. package/styles/inplace-editor/fluent2.scss +1 -1
  61. package/styles/inplace-editor/highcontrast-light.scss +1 -1
  62. package/styles/inplace-editor/highcontrast.scss +1 -1
  63. package/styles/inplace-editor/material-dark.scss +1 -1
  64. package/styles/inplace-editor/material.scss +1 -1
  65. package/styles/inplace-editor/material3-dark.scss +2 -1
  66. package/styles/inplace-editor/material3.scss +2 -1
  67. package/styles/inplace-editor/tailwind-dark.scss +1 -1
  68. package/styles/inplace-editor/tailwind.scss +1 -1
  69. package/styles/inplace-editor/tailwind3.scss +1 -1
  70. package/styles/material-dark-lite.scss +1 -1
  71. package/styles/material-dark.scss +1 -1
  72. package/styles/material-lite.scss +1 -1
  73. package/styles/material.scss +1 -1
  74. package/styles/material3-dark-lite.scss +1 -1
  75. package/styles/material3-dark.scss +2 -1
  76. package/styles/material3-lite.scss +1 -1
  77. package/styles/material3.scss +2 -1
  78. package/styles/tailwind-dark-lite.scss +1 -1
  79. package/styles/tailwind-dark.scss +1 -1
  80. package/styles/tailwind-lite.scss +1 -1
  81. package/styles/tailwind.scss +1 -1
  82. package/styles/tailwind3-lite.scss +1 -1
  83. package/styles/tailwind3.scss +1 -1
  84. package/CHANGELOG.md +0 -262
  85. package/esm2020/public_api.mjs +0 -2
  86. package/esm2020/src/index.mjs +0 -5
  87. package/esm2020/src/inplace-editor/inplaceeditor-all.module.mjs +0 -50
  88. package/esm2020/src/inplace-editor/inplaceeditor.component.mjs +0 -147
  89. package/esm2020/src/inplace-editor/inplaceeditor.module.mjs +0 -25
  90. package/esm2020/syncfusion-ej2-angular-inplace-editor.mjs +0 -5
  91. package/fesm2015/syncfusion-ej2-angular-inplace-editor.mjs +0 -220
  92. package/fesm2015/syncfusion-ej2-angular-inplace-editor.mjs.map +0 -1
  93. package/fesm2020/syncfusion-ej2-angular-inplace-editor.mjs +0 -220
  94. package/fesm2020/syncfusion-ej2-angular-inplace-editor.mjs.map +0 -1
  95. 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
 
@@ -23,48 +13,48 @@ To install `In-place Editor` and its dependent packages, use the following comma
23
13
  ```sh
24
14
  npm install @syncfusion/ej2-angular-inplace-editor
25
15
  ```
26
- ## Supported frameworks
27
16
 
28
- In-place Editor control is also offered in the following list of 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)
29
22
 
30
- | [<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; |
31
- | :-----: | :-----: | :-----: | :-----: | :-----: |
23
+ ## Supported Frameworks
24
+
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)
32
33
 
33
34
  ## Key Features
34
35
 
35
- * [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”.
36
37
  * **Component integration** - Support to integrate components such as “DropDownList”, “DatePicker”,” AutoComplete”, etc. to the In-place Editor.
37
- * [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.
38
- * [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.
39
40
  * **Template** - Templates can be used to integrate custom controls to the In-place Editor.
40
- * [Globalization](https://ej2.syncfusion.com/javascript/documentation/in-place-editor/localization) - Provides right to left and localization support.
41
-
42
- ## Resources
43
-
44
- * [Documentation](https://ej2.syncfusion.com/angular/documentation/inplace-editor/getting-started)
45
- * [Theme Studio](https://ej2.syncfusion.com/themestudio/)
46
- * [What's New](https://www.syncfusion.com/products/whatsnew/angular?utm_medium=listing&utm_source=github)
47
- * [Road Map](https://www.syncfusion.com/products/roadmap/angular)
48
- * [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=angular&type=all)
41
+ * **Globalization** - Provides right to left and localization support.
49
42
 
50
43
  ## Support
51
44
 
52
45
  Product support is available for through following mediums.
53
46
 
54
- * [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
55
- * [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).
56
48
  * New [GitHub issue](https://github.com/syncfusion/ej2-javascript-ui-controls/issues/new).
57
49
  * Ask your query in Stack Overflow with tag `syncfusion`, `ej2`.
58
- * [Request feature or report bug](https://www.syncfusion.com/feedback/angular?utm_source=npm&utm_medium=listing&utm_campaign=angular-button-npm)
59
- * Live chat
60
50
 
61
- ## License and copyright
51
+ ## License
62
52
 
63
- > 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).
64
54
 
65
55
  ## Changelog
66
56
 
67
57
  Check the changelog [here](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/controls/inplace-editor/CHANGELOG.md?utm_source=npm&utm_campaign=inplace-editor)
68
58
 
69
59
 
70
- © Copyright 2025 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.
60
+ © Copyright 2026 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.
@@ -0,0 +1,354 @@
1
+ /*!
2
+ * filename: ej2-angular-inplace-editor.umd.js
3
+ * version : 32.1.24
4
+ * Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
5
+ * Use of this code is subject to the terms of our license.
6
+ * A copy of the current license can be obtained at any time by e-mailing
7
+ * licensing@syncfusion.com. Any infringement will be prosecuted under
8
+ * applicable laws.
9
+ */
10
+ (function (global, factory) {
11
+ 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')) :
12
+ typeof define === 'function' && define.amd ? define(['exports', '@angular/core', '@angular/forms', '@syncfusion/ej2-angular-base', '@syncfusion/ej2-inplace-editor', '@angular/common'], factory) :
13
+ (factory((global['ej2-angular-inplace-editor'] = {}),global.ng.core,global.ng.forms,global.ej2.angular.base,global.ej2.inplace.editor,global.ng.common));
14
+ }(this, (function (exports,core,forms,ej2AngularBase,ej2InplaceEditor,common) { 'use strict';
15
+
16
+ var __extends = (this && this.__extends) || (function () {
17
+ var extendStatics = Object.setPrototypeOf ||
18
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
19
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
20
+ return function (d, b) {
21
+ extendStatics(d, b);
22
+ function __() { this.constructor = d; }
23
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
24
+ };
25
+ })();
26
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
27
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
28
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
29
+ r = Reflect.decorate(decorators, target, key, desc);
30
+ else
31
+ for (var i = decorators.length - 1; i >= 0; i--)
32
+ if (d = decorators[i])
33
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
34
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
35
+ };
36
+ var __metadata = (this && this.__metadata) || function (k, v) {
37
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
38
+ return Reflect.metadata(k, v);
39
+ };
40
+ 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'];
41
+ var outputs = ['focus', 'blur', 'actionBegin', 'actionFailure', 'actionSuccess', 'beforeSanitizeHtml', 'beginEdit', 'cancelClick', 'change', 'created', 'destroyed', 'endEdit', 'submitClick', 'validating', 'valueChange'];
42
+ var twoWays = ['value'];
43
+ /**
44
+ * `ejs-inplaceeditor` represents the Angular InPlaceEditor Component.
45
+ * ```html
46
+ * <ejs-inplaceeditor></ejs-inplaceeditor>
47
+ * ```
48
+ */
49
+ exports.InPlaceEditorComponent = InPlaceEditorComponent_1 = /** @class */ (function (_super) {
50
+ __extends(InPlaceEditorComponent, _super);
51
+ /**
52
+ * @param {?} ngEle
53
+ * @param {?} srenderer
54
+ * @param {?} viewContainerRef
55
+ * @param {?} injector
56
+ * @param {?} cdr
57
+ */
58
+ function InPlaceEditorComponent(ngEle, srenderer, viewContainerRef, injector, cdr) {
59
+ var _this = _super.call(this) || this;
60
+ _this.ngEle = ngEle;
61
+ _this.srenderer = srenderer;
62
+ _this.viewContainerRef = viewContainerRef;
63
+ _this.injector = injector;
64
+ _this.cdr = cdr;
65
+ _this.element = _this.ngEle.nativeElement;
66
+ _this.injectedModules = _this.injectedModules || [];
67
+ try {
68
+ var mod = _this.injector.get('InPlace-EditorAutoComplete');
69
+ if (_this.injectedModules.indexOf(mod) === -1) {
70
+ _this.injectedModules.push(mod);
71
+ }
72
+ }
73
+ catch (_a) { }
74
+ try {
75
+ var mod = _this.injector.get('InPlace-EditorColorPicker');
76
+ if (_this.injectedModules.indexOf(mod) === -1) {
77
+ _this.injectedModules.push(mod);
78
+ }
79
+ }
80
+ catch (_b) { }
81
+ try {
82
+ var mod = _this.injector.get('InPlace-EditorComboBox');
83
+ if (_this.injectedModules.indexOf(mod) === -1) {
84
+ _this.injectedModules.push(mod);
85
+ }
86
+ }
87
+ catch (_c) { }
88
+ try {
89
+ var mod = _this.injector.get('InPlace-EditorDateRangePicker');
90
+ if (_this.injectedModules.indexOf(mod) === -1) {
91
+ _this.injectedModules.push(mod);
92
+ }
93
+ }
94
+ catch (_d) { }
95
+ try {
96
+ var mod = _this.injector.get('InPlace-EditorMultiSelect');
97
+ if (_this.injectedModules.indexOf(mod) === -1) {
98
+ _this.injectedModules.push(mod);
99
+ }
100
+ }
101
+ catch (_e) { }
102
+ try {
103
+ var mod = _this.injector.get('InPlace-EditorRte');
104
+ if (_this.injectedModules.indexOf(mod) === -1) {
105
+ _this.injectedModules.push(mod);
106
+ }
107
+ }
108
+ catch (_f) { }
109
+ try {
110
+ var mod = _this.injector.get('InPlace-EditorSlider');
111
+ if (_this.injectedModules.indexOf(mod) === -1) {
112
+ _this.injectedModules.push(mod);
113
+ }
114
+ }
115
+ catch (_g) { }
116
+ try {
117
+ var mod = _this.injector.get('InPlace-EditorTimePicker');
118
+ if (_this.injectedModules.indexOf(mod) === -1) {
119
+ _this.injectedModules.push(mod);
120
+ }
121
+ }
122
+ catch (_h) { }
123
+ _this.registerEvents(outputs);
124
+ _this.addTwoWay.call(_this, twoWays);
125
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
126
+ _this.formContext = new ej2AngularBase.FormBase();
127
+ _this.formCompContext = new ej2AngularBase.ComponentBase();
128
+ return _this;
129
+ }
130
+ /**
131
+ * @param {?} registerFunction
132
+ * @return {?}
133
+ */
134
+ InPlaceEditorComponent.prototype.registerOnChange = function (registerFunction) {
135
+ };
136
+ /**
137
+ * @param {?} registerFunction
138
+ * @return {?}
139
+ */
140
+ InPlaceEditorComponent.prototype.registerOnTouched = function (registerFunction) {
141
+ };
142
+ /**
143
+ * @param {?} value
144
+ * @return {?}
145
+ */
146
+ InPlaceEditorComponent.prototype.writeValue = function (value) {
147
+ };
148
+ /**
149
+ * @param {?} disabled
150
+ * @return {?}
151
+ */
152
+ InPlaceEditorComponent.prototype.setDisabledState = function (disabled) {
153
+ };
154
+ /**
155
+ * @return {?}
156
+ */
157
+ InPlaceEditorComponent.prototype.ngOnInit = function () {
158
+ this.formCompContext.ngOnInit(this);
159
+ };
160
+ /**
161
+ * @return {?}
162
+ */
163
+ InPlaceEditorComponent.prototype.ngAfterViewInit = function () {
164
+ this.formContext.ngAfterViewInit(this);
165
+ };
166
+ /**
167
+ * @return {?}
168
+ */
169
+ InPlaceEditorComponent.prototype.ngOnDestroy = function () {
170
+ this.formCompContext.ngOnDestroy(this);
171
+ };
172
+ /**
173
+ * @return {?}
174
+ */
175
+ InPlaceEditorComponent.prototype.ngAfterContentChecked = function () {
176
+ this.formCompContext.ngAfterContentChecked(this);
177
+ };
178
+ return InPlaceEditorComponent;
179
+ }(ej2InplaceEditor.InPlaceEditor));
180
+ exports.InPlaceEditorComponent.decorators = [
181
+ { type: core.Component, args: [{
182
+ selector: 'ejs-inplaceeditor',
183
+ inputs: inputs,
184
+ outputs: outputs,
185
+ template: '',
186
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
187
+ providers: [
188
+ {
189
+ provide: forms.NG_VALUE_ACCESSOR,
190
+ useExisting: core.forwardRef(function () { return InPlaceEditorComponent_1; }),
191
+ multi: true
192
+ }
193
+ ],
194
+ queries: {}
195
+ },] },
196
+ ];
197
+ /**
198
+ * @nocollapse
199
+ */
200
+ exports.InPlaceEditorComponent.ctorParameters = function () { return [
201
+ { type: core.ElementRef, },
202
+ { type: core.Renderer2, },
203
+ { type: core.ViewContainerRef, },
204
+ { type: core.Injector, },
205
+ { type: core.ChangeDetectorRef, },
206
+ ]; };
207
+ exports.InPlaceEditorComponent.propDecorators = {
208
+ 'template': [{ type: core.ContentChild, args: ['template',] },],
209
+ };
210
+ __decorate([
211
+ ej2AngularBase.Template(),
212
+ __metadata("design:type", Object)
213
+ ], exports.InPlaceEditorComponent.prototype, "template", void 0);
214
+ exports.InPlaceEditorComponent = InPlaceEditorComponent_1 = __decorate([
215
+ ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase, ej2AngularBase.FormBase]),
216
+ __metadata("design:paramtypes", [core.ElementRef,
217
+ core.Renderer2,
218
+ core.ViewContainerRef,
219
+ core.Injector,
220
+ core.ChangeDetectorRef])
221
+ ], exports.InPlaceEditorComponent);
222
+ var InPlaceEditorComponent_1;
223
+ /**
224
+ * NgModule definition for the InPlaceEditor component.
225
+ */
226
+ var InPlaceEditorModule = /** @class */ (function () {
227
+ function InPlaceEditorModule() {
228
+ }
229
+ return InPlaceEditorModule;
230
+ }());
231
+ InPlaceEditorModule.decorators = [
232
+ { type: core.NgModule, args: [{
233
+ imports: [common.CommonModule],
234
+ declarations: [
235
+ exports.InPlaceEditorComponent
236
+ ],
237
+ exports: [
238
+ exports.InPlaceEditorComponent
239
+ ]
240
+ },] },
241
+ ];
242
+ /**
243
+ * @nocollapse
244
+ */
245
+ InPlaceEditorModule.ctorParameters = function () { return []; };
246
+ var AutoCompleteService = { provide: 'InPlace-EditorAutoComplete', useValue: ej2InplaceEditor.AutoComplete };
247
+ var ColorPickerService = { provide: 'InPlace-EditorColorPicker', useValue: ej2InplaceEditor.ColorPicker };
248
+ var ComboBoxService = { provide: 'InPlace-EditorComboBox', useValue: ej2InplaceEditor.ComboBox };
249
+ var DateRangePickerService = { provide: 'InPlace-EditorDateRangePicker', useValue: ej2InplaceEditor.DateRangePicker };
250
+ var MultiSelectService = { provide: 'InPlace-EditorMultiSelect', useValue: ej2InplaceEditor.MultiSelect };
251
+ var RteService = { provide: 'InPlace-EditorRte', useValue: ej2InplaceEditor.Rte };
252
+ var SliderService = { provide: 'InPlace-EditorSlider', useValue: ej2InplaceEditor.Slider };
253
+ var TimePickerService = { provide: 'InPlace-EditorTimePicker', useValue: ej2InplaceEditor.TimePicker };
254
+ /**
255
+ * NgModule definition for the InPlaceEditor component with providers.
256
+ */
257
+ var InPlaceEditorAllModule = /** @class */ (function () {
258
+ function InPlaceEditorAllModule() {
259
+ }
260
+ return InPlaceEditorAllModule;
261
+ }());
262
+ InPlaceEditorAllModule.decorators = [
263
+ { type: core.NgModule, args: [{
264
+ imports: [common.CommonModule, InPlaceEditorModule],
265
+ exports: [
266
+ InPlaceEditorModule
267
+ ],
268
+ providers: [
269
+ AutoCompleteService,
270
+ ColorPickerService,
271
+ ComboBoxService,
272
+ DateRangePickerService,
273
+ MultiSelectService,
274
+ RteService,
275
+ SliderService,
276
+ TimePickerService
277
+ ]
278
+ },] },
279
+ ];
280
+ /**
281
+ * @nocollapse
282
+ */
283
+ InPlaceEditorAllModule.ctorParameters = function () { return []; };
284
+
285
+ exports.InPlaceEditorModule = InPlaceEditorModule;
286
+ exports.InPlaceEditorAllModule = InPlaceEditorAllModule;
287
+ exports.AutoCompleteService = AutoCompleteService;
288
+ exports.ColorPickerService = ColorPickerService;
289
+ exports.ComboBoxService = ComboBoxService;
290
+ exports.DateRangePickerService = DateRangePickerService;
291
+ exports.MultiSelectService = MultiSelectService;
292
+ exports.RteService = RteService;
293
+ exports.SliderService = SliderService;
294
+ exports.TimePickerService = TimePickerService;
295
+ exports.ɵa = inputs;
296
+ exports.ɵb = outputs;
297
+ exports.parseValue = ej2InplaceEditor.parseValue;
298
+ exports.getCompValue = ej2InplaceEditor.getCompValue;
299
+ exports.encode = ej2InplaceEditor.encode;
300
+ exports.render = ej2InplaceEditor.render;
301
+ exports.update = ej2InplaceEditor.update;
302
+ exports.destroy = ej2InplaceEditor.destroy;
303
+ exports.setFocus = ej2InplaceEditor.setFocus;
304
+ exports.accessValue = ej2InplaceEditor.accessValue;
305
+ exports.destroyModules = ej2InplaceEditor.destroyModules;
306
+ exports.showPopup = ej2InplaceEditor.showPopup;
307
+ exports.PopupSettings = ej2InplaceEditor.PopupSettings;
308
+ exports.modulesList = ej2InplaceEditor.modulesList;
309
+ exports.localeConstant = ej2InplaceEditor.localeConstant;
310
+ exports.ROOT = ej2InplaceEditor.ROOT;
311
+ exports.ROOT_TIP = ej2InplaceEditor.ROOT_TIP;
312
+ exports.VALUE_WRAPPER = ej2InplaceEditor.VALUE_WRAPPER;
313
+ exports.VALUE = ej2InplaceEditor.VALUE;
314
+ exports.OVERLAY_ICON = ej2InplaceEditor.OVERLAY_ICON;
315
+ exports.TIP_TITLE = ej2InplaceEditor.TIP_TITLE;
316
+ exports.TITLE = ej2InplaceEditor.TITLE;
317
+ exports.INLINE = ej2InplaceEditor.INLINE;
318
+ exports.POPUP = ej2InplaceEditor.POPUP;
319
+ exports.WRAPPER = ej2InplaceEditor.WRAPPER;
320
+ exports.LOADING = ej2InplaceEditor.LOADING;
321
+ exports.FORM = ej2InplaceEditor.FORM;
322
+ exports.CTRL_GROUP = ej2InplaceEditor.CTRL_GROUP;
323
+ exports.INPUT = ej2InplaceEditor.INPUT;
324
+ exports.BUTTONS = ej2InplaceEditor.BUTTONS;
325
+ exports.EDITABLE_ERROR = ej2InplaceEditor.EDITABLE_ERROR;
326
+ exports.ELEMENTS = ej2InplaceEditor.ELEMENTS;
327
+ exports.OPEN = ej2InplaceEditor.OPEN;
328
+ exports.BTN_SAVE = ej2InplaceEditor.BTN_SAVE;
329
+ exports.BTN_CANCEL = ej2InplaceEditor.BTN_CANCEL;
330
+ exports.RTE_SPIN_WRAP = ej2InplaceEditor.RTE_SPIN_WRAP;
331
+ exports.CTRL_OVERLAY = ej2InplaceEditor.CTRL_OVERLAY;
332
+ exports.DISABLE = ej2InplaceEditor.DISABLE;
333
+ exports.ICONS = ej2InplaceEditor.ICONS;
334
+ exports.PRIMARY = ej2InplaceEditor.PRIMARY;
335
+ exports.SHOW = ej2InplaceEditor.SHOW;
336
+ exports.HIDE = ej2InplaceEditor.HIDE;
337
+ exports.RTL = ej2InplaceEditor.RTL;
338
+ exports.ERROR = ej2InplaceEditor.ERROR;
339
+ exports.LOAD = ej2InplaceEditor.LOAD;
340
+ exports.InPlaceEditor = ej2InplaceEditor.InPlaceEditor;
341
+ exports.Base = ej2InplaceEditor.Base;
342
+ exports.AutoComplete = ej2InplaceEditor.AutoComplete;
343
+ exports.ColorPicker = ej2InplaceEditor.ColorPicker;
344
+ exports.ComboBox = ej2InplaceEditor.ComboBox;
345
+ exports.DateRangePicker = ej2InplaceEditor.DateRangePicker;
346
+ exports.MultiSelect = ej2InplaceEditor.MultiSelect;
347
+ exports.Rte = ej2InplaceEditor.Rte;
348
+ exports.Slider = ej2InplaceEditor.Slider;
349
+ exports.TimePicker = ej2InplaceEditor.TimePicker;
350
+
351
+ Object.defineProperty(exports, '__esModule', { value: true });
352
+
353
+ })));
354
+ //# 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,11 @@
1
+ /*!
2
+ * filename: ej2-angular-inplace-editor.umd.min.js
3
+ * version : 32.1.24
4
+ * Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
5
+ * Use of this code is subject to the terms of our license.
6
+ * A copy of the current license can be obtained at any time by e-mailing
7
+ * licensing@syncfusion.com. Any infringement will be prosecuted under
8
+ * applicable laws.
9
+ */
10
+ !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})});
11
+ //# 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"}