@syncfusion/ej2-angular-inplace-editor 21.2.3 → 22.1.34
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/license +10 -0
- package/package.json +13 -8
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap.css +2 -2
- package/styles/bootstrap4.css +2 -2
- package/styles/inplace-editor/_material3-dark-definition.scss +1 -0
- package/styles/inplace-editor/_material3-definition.scss +70 -0
- package/styles/inplace-editor/_theme.scss +7 -1
- package/styles/inplace-editor/bootstrap.css +2 -2
- package/styles/inplace-editor/bootstrap4.css +2 -2
- package/styles/inplace-editor/icons/_material3-dark.scss +1 -0
- package/styles/inplace-editor/material3-dark.css +795 -0
- package/styles/inplace-editor/material3-dark.scss +27 -0
- package/styles/inplace-editor/material3.css +851 -0
- package/styles/inplace-editor/material3.scss +27 -0
- package/styles/material3-dark.css +795 -0
- package/styles/material3-dark.scss +3 -0
- package/styles/material3.css +851 -0
- package/styles/material3.scss +3 -0
- package/schematics/collection.json +0 -35
- package/schematics/generators/inplaceeditor-inline/index.d.ts +0 -3
- package/schematics/generators/inplaceeditor-inline/index.js +0 -8
- package/schematics/generators/inplaceeditor-inline/sample-details.d.ts +0 -5
- package/schematics/generators/inplaceeditor-inline/sample-details.js +0 -7
- package/schematics/generators/inplaceeditor-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/inplaceeditor-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
- package/schematics/generators/inplaceeditor-inline/schema.d.ts +0 -3
- package/schematics/generators/inplaceeditor-inline/schema.js +0 -2
- package/schematics/generators/inplaceeditor-inline/schema.json +0 -125
- package/schematics/generators/inplaceeditor-popup/index.d.ts +0 -3
- package/schematics/generators/inplaceeditor-popup/index.js +0 -8
- package/schematics/generators/inplaceeditor-popup/sample-details.d.ts +0 -5
- package/schematics/generators/inplaceeditor-popup/sample-details.js +0 -7
- package/schematics/generators/inplaceeditor-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/inplaceeditor-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
- package/schematics/generators/inplaceeditor-popup/schema.d.ts +0 -3
- package/schematics/generators/inplaceeditor-popup/schema.js +0 -2
- package/schematics/generators/inplaceeditor-popup/schema.json +0 -125
- package/schematics/generators/inplaceeditor-popup-position/index.d.ts +0 -3
- package/schematics/generators/inplaceeditor-popup-position/index.js +0 -8
- package/schematics/generators/inplaceeditor-popup-position/sample-details.d.ts +0 -5
- package/schematics/generators/inplaceeditor-popup-position/sample-details.js +0 -7
- package/schematics/generators/inplaceeditor-popup-position/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/inplaceeditor-popup-position/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
- package/schematics/generators/inplaceeditor-popup-position/schema.d.ts +0 -3
- package/schematics/generators/inplaceeditor-popup-position/schema.js +0 -2
- package/schematics/generators/inplaceeditor-popup-position/schema.json +0 -125
- package/schematics/generators/inplaceeditor-template/index.d.ts +0 -3
- package/schematics/generators/inplaceeditor-template/index.js +0 -8
- package/schematics/generators/inplaceeditor-template/sample-details.d.ts +0 -5
- package/schematics/generators/inplaceeditor-template/sample-details.js +0 -7
- package/schematics/generators/inplaceeditor-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/inplaceeditor-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
- package/schematics/generators/inplaceeditor-template/schema.d.ts +0 -3
- package/schematics/generators/inplaceeditor-template/schema.js +0 -2
- package/schematics/generators/inplaceeditor-template/schema.json +0 -125
- package/schematics/generators/inplaceeditor-validation/index.d.ts +0 -3
- package/schematics/generators/inplaceeditor-validation/index.js +0 -8
- package/schematics/generators/inplaceeditor-validation/sample-details.d.ts +0 -5
- package/schematics/generators/inplaceeditor-validation/sample-details.js +0 -7
- package/schematics/generators/inplaceeditor-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/inplaceeditor-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
- package/schematics/generators/inplaceeditor-validation/schema.d.ts +0 -3
- package/schematics/generators/inplaceeditor-validation/schema.js +0 -2
- package/schematics/generators/inplaceeditor-validation/schema.json +0 -125
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
package/license
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
Essential JS 2 library is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.
|
|
2
|
+
|
|
3
|
+
To be qualified for the Syncfusion Community License Program you must have a gross revenue of less than one (1) million U.S. dollars ($1,000,000.00 USD) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
|
|
4
|
+
|
|
5
|
+
Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.
|
|
6
|
+
|
|
7
|
+
Under no circumstances can you use this product without (1) either a Community License or a commercial license and (2) without agreeing and abiding by Syncfusion’s license containing all terms and conditions.
|
|
8
|
+
|
|
9
|
+
The Syncfusion license that contains the terms and conditions can be found at
|
|
10
|
+
https://www.syncfusion.com/content/downloads/syncfusion_license.pdf
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-inplace-editor@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-inplace-editor@
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-inplace-editor@20.1.55",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-q58UOfSKte51t3TgNV85odC94E/XvSpUJSQ9MdxoR6D4z9F/TXO3RZ5XlAJmaISEaCfUG9tceTolStls5aHkXg==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-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-angular-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-release/@syncfusion/ej2-angular-inplace-editor/-/ej2-angular-inplace-editor-20.1.55.tgz",
|
|
23
|
+
"_shasum": "751965162f88762d01cf71ccf2c764a048c5408b",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-inplace-editor@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~
|
|
35
|
-
"@syncfusion/ej2-base": "~
|
|
36
|
-
"@syncfusion/ej2-inplace-editor": "
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~22.1.34",
|
|
35
|
+
"@syncfusion/ej2-base": "~22.1.34",
|
|
36
|
+
"@syncfusion/ej2-inplace-editor": "22.1.34",
|
|
37
37
|
"tslib": "^2.3.0"
|
|
38
38
|
},
|
|
39
39
|
"deprecated": false,
|
|
@@ -57,6 +57,11 @@
|
|
|
57
57
|
"fesm2020": "fesm2020/syncfusion-ej2-angular-inplace-editor.mjs",
|
|
58
58
|
"homepage": "https://www.syncfusion.com/angular-components",
|
|
59
59
|
"keywords": [
|
|
60
|
+
"ej2",
|
|
61
|
+
"Syncfusion",
|
|
62
|
+
"web-components",
|
|
63
|
+
"inplace-editor",
|
|
64
|
+
"editor",
|
|
60
65
|
"angular",
|
|
61
66
|
"ng",
|
|
62
67
|
"angular-inplace-editor",
|
|
@@ -73,5 +78,5 @@
|
|
|
73
78
|
"schematics": "./schematics/collection.json",
|
|
74
79
|
"sideEffects": false,
|
|
75
80
|
"typings": "syncfusion-ej2-angular-inplace-editor.d.ts",
|
|
76
|
-
"version": "
|
|
81
|
+
"version": "22.1.34"
|
|
77
82
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -197,8 +197,8 @@
|
|
|
197
197
|
.e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-rte-fontcolor-dropdown,
|
|
198
198
|
.e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-rte-numberformatlist-dropdown,
|
|
199
199
|
.e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-rte-bulletformatlist-dropdown {
|
|
200
|
-
padding-bottom:
|
|
201
|
-
padding-top:
|
|
200
|
+
padding-bottom: 1px;
|
|
201
|
+
padding-top: 1px;
|
|
202
202
|
}
|
|
203
203
|
.e-rte-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown.e-tbar-btn.e-btn:hover, .e-rte-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown.e-tbar-btn.e-btn.e-active, .e-rte-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown.e-tbar-btn.e-btn.e-active:hover,
|
|
204
204
|
.e-rte-toolbar .e-toolbar-items .e-rte-fontcolor-dropdown.e-tbar-btn.e-btn:hover,
|
package/styles/bootstrap4.css
CHANGED
|
@@ -284,8 +284,8 @@
|
|
|
284
284
|
}
|
|
285
285
|
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-inline-dropdown.e-control.e-tbar-btn.e-btn, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-inline-dropdown.e-control.e-tbar-btn.e-btn {
|
|
286
286
|
border: 1px solid transparent;
|
|
287
|
-
padding-bottom:
|
|
288
|
-
padding-top:
|
|
287
|
+
padding-bottom: 0;
|
|
288
|
+
padding-top: 0;
|
|
289
289
|
}
|
|
290
290
|
.e-richtexteditor .e-rte-content {
|
|
291
291
|
border-bottom-left-radius: 4px;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import './material3-definition.scss';
|
|
@@ -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: 8px 36px 8px 16px !default;
|
|
5
|
+
$editor-nrml-value-container-padding: 6px 30px 6px 12px !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 !default;
|
|
9
|
+
$editor-nrml-value-margin: 0 8px 0 0 !default;
|
|
10
|
+
$editor-rtl-big-value-margin: 0 0 0 28px !default;
|
|
11
|
+
$editor-rtl-nrml-value-margin: 0 0 0 32px !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: 0 !default;
|
|
18
|
+
$editor-tip-content-bdr-radius: 4px !default;
|
|
19
|
+
$editor-popup-tip-content-bdr-radius: 20px !default;
|
|
20
|
+
$editor-popup-tip-wrapper-bdr-radius: 0 !default;
|
|
21
|
+
$editor-tip-title-font-weight: $font-weight-normal !default;
|
|
22
|
+
$editor-big-tip-title-font-size: $text-2xl !default;
|
|
23
|
+
$editor-nrml-tip-title-font-size: $text-base !default;
|
|
24
|
+
$editor-big-tip-title-padding: 24px !default;
|
|
25
|
+
$editor-nrml-tip-title-padding: 20px 20px 12px 20px !default;
|
|
26
|
+
$editor-rtl-big-tip-title-padding: 12px 16px 12px 16px !default;
|
|
27
|
+
$editor-rtl-nrml-tip-title-padding: 9px 12px 9px 12px !default;
|
|
28
|
+
$editor-big-tip-title-container-size: 46px !default;
|
|
29
|
+
$editor-nrml-tip-title-container-size: 24px !default;
|
|
30
|
+
$editor-big-tip-wrapper-padding: 24px !default;
|
|
31
|
+
$editor-nrml-tip-wrapper-padding: 20px !default;
|
|
32
|
+
$editor-big-wrapper-title-with-padding: 24px !default;
|
|
33
|
+
$editor-nrml-wrapper-title-with-padding: 20px !default;
|
|
34
|
+
$editor-component-bottom-margin: 4px !default;
|
|
35
|
+
$editor-buttons-top-margin: 4px !default;
|
|
36
|
+
$editor-btn-save-icon-size: 16px !default;
|
|
37
|
+
$editor-btn-cancel-icon-size: 16px !default;
|
|
38
|
+
$editor-big-btn-save-margin: 0 4px 0 0 !default;
|
|
39
|
+
$editor-nrml-btn-save-margin: 0 6px 0 0 !default;
|
|
40
|
+
$editor-big-btn-cancel-margin: 0 0 0 4px !default;
|
|
41
|
+
$editor-nrml-btn-cancel-margin: 0 0 0 6px !default;
|
|
42
|
+
$editor-rtl-big-btn-save-margin: 0 0 0 4px !default;
|
|
43
|
+
$editor-rtl-nrml-btn-save-margin: 0 0 0 6px !default;
|
|
44
|
+
$editor-rtl-big-btn-cancel-margin: 0 4px 0 0 !default;
|
|
45
|
+
$editor-rtl-nrml-btn-cancel-margin: 0 6px 0 0 !default;
|
|
46
|
+
|
|
47
|
+
//Layout Variable End
|
|
48
|
+
|
|
49
|
+
//Theme Variable Start
|
|
50
|
+
$editor-value-hover-bg: $content-bg-color-alt2 !default;
|
|
51
|
+
$editor-value-text-color: rgba($content-text-color) !default;
|
|
52
|
+
$editor-overlay-icon-color: rgba($icon-color) !default;
|
|
53
|
+
$editor-value-text-border: 1px solid rgba($content-text-color) !default;
|
|
54
|
+
$editor-background-color: $transparent !default;
|
|
55
|
+
$wrapper-background-color: $flyout-bg-color !default;
|
|
56
|
+
$editor-tip-border: 0 !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-alt1 !default;
|
|
60
|
+
$editor-tip-arrow-bdr-color: $flyout-bg-color !default;
|
|
61
|
+
$editor-tip-title-arrow-bdr-color: rgba($border) !default;
|
|
62
|
+
$editor-tip-box-shadow: $shadow-lg !default;
|
|
63
|
+
$editor-tip-title-bg: $flyout-bg-color !default;
|
|
64
|
+
$editor-tio-title-border-bottom: 0 !default;
|
|
65
|
+
$editor-tip-title-color: rgba($content-text-color) !default;
|
|
66
|
+
$editable-overlay-icon-height: inherit !default;
|
|
67
|
+
$editable-overlay-icon: 0 !default;
|
|
68
|
+
$editor-btn-icon-color: rgba($icon-color) !default;
|
|
69
|
+
|
|
70
|
+
//Theme Variable End
|
|
@@ -204,13 +204,16 @@
|
|
|
204
204
|
&.e-tooltip-wrap.e-popup {
|
|
205
205
|
background: $editor-tip-bg;
|
|
206
206
|
box-shadow: $editor-tip-box-shadow;
|
|
207
|
-
@if $skin-name == 'FluentUI' {
|
|
207
|
+
@if $skin-name == 'FluentUI' or $skin-name == 'Material3' {
|
|
208
208
|
border-radius: $editor-popup-tip-wrapper-bdr-radius;
|
|
209
209
|
}
|
|
210
210
|
|
|
211
211
|
.e-tip-content {
|
|
212
212
|
border-radius: $editor-popup-tip-content-bdr-radius;
|
|
213
213
|
color: $editor-value-text-color;
|
|
214
|
+
@if $skin-name == 'Material3' {
|
|
215
|
+
background: $editor-tip-title-bg;
|
|
216
|
+
}
|
|
214
217
|
}
|
|
215
218
|
|
|
216
219
|
.e-arrow-tip-inner {
|
|
@@ -230,6 +233,9 @@
|
|
|
230
233
|
|
|
231
234
|
&.e-popup {
|
|
232
235
|
border: $editor-tip-border;
|
|
236
|
+
@if $skin-name == 'Material3' {
|
|
237
|
+
border-radius: 8px;
|
|
238
|
+
}
|
|
233
239
|
}
|
|
234
240
|
|
|
235
241
|
.e-editable-title {
|
|
@@ -197,8 +197,8 @@
|
|
|
197
197
|
.e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-rte-fontcolor-dropdown,
|
|
198
198
|
.e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-rte-numberformatlist-dropdown,
|
|
199
199
|
.e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-rte-bulletformatlist-dropdown {
|
|
200
|
-
padding-bottom:
|
|
201
|
-
padding-top:
|
|
200
|
+
padding-bottom: 1px;
|
|
201
|
+
padding-top: 1px;
|
|
202
202
|
}
|
|
203
203
|
.e-rte-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown.e-tbar-btn.e-btn:hover, .e-rte-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown.e-tbar-btn.e-btn.e-active, .e-rte-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown.e-tbar-btn.e-btn.e-active:hover,
|
|
204
204
|
.e-rte-toolbar .e-toolbar-items .e-rte-fontcolor-dropdown.e-tbar-btn.e-btn:hover,
|
|
@@ -284,8 +284,8 @@
|
|
|
284
284
|
}
|
|
285
285
|
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-inline-dropdown.e-control.e-tbar-btn.e-btn, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-inline-dropdown.e-control.e-tbar-btn.e-btn {
|
|
286
286
|
border: 1px solid transparent;
|
|
287
|
-
padding-bottom:
|
|
288
|
-
padding-top:
|
|
287
|
+
padding-bottom: 0;
|
|
288
|
+
padding-top: 0;
|
|
289
289
|
}
|
|
290
290
|
.e-richtexteditor .e-rte-content {
|
|
291
291
|
border-bottom-left-radius: 4px;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import './material3.scss';
|