@syncfusion/ej2-inplace-editor 24.2.7 → 25.2.3

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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 24.2.7
3
+ * version : 25.2.3
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. 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@24.2.4",
3
+ "_id": "@syncfusion/ej2-inplace-editor@25.1.35",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-4Jcf9ewpwJWvb9kk0LXEuoiV1nGeyfhrgZtiHYY6vapMxfAfZGEqQ7dQrBo5qnRL43gXHXqThqbK1q0Rdq08lg==",
5
+ "_integrity": "sha512-mCewsMWC2UltBcHXufePV5LVcGQifHNn0hJGQdlS63V+So35F84HUvxEYluKo1CNn+Pkn95kbtpwqhW2KUXRSA==",
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": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-inplace-editor/-/ej2-inplace-editor-24.2.4.tgz",
28
- "_shasum": "4fff99ddcff99ee87b0e207684772cfaba6e54ad",
27
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-inplace-editor/-/ej2-inplace-editor-25.1.35.tgz",
28
+ "_shasum": "6add029670ce7940c9cfe99a33bc6bc266d5eae2",
29
29
  "_spec": "@syncfusion/ej2-inplace-editor@*",
30
- "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
30
+ "_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
31
31
  "author": {
32
32
  "name": "Syncfusion Inc."
33
33
  },
@@ -36,18 +36,18 @@
36
36
  },
37
37
  "bundleDependencies": false,
38
38
  "dependencies": {
39
- "@syncfusion/ej2-base": "~24.2.7",
40
- "@syncfusion/ej2-buttons": "~24.2.7",
41
- "@syncfusion/ej2-calendars": "~24.2.5",
42
- "@syncfusion/ej2-data": "~24.2.3",
43
- "@syncfusion/ej2-dropdowns": "~24.2.7",
44
- "@syncfusion/ej2-inputs": "~24.2.7",
45
- "@syncfusion/ej2-lists": "~24.2.4",
46
- "@syncfusion/ej2-navigations": "~24.2.4",
47
- "@syncfusion/ej2-notifications": "~24.2.4",
48
- "@syncfusion/ej2-popups": "~24.2.5",
49
- "@syncfusion/ej2-richtexteditor": "~24.2.7",
50
- "@syncfusion/ej2-splitbuttons": "~24.2.7"
39
+ "@syncfusion/ej2-base": "~25.2.3",
40
+ "@syncfusion/ej2-buttons": "~25.2.3",
41
+ "@syncfusion/ej2-calendars": "~25.2.3",
42
+ "@syncfusion/ej2-data": "~25.2.3",
43
+ "@syncfusion/ej2-dropdowns": "~25.2.3",
44
+ "@syncfusion/ej2-inputs": "~25.2.3",
45
+ "@syncfusion/ej2-lists": "~25.2.3",
46
+ "@syncfusion/ej2-navigations": "~25.2.3",
47
+ "@syncfusion/ej2-notifications": "~25.2.3",
48
+ "@syncfusion/ej2-popups": "~25.2.3",
49
+ "@syncfusion/ej2-richtexteditor": "~25.2.3",
50
+ "@syncfusion/ej2-splitbuttons": "~25.2.3"
51
51
  },
52
52
  "deprecated": false,
53
53
  "description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server.",
@@ -70,6 +70,6 @@
70
70
  "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
71
71
  },
72
72
  "typings": "index.d.ts",
73
- "version": "24.2.7",
73
+ "version": "25.2.3",
74
74
  "sideEffects": false
75
75
  }
@@ -515,7 +515,7 @@ export declare class InPlaceEditor extends Component<HTMLElement> implements INo
515
515
  private getEditElement;
516
516
  private getLocale;
517
517
  private checkValue;
518
- extendModelValue(val: string | number | boolean | Date | DateRange | string[] | Date[] | number[] | boolean[]): void;
518
+ extendModelValue(val: string | number | boolean | Date | object | DateRange | string[] | Date[] | number[] | boolean[] | object[]): void;
519
519
  private updateValue;
520
520
  private updateModelValue;
521
521
  setValue(): void;
