@syncfusion/ej2-angular-inplace-editor 32.1.19-ngcc → 32.1.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/CHANGELOG.md +262 -0
  2. package/README.md +35 -25
  3. package/esm2020/public_api.mjs +2 -0
  4. package/esm2020/src/index.mjs +5 -0
  5. package/esm2020/src/inplace-editor/inplaceeditor-all.module.mjs +50 -0
  6. package/esm2020/src/inplace-editor/inplaceeditor.component.mjs +147 -0
  7. package/esm2020/src/inplace-editor/inplaceeditor.module.mjs +25 -0
  8. package/esm2020/syncfusion-ej2-angular-inplace-editor.mjs +5 -0
  9. package/fesm2015/syncfusion-ej2-angular-inplace-editor.mjs +220 -0
  10. package/fesm2015/syncfusion-ej2-angular-inplace-editor.mjs.map +1 -0
  11. package/fesm2020/syncfusion-ej2-angular-inplace-editor.mjs +220 -0
  12. package/fesm2020/syncfusion-ej2-angular-inplace-editor.mjs.map +1 -0
  13. package/package.json +28 -46
  14. package/public_api.d.ts +1 -1
  15. package/src/index.d.ts +4 -4
  16. package/src/inplace-editor/inplaceeditor-all.module.d.ts +20 -14
  17. package/src/inplace-editor/inplaceeditor.component.d.ts +61 -58
  18. package/src/inplace-editor/inplaceeditor.module.d.ts +11 -5
  19. package/styles/bds-lite.scss +1 -1
  20. package/styles/bds.scss +1 -1
  21. package/styles/bootstrap-dark-lite.scss +1 -1
  22. package/styles/bootstrap-dark.scss +1 -1
  23. package/styles/bootstrap-lite.scss +1 -1
  24. package/styles/bootstrap.scss +1 -1
  25. package/styles/bootstrap4-lite.scss +1 -1
  26. package/styles/bootstrap4.scss +1 -1
  27. package/styles/bootstrap5-dark-lite.scss +1 -1
  28. package/styles/bootstrap5-dark.scss +1 -1
  29. package/styles/bootstrap5-lite.scss +1 -1
  30. package/styles/bootstrap5.3-lite.scss +1 -1
  31. package/styles/bootstrap5.3.scss +1 -1
  32. package/styles/bootstrap5.scss +1 -1
  33. package/styles/fabric-dark-lite.scss +1 -1
  34. package/styles/fabric-dark.scss +1 -1
  35. package/styles/fabric-lite.scss +1 -1
  36. package/styles/fabric.scss +1 -1
  37. package/styles/fluent-dark-lite.scss +1 -1
  38. package/styles/fluent-dark.scss +1 -1
  39. package/styles/fluent-lite.scss +1 -1
  40. package/styles/fluent.scss +1 -1
  41. package/styles/fluent2-lite.scss +1 -1
  42. package/styles/fluent2.scss +1 -1
  43. package/styles/highcontrast-light-lite.scss +1 -1
  44. package/styles/highcontrast-light.scss +1 -1
  45. package/styles/highcontrast-lite.scss +1 -1
  46. package/styles/highcontrast.scss +1 -1
  47. package/styles/inplace-editor/bds.scss +1 -1
  48. package/styles/inplace-editor/bootstrap-dark.scss +1 -1
  49. package/styles/inplace-editor/bootstrap.scss +1 -1
  50. package/styles/inplace-editor/bootstrap4.scss +1 -1
  51. package/styles/inplace-editor/bootstrap5-dark.scss +1 -1
  52. package/styles/inplace-editor/bootstrap5.3.scss +1 -1
  53. package/styles/inplace-editor/bootstrap5.scss +1 -1
  54. package/styles/inplace-editor/fabric-dark.scss +1 -1
  55. package/styles/inplace-editor/fabric.scss +1 -1
  56. package/styles/inplace-editor/fluent-dark.scss +1 -1
  57. package/styles/inplace-editor/fluent.scss +1 -1
  58. package/styles/inplace-editor/fluent2.scss +1 -1
  59. package/styles/inplace-editor/highcontrast-light.scss +1 -1
  60. package/styles/inplace-editor/highcontrast.scss +1 -1
  61. package/styles/inplace-editor/material-dark.scss +1 -1
  62. package/styles/inplace-editor/material.scss +1 -1
  63. package/styles/inplace-editor/material3-dark.scss +1 -2
  64. package/styles/inplace-editor/material3.scss +1 -2
  65. package/styles/inplace-editor/tailwind-dark.scss +1 -1
  66. package/styles/inplace-editor/tailwind.scss +1 -1
  67. package/styles/inplace-editor/tailwind3.scss +1 -1
  68. package/styles/material-dark-lite.scss +1 -1
  69. package/styles/material-dark.scss +1 -1
  70. package/styles/material-lite.scss +1 -1
  71. package/styles/material.scss +1 -1
  72. package/styles/material3-dark-lite.scss +1 -1
  73. package/styles/material3-dark.scss +1 -2
  74. package/styles/material3-lite.scss +1 -1
  75. package/styles/material3.scss +1 -2
  76. package/styles/tailwind-dark-lite.scss +1 -1
  77. package/styles/tailwind-dark.scss +1 -1
  78. package/styles/tailwind-lite.scss +1 -1
  79. package/styles/tailwind.scss +1 -1
  80. package/styles/tailwind3-lite.scss +1 -1
  81. package/styles/tailwind3.scss +1 -1
  82. package/syncfusion-ej2-angular-inplace-editor.d.ts +5 -0
  83. package/@syncfusion/ej2-angular-inplace-editor.es5.js +0 -279
  84. package/@syncfusion/ej2-angular-inplace-editor.es5.js.map +0 -1
  85. package/@syncfusion/ej2-angular-inplace-editor.js +0 -260
  86. package/@syncfusion/ej2-angular-inplace-editor.js.map +0 -1
  87. package/LICENSE +0 -10
  88. package/dist/ej2-angular-inplace-editor.umd.js +0 -345
  89. package/dist/ej2-angular-inplace-editor.umd.js.map +0 -1
  90. package/dist/ej2-angular-inplace-editor.umd.min.js +0 -2
  91. package/dist/ej2-angular-inplace-editor.umd.min.js.map +0 -1
  92. package/ej2-angular-inplace-editor.d.ts +0 -5
  93. package/ej2-angular-inplace-editor.metadata.json +0 -1
