@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.
Files changed (164) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/index.mjs +5 -0
  3. package/esm2020/src/inplace-editor/inplaceeditor-all.module.mjs +50 -0
  4. package/esm2020/src/inplace-editor/inplaceeditor.component.mjs +146 -0
  5. package/esm2020/src/inplace-editor/inplaceeditor.module.mjs +25 -0
  6. package/esm2020/syncfusion-ej2-angular-inplace-editor.mjs +5 -0
  7. package/fesm2015/syncfusion-ej2-angular-inplace-editor.mjs +221 -0
  8. package/fesm2015/syncfusion-ej2-angular-inplace-editor.mjs.map +1 -0
  9. package/fesm2020/syncfusion-ej2-angular-inplace-editor.mjs +221 -0
  10. package/fesm2020/syncfusion-ej2-angular-inplace-editor.mjs.map +1 -0
  11. package/package.json +26 -12
  12. package/schematics/utils/lib-details.ts +2 -2
  13. package/src/inplace-editor/inplaceeditor-all.module.d.ts +6 -0
  14. package/src/inplace-editor/inplaceeditor.component.d.ts +3 -0
  15. package/src/inplace-editor/inplaceeditor.module.d.ts +6 -0
  16. package/styles/bootstrap-dark.css +3 -0
  17. package/styles/bootstrap.css +3 -1
  18. package/styles/bootstrap4.css +3 -1
  19. package/styles/bootstrap5-dark.css +17 -1
  20. package/styles/bootstrap5.css +17 -1
  21. package/styles/fabric-dark.css +3 -0
  22. package/styles/fabric.css +3 -1
  23. package/styles/fluent-dark.css +4 -1
  24. package/styles/fluent.css +4 -1
  25. package/styles/highcontrast-light.css +6 -0
  26. package/styles/highcontrast.css +6 -1
  27. package/styles/inplace-editor/_all.scss +2 -0
  28. package/styles/inplace-editor/_bootstrap-dark-definition.scss +75 -0
  29. package/styles/inplace-editor/_bootstrap-definition.scss +76 -0
  30. package/styles/inplace-editor/_bootstrap4-definition.scss +76 -0
  31. package/styles/inplace-editor/_bootstrap5-dark-definition.scss +1 -0
  32. package/styles/inplace-editor/_bootstrap5-definition.scss +71 -0
  33. package/styles/inplace-editor/_fabric-dark-definition.scss +75 -0
  34. package/styles/inplace-editor/_fabric-definition.scss +76 -0
  35. package/styles/inplace-editor/_fluent-dark-definition.scss +1 -0
  36. package/styles/inplace-editor/_fluent-definition.scss +72 -0
  37. package/styles/inplace-editor/_fusionnew-definition.scss +71 -0
  38. package/styles/inplace-editor/_highcontrast-definition.scss +75 -0
  39. package/styles/inplace-editor/_highcontrast-light-definition.scss +75 -0
  40. package/styles/inplace-editor/_layout.scss +658 -0
  41. package/styles/inplace-editor/_material-dark-definition.scss +76 -0
  42. package/styles/inplace-editor/_material-definition.scss +76 -0
  43. package/styles/inplace-editor/_material3-definition.scss +71 -0
  44. package/styles/inplace-editor/_tailwind-dark-definition.scss +1 -0
  45. package/styles/inplace-editor/_tailwind-definition.scss +72 -0
  46. package/styles/inplace-editor/_theme.scss +250 -0
  47. package/styles/inplace-editor/bootstrap-dark.css +3 -0
  48. package/styles/inplace-editor/bootstrap-dark.scss +26 -1
  49. package/styles/inplace-editor/bootstrap.css +3 -1
  50. package/styles/inplace-editor/bootstrap.scss +26 -1
  51. package/styles/inplace-editor/bootstrap4.css +3 -1
  52. package/styles/inplace-editor/bootstrap4.scss +26 -1
  53. package/styles/inplace-editor/bootstrap5-dark.css +17 -1
  54. package/styles/inplace-editor/bootstrap5-dark.scss +26 -1
  55. package/styles/inplace-editor/bootstrap5.css +17 -1
  56. package/styles/inplace-editor/bootstrap5.scss +26 -1
  57. package/styles/inplace-editor/fabric-dark.css +3 -0
  58. package/styles/inplace-editor/fabric-dark.scss +26 -1
  59. package/styles/inplace-editor/fabric.css +3 -1
  60. package/styles/inplace-editor/fabric.scss +26 -1
  61. package/styles/inplace-editor/fluent-dark.css +4 -1
  62. package/styles/inplace-editor/fluent-dark.scss +26 -1
  63. package/styles/inplace-editor/fluent.css +4 -1
  64. package/styles/inplace-editor/fluent.scss +26 -1
  65. package/styles/inplace-editor/highcontrast-light.css +6 -0
  66. package/styles/inplace-editor/highcontrast-light.scss +26 -1
  67. package/styles/inplace-editor/highcontrast.css +6 -1
  68. package/styles/inplace-editor/highcontrast.scss +26 -1
  69. package/styles/inplace-editor/icons/_bootstrap-dark.scss +19 -0
  70. package/styles/inplace-editor/icons/_bootstrap.scss +19 -0
  71. package/styles/inplace-editor/icons/_bootstrap4.scss +19 -0
  72. package/styles/inplace-editor/icons/_bootstrap5-dark.scss +1 -0
  73. package/styles/inplace-editor/icons/_bootstrap5.scss +19 -0
  74. package/styles/inplace-editor/icons/_fabric-dark.scss +19 -0
  75. package/styles/inplace-editor/icons/_fabric.scss +19 -0
  76. package/styles/inplace-editor/icons/_fluent-dark.scss +1 -0
  77. package/styles/inplace-editor/icons/_fluent.scss +19 -0
  78. package/styles/inplace-editor/icons/_fusionnew.scss +19 -0
  79. package/styles/inplace-editor/icons/_highcontrast-light.scss +19 -0
  80. package/styles/inplace-editor/icons/_highcontrast.scss +19 -0
  81. package/styles/inplace-editor/icons/_material-dark.scss +19 -0
  82. package/styles/inplace-editor/icons/_material.scss +19 -0
  83. package/styles/inplace-editor/icons/_material3.scss +19 -0
  84. package/styles/inplace-editor/icons/_tailwind-dark.scss +1 -0
  85. package/styles/inplace-editor/icons/_tailwind.scss +19 -0
  86. package/styles/inplace-editor/material-dark.css +3 -0
  87. package/styles/inplace-editor/material-dark.scss +26 -1
  88. package/styles/inplace-editor/material.css +3 -1
  89. package/styles/inplace-editor/material.scss +26 -1
  90. package/styles/inplace-editor/tailwind-dark.css +4 -1
  91. package/styles/inplace-editor/tailwind-dark.scss +26 -1
  92. package/styles/inplace-editor/tailwind.css +4 -1
  93. package/styles/inplace-editor/tailwind.scss +26 -1
  94. package/styles/material-dark.css +3 -0
  95. package/styles/material.css +3 -1
  96. package/styles/tailwind-dark.css +4 -1
  97. package/styles/tailwind.css +4 -1
  98. package/syncfusion-ej2-angular-inplace-editor.d.ts +5 -0
  99. package/@syncfusion/ej2-angular-inplace-editor.es5.js +0 -275
  100. package/@syncfusion/ej2-angular-inplace-editor.es5.js.map +0 -1
  101. package/@syncfusion/ej2-angular-inplace-editor.js +0 -256
  102. package/@syncfusion/ej2-angular-inplace-editor.js.map +0 -1
  103. package/CHANGELOG.md +0 -246
  104. package/dist/ej2-angular-inplace-editor.umd.js +0 -350
  105. package/dist/ej2-angular-inplace-editor.umd.js.map +0 -1
  106. package/dist/ej2-angular-inplace-editor.umd.min.js +0 -11
  107. package/dist/ej2-angular-inplace-editor.umd.min.js.map +0 -1
  108. package/ej2-angular-inplace-editor.d.ts +0 -5
  109. package/ej2-angular-inplace-editor.metadata.json +0 -1
  110. package/postinstall/tagchange.js +0 -18
  111. package/schematics/collection.json +0 -35
  112. package/schematics/generators/inplaceeditor-inline/index.d.ts +0 -3
  113. package/schematics/generators/inplaceeditor-inline/index.js +0 -8
  114. package/schematics/generators/inplaceeditor-inline/sample-details.d.ts +0 -5
  115. package/schematics/generators/inplaceeditor-inline/sample-details.js +0 -7
  116. package/schematics/generators/inplaceeditor-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  117. package/schematics/generators/inplaceeditor-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
  118. package/schematics/generators/inplaceeditor-inline/schema.d.ts +0 -3
  119. package/schematics/generators/inplaceeditor-inline/schema.js +0 -2
  120. package/schematics/generators/inplaceeditor-inline/schema.json +0 -125
  121. package/schematics/generators/inplaceeditor-popup/index.d.ts +0 -3
  122. package/schematics/generators/inplaceeditor-popup/index.js +0 -8
  123. package/schematics/generators/inplaceeditor-popup/sample-details.d.ts +0 -5
  124. package/schematics/generators/inplaceeditor-popup/sample-details.js +0 -7
  125. package/schematics/generators/inplaceeditor-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  126. package/schematics/generators/inplaceeditor-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
  127. package/schematics/generators/inplaceeditor-popup/schema.d.ts +0 -3
  128. package/schematics/generators/inplaceeditor-popup/schema.js +0 -2
  129. package/schematics/generators/inplaceeditor-popup/schema.json +0 -125
  130. package/schematics/generators/inplaceeditor-popup-position/index.d.ts +0 -3
  131. package/schematics/generators/inplaceeditor-popup-position/index.js +0 -8
  132. package/schematics/generators/inplaceeditor-popup-position/sample-details.d.ts +0 -5
  133. package/schematics/generators/inplaceeditor-popup-position/sample-details.js +0 -7
  134. package/schematics/generators/inplaceeditor-popup-position/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  135. package/schematics/generators/inplaceeditor-popup-position/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
  136. package/schematics/generators/inplaceeditor-popup-position/schema.d.ts +0 -3
  137. package/schematics/generators/inplaceeditor-popup-position/schema.js +0 -2
  138. package/schematics/generators/inplaceeditor-popup-position/schema.json +0 -125
  139. package/schematics/generators/inplaceeditor-template/index.d.ts +0 -3
  140. package/schematics/generators/inplaceeditor-template/index.js +0 -8
  141. package/schematics/generators/inplaceeditor-template/sample-details.d.ts +0 -5
  142. package/schematics/generators/inplaceeditor-template/sample-details.js +0 -7
  143. package/schematics/generators/inplaceeditor-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  144. package/schematics/generators/inplaceeditor-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
  145. package/schematics/generators/inplaceeditor-template/schema.d.ts +0 -3
  146. package/schematics/generators/inplaceeditor-template/schema.js +0 -2
  147. package/schematics/generators/inplaceeditor-template/schema.json +0 -125
  148. package/schematics/generators/inplaceeditor-validation/index.d.ts +0 -3
  149. package/schematics/generators/inplaceeditor-validation/index.js +0 -8
  150. package/schematics/generators/inplaceeditor-validation/sample-details.d.ts +0 -5
  151. package/schematics/generators/inplaceeditor-validation/sample-details.js +0 -7
  152. package/schematics/generators/inplaceeditor-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  153. package/schematics/generators/inplaceeditor-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
  154. package/schematics/generators/inplaceeditor-validation/schema.d.ts +0 -3
  155. package/schematics/generators/inplaceeditor-validation/schema.js +0 -2
  156. package/schematics/generators/inplaceeditor-validation/schema.json +0 -125
  157. package/schematics/ng-add/index.d.ts +0 -3
  158. package/schematics/ng-add/index.js +0 -9
  159. package/schematics/ng-add/schema.d.ts +0 -13
  160. package/schematics/ng-add/schema.js +0 -2
  161. package/schematics/ng-add/schema.json +0 -34
  162. package/schematics/tsconfig.json +0 -25
  163. package/schematics/utils/lib-details.d.ts +0 -4
  164. package/schematics/utils/lib-details.js +0 -6
