@syncfusion/ej2-angular-inplace-editor 29.2.4-ngcc → 30.1.37-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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-inplace-editor.umd.js
3
- * version : 29.2.4
3
+ * version : 30.1.37
4
4
  * Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -13,273 +13,273 @@
13
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
14
  }(this, (function (exports,core,forms,ej2AngularBase,ej2InplaceEditor,common) { 'use strict';
15
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
- */
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
283
  InPlaceEditorAllModule.ctorParameters = function () { return []; };
284
284
 
285
285
  exports.InPlaceEditorModule = InPlaceEditorModule;
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-inplace-editor.umd.min.js
3
- * version : 29.2.4
3
+ * version : 30.1.37
4
4
  * Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,5 +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';
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';
package/package.json CHANGED
@@ -1,45 +1,16 @@
1
1
  {
2
- "_from": "@syncfusion/ej2-angular-inplace-editor@*",
3
- "_id": "@syncfusion/ej2-angular-inplace-editor@29.1.33",
4
- "_inBundle": false,
5
- "_integrity": "sha512-pQhyIF/tk9L0naeKwPxbXTN4HUWy8ac5Ap7W2xEkVN5sJulzPaJz8jXqQ6NW33KhD6GJzHIgo+3c+UT4MEsUIQ==",
6
- "_location": "/@syncfusion/ej2-angular-inplace-editor",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "range",
10
- "registry": true,
11
- "raw": "@syncfusion/ej2-angular-inplace-editor@*",
12
- "name": "@syncfusion/ej2-angular-inplace-editor",
13
- "escapedName": "@syncfusion%2fej2-angular-inplace-editor",
14
- "scope": "@syncfusion",
15
- "rawSpec": "*",
16
- "saveSpec": null,
17
- "fetchSpec": "*"
18
- },
19
- "_requiredBy": [
20
- "/"
21
- ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-inplace-editor/-/ej2-angular-inplace-editor-29.1.33.tgz",
23
- "_shasum": "81ed2a3e37ec966d3eb7bfbb170e0c37c3f405e2",
24
- "_spec": "@syncfusion/ej2-angular-inplace-editor@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_29.1.1/packages/included",
26
- "author": {
27
- "name": "Syncfusion Inc."
28
- },
29
- "bugs": {
30
- "url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
31
- },
32
- "bundleDependencies": false,
2
+ "name": "@syncfusion/ej2-angular-inplace-editor",
3
+ "version": "30.1.37-ngcc",
4
+ "description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for Angular",
5
+ "author": "Syncfusion Inc.",
6
+ "license": "SEE LICENSE IN license",
7
+ "schematics": "./schematics/collection.json",
33
8
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~29.2.4",
35
- "@syncfusion/ej2-base": "~29.2.4",
36
- "@syncfusion/ej2-inplace-editor": "29.2.4"
9
+ "@syncfusion/ej2-base": "~30.1.37",
10
+ "@syncfusion/ej2-angular-base": "~30.1.37",
11
+ "@syncfusion/ej2-inplace-editor": "30.1.37"
37
12
  },
38
- "deprecated": false,
39
- "description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for Angular",
40
13
  "devDependencies": {},
41
- "es2015": "@syncfusion/ej2-angular-inplace-editor.js",
42
- "homepage": "https://www.syncfusion.com/angular-components",
43
14
  "keywords": [
44
15
  "angular",
45
16
  "ng",
@@ -47,17 +18,15 @@
47
18
  "angular-inplace-editor-component",
48
19
  "ej2-angular-inplace-editor"
49
20
  ],
50
- "license": "SEE LICENSE IN license",
51
- "main": "dist/ej2-angular-inplace-editor.umd.js",
52
- "metadata": "ej2-angular-inplace-editor.metadata.json",
53
- "module": "@syncfusion/ej2-angular-inplace-editor.es5.js",
54
- "name": "@syncfusion/ej2-angular-inplace-editor",
55
21
  "repository": {
56
22
  "type": "git",
57
- "url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
23
+ "url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
58
24
  },
59
- "schematics": "./schematics/collection.json",
60
25
  "sideEffects": false,
26
+ "main": "dist/ej2-angular-inplace-editor.umd.js",
27
+ "module": "@syncfusion/ej2-angular-inplace-editor.es5.js",
28
+ "es2015": "@syncfusion/ej2-angular-inplace-editor.js",
61
29
  "typings": "ej2-angular-inplace-editor.d.ts",
62
- "version": "29.2.4-ngcc"
30
+ "metadata": "ej2-angular-inplace-editor.metadata.json",
31
+ "homepage": "https://www.syncfusion.com/angular-components"
63
32
  }
package/public_api.d.ts CHANGED
@@ -1 +1 @@
1
- export * from './src/index';
1
+ export * from './src/index';