@@ -1245,7 +1245,9 @@ var InPlaceEditor = /** @class */ (function (_super) {
1245
1245
  */
1246
1246
  InPlaceEditor.prototype.requiredModules = function () {
1247
1247
  var modules = [];
1248
- modules.push({ member: modulesList[this.type], args: [this] });
1248
+ if (Array.prototype.indexOf.call(this.moduleList, this.type) > -1) {
1249
+ modules.push({ member: modulesList[this.type], args: [this] });
1250
+ }
1249
1251
  return modules;
1250
1252
  };
1251
1253
  /**
@@ -138,6 +138,10 @@
138
138
  color: #fff;
139
139
  }
140
140
 
141
+ .e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
142
+ margin-top: -3.2em;
143
+ }
144
+
141
145
  /* stylelint-disable property-no-vendor-prefix */
142
146
  @keyframes material-spinner-rotate {
143
147
  0% {
@@ -131,6 +131,10 @@
131
131
  width: 40px;
132
132
  }
133
133
 
134
+ .e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
135
+ margin-top: -3.2em;
136
+ }
137
+
134
138
  /* stylelint-disable property-no-vendor-prefix */
135
139
  @keyframes material-spinner-rotate {
136
140
  0% {
@@ -150,9 +154,9 @@
150
154
  }
151
155
  .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-dropdown-btn.e-active.e-tbar-btn {
152
156
  background: #e6e6e6;
153
- border: 1px solid #8c8c8c;
154
- padding-left: 8px;
155
- padding-right: 2.5px;
157
+ border: 0;
158
+ padding-left: 9px;
159
+ padding-right: 3.5px;
156
160
  }
157
161
 
158
162
  .e-bigger .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn.e-active {
@@ -179,6 +179,11 @@
179
179
  border-left-width: 0;
180
180
  }
181
181
 
182
+ .e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon,
183
+ .e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
184
+ margin-top: -1.5em;
185
+ }
186
+
182
187
  /* stylelint-disable-line no-empty-source */
183
188
  /* stylelint-disable property-no-vendor-prefix */
184
189
  @keyframes material-spinner-rotate {
package/styles/fluent.css CHANGED
@@ -179,6 +179,11 @@
179
179
  border-left-width: 0;
180
180
  }
181
181
 
182
+ .e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon,
183
+ .e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
184
+ margin-top: -1.5em;
185
+ }
186
+
182
187
  /* stylelint-disable-line no-empty-source */
183
188
  /* stylelint-disable property-no-vendor-prefix */
184
189
  @keyframes material-spinner-rotate {
@@ -0,0 +1,70 @@
1
+ //Layout Variable Start
2
+ $editor-big-value-text-font-size: $text-base !default;
3
+ $editor-nrml-value-text-font-size: $text-sm !default;
4
+ $editor-big-value-container-padding: 7px 12px 7px 12px !default;
5
+ $editor-nrml-value-container-padding: 3px 8px 5px 8px !default;
6
+ $editor-big-value-container-spin-padding: 8px !default;
7
+ $editor-nrml-value-container-spin-padding: 8px !default;
8
+ $editor-big-value-margin: 0 30px 0 0 !default;
9
+ $editor-nrml-value-margin: 0 28px 0 0 !default;
10
+ $editor-rtl-big-value-margin: 0 0 0 30px !default;
11
+ $editor-rtl-nrml-value-margin: 0 0 0 28px !default;
12
+ $editor-big-overlay-icon-size: $text-base !default;
13
+ $editor-nrml-overlay-icon-size: $text-sm !default;
14
+ $editor-big-overlay-icon-container-size: 20px !default;
15
+ $editor-nrml-overlay-icon-container-size: 20px !default;
16
+ $editor-big-overlay-icon-left-right: 8px !default;
17
+ $editor-nrml-overlay-icon-left-right: 8px !default;
18
+ $editor-tip-content-bdr-radius: 4px !default;
19
+ $editor-popup-tip-content-bdr-radius: 4px !default;
20
+ $editor-tip-title-font-weight: 500 !default;
21
+ $editor-big-tip-title-font-size: $text-sm !default;
22
+ $editor-nrml-tip-title-font-size: $text-xs !default;
23
+ $editor-big-tip-title-padding: 7px 16px 7px 16px !default;
24
+ $editor-nrml-tip-title-padding: 6px 12px 6px 12px !default;
25
+ $editor-rtl-big-tip-title-padding: 7px 16px 7px 16px !default;
26
+ $editor-rtl-nrml-tip-title-padding: 6px 12px 6px 12px !default;
27
+ $editor-big-tip-title-container-size: 36px !default;
28
+ $editor-nrml-tip-title-container-size: 30px !default;
29
+ $editor-big-tip-wrapper-padding: 16px !default;
30
+ $editor-nrml-tip-wrapper-padding: 12px !default;
31
+ $editor-big-wrapper-title-with-padding: 16px !default;
32
+ $editor-nrml-wrapper-title-with-padding: 12px !default;
33
+ $editor-component-bottom-margin: 4px !default;
34
+ $editor-buttons-top-margin: 4px !default;
35
+ $editor-btn-save-icon-size: 16px !default;
36
+ $editor-btn-cancel-icon-size: 16px !default;
37
+ $editor-big-btn-save-margin: 0 4px 0 0 !default;
38
+ $editor-nrml-btn-save-margin: 0 4px 0 0 !default;
39
+ $editor-big-btn-cancel-margin: 0 0 0 4px !default;
40
+ $editor-nrml-btn-cancel-margin: 0 0 0 4px !default;
41
+ $editor-rtl-big-btn-save-margin: 0 0 0 4px !default;
42
+ $editor-rtl-nrml-btn-save-margin: 0 0 0 4px !default;
43
+ $editor-rtl-big-btn-cancel-margin: 0 4px 0 0 !default;
44
+ $editor-rtl-nrml-btn-cancel-margin: 0 4px 0 0 !default;
45
+
46
+ //Layout Variable End
47
+
48
+ //Theme Variable Start
49
+ $editor-value-hover-bg: $content-bg-color-alt2 !default;
50
+ $content-text-color: $content-text-color !default;
51
+ $editor-value-text-color: $content-text-color !default;
52
+ $editor-overlay-icon-color: $icon-color !default;
53
+ $editor-value-text-border: 1px dashed $content-text-color !default;
54
+ $editor-background-color: $transparent !default;
55
+ $wrapper-background-color: $flyout-bg-color !default;
56
+ $editor-tip-border: 1px solid $border-light !default;
57
+ $editor-tip-bg: $flyout-bg-color !default;
58
+ $editor-tip-arrow-icon-color: $flyout-bg-color !default;
59
+ $editor-tip-title-arrow-icon-color: $content-bg-color-alt2 !default;
60
+ $editor-tip-arrow-bdr-color: $content-bg-color-alt2 !default;
61
+ $editor-tip-title-arrow-bdr-color: $content-bg-color-alt2 !default;
62
+ $editor-tip-box-shadow: $shadow-lg !default;
63
+ $editor-tip-title-bg: $content-bg-color-alt2 !default;
64
+ $editor-tio-title-border-bottom: 0 !default;
65
+ $editor-tip-title-color: $content-text-color-alt2 !default;
66
+ $editable-overlay-icon-height: inherit !default;
67
+ $editable-overlay-icon: 0 !default;
68
+ $editor-btn-icon-color: $icon-color !default;
69
+
70
+ //Theme Variable End
@@ -138,6 +138,10 @@
138
138
  color: #fff;
139
139
  }
140
140
 
141
+ .e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
142
+ margin-top: -3.2em;
143
+ }
144
+
141
145
  /* stylelint-disable property-no-vendor-prefix */