@@ -0,0 +1,221 @@
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) {
22
+ super();
23
+ this.ngEle = ngEle;
24
+ this.srenderer = srenderer;
25
+ this.viewContainerRef = viewContainerRef;
26
+ this.injector = injector;
27
+ this.element = this.ngEle.nativeElement;
28
+ this.injectedModules = this.injectedModules || [];
29
+ try {
30
+ let mod = this.injector.get('InPlace-EditorAutoComplete');
31
+ if (this.injectedModules.indexOf(mod) === -1) {
32
+ this.injectedModules.push(mod);
33
+ }
34
+ }
35
+ catch { }
36
+ try {
37
+ let mod = this.injector.get('InPlace-EditorColorPicker');
38
+ if (this.injectedModules.indexOf(mod) === -1) {
39
+ this.injectedModules.push(mod);
40
+ }
41
+ }
42
+ catch { }
43
+ try {
44
+ let mod = this.injector.get('InPlace-EditorComboBox');
45
+ if (this.injectedModules.indexOf(mod) === -1) {
46
+ this.injectedModules.push(mod);
47
+ }
48
+ }
49
+ catch { }
50
+ try {
51
+ let mod = this.injector.get('InPlace-EditorDateRangePicker');
52
+ if (this.injectedModules.indexOf(mod) === -1) {
53
+ this.injectedModules.push(mod);
54
+ }
55
+ }
56
+ catch { }
57
+ try {
58
+ let mod = this.injector.get('InPlace-EditorMultiSelect');
59
+ if (this.injectedModules.indexOf(mod) === -1) {
60
+ this.injectedModules.push(mod);
61
+ }
62
+ }
63
+ catch { }
64
+ try {
65
+ let mod = this.injector.get('InPlace-EditorRte');
66
+ if (this.injectedModules.indexOf(mod) === -1) {
67
+ this.injectedModules.push(mod);
68
+ }
69
+ }
70
+ catch { }
71
+ try {
72
+ let mod = this.injector.get('InPlace-EditorSlider');
73
+ if (this.injectedModules.indexOf(mod) === -1) {
74
+ this.injectedModules.push(mod);
75
+ }
76
+ }
77
+ catch { }
78
+ try {
79
+ let mod = this.injector.get('InPlace-EditorTimePicker');
80
+ if (this.injectedModules.indexOf(mod) === -1) {
81
+ this.injectedModules.push(mod);
82
+ }
83
+ }
84
+ catch { }
85
+ this.registerEvents(outputs);
86
+ this.addTwoWay.call(this, twoWays);
87
+ setValue('currentInstance', this, this.viewContainerRef);
88
+ this.formContext = new FormBase();
89
+ this.formCompContext = new ComponentBase();
90
+ }
91
+ registerOnChange(registerFunction) {
92
+ }
93
+ registerOnTouched(registerFunction) {
94
+ }
95
+ writeValue(value) {
96
+ }
97
+ setDisabledState(disabled) {
98
+ }
99
+ ngOnInit() {
100
+ this.formCompContext.ngOnInit(this);
101
+ }
102
+ ngAfterViewInit() {
103
+ this.formContext.ngAfterViewInit(this);
104
+ }
105
+ ngOnDestroy() {
106
+ this.formCompContext.ngOnDestroy(this);
107
+ }
108
+ ngAfterContentChecked() {
109
+ this.formCompContext.ngAfterContentChecked(this);
110
+ }
111
+ };
112
+ 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 }], target: i0.ɵɵFactoryTarget.Component });
113
+ 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: [
114
+ {
115
+ provide: NG_VALUE_ACCESSOR,
116
+ useExisting: forwardRef(() => InPlaceEditorComponent_1),
117
+ multi: true
118
+ }
119
+ ], queries: [{ propertyName: "template", first: true, predicate: ["template"], descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
120
+ __decorate([
121
+ Template()
122
+ ], InPlaceEditorComponent.prototype, "template", void 0);
123
+ InPlaceEditorComponent = InPlaceEditorComponent_1 = __decorate([
124
+ ComponentMixins([ComponentBase, FormBase])
125
+ ], InPlaceEditorComponent);
126
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: InPlaceEditorComponent, decorators: [{
127
+ type: Component,
128
+ args: [{
129
+ selector: 'ejs-inplaceeditor',
130
+ inputs: inputs,
131
+ outputs: outputs,
132
+ template: '',
133
+ changeDetection: ChangeDetectionStrategy.OnPush,
134
+ providers: [
135
+ {
136
+ provide: NG_VALUE_ACCESSOR,
137
+ useExisting: forwardRef(() => InPlaceEditorComponent),
138
+ multi: true
139
+ }
140
+ ],
141
+ queries: {}
142
+ }]
143
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; }, propDecorators: { template: [{
144
+ type: ContentChild,
145
+ args: ['template']
146
+ }] } });
147
+
148
+ /**
149
+ * NgModule definition for the InPlaceEditor component.
150
+ */
151
+ class InPlaceEditorModule {
152
+ }
153
+ InPlaceEditorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: InPlaceEditorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
154
+ InPlaceEditorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: InPlaceEditorModule, declarations: [InPlaceEditorComponent], imports: [CommonModule], exports: [InPlaceEditorComponent] });
155
+ InPlaceEditorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: InPlaceEditorModule, imports: [[CommonModule]] });
156
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: InPlaceEditorModule, decorators: [{
157
+ type: NgModule,
158
+ args: [{
159
+ imports: [CommonModule],
160
+ declarations: [
161
+ InPlaceEditorComponent
162
+ ],
163
+ exports: [
164
+ InPlaceEditorComponent
165
+ ]
166
+ }]
167
+ }] });
168
+
169
+ const AutoCompleteService = { provide: 'InPlace-EditorAutoComplete', useValue: AutoComplete };
170
+ const ColorPickerService = { provide: 'InPlace-EditorColorPicker', useValue: ColorPicker };
171
+ const ComboBoxService = { provide: 'InPlace-EditorComboBox', useValue: ComboBox };
172
+ const DateRangePickerService = { provide: 'InPlace-EditorDateRangePicker', useValue: DateRangePicker };
173
+ const MultiSelectService = { provide: 'InPlace-EditorMultiSelect', useValue: MultiSelect };
174
+ const RteService = { provide: 'InPlace-EditorRte', useValue: Rte };
175
+ const SliderService = { provide: 'InPlace-EditorSlider', useValue: Slider };
176
+ const TimePickerService = { provide: 'InPlace-EditorTimePicker', useValue: TimePicker };
177
+ /**
178
+ * NgModule definition for the InPlaceEditor component with providers.
179
+ */
180
+ class InPlaceEditorAllModule {
181
+ }
182
+ InPlaceEditorAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: InPlaceEditorAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
183
+ InPlaceEditorAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: InPlaceEditorAllModule, imports: [CommonModule, InPlaceEditorModule], exports: [InPlaceEditorModule] });
184
+ InPlaceEditorAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: InPlaceEditorAllModule, providers: [
185
+ AutoCompleteService,
186
+ ColorPickerService,
187
+ ComboBoxService,
188
+ DateRangePickerService,
189
+ MultiSelectService,
190
+ RteService,
191
+ SliderService,
192
+ TimePickerService
193
+ ], imports: [[CommonModule, InPlaceEditorModule], InPlaceEditorModule] });
194
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: InPlaceEditorAllModule, decorators: [{
195
+ type: NgModule,
196
+ args: [{
197
+ imports: [CommonModule, InPlaceEditorModule],
198
+ exports: [
199
+ InPlaceEditorModule
200
+ ],
201
+ providers: [
202
+ AutoCompleteService,
203
+ ColorPickerService,
204
+ ComboBoxService,
205
+ DateRangePickerService,
206
+ MultiSelectService,
207
+ RteService,
208
+ SliderService,
209
+ TimePickerService
210
+ ]
211
+ }]
212
+ }] });
213
+
214
+ // Mapping root file for package generation
215
+
216
+ /**
217
+ * Generated bundle index. Do not edit.
218
+ */
219
+
220
+ export { AutoCompleteService, ColorPickerService, ComboBoxService, DateRangePickerService, InPlaceEditorAllModule, InPlaceEditorComponent, InPlaceEditorModule, MultiSelectService, RteService, SliderService, TimePickerService };
221
+ //# 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","../../public_api.ts","../../syncfusion-ej2-angular-inplace-editor.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 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 */\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) {\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 { }","// Mapping root file for package generation\nexport * from './src/index';","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "_from": "@syncfusion/ej2-angular-inplace-editor@*",
3
3
  "_id": "@syncfusion/ej2-angular-inplace-editor@20.2.38",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-aGPlXXzcvEd4vY5iwugvvyBwn8IZ2vhDkh1THBWN2ScEtCAuOgAyz9PHCaJlsii1izDnXik8KZCE07RBr9olmA==",