@@ -0,0 +1,220 @@
1
+ import { __decorate } from 'tslib';
2
+ import * as i0 from '@angular/core';
3
+ import { forwardRef, Component, ChangeDetectionStrategy, ContentChild, NgModule } from '@angular/core';
4
+ import { NG_VALUE_ACCESSOR } from '@angular/forms';
5
+ import { setValue, FormBase, ComponentBase, Template, ComponentMixins } from '@syncfusion/ej2-angular-base';
6
+ import { InPlaceEditor, AutoComplete, ColorPicker, ComboBox, DateRangePicker, MultiSelect, Rte, Slider, TimePicker } from '@syncfusion/ej2-inplace-editor';
7
+ export * from '@syncfusion/ej2-inplace-editor';
8
+ import { CommonModule } from '@angular/common';
9
+
10
+ var InPlaceEditorComponent_1;
11
+ 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'];
12
+ const outputs = ['focus', 'blur', 'actionBegin', 'actionFailure', 'actionSuccess', 'beforeSanitizeHtml', 'beginEdit', 'cancelClick', 'change', 'created', 'destroyed', 'endEdit', 'submitClick', 'validating', 'valueChange'];
13
+ const twoWays = ['value'];
14
+ /**
15
+ * `ejs-inplaceeditor` represents the Angular InPlaceEditor Component.
16
+ * ```html
17
+ * <ejs-inplaceeditor></ejs-inplaceeditor>
18
+ * ```
19
+ */
20
+ let InPlaceEditorComponent = InPlaceEditorComponent_1 = class InPlaceEditorComponent extends InPlaceEditor {
21
+ constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
22
+ super();
23
+ this.ngEle = ngEle;
24
+ this.srenderer = srenderer;
25
+ this.viewContainerRef = viewContainerRef;
26
+ this.injector = injector;
27
+ this.cdr = cdr;
28
+ this.element = this.ngEle.nativeElement;
29
+ this.injectedModules = this.injectedModules || [];
30
+ try {
31
+ let mod = this.injector.get('InPlace-EditorAutoComplete');
32
+ if (this.injectedModules.indexOf(mod) === -1) {
33
+ this.injectedModules.push(mod);
34
+ }
35
+ }
36
+ catch (_a) { }
37
+ try {
38
+ let mod = this.injector.get('InPlace-EditorColorPicker');
39
+ if (this.injectedModules.indexOf(mod) === -1) {
40
+ this.injectedModules.push(mod);
41
+ }
42
+ }
43
+ catch (_b) { }
44
+ try {
45
+ let mod = this.injector.get('InPlace-EditorComboBox');
46
+ if (this.injectedModules.indexOf(mod) === -1) {
47
+ this.injectedModules.push(mod);
48
+ }
49
+ }
50
+ catch (_c) { }
51
+ try {
52
+ let mod = this.injector.get('InPlace-EditorDateRangePicker');
53
+ if (this.injectedModules.indexOf(mod) === -1) {
54
+ this.injectedModules.push(mod);
55
+ }
56
+ }
57
+ catch (_d) { }
58
+ try {
59
+ let mod = this.injector.get('InPlace-EditorMultiSelect');
60
+ if (this.injectedModules.indexOf(mod) === -1) {
61
+ this.injectedModules.push(mod);
62
+ }
63
+ }
64
+ catch (_e) { }
65
+ try {
66
+ let mod = this.injector.get('InPlace-EditorRte');
67
+ if (this.injectedModules.indexOf(mod) === -1) {
68
+ this.injectedModules.push(mod);
69
+ }
70
+ }
71
+ catch (_f) { }
72
+ try {
73
+ let mod = this.injector.get('InPlace-EditorSlider');
74
+ if (this.injectedModules.indexOf(mod) === -1) {
75
+ this.injectedModules.push(mod);
76
+ }
77
+ }
78
+ catch (_g) { }
79
+ try {
80
+ let mod = this.injector.get('InPlace-EditorTimePicker');
81
+ if (this.injectedModules.indexOf(mod) === -1) {
82
+ this.injectedModules.push(mod);
83
+ }
84
+ }
85
+ catch (_h) { }
86
+ this.registerEvents(outputs);
87
+ this.addTwoWay.call(this, twoWays);
88
+ setValue('currentInstance', this, this.viewContainerRef);
89
+ this.formContext = new FormBase();
90
+ this.formCompContext = new ComponentBase();
91
+ }
92
+ registerOnChange(registerFunction) {
93
+ }
94
+ registerOnTouched(registerFunction) {
95
+ }
96
+ writeValue(value) {
97
+ }
98
+ setDisabledState(disabled) {
99
+ }
100
+ ngOnInit() {
101
+ this.formCompContext.ngOnInit(this);
102
+ }
103
+ ngAfterViewInit() {
104
+ this.formContext.ngAfterViewInit(this);
105
+ }
106
+ ngOnDestroy() {
107
+ this.formCompContext.ngOnDestroy(this);
108
+ }
109
+ ngAfterContentChecked() {
110
+ this.formCompContext.ngAfterContentChecked(this);
111
+ }
112
+ };
113
+ InPlaceEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: InPlaceEditorComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
114
+ InPlaceEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: InPlaceEditorComponent, selector: "ejs-inplaceeditor", inputs: { actionOnBlur: "actionOnBlur", adaptor: "adaptor", cancelButton: "cancelButton", cssClass: "cssClass", disabled: "disabled", editableOn: "editableOn", emptyText: "emptyText", enableEditMode: "enableEditMode", enableHtmlParse: "enableHtmlParse", enableHtmlSanitizer: "enableHtmlSanitizer", enablePersistence: "enablePersistence", enableRtl: "enableRtl", locale: "locale", mode: "mode", model: "model", name: "name", popupSettings: "popupSettings", primaryKey: "primaryKey", saveButton: "saveButton", showButtons: "showButtons", submitOnEnter: "submitOnEnter", template: "template", textOption: "textOption", type: "type", url: "url", validationRules: "validationRules", value: "value" }, outputs: { focus: "focus", blur: "blur", actionBegin: "actionBegin", actionFailure: "actionFailure", actionSuccess: "actionSuccess", beforeSanitizeHtml: "beforeSanitizeHtml", beginEdit: "beginEdit", cancelClick: "cancelClick", change: "change", created: "created", destroyed: "destroyed", endEdit: "endEdit", submitClick: "submitClick", validating: "validating", valueChange: "valueChange" }, providers: [
115
+ {
116
+ provide: NG_VALUE_ACCESSOR,
117
+ useExisting: forwardRef(() => InPlaceEditorComponent_1),
118
+ multi: true
119
+ }
120
+ ], queries: [{ propertyName: "template", first: true, predicate: ["template"], descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
121
+ __decorate([
122
+ Template()
123
+ ], InPlaceEditorComponent.prototype, "template", void 0);
124
+ InPlaceEditorComponent = InPlaceEditorComponent_1 = __decorate([
125
+ ComponentMixins([ComponentBase, FormBase])
126
+ ], InPlaceEditorComponent);
127
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: InPlaceEditorComponent, decorators: [{
128
+ type: Component,
129
+ args: [{
130
+ selector: 'ejs-inplaceeditor',
131
+ inputs: inputs,
132
+ outputs: outputs,
133
+ template: '',
134
+ changeDetection: ChangeDetectionStrategy.OnPush,
135
+ providers: [
136
+ {
137
+ provide: NG_VALUE_ACCESSOR,
138
+ useExisting: forwardRef(() => InPlaceEditorComponent),
139
+ multi: true
140
+ }
141
+ ],
142
+ queries: {}
143
+ }]
144
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { template: [{
145
+ type: ContentChild,
146
+ args: ['template']
147
+ }] } });
148
+
149
+ /**
150
+ * NgModule definition for the InPlaceEditor component.
151
+ */
152
+ class InPlaceEditorModule {
153
+ }
154
+ InPlaceEditorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: InPlaceEditorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
155
+ InPlaceEditorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: InPlaceEditorModule, declarations: [InPlaceEditorComponent], imports: [CommonModule], exports: [InPlaceEditorComponent] });
156
+ InPlaceEditorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: InPlaceEditorModule, imports: [[CommonModule]] });
157
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: InPlaceEditorModule, decorators: [{
158
+ type: NgModule,
159
+ args: [{
160
+ imports: [CommonModule],
161
+ declarations: [
162
+ InPlaceEditorComponent
163
+ ],
164
+ exports: [
165
+ InPlaceEditorComponent
166
+ ]
167
+ }]
168
+ }] });
169
+
170
+ const AutoCompleteService = { provide: 'InPlace-EditorAutoComplete', useValue: AutoComplete };
171
+ const ColorPickerService = { provide: 'InPlace-EditorColorPicker', useValue: ColorPicker };
172
+ const ComboBoxService = { provide: 'InPlace-EditorComboBox', useValue: ComboBox };
173
+ const DateRangePickerService = { provide: 'InPlace-EditorDateRangePicker', useValue: DateRangePicker };
174
+ const MultiSelectService = { provide: 'InPlace-EditorMultiSelect', useValue: MultiSelect };
175
+ const RteService = { provide: 'InPlace-EditorRte', useValue: Rte };
176
+ const SliderService = { provide: 'InPlace-EditorSlider', useValue: Slider };
177
+ const TimePickerService = { provide: 'InPlace-EditorTimePicker', useValue: TimePicker };
178
+ /**
179
+ * NgModule definition for the InPlaceEditor component with providers.
180
+ */
181
+ class InPlaceEditorAllModule {
182
+ }
183
+ InPlaceEditorAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: InPlaceEditorAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
184
+ InPlaceEditorAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: InPlaceEditorAllModule, imports: [CommonModule, InPlaceEditorModule], exports: [InPlaceEditorModule] });
185
+ InPlaceEditorAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: InPlaceEditorAllModule, providers: [
186
+ AutoCompleteService,
187
+ ColorPickerService,
188
+ ComboBoxService,
189
+ DateRangePickerService,
190
+ MultiSelectService,
191
+ RteService,
192
+ SliderService,
193
+ TimePickerService
194
+ ], imports: [[CommonModule, InPlaceEditorModule], InPlaceEditorModule] });
195
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: InPlaceEditorAllModule, decorators: [{
196
+ type: NgModule,
197
+ args: [{
198
+ imports: [CommonModule, InPlaceEditorModule],
199
+ exports: [
200
+ InPlaceEditorModule
201
+ ],
202
+ providers: [
203
+ AutoCompleteService,
204
+ ColorPickerService,
205
+ ComboBoxService,
206
+ DateRangePickerService,
207
+ MultiSelectService,
208
+ RteService,
209
+ SliderService,
210
+ TimePickerService
211
+ ]
212
+ }]
213
+ }] });
214
+
215
+ /**
216
+ * Generated bundle index. Do not edit.
217
+ */
218
+
219
+ export { AutoCompleteService, ColorPickerService, ComboBoxService, DateRangePickerService, InPlaceEditorAllModule, InPlaceEditorComponent, InPlaceEditorModule, MultiSelectService, RteService, SliderService, TimePickerService };
220
+ //# sourceMappingURL=syncfusion-ej2-angular-inplace-editor.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"syncfusion-ej2-angular-inplace-editor.mjs","sources":["../../src/inplace-editor/inplaceeditor.component.ts","../../src/inplace-editor/inplaceeditor.module.ts","../../src/inplace-editor/inplaceeditor-all.module.ts","../../syncfusion-ej2-angular-inplace-editor.ts"],"sourcesContent":["import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, ChangeDetectorRef, forwardRef, ContentChild } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { InPlaceEditor } from '@syncfusion/ej2-inplace-editor';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nexport const 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 outputs: string[] = ['focus', 'blur', 'actionBegin','actionFailure','actionSuccess','beforeSanitizeHtml','beginEdit','cancelClick','change','created','destroyed','endEdit','submitClick','validating','valueChange'];\nexport const twoWays: string[] = ['value'];\n\n/**\n * `ejs-inplaceeditor` represents the Angular InPlaceEditor Component.\n * ```html\n * <ejs-inplaceeditor></ejs-inplaceeditor>\n * ```\n */\n@Component({\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@ComponentMixins([ComponentBase, FormBase])\nexport class InPlaceEditorComponent extends InPlaceEditor implements IComponentBase {\n public formCompContext : any;\n public formContext : any;\n public 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;\n\tpublic valueChange: any;\n\n\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 @ContentChild('template')\n @Template()\n public template: any;\n\n public focus: any;\n public blur: any;\n constructor(private ngEle: ElementRef, private srenderer: Renderer2, private viewContainerRef:ViewContainerRef, private injector: Injector, private 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\r 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\r 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\r 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\r 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\r 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\r 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\r 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\r\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 public registerOnChange(registerFunction: (_: any) => void): void {\n }\n\n public registerOnTouched(registerFunction: () => void): void {\n }\n\n public writeValue(value: any): void {\n }\n \n public setDisabledState(disabled: boolean): void {\n }\n\n public ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n\n public ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n\n public ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n\n public ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\n\n public registerEvents: (eventList: string[]) => void;\n public addTwoWay: (propList: string[]) => void;\n}\n\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { InPlaceEditorComponent } from './inplaceeditor.component';\n\n/**\n * NgModule definition for the InPlaceEditor component.\n */\n@NgModule({\n imports: [CommonModule],\n declarations: [\n InPlaceEditorComponent\n ],\n exports: [\n InPlaceEditorComponent\n ]\n})\nexport class InPlaceEditorModule { }","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 AutoCompleteService: ValueProvider = { provide: 'InPlace-EditorAutoComplete', useValue: AutoComplete};\nexport const ColorPickerService: ValueProvider = { provide: 'InPlace-EditorColorPicker', useValue: ColorPicker};\nexport const ComboBoxService: ValueProvider = { provide: 'InPlace-EditorComboBox', useValue: ComboBox};\nexport const DateRangePickerService: ValueProvider = { provide: 'InPlace-EditorDateRangePicker', useValue: DateRangePicker};\nexport const MultiSelectService: ValueProvider = { provide: 'InPlace-EditorMultiSelect', useValue: MultiSelect};\nexport const RteService: ValueProvider = { provide: 'InPlace-EditorRte', useValue: Rte};\nexport const SliderService: ValueProvider = { provide: 'InPlace-EditorSlider', useValue: Slider};\nexport const TimePickerService: ValueProvider = { provide: 'InPlace-EditorTimePicker', useValue: TimePicker};\n\n/**\n * NgModule definition for the InPlaceEditor component with providers.\n */\n@NgModule({\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})\nexport class InPlaceEditorAllModule { }","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":"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"}
@@ -0,0 +1,220 @@
1
+ import { __decorate } from 'tslib';
2
+ import * as i0 from '@angular/core';
3
+ import { forwardRef, Component, ChangeDetectionStrategy, ContentChild, NgModule } from '@angular/core';
4
+ import { NG_VALUE_ACCESSOR } from '@angular/forms';
5
+ import { setValue, FormBase, ComponentBase, Template, ComponentMixins } from '@syncfusion/ej2-angular-base';
6
+ import { InPlaceEditor, AutoComplete, ColorPicker, ComboBox, DateRangePicker, MultiSelect, Rte, Slider, TimePicker } from '@syncfusion/ej2-inplace-editor';
7
+ export * from '@syncfusion/ej2-inplace-editor';
8
+ import { CommonModule } from '@angular/common';
9
+
10
+ var InPlaceEditorComponent_1;
11
+ 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'];
12
+ const outputs = ['focus', 'blur', 'actionBegin', 'actionFailure', 'actionSuccess', 'beforeSanitizeHtml', 'beginEdit', 'cancelClick', 'change', 'created', 'destroyed', 'endEdit', 'submitClick', 'validating', 'valueChange'];
13
+ const twoWays = ['value'];
14
+ /**
15
+ * `ejs-inplaceeditor` represents the Angular InPlaceEditor Component.
16
+ * ```html
17
+ * <ejs-inplaceeditor></ejs-inplaceeditor>
18
+ * ```
19
+ */
20
+ let InPlaceEditorComponent = InPlaceEditorComponent_1 = class InPlaceEditorComponent extends InPlaceEditor {
21
+ constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
22
+ super();
23
+ this.ngEle = ngEle;
24
+ this.srenderer = srenderer;
25
+ this.viewContainerRef = viewContainerRef;
26
+ this.injector = injector;
27
+ this.cdr = cdr;
28
+ this.element = this.ngEle.nativeElement;
29
+ this.injectedModules = this.injectedModules || [];
30
+ try {
31
+ let mod = this.injector.get('InPlace-EditorAutoComplete');
32
+ if (this.injectedModules.indexOf(mod) === -1) {
33
+ this.injectedModules.push(mod);
34
+ }
35
+ }
36
+ catch { }
37
+ try {
38
+ let mod = this.injector.get('InPlace-EditorColorPicker');
39
+ if (this.injectedModules.indexOf(mod) === -1) {
40
+ this.injectedModules.push(mod);
41
+ }
42
+ }
43
+ catch { }
44
+ try {
45
+ let mod = this.injector.get('InPlace-EditorComboBox');
46
+ if (this.injectedModules.indexOf(mod) === -1) {
47
+ this.injectedModules.push(mod);
48
+ }
49
+ }
50
+ catch { }
51
+ try {
52
+ let mod = this.injector.get('InPlace-EditorDateRangePicker');
53
+ if (this.injectedModules.indexOf(mod) === -1) {
54
+ this.injectedModules.push(mod);
55
+ }
56
+ }
57
+ catch { }
58
+ try {
59
+ let mod = this.injector.get('InPlace-EditorMultiSelect');
60
+ if (this.injectedModules.indexOf(mod) === -1) {
61
+ this.injectedModules.push(mod);
62
+ }
63
+ }
64
+ catch { }
65
+ try {
66
+ let mod = this.injector.get('InPlace-EditorRte');
67
+ if (this.injectedModules.indexOf(mod) === -1) {
68
+ this.injectedModules.push(mod);
69
+ }
70
+ }
71
+ catch { }
72
+ try {
73
+ let mod = this.injector.get('InPlace-EditorSlider');
74
+ if (this.injectedModules.indexOf(mod) === -1) {
75
+ this.injectedModules.push(mod);
76
+ }
77
+ }
78
+ catch { }
79
+ try {
80
+ let mod = this.injector.get('InPlace-EditorTimePicker');
81
+ if (this.injectedModules.indexOf(mod) === -1) {
82
+ this.injectedModules.push(mod);
83
+ }
84
+ }
85
+ catch { }
86
+ this.registerEvents(outputs);
87
+ this.addTwoWay.call(this, twoWays);
88
+ setValue('currentInstance', this, this.viewContainerRef);
89
+ this.formContext = new FormBase();
90
+ this.formCompContext = new ComponentBase();
91
+ }
92
+ registerOnChange(registerFunction) {
93
+ }
94
+ registerOnTouched(registerFunction) {
95
+ }
96
+ writeValue(value) {
97
+ }
98
+ setDisabledState(disabled) {
99
+ }
100
+ ngOnInit() {
101
+ this.formCompContext.ngOnInit(this);
102
+ }
103
+ ngAfterViewInit() {
104
+ this.formContext.ngAfterViewInit(this);
105
+ }
106
+ ngOnDestroy() {
107
+ this.formCompContext.ngOnDestroy(this);
108
+ }
109
+ ngAfterContentChecked() {
110
+ this.formCompContext.ngAfterContentChecked(this);
111
+ }
112
+ };
113
+ InPlaceEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: InPlaceEditorComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
114
+ InPlaceEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: InPlaceEditorComponent, selector: "ejs-inplaceeditor", inputs: { actionOnBlur: "actionOnBlur", adaptor: "adaptor", cancelButton: "cancelButton", cssClass: "cssClass", disabled: "disabled", editableOn: "editableOn", emptyText: "emptyText", enableEditMode: "enableEditMode", enableHtmlParse: "enableHtmlParse", enableHtmlSanitizer: "enableHtmlSanitizer", enablePersistence: "enablePersistence", enableRtl: "enableRtl", locale: "locale", mode: "mode", model: "model", name: "name", popupSettings: "popupSettings", primaryKey: "primaryKey", saveButton: "saveButton", showButtons: "showButtons", submitOnEnter: "submitOnEnter", template: "template", textOption: "textOption", type: "type", url: "url", validationRules: "validationRules", value: "value" }, outputs: { focus: "focus", blur: "blur", actionBegin: "actionBegin", actionFailure: "actionFailure", actionSuccess: "actionSuccess", beforeSanitizeHtml: "beforeSanitizeHtml", beginEdit: "beginEdit", cancelClick: "cancelClick", change: "change", created: "created", destroyed: "destroyed", endEdit: "endEdit", submitClick: "submitClick", validating: "validating", valueChange: "valueChange" }, providers: [
115
+ {
116
+ provide: NG_VALUE_ACCESSOR,
117
+ useExisting: forwardRef(() => InPlaceEditorComponent_1),
118
+ multi: true
119
+ }
120
+ ], queries: [{ propertyName: "template", first: true, predicate: ["template"], descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
121
+ __decorate([
122
+ Template()
123
+ ], InPlaceEditorComponent.prototype, "template", void 0);
124
+ InPlaceEditorComponent = InPlaceEditorComponent_1 = __decorate([
125
+ ComponentMixins([ComponentBase, FormBase])
126
+ ], InPlaceEditorComponent);
127
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: InPlaceEditorComponent, decorators: [{
128
+ type: Component,
129
+ args: [{
130
+ selector: 'ejs-inplaceeditor',
131
+ inputs: inputs,
132
+ outputs: outputs,
133
+ template: '',
134
+ changeDetection: ChangeDetectionStrategy.OnPush,
135
+ providers: [
136
+ {
137
+ provide: NG_VALUE_ACCESSOR,
138
+ useExisting: forwardRef(() => InPlaceEditorComponent),
139
+ multi: true
140
+ }
141
+ ],
142
+ queries: {}
143
+ }]
144
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { template: [{
145
+ type: ContentChild,
146
+ args: ['template']
147
+ }] } });
148
+
149
+ /**
150
+ * NgModule definition for the InPlaceEditor component.
151
+ */
152
+ class InPlaceEditorModule {
153
+ }
154
+ InPlaceEditorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: InPlaceEditorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
155
+ InPlaceEditorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: InPlaceEditorModule, declarations: [InPlaceEditorComponent], imports: [CommonModule], exports: [InPlaceEditorComponent] });
156
+ InPlaceEditorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: InPlaceEditorModule, imports: [[CommonModule]] });
157
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: InPlaceEditorModule, decorators: [{
158
+ type: NgModule,
159
+ args: [{
160
+ imports: [CommonModule],
161
+ declarations: [
162
+ InPlaceEditorComponent
163
+ ],
164
+ exports: [
165
+ InPlaceEditorComponent
166
+ ]
167
+ }]
168
+ }] });
169
+
170
+ const AutoCompleteService = { provide: 'InPlace-EditorAutoComplete', useValue: AutoComplete };
171
+ const ColorPickerService = { provide: 'InPlace-EditorColorPicker', useValue: ColorPicker };
172
+ const ComboBoxService = { provide: 'InPlace-EditorComboBox', useValue: ComboBox };
173
+ const DateRangePickerService = { provide: 'InPlace-EditorDateRangePicker', useValue: DateRangePicker };
174
+ const MultiSelectService = { provide: 'InPlace-EditorMultiSelect', useValue: MultiSelect };
175
+ const RteService = { provide: 'InPlace-EditorRte', useValue: Rte };
176
+ const SliderService = { provide: 'InPlace-EditorSlider', useValue: Slider };
177
+ const TimePickerService = { provide: 'InPlace-EditorTimePicker', useValue: TimePicker };
178
+ /**
179
+ * NgModule definition for the InPlaceEditor component with providers.
180
+ */
181
+ class InPlaceEditorAllModule {
182
+ }
183
+ InPlaceEditorAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: InPlaceEditorAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
184
+ InPlaceEditorAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: InPlaceEditorAllModule, imports: [CommonModule, InPlaceEditorModule], exports: [InPlaceEditorModule] });
185
+ InPlaceEditorAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: InPlaceEditorAllModule, providers: [
186
+ AutoCompleteService,
187
+ ColorPickerService,
188
+ ComboBoxService,
189
+ DateRangePickerService,
190
+ MultiSelectService,
191
+ RteService,
192
+ SliderService,
193
+ TimePickerService
194
+ ], imports: [[CommonModule, InPlaceEditorModule], InPlaceEditorModule] });
195
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: InPlaceEditorAllModule, decorators: [{
196
+ type: NgModule,
197
+ args: [{
198
+ imports: [CommonModule, InPlaceEditorModule],
199
+ exports: [
200
+ InPlaceEditorModule
201
+ ],
202
+ providers: [
203
+ AutoCompleteService,
204
+ ColorPickerService,
205
+ ComboBoxService,
206
+ DateRangePickerService,
207
+ MultiSelectService,
208
+ RteService,
209
+ SliderService,
210
+ TimePickerService
211
+ ]
212
+ }]
213
+ }] });
214
+
215
+ /**
216
+ * Generated bundle index. Do not edit.
217
+ */
218
+
219
+ export { AutoCompleteService, ColorPickerService, ComboBoxService, DateRangePickerService, InPlaceEditorAllModule, InPlaceEditorComponent, InPlaceEditorModule, MultiSelectService, RteService, SliderService, TimePickerService };
220
+ //# sourceMappingURL=syncfusion-ej2-angular-inplace-editor.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"syncfusion-ej2-angular-inplace-editor.mjs","sources":["../../src/inplace-editor/inplaceeditor.component.ts","../../src/inplace-editor/inplaceeditor.module.ts","../../src/inplace-editor/inplaceeditor-all.module.ts","../../syncfusion-ej2-angular-inplace-editor.ts"],"sourcesContent":["import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, ChangeDetectorRef, forwardRef, ContentChild } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { InPlaceEditor } from '@syncfusion/ej2-inplace-editor';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nexport const 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 outputs: string[] = ['focus', 'blur', 'actionBegin','actionFailure','actionSuccess','beforeSanitizeHtml','beginEdit','cancelClick','change','created','destroyed','endEdit','submitClick','validating','valueChange'];\nexport const twoWays: string[] = ['value'];\n\n/**\n * `ejs-inplaceeditor` represents the Angular InPlaceEditor Component.\n * ```html\n * <ejs-inplaceeditor></ejs-inplaceeditor>\n * ```\n */\n@Component({\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@ComponentMixins([ComponentBase, FormBase])\nexport class InPlaceEditorComponent extends InPlaceEditor implements IComponentBase {\n public formCompContext : any;\n public formContext : any;\n public 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;\n\tpublic valueChange: any;\n\n\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 @ContentChild('template')\n @Template()\n public template: any;\n\n public focus: any;\n public blur: any;\n constructor(private ngEle: ElementRef, private srenderer: Renderer2, private viewContainerRef:ViewContainerRef, private injector: Injector, private 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\r 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\r 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\r 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\r 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\r 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\r 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\r 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\r\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 public registerOnChange(registerFunction: (_: any) => void): void {\n }\n\n public registerOnTouched(registerFunction: () => void): void {\n }\n\n public writeValue(value: any): void {\n }\n \n public setDisabledState(disabled: boolean): void {\n }\n\n public ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n\n public ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n\n public ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n\n public ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\n\n public registerEvents: (eventList: string[]) => void;\n public addTwoWay: (propList: string[]) => void;\n}\n\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { InPlaceEditorComponent } from './inplaceeditor.component';\n\n/**\n * NgModule definition for the InPlaceEditor component.\n */\n@NgModule({\n imports: [CommonModule],\n declarations: [\n InPlaceEditorComponent\n ],\n exports: [\n InPlaceEditorComponent\n ]\n})\nexport class InPlaceEditorModule { }","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 AutoCompleteService: ValueProvider = { provide: 'InPlace-EditorAutoComplete', useValue: AutoComplete};\nexport const ColorPickerService: ValueProvider = { provide: 'InPlace-EditorColorPicker', useValue: ColorPicker};\nexport const ComboBoxService: ValueProvider = { provide: 'InPlace-EditorComboBox', useValue: ComboBox};\nexport const DateRangePickerService: ValueProvider = { provide: 'InPlace-EditorDateRangePicker', useValue: DateRangePicker};\nexport const MultiSelectService: ValueProvider = { provide: 'InPlace-EditorMultiSelect', useValue: MultiSelect};\nexport const RteService: ValueProvider = { provide: 'InPlace-EditorRte', useValue: Rte};\nexport const SliderService: ValueProvider = { provide: 'InPlace-EditorSlider', useValue: Slider};\nexport const TimePickerService: ValueProvider = { provide: 'InPlace-EditorTimePicker', useValue: TimePicker};\n\n/**\n * NgModule definition for the InPlaceEditor component with providers.\n */\n@NgModule({\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})\nexport class InPlaceEditorAllModule { }","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,45 +1,15 @@
1
1
  {
2
- "_from": "@syncfusion/ej2-angular-inplace-editor@*",
3
- "_id": "@syncfusion/ej2-angular-inplace-editor@21.4.0",
4
- "_inBundle": false,
5
- "_integrity": "sha512-/+ocn+0jUwrOJUX4SvacOhaIltGZn/CDCcuFHkqi49Xic3v3eJ068jwnw/wuNmTdI91p+rvVN/RKkzfrzzsmIA==",
6
- "_location": "/@syncfusion/ej2-angular-inplace-editor",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "range",
10
- "registry": true,
11
- "raw": "@syncfusion/ej2-angular-inplace-editor@*",
12
- "name": "@syncfusion/ej2-angular-inplace-editor",
13
- "escapedName": "@syncfusion%2fej2-angular-inplace-editor",
14
- "scope": "@syncfusion",
15
- "rawSpec": "*",
16
- "saveSpec": null,
17
- "fetchSpec": "*"
18
- },
19
- "_requiredBy": [
20
- "/"
21
- ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-development/@syncfusion/ej2-angular-inplace-editor/-/ej2-angular-inplace-editor-21.4.0.tgz",
23
- "_shasum": "cde16e1972cd76b0bdd394e4b8ab07debe606f42",
24
- "_spec": "@syncfusion/ej2-angular-inplace-editor@*",
25
- "_where": "D:\\SF3992\\WFH\\Nexus\\release",
26
- "author": {
27
- "name": "Syncfusion Inc."
28
- },
29
- "bugs": {
30
- "url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
31
- },
32
- "bundleDependencies": false,
2
+ "name": "@syncfusion/ej2-angular-inplace-editor",
3
+ "version": "32.1.19",
4
+ "description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for Angular",
5
+ "author": "Syncfusion Inc.",
6
+ "license": "SEE LICENSE IN license",
7
+ "schematics": "./schematics/collection.json",
33
8
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~32.1.19",
35
9
  "@syncfusion/ej2-base": "~32.1.19",
10
+ "@syncfusion/ej2-angular-base": "~32.1.19",
36
11
  "@syncfusion/ej2-inplace-editor": "32.1.19"
37
12
  },