142
146
  @keyframes material-spinner-rotate {
143
147
  0% {
@@ -131,6 +131,10 @@
131
131
  width: 40px;
132
132
  }
133
133
 
134
+ .e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
135
+ margin-top: -3.2em;
136
+ }
137
+
134
138
  /* stylelint-disable property-no-vendor-prefix */
135
139
  @keyframes material-spinner-rotate {
136
140
  0% {
@@ -150,9 +154,9 @@
150
154
  }
151
155
  .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-dropdown-btn.e-active.e-tbar-btn {
152
156
  background: #e6e6e6;
153
- border: 1px solid #8c8c8c;
154
- padding-left: 8px;
155
- padding-right: 2.5px;
157
+ border: 0;
158
+ padding-left: 9px;
159
+ padding-right: 3.5px;
156
160
  }
157
161
 
158
162
  .e-bigger .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn.e-active {
@@ -179,6 +179,11 @@
179
179
  border-left-width: 0;
180
180
  }
181
181
 
182
+ .e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon,
183
+ .e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
184
+ margin-top: -1.5em;
185
+ }
186
+
182
187
  /* stylelint-disable-line no-empty-source */
183
188
  /* stylelint-disable property-no-vendor-prefix */
184
189
  @keyframes material-spinner-rotate {
@@ -179,6 +179,11 @@
179
179
  border-left-width: 0;
180
180
  }
181
181
 
182
+ .e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon,
183
+ .e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
184
+ margin-top: -1.5em;
185
+ }
186
+
182
187
  /* stylelint-disable-line no-empty-source */
183
188
  /* stylelint-disable property-no-vendor-prefix */