5
+ "_integrity": "sha512-9WfIwmYIPi62IW7+B7k/vbVKLzA9CQ7jI1JLHQ4IcjmkTO1+dqyqJ2W50m+tkdAqVFQQthp0OFb6uMMVcP0RAA==",
6
6
  "_location": "/@syncfusion/ej2-angular-inplace-editor",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-inplace-editor/-/ej2-angular-inplace-editor-20.2.38.tgz",
23
- "_shasum": "3f86ffae5ae190ed240169965c3f9a2a07aa3d3e",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-inplace-editor/-/ej2-angular-inplace-editor-20.2.38.tgz",
23
+ "_shasum": "78a6fbd2d4c593eec032853f1393ae9d71ff7250",
24
24
  "_spec": "@syncfusion/ej2-angular-inplace-editor@*",
25
- "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
25
+ "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/ivypackages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -33,12 +33,28 @@
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~20.2.45",
35
35
  "@syncfusion/ej2-base": "~20.2.45",
36
- "@syncfusion/ej2-inplace-editor": "20.2.45"
36
+ "@syncfusion/ej2-inplace-editor": "20.2.45",
37
+ "tslib": "^2.3.0"
37
38
  },
38
39
  "deprecated": false,
39
40
  "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",
41
+ "es2020": "fesm2020/syncfusion-ej2-angular-inplace-editor.mjs",
42
+ "esm2020": "esm2020/syncfusion-ej2-angular-inplace-editor.mjs",
43
+ "exports": {
44
+ "./package.json": {
45
+ "default": "./package.json"
46
+ },
47
+ ".": {
48
+ "types": "./syncfusion-ej2-angular-inplace-editor.d.ts",
49
+ "esm2020": "./esm2020/syncfusion-ej2-angular-inplace-editor.mjs",
50
+ "es2020": "./fesm2020/syncfusion-ej2-angular-inplace-editor.mjs",
51
+ "es2015": "./fesm2015/syncfusion-ej2-angular-inplace-editor.mjs",
52
+ "node": "./fesm2015/syncfusion-ej2-angular-inplace-editor.mjs",
53
+ "default": "./fesm2020/syncfusion-ej2-angular-inplace-editor.mjs"
54
+ }
55
+ },
56
+ "fesm2015": "fesm2015/syncfusion-ej2-angular-inplace-editor.mjs",
57
+ "fesm2020": "fesm2020/syncfusion-ej2-angular-inplace-editor.mjs",
42
58
  "homepage": "https://github.com/syncfusion/ej2-angular-ui-components#readme",
