@syncfusion/ej2-react-inplace-editor 23.1.40 → 23.2.4

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: ej2-react-inplace-editor.min.js
3
- * version : 23.1.40
3
+ * version : 23.2.4
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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-inplace-editor.umd.min.js
3
- * version : 23.1.40
3
+ * version : 23.2.4
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-react-inplace-editor@*",
3
- "_id": "@syncfusion/ej2-react-inplace-editor@23.1.36",
3
+ "_id": "@syncfusion/ej2-react-inplace-editor@23.1.41",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-TPEC7FUApaWvLsJyqj/egPyze7g5sJJ5urP196URocWzwX3L3InqARGmTlwaM9o8kDcscTwreRj+MwnX9i+IIQ==",
5
+ "_integrity": "sha512-0vf8w8hkNm/tA6V9WCbdQMHXbF2nHsy2mLXgYZc1pPJTrz3FFzJlAFvkm/kn/TOuzWCFap+2GAr15H25LAglwg==",
6
6
  "_location": "/@syncfusion/ej2-react-inplace-editor",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-inplace-editor/-/ej2-react-inplace-editor-23.1.36.tgz",
23
- "_shasum": "073e5f5df233ce8322cb146005b7ab98be5398bd",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-inplace-editor/-/ej2-react-inplace-editor-23.1.41.tgz",
23
+ "_shasum": "e0c8b4fade0eb8f829e63f73524e62c742060169",
24
24
  "_spec": "@syncfusion/ej2-react-inplace-editor@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~23.1.38",
35
- "@syncfusion/ej2-inplace-editor": "23.1.40",
36
- "@syncfusion/ej2-react-base": "~23.1.36"
34
+ "@syncfusion/ej2-base": "~23.2.4",
35
+ "@syncfusion/ej2-inplace-editor": "23.2.4",
36
+ "@syncfusion/ej2-react-base": "~23.2.4"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for React",
@@ -54,6 +54,6 @@
54
54
  "type": "git",
55
55
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
56
56
  },
57
- "version": "23.1.40",
57
+ "version": "23.2.4",
58
58
  "sideEffects": false
59
59
  }
@@ -13,7 +13,7 @@ export interface InPlaceEditorTypecast {
13
13
  export declare class InPlaceEditorComponent extends InPlaceEditor {
14
14
  state: Readonly<{
15
15
  children?: React.ReactNode | React.ReactNode[];
16
- }> & Readonly<InPlaceEditorModel & DefaultHtmlAttributes | InPlaceEditorTypecast>;
16
+ }> & Readonly<InPlaceEditorModel | DefaultHtmlAttributes | InPlaceEditorTypecast>;
17
17
  setState: any;
18
18
  private getDefaultAttributes;
19
19
  initRenderCalled: boolean;
@@ -23,7 +23,7 @@ export declare class InPlaceEditorComponent extends InPlaceEditor {
23
23
  private immediateRender;
24
24
  props: Readonly<{
25
25
  children?: React.ReactNode | React.ReactNode[];
26
- }> & Readonly<InPlaceEditorModel & DefaultHtmlAttributes | InPlaceEditorTypecast>;
26
+ }> & Readonly<InPlaceEditorModel | DefaultHtmlAttributes | InPlaceEditorTypecast>;
27
27
  forceUpdate: (callBack?: () => any) => void;
28
28
  context: Object;
29
29
  portals: any;
@@ -133,6 +133,11 @@
133
133
  width: 40px;
134
134
  }
135
135
 
136
+ .e-multi-select-wrapper .e-searcher input[type=text],
137
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
138
+ color: #fff;
139
+ }
140
+
136
141
  /* stylelint-disable property-no-vendor-prefix */
137
142
  @keyframes material-spinner-rotate {
138
143
  0% {
@@ -125,13 +125,24 @@
125
125
  }
126
126
 
127
127
  .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
128
- font-size: 8px;
128
+ font-size: 12px;
129
+ }
130
+
131
+ .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
132
+ .e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
133
+ font-size: 14px;
129
134
  }
130
135
 
