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

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 (141) 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/license +10 -0
  12. package/package.json +32 -13
  13. package/schematics/utils/lib-details.ts +2 -2
  14. package/src/inplace-editor/inplaceeditor-all.module.d.ts +6 -0
  15. package/src/inplace-editor/inplaceeditor.component.d.ts +3 -1
  16. package/src/inplace-editor/inplaceeditor.module.d.ts +6 -0
  17. package/styles/inplace-editor/_all.scss +2 -0
  18. package/styles/inplace-editor/_bootstrap-dark-definition.scss +74 -0
  19. package/styles/inplace-editor/_bootstrap-definition.scss +75 -0
  20. package/styles/inplace-editor/_bootstrap4-definition.scss +75 -0
  21. package/styles/inplace-editor/_bootstrap5-dark-definition.scss +1 -0
  22. package/styles/inplace-editor/_bootstrap5-definition.scss +69 -0
  23. package/styles/inplace-editor/_fabric-dark-definition.scss +74 -0
  24. package/styles/inplace-editor/_fabric-definition.scss +75 -0
  25. package/styles/inplace-editor/_fluent-dark-definition.scss +1 -0
  26. package/styles/inplace-editor/_fluent-definition.scss +70 -0
  27. package/styles/inplace-editor/_fusionnew-definition.scss +69 -0
  28. package/styles/inplace-editor/_highcontrast-definition.scss +74 -0
  29. package/styles/inplace-editor/_highcontrast-light-definition.scss +74 -0
  30. package/styles/inplace-editor/_layout.scss +658 -0
  31. package/styles/inplace-editor/_material-dark-definition.scss +75 -0
  32. package/styles/inplace-editor/_material-definition.scss +75 -0
  33. package/styles/inplace-editor/_material3-dark-definition.scss +1 -0
  34. package/styles/inplace-editor/_material3-definition.scss +70 -0
  35. package/styles/inplace-editor/_tailwind-dark-definition.scss +1 -0
  36. package/styles/inplace-editor/_tailwind-definition.scss +70 -0
  37. package/styles/inplace-editor/_theme.scss +268 -0
  38. package/styles/inplace-editor/bootstrap-dark.scss +26 -1
  39. package/styles/inplace-editor/bootstrap.scss +26 -1
  40. package/styles/inplace-editor/bootstrap4.scss +26 -1
  41. package/styles/inplace-editor/bootstrap5-dark.scss +26 -1
  42. package/styles/inplace-editor/bootstrap5.scss +26 -1
  43. package/styles/inplace-editor/fabric-dark.scss +26 -1
  44. package/styles/inplace-editor/fabric.scss +26 -1
  45. package/styles/inplace-editor/fluent-dark.scss +26 -1
  46. package/styles/inplace-editor/fluent.scss +26 -1
  47. package/styles/inplace-editor/highcontrast-light.scss +26 -1
  48. package/styles/inplace-editor/highcontrast.scss +26 -1
  49. package/styles/inplace-editor/icons/_bootstrap-dark.scss +19 -0
  50. package/styles/inplace-editor/icons/_bootstrap.scss +19 -0
  51. package/styles/inplace-editor/icons/_bootstrap4.scss +19 -0
  52. package/styles/inplace-editor/icons/_bootstrap5-dark.scss +1 -0
  53. package/styles/inplace-editor/icons/_bootstrap5.scss +19 -0
  54. package/styles/inplace-editor/icons/_fabric-dark.scss +19 -0
  55. package/styles/inplace-editor/icons/_fabric.scss +19 -0
  56. package/styles/inplace-editor/icons/_fluent-dark.scss +1 -0
  57. package/styles/inplace-editor/icons/_fluent.scss +19 -0
  58. package/styles/inplace-editor/icons/_fusionnew.scss +19 -0
  59. package/styles/inplace-editor/icons/_highcontrast-light.scss +19 -0
  60. package/styles/inplace-editor/icons/_highcontrast.scss +19 -0
  61. package/styles/inplace-editor/icons/_material-dark.scss +19 -0
  62. package/styles/inplace-editor/icons/_material.scss +19 -0
  63. package/styles/inplace-editor/icons/_material3-dark.scss +1 -0
  64. package/styles/inplace-editor/icons/_material3.scss +19 -0
  65. package/styles/inplace-editor/icons/_tailwind-dark.scss +1 -0
  66. package/styles/inplace-editor/icons/_tailwind.scss +19 -0
  67. package/styles/inplace-editor/material-dark.scss +26 -1
  68. package/styles/inplace-editor/material.scss +26 -1
  69. package/styles/inplace-editor/material3-dark.scss +26 -1
  70. package/styles/inplace-editor/material3.scss +26 -1
  71. package/styles/inplace-editor/tailwind-dark.scss +26 -1
  72. package/styles/inplace-editor/tailwind.scss +26 -1
  73. package/styles/material3-dark.scss +1 -0
  74. package/styles/material3.scss +1 -0
  75. package/syncfusion-ej2-angular-inplace-editor.d.ts +5 -0
  76. package/@syncfusion/ej2-angular-inplace-editor.es5.js +0 -275
  77. package/@syncfusion/ej2-angular-inplace-editor.es5.js.map +0 -1
  78. package/@syncfusion/ej2-angular-inplace-editor.js +0 -256
  79. package/@syncfusion/ej2-angular-inplace-editor.js.map +0 -1
  80. package/CHANGELOG.md +0 -263
  81. package/dist/ej2-angular-inplace-editor.umd.js +0 -350
  82. package/dist/ej2-angular-inplace-editor.umd.js.map +0 -1
  83. package/dist/ej2-angular-inplace-editor.umd.min.js +0 -11
  84. package/dist/ej2-angular-inplace-editor.umd.min.js.map +0 -1
  85. package/ej2-angular-inplace-editor.d.ts +0 -5
  86. package/ej2-angular-inplace-editor.metadata.json +0 -1
  87. package/postinstall/tagchange.js +0 -18
  88. package/schematics/collection.json +0 -35
  89. package/schematics/generators/inplaceeditor-inline/index.d.ts +0 -3
  90. package/schematics/generators/inplaceeditor-inline/index.js +0 -8
  91. package/schematics/generators/inplaceeditor-inline/sample-details.d.ts +0 -5
  92. package/schematics/generators/inplaceeditor-inline/sample-details.js +0 -7
  93. package/schematics/generators/inplaceeditor-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  94. package/schematics/generators/inplaceeditor-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
  95. package/schematics/generators/inplaceeditor-inline/schema.d.ts +0 -3
  96. package/schematics/generators/inplaceeditor-inline/schema.js +0 -2
  97. package/schematics/generators/inplaceeditor-inline/schema.json +0 -125
  98. package/schematics/generators/inplaceeditor-popup/index.d.ts +0 -3
  99. package/schematics/generators/inplaceeditor-popup/index.js +0 -8
  100. package/schematics/generators/inplaceeditor-popup/sample-details.d.ts +0 -5
  101. package/schematics/generators/inplaceeditor-popup/sample-details.js +0 -7
  102. package/schematics/generators/inplaceeditor-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  103. package/schematics/generators/inplaceeditor-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
  104. package/schematics/generators/inplaceeditor-popup/schema.d.ts +0 -3
  105. package/schematics/generators/inplaceeditor-popup/schema.js +0 -2
  106. package/schematics/generators/inplaceeditor-popup/schema.json +0 -125
  107. package/schematics/generators/inplaceeditor-popup-position/index.d.ts +0 -3
  108. package/schematics/generators/inplaceeditor-popup-position/index.js +0 -8
  109. package/schematics/generators/inplaceeditor-popup-position/sample-details.d.ts +0 -5
  110. package/schematics/generators/inplaceeditor-popup-position/sample-details.js +0 -7
  111. package/schematics/generators/inplaceeditor-popup-position/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  112. package/schematics/generators/inplaceeditor-popup-position/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
  113. package/schematics/generators/inplaceeditor-popup-position/schema.d.ts +0 -3
  114. package/schematics/generators/inplaceeditor-popup-position/schema.js +0 -2
  115. package/schematics/generators/inplaceeditor-popup-position/schema.json +0 -125
  116. package/schematics/generators/inplaceeditor-template/index.d.ts +0 -3
  117. package/schematics/generators/inplaceeditor-template/index.js +0 -8
  118. package/schematics/generators/inplaceeditor-template/sample-details.d.ts +0 -5
  119. package/schematics/generators/inplaceeditor-template/sample-details.js +0 -7
  120. package/schematics/generators/inplaceeditor-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  121. package/schematics/generators/inplaceeditor-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
  122. package/schematics/generators/inplaceeditor-template/schema.d.ts +0 -3
  123. package/schematics/generators/inplaceeditor-template/schema.js +0 -2
  124. package/schematics/generators/inplaceeditor-template/schema.json +0 -125
  125. package/schematics/generators/inplaceeditor-validation/index.d.ts +0 -3
  126. package/schematics/generators/inplaceeditor-validation/index.js +0 -8
  127. package/schematics/generators/inplaceeditor-validation/sample-details.d.ts +0 -5
  128. package/schematics/generators/inplaceeditor-validation/sample-details.js +0 -7
  129. package/schematics/generators/inplaceeditor-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  130. package/schematics/generators/inplaceeditor-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
  131. package/schematics/generators/inplaceeditor-validation/schema.d.ts +0 -3
  132. package/schematics/generators/inplaceeditor-validation/schema.js +0 -2
  133. package/schematics/generators/inplaceeditor-validation/schema.json +0 -125
  134. package/schematics/ng-add/index.d.ts +0 -3
  135. package/schematics/ng-add/index.js +0 -9
  136. package/schematics/ng-add/schema.d.ts +0 -13
  137. package/schematics/ng-add/schema.js +0 -2
  138. package/schematics/ng-add/schema.json +0 -34
  139. package/schematics/tsconfig.json +0 -25
  140. package/schematics/utils/lib-details.d.ts +0 -4
  141. 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/license ADDED