43
59
  "keywords": [
44
60
  "ej2",
@@ -53,9 +69,7 @@
53
69
  "ej2-angular-inplace-editor"
54
70
  ],
55
71
  "license": "SEE LICENSE IN license",
56
- "main": "dist/ej2-angular-inplace-editor.umd.js",
57
- "metadata": "ej2-angular-inplace-editor.metadata.json",
58
- "module": "@syncfusion/ej2-angular-inplace-editor.es5.js",
72
+ "module": "fesm2015/syncfusion-ej2-angular-inplace-editor.mjs",
59
73
  "name": "@syncfusion/ej2-angular-inplace-editor",
60
74
  "repository": {
61
75
  "type": "git",
@@ -63,6 +77,6 @@
63
77
  },
64
78
  "schematics": "./schematics/collection.json",
65
79
  "sideEffects": false,
66
- "typings": "ej2-angular-inplace-editor.d.ts",
67
- "version": "20.2.45-ngcc"
80
+ "typings": "syncfusion-ej2-angular-inplace-editor.d.ts",
81
+ "version": "20.2.45"
68
82
  }
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-inplace-editor';
2
- export const pkgVer = '^20.2.45';
2
+ export const pkgVer = '^20.2.38';
3
3
  export const moduleName = 'InPlaceEditorModule';