38
- "deprecated": false,
39
- "description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for Angular",
40
- "devDependencies": {},
41
- "es2015": "@syncfusion/ej2-angular-inplace-editor.js",
42
- "homepage": "https://www.syncfusion.com/angular-components",
43
13
  "keywords": [
44
14
  "angular",
45
15
  "ng",
@@ -47,17 +17,29 @@
47
17
  "angular-inplace-editor-component",
48
18
  "ej2-angular-inplace-editor"
49
19
  ],
50
- "license": "SEE LICENSE IN license",
51
- "main": "dist/ej2-angular-inplace-editor.umd.js",
52
- "metadata": "ej2-angular-inplace-editor.metadata.json",
53
- "module": "@syncfusion/ej2-angular-inplace-editor.es5.js",
54
- "name": "@syncfusion/ej2-angular-inplace-editor",
55
20
  "repository": {
56
21
  "type": "git",
57
- "url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
22
+ "url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
58
23
  },
59
- "schematics": "./schematics/collection.json",
60
24
  "sideEffects": false,
61
- "typings": "ej2-angular-inplace-editor.d.ts",
62
- "version": "32.1.19-ngcc"
25
+ "module": "fesm2015/syncfusion-ej2-angular-inplace-editor.mjs",
26
+ "es2020": "fesm2020/syncfusion-ej2-angular-inplace-editor.mjs",
27
+ "esm2020": "esm2020/syncfusion-ej2-angular-inplace-editor.mjs",
28
+ "fesm2020": "fesm2020/syncfusion-ej2-angular-inplace-editor.mjs",
29
+ "fesm2015": "fesm2015/syncfusion-ej2-angular-inplace-editor.mjs",
30
+ "typings": "syncfusion-ej2-angular-inplace-editor.d.ts",
31
+ "exports": {
32
+ "./package.json": {
33
+ "default": "./package.json"
34
+ },
35
+ ".": {
36
+ "types": "./syncfusion-ej2-angular-inplace-editor.d.ts",
37
+ "esm2020": "./esm2020/syncfusion-ej2-angular-inplace-editor.mjs",
38
+ "es2020": "./fesm2020/syncfusion-ej2-angular-inplace-editor.mjs",
39
+ "es2015": "./fesm2015/syncfusion-ej2-angular-inplace-editor.mjs",
40
+ "node": "./fesm2015/syncfusion-ej2-angular-inplace-editor.mjs",
41
+ "default": "./fesm2020/syncfusion-ej2-angular-inplace-editor.mjs"
42
+ }
43
+ },
44
+ "homepage": "https://www.syncfusion.com/angular-components"
63
45
  }
package/public_api.d.ts CHANGED
@@ -1 +1 @@
1
- export * from './src/index';
1
+ export * from './src/index';
package/src/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { InPlaceEditorComponent } from './inplace-editor/inplaceeditor.component';
2
- export { InPlaceEditorModule } from './inplace-editor/inplaceeditor.module';
3
- export { InPlaceEditorAllModule, AutoCompleteService, ColorPickerService, ComboBoxService, DateRangePickerService, MultiSelectService, RteService, SliderService, TimePickerService } from './inplace-editor/inplaceeditor-all.module';
4
- export * from '@syncfusion/ej2-inplace-editor';
1
+ export { InPlaceEditorComponent } from './inplace-editor/inplaceeditor.component';
2
+ export { InPlaceEditorModule } from './inplace-editor/inplaceeditor.module';
3
+ export { InPlaceEditorAllModule, AutoCompleteService, ColorPickerService, ComboBoxService, DateRangePickerService, MultiSelectService, RteService, SliderService, TimePickerService } from './inplace-editor/inplaceeditor-all.module';
4
+ export * from '@syncfusion/ej2-inplace-editor';