@syncfusion/ej2-angular-inplace-editor 20.2.45-ngcc → 20.2.45
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/esm2020/public_api.mjs +3 -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 +146 -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 +221 -0
- package/fesm2015/syncfusion-ej2-angular-inplace-editor.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-inplace-editor.mjs +221 -0
- package/fesm2020/syncfusion-ej2-angular-inplace-editor.mjs.map +1 -0
- package/package.json +26 -12
- package/schematics/utils/lib-details.ts +2 -2
- 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/styles/bootstrap-dark.css +3 -0
- package/styles/bootstrap.css +3 -1
- package/styles/bootstrap4.css +3 -1
- package/styles/bootstrap5-dark.css +17 -1
- package/styles/bootstrap5.css +17 -1
- package/styles/fabric-dark.css +3 -0
- package/styles/fabric.css +3 -1
- package/styles/fluent-dark.css +4 -1
- package/styles/fluent.css +4 -1
- package/styles/highcontrast-light.css +6 -0
- package/styles/highcontrast.css +6 -1
- package/styles/inplace-editor/_all.scss +2 -0
- package/styles/inplace-editor/_bootstrap-dark-definition.scss +75 -0
- package/styles/inplace-editor/_bootstrap-definition.scss +76 -0
- package/styles/inplace-editor/_bootstrap4-definition.scss +76 -0
- package/styles/inplace-editor/_bootstrap5-dark-definition.scss +1 -0
- package/styles/inplace-editor/_bootstrap5-definition.scss +71 -0
- package/styles/inplace-editor/_fabric-dark-definition.scss +75 -0
- package/styles/inplace-editor/_fabric-definition.scss +76 -0
- package/styles/inplace-editor/_fluent-dark-definition.scss +1 -0
- package/styles/inplace-editor/_fluent-definition.scss +72 -0
- package/styles/inplace-editor/_fusionnew-definition.scss +71 -0
- package/styles/inplace-editor/_highcontrast-definition.scss +75 -0
- package/styles/inplace-editor/_highcontrast-light-definition.scss +75 -0
- package/styles/inplace-editor/_layout.scss +658 -0
- package/styles/inplace-editor/_material-dark-definition.scss +76 -0
- package/styles/inplace-editor/_material-definition.scss +76 -0
- package/styles/inplace-editor/_material3-definition.scss +71 -0
- package/styles/inplace-editor/_tailwind-dark-definition.scss +1 -0
- package/styles/inplace-editor/_tailwind-definition.scss +72 -0
- package/styles/inplace-editor/_theme.scss +250 -0
- package/styles/inplace-editor/bootstrap-dark.css +3 -0
- package/styles/inplace-editor/bootstrap-dark.scss +26 -1
- package/styles/inplace-editor/bootstrap.css +3 -1
- package/styles/inplace-editor/bootstrap.scss +26 -1
- package/styles/inplace-editor/bootstrap4.css +3 -1
- package/styles/inplace-editor/bootstrap4.scss +26 -1
- package/styles/inplace-editor/bootstrap5-dark.css +17 -1
- package/styles/inplace-editor/bootstrap5-dark.scss +26 -1
- package/styles/inplace-editor/bootstrap5.css +17 -1
- package/styles/inplace-editor/bootstrap5.scss +26 -1
- package/styles/inplace-editor/fabric-dark.css +3 -0
- package/styles/inplace-editor/fabric-dark.scss +26 -1
- package/styles/inplace-editor/fabric.css +3 -1
- package/styles/inplace-editor/fabric.scss +26 -1
- package/styles/inplace-editor/fluent-dark.css +4 -1
- package/styles/inplace-editor/fluent-dark.scss +26 -1
- package/styles/inplace-editor/fluent.css +4 -1
- package/styles/inplace-editor/fluent.scss +26 -1
- package/styles/inplace-editor/highcontrast-light.css +6 -0
- package/styles/inplace-editor/highcontrast-light.scss +26 -1
- package/styles/inplace-editor/highcontrast.css +6 -1
- package/styles/inplace-editor/highcontrast.scss +26 -1
- package/styles/inplace-editor/icons/_bootstrap-dark.scss +19 -0
- package/styles/inplace-editor/icons/_bootstrap.scss +19 -0
- package/styles/inplace-editor/icons/_bootstrap4.scss +19 -0
- package/styles/inplace-editor/icons/_bootstrap5-dark.scss +1 -0
- package/styles/inplace-editor/icons/_bootstrap5.scss +19 -0
- package/styles/inplace-editor/icons/_fabric-dark.scss +19 -0
- package/styles/inplace-editor/icons/_fabric.scss +19 -0
- package/styles/inplace-editor/icons/_fluent-dark.scss +1 -0
- package/styles/inplace-editor/icons/_fluent.scss +19 -0
- package/styles/inplace-editor/icons/_fusionnew.scss +19 -0
- package/styles/inplace-editor/icons/_highcontrast-light.scss +19 -0
- package/styles/inplace-editor/icons/_highcontrast.scss +19 -0
- package/styles/inplace-editor/icons/_material-dark.scss +19 -0
- package/styles/inplace-editor/icons/_material.scss +19 -0
- package/styles/inplace-editor/icons/_material3.scss +19 -0
- package/styles/inplace-editor/icons/_tailwind-dark.scss +1 -0
- package/styles/inplace-editor/icons/_tailwind.scss +19 -0
- package/styles/inplace-editor/material-dark.css +3 -0
- package/styles/inplace-editor/material-dark.scss +26 -1
- package/styles/inplace-editor/material.css +3 -1
- package/styles/inplace-editor/material.scss +26 -1
- package/styles/inplace-editor/tailwind-dark.css +4 -1
- package/styles/inplace-editor/tailwind-dark.scss +26 -1
- package/styles/inplace-editor/tailwind.css +4 -1
- package/styles/inplace-editor/tailwind.scss +26 -1
- package/styles/material-dark.css +3 -0
- package/styles/material.css +3 -1
- package/styles/tailwind-dark.css +4 -1
- package/styles/tailwind.css +4 -1
- package/syncfusion-ej2-angular-inplace-editor.d.ts +5 -0
- package/@syncfusion/ej2-angular-inplace-editor.es5.js +0 -275
- package/@syncfusion/ej2-angular-inplace-editor.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-inplace-editor.js +0 -256
- package/@syncfusion/ej2-angular-inplace-editor.js.map +0 -1
- package/CHANGELOG.md +0 -246
- package/dist/ej2-angular-inplace-editor.umd.js +0 -350
- 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/postinstall/tagchange.js +0 -18
- package/schematics/collection.json +0 -35
- package/schematics/generators/inplaceeditor-inline/index.d.ts +0 -3
- package/schematics/generators/inplaceeditor-inline/index.js +0 -8
- package/schematics/generators/inplaceeditor-inline/sample-details.d.ts +0 -5
- package/schematics/generators/inplaceeditor-inline/sample-details.js +0 -7
- package/schematics/generators/inplaceeditor-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/inplaceeditor-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
- package/schematics/generators/inplaceeditor-inline/schema.d.ts +0 -3
- package/schematics/generators/inplaceeditor-inline/schema.js +0 -2
- package/schematics/generators/inplaceeditor-inline/schema.json +0 -125
- package/schematics/generators/inplaceeditor-popup/index.d.ts +0 -3
- package/schematics/generators/inplaceeditor-popup/index.js +0 -8
- package/schematics/generators/inplaceeditor-popup/sample-details.d.ts +0 -5
- package/schematics/generators/inplaceeditor-popup/sample-details.js +0 -7
- package/schematics/generators/inplaceeditor-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/inplaceeditor-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
- package/schematics/generators/inplaceeditor-popup/schema.d.ts +0 -3
- package/schematics/generators/inplaceeditor-popup/schema.js +0 -2
- package/schematics/generators/inplaceeditor-popup/schema.json +0 -125
- package/schematics/generators/inplaceeditor-popup-position/index.d.ts +0 -3
- package/schematics/generators/inplaceeditor-popup-position/index.js +0 -8
- package/schematics/generators/inplaceeditor-popup-position/sample-details.d.ts +0 -5
- package/schematics/generators/inplaceeditor-popup-position/sample-details.js +0 -7
- package/schematics/generators/inplaceeditor-popup-position/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/inplaceeditor-popup-position/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
- package/schematics/generators/inplaceeditor-popup-position/schema.d.ts +0 -3
- package/schematics/generators/inplaceeditor-popup-position/schema.js +0 -2
- package/schematics/generators/inplaceeditor-popup-position/schema.json +0 -125
- package/schematics/generators/inplaceeditor-template/index.d.ts +0 -3
- package/schematics/generators/inplaceeditor-template/index.js +0 -8
- package/schematics/generators/inplaceeditor-template/sample-details.d.ts +0 -5
- package/schematics/generators/inplaceeditor-template/sample-details.js +0 -7
- package/schematics/generators/inplaceeditor-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/inplaceeditor-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
- package/schematics/generators/inplaceeditor-template/schema.d.ts +0 -3
- package/schematics/generators/inplaceeditor-template/schema.js +0 -2
- package/schematics/generators/inplaceeditor-template/schema.json +0 -125
- package/schematics/generators/inplaceeditor-validation/index.d.ts +0 -3
- package/schematics/generators/inplaceeditor-validation/index.js +0 -8
- package/schematics/generators/inplaceeditor-validation/sample-details.d.ts +0 -5
- package/schematics/generators/inplaceeditor-validation/sample-details.js +0 -7
- package/schematics/generators/inplaceeditor-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/inplaceeditor-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
- package/schematics/generators/inplaceeditor-validation/schema.d.ts +0 -3
- package/schematics/generators/inplaceeditor-validation/schema.js +0 -2
- package/schematics/generators/inplaceeditor-validation/schema.json +0 -125
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
|
@@ -1,350 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* filename: ej2-angular-inplace-editor.umd.js
|
|
3
|
-
* version : 20.2.45
|
|
4
|
-
* Copyright Syncfusion Inc. 2001 - 2020. 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
|
-
*/
|
|
57
|
-
function InPlaceEditorComponent(ngEle, srenderer, viewContainerRef, injector) {
|
|
58
|
-
var _this = _super.call(this) || this;
|
|
59
|
-
_this.ngEle = ngEle;
|
|
60
|
-
_this.srenderer = srenderer;
|
|
61
|
-
_this.viewContainerRef = viewContainerRef;
|
|
62
|
-
_this.injector = injector;
|
|
63
|
-
_this.element = _this.ngEle.nativeElement;
|
|
64
|
-
_this.injectedModules = _this.injectedModules || [];
|
|
65
|
-
try {
|
|
66
|
-
var mod = _this.injector.get('InPlace-EditorAutoComplete');
|
|
67
|
-
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
68
|
-
_this.injectedModules.push(mod);
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
catch (_a) { }
|
|
72
|
-
try {
|
|
73
|
-
var mod = _this.injector.get('InPlace-EditorColorPicker');
|
|
74
|
-
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
75
|
-
_this.injectedModules.push(mod);
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
catch (_b) { }
|
|
79
|
-
try {
|
|
80
|
-
var mod = _this.injector.get('InPlace-EditorComboBox');
|
|
81
|
-
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
82
|
-
_this.injectedModules.push(mod);
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
catch (_c) { }
|
|
86
|
-
try {
|
|
87
|
-
var mod = _this.injector.get('InPlace-EditorDateRangePicker');
|
|
88
|
-
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
89
|
-
_this.injectedModules.push(mod);
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
catch (_d) { }
|
|
93
|
-
try {
|
|
94
|
-
var mod = _this.injector.get('InPlace-EditorMultiSelect');
|
|
95
|
-
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
96
|
-
_this.injectedModules.push(mod);
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
catch (_e) { }
|
|
100
|
-
try {
|
|
101
|
-
var mod = _this.injector.get('InPlace-EditorRte');
|
|
102
|
-
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
103
|
-
_this.injectedModules.push(mod);
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
catch (_f) { }
|
|
107
|
-
try {
|
|
108
|
-
var mod = _this.injector.get('InPlace-EditorSlider');
|
|
109
|
-
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
110
|
-
_this.injectedModules.push(mod);
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
catch (_g) { }
|
|
114
|
-
try {
|
|
115
|
-
var mod = _this.injector.get('InPlace-EditorTimePicker');
|
|
116
|
-
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
117
|
-
_this.injectedModules.push(mod);
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
catch (_h) { }
|
|
121
|
-
_this.registerEvents(outputs);
|
|
122
|
-
_this.addTwoWay.call(_this, twoWays);
|
|
123
|
-
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
|
124
|
-
_this.formContext = new ej2AngularBase.FormBase();
|
|
125
|
-
_this.formCompContext = new ej2AngularBase.ComponentBase();
|
|
126
|
-
return _this;
|
|
127
|
-
}
|
|
128
|
-
/**
|
|
129
|
-
* @param {?} registerFunction
|
|
130
|
-
* @return {?}
|
|
131
|
-
*/
|
|
132
|
-
InPlaceEditorComponent.prototype.registerOnChange = function (registerFunction) {
|
|
133
|
-
};
|
|
134
|
-
/**
|
|
135
|
-
* @param {?} registerFunction
|
|
136
|
-
* @return {?}
|
|
137
|
-
*/
|
|
138
|
-
InPlaceEditorComponent.prototype.registerOnTouched = function (registerFunction) {
|
|
139
|
-
};
|
|
140
|
-
/**
|
|
141
|
-
* @param {?} value
|
|
142
|
-
* @return {?}
|
|
143
|
-
*/
|
|
144
|
-
InPlaceEditorComponent.prototype.writeValue = function (value) {
|
|
145
|
-
};
|
|
146
|
-
/**
|
|
147
|
-
* @param {?} disabled
|
|
148
|
-
* @return {?}
|
|
149
|
-
*/
|
|
150
|
-
InPlaceEditorComponent.prototype.setDisabledState = function (disabled) {
|
|
151
|
-
};
|
|
152
|
-
/**
|
|
153
|
-
* @return {?}
|
|
154
|
-
*/
|
|
155
|
-
InPlaceEditorComponent.prototype.ngOnInit = function () {
|
|
156
|
-
this.formCompContext.ngOnInit(this);
|
|
157
|
-
};
|
|
158
|
-
/**
|
|
159
|
-
* @return {?}
|
|
160
|
-
*/
|
|
161
|
-
InPlaceEditorComponent.prototype.ngAfterViewInit = function () {
|
|
162
|
-
this.formContext.ngAfterViewInit(this);
|
|
163
|
-
};
|
|
164
|
-
/**
|
|
165
|
-
* @return {?}
|
|
166
|
-
*/
|
|
167
|
-
InPlaceEditorComponent.prototype.ngOnDestroy = function () {
|
|
168
|
-
this.formCompContext.ngOnDestroy(this);
|
|
169
|
-
};
|
|
170
|
-
/**
|
|
171
|
-
* @return {?}
|
|
172
|
-
*/
|
|
173
|
-
InPlaceEditorComponent.prototype.ngAfterContentChecked = function () {
|
|
174
|
-
this.formCompContext.ngAfterContentChecked(this);
|
|
175
|
-
};
|
|
176
|
-
return InPlaceEditorComponent;
|
|
177
|
-
}(ej2InplaceEditor.InPlaceEditor));
|
|
178
|
-
exports.InPlaceEditorComponent.decorators = [
|
|
179
|
-
{ type: core.Component, args: [{
|
|
180
|
-
selector: 'ejs-inplaceeditor',
|
|
181
|
-
inputs: inputs,
|
|
182
|
-
outputs: outputs,
|
|
183
|
-
template: '',
|
|
184
|
-
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
|
185
|
-
providers: [
|
|
186
|
-
{
|
|
187
|
-
provide: forms.NG_VALUE_ACCESSOR,
|
|
188
|
-
useExisting: core.forwardRef(function () { return InPlaceEditorComponent_1; }),
|
|
189
|
-
multi: true
|
|
190
|
-
}
|
|
191
|
-
],
|
|
192
|
-
queries: {}
|
|
193
|
-
},] },
|
|
194
|
-
];
|
|
195
|
-
/**
|
|
196
|
-
* @nocollapse
|
|
197
|
-
*/
|
|
198
|
-
exports.InPlaceEditorComponent.ctorParameters = function () { return [
|
|
199
|
-
{ type: core.ElementRef, },
|
|
200
|
-
{ type: core.Renderer2, },
|
|
201
|
-
{ type: core.ViewContainerRef, },
|
|
202
|
-
{ type: core.Injector, },
|
|
203
|
-
]; };
|
|
204
|
-
exports.InPlaceEditorComponent.propDecorators = {
|
|
205
|
-
'template': [{ type: core.ContentChild, args: ['template',] },],
|
|
206
|
-
};
|
|
207
|
-
__decorate([
|
|
208
|
-
ej2AngularBase.Template(),
|
|
209
|
-
__metadata("design:type", Object)
|
|
210
|
-
], exports.InPlaceEditorComponent.prototype, "template", void 0);
|
|
211
|
-
exports.InPlaceEditorComponent = InPlaceEditorComponent_1 = __decorate([
|
|
212
|
-
ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase, ej2AngularBase.FormBase]),
|
|
213
|
-
__metadata("design:paramtypes", [core.ElementRef,
|
|
214
|
-
core.Renderer2,
|
|
215
|
-
core.ViewContainerRef,
|
|
216
|
-
core.Injector])
|
|
217
|
-
], exports.InPlaceEditorComponent);
|
|
218
|
-
var InPlaceEditorComponent_1;
|
|
219
|
-
/**
|
|
220
|
-
* NgModule definition for the InPlaceEditor component.
|
|
221
|
-
*/
|
|
222
|
-
var InPlaceEditorModule = /** @class */ (function () {
|
|
223
|
-
function InPlaceEditorModule() {
|
|
224
|
-
}
|
|
225
|
-
return InPlaceEditorModule;
|
|
226
|
-
}());
|
|
227
|
-
InPlaceEditorModule.decorators = [
|
|
228
|
-
{ type: core.NgModule, args: [{
|
|
229
|
-
imports: [common.CommonModule],
|
|
230
|
-
declarations: [
|
|
231
|
-
exports.InPlaceEditorComponent
|
|
232
|
-
],
|
|
233
|
-
exports: [
|
|
234
|
-
exports.InPlaceEditorComponent
|
|
235
|
-
]
|
|
236
|
-
},] },
|
|
237
|
-
];
|
|
238
|
-
/**
|
|
239
|
-
* @nocollapse
|
|
240
|
-
*/
|
|
241
|
-
InPlaceEditorModule.ctorParameters = function () { return []; };
|
|
242
|
-
var AutoCompleteService = { provide: 'InPlace-EditorAutoComplete', useValue: ej2InplaceEditor.AutoComplete };
|
|
243
|
-
var ColorPickerService = { provide: 'InPlace-EditorColorPicker', useValue: ej2InplaceEditor.ColorPicker };
|
|
244
|
-
var ComboBoxService = { provide: 'InPlace-EditorComboBox', useValue: ej2InplaceEditor.ComboBox };
|
|
245
|
-
var DateRangePickerService = { provide: 'InPlace-EditorDateRangePicker', useValue: ej2InplaceEditor.DateRangePicker };
|
|
246
|
-
var MultiSelectService = { provide: 'InPlace-EditorMultiSelect', useValue: ej2InplaceEditor.MultiSelect };
|
|
247
|
-
var RteService = { provide: 'InPlace-EditorRte', useValue: ej2InplaceEditor.Rte };
|
|
248
|
-
var SliderService = { provide: 'InPlace-EditorSlider', useValue: ej2InplaceEditor.Slider };
|
|
249
|
-
var TimePickerService = { provide: 'InPlace-EditorTimePicker', useValue: ej2InplaceEditor.TimePicker };
|
|
250
|
-
/**
|
|
251
|
-
* NgModule definition for the InPlaceEditor component with providers.
|
|
252
|
-
*/
|
|
253
|
-
var InPlaceEditorAllModule = /** @class */ (function () {
|
|
254
|
-
function InPlaceEditorAllModule() {
|
|
255
|
-
}
|
|
256
|
-
return InPlaceEditorAllModule;
|
|
257
|
-
}());
|
|
258
|
-
InPlaceEditorAllModule.decorators = [
|
|
259
|
-
{ type: core.NgModule, args: [{
|
|
260
|
-
imports: [common.CommonModule, InPlaceEditorModule],
|
|
261
|
-
exports: [
|
|
262
|
-
InPlaceEditorModule
|
|
263
|
-
],
|
|
264
|
-
providers: [
|
|
265
|
-
AutoCompleteService,
|
|
266
|
-
ColorPickerService,
|
|
267
|
-
ComboBoxService,
|
|
268
|
-
DateRangePickerService,
|
|
269
|
-
MultiSelectService,
|
|
270
|
-
RteService,
|
|
271
|
-
SliderService,
|
|
272
|
-
TimePickerService
|
|
273
|
-
]
|
|
274
|
-
},] },
|
|
275
|
-
];
|
|
276
|
-
/**
|
|
277
|
-
* @nocollapse
|
|
278
|
-
*/
|
|
279
|
-
InPlaceEditorAllModule.ctorParameters = function () { return []; };
|
|
280
|
-
|
|
281
|
-
exports.InPlaceEditorModule = InPlaceEditorModule;
|
|
282
|
-
exports.InPlaceEditorAllModule = InPlaceEditorAllModule;
|
|
283
|
-
exports.AutoCompleteService = AutoCompleteService;
|
|
284
|
-
exports.ColorPickerService = ColorPickerService;
|
|
285
|
-
exports.ComboBoxService = ComboBoxService;
|
|
286
|
-
exports.DateRangePickerService = DateRangePickerService;
|
|
287
|
-
exports.MultiSelectService = MultiSelectService;
|
|
288
|
-
exports.RteService = RteService;
|
|
289
|
-
exports.SliderService = SliderService;
|
|
290
|
-
exports.TimePickerService = TimePickerService;
|
|
291
|
-
exports.ɵa = inputs;
|
|
292
|
-
exports.ɵb = outputs;
|
|
293
|
-
exports.parseValue = ej2InplaceEditor.parseValue;
|
|
294
|
-
exports.getCompValue = ej2InplaceEditor.getCompValue;
|
|
295
|
-
exports.encode = ej2InplaceEditor.encode;
|
|
296
|
-
exports.render = ej2InplaceEditor.render;
|
|
297
|
-
exports.update = ej2InplaceEditor.update;
|
|
298
|
-
exports.destroy = ej2InplaceEditor.destroy;
|
|
299
|
-
exports.setFocus = ej2InplaceEditor.setFocus;
|
|
300
|
-
exports.accessValue = ej2InplaceEditor.accessValue;
|
|
301
|
-
exports.destroyModules = ej2InplaceEditor.destroyModules;
|
|
302
|
-
exports.showPopup = ej2InplaceEditor.showPopup;
|
|
303
|
-
exports.PopupSettings = ej2InplaceEditor.PopupSettings;
|
|
304
|
-
exports.modulesList = ej2InplaceEditor.modulesList;
|
|
305
|
-
exports.localeConstant = ej2InplaceEditor.localeConstant;
|
|
306
|
-
exports.ROOT = ej2InplaceEditor.ROOT;
|
|
307
|
-
exports.ROOT_TIP = ej2InplaceEditor.ROOT_TIP;
|
|
308
|
-
exports.VALUE_WRAPPER = ej2InplaceEditor.VALUE_WRAPPER;
|
|
309
|
-
exports.VALUE = ej2InplaceEditor.VALUE;
|
|
310
|
-
exports.OVERLAY_ICON = ej2InplaceEditor.OVERLAY_ICON;
|
|
311
|
-
exports.TIP_TITLE = ej2InplaceEditor.TIP_TITLE;
|
|
312
|
-
exports.TITLE = ej2InplaceEditor.TITLE;
|
|
313
|
-
exports.INLINE = ej2InplaceEditor.INLINE;
|
|
314
|
-
exports.POPUP = ej2InplaceEditor.POPUP;
|
|
315
|
-
exports.WRAPPER = ej2InplaceEditor.WRAPPER;
|
|
316
|
-
exports.LOADING = ej2InplaceEditor.LOADING;
|
|
317
|
-
exports.FORM = ej2InplaceEditor.FORM;
|
|
318
|
-
exports.CTRL_GROUP = ej2InplaceEditor.CTRL_GROUP;
|
|
319
|
-
exports.INPUT = ej2InplaceEditor.INPUT;
|
|
320
|
-
exports.BUTTONS = ej2InplaceEditor.BUTTONS;
|
|
321
|
-
exports.EDITABLE_ERROR = ej2InplaceEditor.EDITABLE_ERROR;
|
|
322
|
-
exports.ELEMENTS = ej2InplaceEditor.ELEMENTS;
|
|
323
|
-
exports.OPEN = ej2InplaceEditor.OPEN;
|
|
324
|
-
exports.BTN_SAVE = ej2InplaceEditor.BTN_SAVE;
|
|
325
|
-
exports.BTN_CANCEL = ej2InplaceEditor.BTN_CANCEL;
|
|
326
|
-
exports.RTE_SPIN_WRAP = ej2InplaceEditor.RTE_SPIN_WRAP;
|
|
327
|
-
exports.CTRL_OVERLAY = ej2InplaceEditor.CTRL_OVERLAY;
|
|
328
|
-
exports.DISABLE = ej2InplaceEditor.DISABLE;
|
|
329
|
-
exports.ICONS = ej2InplaceEditor.ICONS;
|
|
330
|
-
exports.PRIMARY = ej2InplaceEditor.PRIMARY;
|
|
331
|
-
exports.SHOW = ej2InplaceEditor.SHOW;
|
|
332
|
-
exports.HIDE = ej2InplaceEditor.HIDE;
|
|
333
|
-
exports.RTL = ej2InplaceEditor.RTL;
|
|
334
|
-
exports.ERROR = ej2InplaceEditor.ERROR;
|
|
335
|
-
exports.LOAD = ej2InplaceEditor.LOAD;
|
|
336
|
-
exports.InPlaceEditor = ej2InplaceEditor.InPlaceEditor;
|
|
337
|
-
exports.Base = ej2InplaceEditor.Base;
|
|
338
|
-
exports.AutoComplete = ej2InplaceEditor.AutoComplete;
|
|
339
|
-
exports.ColorPicker = ej2InplaceEditor.ColorPicker;
|
|
340
|
-
exports.ComboBox = ej2InplaceEditor.ComboBox;
|
|
341
|
-
exports.DateRangePicker = ej2InplaceEditor.DateRangePicker;
|
|
342
|
-
exports.MultiSelect = ej2InplaceEditor.MultiSelect;
|
|
343
|
-
exports.Rte = ej2InplaceEditor.Rte;
|
|
344
|
-
exports.Slider = ej2InplaceEditor.Slider;
|
|
345
|
-
exports.TimePicker = ej2InplaceEditor.TimePicker;
|
|
346
|
-
|
|
347
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
348
|
-
|
|
349
|
-
})));
|
|
350
|
-
//# sourceMappingURL=ej2-angular-inplace-editor.umd.js.map
|
|
@@ -1 +0,0 @@
|
|
|
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, forwardRef, ContentChild } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { InPlaceEditor } from '@syncfusion/ej2-inplace-editor';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nexport const /** @type {?} */ inputs: string[] = ['actionOnBlur','adaptor','cancelButton','cssClass','disabled','editableOn','emptyText','enableEditMode','enableHtmlParse','enableHtmlSanitizer','enablePersistence','enableRtl','locale','mode','model','name','popupSettings','primaryKey','saveButton','showButtons','submitOnEnter','template','textOption','type','url','validationRules','value'];\nexport const /** @type {?} */ outputs: string[] = ['focus', 'blur', 'actionBegin','actionFailure','actionSuccess','beforeSanitizeHtml','beginEdit','cancelClick','change','created','destroyed','endEdit','submitClick','validating','valueChange'];\nexport const /** @type {?} */ twoWays: string[] = ['value'];\n/**\n * `ejs-inplaceeditor` represents the Angular InPlaceEditor Component.\n * ```html\n * <ejs-inplaceeditor></ejs-inplaceeditor>\n * ```\n */\n@ComponentMixins([ComponentBase, FormBase])\nexport class InPlaceEditorComponent extends InPlaceEditor implements IComponentBase {\npublic formCompContext : any;\npublic formContext : any;\npublic tagObjects: any;\n\tactionBegin: any;\n\tactionFailure: any;\n\tactionSuccess: any;\n\tbeforeSanitizeHtml: any;\n\tbeginEdit: any;\n\tcancelClick: any;\n\tchange: any;\n\tcreated: any;\n\tdestroyed: any;\n\tendEdit: any;\n\tsubmitClick: any;\n\tvalidating: any;\npublic valueChange: any;\n/**\n * Specifies the HTML element ID as a string that can be added as a editable field.\n * \n * {% codeBlock src='inplace-editor/template/index.md' %}{% endcodeBlock %}\n * \n * \\@default ''\n * \\@blazortype string\n */\n@Template()\n public template: any;\npublic focus: any;\npublic blur: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('InPlace-EditorAutoComplete');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorColorPicker');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorComboBox');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorDateRangePicker');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorMultiSelect');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorRte');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorSlider');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorTimePicker');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnChange(registerFunction: (_: any) => void): void {\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnTouched(registerFunction: () => void): void {\n }\n/**\n * @param {?} value\n * @return {?}\n */\npublic writeValue(value: any): void {\n }\n/**\n * @param {?} disabled\n * @return {?}\n */\npublic setDisabledState(disabled: boolean): void {\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-inplaceeditor',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => InPlaceEditorComponent),\n multi: true\n }\n ],\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'template': [{ type: ContentChild, args: ['template', ] },],\n};\n}\n\nfunction InPlaceEditorComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nInPlaceEditorComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nInPlaceEditorComponent.ctorParameters;\n/** @type {?} */\nInPlaceEditorComponent.propDecorators;\n/** @type {?} */\nInPlaceEditorComponent.prototype.formCompContext;\n/** @type {?} */\nInPlaceEditorComponent.prototype.formContext;\n/** @type {?} */\nInPlaceEditorComponent.prototype.tagObjects;\n/** @type {?} */\nInPlaceEditorComponent.prototype.actionBegin;\n/** @type {?} */\nInPlaceEditorComponent.prototype.actionFailure;\n/** @type {?} */\nInPlaceEditorComponent.prototype.actionSuccess;\n/** @type {?} */\nInPlaceEditorComponent.prototype.beforeSanitizeHtml;\n/** @type {?} */\nInPlaceEditorComponent.prototype.beginEdit;\n/** @type {?} */\nInPlaceEditorComponent.prototype.cancelClick;\n/** @type {?} */\nInPlaceEditorComponent.prototype.change;\n/** @type {?} */\nInPlaceEditorComponent.prototype.created;\n/** @type {?} */\nInPlaceEditorComponent.prototype.destroyed;\n/** @type {?} */\nInPlaceEditorComponent.prototype.endEdit;\n/** @type {?} */\nInPlaceEditorComponent.prototype.submitClick;\n/** @type {?} */\nInPlaceEditorComponent.prototype.validating;\n/** @type {?} */\nInPlaceEditorComponent.prototype.valueChange;\n/**\n * Specifies the HTML element ID as a string that can be added as a editable field.\n * \n * {% codeBlock src='inplace-editor/template/index.md' %}{% endcodeBlock %}\n * \n * \\@default ''\n * \\@blazortype string\n * @type {?}\n */\nInPlaceEditorComponent.prototype.template;\n/** @type {?} */\nInPlaceEditorComponent.prototype.focus;\n/** @type {?} */\nInPlaceEditorComponent.prototype.blur;\n/** @type {?} */\nInPlaceEditorComponent.prototype.registerEvents;\n/** @type {?} */\nInPlaceEditorComponent.prototype.addTwoWay;\n/** @type {?} */\nInPlaceEditorComponent.prototype.ngEle;\n/** @type {?} */\nInPlaceEditorComponent.prototype.srenderer;\n/** @type {?} */\nInPlaceEditorComponent.prototype.viewContainerRef;\n/** @type {?} */\nInPlaceEditorComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["CommonModule","NgModule","TimePicker","Slider","Rte","MultiSelect","DateRangePicker","ComboBox","ColorPicker","AutoComplete","InPlaceEditorComponent","Injector","ViewContainerRef","Renderer2","ElementRef","ComponentMixins","ComponentBase","FormBase","Template","ContentChild","forwardRef","NG_VALUE_ACCESSOR","ChangeDetectionStrategy","Component","InPlaceEditor","setValue"],"mappings":"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"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* filename: ej2-angular-inplace-editor.umd.min.js
|
|
3
|
-
* version : 20.2.45
|
|
4
|
-
* Copyright Syncfusion Inc. 2001 - 2020. 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){var c=e.call(this)||this;c.ngEle=t,c.srenderer=o,c.viewContainerRef=r,c.injector=i,c.element=c.ngEle.nativeElement,c.injectedModules=c.injectedModules||[];try{var a=c.injector.get("InPlace-EditorAutoComplete");-1===c.injectedModules.indexOf(a)&&c.injectedModules.push(a)}catch(l){}try{a=c.injector.get("InPlace-EditorColorPicker");-1===c.injectedModules.indexOf(a)&&c.injectedModules.push(a)}catch(u){}try{a=c.injector.get("InPlace-EditorComboBox");-1===c.injectedModules.indexOf(a)&&c.injectedModules.push(a)}catch(p){}try{a=c.injector.get("InPlace-EditorDateRangePicker");-1===c.injectedModules.indexOf(a)&&c.injectedModules.push(a)}catch(P){}try{a=c.injector.get("InPlace-EditorMultiSelect");-1===c.injectedModules.indexOf(a)&&c.injectedModules.push(a)}catch(m){}try{a=c.injector.get("InPlace-EditorRte");-1===c.injectedModules.indexOf(a)&&c.injectedModules.push(a)}catch(f){}try{a=c.injector.get("InPlace-EditorSlider");-1===c.injectedModules.indexOf(a)&&c.injectedModules.push(a)}catch(E){}try{a=c.injector.get("InPlace-EditorTimePicker");-1===c.injectedModules.indexOf(a)&&c.injectedModules.push(a)}catch(C){}return c.registerEvents(s),c.addTwoWay.call(c,d),n.setValue("currentInstance",c,c.viewContainerRef),c.formContext=new n.FormBase,c.formCompContext=new n.ComponentBase,c}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}]},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])],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 m={provide:"InPlace-EditorAutoComplete",useValue:r.AutoComplete},f={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},I={provide:"InPlace-EditorRte",useValue:r.Rte},g={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:[m,f,E,C,R,I,g,O]}]}],y.ctorParameters=function(){return[]},e.InPlaceEditorModule=P,e.InPlaceEditorAllModule=y,e.AutoCompleteService=m,e.ColorPickerService=f,e.ComboBoxService=E,e.DateRangePickerService=C,e.MultiSelectService=R,e.RteService=I,e.SliderService=g,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
|
|
@@ -1 +0,0 @@
|
|
|
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, forwardRef, ContentChild } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { InPlaceEditor } from '@syncfusion/ej2-inplace-editor';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nexport const /** @type {?} */ inputs: string[] = ['actionOnBlur','adaptor','cancelButton','cssClass','disabled','editableOn','emptyText','enableEditMode','enableHtmlParse','enableHtmlSanitizer','enablePersistence','enableRtl','locale','mode','model','name','popupSettings','primaryKey','saveButton','showButtons','submitOnEnter','template','textOption','type','url','validationRules','value'];\nexport const /** @type {?} */ outputs: string[] = ['focus', 'blur', 'actionBegin','actionFailure','actionSuccess','beforeSanitizeHtml','beginEdit','cancelClick','change','created','destroyed','endEdit','submitClick','validating','valueChange'];\nexport const /** @type {?} */ twoWays: string[] = ['value'];\n/**\n * `ejs-inplaceeditor` represents the Angular InPlaceEditor Component.\n * ```html\n * <ejs-inplaceeditor></ejs-inplaceeditor>\n * ```\n */\n@ComponentMixins([ComponentBase, FormBase])\nexport class InPlaceEditorComponent extends InPlaceEditor implements IComponentBase {\npublic formCompContext : any;\npublic formContext : any;\npublic tagObjects: any;\n\tactionBegin: any;\n\tactionFailure: any;\n\tactionSuccess: any;\n\tbeforeSanitizeHtml: any;\n\tbeginEdit: any;\n\tcancelClick: any;\n\tchange: any;\n\tcreated: any;\n\tdestroyed: any;\n\tendEdit: any;\n\tsubmitClick: any;\n\tvalidating: any;\npublic valueChange: any;\n/**\n * Specifies the HTML element ID as a string that can be added as a editable field.\n * \n * {% codeBlock src='inplace-editor/template/index.md' %}{% endcodeBlock %}\n * \n * \\@default ''\n * \\@blazortype string\n */\n@Template()\n public template: any;\npublic focus: any;\npublic blur: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('InPlace-EditorAutoComplete');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorColorPicker');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorComboBox');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorDateRangePicker');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorMultiSelect');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorRte');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorSlider');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorTimePicker');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnChange(registerFunction: (_: any) => void): void {\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnTouched(registerFunction: () => void): void {\n }\n/**\n * @param {?} value\n * @return {?}\n */\npublic writeValue(value: any): void {\n }\n/**\n * @param {?} disabled\n * @return {?}\n */\npublic setDisabledState(disabled: boolean): void {\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-inplaceeditor',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => InPlaceEditorComponent),\n multi: true\n }\n ],\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'template': [{ type: ContentChild, args: ['template', ] },],\n};\n}\n\nfunction InPlaceEditorComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nInPlaceEditorComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nInPlaceEditorComponent.ctorParameters;\n/** @type {?} */\nInPlaceEditorComponent.propDecorators;\n/** @type {?} */\nInPlaceEditorComponent.prototype.formCompContext;\n/** @type {?} */\nInPlaceEditorComponent.prototype.formContext;\n/** @type {?} */\nInPlaceEditorComponent.prototype.tagObjects;\n/** @type {?} */\nInPlaceEditorComponent.prototype.actionBegin;\n/** @type {?} */\nInPlaceEditorComponent.prototype.actionFailure;\n/** @type {?} */\nInPlaceEditorComponent.prototype.actionSuccess;\n/** @type {?} */\nInPlaceEditorComponent.prototype.beforeSanitizeHtml;\n/** @type {?} */\nInPlaceEditorComponent.prototype.beginEdit;\n/** @type {?} */\nInPlaceEditorComponent.prototype.cancelClick;\n/** @type {?} */\nInPlaceEditorComponent.prototype.change;\n/** @type {?} */\nInPlaceEditorComponent.prototype.created;\n/** @type {?} */\nInPlaceEditorComponent.prototype.destroyed;\n/** @type {?} */\nInPlaceEditorComponent.prototype.endEdit;\n/** @type {?} */\nInPlaceEditorComponent.prototype.submitClick;\n/** @type {?} */\nInPlaceEditorComponent.prototype.validating;\n/** @type {?} */\nInPlaceEditorComponent.prototype.valueChange;\n/**\n * Specifies the HTML element ID as a string that can be added as a editable field.\n * \n * {% codeBlock src='inplace-editor/template/index.md' %}{% endcodeBlock %}\n * \n * \\@default ''\n * \\@blazortype string\n * @type {?}\n */\nInPlaceEditorComponent.prototype.template;\n/** @type {?} */\nInPlaceEditorComponent.prototype.focus;\n/** @type {?} */\nInPlaceEditorComponent.prototype.blur;\n/** @type {?} */\nInPlaceEditorComponent.prototype.registerEvents;\n/** @type {?} */\nInPlaceEditorComponent.prototype.addTwoWay;\n/** @type {?} */\nInPlaceEditorComponent.prototype.ngEle;\n/** @type {?} */\nInPlaceEditorComponent.prototype.srenderer;\n/** @type {?} */\nInPlaceEditorComponent.prototype.viewContainerRef;\n/** @type {?} */\nInPlaceEditorComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","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","_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","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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"}
|
|
@@ -1 +0,0 @@
|
|
|
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"}]}],"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"}
|
package/postinstall/tagchange.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
var fs = require("fs");
|
|
2
|
-
var glob = require("glob");
|
|
3
|
-
|
|
4
|
-
var selectors = ['ejs-inplaceeditor'];
|
|
5
|
-
|
|
6
|
-
if (process.env.tagName !== undefined) {
|
|
7
|
-
var newTagPrefix = process.env.tagName.trim();
|
|
8
|
-
var files = glob.sync("./@syncfusion/*");
|
|
9
|
-
for (var i = 0; i < files.length; i++) {
|
|
10
|
-
var sourceFile = fs.readFileSync(files[i], "utf8");
|
|
11
|
-
for (var j = 0; j < selectors.length; j++) {
|
|
12
|
-
selectors[j] = selectors[j].replace('[','').replace(']','');
|
|
13
|
-
var tagRegex = new RegExp(selectors[j], "g");
|
|
14
|
-
sourceFile = sourceFile.replace(tagRegex,selectors[j].replace("ejs", newTagPrefix));
|
|
15
|
-
}
|
|
16
|
-
fs.writeFileSync(files[i], sourceFile, "utf8");
|
|
17
|
-
}
|
|
18
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
|
|
3
|
-
"schematics": {
|
|
4
|
-
"ng-add": {
|
|
5
|
-
"description": "Adds Essential JS 2 specific Angular package to an application",
|
|
6
|
-
"factory": "./ng-add",
|
|
7
|
-
"schema": "./ng-add/schema.json"
|
|
8
|
-
},
|
|
9
|
-
"inplaceeditor-inline": {
|
|
10
|
-
"description": "Create an Angular In-place Editor component with inline mode",
|
|
11
|
-
"factory": "./generators/inplaceeditor-inline",
|
|
12
|
-
"schema": "./generators/inplaceeditor-inline/schema.json"
|
|
13
|
-
},
|
|
14
|
-
"inplaceeditor-popup-position": {
|
|
15
|
-
"description": "Create an Angular In-place Editor component with customizing a popup position",
|
|
16
|
-
"factory": "./generators/inplaceeditor-popup-position",
|
|
17
|
-
"schema": "./generators/inplaceeditor-popup-position/schema.json"
|
|
18
|
-
},
|
|
19
|
-
"inplaceeditor-popup": {
|
|
20
|
-
"description": "Create an Angular In-place Editor component with popup mode",
|
|
21
|
-
"factory": "./generators/inplaceeditor-popup",
|
|
22
|
-
"schema": "./generators/inplaceeditor-popup/schema.json"
|
|
23
|
-
},
|
|
24
|
-
"inplaceeditor-template": {
|
|
25
|
-
"description": "Create an Angular In-place Editor component with a template",
|
|
26
|
-
"factory": "./generators/inplaceeditor-template",
|
|
27
|
-
"schema": "./generators/inplaceeditor-template/schema.json"
|
|
28
|
-
},
|
|
29
|
-
"inplaceeditor-validation": {
|
|
30
|
-
"description": "Create an Angular In-place Editor component with validation",
|
|
31
|
-
"factory": "./generators/inplaceeditor-validation",
|
|
32
|
-
"schema": "./generators/inplaceeditor-validation/schema.json"
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
|
|
4
|
-
const sampleDetails = require("./sample-details");
|
|
5
|
-
function default_1(options) {
|
|
6
|
-
return schematics_1.componentBuilder(options, sampleDetails);
|
|
7
|
-
}
|
|
8
|
-
exports.default = default_1;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.componentName = 'inplaceeditor';
|
|
4
|
-
exports.sampleName = 'inline';
|
|
5
|
-
exports.diModules = null;
|
|
6
|
-
exports.packageName = '@syncfusion/ej2-angular-inplace-editor';
|
|
7
|
-
exports.libModules = 'InPlaceEditorModule';
|