4
- export const themeVer = '~20.2.45';
4
+ export const themeVer = '~20.2.38';
@@ -1,4 +1,7 @@
1
1
  import { ValueProvider } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@angular/common";
4
+ import * as i2 from "./inplaceeditor.module";
2
5
  export declare const AutoCompleteService: ValueProvider;
3
6
  export declare const ColorPickerService: ValueProvider;
4
7
  export declare const ComboBoxService: ValueProvider;
@@ -11,4 +14,7 @@ export declare const TimePickerService: ValueProvider;
11
14
  * NgModule definition for the InPlaceEditor component with providers.
12
15
  */
13
16
  export declare class InPlaceEditorAllModule {
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<InPlaceEditorAllModule, never>;
18
+ static ɵmod: i0.ɵɵNgModuleDeclaration<InPlaceEditorAllModule, never, [typeof i1.CommonModule, typeof i2.InPlaceEditorModule], [typeof i2.InPlaceEditorModule]>;
19
+ static ɵinj: i0.ɵɵInjectorDeclaration<InPlaceEditorAllModule>;
14
20
  }
@@ -1,6 +1,7 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { InPlaceEditor } from '@syncfusion/ej2-inplace-editor';
4
+ import * as i0 from "@angular/core";
4
5
  export declare const inputs: string[];