131
- .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
136
+ .e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
137
+ .e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
132
138
  font-size: 10px;
133
139
  }
134
140
 
141
+ .e-small.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
142
+ .e-small.e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
143
+ font-size: 12px;
144
+ }
145
+
135
146
  .e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
136
147
  font-size: 14px;
137
148
  line-height: 34px;
@@ -165,6 +176,25 @@
165
176
  border-right-width: 0;
166
177
  }
167
178
 
179
+ .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
180
+ font-size: 12px;
181
+ }
182
+
183
+ .e-bigger .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
184
+ .e-bigger.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
185
+ font-size: 14px;
186
+ }
187
+
188
+ .e-small .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
189
+ .e-small.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
190
+ font-size: 10px;
191
+ }
192
+
193
+ .e-small.e-bigger .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
194
+ .e-small.e-bigger.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
195
+ font-size: 12px;
196
+ }
197
+
168
198
  .e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
169
199
  border-left-width: 0;
170
200
  border-radius: 4px 0 0 4px;
@@ -172,7 +172,8 @@
172
172
  width: 24px;
173
173
  }
174
174
 
175
- .e-multi-select-wrapper .e-searcher input[type=text] {
175
+ .e-multi-select-wrapper .e-searcher input[type=text],
176
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
176
177
  color: #fff;
177
178
  height: 100%;
178
179
  }
@@ -172,7 +172,8 @@
172
172
  width: 24px;
173
173
  }
174
174
 
175
- .e-multi-select-wrapper .e-searcher input[type=text] {
175
+ .e-multi-select-wrapper .e-searcher input[type=text],
176
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
176
177
  color: #212529;
177
178
  height: 100%;
178
179
  }
@@ -100,6 +100,11 @@
100
100
  margin: 2px 2px 2px 0;
101
101
  }
102
102
 
103
+ .e-multi-select-wrapper .e-searcher input[type=text],
104
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
105
+ color: #fff;
106
+ }
107
+
103
108
  /* stylelint-disable property-no-vendor-prefix */
104
109
  @keyframes material-spinner-rotate {
105
110
  0% {
@@ -1,5 +1,22 @@
1
1
  /* stylelint-disable property-no-vendor-prefix */
2
2
  /* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
3
+ .e-daterangepicker.e-popup .e-calendar .e-header .e-title {
4
+ width: 65%;
5
+ }
6
+
7
+ .e-daterangepicker.e-popup.e-small .e-calendar .e-header .e-title {
8
+ width: 61%;
9
+ }
10
+
11
+ .e-daterangepicker.e-popup.e-bigger .e-calendar .e-header .e-title,
12
+ .e-daterangepicker.e-popup.e-device .e-calendar .e-header .e-title {
13
+ width: 72%;
14
+ }
15
+
16
+ .e-daterangepicker.e-popup.e-bigger.e-small .e-calendar .e-header .e-title {
17
+ width: 70%;
18
+ }
19
+
3
20
  .e-popup.e-ddl {
4
21
  border-radius: 4px;
5
22
  box-shadow: none;
@@ -152,7 +169,8 @@
152
169
  width: 24px;
153
170
  }
154
171
 
155
- .e-multi-select-wrapper .e-searcher input[type=text] {
172
+ .e-multi-select-wrapper .e-searcher input[type=text],
173
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
156
174
  color: #f3f2f1;
157
175
  height: 100%;
158
176
  }
package/styles/fluent.css CHANGED
@@ -1,5 +1,22 @@
1
1
  /* stylelint-disable property-no-vendor-prefix */
2
2
  /* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
3
+ .e-daterangepicker.e-popup .e-calendar .e-header .e-title {
4
+ width: 65%;
5
+ }
6
+
7
+ .e-daterangepicker.e-popup.e-small .e-calendar .e-header .e-title {
8
+ width: 61%;
9
+ }
10
+
11
+ .e-daterangepicker.e-popup.e-bigger .e-calendar .e-header .e-title,
12
+ .e-daterangepicker.e-popup.e-device .e-calendar .e-header .e-title {
13
+ width: 72%;
14
+ }
15
+
16
+ .e-daterangepicker.e-popup.e-bigger.e-small .e-calendar .e-header .e-title {
17
+ width: 70%;
18
+ }
19
+
3
20
  .e-popup.e-ddl {
4
21
  border-radius: 4px;
5
22
  box-shadow: none;
@@ -152,7 +169,8 @@
152
169
  width: 24px;
153
170
  }
154
171
 
155
- .e-multi-select-wrapper .e-searcher input[type=text] {
172
+ .e-multi-select-wrapper .e-searcher input[type=text],
173
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
156
174
  color: #201f1e;
157
175
  height: 100%;
158
176
  }
@@ -179,6 +179,11 @@
179
179
  width: 30px;
180
180
  }
181
181
 
182
+ .e-multi-select-wrapper .e-searcher input[type=text],
183
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
184
+ color: #fff;
185
+ }
186
+
182
187
  /* stylelint-disable property-no-vendor-prefix */
183
188
  @keyframes material-spinner-rotate {
184
189
  0% {
@@ -133,6 +133,11 @@
133
133
  width: 40px;
134
134
  }
135
135
 
136
+ .e-multi-select-wrapper .e-searcher input[type=text],
137
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
138
+ color: #fff;
139
+ }
140
+
136
141
  /* stylelint-disable property-no-vendor-prefix */
137
142
  @keyframes material-spinner-rotate {
138
143
  0% {
@@ -125,13 +125,24 @@
125
125
  }
126
126
 
127
127
  .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
128
- font-size: 8px;
128
+ font-size: 12px;
129
+ }
130
+
131
+ .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
132
+ .e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
133
+ font-size: 14px;
129
134
  }
130
135
 
131
- .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
136
+ .e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
137
+ .e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
132
138
  font-size: 10px;
133
139
  }
