@syncfusion/ej2-inplace-editor 32.1.24 → 33.1.44
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/.eslintrc.json +4 -31
- package/dist/ej2-inplace-editor.min.js +1 -1
- package/dist/ej2-inplace-editor.umd.min.js +1 -1
- package/dist/global/ej2-inplace-editor.min.js +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +13 -13
- package/styles/inplace-editor/material3-dark.css +0 -5
- package/styles/inplace-editor/material3.css +0 -5
- package/styles/material3-dark-lite.css +0 -5
- package/styles/material3-dark.css +0 -5
- package/styles/material3-lite.css +0 -5
- package/styles/material3.css +0 -5
- package/aceconfig.js +0 -17
- package/tslint.json +0 -111
package/.eslintrc.json
CHANGED
|
@@ -6,8 +6,7 @@
|
|
|
6
6
|
"extends": [
|
|
7
7
|
"eslint:recommended",
|
|
8
8
|
"plugin:@typescript-eslint/recommended",
|
|
9
|
-
"plugin:jsdoc/recommended"
|
|
10
|
-
"plugin:security/recommended"
|
|
9
|
+
"plugin:jsdoc/recommended"
|
|
11
10
|
],
|
|
12
11
|
"parser": "@typescript-eslint/parser",
|
|
13
12
|
"parserOptions": {
|
|
@@ -15,42 +14,16 @@
|
|
|
15
14
|
"ecmaVersion": 2018,
|
|
16
15
|
"project": "./tsconfig.json",
|
|
17
16
|
"sourceType": "module"
|
|
18
|
-
|
|
19
|
-
"ignorePatterns": ["*.d.ts", "*.js"],
|
|
17
|
+
},
|
|
20
18
|
"plugins": [
|
|
21
19
|
"@typescript-eslint",
|
|
22
20
|
"@typescript-eslint/tslint",
|
|
23
|
-
"eslint-plugin-security",
|
|
24
21
|
"jsdoc"
|
|
25
22
|
],
|
|
26
23
|
"rules": {
|
|
27
24
|
"use-isnan": "error",
|
|
28
|
-
"
|
|
29
|
-
"security/detect-buffer-noassert":"error",
|
|
30
|
-
"security/detect-child-process":"error",
|
|
31
|
-
"security/detect-disable-mustache-escape":"error",
|
|
32
|
-
"security/detect-eval-with-expression":"error",
|
|
33
|
-
"security/detect-no-csrf-before-method-override":"error",
|
|
34
|
-
"security/detect-non-literal-fs-filename":"error",
|
|
35
|
-
"security/detect-non-literal-regexp":"error",
|
|
36
|
-
"security/detect-non-literal-require":"error",
|
|
37
|
-
"security/detect-object-injection":"error",
|
|
38
|
-
"security/detect-possible-timing-attacks":"error",
|
|
39
|
-
"security/detect-pseudoRandomBytes":"error",
|
|
40
|
-
"security/detect-new-buffer":"error",
|
|
41
|
-
"security/detect-bidi-characters":"error",
|
|
42
|
-
"no-prototype-builtins": "warn",
|
|
43
|
-
"no-extend-native": ["warn"],
|
|
25
|
+
"jsdoc/check-tag-names": ["error", { "definedTags": ["hidden", "isGenericType", "isDataSource", "aspType", "blazorDefaultValue", "aspDefaultValueIgnore", "blazorDefaultValueIgnore", "aspIgnore", "isEnumeration", "blazorType", "blazorProperty"] }],
|
|
44
26
|
"@typescript-eslint/no-inferrable-types": "off",
|
|
45
|
-
"@typescript-eslint/ban-types": ["warn", {
|
|
46
|
-
"types": {
|
|
47
|
-
"Object": false,
|
|
48
|
-
"object": false,
|
|
49
|
-
"{}": false,
|
|
50
|
-
"Function": false
|
|
51
|
-
}
|
|
52
|
-
}],
|
|
53
|
-
"jsdoc/check-tag-names": 0,
|
|
54
27
|
"@typescript-eslint/tslint/config": [
|
|
55
28
|
"error",
|
|
56
29
|
{
|
|
@@ -187,7 +160,7 @@
|
|
|
187
160
|
"error",
|
|
188
161
|
"never"
|
|
189
162
|
],
|
|
190
|
-
"@typescript-eslint/no-explicit-any": "
|
|
163
|
+
"@typescript-eslint/no-explicit-any": "error",
|
|
191
164
|
"no-cond-assign": [
|
|
192
165
|
"error",
|
|
193
166
|
"always"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-inplace-editor.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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-inplace-editor.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/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-inplace-editor",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "33.1.44",
|
|
4
4
|
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server.",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -8,18 +8,18 @@
|
|
|
8
8
|
"module": "./index.js",
|
|
9
9
|
"es2015": "./dist/es6/ej2-inplace-editor.es5.js",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@syncfusion/ej2-base": "~
|
|
12
|
-
"@syncfusion/ej2-buttons": "~
|
|
13
|
-
"@syncfusion/ej2-calendars": "~
|
|
14
|
-
"@syncfusion/ej2-data": "~
|
|
15
|
-
"@syncfusion/ej2-dropdowns": "~
|
|
16
|
-
"@syncfusion/ej2-inputs": "~
|
|
17
|
-
"@syncfusion/ej2-lists": "~
|
|
18
|
-
"@syncfusion/ej2-navigations": "~
|
|
19
|
-
"@syncfusion/ej2-notifications": "~
|
|
20
|
-
"@syncfusion/ej2-popups": "~
|
|
21
|
-
"@syncfusion/ej2-richtexteditor": "~
|
|
22
|
-
"@syncfusion/ej2-splitbuttons": "~
|
|
11
|
+
"@syncfusion/ej2-base": "~33.1.44",
|
|
12
|
+
"@syncfusion/ej2-buttons": "~33.1.44",
|
|
13
|
+
"@syncfusion/ej2-calendars": "~33.1.44",
|
|
14
|
+
"@syncfusion/ej2-data": "~33.1.44",
|
|
15
|
+
"@syncfusion/ej2-dropdowns": "~33.1.44",
|
|
16
|
+
"@syncfusion/ej2-inputs": "~33.1.44",
|
|
17
|
+
"@syncfusion/ej2-lists": "~33.1.44",
|
|
18
|
+
"@syncfusion/ej2-navigations": "~33.1.44",
|
|
19
|
+
"@syncfusion/ej2-notifications": "~33.1.44",
|
|
20
|
+
"@syncfusion/ej2-popups": "~33.1.44",
|
|
21
|
+
"@syncfusion/ej2-richtexteditor": "~33.1.44",
|
|
22
|
+
"@syncfusion/ej2-splitbuttons": "~33.1.44"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {},
|
|
25
25
|
"keywords": [
|
|
@@ -1132,7 +1132,6 @@
|
|
|
1132
1132
|
border-bottom: 0;
|
|
1133
1133
|
}
|
|
1134
1134
|
.e-inplaceeditor .e-editable-value-wrapper:hover {
|
|
1135
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
|
|
1136
1135
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
1137
1136
|
border-radius: 4px;
|
|
1138
1137
|
}
|
|
@@ -1150,7 +1149,6 @@
|
|
|
1150
1149
|
border-bottom: 0;
|
|
1151
1150
|
}
|
|
1152
1151
|
.e-inplaceeditor .e-editable-value-container:hover {
|
|
1153
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
|
|
1154
1152
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
1155
1153
|
border-radius: 4px;
|
|
1156
1154
|
}
|
|
@@ -1182,7 +1180,6 @@
|
|
|
1182
1180
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
1183
1181
|
}
|
|
1184
1182
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup {
|
|
1185
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
|
|
1186
1183
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
|
|
1187
1184
|
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
|
|
1188
1185
|
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
|
|
@@ -1191,7 +1188,6 @@
|
|
|
1191
1188
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-tip-content {
|
|
1192
1189
|
border-radius: 20px;
|
|
1193
1190
|
color: rgba(var(--color-sf-on-surface));
|
|
1194
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
|
|
1195
1191
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
|
|
1196
1192
|
}
|
|
1197
1193
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-inner {
|
|
@@ -1208,7 +1204,6 @@
|
|
|
1208
1204
|
border-radius: 8px;
|
|
1209
1205
|
}
|
|
1210
1206
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-editable-title {
|
|
1211
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
|
|
1212
1207
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
|
|
1213
1208
|
border-bottom: 0;
|
|
1214
1209
|
color: rgba(var(--color-sf-on-surface));
|
|
@@ -1138,7 +1138,6 @@
|
|
|
1138
1138
|
border-bottom: 0;
|
|
1139
1139
|
}
|
|
1140
1140
|
.e-inplaceeditor .e-editable-value-wrapper:hover {
|
|
1141
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
|
|
1142
1141
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
1143
1142
|
border-radius: calc(var(--e-radius) * 0.25);
|
|
1144
1143
|
}
|
|
@@ -1156,7 +1155,6 @@
|
|
|
1156
1155
|
border-bottom: 0;
|
|
1157
1156
|
}
|
|
1158
1157
|
.e-inplaceeditor .e-editable-value-container:hover {
|
|
1159
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
|
|
1160
1158
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
1161
1159
|
border-radius: calc(var(--e-radius) * 0.25);
|
|
1162
1160
|
}
|
|
@@ -1188,7 +1186,6 @@
|
|
|
1188
1186
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
1189
1187
|
}
|
|
1190
1188
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup {
|
|
1191
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-surface), 1)), to(rgba(var(--color-sf-surface), 1))), rgba(var(--color-sf-surface));
|
|
1192
1189
|
background: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
|
|
1193
1190
|
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
|
|
1194
1191
|
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
|
|
@@ -1197,7 +1194,6 @@
|
|
|
1197
1194
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-tip-content {
|
|
1198
1195
|
border-radius: calc(var(--e-radius) * 1.25);
|
|
1199
1196
|
color: rgba(var(--color-sf-on-surface));
|
|
1200
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-surface), 1)), to(rgba(var(--color-sf-surface), 1))), rgba(var(--color-sf-surface));
|
|
1201
1197
|
background: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
|
|
1202
1198
|
}
|
|
1203
1199
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-inner {
|
|
@@ -1214,7 +1210,6 @@
|
|
|
1214
1210
|
border-radius: 8px;
|
|
1215
1211
|
}
|
|
1216
1212
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-editable-title {
|
|
1217
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-surface), 1)), to(rgba(var(--color-sf-surface), 1))), rgba(var(--color-sf-surface));
|
|
1218
1213
|
background: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
|
|
1219
1214
|
border-bottom: 0;
|
|
1220
1215
|
color: rgba(var(--color-sf-on-surface));
|
|
@@ -1132,7 +1132,6 @@
|
|
|
1132
1132
|
border-bottom: 0;
|
|
1133
1133
|
}
|
|
1134
1134
|
.e-inplaceeditor .e-editable-value-wrapper:hover {
|
|
1135
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
|
|
1136
1135
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
1137
1136
|
border-radius: 4px;
|
|
1138
1137
|
}
|
|
@@ -1150,7 +1149,6 @@
|
|
|
1150
1149
|
border-bottom: 0;
|
|
1151
1150
|
}
|
|
1152
1151
|
.e-inplaceeditor .e-editable-value-container:hover {
|
|
1153
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
|
|
1154
1152
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
1155
1153
|
border-radius: 4px;
|
|
1156
1154
|
}
|
|
@@ -1182,7 +1180,6 @@
|
|
|
1182
1180
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
1183
1181
|
}
|
|
1184
1182
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup {
|
|
1185
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
|
|
1186
1183
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
|
|
1187
1184
|
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
|
|
1188
1185
|
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
|
|
@@ -1191,7 +1188,6 @@
|
|
|
1191
1188
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-tip-content {
|
|
1192
1189
|
border-radius: 20px;
|
|
1193
1190
|
color: rgba(var(--color-sf-on-surface));
|
|
1194
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
|
|
1195
1191
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
|
|
1196
1192
|
}
|
|
1197
1193
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-inner {
|
|
@@ -1208,7 +1204,6 @@
|
|
|
1208
1204
|
border-radius: 8px;
|
|
1209
1205
|
}
|
|
1210
1206
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-editable-title {
|
|
1211
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
|
|
1212
1207
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
|
|
1213
1208
|
border-bottom: 0;
|
|
1214
1209
|
color: rgba(var(--color-sf-on-surface));
|
|
@@ -1132,7 +1132,6 @@
|
|
|
1132
1132
|
border-bottom: 0;
|
|
1133
1133
|
}
|
|
1134
1134
|
.e-inplaceeditor .e-editable-value-wrapper:hover {
|
|
1135
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
|
|
1136
1135
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
1137
1136
|
border-radius: 4px;
|
|
1138
1137
|
}
|
|
@@ -1150,7 +1149,6 @@
|
|
|
1150
1149
|
border-bottom: 0;
|
|
1151
1150
|
}
|
|
1152
1151
|
.e-inplaceeditor .e-editable-value-container:hover {
|
|
1153
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
|
|
1154
1152
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
1155
1153
|
border-radius: 4px;
|
|
1156
1154
|
}
|
|
@@ -1182,7 +1180,6 @@
|
|
|
1182
1180
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
1183
1181
|
}
|
|
1184
1182
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup {
|
|
1185
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
|
|
1186
1183
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
|
|
1187
1184
|
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
|
|
1188
1185
|
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
|
|
@@ -1191,7 +1188,6 @@
|
|
|
1191
1188
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-tip-content {
|
|
1192
1189
|
border-radius: 20px;
|
|
1193
1190
|
color: rgba(var(--color-sf-on-surface));
|
|
1194
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
|
|
1195
1191
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
|
|
1196
1192
|
}
|
|
1197
1193
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-inner {
|
|
@@ -1208,7 +1204,6 @@
|
|
|
1208
1204
|
border-radius: 8px;
|
|
1209
1205
|
}
|
|
1210
1206
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-editable-title {
|
|
1211
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
|
|
1212
1207
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
|
|
1213
1208
|
border-bottom: 0;
|
|
1214
1209
|
color: rgba(var(--color-sf-on-surface));
|
|
@@ -1138,7 +1138,6 @@
|
|
|
1138
1138
|
border-bottom: 0;
|
|
1139
1139
|
}
|
|
1140
1140
|
.e-inplaceeditor .e-editable-value-wrapper:hover {
|
|
1141
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
|
|
1142
1141
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
1143
1142
|
border-radius: calc(var(--e-radius) * 0.25);
|
|
1144
1143
|
}
|
|
@@ -1156,7 +1155,6 @@
|
|
|
1156
1155
|
border-bottom: 0;
|
|
1157
1156
|
}
|
|
1158
1157
|
.e-inplaceeditor .e-editable-value-container:hover {
|
|
1159
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
|
|
1160
1158
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
1161
1159
|
border-radius: calc(var(--e-radius) * 0.25);
|
|
1162
1160
|
}
|
|
@@ -1188,7 +1186,6 @@
|
|
|
1188
1186
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
1189
1187
|
}
|
|
1190
1188
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup {
|
|
1191
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-surface), 1)), to(rgba(var(--color-sf-surface), 1))), rgba(var(--color-sf-surface));
|
|
1192
1189
|
background: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
|
|
1193
1190
|
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
|
|
1194
1191
|
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
|
|
@@ -1197,7 +1194,6 @@
|
|
|
1197
1194
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-tip-content {
|
|
1198
1195
|
border-radius: calc(var(--e-radius) * 1.25);
|
|
1199
1196
|
color: rgba(var(--color-sf-on-surface));
|
|
1200
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-surface), 1)), to(rgba(var(--color-sf-surface), 1))), rgba(var(--color-sf-surface));
|
|
1201
1197
|
background: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
|
|
1202
1198
|
}
|
|
1203
1199
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-inner {
|
|
@@ -1214,7 +1210,6 @@
|
|
|
1214
1210
|
border-radius: 8px;
|
|
1215
1211
|
}
|
|
1216
1212
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-editable-title {
|
|
1217
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-surface), 1)), to(rgba(var(--color-sf-surface), 1))), rgba(var(--color-sf-surface));
|
|
1218
1213
|
background: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
|
|
1219
1214
|
border-bottom: 0;
|
|
1220
1215
|
color: rgba(var(--color-sf-on-surface));
|
package/styles/material3.css
CHANGED
|
@@ -1138,7 +1138,6 @@
|
|
|
1138
1138
|
border-bottom: 0;
|
|
1139
1139
|
}
|
|
1140
1140
|
.e-inplaceeditor .e-editable-value-wrapper:hover {
|
|
1141
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
|
|
1142
1141
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
1143
1142
|
border-radius: calc(var(--e-radius) * 0.25);
|
|
1144
1143
|
}
|
|
@@ -1156,7 +1155,6 @@
|
|
|
1156
1155
|
border-bottom: 0;
|
|
1157
1156
|
}
|
|
1158
1157
|
.e-inplaceeditor .e-editable-value-container:hover {
|
|
1159
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.08)), to(rgba(var(--color-sf-primary), 0.08))), rgba(var(--color-sf-surface));
|
|
1160
1158
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
1161
1159
|
border-radius: calc(var(--e-radius) * 0.25);
|
|
1162
1160
|
}
|
|
@@ -1188,7 +1186,6 @@
|
|
|
1188
1186
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
1189
1187
|
}
|
|
1190
1188
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup {
|
|
1191
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-surface), 1)), to(rgba(var(--color-sf-surface), 1))), rgba(var(--color-sf-surface));
|
|
1192
1189
|
background: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
|
|
1193
1190
|
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
|
|
1194
1191
|
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
|
|
@@ -1197,7 +1194,6 @@
|
|
|
1197
1194
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-tip-content {
|
|
1198
1195
|
border-radius: calc(var(--e-radius) * 1.25);
|
|
1199
1196
|
color: rgba(var(--color-sf-on-surface));
|
|
1200
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-surface), 1)), to(rgba(var(--color-sf-surface), 1))), rgba(var(--color-sf-surface));
|
|
1201
1197
|
background: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
|
|
1202
1198
|
}
|
|
1203
1199
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-inner {
|
|
@@ -1214,7 +1210,6 @@
|
|
|
1214
1210
|
border-radius: 8px;
|
|
1215
1211
|
}
|
|
1216
1212
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-editable-title {
|
|
1217
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-surface), 1)), to(rgba(var(--color-sf-surface), 1))), rgba(var(--color-sf-surface));
|
|
1218
1213
|
background: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
|
|
1219
1214
|
border-bottom: 0;
|
|
1220
1215
|
color: rgba(var(--color-sf-on-surface));
|
package/aceconfig.js
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
//Config file for Accessibility-Checker
|
|
2
|
-
module.exports = {
|
|
3
|
-
ruleArchive: "18March2024",
|
|
4
|
-
policies: ["WCAG_2_1","IBM_Accessibility"],
|
|
5
|
-
failLevels: ["violation", "potentialviolation"],
|
|
6
|
-
reportLevels: [
|
|
7
|
-
"violation",
|
|
8
|
-
"potentialviolation",
|
|
9
|
-
"recommendation",
|
|
10
|
-
"potentialrecommendation",
|
|
11
|
-
"manual",
|
|
12
|
-
"pass",
|
|
13
|
-
],
|
|
14
|
-
outputFormat: ["html","json"],
|
|
15
|
-
label: [process.env.TRAVIS_BRANCH],
|
|
16
|
-
outputFolder:"accessibility-reports",
|
|
17
|
-
};
|
package/tslint.json
DELETED
|
@@ -1,111 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"rules": {
|
|
3
|
-
"chai-vague-errors": true,
|
|
4
|
-
"use-isnan": true,
|
|
5
|
-
"missing-jsdoc": true,
|
|
6
|
-
"missing-optional-annotation": true,
|
|
7
|
-
"no-backbone-get-set-outside-model": true,
|
|
8
|
-
"no-banned-terms": true,
|
|
9
|
-
"no-constant-condition": true,
|
|
10
|
-
"no-control-regex": true,
|
|
11
|
-
"no-cookies": true,
|
|
12
|
-
"no-delete-expression": true,
|
|
13
|
-
"no-document-write": true,
|
|
14
|
-
"no-document-domain": true,
|
|
15
|
-
"no-disable-auto-sanitization": true,
|
|
16
|
-
"no-duplicate-case": true,
|
|
17
|
-
"no-duplicate-parameter-names": true,
|
|
18
|
-
"no-empty-interfaces": true,
|
|
19
|
-
"no-exec-script": true,
|
|
20
|
-
"no-function-constructor-with-string-args": true,
|
|
21
|
-
"no-function-expression": true,
|
|
22
|
-
"no-invalid-regexp": true,
|
|
23
|
-
"no-for-in": true,
|
|
24
|
-
"member-access": true,
|
|
25
|
-
"no-multiline-string": true,
|
|
26
|
-
"no-multiple-var-decl": true,
|
|
27
|
-
"no-unnecessary-bind": true,
|
|
28
|
-
"no-unnecessary-semicolons": true,
|
|
29
|
-
"no-octal-literal": true,
|
|
30
|
-
"no-regex-spaces": true,
|
|
31
|
-
"no-sparse-arrays": true,
|
|
32
|
-
"no-string-based-set-immediate": true,
|
|
33
|
-
"no-string-based-set-interval": true,
|
|
34
|
-
"no-unused-imports": true,
|
|
35
|
-
"no-with-statement": true,
|
|
36
|
-
"prefer-array-literal": true,
|
|
37
|
-
"promise-must-complete": false,
|
|
38
|
-
"react-no-dangerous-html": true,
|
|
39
|
-
"use-named-parameter": true,
|
|
40
|
-
"valid-typeof": true,
|
|
41
|
-
"max-func-body-length": [true, 100, {
|
|
42
|
-
"ignore-parameters-to-function-regex": "describe"
|
|
43
|
-
}],
|
|
44
|
-
"class-name": true,
|
|
45
|
-
"curly": true,
|
|
46
|
-
"eofline": false,
|
|
47
|
-
"forin": true,
|
|
48
|
-
"indent": [
|
|
49
|
-
true,
|
|
50
|
-
"spaces"
|
|
51
|
-
],
|
|
52
|
-
"label-position": true,
|
|
53
|
-
"max-line-length": [true, 140],
|
|
54
|
-
"no-arg": true,
|
|
55
|
-
"no-console": [true,
|
|
56
|
-
"debug",
|
|
57
|
-
"info",
|
|
58
|
-
"log",
|
|
59
|
-
"time",
|
|
60
|
-
"timeEnd",
|
|
61
|
-
"trace"
|
|
62
|
-
],
|
|
63
|
-
"no-construct": true,
|
|
64
|
-
"no-parameter-properties": true,
|
|
65
|
-
"no-debugger": true,
|
|
66
|
-
"no-duplicate-variable": true,
|
|
67
|
-
"no-empty": true,
|
|
68
|
-
"no-eval": true,
|
|
69
|
-
"no-string-literal": true,
|
|
70
|
-
"no-switch-case-fall-through": true,
|
|
71
|
-
"trailing-comma": true,
|
|
72
|
-
"no-trailing-whitespace": true,
|
|
73
|
-
"no-unused-expression": true,
|
|
74
|
-
"no-use-before-declare": false,
|
|
75
|
-
"no-var-requires": true,
|
|
76
|
-
"one-line": [true,
|
|
77
|
-
"check-open-brace",
|
|
78
|
-
"check-catch",
|
|
79
|
-
"check-else",
|
|
80
|
-
"check-whitespace"
|
|
81
|
-
],
|
|
82
|
-
"no-any": true,
|
|
83
|
-
"no-conditional-assignment": true,
|
|
84
|
-
"no-angle-bracket-type-assertion": false,
|
|
85
|
-
"align": [true, "parameters", "arguments", "statements"],
|
|
86
|
-
"no-empty-line-after-opening-brace": false,
|
|
87
|
-
"typedef-whitespace": [false],
|
|
88
|
-
"ban": true,
|
|
89
|
-
"quotemark": [true, "single"],
|
|
90
|
-
"semicolon": true,
|
|
91
|
-
"triple-equals": [true, "allow-null-check"],
|
|
92
|
-
"typedef": [true,
|
|
93
|
-
"call-signature",
|
|
94
|
-
"parameter",
|
|
95
|
-
"property-declaration",
|
|
96
|
-
"variable-declaration",
|
|
97
|
-
"arrow-parameter",
|
|
98
|
-
"member-variable-declaration"],
|
|
99
|
-
"variable-name": true,
|
|
100
|
-
"whitespace": [true,
|
|
101
|
-
"check-branch",
|
|
102
|
-
"check-decl",
|
|
103
|
-
"check-operator",
|
|
104
|
-
"check-separator",
|
|
105
|
-
"check-type"
|
|
106
|
-
],
|
|
107
|
-
"jsdoc-format": true,
|
|
108
|
-
"no-var-keyword": true,
|
|
109
|
-
"radix": true
|
|
110
|
-
}
|
|
111
|
-
}
|