5
6
  export declare const outputs: string[];
6
7
  export declare const twoWays: string[];
@@ -53,4 +54,6 @@ export declare class InPlaceEditorComponent extends InPlaceEditor implements ICo
53
54
  ngAfterContentChecked(): void;
54
55
  registerEvents: (eventList: string[]) => void;
55
56
  addTwoWay: (propList: string[]) => void;
57
+ static ɵfac: i0.ɵɵFactoryDeclaration<InPlaceEditorComponent, never>;
58
+ static ɵcmp: i0.ɵɵComponentDeclaration<InPlaceEditorComponent, "ejs-inplaceeditor", never, { "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"; }, { "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"; }, ["template"], never>;
56
59
  }
@@ -1,5 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./inplaceeditor.component";
3
+ import * as i2 from "@angular/common";
1
4
  /**
2
5
  * NgModule definition for the InPlaceEditor component.
3
6
  */
4
7
  export declare class InPlaceEditorModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<InPlaceEditorModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<InPlaceEditorModule, [typeof i1.InPlaceEditorComponent], [typeof i2.CommonModule], [typeof i1.InPlaceEditorComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<InPlaceEditorModule>;
5
11
  }
@@ -1,3 +1,5 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ /* stylelint-disable-line no-empty-source */
1
3
  .e-popup.e-ddl {
2
4
  border-radius: 4px;
3
5
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
@@ -131,6 +133,7 @@
131
133
  width: 40px;
132
134
  }
