@syncfusion/ej2-vue-inplace-editor 22.2.5 → 23.1.36
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.
- package/CHANGELOG.md +0 -8
- package/dist/ej2-vue-inplace-editor.umd.min.js +1 -1
- package/package.json +9 -9
- package/src/inplace-editor/inplaceeditor.component.d.ts +3 -1
- package/styles/inplace-editor/material-dark.css +0 -1
- package/styles/inplace-editor/material.css +0 -1
- package/styles/inplace-editor/material3-dark.css +0 -1
- package/styles/inplace-editor/material3-dark.scss +1 -1
- package/styles/inplace-editor/material3.css +0 -1
- package/styles/inplace-editor/material3.scss +1 -1
- package/styles/inplace-editor/tailwind-dark.css +0 -1
- package/styles/inplace-editor/tailwind.css +0 -1
- package/styles/material-dark.css +0 -1
- package/styles/material.css +0 -1
- package/styles/material3-dark.css +0 -1
- package/styles/material3.css +0 -1
- package/styles/tailwind-dark.css +0 -1
- package/styles/tailwind.css +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,14 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
## 22.1.36 (2023-06-28)
|
|
6
|
-
|
|
7
|
-
### In-place Editor
|
|
8
|
-
|
|
9
|
-
#### Bug Fixes
|
|
10
|
-
|
|
11
|
-
- `#FB182978` - Resolved an issue Hidden save and cancel icons when focused on using tab key navigation.
|
|
12
|
-
|
|
13
5
|
## 20.4.54 (2023-03-14)
|
|
14
6
|
|
|
15
7
|
### In-place Editor
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-inplace-editor.umd.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 23.1.36
|
|
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-vue-inplace-editor@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-inplace-editor@
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-inplace-editor@21.3.2",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-NjwFfnhuAOX5CkLG6gDGnYXkngublMYMQXko6BhM8E78xa0gLskDU9Y8k1oY/cZo7MnRSYHQlk9QPniPRvQbgA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-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-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-vue-inplace-editor/-/ej2-vue-inplace-editor-21.3.2.tgz",
|
|
23
|
+
"_shasum": "c041648ab992bdf01b3f5206be5d08b5ac45ba9d",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-inplace-editor@*",
|
|
25
|
-
"_where": "/jenkins/workspace/elease-
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~
|
|
35
|
-
"@syncfusion/ej2-inplace-editor": "
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~
|
|
34
|
+
"@syncfusion/ej2-base": "~23.1.36",
|
|
35
|
+
"@syncfusion/ej2-inplace-editor": "23.1.36",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~23.1.36"
|
|
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 Vue",
|
|
@@ -58,6 +58,6 @@
|
|
|
58
58
|
"ci-publish": "gulp ci-publish",
|
|
59
59
|
"compile": "gulp ci-compile && gulp vue-global-script"
|
|
60
60
|
},
|
|
61
|
-
"version": "
|
|
61
|
+
"version": "23.1.36",
|
|
62
62
|
"sideEffects": false
|
|
63
63
|
}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { DefineVueComponent } from '@syncfusion/ej2-vue-base';
|
|
2
|
+
import { InPlaceEditorModel } from '@syncfusion/ej2-inplace-editor';
|
|
1
3
|
export declare const properties: string[];
|
|
2
4
|
export declare const modelProps: string[];
|
|
3
5
|
export declare const testProp: any;
|
|
@@ -8,7 +10,7 @@ export declare const props: any, watch: any, emitProbs: any;
|
|
|
8
10
|
* <ejs-inplaceeditor></ejs-inplaceeditor>
|
|
9
11
|
* ```
|
|
10
12
|
*/
|
|
11
|
-
export declare let InPlaceEditorComponent:
|
|
13
|
+
export declare let InPlaceEditorComponent: DefineVueComponent<InPlaceEditorModel>;
|
|
12
14
|
export declare type InPlaceEditorComponent = InstanceType<typeof InPlaceEditorComponent>;
|
|
13
15
|
export declare const InPlaceEditorPlugin: {
|
|
14
16
|
name: string;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
@import 'ej2-inplace-editor/styles/inplace-editor/material3-dark.scss';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
@import 'ej2-inplace-editor/styles/inplace-editor/material3.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
1
|
/* stylelint-disable property-no-vendor-prefix */
|
|
3
2
|
/* stylelint-disable-line no-empty-source */ /*! calendar tailwind theme variables */
|
|
4
3
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
1
|
/* stylelint-disable property-no-vendor-prefix */
|
|
3
2
|
/* stylelint-disable-line no-empty-source */ /*! calendar tailwind theme variables */
|
|
4
3
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
package/styles/material-dark.css
CHANGED
package/styles/material.css
CHANGED
package/styles/material3.css
CHANGED
package/styles/tailwind-dark.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
1
|
/* stylelint-disable property-no-vendor-prefix */
|
|
3
2
|
/* stylelint-disable-line no-empty-source */ /*! calendar tailwind theme variables */
|
|
4
3
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
package/styles/tailwind.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
1
|
/* stylelint-disable property-no-vendor-prefix */
|
|
3
2
|
/* stylelint-disable-line no-empty-source */ /*! calendar tailwind theme variables */
|
|
4
3
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|