134
140
 
141
+ .e-small.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
142
+ .e-small.e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
143
+ font-size: 12px;
144
+ }
145
+
135
146
  .e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
136
147
  font-size: 14px;
137
148
  line-height: 34px;
@@ -165,6 +176,25 @@
165
176
  border-right-width: 0;
166
177
  }
167
178
 
179
+ .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
180
+ font-size: 12px;
181
+ }
182
+
183
+ .e-bigger .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
184
+ .e-bigger.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
185
+ font-size: 14px;
186
+ }
187
+
188
+ .e-small .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
189
+ .e-small.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
190
+ font-size: 10px;
191
+ }
192
+
193
+ .e-small.e-bigger .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
194
+ .e-small.e-bigger.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
195
+ font-size: 12px;
196
+ }
197
+
168
198
  .e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
169
199
  border-left-width: 0;
170
200
  border-radius: 4px 0 0 4px;
@@ -172,7 +172,8 @@
172
172
  width: 24px;
173
173
  }
174
174
 
175
- .e-multi-select-wrapper .e-searcher input[type=text] {
175
+ .e-multi-select-wrapper .e-searcher input[type=text],
176
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
176
177
  color: #fff;
177
178
  height: 100%;
178
179
  }
@@ -172,7 +172,8 @@
172
172
  width: 24px;
173
173
  }
174
174
 
175
- .e-multi-select-wrapper .e-searcher input[type=text] {
175
+ .e-multi-select-wrapper .e-searcher input[type=text],
176
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
176
177
  color: #212529;
177
178
  height: 100%;
178
179
  }
@@ -100,6 +100,11 @@
100
100
  margin: 2px 2px 2px 0;
101
101
  }
102
102
 
103
+ .e-multi-select-wrapper .e-searcher input[type=text],
104
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
105
+ color: #fff;
106
+ }
107
+
103
108
  /* stylelint-disable property-no-vendor-prefix */