133
135
 
136
+ /* stylelint-disable property-no-vendor-prefix */
134
137
  @keyframes material-spinner-rotate {
135
138
  0% {
136
139
  transform: rotate(0);
@@ -1,4 +1,5 @@
1
- /*! calendar bootstrap theme variables */
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ /* stylelint-disable-line no-empty-source */ /*! calendar bootstrap theme variables */
2
3
  .e-popup.e-ddl {
3
4
  border-radius: 4px;
4
5
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
@@ -130,6 +131,7 @@
130
131
  width: 40px;
131
132
  }
132
133
 
134
+ /* stylelint-disable property-no-vendor-prefix */
133
135
  @keyframes material-spinner-rotate {
134
136
  0% {
135
137
  transform: rotate(0);
@@ -1,4 +1,5 @@
1
- /*! calendar bootstrap theme variables */
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ /* stylelint-disable-line no-empty-source */ /*! calendar bootstrap theme variables */
2
3
  .e-input-group.e-ddl .e-control.e-autocomplete ~ .e-ddl-icon {
3
4
  font-size: 8px;
4
5
  }
@@ -226,6 +227,7 @@
226
227
  margin-top: -3.5em;
227
228
  }
228
229
 
230
+ /* stylelint-disable property-no-vendor-prefix */
229
231
  @keyframes material-spinner-rotate {
230
232
  0% {
231
233
  transform: rotate(0);
@@ -1,4 +1,5 @@
1
- /*! calendar bootstrap5 theme variables */
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ /* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
2
3
  .e-popup.e-ddl {
3
4
  border-radius: 4px;
4
5
  box-shadow: none;
@@ -180,6 +181,8 @@
180
181
  border-left-width: 0;
181
182
  }
182
183
 
184
+ /* stylelint-disable-line no-empty-source */
185
+ /* stylelint-disable property-no-vendor-prefix */
183
186
  @keyframes material-spinner-rotate {
184
187
  0% {
185
188
  transform: rotate(0);
@@ -774,6 +777,19 @@
774
777
  background-color: #5a6268;
775
778
  border: 1px solid #545b62;
776
779
  }
780
+ .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons, .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:focus .e-btn-icon.e-icons, .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:active .e-btn-icon.e-icons,
781
+ .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover .e-btn-icon.e-icons,
782
+ .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons,
783
+ .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active .e-btn-icon.e-icons,
784
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons,
785
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:focus .e-btn-icon.e-icons,
786
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:active .e-btn-icon.e-icons,
787
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover .e-btn-icon.e-icons,
788
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons,
789
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active .e-btn-icon.e-icons {
790
+ color: #fff;
791
+ }
792
+
777
793
  .e-inplaceeditor .e-editable-value-wrapper {
778
794
  background-color: transparent;
779
795
  border-radius: 4px;
@@ -1,4 +1,5 @@
1
- /*! calendar bootstrap5 theme variables */
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ /* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
2
3
  .e-popup.e-ddl {
3
4
  border-radius: 4px;
4
5
  box-shadow: none;
@@ -180,6 +181,8 @@
180
181
  border-left-width: 0;
181
182
  }
182
183
 
184
+ /* stylelint-disable-line no-empty-source */
185
+ /* stylelint-disable property-no-vendor-prefix */
183
186
  @keyframes material-spinner-rotate {
184
187
  0% {
185
188
  transform: rotate(0);
@@ -774,6 +777,19 @@
774
777
  background-color: #5a6268;
775
778
  border: 1px solid #545b62;
776
779
  }
780
+ .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons, .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:focus .e-btn-icon.e-icons, .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:active .e-btn-icon.e-icons,
781
+ .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover .e-btn-icon.e-icons,
782
+ .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons,
783
+ .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active .e-btn-icon.e-icons,
784
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons,
785
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:focus .e-btn-icon.e-icons,
786
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:active .e-btn-icon.e-icons,
787
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover .e-btn-icon.e-icons,
788
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons,
789
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active .e-btn-icon.e-icons {
790
+ color: #fff;
791
+ }
792
+
777
793
  .e-inplaceeditor .e-editable-value-wrapper {
778
794
  background-color: transparent;
779
795
  border-radius: 4px;
@@ -1,3 +1,5 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ /* stylelint-disable-line no-empty-source */
1
3
  .e-ddl.e-popup {
2
4
  border: 0;
3
5
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
@@ -98,6 +100,7 @@
98
100
  margin: 2px 2px 2px 0;
99
101
  }
100
102
 
103
+ /* stylelint-disable property-no-vendor-prefix */
101
104
  @keyframes material-spinner-rotate {
102
105
  0% {
103
106
  transform: rotate(0);
package/styles/fabric.css CHANGED
@@ -1,4 +1,5 @@
1
- /*! calendar fabric theme variables */
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ /* stylelint-disable-line no-empty-source */ /*! calendar fabric theme variables */
2
3
  .e-ddl.e-popup {
3
4
  border: 0;
4
5
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
@@ -92,6 +93,7 @@
92
93
  margin: 2px 2px 2px 0;
93
94
  }
94
95
 
96
+ /* stylelint-disable property-no-vendor-prefix */
95
97
  @keyframes material-spinner-rotate {
96
98
  0% {
97
99
  transform: rotate(0);
@@ -1,4 +1,5 @@
1
- /*! calendar bootstrap5 theme variables */
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ /* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
2
3
  .e-popup.e-ddl {
3
4
  border-radius: 4px;
4
5
  box-shadow: none;
@@ -160,6 +161,8 @@
160
161
  border-left-width: 0;
161
162
  }
162
163
 
164
+ /* stylelint-disable-line no-empty-source */
165
+ /* stylelint-disable property-no-vendor-prefix */
163
166
  @keyframes material-spinner-rotate {
164
167
  0% {
165
168
  transform: rotate(0);
package/styles/fluent.css CHANGED
@@ -1,4 +1,5 @@
1
- /*! calendar bootstrap5 theme variables */
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ /* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
2
3
  .e-popup.e-ddl {
3
4
  border-radius: 4px;
4
5
  box-shadow: none;
@@ -160,6 +161,8 @@
160
161
  border-left-width: 0;
161
162
  }
162
163
 
164
+ /* stylelint-disable-line no-empty-source */
165
+ /* stylelint-disable property-no-vendor-prefix */
163
166
  @keyframes material-spinner-rotate {
164
167
  0% {
165
168
  transform: rotate(0);
@@ -1,3 +1,5 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ /* stylelint-disable-line no-empty-source */
1
3
  .e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
2
4
  height: 36px;
3
5
  }
@@ -80,6 +82,9 @@
80
82
  color: #000;
81
83
  top: 12px;
82
84
  }
85
+ .e-multiselect .e-multi-select-wrapper input {
86
+ /* stylelint-disable property-no-vendor-prefix */
87
+ }
83
88
  .e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
84
89
  color: #4f4f4f;
85
90
  font-family: inherit;
@@ -172,6 +177,7 @@
172
177
  width: 30px;
173
178
  }
174
179
 
180
+ /* stylelint-disable property-no-vendor-prefix */
175
181
  @keyframes material-spinner-rotate {
176
182
  0% {
177
183
  transform: rotate(0);
@@ -1,4 +1,5 @@
1
- /*! calendar fabric theme variables */
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ /* stylelint-disable-line no-empty-source */ /*! calendar fabric theme variables */
2
3
  .e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
3
4
  height: 36px;
4
5
  }
@@ -81,6 +82,9 @@
81
82
  color: #fff;
82
83
  top: 12px;
83
84
  }
85
+ .e-multiselect .e-multi-select-wrapper input {
86
+ /* stylelint-disable property-no-vendor-prefix */
87
+ }
84
88
  .e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
85
89
  color: #969696;
86
90
  font-family: inherit;
@@ -175,6 +179,7 @@
175
179
  width: 30px;
176
180
  }
177
181
 
182
+ /* stylelint-disable property-no-vendor-prefix */
178
183
  @keyframes material-spinner-rotate {
179
184
  0% {
180
185
  transform: rotate(0);
@@ -0,0 +1,2 @@
1
+ @import 'layout.scss';
2
+ @import 'theme.scss';