@@ -0,0 +1,10 @@
1
+ Essential JS 2 library is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.
2
+
3
+ To be qualified for the Syncfusion Community License Program you must have a gross revenue of less than one (1) million U.S. dollars ($1,000,000.00 USD) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
4
+
5
+ Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.
6
+
7
+ Under no circumstances can you use this product without (1) either a Community License or a commercial license and (2) without agreeing and abiding by Syncfusion’s license containing all terms and conditions.
8
+
9
+ The Syncfusion license that contains the terms and conditions can be found at
10
+ https://www.syncfusion.com/content/downloads/syncfusion_license.pdf
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-inplace-editor@*",
3
- "_id": "@syncfusion/ej2-angular-inplace-editor@21.2.2",
3
+ "_id": "@syncfusion/ej2-angular-inplace-editor@20.1.55",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-0aLgv7KZUOdqRhg9NI/XAD+Gr0tdN7PeIwFiw91+KKo7QkhXbfrOGfSpvSPYNXvtbPRi6fNJWQGWkhETiikeKw==",
5
+ "_integrity": "sha512-q58UOfSKte51t3TgNV85odC94E/XvSpUJSQ9MdxoR6D4z9F/TXO3RZ5XlAJmaISEaCfUG9tceTolStls5aHkXg==",
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": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-angular-inplace-editor/-/ej2-angular-inplace-editor-21.2.2.tgz",
23
- "_shasum": "ef7928988374a627ef015c1d2519d6e4cca72f06",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-release/@syncfusion/ej2-angular-inplace-editor/-/ej2-angular-inplace-editor-20.1.55.tgz",
23
+ "_shasum": "751965162f88762d01cf71ccf2c764a048c5408b",
24
24
  "_spec": "@syncfusion/ej2-angular-inplace-editor@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_21.1.1/ivypackages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -33,14 +33,35 @@
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~22.1.34",
35
35
  "@syncfusion/ej2-base": "~22.1.34",
