@syncfusion/ej2-inplace-editor 32.1.19 → 32.1.24
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 +31 -4
- package/README.md +1 -1
- package/aceconfig.js +17 -0
- package/dist/ej2-inplace-editor.min.js +9 -0
- package/dist/ej2-inplace-editor.umd.min.js +9 -0
- package/dist/global/ej2-inplace-editor.min.js +9 -0
- package/dist/global/index.d.ts +9 -0
- package/package.json +13 -13
- package/styles/bds-lite.css +8 -0
- package/styles/bds-lite.scss +1 -1
- package/styles/bds.css +12 -0
- package/styles/bds.scss +2 -2
- package/styles/bootstrap-dark-lite.css +16 -0
- package/styles/bootstrap-dark-lite.scss +1 -1
- package/styles/bootstrap-dark.css +24 -0
- package/styles/bootstrap-dark.scss +2 -2
- package/styles/bootstrap-lite.css +16 -0
- package/styles/bootstrap-lite.scss +1 -1
- package/styles/bootstrap.css +24 -0
- package/styles/bootstrap.scss +2 -2
- package/styles/bootstrap4-lite.css +19 -3
- package/styles/bootstrap4-lite.scss +1 -1
- package/styles/bootstrap4.css +27 -3
- package/styles/bootstrap4.scss +2 -2
- package/styles/bootstrap5-dark-lite.scss +1 -1
- package/styles/bootstrap5-dark.scss +2 -2
- package/styles/bootstrap5-lite.scss +1 -1
- package/styles/bootstrap5.3-lite.css +168 -0
- package/styles/bootstrap5.3-lite.scss +1 -1
- package/styles/bootstrap5.3.css +252 -0
- package/styles/bootstrap5.3.scss +2 -2
- package/styles/bootstrap5.scss +2 -2
- package/styles/fabric-dark-lite.css +16 -0
- package/styles/fabric-dark-lite.scss +1 -1
- package/styles/fabric-dark.css +24 -0
- package/styles/fabric-dark.scss +2 -2
- package/styles/fabric-lite.css +16 -0
- package/styles/fabric-lite.scss +1 -1
- package/styles/fabric.css +24 -0
- package/styles/fabric.scss +2 -2
- package/styles/fluent-dark-lite.scss +1 -1
- package/styles/fluent-dark.scss +2 -2
- package/styles/fluent-lite.scss +1 -1
- package/styles/fluent.scss +2 -2
- package/styles/fluent2-lite.css +172 -0
- package/styles/fluent2-lite.scss +1 -1
- package/styles/fluent2.css +258 -0
- package/styles/fluent2.scss +2 -2
- package/styles/highcontrast-light-lite.css +16 -0
- package/styles/highcontrast-light-lite.scss +1 -1
- package/styles/highcontrast-light.css +24 -0
- package/styles/highcontrast-light.scss +2 -2
- package/styles/highcontrast-lite.css +16 -0
- package/styles/highcontrast-lite.scss +1 -1
- package/styles/highcontrast.css +24 -0
- package/styles/highcontrast.scss +2 -2
- package/styles/inplace-editor/_all.bds.scss +2 -0
- package/styles/inplace-editor/_all.bootstrap-dark.scss +2 -0
- package/styles/inplace-editor/_all.bootstrap.scss +2 -0
- package/styles/inplace-editor/_all.bootstrap4.scss +2 -0
- package/styles/inplace-editor/_all.bootstrap5-dark.scss +2 -0
- package/styles/inplace-editor/_all.bootstrap5.3.scss +2 -0
- package/styles/inplace-editor/_all.bootstrap5.scss +2 -0
- package/styles/inplace-editor/_all.fabric-dark.scss +2 -0
- package/styles/inplace-editor/_all.fabric.scss +2 -0
- package/styles/inplace-editor/_all.fluent-dark.scss +2 -0
- package/styles/inplace-editor/_all.fluent.scss +2 -0
- package/styles/inplace-editor/_all.fluent2.scss +2 -0
- package/styles/inplace-editor/_all.highcontrast-light.scss +2 -0
- package/styles/inplace-editor/_all.highcontrast.scss +2 -0
- package/styles/inplace-editor/_all.material-dark.scss +2 -0
- package/styles/inplace-editor/_all.material.scss +2 -0
- package/styles/inplace-editor/_all.material3-dark.scss +2 -0
- package/styles/inplace-editor/_all.material3.scss +2 -0
- package/styles/inplace-editor/_all.tailwind-dark.scss +2 -0
- package/styles/inplace-editor/_all.tailwind.scss +2 -0
- package/styles/inplace-editor/_all.tailwind3.scss +2 -0
- package/styles/inplace-editor/_bigger.bds.scss +3 -0
- package/styles/inplace-editor/_bigger.bootstrap-dark.scss +3 -0
- package/styles/inplace-editor/_bigger.bootstrap.scss +3 -0
- package/styles/inplace-editor/_bigger.bootstrap4.scss +3 -0
- package/styles/inplace-editor/_bigger.bootstrap5-dark.scss +3 -0
- package/styles/inplace-editor/_bigger.bootstrap5.3.scss +3 -0
- package/styles/inplace-editor/_bigger.bootstrap5.scss +3 -0
- package/styles/inplace-editor/_bigger.fabric-dark.scss +3 -0
- package/styles/inplace-editor/_bigger.fabric.scss +3 -0
- package/styles/inplace-editor/_bigger.fluent-dark.scss +3 -0
- package/styles/inplace-editor/_bigger.fluent.scss +3 -0
- package/styles/inplace-editor/_bigger.fluent2.scss +3 -0
- package/styles/inplace-editor/_bigger.highcontrast-light.scss +3 -0
- package/styles/inplace-editor/_bigger.highcontrast.scss +3 -0
- package/styles/inplace-editor/_bigger.material-dark.scss +3 -0
- package/styles/inplace-editor/_bigger.material.scss +3 -0
- package/styles/inplace-editor/_bigger.material3-dark.scss +3 -0
- package/styles/inplace-editor/_bigger.material3.scss +3 -0
- package/styles/inplace-editor/_bigger.scss +0 -1
- package/styles/inplace-editor/_bigger.tailwind-dark.scss +3 -0
- package/styles/inplace-editor/_bigger.tailwind.scss +3 -0
- package/styles/inplace-editor/_bigger.tailwind3.scss +3 -0
- package/styles/inplace-editor/_layout.bds.scss +3 -0
- package/styles/inplace-editor/_layout.bootstrap-dark.scss +3 -0
- package/styles/inplace-editor/_layout.bootstrap.scss +3 -0
- package/styles/inplace-editor/_layout.bootstrap4.scss +3 -0
- package/styles/inplace-editor/_layout.bootstrap5-dark.scss +3 -0
- package/styles/inplace-editor/_layout.bootstrap5.3.scss +3 -0
- package/styles/inplace-editor/_layout.bootstrap5.scss +3 -0
- package/styles/inplace-editor/_layout.fabric-dark.scss +3 -0
- package/styles/inplace-editor/_layout.fabric.scss +3 -0
- package/styles/inplace-editor/_layout.fluent-dark.scss +3 -0
- package/styles/inplace-editor/_layout.fluent.scss +3 -0
- package/styles/inplace-editor/_layout.fluent2.scss +3 -0
- package/styles/inplace-editor/_layout.highcontrast-light.scss +3 -0
- package/styles/inplace-editor/_layout.highcontrast.scss +3 -0
- package/styles/inplace-editor/_layout.material-dark.scss +3 -0
- package/styles/inplace-editor/_layout.material.scss +3 -0
- package/styles/inplace-editor/_layout.material3-dark.scss +3 -0
- package/styles/inplace-editor/_layout.material3.scss +3 -0
- package/styles/inplace-editor/_layout.scss +0 -1
- package/styles/inplace-editor/_layout.tailwind-dark.scss +3 -0
- package/styles/inplace-editor/_layout.tailwind.scss +3 -0
- package/styles/inplace-editor/_layout.tailwind3.scss +3 -0
- package/styles/inplace-editor/_theme-variables.bds.scss +1 -0
- package/styles/inplace-editor/_theme-variables.bootstrap-dark.scss +1 -0
- package/styles/inplace-editor/_theme-variables.bootstrap.scss +1 -0
- package/styles/inplace-editor/_theme-variables.bootstrap4.scss +1 -0
- package/styles/inplace-editor/_theme-variables.bootstrap5-dark.scss +1 -0
- package/styles/inplace-editor/_theme-variables.bootstrap5.3.scss +1 -0
- package/styles/inplace-editor/_theme-variables.bootstrap5.scss +1 -0
- package/styles/inplace-editor/_theme-variables.fabric-dark.scss +1 -0
- package/styles/inplace-editor/_theme-variables.fabric.scss +1 -0
- package/styles/inplace-editor/_theme-variables.fluent-dark.scss +1 -0
- package/styles/inplace-editor/_theme-variables.fluent.scss +1 -0
- package/styles/inplace-editor/_theme-variables.fluent2.scss +1 -0
- package/styles/inplace-editor/_theme-variables.highcontrast-light.scss +1 -0
- package/styles/inplace-editor/_theme-variables.highcontrast.scss +1 -0
- package/styles/inplace-editor/_theme-variables.material-dark.scss +1 -0
- package/styles/inplace-editor/_theme-variables.material.scss +1 -0
- package/styles/inplace-editor/_theme-variables.material3-dark.scss +1 -0
- package/styles/inplace-editor/_theme-variables.material3.scss +1 -0
- package/styles/inplace-editor/_theme-variables.tailwind-dark.scss +1 -0
- package/styles/inplace-editor/_theme-variables.tailwind.scss +1 -0
- package/styles/inplace-editor/_theme.bds.scss +4 -0
- package/styles/inplace-editor/_theme.bootstrap-dark.scss +4 -0
- package/styles/inplace-editor/_theme.bootstrap.scss +4 -0
- package/styles/inplace-editor/_theme.bootstrap4.scss +4 -0
- package/styles/inplace-editor/_theme.bootstrap5-dark.scss +4 -0
- package/styles/inplace-editor/_theme.bootstrap5.3.scss +4 -0
- package/styles/inplace-editor/_theme.bootstrap5.scss +4 -0
- package/styles/inplace-editor/_theme.fabric-dark.scss +4 -0
- package/styles/inplace-editor/_theme.fabric.scss +4 -0
- package/styles/inplace-editor/_theme.fluent-dark.scss +4 -0
- package/styles/inplace-editor/_theme.fluent.scss +4 -0
- package/styles/inplace-editor/_theme.fluent2.scss +4 -0
- package/styles/inplace-editor/_theme.highcontrast-light.scss +4 -0
- package/styles/inplace-editor/_theme.highcontrast.scss +4 -0
- package/styles/inplace-editor/_theme.material-dark.scss +4 -0
- package/styles/inplace-editor/_theme.material.scss +4 -0
- package/styles/inplace-editor/_theme.material3-dark.scss +4 -0
- package/styles/inplace-editor/_theme.material3.scss +4 -0
- package/styles/inplace-editor/_theme.scss +0 -1
- package/styles/inplace-editor/_theme.tailwind-dark.scss +4 -0
- package/styles/inplace-editor/_theme.tailwind.scss +4 -0
- package/styles/inplace-editor/_theme.tailwind3.scss +4 -0
- package/styles/inplace-editor/bds.css +12 -0
- package/styles/inplace-editor/bds.scss +2 -2
- package/styles/inplace-editor/bootstrap-dark.css +24 -0
- package/styles/inplace-editor/bootstrap-dark.scss +2 -2
- package/styles/inplace-editor/bootstrap.css +24 -0
- package/styles/inplace-editor/bootstrap.scss +2 -2
- package/styles/inplace-editor/bootstrap4.css +27 -3
- package/styles/inplace-editor/bootstrap4.scss +2 -2
- package/styles/inplace-editor/bootstrap5-dark.scss +2 -2
- package/styles/inplace-editor/bootstrap5.3.css +252 -0
- package/styles/inplace-editor/bootstrap5.3.scss +2 -2
- package/styles/inplace-editor/bootstrap5.scss +2 -2
- package/styles/inplace-editor/fabric-dark.css +24 -0
- package/styles/inplace-editor/fabric-dark.scss +2 -2
- package/styles/inplace-editor/fabric.css +24 -0
- package/styles/inplace-editor/fabric.scss +2 -2
- package/styles/inplace-editor/fluent-dark.scss +2 -2
- package/styles/inplace-editor/fluent.scss +2 -2
- package/styles/inplace-editor/fluent2.css +258 -0
- package/styles/inplace-editor/fluent2.scss +2 -2
- package/styles/inplace-editor/highcontrast-light.css +24 -0
- package/styles/inplace-editor/highcontrast-light.scss +2 -2
- package/styles/inplace-editor/highcontrast.css +24 -0
- package/styles/inplace-editor/highcontrast.scss +2 -2
- package/styles/inplace-editor/material-dark.css +24 -0
- package/styles/inplace-editor/material-dark.scss +2 -2
- package/styles/inplace-editor/material.css +24 -0
- package/styles/inplace-editor/material.scss +2 -2
- package/styles/inplace-editor/material3-dark.css +246 -0
- package/styles/inplace-editor/material3-dark.scss +2 -2
- package/styles/inplace-editor/material3.css +252 -0
- package/styles/inplace-editor/material3.scss +2 -2
- package/styles/inplace-editor/tailwind-dark.scss +2 -2
- package/styles/inplace-editor/tailwind.scss +2 -2
- package/styles/inplace-editor/tailwind3.css +222 -0
- package/styles/inplace-editor/tailwind3.scss +2 -2
- package/styles/material-dark-lite.css +16 -0
- package/styles/material-dark-lite.scss +1 -1
- package/styles/material-dark.css +24 -0
- package/styles/material-dark.scss +2 -2
- package/styles/material-lite.css +16 -0
- package/styles/material-lite.scss +1 -1
- package/styles/material.css +24 -0
- package/styles/material.scss +2 -2
- package/styles/material3-dark-lite.css +164 -0
- package/styles/material3-dark-lite.scss +1 -1
- package/styles/material3-dark.css +246 -0
- package/styles/material3-dark.scss +2 -2
- package/styles/material3-lite.css +168 -0
- package/styles/material3-lite.scss +1 -1
- package/styles/material3.css +252 -0
- package/styles/material3.scss +2 -2
- package/styles/tailwind-dark-lite.scss +1 -1
- package/styles/tailwind-dark.scss +2 -2
- package/styles/tailwind-lite.scss +1 -1
- package/styles/tailwind.scss +2 -2
- package/styles/tailwind3-lite.css +148 -0
- package/styles/tailwind3-lite.scss +1 -1
- package/styles/tailwind3.css +222 -0
- package/styles/tailwind3.scss +2 -2
- package/tslint.json +111 -0
- /package/styles/inplace-editor/{_theme-variables.scss → _theme-variables.tailwind3.scss} +0 -0
package/styles/tailwind3.scss
CHANGED
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
@use 'ej2-richtexteditor/styles/rich-text-editor/tailwind3-definition' as *;
|
|
24
24
|
@use 'inplace-editor/tailwind3-definition' as *;
|
|
25
25
|
@use 'inplace-editor/icons/tailwind3' as *;
|
|
26
|
-
@use 'inplace-editor/all' as *;
|
|
27
|
-
@use 'inplace-editor/bigger' as *;
|
|
26
|
+
@use 'inplace-editor/all.tailwind3' as *;
|
|
27
|
+
@use 'inplace-editor/bigger.tailwind3' as *;
|
package/tslint.json
ADDED
|
@@ -0,0 +1,111 @@
|
|
|
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
|
+
}
|
|
File without changes
|