184
189
  @keyframes material-spinner-rotate {
@@ -0,0 +1,19 @@
1
+ @include export-module('inplaceeditor-bootstrap-icons') {
2
+
3
+ /*! inplaceeditor icons */
4
+ .e-inplaceeditor,
5
+ .e-inplaceeditor-tip {
6
+
7
+ .e-save-icon::before {
8
+ content: '\e774';
9
+ }
10
+
11
+ .e-cancel-icon::before {
12
+ content: '\e7e7';
13
+ }
14
+
15
+ .e-editable-overlay-icon::before {
16
+ content: '\e730';
17
+ }
18
+ }
19
+ }
@@ -112,6 +112,15 @@
112
112
  padding: 5px 5px 5px 12px;
113
113
  }
114
114
 
115
+ .e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
116
+ padding: 1px 0;
117
+ }
118
+
119
+ .e-small .e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text],
120
+ .e-small.e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
121
+ padding: 0;
122
+ }
123
+
115
124
  /* stylelint-disable property-no-vendor-prefix */
116
125
  @keyframes material-spinner-rotate {
117
126
  0% {
@@ -145,6 +145,15 @@
145
145
  padding: 4px 8px;
146
146
  }
147
147
 
148
+ .e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
149
+ padding: 1px 0;
150
+ }
151
+
152
+ .e-small .e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text],
153
+ .e-small.e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
154
+ padding: 0;
155
+ }
156
+
148
157
  /* stylelint-disable property-no-vendor-prefix */
149
158
  @keyframes material-spinner-rotate {
150
159
  0% {
@@ -112,6 +112,15 @@
112
112
  padding: 5px 5px 5px 12px;
113
113
  }
114
114
 
115
+ .e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
116
+ padding: 1px 0;
117
+ }
118
+
119
+ .e-small .e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text],
120
+ .e-small.e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
121
+ padding: 0;
122
+ }
123
+
115
124
  /* stylelint-disable property-no-vendor-prefix */
116
125
  @keyframes material-spinner-rotate {
117
126
  0% {
@@ -145,6 +145,15 @@
145
145
  padding: 4px 8px;
146
146
  }
147
147
 
148
+ .e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
149
+ padding: 1px 0;
150
+ }
151
+
152
+ .e-small .e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text],
153
+ .e-small.e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
154
+ padding: 0;
155
+ }
156
+
148
157
  /* stylelint-disable property-no-vendor-prefix */
149
158
  @keyframes material-spinner-rotate {
150
159
  0% {
@@ -1,41 +0,0 @@
1
- ### Bug description
2
-
3
- (Clearly and concisely describe the problem.)
4
-
5
- ### Root Cause / Analysis
6
-
7
- (Briefly describe root cause/analysis of the problem. If there is an internal discussion on the forum, provide the link.)
8
-
9
- ### Reason for not identifying earlier
10
-
11
- (Explain how it was missed to identify in our earlier testing/development.)
12
-
13
- ### Is Breaking issue.?
14
-
15
- (If it is a breaking issue, provide the commit detail which caused this break.)
16
-
17
- ### Is reported by customer in incident/forum.?
18
-
19
- (If it is reported by customer, provide the incident or forum details.)
20
-
21
- ### Solution Description
22
-
23
- (Describe your code changes in detail for reviewers.)
24
-
25
- ### Areas affected and ensured
26
-
27
- (List out the areas are affected by your code changes.)
28
-
29
- ### E2E report details against this fix
30
-
31
- (Run E2E locally and mention the details with mail attachment.)
32
-
33
- ### Did you included unit test cases.?
34
-
35
- (Provide unit testing spec coverage details.)
36
-
37
- ### Is there any API name changes.?
38
-
39
- /label ~bug
40
- /assign @ScrumMaster
41
- /cc @ProductOwner
@@ -1,27 +0,0 @@
1
- ### Feature description
2
-
3
- (Clearly and concisely describe the feature.)
4
-
5
- ### Analysis / Design
6
-
7
- (Briefly describe analysis of the feature. If there is an internal discussion on the Forum, provide the link.)
8
-
9
- ### Solution Description
10
-
11
- (Describe your code changes in detail for reviewers.)
12
-
13
- ### Areas affected and ensured
14
-
15
- (List out the areas are affected by your code changes.)
16
-
17
- ### Did you included unit test cases.?
18
-
19
- (Provide unit testing spec coverage details.)
20
-
21
- ### Is there any API name changes.?
22
-
23
- (Provide new or update of API details)
24
-
25
- /label ~bug
26
- /assign @ScrumMaster
27
- /cc @ProductOwner