36
- "@syncfusion/ej2-inplace-editor": "22.1.34"
36
+ "@syncfusion/ej2-inplace-editor": "22.1.34",
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://www.syncfusion.com/angular-components",
43
59
  "keywords": [
60
+ "ej2",
61
+ "Syncfusion",
62
+ "web-components",
63
+ "inplace-editor",
64
+ "editor",
44
65
  "angular",
45
66
  "ng",
46
67
  "angular-inplace-editor",
@@ -48,9 +69,7 @@
48
69
  "ej2-angular-inplace-editor"
49
70
  ],
50
71
  "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",
72
+ "module": "fesm2015/syncfusion-ej2-angular-inplace-editor.mjs",
54
73
  "name": "@syncfusion/ej2-angular-inplace-editor",
55
74
  "repository": {
56
75
  "type": "git",
@@ -58,6 +77,6 @@
58
77
  },
59
78
  "schematics": "./schematics/collection.json",
60
79
  "sideEffects": false,
61
- "typings": "ej2-angular-inplace-editor.d.ts",
62
- "version": "22.1.34-ngcc"
80
+ "typings": "syncfusion-ej2-angular-inplace-editor.d.ts",
81
+ "version": "22.1.34"
63
82
  }
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-inplace-editor';
2
- export const pkgVer = '^22.1.34';
2
+ export const pkgVer = '^20.1.55';
3
3
  export const moduleName = 'InPlaceEditorModule';