104
109
  @keyframes material-spinner-rotate {
105
110
  0% {
@@ -1,5 +1,22 @@
1
1
  /* stylelint-disable property-no-vendor-prefix */
2
2
  /* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
3
+ .e-daterangepicker.e-popup .e-calendar .e-header .e-title {
4
+ width: 65%;
5
+ }
6
+
7
+ .e-daterangepicker.e-popup.e-small .e-calendar .e-header .e-title {
8
+ width: 61%;
9
+ }
10
+
11
+ .e-daterangepicker.e-popup.e-bigger .e-calendar .e-header .e-title,
12
+ .e-daterangepicker.e-popup.e-device .e-calendar .e-header .e-title {
13
+ width: 72%;
14
+ }
15
+
16
+ .e-daterangepicker.e-popup.e-bigger.e-small .e-calendar .e-header .e-title {
17
+ width: 70%;
18
+ }
19
+
3
20
  .e-popup.e-ddl {
4
21
  border-radius: 4px;
5
22
  box-shadow: none;
@@ -152,7 +169,8 @@
152
169
  width: 24px;
153
170
  }
154
171
 
155
- .e-multi-select-wrapper .e-searcher input[type=text] {
172
+ .e-multi-select-wrapper .e-searcher input[type=text],
173
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
156
174
  color: #f3f2f1;
157
175
  height: 100%;
158
176
  }
@@ -1,5 +1,22 @@
1
1
  /* stylelint-disable property-no-vendor-prefix */
2
2
  /* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
3
+ .e-daterangepicker.e-popup .e-calendar .e-header .e-title {
4
+ width: 65%;
5
+ }
6
+
7
+ .e-daterangepicker.e-popup.e-small .e-calendar .e-header .e-title {
8
+ width: 61%;
9
+ }
10
+
11
+ .e-daterangepicker.e-popup.e-bigger .e-calendar .e-header .e-title,
12
+ .e-daterangepicker.e-popup.e-device .e-calendar .e-header .e-title {
13
+ width: 72%;
14
+ }
15
+
16
+ .e-daterangepicker.e-popup.e-bigger.e-small .e-calendar .e-header .e-title {
17
+ width: 70%;
18
+ }
19
+
3
20
  .e-popup.e-ddl {
4
21
  border-radius: 4px;
5
22
  box-shadow: none;
@@ -152,7 +169,8 @@
152
169
  width: 24px;
153
170
  }
154
171
 
155
- .e-multi-select-wrapper .e-searcher input[type=text] {
172
+ .e-multi-select-wrapper .e-searcher input[type=text],
173
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
156
174
  color: #201f1e;
157
175
  height: 100%;
158
176
  }
@@ -179,6 +179,11 @@
179
179
  width: 30px;
180
180
  }
181
181
 
182
+ .e-multi-select-wrapper .e-searcher input[type=text],
183
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
184
+ color: #fff;
185
+ }
186
+
182
187
  /* stylelint-disable property-no-vendor-prefix */
183
188
  @keyframes material-spinner-rotate {
184
189
  0% {
@@ -120,7 +120,8 @@
120
120
  width: 28px;
121
121
  }
122
122
 
123
- .e-multi-select-wrapper .e-searcher input[type=text] {
123
+ .e-multi-select-wrapper .e-searcher input[type=text],
124
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
124
125
  color: #fff;
125
126
  height: 100%;
126
127
  }
@@ -120,7 +120,8 @@
120
120
  width: 28px;
121
121
  }
122
122
 
123
- .e-multi-select-wrapper .e-searcher input[type=text] {
123
+ .e-multi-select-wrapper .e-searcher input[type=text],
124
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
124
125
  color: #111827;
125
126
  height: 100%;
126
127
  }
@@ -120,7 +120,8 @@
120
120
  width: 28px;
121
121
  }
122
122
 
123
- .e-multi-select-wrapper .e-searcher input[type=text] {
123
+ .e-multi-select-wrapper .e-searcher input[type=text],
124
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
124
125
  color: #fff;
125
126
  height: 100%;
126
127
  }
@@ -120,7 +120,8 @@
120
120
  width: 28px;
121
121
  }
122
122
 
123
- .e-multi-select-wrapper .e-searcher input[type=text] {
123
+ .e-multi-select-wrapper .e-searcher input[type=text],
124
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
124
125
  color: #111827;
125
126
  height: 100%;
126
127
  }