@syncfusion/ej2-angular-inplace-editor 32.2.3-ngcc → 33.1.44-ngcc
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/README.md +35 -25
- package/dist/ej2-angular-inplace-editor.umd.js +1 -1
- package/dist/ej2-angular-inplace-editor.umd.min.js +1 -1
- package/package.json +15 -46
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bds-lite.scss +1 -1
- package/styles/bds.scss +1 -1
- package/styles/bootstrap-dark-lite.scss +1 -1
- package/styles/bootstrap-dark.scss +1 -1
- package/styles/bootstrap-lite.scss +1 -1
- package/styles/bootstrap.scss +1 -1
- package/styles/bootstrap4-lite.scss +1 -1
- package/styles/bootstrap4.scss +1 -1
- package/styles/bootstrap5-dark-lite.scss +1 -1
- package/styles/bootstrap5-dark.scss +1 -1
- package/styles/bootstrap5-lite.scss +1 -1
- package/styles/bootstrap5.3-lite.scss +1 -1
- package/styles/bootstrap5.3.scss +1 -1
- package/styles/bootstrap5.scss +1 -1
- package/styles/fabric-dark-lite.scss +1 -1
- package/styles/fabric-dark.scss +1 -1
- package/styles/fabric-lite.scss +1 -1
- package/styles/fabric.scss +1 -1
- package/styles/fluent-dark-lite.scss +1 -1
- package/styles/fluent-dark.scss +1 -1
- package/styles/fluent-lite.scss +1 -1
- package/styles/fluent.scss +1 -1
- package/styles/fluent2-lite.scss +1 -1
- package/styles/fluent2.scss +1 -1
- package/styles/highcontrast-light-lite.scss +1 -1
- package/styles/highcontrast-light.scss +1 -1
- package/styles/highcontrast-lite.scss +1 -1
- package/styles/highcontrast.scss +1 -1
- package/styles/inplace-editor/bds.scss +1 -1
- package/styles/inplace-editor/bootstrap-dark.scss +1 -1
- package/styles/inplace-editor/bootstrap.scss +1 -1
- package/styles/inplace-editor/bootstrap4.scss +1 -1
- package/styles/inplace-editor/bootstrap5-dark.scss +1 -1
- package/styles/inplace-editor/bootstrap5.3.scss +1 -1
- package/styles/inplace-editor/bootstrap5.scss +1 -1
- package/styles/inplace-editor/fabric-dark.scss +1 -1
- package/styles/inplace-editor/fabric.scss +1 -1
- package/styles/inplace-editor/fluent-dark.scss +1 -1
- package/styles/inplace-editor/fluent.scss +1 -1
- package/styles/inplace-editor/fluent2.scss +1 -1
- package/styles/inplace-editor/highcontrast-light.scss +1 -1
- package/styles/inplace-editor/highcontrast.scss +1 -1
- package/styles/inplace-editor/material-dark.scss +1 -1
- package/styles/inplace-editor/material.scss +1 -1
- package/styles/inplace-editor/material3-dark.scss +1 -2
- package/styles/inplace-editor/material3.scss +1 -2
- package/styles/inplace-editor/tailwind-dark.scss +1 -1
- package/styles/inplace-editor/tailwind.scss +1 -1
- package/styles/inplace-editor/tailwind3.scss +1 -1
- package/styles/material-dark-lite.scss +1 -1
- package/styles/material-dark.scss +1 -1
- package/styles/material-lite.scss +1 -1
- package/styles/material.scss +1 -1
- package/styles/material3-dark-lite.scss +1 -1
- package/styles/material3-dark.scss +1 -2
- package/styles/material3-lite.scss +1 -1
- package/styles/material3.scss +1 -2
- package/styles/tailwind-dark-lite.scss +1 -1
- package/styles/tailwind-dark.scss +1 -1
- package/styles/tailwind-lite.scss +1 -1
- package/styles/tailwind.scss +1 -1
- package/styles/tailwind3-lite.scss +1 -1
- package/styles/tailwind3.scss +1 -1
package/README.md
CHANGED
|
@@ -1,10 +1,20 @@
|
|
|
1
1
|
# ej2-angular-inplace-editor
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
The [Angular In-place Editor](https://www.syncfusion.com/react-components/react-in-place-editor) is a rich and responsive component for inline editing of text, selections, dates, and more without switching to a separate edit view. It supports “Inline” and “Popup” edit modes, integrates with editors like DropDownList and DatePicker, and works seamlessly with forms and data binding to update values efficiently.
|
|
4
|
+
|
|
5
|
+
<p align="center">
|
|
6
|
+
<a href="https://ej2.syncfusion.com/angular/documentation/inplace-editor/getting-started.html?lang=typescript&utm_source=npm&utm_campaign=inplace-editor">Getting started</a> .
|
|
7
|
+
<a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=inplace-editor#/material/inplace-editor/default.html">Online demos</a> .
|
|
8
|
+
</p>
|
|
4
9
|
|
|
5
|
-
|
|
10
|
+

|
|
6
11
|
|
|
7
|
-
>
|
|
12
|
+
<p align="center">
|
|
13
|
+
Trusted by the world's leading companies
|
|
14
|
+
<a href="https://www.syncfusion.com">
|
|
15
|
+
<img src="https://ej2.syncfusion.com/home/images/trusted_companies.png" alt="Trusted companies">
|
|
16
|
+
</a>
|
|
17
|
+
</p>
|
|
8
18
|
|
|
9
19
|
## Setup
|
|
10
20
|
|
|
@@ -13,44 +23,44 @@ To install `In-place Editor` and its dependent packages, use the following comma
|
|
|
13
23
|
```sh
|
|
14
24
|
npm install @syncfusion/ej2-angular-inplace-editor
|
|
15
25
|
```
|
|
26
|
+
## Supported frameworks
|
|
16
27
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
* [Getting Started](https://ej2.syncfusion.com/angular/documentation/inplace-editor/getting-started.html?lang=typescript&utm_source=npm&utm_campaign=inplace-editor)
|
|
20
|
-
* [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=inplace-editor#/material/inplace-editor/default.html)
|
|
21
|
-
* [Product Page](https://www.syncfusion.com/angular-ui-controls/inplace-editor)
|
|
28
|
+
In-place Editor control is also offered in the following list of frameworks.
|
|
22
29
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
In-place Editor component is also offered in following list of frameworks.
|
|
26
|
-
|
|
27
|
-
1. [React](https://github.com/syncfusion/ej2-react-ui-components/tree/master/components/inplace-editor)
|
|
28
|
-
2. [VueJS](https://github.com/syncfusion/ej2-vue-ui-components/tree/master/components/inplace-editor)
|
|
29
|
-
3. [JavaScript (ES5)](https://www.syncfusion.com/javascript-ui-controls/inplace-editor)
|
|
30
|
-
3. [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls/inplace-editor)
|
|
31
|
-
4. [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls/inplace-editor)
|
|
32
|
-
5. [JavaScript (ES5)](https://www.syncfusion.com/javascript-ui-controls/inplace-editor)
|
|
30
|
+
| [<img src="https://ej2.syncfusion.com/github/images/angular-new.svg" height="50" />](https://www.syncfusion.com/angular-ui-components?utm_medium=listing&utm_source=github)<br/> [Angular](https://www.syncfusion.com/angular-ui-components?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/react.svg" height="50" />](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)<br/> [React](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/vue.svg" height="50" />](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)<br/> [Vue](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/netcore.svg" height="50" />](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)<br/> [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/netmvc.svg" height="50" />](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)<br/> [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github) |
|
|
31
|
+
| :-----: | :-----: | :-----: | :-----: | :-----: |
|
|
33
32
|
|
|
34
33
|
## Key Features
|
|
35
34
|
|
|
36
|
-
*
|
|
35
|
+
* [Render mode](https://ej2.syncfusion.com/angular/documentation/inplace-editor/configuration) - Provides two types of rendering modes when editing the input, namely “Inline” and “Popup”.
|
|
37
36
|
* **Component integration** - Support to integrate components such as “DropDownList”, “DatePicker”,” AutoComplete”, etc. to the In-place Editor.
|
|
38
|
-
*
|
|
39
|
-
*
|
|
37
|
+
* [Data binding](https://ej2.syncfusion.com/angular/documentation/inplace-editor/data-binding) - Bind the In-place Editor component with an array of JSON objects or DataManager to save the edited data to the server.
|
|
38
|
+
* [Customization](https://ej2.syncfusion.com/javascript/documentation/in-place-editor/style) - Offers UI customization such as popup, buttons, and also denotes editable content state.
|
|
40
39
|
* **Template** - Templates can be used to integrate custom controls to the In-place Editor.
|
|
41
|
-
*
|
|
40
|
+
* [Globalization](https://ej2.syncfusion.com/javascript/documentation/in-place-editor/localization) - Provides right to left and localization support.
|
|
41
|
+
|
|
42
|
+
## Resources
|
|
43
|
+
|
|
44
|
+
* [Documentation](https://ej2.syncfusion.com/angular/documentation/inplace-editor/getting-started)
|
|
45
|
+
* [Theme Studio](https://ej2.syncfusion.com/themestudio/)
|
|
46
|
+
* [What's New](https://www.syncfusion.com/products/whatsnew/angular?utm_medium=listing&utm_source=github)
|
|
47
|
+
* [Road Map](https://www.syncfusion.com/products/roadmap/angular)
|
|
48
|
+
* [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=angular&type=all)
|
|
42
49
|
|
|
43
50
|
## Support
|
|
44
51
|
|
|
45
52
|
Product support is available for through following mediums.
|
|
46
53
|
|
|
47
|
-
*
|
|
54
|
+
* [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
|
|
55
|
+
* [Community forum](https://www.syncfusion.com/forums/angular-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-button-npm)
|
|
48
56
|
* New [GitHub issue](https://github.com/syncfusion/ej2-javascript-ui-controls/issues/new).
|
|
49
57
|
* Ask your query in Stack Overflow with tag `syncfusion`, `ej2`.
|
|
58
|
+
* [Request feature or report bug](https://www.syncfusion.com/feedback/angular?utm_source=npm&utm_medium=listing&utm_campaign=angular-button-npm)
|
|
59
|
+
* Live chat
|
|
50
60
|
|
|
51
|
-
## License
|
|
61
|
+
## License and copyright
|
|
52
62
|
|
|
53
|
-
|
|
63
|
+
> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
|
|
54
64
|
|
|
55
65
|
## Changelog
|
|
56
66
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-inplace-editor.umd.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 33.1.44
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2025. 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-angular-inplace-editor.umd.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 33.1.44
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2025. 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,45 +1,16 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"_requested": {
|
|
9
|
-
"type": "range",
|
|
10
|
-
"registry": true,
|
|
11
|
-
"raw": "@syncfusion/ej2-angular-inplace-editor@*",
|
|
12
|
-
"name": "@syncfusion/ej2-angular-inplace-editor",
|
|
13
|
-
"escapedName": "@syncfusion%2fej2-angular-inplace-editor",
|
|
14
|
-
"scope": "@syncfusion",
|
|
15
|
-
"rawSpec": "*",
|
|
16
|
-
"saveSpec": null,
|
|
17
|
-
"fetchSpec": "*"
|
|
18
|
-
},
|
|
19
|
-
"_requiredBy": [
|
|
20
|
-
"/"
|
|
21
|
-
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-angular-inplace-editor/-/ej2-angular-inplace-editor-32.1.1.tgz",
|
|
23
|
-
"_shasum": "e917504c8aee6e6975bad3c6e4a1595be1ef419c",
|
|
24
|
-
"_spec": "@syncfusion/ej2-angular-inplace-editor@*",
|
|
25
|
-
"_where": "D:\\SF3992\\WFH\\Nexus\\release",
|
|
26
|
-
"author": {
|
|
27
|
-
"name": "Syncfusion Inc."
|
|
28
|
-
},
|
|
29
|
-
"bugs": {
|
|
30
|
-
"url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
|
|
31
|
-
},
|
|
32
|
-
"bundleDependencies": false,
|
|
2
|
+
"name": "@syncfusion/ej2-angular-inplace-editor",
|
|
3
|
+
"version": "33.1.44-ngcc",
|
|
4
|
+
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for Angular",
|
|
5
|
+
"author": "Syncfusion Inc.",
|
|
6
|
+
"license": "SEE LICENSE IN license",
|
|
7
|
+
"schematics": "./schematics/collection.json",
|
|
33
8
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-
|
|
35
|
-
"@syncfusion/ej2-base": "~
|
|
36
|
-
"@syncfusion/ej2-inplace-editor": "
|
|
9
|
+
"@syncfusion/ej2-base": "~33.1.44",
|
|
10
|
+
"@syncfusion/ej2-angular-base": "~33.1.44",
|
|
11
|
+
"@syncfusion/ej2-inplace-editor": "33.1.44"
|
|
37
12
|
},
|
|
38
|
-
"deprecated": false,
|
|
39
|
-
"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
13
|
"devDependencies": {},
|
|
41
|
-
"es2015": "@syncfusion/ej2-angular-inplace-editor.js",
|
|
42
|
-
"homepage": "https://www.syncfusion.com/angular-components",
|
|
43
14
|
"keywords": [
|
|
44
15
|
"angular",
|
|
45
16
|
"ng",
|
|
@@ -47,17 +18,15 @@
|
|
|
47
18
|
"angular-inplace-editor-component",
|
|
48
19
|
"ej2-angular-inplace-editor"
|
|
49
20
|
],
|
|
50
|
-
"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",
|
|
54
|
-
"name": "@syncfusion/ej2-angular-inplace-editor",
|
|
55
21
|
"repository": {
|
|
56
22
|
"type": "git",
|
|
57
|
-
"url": "
|
|
23
|
+
"url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
|
|
58
24
|
},
|
|
59
|
-
"schematics": "./schematics/collection.json",
|
|
60
25
|
"sideEffects": false,
|
|
26
|
+
"main": "dist/ej2-angular-inplace-editor.umd.js",
|
|
27
|
+
"module": "@syncfusion/ej2-angular-inplace-editor.es5.js",
|
|
28
|
+
"es2015": "@syncfusion/ej2-angular-inplace-editor.js",
|
|
61
29
|
"typings": "ej2-angular-inplace-editor.d.ts",
|
|
62
|
-
"
|
|
30
|
+
"metadata": "ej2-angular-inplace-editor.metadata.json",
|
|
31
|
+
"homepage": "https://www.syncfusion.com/angular-components"
|
|
63
32
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-inplace-editor";
|
|
2
|
-
export declare const pkgVer = "^21.
|
|
2
|
+
export declare const pkgVer = "^21.3.7";
|
|
3
3
|
export declare const moduleName = "InPlaceEditorModule";
|
|
4
|
-
export declare const themeVer = "~21.
|
|
4
|
+
export declare const themeVer = "~21.3.7";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-inplace-editor';
|
|
4
|
-
exports.pkgVer = '^
|
|
4
|
+
exports.pkgVer = '^33.1.44';
|
|
5
5
|
exports.moduleName = 'InPlaceEditorModule';
|
|
6
|
-
exports.themeVer = '~
|
|
6
|
+
exports.themeVer = '~33.1.44';
|
package/styles/bds-lite.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/bds-lite' as *;
|
package/styles/bds.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'inplace-editor/bds' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/bootstrap-dark-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'inplace-editor/bootstrap-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/bootstrap-lite' as *;
|
package/styles/bootstrap.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'inplace-editor/bootstrap' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/bootstrap4-lite' as *;
|
package/styles/bootstrap4.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'inplace-editor/bootstrap4' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/bootstrap5-dark-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'inplace-editor/bootstrap5-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/bootstrap5-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/bootstrap5.3-lite' as *;
|
package/styles/bootstrap5.3.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'inplace-editor/bootstrap5.3' as *;
|
package/styles/bootstrap5.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'inplace-editor/bootstrap5' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/fabric-dark-lite' as *;
|
package/styles/fabric-dark.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'inplace-editor/fabric-dark' as *;
|
package/styles/fabric-lite.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/fabric-lite' as *;
|
package/styles/fabric.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'inplace-editor/fabric' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/fluent-dark-lite' as *;
|
package/styles/fluent-dark.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'inplace-editor/fluent-dark' as *;
|
package/styles/fluent-lite.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/fluent-lite' as *;
|
package/styles/fluent.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'inplace-editor/fluent' as *;
|
package/styles/fluent2-lite.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/fluent2-lite' as *;
|
package/styles/fluent2.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'inplace-editor/fluent2' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/highcontrast-light-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'inplace-editor/highcontrast-light' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/highcontrast-lite' as *;
|
package/styles/highcontrast.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'inplace-editor/highcontrast' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/styles/inplace-editor/bds' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/styles/inplace-editor/bootstrap-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/styles/inplace-editor/bootstrap' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/styles/inplace-editor/bootstrap4' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/styles/inplace-editor/bootstrap5-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/styles/inplace-editor/bootstrap5.3' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/styles/inplace-editor/bootstrap5' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/styles/inplace-editor/fabric-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/styles/inplace-editor/fabric' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/styles/inplace-editor/fluent-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/styles/inplace-editor/fluent' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/styles/inplace-editor/fluent2' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/styles/inplace-editor/highcontrast-light' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/styles/inplace-editor/highcontrast' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/styles/inplace-editor/material-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/styles/inplace-editor/material' as *;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
@import 'ej2-inplace-editor/styles/inplace-editor/material3-dark.scss';
|
|
1
|
+
@use 'ej2-inplace-editor/styles/inplace-editor/material3-dark' as *;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
@import 'ej2-inplace-editor/styles/inplace-editor/material3.scss';
|
|
1
|
+
@use 'ej2-inplace-editor/styles/inplace-editor/material3' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/styles/inplace-editor/tailwind-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/styles/inplace-editor/tailwind' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/styles/inplace-editor/tailwind3' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/material-dark-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'inplace-editor/material-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/material-lite' as *;
|
package/styles/material.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'inplace-editor/material' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/material3-dark-lite' as *;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
@import 'inplace-editor/material3-dark.scss';
|
|
1
|
+
@use 'inplace-editor/material3-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/material3-lite' as *;
|
package/styles/material3.scss
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
@import 'inplace-editor/material3.scss';
|
|
1
|
+
@use 'inplace-editor/material3' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/tailwind-dark-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'inplace-editor/tailwind-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/tailwind-lite' as *;
|
package/styles/tailwind.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'inplace-editor/tailwind' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-inplace-editor/tailwind3-lite' as *;
|
package/styles/tailwind3.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'inplace-editor/tailwind3' as *;
|