4
- export const themeVer = '~22.1.34';
4
+ export const themeVer = '~20.1.55';
@@ -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[];
@@ -38,7 +39,6 @@ export declare class InPlaceEditorComponent extends InPlaceEditor implements ICo
38
39
  *
39
40
  * @default ''
40
41
  * @blazortype string
41
- * @asptype string
42
42
  */
43
43
  template: any;
44
44
  focus: any;
@@ -54,4 +54,6 @@ export declare class InPlaceEditorComponent extends InPlaceEditor implements ICo
54
54
  ngAfterContentChecked(): void;
55
55
  registerEvents: (eventList: string[]) => void;
56
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>;
57
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
  }
@@ -0,0 +1,2 @@
1
+ @import 'layout.scss';
2
+ @import 'theme.scss';
@@ -0,0 +1,74 @@
1
+ /*! Bootstrap dark theme definitions and variables */
2
+ /*! Value element styles */
3
+ $editor-big-overlay-icon-size: 16px !default;
4
+ $editor-nrml-overlay-icon-size: 14px !default;
5
+ $editor-big-value-text-font-size: 15px !default;
6
+ $editor-nrml-value-text-font-size: 14px !default;
7
+ $editor-big-value-container-padding: 8px 12px !default;
8
+ $editor-nrml-value-container-padding: 6px 10px !default;
9
+ $editor-big-value-container-spin-padding: 12px !default;
10
+ $editor-nrml-value-container-spin-padding: 10px !default;
11
+ $editor-big-value-margin: 0 32px 0 0 !default;
12
+ $editor-nrml-value-margin: 0 30px 0 0 !default;
13
+ $editor-rtl-big-value-margin: 0 0 0 32px !default;
14
+ $editor-rtl-nrml-value-margin: 0 0 0 30px !default;
15
+ $editor-big-overlay-icon-container-size: 20px !default;
16
+ $editor-nrml-overlay-icon-container-size: 18px !default;
17
+ $editor-big-overlay-icon-left-right: 12px !default;
18
+ $editor-nrml-overlay-icon-left-right: 10px !default;
19
+ $editor-value-hover-bg: $grey !default;
20
+ $editor-value-text-color: $grey-dark-font !default;
21
+ $editor-overlay-icon-color: $grey-dark-font !default;
22
+ $editor-value-text-border: 1px dashed $editor-value-text-color !default;
23
+ $editable-overlay-icon-height: inherit !default;
24
+ $editable-overlay-icon: 0 !default;
25
+
26
+ /*! Tooltip styles */
27
+ $editor-tip-border: 1px solid $grey-99 !default;
28
+ $editor-tip-bg: $grey-dark !default;
29
+ $editor-tip-arrow-icon-color: $grey-dark !default;
30
+ $editor-tip-title-arrow-icon-color: $grey-44 !default;
31
+ $editor-tip-arrow-bdr-color: $grey-99 !default;
32
+ $editor-tip-title-arrow-bdr-color: $grey-99 !default;
33
+ $editor-tip-box-shadow: none !default;
34
+
35
+ /*! Tip Content styles */
36
+ $editor-tip-content-bdr-radius: 4px !default;
37
+ $editor-popup-tip-content-bdr-radius: 4px !default;
38
+
39
+ /*! Title styles */
40
+ $editor-tip-title-font-weight: 700 !default;
41
+ $editor-big-tip-title-font-size: 14px !default;
42
+ $editor-nrml-tip-title-font-size: 14px !default;
43
+ $editor-big-tip-title-padding: 0 0 0 12px !default;
44
+ $editor-nrml-tip-title-padding: 0 0 0 12px !default;
45
+ $editor-rtl-big-tip-title-padding: 0 12px 0 0 !default;
46
+ $editor-rtl-nrml-tip-title-padding: 0 12px 0 0 !default;
47
+ $editor-big-tip-title-container-size: 36px !default;
48
+ $editor-nrml-tip-title-container-size: 30px !default;
49
+ $editor-tio-title-border-bottom: 0 !default;
50
+ $editor-tip-title-bg: $grey-44 !default;
51
+ $editor-tip-title-color: $grey-dark-font !default;
52
+
53
+ /*! Wrapper styles */
54
+ $editor-big-tip-wrapper-padding: 12px !default;
55
+ $editor-nrml-tip-wrapper-padding: 12px !default;
56
+ $editor-big-wrapper-title-with-padding: 10px 12px 12px 12px !default;
57
+ $editor-nrml-wrapper-title-with-padding: 10px 12px 12px 12px !default;
58
+
59
+ /*! Component group styles */
60
+ $editor-component-bottom-margin: 4px !default;
61
+
62
+ /*! Button styles */
63
+ $editor-buttons-top-margin: 4px !default;
64
+ $editor-btn-save-icon-size: 16px !default;
65
+ $editor-btn-cancel-icon-size: 16px !default;
66
+ $editor-big-btn-save-margin: 0 4px 0 0 !default;
67
+ $editor-nrml-btn-save-margin: 0 4px 0 0 !default;
68
+ $editor-big-btn-cancel-margin: 0 0 0 4px !default;
69
+ $editor-nrml-btn-cancel-margin: 0 0 0 4px !default;
70
+ $editor-rtl-big-btn-save-margin: 0 0 0 4px !default;
71
+ $editor-rtl-nrml-btn-save-margin: 0 0 0 4px !default;
72
+ $editor-rtl-big-btn-cancel-margin: 0 4px 0 0 !default;
73
+ $editor-rtl-nrml-btn-cancel-margin: 0 4px 0 0 !default;
74
+ $editor-btn-icon-color: $grey-dark-font !default;
@@ -0,0 +1,75 @@
1
+ /*! Bootstrap theme definitions and variables */
2
+ /*! Value element styles */
3
+ $black-color: rgba(0, 0, 0, .25) !default;
4
+ $editor-big-overlay-icon-size: 16px !default;
5
+ $editor-nrml-overlay-icon-size: 14px !default;
6
+ $editor-big-value-text-font-size: 15px !default;
7
+ $editor-nrml-value-text-font-size: 14px !default;
8
+ $editor-big-value-container-padding: 8px 12px !default;
9
+ $editor-nrml-value-container-padding: 6px 10px !default;
10
+ $editor-big-value-container-spin-padding: 12px !default;
11
+ $editor-nrml-value-container-spin-padding: 10px !default;
12
+ $editor-big-value-margin: 0 32px 0 0 !default;
13
+ $editor-nrml-value-margin: 0 30px 0 0 !default;
14
+ $editor-rtl-big-value-margin: 0 0 0 32px !default;
15
+ $editor-rtl-nrml-value-margin: 0 0 0 30px !default;
16
+ $editor-big-overlay-icon-container-size: 20px !default;
17
+ $editor-nrml-overlay-icon-container-size: 18px !default;
18
+ $editor-big-overlay-icon-left-right: 12px !default;
19
+ $editor-nrml-overlay-icon-left-right: 10px !default;
20
+ $editor-value-hover-bg: $grey-f5 !default;
21
+ $editor-value-text-color: $grey-light-font !default;
22
+ $editor-overlay-icon-color: $grey-light-font !default;
23
+ $editor-value-text-border: 1px dashed $editor-value-text-color !default;
24
+ $editable-overlay-icon-height: inherit !default;
25
+ $editable-overlay-icon: 0 !default;
26
+
27
+ /*! Tooltip styles */
28
+ $editor-tip-border: 1px solid $grey-cc !default;
29
+ $editor-tip-bg: $grey-white !default;
30
+ $editor-tip-arrow-icon-color: $grey-white !default;
31
+ $editor-tip-title-arrow-icon-color: $grey-lighter !default;
32
+ $editor-tip-arrow-bdr-color: $grey-cc !default;
33
+ $editor-tip-title-arrow-bdr-color: $grey-cc !default;
34
+ $editor-tip-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .26) !default;
35
+
36
+ /*! Tip Content styles */
37
+ $editor-tip-content-bdr-radius: 4px !default;
38
+ $editor-popup-tip-content-bdr-radius: 4px !default;
39
+
40
+ /*! Title styles */
41
+ $editor-tip-title-font-weight: 700 !default;
42
+ $editor-big-tip-title-font-size: 14px !default;
43
+ $editor-nrml-tip-title-font-size: 14px !default;
44
+ $editor-big-tip-title-padding: 0 0 0 12px !default;
45
+ $editor-nrml-tip-title-padding: 0 0 0 12px !default;
46
+ $editor-rtl-big-tip-title-padding: 0 12px 0 0 !default;
47
+ $editor-rtl-nrml-tip-title-padding: 0 12px 0 0 !default;
48
+ $editor-big-tip-title-container-size: 36px !default;
49
+ $editor-nrml-tip-title-container-size: 30px !default;
50
+ $editor-tio-title-border-bottom: 0 !default;
51
+ $editor-tip-title-bg: $grey-lighter !default;
52
+ $editor-tip-title-color: $grey-light-font !default;
53
+
54
+ /*! Wrapper styles */
55
+ $editor-big-tip-wrapper-padding: 12px !default;
56
+ $editor-nrml-tip-wrapper-padding: 12px !default;
57
+ $editor-big-wrapper-title-with-padding: 10px 12px 12px 12px !default;
58
+ $editor-nrml-wrapper-title-with-padding: 10px 12px 12px 12px !default;
59
+
60
+ /*! Component group styles */
61
+ $editor-component-bottom-margin: 4px !default;
62
+
63
+ /*! Button styles */
64
+ $editor-buttons-top-margin: 4px !default;
65
+ $editor-btn-save-icon-size: 16px !default;
66
+ $editor-btn-cancel-icon-size: 16px !default;
67
+ $editor-big-btn-save-margin: 0 4px 0 0 !default;
68
+ $editor-nrml-btn-save-margin: 0 4px 0 0 !default;
69
+ $editor-big-btn-cancel-margin: 0 0 0 4px !default;
70
+ $editor-nrml-btn-cancel-margin: 0 0 0 4px !default;
71
+ $editor-rtl-big-btn-save-margin: 0 0 0 4px !default;
72
+ $editor-rtl-nrml-btn-save-margin: 0 0 0 4px !default;
73
+ $editor-rtl-big-btn-cancel-margin: 0 4px 0 0 !default;
74
+ $editor-rtl-nrml-btn-cancel-margin: 0 4px 0 0 !default;
75
+ $editor-btn-icon-color: $grey-light-font !default;
@@ -0,0 +1,75 @@
1
+ /*! Bootstrap4 theme definitions and variables */
2
+ /*! Value element styles */
3
+ $black-color: rgba($black, .25) !default;
4
+ $editor-big-overlay-icon-size: 16px !default;
5
+ $editor-nrml-overlay-icon-size: 14px !default;
6
+ $editor-big-value-text-font-size: 16px !default;
7
+ $editor-nrml-value-text-font-size: 15px !default;
8
+ $editor-big-value-container-padding: 8px 12px !default;
9
+ $editor-nrml-value-container-padding: 6px 10px !default;
10
+ $editor-big-value-container-spin-padding: 12px !default;
11
+ $editor-nrml-value-container-spin-padding: 10px !default;
12
+ $editor-big-value-margin: 0 32px 0 0 !default;
13
+ $editor-nrml-value-margin: 0 30px 0 0 !default;
14
+ $editor-rtl-big-value-margin: 0 0 0 32px !default;
15
+ $editor-rtl-nrml-value-margin: 0 0 0 30px !default;
16
+ $editor-big-overlay-icon-container-size: 20px !default;
17
+ $editor-nrml-overlay-icon-container-size: 18px !default;
18
+ $editor-big-overlay-icon-left-right: 12px !default;
19
+ $editor-nrml-overlay-icon-left-right: 10px !default;
20
+ $editor-value-hover-bg: darken($gray-100, 2%) !default;
21
+ $editor-value-text-color: $gray-700 !default;
22
+ $editor-overlay-icon-color: $gray-700 !default;
23
+ $editor-value-text-border: 1px dashed $gray-700 !default;
24
+ $editable-overlay-icon-height: inherit !default;
25
+ $editable-overlay-icon: 0 !default;
26
+
27
+ /*! Tooltip styles */
28
+ $editor-tip-border: 1px solid rgba($black, .2) !default;
29
+ $editor-tip-bg: $content-bg !default;
30
+ $editor-tip-arrow-icon-color: $content-bg !default;
31
+ $editor-tip-title-arrow-icon-color: darken($gray-100, 2%) !default;
32
+ $editor-tip-arrow-bdr-color: rgba($black, .2) !default;
33
+ $editor-tip-title-arrow-bdr-color: rgba($black, .2) !default;
34
+ $editor-tip-box-shadow: none !default;
35
+
36
+ /*! Tip Content styles */
37
+ $editor-tip-content-bdr-radius: 4px !default;
38
+ $editor-popup-tip-content-bdr-radius: 4px !default;
39
+
40
+ /*! Title styles */
41
+ $editor-tip-title-font-weight: 700 !default;
42
+ $editor-big-tip-title-font-size: 16px !default;
43
+ $editor-nrml-tip-title-font-size: 14px !default;
44
+ $editor-big-tip-title-padding: 0 0 0 16px !default;
45
+ $editor-nrml-tip-title-padding: 0 0 0 14px !default;
46
+ $editor-rtl-big-tip-title-padding: 0 16px 0 0 !default;
47
+ $editor-rtl-nrml-tip-title-padding: 0 14px 0 0 !default;
48
+ $editor-big-tip-title-container-size: 36px !default;
49
+ $editor-nrml-tip-title-container-size: 31px !default;
50
+ $editor-tio-title-border-bottom: 0 !default;
51
+ $editor-tip-title-bg: darken($gray-100, 2%) !default;
52
+ $editor-tip-title-color: $gray-900 !default;
53
+
54
+ /*! Wrapper styles */
55
+ $editor-big-tip-wrapper-padding: 16px !default;
56
+ $editor-nrml-tip-wrapper-padding: 14px !default;
57
+ $editor-big-wrapper-title-with-padding: 16px !default;
58
+ $editor-nrml-wrapper-title-with-padding: 14px !default;
59
+
60
+ /*! Component group styles */
61
+ $editor-component-bottom-margin: 4px !default;
62
+
63
+ /*! Button styles */
64
+ $editor-buttons-top-margin: 4px !default;
65
+ $editor-btn-save-icon-size: 14px !default;
66
+ $editor-btn-cancel-icon-size: 14px !default;
67
+ $editor-big-btn-save-margin: 0 4px 0 0 !default;
68
+ $editor-nrml-btn-save-margin: 0 3px 0 0 !default;
69
+ $editor-big-btn-cancel-margin: 0 0 0 4px !default;
70
+ $editor-nrml-btn-cancel-margin: 0 0 0 3px !default;
71
+ $editor-rtl-big-btn-save-margin: 0 0 0 4px !default;
72
+ $editor-rtl-nrml-btn-save-margin: 0 0 0 3px !default;
73
+ $editor-rtl-big-btn-cancel-margin: 0 4px 0 0 !default;
74
+ $editor-rtl-nrml-btn-cancel-margin: 0 3px 0 0 !default;
75
+ $editor-btn-icon-color: $gray-700 !default;