@syncfusion/ej2-angular-inplace-editor 26.2.4-ngcc → 26.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +262 -0
- package/esm2020/public_api.mjs +2 -0
- package/esm2020/src/index.mjs +5 -0
- package/esm2020/src/inplace-editor/inplaceeditor-all.module.mjs +50 -0
- package/esm2020/src/inplace-editor/inplaceeditor.component.mjs +147 -0
- package/esm2020/src/inplace-editor/inplaceeditor.module.mjs +25 -0
- package/esm2020/syncfusion-ej2-angular-inplace-editor.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-inplace-editor.mjs +220 -0
- package/fesm2015/syncfusion-ej2-angular-inplace-editor.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-inplace-editor.mjs +220 -0
- package/fesm2020/syncfusion-ej2-angular-inplace-editor.mjs.map +1 -0
- package/package.json +26 -12
- package/src/inplace-editor/inplaceeditor-all.module.d.ts +6 -0
- package/src/inplace-editor/inplaceeditor.component.d.ts +3 -0
- package/src/inplace-editor/inplaceeditor.module.d.ts +6 -0
- package/syncfusion-ej2-angular-inplace-editor.d.ts +5 -0
- package/@syncfusion/ej2-angular-inplace-editor.es5.js +0 -279
- package/@syncfusion/ej2-angular-inplace-editor.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-inplace-editor.js +0 -260
- package/@syncfusion/ej2-angular-inplace-editor.js.map +0 -1
- package/dist/ej2-angular-inplace-editor.umd.js +0 -354
- package/dist/ej2-angular-inplace-editor.umd.js.map +0 -1
- package/dist/ej2-angular-inplace-editor.umd.min.js +0 -11
- package/dist/ej2-angular-inplace-editor.umd.min.js.map +0 -1
- package/ej2-angular-inplace-editor.d.ts +0 -5
- package/ej2-angular-inplace-editor.metadata.json +0 -1
- package/license +0 -10
|
@@ -1,5 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./inplaceeditor.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
1
4
|
/**
|
|
2
5
|
* NgModule definition for the InPlaceEditor component.
|
|
3
6
|
*/
|
|
4
7
|
export declare class InPlaceEditorModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InPlaceEditorModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<InPlaceEditorModule, [typeof i1.InPlaceEditorComponent], [typeof i2.CommonModule], [typeof i1.InPlaceEditorComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<InPlaceEditorModule>;
|
|
5
11
|
}
|
|
@@ -1,279 +0,0 @@
|
|
|
1
|
-
var __extends = (this && this.__extends) || (function () {
|
|
2
|
-
var extendStatics = Object.setPrototypeOf ||
|
|
3
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
4
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
5
|
-
return function (d, b) {
|
|
6
|
-
extendStatics(d, b);
|
|
7
|
-
function __() { this.constructor = d; }
|
|
8
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
9
|
-
};
|
|
10
|
-
})();
|
|
11
|
-
import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ContentChild, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef, forwardRef } from '@angular/core';
|
|
12
|
-
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
13
|
-
import { ComponentBase, ComponentMixins, FormBase, Template, setValue } from '@syncfusion/ej2-angular-base';
|
|
14
|
-
import { AutoComplete, ColorPicker, ComboBox, DateRangePicker, InPlaceEditor, MultiSelect, Rte, Slider, TimePicker } from '@syncfusion/ej2-inplace-editor';
|
|
15
|
-
import { CommonModule } from '@angular/common';
|
|
16
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
17
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
18
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
19
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
20
|
-
else
|
|
21
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
22
|
-
if (d = decorators[i])
|
|
23
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
24
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
25
|
-
};
|
|
26
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
27
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
28
|
-
return Reflect.metadata(k, v);
|
|
29
|
-
};
|
|
30
|
-
var inputs = ['actionOnBlur', 'adaptor', 'cancelButton', 'cssClass', 'disabled', 'editableOn', 'emptyText', 'enableEditMode', 'enableHtmlParse', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'locale', 'mode', 'model', 'name', 'popupSettings', 'primaryKey', 'saveButton', 'showButtons', 'submitOnEnter', 'template', 'textOption', 'type', 'url', 'validationRules', 'value'];
|
|
31
|
-
var outputs = ['focus', 'blur', 'actionBegin', 'actionFailure', 'actionSuccess', 'beforeSanitizeHtml', 'beginEdit', 'cancelClick', 'change', 'created', 'destroyed', 'endEdit', 'submitClick', 'validating', 'valueChange'];
|
|
32
|
-
var twoWays = ['value'];
|
|
33
|
-
/**
|
|
34
|
-
* `ejs-inplaceeditor` represents the Angular InPlaceEditor Component.
|
|
35
|
-
* ```html
|
|
36
|
-
* <ejs-inplaceeditor></ejs-inplaceeditor>
|
|
37
|
-
* ```
|
|
38
|
-
*/
|
|
39
|
-
var InPlaceEditorComponent = InPlaceEditorComponent_1 = /** @class */ (function (_super) {
|
|
40
|
-
__extends(InPlaceEditorComponent, _super);
|
|
41
|
-
/**
|
|
42
|
-
* @param {?} ngEle
|
|
43
|
-
* @param {?} srenderer
|
|
44
|
-
* @param {?} viewContainerRef
|
|
45
|
-
* @param {?} injector
|
|
46
|
-
* @param {?} cdr
|
|
47
|
-
*/
|
|
48
|
-
function InPlaceEditorComponent(ngEle, srenderer, viewContainerRef, injector, cdr) {
|
|
49
|
-
var _this = _super.call(this) || this;
|
|
50
|
-
_this.ngEle = ngEle;
|
|
51
|
-
_this.srenderer = srenderer;
|
|
52
|
-
_this.viewContainerRef = viewContainerRef;
|
|
53
|
-
_this.injector = injector;
|
|
54
|
-
_this.cdr = cdr;
|
|
55
|
-
_this.element = _this.ngEle.nativeElement;
|
|
56
|
-
_this.injectedModules = _this.injectedModules || [];
|
|
57
|
-
try {
|
|
58
|
-
var mod = _this.injector.get('InPlace-EditorAutoComplete');
|
|
59
|
-
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
60
|
-
_this.injectedModules.push(mod);
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
catch (_a) { }
|
|
64
|
-
try {
|
|
65
|
-
var mod = _this.injector.get('InPlace-EditorColorPicker');
|
|
66
|
-
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
67
|
-
_this.injectedModules.push(mod);
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
catch (_b) { }
|
|
71
|
-
try {
|
|
72
|
-
var mod = _this.injector.get('InPlace-EditorComboBox');
|
|
73
|
-
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
74
|
-
_this.injectedModules.push(mod);
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
catch (_c) { }
|
|
78
|
-
try {
|
|
79
|
-
var mod = _this.injector.get('InPlace-EditorDateRangePicker');
|
|
80
|
-
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
81
|
-
_this.injectedModules.push(mod);
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
catch (_d) { }
|
|
85
|
-
try {
|
|
86
|
-
var mod = _this.injector.get('InPlace-EditorMultiSelect');
|
|
87
|
-
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
88
|
-
_this.injectedModules.push(mod);
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
catch (_e) { }
|
|
92
|
-
try {
|
|
93
|
-
var mod = _this.injector.get('InPlace-EditorRte');
|
|
94
|
-
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
95
|
-
_this.injectedModules.push(mod);
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
catch (_f) { }
|
|
99
|
-
try {
|
|
100
|
-
var mod = _this.injector.get('InPlace-EditorSlider');
|
|
101
|
-
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
102
|
-
_this.injectedModules.push(mod);
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
catch (_g) { }
|
|
106
|
-
try {
|
|
107
|
-
var mod = _this.injector.get('InPlace-EditorTimePicker');
|
|
108
|
-
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
109
|
-
_this.injectedModules.push(mod);
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
catch (_h) { }
|
|
113
|
-
_this.registerEvents(outputs);
|
|
114
|
-
_this.addTwoWay.call(_this, twoWays);
|
|
115
|
-
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
116
|
-
_this.formContext = new FormBase();
|
|
117
|
-
_this.formCompContext = new ComponentBase();
|
|
118
|
-
return _this;
|
|
119
|
-
}
|
|
120
|
-
/**
|
|
121
|
-
* @param {?} registerFunction
|
|
122
|
-
* @return {?}
|
|
123
|
-
*/
|
|
124
|
-
InPlaceEditorComponent.prototype.registerOnChange = function (registerFunction) {
|
|
125
|
-
};
|
|
126
|
-
/**
|
|
127
|
-
* @param {?} registerFunction
|
|
128
|
-
* @return {?}
|
|
129
|
-
*/
|
|
130
|
-
InPlaceEditorComponent.prototype.registerOnTouched = function (registerFunction) {
|
|
131
|
-
};
|
|
132
|
-
/**
|
|
133
|
-
* @param {?} value
|
|
134
|
-
* @return {?}
|
|
135
|
-
*/
|
|
136
|
-
InPlaceEditorComponent.prototype.writeValue = function (value) {
|
|
137
|
-
};
|
|
138
|
-
/**
|
|
139
|
-
* @param {?} disabled
|
|
140
|
-
* @return {?}
|
|
141
|
-
*/
|
|
142
|
-
InPlaceEditorComponent.prototype.setDisabledState = function (disabled) {
|
|
143
|
-
};
|
|
144
|
-
/**
|
|
145
|
-
* @return {?}
|
|
146
|
-
*/
|
|
147
|
-
InPlaceEditorComponent.prototype.ngOnInit = function () {
|
|
148
|
-
this.formCompContext.ngOnInit(this);
|
|
149
|
-
};
|
|
150
|
-
/**
|
|
151
|
-
* @return {?}
|
|
152
|
-
*/
|
|
153
|
-
InPlaceEditorComponent.prototype.ngAfterViewInit = function () {
|
|
154
|
-
this.formContext.ngAfterViewInit(this);
|
|
155
|
-
};
|
|
156
|
-
/**
|
|
157
|
-
* @return {?}
|
|
158
|
-
*/
|
|
159
|
-
InPlaceEditorComponent.prototype.ngOnDestroy = function () {
|
|
160
|
-
this.formCompContext.ngOnDestroy(this);
|
|
161
|
-
};
|
|
162
|
-
/**
|
|
163
|
-
* @return {?}
|
|
164
|
-
*/
|
|
165
|
-
InPlaceEditorComponent.prototype.ngAfterContentChecked = function () {
|
|
166
|
-
this.formCompContext.ngAfterContentChecked(this);
|
|
167
|
-
};
|
|
168
|
-
return InPlaceEditorComponent;
|
|
169
|
-
}(InPlaceEditor));
|
|
170
|
-
InPlaceEditorComponent.decorators = [
|
|
171
|
-
{ type: Component, args: [{
|
|
172
|
-
selector: 'ejs-inplaceeditor',
|
|
173
|
-
inputs: inputs,
|
|
174
|
-
outputs: outputs,
|
|
175
|
-
template: '',
|
|
176
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
177
|
-
providers: [
|
|
178
|
-
{
|
|
179
|
-
provide: NG_VALUE_ACCESSOR,
|
|
180
|
-
useExisting: forwardRef(function () { return InPlaceEditorComponent_1; }),
|
|
181
|
-
multi: true
|
|
182
|
-
}
|
|
183
|
-
],
|
|
184
|
-
queries: {}
|
|
185
|
-
},] },
|
|
186
|
-
];
|
|
187
|
-
/**
|
|
188
|
-
* @nocollapse
|
|
189
|
-
*/
|
|
190
|
-
InPlaceEditorComponent.ctorParameters = function () { return [
|
|
191
|
-
{ type: ElementRef, },
|
|
192
|
-
{ type: Renderer2, },
|
|
193
|
-
{ type: ViewContainerRef, },
|
|
194
|
-
{ type: Injector, },
|
|
195
|
-
{ type: ChangeDetectorRef, },
|
|
196
|
-
]; };
|
|
197
|
-
InPlaceEditorComponent.propDecorators = {
|
|
198
|
-
'template': [{ type: ContentChild, args: ['template',] },],
|
|
199
|
-
};
|
|
200
|
-
__decorate([
|
|
201
|
-
Template(),
|
|
202
|
-
__metadata("design:type", Object)
|
|
203
|
-
], InPlaceEditorComponent.prototype, "template", void 0);
|
|
204
|
-
InPlaceEditorComponent = InPlaceEditorComponent_1 = __decorate([
|
|
205
|
-
ComponentMixins([ComponentBase, FormBase]),
|
|
206
|
-
__metadata("design:paramtypes", [ElementRef,
|
|
207
|
-
Renderer2,
|
|
208
|
-
ViewContainerRef,
|
|
209
|
-
Injector,
|
|
210
|
-
ChangeDetectorRef])
|
|
211
|
-
], InPlaceEditorComponent);
|
|
212
|
-
var InPlaceEditorComponent_1;
|
|
213
|
-
/**
|
|
214
|
-
* NgModule definition for the InPlaceEditor component.
|
|
215
|
-
*/
|
|
216
|
-
var InPlaceEditorModule = /** @class */ (function () {
|
|
217
|
-
function InPlaceEditorModule() {
|
|
218
|
-
}
|
|
219
|
-
return InPlaceEditorModule;
|
|
220
|
-
}());
|
|
221
|
-
InPlaceEditorModule.decorators = [
|
|
222
|
-
{ type: NgModule, args: [{
|
|
223
|
-
imports: [CommonModule],
|
|
224
|
-
declarations: [
|
|
225
|
-
InPlaceEditorComponent
|
|
226
|
-
],
|
|
227
|
-
exports: [
|
|
228
|
-
InPlaceEditorComponent
|
|
229
|
-
]
|
|
230
|
-
},] },
|
|
231
|
-
];
|
|
232
|
-
/**
|
|
233
|
-
* @nocollapse
|
|
234
|
-
*/
|
|
235
|
-
InPlaceEditorModule.ctorParameters = function () { return []; };
|
|
236
|
-
var AutoCompleteService = { provide: 'InPlace-EditorAutoComplete', useValue: AutoComplete };
|
|
237
|
-
var ColorPickerService = { provide: 'InPlace-EditorColorPicker', useValue: ColorPicker };
|
|
238
|
-
var ComboBoxService = { provide: 'InPlace-EditorComboBox', useValue: ComboBox };
|
|
239
|
-
var DateRangePickerService = { provide: 'InPlace-EditorDateRangePicker', useValue: DateRangePicker };
|
|
240
|
-
var MultiSelectService = { provide: 'InPlace-EditorMultiSelect', useValue: MultiSelect };
|
|
241
|
-
var RteService = { provide: 'InPlace-EditorRte', useValue: Rte };
|
|
242
|
-
var SliderService = { provide: 'InPlace-EditorSlider', useValue: Slider };
|
|
243
|
-
var TimePickerService = { provide: 'InPlace-EditorTimePicker', useValue: TimePicker };
|
|
244
|
-
/**
|
|
245
|
-
* NgModule definition for the InPlaceEditor component with providers.
|
|
246
|
-
*/
|
|
247
|
-
var InPlaceEditorAllModule = /** @class */ (function () {
|
|
248
|
-
function InPlaceEditorAllModule() {
|
|
249
|
-
}
|
|
250
|
-
return InPlaceEditorAllModule;
|
|
251
|
-
}());
|
|
252
|
-
InPlaceEditorAllModule.decorators = [
|
|
253
|
-
{ type: NgModule, args: [{
|
|
254
|
-
imports: [CommonModule, InPlaceEditorModule],
|
|
255
|
-
exports: [
|
|
256
|
-
InPlaceEditorModule
|
|
257
|
-
],
|
|
258
|
-
providers: [
|
|
259
|
-
AutoCompleteService,
|
|
260
|
-
ColorPickerService,
|
|
261
|
-
ComboBoxService,
|
|
262
|
-
DateRangePickerService,
|
|
263
|
-
MultiSelectService,
|
|
264
|
-
RteService,
|
|
265
|
-
SliderService,
|
|
266
|
-
TimePickerService
|
|
267
|
-
]
|
|
268
|
-
},] },
|
|
269
|
-
];
|
|
270
|
-
/**
|
|
271
|
-
* @nocollapse
|
|
272
|
-
*/
|
|
273
|
-
InPlaceEditorAllModule.ctorParameters = function () { return []; };
|
|
274
|
-
/**
|
|
275
|
-
* Generated bundle index. Do not edit.
|
|
276
|
-
*/
|
|
277
|
-
export { InPlaceEditorComponent, InPlaceEditorModule, InPlaceEditorAllModule, AutoCompleteService, ColorPickerService, ComboBoxService, DateRangePickerService, MultiSelectService, RteService, SliderService, TimePickerService, inputs as ɵa, outputs as ɵb };
|
|
278
|
-
export { parseValue, getCompValue, encode, render, update, destroy, setFocus, accessValue, destroyModules, showPopup, PopupSettings, modulesList, localeConstant, ROOT, ROOT_TIP, VALUE_WRAPPER, VALUE, OVERLAY_ICON, TIP_TITLE, TITLE, INLINE, POPUP, WRAPPER, LOADING, FORM, CTRL_GROUP, INPUT, BUTTONS, EDITABLE_ERROR, ELEMENTS, OPEN, BTN_SAVE, BTN_CANCEL, RTE_SPIN_WRAP, CTRL_OVERLAY, DISABLE, ICONS, PRIMARY, SHOW, HIDE, RTL, ERROR, LOAD, InPlaceEditor, Base, AutoComplete, ColorPicker, ComboBox, DateRangePicker, MultiSelect, Rte, Slider, TimePicker } from '@syncfusion/ej2-inplace-editor';
|
|
279
|
-
//# sourceMappingURL=ej2-angular-inplace-editor.es5.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ej2-angular-inplace-editor.es5.js","sources":["~/@syncfusion/ej2-angular-inplace-editor/ej2-angular-inplace-editor.ts","~/@syncfusion/ej2-angular-inplace-editor/src/inplace-editor/inplaceeditor-all.module.ts","~/@syncfusion/ej2-angular-inplace-editor/src/inplace-editor/inplaceeditor.module.ts","~/@syncfusion/ej2-angular-inplace-editor/src/inplace-editor/inplaceeditor.component.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport {InPlaceEditorComponent,InPlaceEditorModule,InPlaceEditorAllModule,AutoCompleteService,ColorPickerService,ComboBoxService,DateRangePickerService,MultiSelectService,RteService,SliderService,TimePickerService,parseValue,getCompValue,encode,render,update,destroy,setFocus,accessValue,destroyModules,showPopup,PopupSettings,modulesList,localeConstant,ROOT,ROOT_TIP,VALUE_WRAPPER,VALUE,OVERLAY_ICON,TIP_TITLE,TITLE,INLINE,POPUP,WRAPPER,LOADING,FORM,CTRL_GROUP,INPUT,BUTTONS,EDITABLE_ERROR,ELEMENTS,OPEN,BTN_SAVE,BTN_CANCEL,RTE_SPIN_WRAP,CTRL_OVERLAY,DISABLE,ICONS,PRIMARY,SHOW,HIDE,RTL,ERROR,LOAD,Component,NotifyParams,IComponent,IButton,ActionBeginEventArgs,ActionEventArgs,FormEventArgs,ValidateEventArgs,BeginEditEventArgs,EndEditEventArgs,ChangeEventArgs,SanitizeSelectors,BeforeSanitizeHtmlArgs,SanitizeRemoveAttrs,RenderMode,ActionBlur,EditableType,textOptionType,AdaptorType,InputType,InPlaceEditor,InPlaceEditorModel,Base,AutoComplete,ColorPicker,ComboBox,DateRangePicker,MultiSelect,Rte,Slider,TimePicker} from './public_api';\n\nexport {inputs as ɵa,outputs as ɵb} from './src/inplace-editor/inplaceeditor.component';","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { InPlaceEditorComponent } from './inplaceeditor.component';\nimport { InPlaceEditorModule } from './inplaceeditor.module';\nimport {AutoComplete, ColorPicker, ComboBox, DateRangePicker, MultiSelect, Rte, Slider, TimePicker} from '@syncfusion/ej2-inplace-editor';\n\n\nexport const /** @type {?} */ AutoCompleteService: ValueProvider = { provide: 'InPlace-EditorAutoComplete', useValue: AutoComplete};\nexport const /** @type {?} */ ColorPickerService: ValueProvider = { provide: 'InPlace-EditorColorPicker', useValue: ColorPicker};\nexport const /** @type {?} */ ComboBoxService: ValueProvider = { provide: 'InPlace-EditorComboBox', useValue: ComboBox};\nexport const /** @type {?} */ DateRangePickerService: ValueProvider = { provide: 'InPlace-EditorDateRangePicker', useValue: DateRangePicker};\nexport const /** @type {?} */ MultiSelectService: ValueProvider = { provide: 'InPlace-EditorMultiSelect', useValue: MultiSelect};\nexport const /** @type {?} */ RteService: ValueProvider = { provide: 'InPlace-EditorRte', useValue: Rte};\nexport const /** @type {?} */ SliderService: ValueProvider = { provide: 'InPlace-EditorSlider', useValue: Slider};\nexport const /** @type {?} */ TimePickerService: ValueProvider = { provide: 'InPlace-EditorTimePicker', useValue: TimePicker};\n/**\n * NgModule definition for the InPlaceEditor component with providers.\n */\nexport class InPlaceEditorAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, InPlaceEditorModule],\n exports: [\n InPlaceEditorModule\n ],\n providers:[\n AutoCompleteService,\n ColorPickerService,\n ComboBoxService,\n DateRangePickerService,\n MultiSelectService,\n RteService,\n SliderService,\n TimePickerService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction InPlaceEditorAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nInPlaceEditorAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nInPlaceEditorAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { InPlaceEditorComponent } from './inplaceeditor.component';\n/**\n * NgModule definition for the InPlaceEditor component.\n */\nexport class InPlaceEditorModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n InPlaceEditorComponent\n ],\n exports: [\n InPlaceEditorComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction InPlaceEditorModule_tsickle_Closure_declarations() {\n/** @type {?} */\nInPlaceEditorModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nInPlaceEditorModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, 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":[],"mappings":"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"}
|
|
@@ -1,260 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ContentChild, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef, forwardRef } from '@angular/core';
|
|
2
|
-
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
3
|
-
import { ComponentBase, ComponentMixins, FormBase, Template, setValue } from '@syncfusion/ej2-angular-base';
|
|
4
|
-
import { AutoComplete, ColorPicker, ComboBox, DateRangePicker, InPlaceEditor, MultiSelect, Rte, Slider, TimePicker } from '@syncfusion/ej2-inplace-editor';
|
|
5
|
-
import { CommonModule } from '@angular/common';
|
|
6
|
-
|
|
7
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
8
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
9
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
10
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
11
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
12
|
-
};
|
|
13
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
14
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
15
|
-
};
|
|
16
|
-
const inputs = ['actionOnBlur', 'adaptor', 'cancelButton', 'cssClass', 'disabled', 'editableOn', 'emptyText', 'enableEditMode', 'enableHtmlParse', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'locale', 'mode', 'model', 'name', 'popupSettings', 'primaryKey', 'saveButton', 'showButtons', 'submitOnEnter', 'template', 'textOption', 'type', 'url', 'validationRules', 'value'];
|
|
17
|
-
const outputs = ['focus', 'blur', 'actionBegin', 'actionFailure', 'actionSuccess', 'beforeSanitizeHtml', 'beginEdit', 'cancelClick', 'change', 'created', 'destroyed', 'endEdit', 'submitClick', 'validating', 'valueChange'];
|
|
18
|
-
const twoWays = ['value'];
|
|
19
|
-
/**
|
|
20
|
-
* `ejs-inplaceeditor` represents the Angular InPlaceEditor Component.
|
|
21
|
-
* ```html
|
|
22
|
-
* <ejs-inplaceeditor></ejs-inplaceeditor>
|
|
23
|
-
* ```
|
|
24
|
-
*/
|
|
25
|
-
let InPlaceEditorComponent = InPlaceEditorComponent_1 = class InPlaceEditorComponent extends InPlaceEditor {
|
|
26
|
-
/**
|
|
27
|
-
* @param {?} ngEle
|
|
28
|
-
* @param {?} srenderer
|
|
29
|
-
* @param {?} viewContainerRef
|
|
30
|
-
* @param {?} injector
|
|
31
|
-
* @param {?} cdr
|
|
32
|
-
*/
|
|
33
|
-
constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
|
|
34
|
-
super();
|
|
35
|
-
this.ngEle = ngEle;
|
|
36
|
-
this.srenderer = srenderer;
|
|
37
|
-
this.viewContainerRef = viewContainerRef;
|
|
38
|
-
this.injector = injector;
|
|
39
|
-
this.cdr = cdr;
|
|
40
|
-
this.element = this.ngEle.nativeElement;
|
|
41
|
-
this.injectedModules = this.injectedModules || [];
|
|
42
|
-
try {
|
|
43
|
-
let mod = this.injector.get('InPlace-EditorAutoComplete');
|
|
44
|
-
if (this.injectedModules.indexOf(mod) === -1) {
|
|
45
|
-
this.injectedModules.push(mod);
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
catch (_a) { }
|
|
49
|
-
try {
|
|
50
|
-
let mod = this.injector.get('InPlace-EditorColorPicker');
|
|
51
|
-
if (this.injectedModules.indexOf(mod) === -1) {
|
|
52
|
-
this.injectedModules.push(mod);
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
catch (_b) { }
|
|
56
|
-
try {
|
|
57
|
-
let mod = this.injector.get('InPlace-EditorComboBox');
|
|
58
|
-
if (this.injectedModules.indexOf(mod) === -1) {
|
|
59
|
-
this.injectedModules.push(mod);
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
catch (_c) { }
|
|
63
|
-
try {
|
|
64
|
-
let mod = this.injector.get('InPlace-EditorDateRangePicker');
|
|
65
|
-
if (this.injectedModules.indexOf(mod) === -1) {
|
|
66
|
-
this.injectedModules.push(mod);
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
catch (_d) { }
|
|
70
|
-
try {
|
|
71
|
-
let mod = this.injector.get('InPlace-EditorMultiSelect');
|
|
72
|
-
if (this.injectedModules.indexOf(mod) === -1) {
|
|
73
|
-
this.injectedModules.push(mod);
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
catch (_e) { }
|
|
77
|
-
try {
|
|
78
|
-
let mod = this.injector.get('InPlace-EditorRte');
|
|
79
|
-
if (this.injectedModules.indexOf(mod) === -1) {
|
|
80
|
-
this.injectedModules.push(mod);
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
catch (_f) { }
|
|
84
|
-
try {
|
|
85
|
-
let mod = this.injector.get('InPlace-EditorSlider');
|
|
86
|
-
if (this.injectedModules.indexOf(mod) === -1) {
|
|
87
|
-
this.injectedModules.push(mod);
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
catch (_g) { }
|
|
91
|
-
try {
|
|
92
|
-
let mod = this.injector.get('InPlace-EditorTimePicker');
|
|
93
|
-
if (this.injectedModules.indexOf(mod) === -1) {
|
|
94
|
-
this.injectedModules.push(mod);
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
catch (_h) { }
|
|
98
|
-
this.registerEvents(outputs);
|
|
99
|
-
this.addTwoWay.call(this, twoWays);
|
|
100
|
-
setValue('currentInstance', this, this.viewContainerRef);
|
|
101
|
-
this.formContext = new FormBase();
|
|
102
|
-
this.formCompContext = new ComponentBase();
|
|
103
|
-
}
|
|
104
|
-
/**
|
|
105
|
-
* @param {?} registerFunction
|
|
106
|
-
* @return {?}
|
|
107
|
-
*/
|
|
108
|
-
registerOnChange(registerFunction) {
|
|
109
|
-
}
|
|
110
|
-
/**
|
|
111
|
-
* @param {?} registerFunction
|
|
112
|
-
* @return {?}
|
|
113
|
-
*/
|
|
114
|
-
registerOnTouched(registerFunction) {
|
|
115
|
-
}
|
|
116
|
-
/**
|
|
117
|
-
* @param {?} value
|
|
118
|
-
* @return {?}
|
|
119
|
-
*/
|
|
120
|
-
writeValue(value) {
|
|
121
|
-
}
|
|
122
|
-
/**
|
|
123
|
-
* @param {?} disabled
|
|
124
|
-
* @return {?}
|
|
125
|
-
*/
|
|
126
|
-
setDisabledState(disabled) {
|
|
127
|
-
}
|
|
128
|
-
/**
|
|
129
|
-
* @return {?}
|
|
130
|
-
*/
|
|
131
|
-
ngOnInit() {
|
|
132
|
-
this.formCompContext.ngOnInit(this);
|
|
133
|
-
}
|
|
134
|
-
/**
|
|
135
|
-
* @return {?}
|
|
136
|
-
*/
|
|
137
|
-
ngAfterViewInit() {
|
|
138
|
-
this.formContext.ngAfterViewInit(this);
|
|
139
|
-
}
|
|
140
|
-
/**
|
|
141
|
-
* @return {?}
|
|
142
|
-
*/
|
|
143
|
-
ngOnDestroy() {
|
|
144
|
-
this.formCompContext.ngOnDestroy(this);
|
|
145
|
-
}
|
|
146
|
-
/**
|
|
147
|
-
* @return {?}
|
|
148
|
-
*/
|
|
149
|
-
ngAfterContentChecked() {
|
|
150
|
-
this.formCompContext.ngAfterContentChecked(this);
|
|
151
|
-
}
|
|
152
|
-
};
|
|
153
|
-
InPlaceEditorComponent.decorators = [
|
|
154
|
-
{ type: Component, args: [{
|
|
155
|
-
selector: 'ejs-inplaceeditor',
|
|
156
|
-
inputs: inputs,
|
|
157
|
-
outputs: outputs,
|
|
158
|
-
template: '',
|
|
159
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
160
|
-
providers: [
|
|
161
|
-
{
|
|
162
|
-
provide: NG_VALUE_ACCESSOR,
|
|
163
|
-
useExisting: forwardRef(() => InPlaceEditorComponent_1),
|
|
164
|
-
multi: true
|
|
165
|
-
}
|
|
166
|
-
],
|
|
167
|
-
queries: {}
|
|
168
|
-
},] },
|
|
169
|
-
];
|
|
170
|
-
/**
|
|
171
|
-
* @nocollapse
|
|
172
|
-
*/
|
|
173
|
-
InPlaceEditorComponent.ctorParameters = () => [
|
|
174
|
-
{ type: ElementRef, },
|
|
175
|
-
{ type: Renderer2, },
|
|
176
|
-
{ type: ViewContainerRef, },
|
|
177
|
-
{ type: Injector, },
|
|
178
|
-
{ type: ChangeDetectorRef, },
|
|
179
|
-
];
|
|
180
|
-
InPlaceEditorComponent.propDecorators = {
|
|
181
|
-
'template': [{ type: ContentChild, args: ['template',] },],
|
|
182
|
-
};
|
|
183
|
-
__decorate([
|
|
184
|
-
Template(),
|
|
185
|
-
__metadata("design:type", Object)
|
|
186
|
-
], InPlaceEditorComponent.prototype, "template", void 0);
|
|
187
|
-
InPlaceEditorComponent = InPlaceEditorComponent_1 = __decorate([
|
|
188
|
-
ComponentMixins([ComponentBase, FormBase]),
|
|
189
|
-
__metadata("design:paramtypes", [ElementRef,
|
|
190
|
-
Renderer2,
|
|
191
|
-
ViewContainerRef,
|
|
192
|
-
Injector,
|
|
193
|
-
ChangeDetectorRef])
|
|
194
|
-
], InPlaceEditorComponent);
|
|
195
|
-
var InPlaceEditorComponent_1;
|
|
196
|
-
|
|
197
|
-
/**
|
|
198
|
-
* NgModule definition for the InPlaceEditor component.
|
|
199
|
-
*/
|
|
200
|
-
class InPlaceEditorModule {
|
|
201
|
-
}
|
|
202
|
-
InPlaceEditorModule.decorators = [
|
|
203
|
-
{ type: NgModule, args: [{
|
|
204
|
-
imports: [CommonModule],
|
|
205
|
-
declarations: [
|
|
206
|
-
InPlaceEditorComponent
|
|
207
|
-
],
|
|
208
|
-
exports: [
|
|
209
|
-
InPlaceEditorComponent
|
|
210
|
-
]
|
|
211
|
-
},] },
|
|
212
|
-
];
|
|
213
|
-
/**
|
|
214
|
-
* @nocollapse
|
|
215
|
-
*/
|
|
216
|
-
InPlaceEditorModule.ctorParameters = () => [];
|
|
217
|
-
|
|
218
|
-
const AutoCompleteService = { provide: 'InPlace-EditorAutoComplete', useValue: AutoComplete };
|
|
219
|
-
const ColorPickerService = { provide: 'InPlace-EditorColorPicker', useValue: ColorPicker };
|
|
220
|
-
const ComboBoxService = { provide: 'InPlace-EditorComboBox', useValue: ComboBox };
|
|
221
|
-
const DateRangePickerService = { provide: 'InPlace-EditorDateRangePicker', useValue: DateRangePicker };
|
|
222
|
-
const MultiSelectService = { provide: 'InPlace-EditorMultiSelect', useValue: MultiSelect };
|
|
223
|
-
const RteService = { provide: 'InPlace-EditorRte', useValue: Rte };
|
|
224
|
-
const SliderService = { provide: 'InPlace-EditorSlider', useValue: Slider };
|
|
225
|
-
const TimePickerService = { provide: 'InPlace-EditorTimePicker', useValue: TimePicker };
|
|
226
|
-
/**
|
|
227
|
-
* NgModule definition for the InPlaceEditor component with providers.
|
|
228
|
-
*/
|
|
229
|
-
class InPlaceEditorAllModule {
|
|
230
|
-
}
|
|
231
|
-
InPlaceEditorAllModule.decorators = [
|
|
232
|
-
{ type: NgModule, args: [{
|
|
233
|
-
imports: [CommonModule, InPlaceEditorModule],
|
|
234
|
-
exports: [
|
|
235
|
-
InPlaceEditorModule
|
|
236
|
-
],
|
|
237
|
-
providers: [
|
|
238
|
-
AutoCompleteService,
|
|
239
|
-
ColorPickerService,
|
|
240
|
-
ComboBoxService,
|
|
241
|
-
DateRangePickerService,
|
|
242
|
-
MultiSelectService,
|
|
243
|
-
RteService,
|
|
244
|
-
SliderService,
|
|
245
|
-
TimePickerService
|
|
246
|
-
]
|
|
247
|
-
},] },
|
|
248
|
-
];
|
|
249
|
-
/**
|
|
250
|
-
* @nocollapse
|
|
251
|
-
*/
|
|
252
|
-
InPlaceEditorAllModule.ctorParameters = () => [];
|
|
253
|
-
|
|
254
|
-
/**
|
|
255
|
-
* Generated bundle index. Do not edit.
|
|
256
|
-
*/
|
|
257
|
-
|
|
258
|
-
export { InPlaceEditorComponent, InPlaceEditorModule, InPlaceEditorAllModule, AutoCompleteService, ColorPickerService, ComboBoxService, DateRangePickerService, MultiSelectService, RteService, SliderService, TimePickerService, inputs as ɵa, outputs as ɵb };
|
|
259
|
-
export { parseValue, getCompValue, encode, render, update, destroy, setFocus, accessValue, destroyModules, showPopup, PopupSettings, modulesList, localeConstant, ROOT, ROOT_TIP, VALUE_WRAPPER, VALUE, OVERLAY_ICON, TIP_TITLE, TITLE, INLINE, POPUP, WRAPPER, LOADING, FORM, CTRL_GROUP, INPUT, BUTTONS, EDITABLE_ERROR, ELEMENTS, OPEN, BTN_SAVE, BTN_CANCEL, RTE_SPIN_WRAP, CTRL_OVERLAY, DISABLE, ICONS, PRIMARY, SHOW, HIDE, RTL, ERROR, LOAD, InPlaceEditor, Base, AutoComplete, ColorPicker, ComboBox, DateRangePicker, MultiSelect, Rte, Slider, TimePicker } from '@syncfusion/ej2-inplace-editor';
|
|
260
|
-
//# sourceMappingURL=ej2-angular-inplace-editor.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ej2-angular-inplace-editor.js","sources":["~/@syncfusion/ej2-angular-inplace-editor/ej2-angular-inplace-editor.ts","~/@syncfusion/ej2-angular-inplace-editor/src/inplace-editor/inplaceeditor-all.module.ts","~/@syncfusion/ej2-angular-inplace-editor/src/inplace-editor/inplaceeditor.module.ts","~/@syncfusion/ej2-angular-inplace-editor/src/inplace-editor/inplaceeditor.component.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport {InPlaceEditorComponent,InPlaceEditorModule,InPlaceEditorAllModule,AutoCompleteService,ColorPickerService,ComboBoxService,DateRangePickerService,MultiSelectService,RteService,SliderService,TimePickerService,parseValue,getCompValue,encode,render,update,destroy,setFocus,accessValue,destroyModules,showPopup,PopupSettings,modulesList,localeConstant,ROOT,ROOT_TIP,VALUE_WRAPPER,VALUE,OVERLAY_ICON,TIP_TITLE,TITLE,INLINE,POPUP,WRAPPER,LOADING,FORM,CTRL_GROUP,INPUT,BUTTONS,EDITABLE_ERROR,ELEMENTS,OPEN,BTN_SAVE,BTN_CANCEL,RTE_SPIN_WRAP,CTRL_OVERLAY,DISABLE,ICONS,PRIMARY,SHOW,HIDE,RTL,ERROR,LOAD,Component,NotifyParams,IComponent,IButton,ActionBeginEventArgs,ActionEventArgs,FormEventArgs,ValidateEventArgs,BeginEditEventArgs,EndEditEventArgs,ChangeEventArgs,SanitizeSelectors,BeforeSanitizeHtmlArgs,SanitizeRemoveAttrs,RenderMode,ActionBlur,EditableType,textOptionType,AdaptorType,InputType,InPlaceEditor,InPlaceEditorModel,Base,AutoComplete,ColorPicker,ComboBox,DateRangePicker,MultiSelect,Rte,Slider,TimePicker} from './public_api';\n\nexport {inputs as ɵa,outputs as ɵb} from './src/inplace-editor/inplaceeditor.component';","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { InPlaceEditorComponent } from './inplaceeditor.component';\nimport { InPlaceEditorModule } from './inplaceeditor.module';\nimport {AutoComplete, ColorPicker, ComboBox, DateRangePicker, MultiSelect, Rte, Slider, TimePicker} from '@syncfusion/ej2-inplace-editor';\n\n\nexport const /** @type {?} */ AutoCompleteService: ValueProvider = { provide: 'InPlace-EditorAutoComplete', useValue: AutoComplete};\nexport const /** @type {?} */ ColorPickerService: ValueProvider = { provide: 'InPlace-EditorColorPicker', useValue: ColorPicker};\nexport const /** @type {?} */ ComboBoxService: ValueProvider = { provide: 'InPlace-EditorComboBox', useValue: ComboBox};\nexport const /** @type {?} */ DateRangePickerService: ValueProvider = { provide: 'InPlace-EditorDateRangePicker', useValue: DateRangePicker};\nexport const /** @type {?} */ MultiSelectService: ValueProvider = { provide: 'InPlace-EditorMultiSelect', useValue: MultiSelect};\nexport const /** @type {?} */ RteService: ValueProvider = { provide: 'InPlace-EditorRte', useValue: Rte};\nexport const /** @type {?} */ SliderService: ValueProvider = { provide: 'InPlace-EditorSlider', useValue: Slider};\nexport const /** @type {?} */ TimePickerService: ValueProvider = { provide: 'InPlace-EditorTimePicker', useValue: TimePicker};\n/**\n * NgModule definition for the InPlaceEditor component with providers.\n */\nexport class InPlaceEditorAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, InPlaceEditorModule],\n exports: [\n InPlaceEditorModule\n ],\n providers:[\n AutoCompleteService,\n ColorPickerService,\n ComboBoxService,\n DateRangePickerService,\n MultiSelectService,\n RteService,\n SliderService,\n TimePickerService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction InPlaceEditorAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nInPlaceEditorAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nInPlaceEditorAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { InPlaceEditorComponent } from './inplaceeditor.component';\n/**\n * NgModule definition for the InPlaceEditor component.\n */\nexport class InPlaceEditorModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n InPlaceEditorComponent\n ],\n exports: [\n InPlaceEditorComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction InPlaceEditorModule_tsickle_Closure_declarations() {\n/** @type {?} */\nInPlaceEditorModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nInPlaceEditorModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, 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":[],"mappings":"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"}
|