@syncfusion/ej2-inplace-editor 20.2.45 → 20.3.56

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 (63) hide show
  1. package/.eslintrc.json +1 -9
  2. package/dist/ej2-inplace-editor.min.js +10 -0
  3. package/dist/ej2-inplace-editor.umd.min.js +2 -2
  4. package/dist/ej2-inplace-editor.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-inplace-editor.es2015.js +6 -10
  6. package/dist/es6/ej2-inplace-editor.es2015.js.map +1 -1
  7. package/dist/es6/ej2-inplace-editor.es5.js +5 -8
  8. package/dist/es6/ej2-inplace-editor.es5.js.map +1 -1
  9. package/dist/global/ej2-inplace-editor.min.js +2 -2
  10. package/dist/global/ej2-inplace-editor.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +18 -18
  13. package/src/inplace-editor/base/inplace-editor-model.d.ts +7 -7
  14. package/src/inplace-editor/base/inplace-editor.js +3 -2
  15. package/src/inplace-editor/base/interface.d.ts +0 -1
  16. package/src/inplace-editor/base/models-model.d.ts +0 -2
  17. package/src/inplace-editor/base/models.d.ts +1 -3
  18. package/src/inplace-editor/base/util.d.ts +0 -1
  19. package/src/inplace-editor/base/util.js +2 -3
  20. package/src/inplace-editor/modules/combo-box.d.ts +0 -2
  21. package/src/inplace-editor/modules/combo-box.js +0 -2
  22. package/src/inplace-editor/modules/date-range-picker.d.ts +0 -1
  23. package/src/inplace-editor/modules/date-range-picker.js +0 -1
  24. package/styles/bootstrap-dark.css +3 -0
  25. package/styles/bootstrap.css +3 -1
  26. package/styles/bootstrap4.css +4 -2
  27. package/styles/bootstrap5-dark.css +17 -1
  28. package/styles/bootstrap5.css +17 -1
  29. package/styles/fabric-dark.css +3 -0
  30. package/styles/fabric.css +3 -1
  31. package/styles/fluent-dark.css +4 -1
  32. package/styles/fluent.css +4 -1
  33. package/styles/highcontrast-light.css +6 -0
  34. package/styles/highcontrast.css +6 -1
  35. package/styles/inplace-editor/_all.scss +1 -1
  36. package/styles/inplace-editor/_bootstrap5-definition.scss +3 -0
  37. package/styles/inplace-editor/_fluent-definition.scss +3 -0
  38. package/styles/inplace-editor/_fusionnew-definition.scss +3 -0
  39. package/styles/inplace-editor/_layout.scss +12 -13
  40. package/styles/inplace-editor/_material-definition.scss +1 -1
  41. package/styles/inplace-editor/_material3-definition.scss +3 -0
  42. package/styles/inplace-editor/_tailwind-definition.scss +3 -0
  43. package/styles/inplace-editor/_theme.scss +3 -3
  44. package/styles/inplace-editor/bootstrap-dark.css +3 -0
  45. package/styles/inplace-editor/bootstrap.css +3 -1
  46. package/styles/inplace-editor/bootstrap4.css +4 -2
  47. package/styles/inplace-editor/bootstrap5-dark.css +17 -1
  48. package/styles/inplace-editor/bootstrap5.css +17 -1
  49. package/styles/inplace-editor/fabric-dark.css +3 -0
  50. package/styles/inplace-editor/fabric.css +3 -1
  51. package/styles/inplace-editor/fluent-dark.css +4 -1
  52. package/styles/inplace-editor/fluent.css +4 -1
  53. package/styles/inplace-editor/highcontrast-light.css +6 -0
  54. package/styles/inplace-editor/highcontrast.css +6 -1
  55. package/styles/inplace-editor/material-dark.css +3 -0
  56. package/styles/inplace-editor/material.css +3 -1
  57. package/styles/inplace-editor/tailwind-dark.css +4 -1
  58. package/styles/inplace-editor/tailwind.css +4 -1
  59. package/styles/material-dark.css +3 -0
  60. package/styles/material.css +3 -1
  61. package/styles/tailwind-dark.css +4 -1
  62. package/styles/tailwind.css +4 -1
  63. package/tslint.json +0 -111
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 20.2.45
3
+ * version : 20.3.56
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-inplace-editor@*",
3
- "_id": "@syncfusion/ej2-inplace-editor@20.2.38",
3
+ "_id": "@syncfusion/ej2-inplace-editor@20.3.47",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-MPXSqlGiRm8iu3o9GeoywLSfctrU0tSiagSa1/AFssB51QPeShjRT7mvIn6A05lReK3hyJmR2V6emFzCA2ZQaQ==",
5
+ "_integrity": "sha512-fEpmfCTX/mKcaUlhMcf/0IYHOFvdm+b0dEPdvIZnKGBXsjG9Lb/n0mvght7LFx9qg/vnNzzaH+HGh1IGTyjAZQ==",
6
6
  "_location": "/@syncfusion/ej2-inplace-editor",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -24,10 +24,10 @@
