@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
|
@@ -156,6 +156,14 @@
|
|
|
156
156
|
content: "\e338";
|
|
157
157
|
}
|
|
158
158
|
|
|
159
|
+
/*! Bootstrap dark theme definitions and variables */
|
|
160
|
+
/*! Value element styles */
|
|
161
|
+
/*! Tooltip styles */
|
|
162
|
+
/*! Tip Content styles */
|
|
163
|
+
/*! Title styles */
|
|
164
|
+
/*! Wrapper styles */
|
|
165
|
+
/*! Component group styles */
|
|
166
|
+
/*! Button styles */
|
|
159
167
|
.e-inplaceeditor {
|
|
160
168
|
display: inline-block;
|
|
161
169
|
position: relative;
|
|
@@ -505,6 +513,14 @@
|
|
|
505
513
|
min-height: 60px;
|
|
506
514
|
}
|
|
507
515
|
|
|
516
|
+
/*! Bootstrap dark theme definitions and variables */
|
|
517
|
+
/*! Value element styles */
|
|
518
|
+
/*! Tooltip styles */
|
|
519
|
+
/*! Tip Content styles */
|
|
520
|
+
/*! Title styles */
|
|
521
|
+
/*! Wrapper styles */
|
|
522
|
+
/*! Component group styles */
|
|
523
|
+
/*! Button styles */
|
|
508
524
|
.e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
509
525
|
border-bottom: 1px dashed #f0f0f0;
|
|
510
526
|
color: #f0f0f0;
|
|
@@ -22,4 +22,4 @@
|
|
|
22
22
|
@use 'ej2-richtexteditor/styles/rich-text-editor/bootstrap-dark-definition' as *;
|
|
23
23
|
@use 'inplace-editor/bootstrap-dark-definition' as *;
|
|
24
24
|
@use 'inplace-editor/icons/bootstrap-dark' as *;
|
|
25
|
-
@use 'inplace-editor/all' as *;
|
|
25
|
+
@use 'inplace-editor/all.bootstrap-dark' as *;
|
|
@@ -156,6 +156,14 @@
|
|
|
156
156
|
content: "\e338";
|
|
157
157
|
}
|
|
158
158
|
|
|
159
|
+
/*! Bootstrap dark theme definitions and variables */
|
|
160
|
+
/*! Value element styles */
|
|
161
|
+
/*! Tooltip styles */
|
|
162
|
+
/*! Tip Content styles */
|
|
163
|
+
/*! Title styles */
|
|
164
|
+
/*! Wrapper styles */
|
|
165
|
+
/*! Component group styles */
|
|
166
|
+
/*! Button styles */
|
|
159
167
|
.e-inplaceeditor {
|
|
160
168
|
display: inline-block;
|
|
161
169
|
position: relative;
|
|
@@ -505,6 +513,14 @@
|
|
|
505
513
|
min-height: 60px;
|
|
506
514
|
}
|
|
507
515
|
|
|
516
|
+
/*! Bootstrap dark theme definitions and variables */
|
|
517
|
+
/*! Value element styles */
|
|
518
|
+
/*! Tooltip styles */
|
|
519
|
+
/*! Tip Content styles */
|
|
520
|
+
/*! Title styles */
|
|
521
|
+
/*! Wrapper styles */
|
|
522
|
+
/*! Component group styles */
|
|
523
|
+
/*! Button styles */
|
|
508
524
|
.e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
509
525
|
border-bottom: 1px dashed #f0f0f0;
|
|
510
526
|
color: #f0f0f0;
|
|
@@ -603,6 +619,14 @@
|
|
|
603
619
|
color: #414141;
|
|
604
620
|
}
|
|
605
621
|
|
|
622
|
+
/*! Bootstrap dark theme definitions and variables */
|
|
623
|
+
/*! Value element styles */
|
|
624
|
+
/*! Tooltip styles */
|
|
625
|
+
/*! Tip Content styles */
|
|
626
|
+
/*! Title styles */
|
|
627
|
+
/*! Wrapper styles */
|
|
628
|
+
/*! Component group styles */
|
|
629
|
+
/*! Button styles */
|
|
606
630
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper,
|
|
607
631
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper {
|
|
608
632
|
padding: 8px 12px;
|
|
@@ -22,5 +22,5 @@
|
|
|
22
22
|
@use 'ej2-richtexteditor/styles/rich-text-editor/bootstrap-dark-definition' as *;
|
|
23
23
|
@use 'inplace-editor/bootstrap-dark-definition' as *;
|
|
24
24
|
@use 'inplace-editor/icons/bootstrap-dark' as *;
|
|
25
|
-
@use 'inplace-editor/all' as *;
|
|
26
|
-
@use 'inplace-editor/bigger' as *;
|
|
25
|
+
@use 'inplace-editor/all.bootstrap-dark' as *;
|
|
26
|
+
@use 'inplace-editor/bigger.bootstrap-dark' as *;
|
|
@@ -235,6 +235,14 @@
|
|
|
235
235
|
content: "\e338";
|
|
236
236
|
}
|
|
237
237
|
|
|
238
|
+
/*! Bootstrap theme definitions and variables */
|
|
239
|
+
/*! Value element styles */
|
|
240
|
+
/*! Tooltip styles */
|
|
241
|
+
/*! Tip Content styles */
|
|
242
|
+
/*! Title styles */
|
|
243
|
+
/*! Wrapper styles */
|
|
244
|
+
/*! Component group styles */
|
|
245
|
+
/*! Button styles */
|
|
238
246
|
.e-inplaceeditor {
|
|
239
247
|
display: inline-block;
|
|
240
248
|
position: relative;
|
|
@@ -584,6 +592,14 @@
|
|
|
584
592
|
min-height: 60px;
|
|
585
593
|
}
|
|
586
594
|
|
|
595
|
+
/*! Bootstrap theme definitions and variables */
|
|
596
|
+
/*! Value element styles */
|
|
597
|
+
/*! Tooltip styles */
|
|
598
|
+
/*! Tip Content styles */
|
|
599
|
+
/*! Title styles */
|
|
600
|
+
/*! Wrapper styles */
|
|
601
|
+
/*! Component group styles */
|
|
602
|
+
/*! Button styles */
|
|
587
603
|
.e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
588
604
|
border-bottom: 1px dashed #333;
|
|
589
605
|
color: #333;
|
package/styles/bootstrap.css
CHANGED
|
@@ -235,6 +235,14 @@
|
|
|
235
235
|
content: "\e338";
|
|
236
236
|
}
|
|
237
237
|
|
|
238
|
+
/*! Bootstrap theme definitions and variables */
|
|
239
|
+
/*! Value element styles */
|
|
240
|
+
/*! Tooltip styles */
|
|
241
|
+
/*! Tip Content styles */
|
|
242
|
+
/*! Title styles */
|
|
243
|
+
/*! Wrapper styles */
|
|
244
|
+
/*! Component group styles */
|
|
245
|
+
/*! Button styles */
|
|
238
246
|
.e-inplaceeditor {
|
|
239
247
|
display: inline-block;
|
|
240
248
|
position: relative;
|
|
@@ -584,6 +592,14 @@
|
|
|
584
592
|
min-height: 60px;
|
|
585
593
|
}
|
|
586
594
|
|
|
595
|
+
/*! Bootstrap theme definitions and variables */
|
|
596
|
+
/*! Value element styles */
|
|
597
|
+
/*! Tooltip styles */
|
|
598
|
+
/*! Tip Content styles */
|
|
599
|
+
/*! Title styles */
|
|
600
|
+
/*! Wrapper styles */
|
|
601
|
+
/*! Component group styles */
|
|
602
|
+
/*! Button styles */
|
|
587
603
|
.e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
588
604
|
border-bottom: 1px dashed #333;
|
|
589
605
|
color: #333;
|
|
@@ -682,6 +698,14 @@
|
|
|
682
698
|
color: #eee;
|
|
683
699
|
}
|
|
684
700
|
|
|
701
|
+
/*! Bootstrap theme definitions and variables */
|
|
702
|
+
/*! Value element styles */
|
|
703
|
+
/*! Tooltip styles */
|
|
704
|
+
/*! Tip Content styles */
|
|
705
|
+
/*! Title styles */
|
|
706
|
+
/*! Wrapper styles */
|
|
707
|
+
/*! Component group styles */
|
|
708
|
+
/*! Button styles */
|
|
685
709
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper,
|
|
686
710
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper {
|
|
687
711
|
padding: 8px 12px;
|
package/styles/bootstrap.scss
CHANGED
|
@@ -22,5 +22,5 @@
|
|
|
22
22
|
@use 'ej2-richtexteditor/styles/rich-text-editor/bootstrap-definition' as *;
|
|
23
23
|
@use 'inplace-editor/bootstrap-definition' as *;
|
|
24
24
|
@use 'inplace-editor/icons/bootstrap' as *;
|
|
25
|
-
@use 'inplace-editor/all' as *;
|
|
26
|
-
@use 'inplace-editor/bigger' as *;
|
|
25
|
+
@use 'inplace-editor/all.bootstrap' as *;
|
|
26
|
+
@use 'inplace-editor/bigger.bootstrap' as *;
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
border-top-left-radius: 4px;
|
|
207
207
|
border-top-right-radius: 4px;
|
|
208
208
|
}
|
|
209
|
-
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn .e-icons, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
209
|
+
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn .e-icons, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn .e-icons, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active .e-icons, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus .e-icons, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover .e-icons {
|
|
210
210
|
color: #fff;
|
|
211
211
|
}
|
|
212
212
|
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn {
|
|
@@ -224,10 +224,10 @@
|
|
|
224
224
|
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-control.e-tbar-btn.e-btn, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-control.e-tbar-btn.e-dropdown-btn {
|
|
225
225
|
border: 1px solid transparent;
|
|
226
226
|
}
|
|
227
|
-
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-control.e-tbar-btn.e-dropdown-btn.e-active {
|
|
227
|
+
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-overlay) .e-control.e-tbar-btn.e-dropdown-btn.e-active {
|
|
228
228
|
border-radius: 4px;
|
|
229
229
|
}
|
|
230
|
-
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-control.e-tbar-btn.e-dropdown-btn.e-active .e-icons {
|
|
230
|
+
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-overlay) .e-control.e-tbar-btn.e-dropdown-btn.e-active .e-icons {
|
|
231
231
|
color: #fff;
|
|
232
232
|
}
|
|
233
233
|
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-control.e-tbar-btn.e-btn.e-icon-btn {
|
|
@@ -384,6 +384,14 @@
|
|
|
384
384
|
content: "\e78f";
|
|
385
385
|
}
|
|
386
386
|
|
|
387
|
+
/*! Bootstrap4 theme definitions and variables */
|
|
388
|
+
/*! Value element styles */
|
|
389
|
+
/*! Tooltip styles */
|
|
390
|
+
/*! Tip Content styles */
|
|
391
|
+
/*! Title styles */
|
|
392
|
+
/*! Wrapper styles */
|
|
393
|
+
/*! Component group styles */
|
|
394
|
+
/*! Button styles */
|
|
387
395
|
.e-inplaceeditor {
|
|
388
396
|
display: inline-block;
|
|
389
397
|
position: relative;
|
|
@@ -735,6 +743,14 @@
|
|
|
735
743
|
min-height: 60px;
|
|
736
744
|
}
|
|
737
745
|
|
|
746
|
+
/*! Bootstrap4 theme definitions and variables */
|
|
747
|
+
/*! Value element styles */
|
|
748
|
+
/*! Tooltip styles */
|
|
749
|
+
/*! Tip Content styles */
|
|
750
|
+
/*! Title styles */
|
|
751
|
+
/*! Wrapper styles */
|
|
752
|
+
/*! Component group styles */
|
|
753
|
+
/*! Button styles */
|
|
738
754
|
.e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
739
755
|
border-bottom: 1px dashed #495057;
|
|
740
756
|
color: #495057;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
border-top-left-radius: 4px;
|
|
207
207
|
border-top-right-radius: 4px;
|
|
208
208
|
}
|
|
209
|
-
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn .e-icons, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
209
|
+
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn .e-icons, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn .e-icons, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active .e-icons, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus .e-icons, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover .e-icons {
|
|
210
210
|
color: #fff;
|
|
211
211
|
}
|
|
212
212
|
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn {
|
|
@@ -224,10 +224,10 @@
|
|
|
224
224
|
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-control.e-tbar-btn.e-btn, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-control.e-tbar-btn.e-dropdown-btn {
|
|
225
225
|
border: 1px solid transparent;
|
|
226
226
|
}
|
|
227
|
-
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-control.e-tbar-btn.e-dropdown-btn.e-active {
|
|
227
|
+
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-overlay) .e-control.e-tbar-btn.e-dropdown-btn.e-active {
|
|
228
228
|
border-radius: 4px;
|
|
229
229
|
}
|
|
230
|
-
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-control.e-tbar-btn.e-dropdown-btn.e-active .e-icons {
|
|
230
|
+
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-overlay) .e-control.e-tbar-btn.e-dropdown-btn.e-active .e-icons {
|
|
231
231
|
color: #fff;
|
|
232
232
|
}
|
|
233
233
|
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-control.e-tbar-btn.e-btn.e-icon-btn {
|
|
@@ -384,6 +384,14 @@
|
|
|
384
384
|
content: "\e78f";
|
|
385
385
|
}
|
|
386
386
|
|
|
387
|
+
/*! Bootstrap4 theme definitions and variables */
|
|
388
|
+
/*! Value element styles */
|
|
389
|
+
/*! Tooltip styles */
|
|
390
|
+
/*! Tip Content styles */
|
|
391
|
+
/*! Title styles */
|
|
392
|
+
/*! Wrapper styles */
|
|
393
|
+
/*! Component group styles */
|
|
394
|
+
/*! Button styles */
|
|
387
395
|
.e-inplaceeditor {
|
|
388
396
|
display: inline-block;
|
|
389
397
|
position: relative;
|
|
@@ -735,6 +743,14 @@
|
|
|
735
743
|
min-height: 60px;
|
|
736
744
|
}
|
|
737
745
|
|
|
746
|
+
/*! Bootstrap4 theme definitions and variables */
|
|
747
|
+
/*! Value element styles */
|
|
748
|
+
/*! Tooltip styles */
|
|
749
|
+
/*! Tip Content styles */
|
|
750
|
+
/*! Title styles */
|
|
751
|
+
/*! Wrapper styles */
|
|
752
|
+
/*! Component group styles */
|
|
753
|
+
/*! Button styles */
|
|
738
754
|
.e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
739
755
|
border-bottom: 1px dashed #495057;
|
|
740
756
|
color: #495057;
|
|
@@ -881,6 +897,14 @@
|
|
|
881
897
|
color: rgb(242.05, 243.9, 245.75);
|
|
882
898
|
}
|
|
883
899
|
|
|
900
|
+
/*! Bootstrap4 theme definitions and variables */
|
|
901
|
+
/*! Value element styles */
|
|
902
|
+
/*! Tooltip styles */
|
|
903
|
+
/*! Tip Content styles */
|
|
904
|
+
/*! Title styles */
|
|
905
|
+
/*! Wrapper styles */
|
|
906
|
+
/*! Component group styles */
|
|
907
|
+
/*! Button styles */
|
|
884
908
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper,
|
|
885
909
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper {
|
|
886
910
|
padding: 8px 12px;
|
package/styles/bootstrap4.scss
CHANGED
|
@@ -22,5 +22,5 @@
|
|
|
22
22
|
@use 'ej2-richtexteditor/styles/rich-text-editor/bootstrap4-definition' as *;
|
|
23
23
|
@use 'inplace-editor/bootstrap4-definition' as *;
|
|
24
24
|
@use 'inplace-editor/icons/bootstrap4' as *;
|
|
25
|
-
@use 'inplace-editor/all' as *;
|
|
26
|
-
@use 'inplace-editor/bigger' as *;
|
|
25
|
+
@use 'inplace-editor/all.bootstrap4' as *;
|
|
26
|
+
@use 'inplace-editor/bigger.bootstrap4' as *;
|
|
@@ -22,4 +22,4 @@
|
|
|
22
22
|
@use 'ej2-richtexteditor/styles/rich-text-editor/bootstrap5-dark-definition' as *;
|
|
23
23
|
@use 'inplace-editor/bootstrap5-dark-definition' as *;
|
|
24
24
|
@use 'inplace-editor/icons/bootstrap5-dark' as *;
|
|
25
|
-
@use 'inplace-editor/all' as *;
|
|
25
|
+
@use 'inplace-editor/all.bootstrap5-dark' as *;
|
|
@@ -22,5 +22,5 @@
|
|
|
22
22
|
@use 'ej2-richtexteditor/styles/rich-text-editor/bootstrap5-dark-definition' as *;
|
|
23
23
|
@use 'inplace-editor/bootstrap5-dark-definition' as *;
|
|
24
24
|
@use 'inplace-editor/icons/bootstrap5-dark' as *;
|
|
25
|
-
@use 'inplace-editor/all' as *;
|
|
26
|
-
@use 'inplace-editor/bigger' as *;
|
|
25
|
+
@use 'inplace-editor/all.bootstrap5-dark' as *;
|
|
26
|
+
@use 'inplace-editor/bigger.bootstrap5-dark' as *;
|
|
@@ -272,6 +272,90 @@
|
|
|
272
272
|
content: "\e730";
|
|
273
273
|
}
|
|
274
274
|
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
/* Font Family */
|
|
286
|
+
/* Font Sizes */
|
|
287
|
+
/* Radius */
|
|
288
|
+
/* 1px */
|
|
289
|
+
/* 2px */
|
|
290
|
+
/* 3px */
|
|
291
|
+
/* 4px */
|
|
292
|
+
/* 5px */
|
|
293
|
+
/* 6px */
|
|
294
|
+
/* 7px */
|
|
295
|
+
/* 8px */
|
|
296
|
+
/* 9px */
|
|
297
|
+
/* 10px */
|
|
298
|
+
/* 11px */
|
|
299
|
+
/* 12px */
|
|
300
|
+
/* 13px */
|
|
301
|
+
/* 14px */
|
|
302
|
+
/* 15px */
|
|
303
|
+
/* 16px */
|
|
304
|
+
/* 17px */
|
|
305
|
+
/* 18px */
|
|
306
|
+
/* 19px */
|
|
307
|
+
/* 20px */
|
|
308
|
+
/* 21px */
|
|
309
|
+
/* 22px */
|
|
310
|
+
/* 23px */
|
|
311
|
+
/* 24px */
|
|
312
|
+
/* 25px */
|
|
313
|
+
/* 26px */
|
|
314
|
+
/* 27px */
|
|
315
|
+
/* 28px */
|
|
316
|
+
/* 29px */
|
|
317
|
+
/* 30px */
|
|
318
|
+
/* 31px */
|
|
319
|
+
/* 32px */
|
|
320
|
+
/* 33px */
|
|
321
|
+
/* 34px */
|
|
322
|
+
/* 35px */
|
|
323
|
+
/* 36px */
|
|
324
|
+
/* 37px */
|
|
325
|
+
/* 38px */
|
|
326
|
+
/* 39px */
|
|
327
|
+
/* 40px */
|
|
328
|
+
/* 41px */
|
|
329
|
+
/* 42px */
|
|
330
|
+
/* 43px */
|
|
331
|
+
/* 44px */
|
|
332
|
+
/* 45px */
|
|
333
|
+
/* 46px */
|
|
334
|
+
/* 47px */
|
|
335
|
+
/* 48px */
|
|
336
|
+
/* 49px */
|
|
337
|
+
/* 50px */
|
|
338
|
+
/* 5em */
|
|
339
|
+
/* 65% */
|
|
340
|
+
/* border */
|
|
341
|
+
/* 0px */
|
|
342
|
+
/* 1px */
|
|
343
|
+
/* 1.5px */
|
|
344
|
+
/* 2px */
|
|
345
|
+
/* 3px */
|
|
346
|
+
/* 4px */
|
|
347
|
+
/* 5px */
|
|
348
|
+
/* 6px */
|
|
349
|
+
/* 7px */
|
|
350
|
+
/* 8px */
|
|
351
|
+
/* 9px */
|
|
352
|
+
/* 10px */
|
|
353
|
+
/* 11px */
|
|
354
|
+
/* 12px */
|
|
355
|
+
/* 13px */
|
|
356
|
+
/* 14px */
|
|
357
|
+
/* 15px */
|
|
358
|
+
/* 16px */
|
|
275
359
|
.e-inplaceeditor {
|
|
276
360
|
display: inline-block;
|
|
277
361
|
position: relative;
|
|
@@ -631,6 +715,90 @@
|
|
|
631
715
|
min-height: 30px;
|
|
632
716
|
}
|
|
633
717
|
|
|
718
|
+
|
|
719
|
+
|
|
720
|
+
|
|
721
|
+
|
|
722
|
+
|
|
723
|
+
|
|
724
|
+
|
|
725
|
+
|
|
726
|
+
|
|
727
|
+
|
|
728
|
+
/* Font Family */
|
|
729
|
+
/* Font Sizes */
|
|
730
|
+
/* Radius */
|
|
731
|
+
/* 1px */
|
|
732
|
+
/* 2px */
|
|
733
|
+
/* 3px */
|
|
734
|
+
/* 4px */
|
|
735
|
+
/* 5px */
|
|
736
|
+
/* 6px */
|
|
737
|
+
/* 7px */
|
|
738
|
+
/* 8px */
|
|
739
|
+
/* 9px */
|
|
740
|
+
/* 10px */
|
|
741
|
+
/* 11px */
|
|
742
|
+
/* 12px */
|
|
743
|
+
/* 13px */
|
|
744
|
+
/* 14px */
|
|
745
|
+
/* 15px */
|
|
746
|
+
/* 16px */
|
|
747
|
+
/* 17px */
|
|
748
|
+
/* 18px */
|
|
749
|
+
/* 19px */
|
|
750
|
+
/* 20px */
|
|
751
|
+
/* 21px */
|
|
752
|
+
/* 22px */
|
|
753
|
+
/* 23px */
|
|
754
|
+
/* 24px */
|
|
755
|
+
/* 25px */
|
|
756
|
+
/* 26px */
|
|
757
|
+
/* 27px */
|
|
758
|
+
/* 28px */
|
|
759
|
+
/* 29px */
|
|
760
|
+
/* 30px */
|
|
761
|
+
/* 31px */
|
|
762
|
+
/* 32px */
|
|
763
|
+
/* 33px */
|
|
764
|
+
/* 34px */
|
|
765
|
+
/* 35px */
|
|
766
|
+
/* 36px */
|
|
767
|
+
/* 37px */
|
|
768
|
+
/* 38px */
|
|
769
|
+
/* 39px */
|
|
770
|
+
/* 40px */
|
|
771
|
+
/* 41px */
|
|
772
|
+
/* 42px */
|
|
773
|
+
/* 43px */
|
|
774
|
+
/* 44px */
|
|
775
|
+
/* 45px */
|
|
776
|
+
/* 46px */
|
|
777
|
+
/* 47px */
|
|
778
|
+
/* 48px */
|
|
779
|
+
/* 49px */
|
|
780
|
+
/* 50px */
|
|
781
|
+
/* 5em */
|
|
782
|
+
/* 65% */
|
|
783
|
+
/* border */
|
|
784
|
+
/* 0px */
|
|
785
|
+
/* 1px */
|
|
786
|
+
/* 1.5px */
|
|
787
|
+
/* 2px */
|
|
788
|
+
/* 3px */
|
|
789
|
+
/* 4px */
|
|
790
|
+
/* 5px */
|
|
791
|
+
/* 6px */
|
|
792
|
+
/* 7px */
|
|
793
|
+
/* 8px */
|
|
794
|
+
/* 9px */
|
|
795
|
+
/* 10px */
|
|
796
|
+
/* 11px */
|
|
797
|
+
/* 12px */
|
|
798
|
+
/* 13px */
|
|
799
|
+
/* 14px */
|
|
800
|
+
/* 15px */
|
|
801
|
+
/* 16px */
|
|
634
802
|
.e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
635
803
|
border-bottom: 1px dashed var(--color-sf-content-text-color);
|
|
636
804
|
color: var(--color-sf-content-text-color);
|
|
@@ -23,4 +23,4 @@
|
|
|
23
23
|
@use 'ej2-richtexteditor/styles/rich-text-editor/bootstrap5.3-definition' as *;
|
|
24
24
|
@use 'inplace-editor/bootstrap5.3-definition' as *;
|
|
25
25
|
@use 'inplace-editor/icons/bootstrap5.3' as *;
|
|
26
|
-
@use 'inplace-editor/all' as *;
|
|
26
|
+
@use 'inplace-editor/all.bootstrap5.3' as *;
|