24
24
  "/@syncfusion/ej2-react-inplace-editor",
25
25
  "/@syncfusion/ej2-vue-inplace-editor"
26
26
  ],
27
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-inplace-editor/-/ej2-inplace-editor-20.2.38.tgz",
28
- "_shasum": "0995603d74db3726be46102c9d9d462764d90556",
27
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-inplace-editor/-/ej2-inplace-editor-20.3.47.tgz",
28
+ "_shasum": "d0ebec4e3962c3d5f3c0bf09ab80d92886055341",
29
29
  "_spec": "@syncfusion/ej2-inplace-editor@*",
30
- "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
30
+ "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
31
31
  "author": {
32
32
  "name": "Syncfusion Inc."
33
33
  },
@@ -36,22 +36,22 @@
36
36
  },
37
37
  "bundleDependencies": false,
38
38
  "dependencies": {
39
- "@syncfusion/ej2-base": "~20.2.45",
40
- "@syncfusion/ej2-buttons": "~20.2.45",
41
- "@syncfusion/ej2-calendars": "~20.2.45",
42
- "@syncfusion/ej2-data": "~20.2.45",
43
- "@syncfusion/ej2-dropdowns": "~20.2.45",
44
- "@syncfusion/ej2-inputs": "~20.2.45",
45
- "@syncfusion/ej2-lists": "~20.2.45",
46
- "@syncfusion/ej2-navigations": "~20.2.45",
47
- "@syncfusion/ej2-popups": "~20.2.45",
48
- "@syncfusion/ej2-richtexteditor": "~20.2.45",
49
- "@syncfusion/ej2-splitbuttons": "~20.2.45"
39
+ "@syncfusion/ej2-base": "~20.3.56",
40
+ "@syncfusion/ej2-buttons": "~20.3.56",
41
+ "@syncfusion/ej2-calendars": "~20.3.56",
42
+ "@syncfusion/ej2-data": "~20.3.56",
43
+ "@syncfusion/ej2-dropdowns": "~20.3.56",
44
+ "@syncfusion/ej2-inputs": "~20.3.56",
45
+ "@syncfusion/ej2-lists": "~20.3.56",
46
+ "@syncfusion/ej2-navigations": "~20.3.56",
47
+ "@syncfusion/ej2-popups": "~20.3.56",
48
+ "@syncfusion/ej2-richtexteditor": "~20.3.56",
49
+ "@syncfusion/ej2-splitbuttons": "~20.3.56"
50
50
  },
51
51
  "deprecated": false,
52
52
  "description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server.",
53
53
  "devDependencies": {},
54
- "es2015": "./dist/es6/ej2-inplace-editor.es2015.js",
54
+ "es2015": "./dist/es6/ej2-inplace-editor.es5.js",
55
55
  "homepage": "https://github.com/syncfusion/ej2-javascript-ui-controls#readme",
56
56
  "keywords": [
57
57
  "ej2",
@@ -69,6 +69,6 @@
69
69
  "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
70
70
  },
71
71
  "typings": "index.d.ts",
72
- "version": "20.2.45",
72
+ "version": "20.3.56",
73
73
  "sideEffects": false
74
74
  }
@@ -8,7 +8,7 @@ import {ComponentModel} from '@syncfusion/ej2-base';
8
8
  export interface InPlaceEditorModel extends ComponentModel{
9
9
 
10
10
  /**
11
- * Specifies the name of the field which is used to map data to the server.
11
+ * Specifies the name of the field which is used to map data to the server.
12
12
  * If name is not given, then component ID is taken as mapping field name.
13
13
  *
14
14
  * {% codeBlock src='inplace-editor/name/index.md' %}{% endcodeBlock %}
@@ -39,13 +39,13 @@ export interface InPlaceEditorModel extends ComponentModel{
39
39
 
40
40
  /**
41
41
  * Defines whether to allow the cross-scripting site or not.
42
- *
42
+ *
43
43
  * @default true
44
44
  */
45
45
  enableHtmlSanitizer?: boolean;
46
46
 
47
47
  /**
48
- * It enables or disables the parsing of HTML string content into HTML DOM elements for In-place Editor.
48
+ * It enables or disables the parsing of HTML string content into HTML DOM elements for In-place Editor.
49
49
  * If the value of the property is set to false, the In-place Editor value will be displayed as HTML string instead of HTML DOM elements.
50
50
  *
51
51
  * @default true
@@ -54,7 +54,7 @@ export interface InPlaceEditorModel extends ComponentModel{
54
54
 
55
55
  /**
56
56
  * Defines single/multiple classes (separated by space) to be used for customization of In-place editor.
57
- *
57
+ *
58
58
  * @default ''
59
59
  */
60
60
  cssClass?: string;
@@ -140,7 +140,7 @@ export interface InPlaceEditorModel extends ComponentModel{
140
140
  *
141
141
  * - `Never`: The corresponding field value will never be set initially in the component.
142
142
  * - `Always`: The corresponding field value will be set initially in the component.
143
- *
143
+ *
144
144
  * @default 'Never'
145
145
  */
146
146
  textOption?: textOptionType;
@@ -152,7 +152,7 @@ export interface InPlaceEditorModel extends ComponentModel{
152
152
  * - `Cancel`: Cancel's the editing and resets the old content.
153
153
  * - `Submit`: Submit the edited content to the server.
154
154
  * - `Ignore`: No action is perform with this type and allows to have many containers open.
155
- *
155
+ *
156
156
  * @default 'Submit'
157
157
  */
158
158
  actionOnBlur?: ActionBlur;
@@ -169,7 +169,7 @@ export interface InPlaceEditorModel extends ComponentModel{
169
169
 
170
170
  /**
171
171
  * Specifies whether to enable editing mode or not.
172
- *
172
+ *
173
173
  * @default false
174
174
  */
175
175
  disabled?: boolean;
@@ -55,10 +55,11 @@ var InPlaceEditor = /** @class */ (function (_super) {
55
55
  * @param {string} element - Specifies the element for which In-place editor applies.
56
56
  */
57
57
  function InPlaceEditor(options, element) {
58
- return _super.call(this, options, element) || this;
58
+ var _this = _super.call(this, options, element) || this;
59
+ _this.needsID = true;
60
+ return _this;
59
61
  }
60
62
  InPlaceEditor.prototype.initializeValue = function () {
61
- this.needsID = true;
62
63
  this.initRender = true;
63
64
  this.isTemplate = false;
64
65
  this.isVue = false;
@@ -6,7 +6,6 @@ import { AutoComplete, ComboBox, MultiSelect, FieldSettingsModel } from '@syncfu
6
6
  import { RenderMode } from './inplace-editor';
7
7
  /**
8
8
  * Defines component types that can be used in the In-place Editor.
9
- *
10
9
  * @hidden
11
10
  */
12
11
  export declare type Component = AutoComplete | ColorPicker | ComboBox | DateRangePicker | MultiSelect | RichTextEditor | Slider | TimePicker;
@@ -7,14 +7,12 @@ export interface PopupSettingsModel {
7
7
 
8
8
  /**
9
9
  * Specifies title for the editor popup.
10
- *
11
10
  * @default ''
12
11
  */
13
12
  title?: string;
14
13
 
15
14
  /**
16
15
  * Specifies model for editor popup customization like position, animation,etc.
17
- *
18
16
  * @default null
19
17
  */
20
18
  model?: TooltipModel;
@@ -6,13 +6,11 @@ import { TooltipModel } from '@syncfusion/ej2-popups';
6
6
  export declare class PopupSettings extends ChildProperty<PopupSettings> {
7
7
  /**
8
8
  * Specifies title for the editor popup.
9
- *
10
9
  * @default ''
11
10
  */
12
11
  title: string;
13
12
  /**
14
13
  * Specifies model for editor popup customization like position, animation,etc.
15
- *
16
14
  * @default null
17
15
  */
18
16
  model: TooltipModel;
@@ -20,7 +18,7 @@ export declare class PopupSettings extends ChildProperty<PopupSettings> {
20
18
  /**
21
19
  * @hidden
22
20
  */
23
- export declare let modulesList: {
21
+ export declare const modulesList: {
24
22
  [key: string]: string;
25
23
  };
26
24
  /**
@@ -14,7 +14,6 @@ declare type modelType = AutoCompleteModel | ColorPickerModel | ComboBoxModel |
14
14
  */
15
15
  export declare function parseValue(type: string, val: valueType, model: modelType): string;
16
16
  /**
17
- *
18
17
  * @param {string} type - specifies the string value
19
18
  * @param {valueType} val - specifies the value type
20
19
  * @returns {valueType} - returns the value type
@@ -60,7 +60,6 @@ export function parseValue(type, val, model) {
60
60
  return result;
61
61
  }
62
62
  /**
63
- *
64
63
  * @param {string} type - specifies the string value
65
64
  * @param {valueType} val - specifies the value type
66
65
  * @returns {valueType} - returns the value type
@@ -91,7 +90,7 @@ export function getCompValue(type, val) {
91
90
  export function encode(value) {
92
91
  var data = [];
93
92
  for (var i = value.length - 1; i >= 0; i--) {
94
- data.unshift(["&#", value[i].charCodeAt(0), ";"].join(""));
93
+ data.unshift(['&#', value[i].charCodeAt(0), ';'].join(''));
95
94
  }
96
- return data.join("");
95
+ return data.join('');
97
96
  }
@@ -18,7 +18,6 @@ export declare class ComboBox implements IComponent {
18
18
  showPopup(): void;
19
19
  /**
20
20
  * Destroys the module.
21
- *
22
21
  * @function destroy
23
22
  * @returns {void}
24
23
  * @hidden
@@ -27,7 +26,6 @@ export declare class ComboBox implements IComponent {
27
26
  updateValue(e: NotifyParams): void;
28
27
  /**
29
28
  * For internal use only - Get the module name.
30
- *
31
29
  * @returns {string} - returns the string
32
30
  */
33
31
  private getModuleName;
@@ -27,7 +27,6 @@ var ComboBox = /** @class */ (function () {
27
27
  };
28
28
  /**
29
29
  * Destroys the module.
30
- *
31
30
  * @function destroy
32
31
  * @returns {void}
33
32
  * @hidden
@@ -43,7 +42,6 @@ var ComboBox = /** @class */ (function () {
43
42
  };
44
43
  /**
45
44
  * For internal use only - Get the module name.
46
- *
47
45
  * @returns {string} - returns the string
48
46
  */
49
47
  ComboBox.prototype.getModuleName = function () {
@@ -13,7 +13,6 @@ export declare class DateRangePicker implements IComponent {
13
13
  focus(): void;
14
14
  /**
15
15
  * For internal use only - Get the module name.
16
- *
17
16
  * @returns {string} - returns the string
18
17
  */
19
18
  private getModuleName;
@@ -19,7 +19,6 @@ var DateRangePicker = /** @class */ (function () {
19
19
  };
20
20
  /**
21
21
  * For internal use only - Get the module name.
22
- *
23
22
  * @returns {string} - returns the string
24
23
  */
25
24
  DateRangePicker.prototype.getModuleName = function () {
@@ -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
  }
@@ -176,7 +177,7 @@
176
177
 
177
178
  .e-bigger .e-multi-select-wrapper .e-chips-close {
178
179
  height: 30px;
179
- width: 30px;
180
+ width: auto;
180
181
  }
181
182
 
182
183
  .e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus.e-hover {
@@ -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);
@@ -1,2 +1,2 @@
1
- @import 'layout.scss';
1
+ @import 'layout.scss';
2
2
  @import 'theme.scss';
@@ -1,4 +1,5 @@
1
1
  $inplace-skin: 'bootstrap5' !default;
2
+
2
3
  //Layout Variable Start
3
4
  $editor-big-value-text-font-size: $text-base !default;
4
5
  $editor-nrml-value-text-font-size: $text-sm !default;
@@ -43,6 +44,7 @@ $editor-rtl-big-btn-save-margin: 0 0 0 4px !default;
43
44
  $editor-rtl-nrml-btn-save-margin: 0 0 0 4px !default;
44
45
  $editor-rtl-big-btn-cancel-margin: 0 4px 0 0 !default;
45
46
  $editor-rtl-nrml-btn-cancel-margin: 0 4px 0 0 !default;
47
+
46
48
  //Layout Variable End
47
49
 
48
50
  //Theme Variable Start
@@ -65,4 +67,5 @@ $editor-tip-title-color: $content-text-color !default;
65
67
  $editable-overlay-icon-height: inherit !default;
66
68
  $editable-overlay-icon: 0 !default;
67
69
  $editor-btn-icon-color: $icon-color !default;
70
+
68
71
  //Theme Variable End
@@ -1,4 +1,5 @@
1
1
  $inplace-skin: 'FluentUI' !default;
2
+
2
3
  //Layout Variable Start
3
4
  $editor-big-value-text-font-size: $text-base !default;
4
5
  $editor-nrml-value-text-font-size: $text-sm !default;
@@ -44,6 +45,7 @@ $editor-rtl-big-btn-save-margin: 0 0 0 6px !default;
44
45
  $editor-rtl-nrml-btn-save-margin: 0 0 0 4px !default;
45
46
  $editor-rtl-big-btn-cancel-margin: 0 6px 0 0 !default;
46
47
  $editor-rtl-nrml-btn-cancel-margin: 0 4px 0 0 !default;
48
+
47
49
  //Layout Variable End
48
50
 
49
51
  //Theme Variable Start
@@ -66,4 +68,5 @@ $editor-tip-title-color: $content-text-color !default;
66
68
  $editable-overlay-icon-height: inherit !default;
67
69
  $editable-overlay-icon: 0 !default;
68
70
  $editor-btn-icon-color: $icon-color !default;
71
+
69
72
  //Theme Variable End
@@ -1,4 +1,5 @@
1
1
  $inplace-skin: 'bootstrap5' !default;
2
+
2
3
  //Layout Variable Start
3
4
  $editor-big-value-text-font-size: $text-base !default;
4
5
  $editor-nrml-value-text-font-size: $text-sm !default;
@@ -43,6 +44,7 @@ $editor-rtl-big-btn-save-margin: 0 0 0 4px !default;
43
44
  $editor-rtl-nrml-btn-save-margin: 0 0 0 4px !default;
44
45
  $editor-rtl-big-btn-cancel-margin: 0 4px 0 0 !default;
45
46
  $editor-rtl-nrml-btn-cancel-margin: 0 4px 0 0 !default;
47
+
46
48
  //Layout Variable End
47
49
 
48
50
  //Theme Variable Start
@@ -65,4 +67,5 @@ $editor-tip-title-color: $content-text-color !default;
65
67
  $editable-overlay-icon-height: inherit !default;
66
68
  $editable-overlay-icon: 0 !default;
67
69
  $editor-btn-icon-color: $icon-color !default;
70
+
68
71
  //Theme Variable End