@syncfusion/ej2-inplace-editor 31.2.2 → 32.1.19
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 -29
- package/README.md +36 -24
- package/dist/ej2-inplace-editor.min.js +1 -10
- package/dist/ej2-inplace-editor.umd.min.js +0 -9
- package/dist/global/ej2-inplace-editor.min.js +0 -9
- package/dist/global/index.d.ts +0 -9
- package/package.json +23 -59
- package/styles/bds-lite.css +6 -6
- package/styles/bds-lite.scss +25 -26
- package/styles/bds.css +6 -6
- package/styles/bds.scss +26 -27
- package/styles/bootstrap-dark-lite.css +0 -4
- package/styles/bootstrap-dark-lite.scss +25 -26
- package/styles/bootstrap-dark.css +0 -4
- package/styles/bootstrap-dark.scss +26 -27
- package/styles/bootstrap-lite.css +3 -63
- package/styles/bootstrap-lite.scss +25 -26
- package/styles/bootstrap.css +3 -63
- package/styles/bootstrap.scss +26 -27
- package/styles/bootstrap4-lite.css +11 -87
- package/styles/bootstrap4-lite.scss +25 -26
- package/styles/bootstrap4.css +11 -87
- package/styles/bootstrap4.scss +26 -27
- package/styles/bootstrap5-dark-lite.scss +25 -26
- package/styles/bootstrap5-dark.scss +26 -27
- package/styles/bootstrap5-lite.scss +26 -26
- package/styles/bootstrap5.3-lite.css +88 -8
- package/styles/bootstrap5.3-lite.scss +26 -26
- package/styles/bootstrap5.3.css +88 -8
- package/styles/bootstrap5.3.scss +27 -27
- package/styles/bootstrap5.scss +27 -27
- package/styles/fabric-dark-lite.scss +26 -26
- package/styles/fabric-dark.scss +27 -27
- package/styles/fabric-lite.scss +26 -26
- package/styles/fabric.scss +27 -27
- package/styles/fluent-dark-lite.scss +26 -26
- package/styles/fluent-dark.scss +27 -27
- package/styles/fluent-lite.scss +26 -26
- package/styles/fluent.scss +27 -27
- package/styles/fluent2-lite.css +247 -14
- package/styles/fluent2-lite.scss +26 -26
- package/styles/fluent2.css +247 -14
- package/styles/fluent2.scss +27 -27
- package/styles/highcontrast-light-lite.scss +26 -26
- package/styles/highcontrast-light.scss +27 -27
- package/styles/highcontrast-lite.scss +26 -26
- package/styles/highcontrast.scss +27 -27
- package/styles/inplace-editor/_all.scss +2 -2
- package/styles/inplace-editor/_bds-definition.scss +11 -0
- package/styles/inplace-editor/_bigger.scss +8 -6
- package/styles/inplace-editor/_bootstrap-dark-definition.scss +10 -0
- package/styles/inplace-editor/_bootstrap-definition.scss +10 -0
- package/styles/inplace-editor/_bootstrap4-definition.scss +9 -0
- package/styles/inplace-editor/_bootstrap5-dark-definition.scss +80 -1
- package/styles/inplace-editor/_bootstrap5-definition.scss +11 -0
- package/styles/inplace-editor/_bootstrap5.3-definition.scss +13 -2
- package/styles/inplace-editor/_fabric-dark-definition.scss +10 -0
- package/styles/inplace-editor/_fabric-definition.scss +10 -0
- package/styles/inplace-editor/_fluent-dark-definition.scss +80 -1
- package/styles/inplace-editor/_fluent-definition.scss +10 -0
- package/styles/inplace-editor/_fluent2-definition.scss +12 -2
- package/styles/inplace-editor/_fusionnew-definition.scss +10 -0
- package/styles/inplace-editor/_highcontrast-definition.scss +10 -0
- package/styles/inplace-editor/_highcontrast-light-definition.scss +10 -0
- package/styles/inplace-editor/_layout.scss +25 -23
- package/styles/inplace-editor/_material-dark-definition.scss +10 -0
- package/styles/inplace-editor/_material-definition.scss +10 -0
- package/styles/inplace-editor/_material3-dark-definition.scss +72 -1
- package/styles/inplace-editor/_material3-definition.scss +12 -3
- package/styles/inplace-editor/_tailwind-dark-definition.scss +81 -1
- package/styles/inplace-editor/_tailwind-definition.scss +11 -0
- package/styles/inplace-editor/_tailwind3-definition.scss +14 -2
- package/styles/inplace-editor/_theme-variables.scss +1 -0
- package/styles/inplace-editor/_theme.scss +2 -1
- package/styles/inplace-editor/bds.css +6 -6
- package/styles/inplace-editor/bds.scss +27 -27
- package/styles/inplace-editor/bootstrap-dark.css +0 -4
- package/styles/inplace-editor/bootstrap-dark.scss +27 -27
- package/styles/inplace-editor/bootstrap.css +3 -63
- package/styles/inplace-editor/bootstrap.scss +27 -27
- package/styles/inplace-editor/bootstrap4.css +11 -87
- package/styles/inplace-editor/bootstrap4.scss +27 -27
- package/styles/inplace-editor/bootstrap5-dark.scss +27 -27
- package/styles/inplace-editor/bootstrap5.3.css +88 -8
- package/styles/inplace-editor/bootstrap5.3.scss +27 -27
- package/styles/inplace-editor/bootstrap5.scss +27 -27
- package/styles/inplace-editor/fabric-dark.scss +27 -27
- package/styles/inplace-editor/fabric.scss +27 -27
- package/styles/inplace-editor/fluent-dark.scss +27 -27
- package/styles/inplace-editor/fluent.scss +27 -27
- package/styles/inplace-editor/fluent2.css +247 -14
- package/styles/inplace-editor/fluent2.scss +27 -27
- package/styles/inplace-editor/highcontrast-light.scss +27 -27
- package/styles/inplace-editor/highcontrast.scss +27 -27
- package/styles/inplace-editor/icons/_bds.scss +1 -0
- package/styles/inplace-editor/icons/_bootstrap-dark.scss +2 -1
- package/styles/inplace-editor/icons/_bootstrap.scss +2 -1
- package/styles/inplace-editor/icons/_bootstrap4.scss +2 -1
- package/styles/inplace-editor/icons/_bootstrap5-dark.scss +1 -1
- package/styles/inplace-editor/icons/_bootstrap5.3.scss +1 -0
- package/styles/inplace-editor/icons/_bootstrap5.scss +1 -0
- package/styles/inplace-editor/icons/_fabric-dark.scss +2 -1
- package/styles/inplace-editor/icons/_fabric.scss +2 -1
- package/styles/inplace-editor/icons/_fluent-dark.scss +1 -1
- package/styles/inplace-editor/icons/_fluent.scss +1 -0
- package/styles/inplace-editor/icons/_fluent2.scss +1 -0
- package/styles/inplace-editor/icons/_fusionnew.scss +1 -0
- package/styles/inplace-editor/icons/_highcontrast-light.scss +2 -1
- package/styles/inplace-editor/icons/_highcontrast.scss +2 -1
- package/styles/inplace-editor/icons/_material-dark.scss +2 -1
- package/styles/inplace-editor/icons/_material.scss +2 -1
- package/styles/inplace-editor/icons/_material3-dark.scss +1 -1
- package/styles/inplace-editor/icons/_material3.scss +1 -0
- package/styles/inplace-editor/icons/_tailwind-dark.scss +1 -1
- package/styles/inplace-editor/icons/_tailwind.scss +1 -0
- package/styles/inplace-editor/icons/_tailwind3.scss +1 -0
- package/styles/inplace-editor/material-dark.scss +27 -27
- package/styles/inplace-editor/material.css +9 -0
- package/styles/inplace-editor/material.scss +27 -27
- package/styles/inplace-editor/material3-dark.css +427 -4
- package/styles/inplace-editor/material3-dark.scss +27 -28
- package/styles/inplace-editor/material3.css +431 -8
- package/styles/inplace-editor/material3.scss +27 -28
- package/styles/inplace-editor/tailwind-dark.scss +27 -27
- package/styles/inplace-editor/tailwind.scss +27 -27
- package/styles/inplace-editor/tailwind3.css +128 -9
- package/styles/inplace-editor/tailwind3.scss +27 -27
- package/styles/material-dark-lite.scss +26 -26
- package/styles/material-dark.scss +27 -27
- package/styles/material-lite.css +9 -0
- package/styles/material-lite.scss +25 -26
- package/styles/material.css +9 -0
- package/styles/material.scss +26 -27
- package/styles/material3-dark-lite.css +427 -4
- package/styles/material3-dark-lite.scss +26 -26
- package/styles/material3-dark.css +427 -4
- package/styles/material3-dark.scss +27 -29
- package/styles/material3-lite.css +431 -8
- package/styles/material3-lite.scss +26 -26
- package/styles/material3.css +431 -8
- package/styles/material3.scss +27 -29
- package/styles/tailwind-dark-lite.scss +26 -26
- package/styles/tailwind-dark.scss +27 -27
- package/styles/tailwind-lite.scss +26 -26
- package/styles/tailwind.scss +27 -27
- package/styles/tailwind3-lite.css +128 -9
- package/styles/tailwind3-lite.scss +26 -26
- package/styles/tailwind3.css +128 -9
- package/styles/tailwind3.scss +27 -27
- package/dist/ts/index.d.ts +0 -4
- package/dist/ts/index.ts +0 -4
- package/dist/ts/inplace-editor/base/classes.d.ts +0 -63
- package/dist/ts/inplace-editor/base/classes.ts +0 -63
- package/dist/ts/inplace-editor/base/events.d.ts +0 -17
- package/dist/ts/inplace-editor/base/events.ts +0 -18
- package/dist/ts/inplace-editor/base/index.d.ts +0 -10
- package/dist/ts/inplace-editor/base/index.ts +0 -10
- package/dist/ts/inplace-editor/base/inplace-editor-model.d.ts +0 -344
- package/dist/ts/inplace-editor/base/inplace-editor.d.ts +0 -623
- package/dist/ts/inplace-editor/base/inplace-editor.ts +0 -1762
- package/dist/ts/inplace-editor/base/interface.d.ts +0 -117
- package/dist/ts/inplace-editor/base/interface.ts +0 -127
- package/dist/ts/inplace-editor/base/models-model.d.ts +0 -22
- package/dist/ts/inplace-editor/base/models.d.ts +0 -31
- package/dist/ts/inplace-editor/base/models.ts +0 -45
- package/dist/ts/inplace-editor/base/util.d.ts +0 -28
- package/dist/ts/inplace-editor/base/util.ts +0 -104
- package/dist/ts/inplace-editor/index.d.ts +0 -5
- package/dist/ts/inplace-editor/index.ts +0 -5
- package/dist/ts/inplace-editor/modules/auto-complete.d.ts +0 -34
- package/dist/ts/inplace-editor/modules/auto-complete.ts +0 -65
- package/dist/ts/inplace-editor/modules/base-module.d.ts +0 -19
- package/dist/ts/inplace-editor/modules/base-module.ts +0 -74
- package/dist/ts/inplace-editor/modules/color-picker.d.ts +0 -29
- package/dist/ts/inplace-editor/modules/color-picker.ts +0 -55
- package/dist/ts/inplace-editor/modules/combo-box.d.ts +0 -34
- package/dist/ts/inplace-editor/modules/combo-box.ts +0 -63
- package/dist/ts/inplace-editor/modules/date-range-picker.d.ts +0 -29
- package/dist/ts/inplace-editor/modules/date-range-picker.ts +0 -55
- package/dist/ts/inplace-editor/modules/index.d.ts +0 -12
- package/dist/ts/inplace-editor/modules/index.ts +0 -12
- package/dist/ts/inplace-editor/modules/multi-select.d.ts +0 -35
- package/dist/ts/inplace-editor/modules/multi-select.ts +0 -88
- package/dist/ts/inplace-editor/modules/rte.d.ts +0 -31
- package/dist/ts/inplace-editor/modules/rte.ts +0 -73
- package/dist/ts/inplace-editor/modules/slider.d.ts +0 -30
- package/dist/ts/inplace-editor/modules/slider.ts +0 -59
- package/dist/ts/inplace-editor/modules/time-picker.d.ts +0 -29
- package/dist/ts/inplace-editor/modules/time-picker.ts +0 -54
- package/tslint.json +0 -111
package/styles/fluent2.css
CHANGED
|
@@ -4,6 +4,86 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
/* Font Family */
|
|
10
|
+
/* Font Sizes */
|
|
11
|
+
/* Radius */
|
|
12
|
+
/* 1px */
|
|
13
|
+
/* 2px */
|
|
14
|
+
/* 3px */
|
|
15
|
+
/* 4px */
|
|
16
|
+
/* 5px */
|
|
17
|
+
/* 6px */
|
|
18
|
+
/* 7px */
|
|
19
|
+
/* 8px */
|
|
20
|
+
/* 9px */
|
|
21
|
+
/* 10px */
|
|
22
|
+
/* 11px */
|
|
23
|
+
/* 12px */
|
|
24
|
+
/* 13px */
|
|
25
|
+
/* 14px */
|
|
26
|
+
/* 15px */
|
|
27
|
+
/* 16px */
|
|
28
|
+
/* 17px */
|
|
29
|
+
/* 18px */
|
|
30
|
+
/* 19px */
|
|
31
|
+
/* 20px */
|
|
32
|
+
/* 21px */
|
|
33
|
+
/* 22px */
|
|
34
|
+
/* 23px */
|
|
35
|
+
/* 24px */
|
|
36
|
+
/* 25px */
|
|
37
|
+
/* 26px */
|
|
38
|
+
/* 27px */
|
|
39
|
+
/* 28px */
|
|
40
|
+
/* 29px */
|
|
41
|
+
/* 30px */
|
|
42
|
+
/* 31px */
|
|
43
|
+
/* 32px */
|
|
44
|
+
/* 33px */
|
|
45
|
+
/* 34px */
|
|
46
|
+
/* 35px */
|
|
47
|
+
/* 36px */
|
|
48
|
+
/* 37px */
|
|
49
|
+
/* 38px */
|
|
50
|
+
/* 39px */
|
|
51
|
+
/* 40px */
|
|
52
|
+
/* 41px */
|
|
53
|
+
/* 42px */
|
|
54
|
+
/* 43px */
|
|
55
|
+
/* 44px */
|
|
56
|
+
/* 45px */
|
|
57
|
+
/* 46px */
|
|
58
|
+
/* 47px */
|
|
59
|
+
/* 48px */
|
|
60
|
+
/* 49px */
|
|
61
|
+
/* 50px */
|
|
62
|
+
/* 5em */
|
|
63
|
+
/* 65% */
|
|
64
|
+
/* border */
|
|
65
|
+
/* 0px */
|
|
66
|
+
/* 1px */
|
|
67
|
+
/* 1.5px */
|
|
68
|
+
/* 2px */
|
|
69
|
+
/* 3px */
|
|
70
|
+
/* 4px */
|
|
71
|
+
/* 5px */
|
|
72
|
+
/* 6px */
|
|
73
|
+
/* 7px */
|
|
74
|
+
/* 8px */
|
|
75
|
+
/* 9px */
|
|
76
|
+
/* 10px */
|
|
77
|
+
/* 11px */
|
|
78
|
+
/* 12px */
|
|
79
|
+
/* 13px */
|
|
80
|
+
/* 14px */
|
|
81
|
+
/* 15px */
|
|
82
|
+
/* 16px */
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
7
87
|
/* stylelint-disable property-no-vendor-prefix */
|
|
8
88
|
@-webkit-keyframes e-input-ripple {
|
|
9
89
|
100% {
|
|
@@ -184,14 +264,47 @@
|
|
|
184
264
|
color: var(--color-sf-danger) !important;
|
|
185
265
|
}
|
|
186
266
|
|
|
187
|
-
|
|
267
|
+
.e-underline.e-input-group.e-control-wrapper,
|
|
268
|
+
.e-underline.e-input-group,
|
|
269
|
+
.e-underline.e-input-group:not(.e-float-icon-left),
|
|
270
|
+
.e-underline.e-float-input,
|
|
271
|
+
.e-underline.e-float-input.e-control-wrapper,
|
|
272
|
+
.e-underline.e-input-group:not(.e-float-icon-left),
|
|
273
|
+
.e-underline.e-input-group.e-success:not(.e-float-icon-left),
|
|
274
|
+
.e-underline.e-input-group.e-warning:not(.e-float-icon-left),
|
|
275
|
+
.e-underline.e-input-group.e-error:not(.e-float-icon-left),
|
|
276
|
+
.e-underline.e-input-group.e-control-wrapper:not(.e-float-icon-left),
|
|
277
|
+
.e-underline.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
|
|
278
|
+
.e-underline.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),
|
|
279
|
+
.e-underline.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
|
|
280
|
+
border: 1px solid var(--color-sf-border-alt);
|
|
281
|
+
border-width: 0 0 1px 0;
|
|
282
|
+
padding-top: 1px;
|
|
283
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
.e-underline.e-input-group:not(.e-float-icon-left),
|
|
287
|
+
.e-underline.e-input-group.e-success:not(.e-float-icon-left),
|
|
288
|
+
.e-underline.e-input-group.e-warning:not(.e-float-icon-left),
|
|
289
|
+
.e-underline.e-input-group.e-error:not(.e-float-icon-left),
|
|
290
|
+
.e-underline.e-input-group.e-control-wrapper:not(.e-float-icon-left),
|
|
291
|
+
.e-underline.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
|
|
292
|
+
.e-underline.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),
|
|
293
|
+
.e-underline.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
|
|
294
|
+
border: 1px solid;
|
|
295
|
+
border-width: 0 0 1px 0;
|
|
296
|
+
padding-top: 1px;
|
|
297
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
298
|
+
}
|
|
299
|
+
|
|
188
300
|
/* stylelint-disable-line no-empty-source */
|
|
189
301
|
/*! calendar theme variables */
|
|
190
302
|
.e-small:not(.e-bigger) .e-calendar.e-week-number {
|
|
191
303
|
min-width: 230px;
|
|
192
304
|
}
|
|
193
305
|
|
|
194
|
-
.e-bigger.e-daterangepicker .e-calendar.e-week-number
|
|
306
|
+
.e-bigger.e-daterangepicker .e-calendar.e-week-number,
|
|
307
|
+
.e-bigger .e-daterangepicker .e-calendar.e-week-number {
|
|
195
308
|
max-width: 350px;
|
|
196
309
|
}
|
|
197
310
|
|
|
@@ -233,7 +346,7 @@
|
|
|
233
346
|
|
|
234
347
|
.e-ddl.e-popup {
|
|
235
348
|
border: 0;
|
|
236
|
-
border-radius:
|
|
349
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
237
350
|
-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
238
351
|
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
239
352
|
margin-top: 4px;
|
|
@@ -241,7 +354,7 @@
|
|
|
241
354
|
|
|
242
355
|
.e-small .e-ddl.e-popup,
|
|
243
356
|
.e-small.e-ddl.e-popup {
|
|
244
|
-
border-radius:
|
|
357
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
245
358
|
margin-top: 2px;
|
|
246
359
|
}
|
|
247
360
|
|
|
@@ -265,19 +378,54 @@
|
|
|
265
378
|
padding: 4px 8px;
|
|
266
379
|
}
|
|
267
380
|
|
|
381
|
+
.e-bigger .e-ddl.e-popup,
|
|
382
|
+
.e-bigger.e-ddl.e-popup {
|
|
383
|
+
border-radius: calc(var(--e-radius) * 0.5);
|
|
384
|
+
margin-top: 8px;
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
.e-bigger.e-small .e-ddl.e-popup,
|
|
388
|
+
.e-small.e-bigger.e-ddl.e-popup {
|
|
389
|
+
border-radius: calc(var(--e-radius) * 0.5);
|
|
390
|
+
margin-top: 6px;
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
.e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
394
|
+
border-color: var(--color-sf-border-light);
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
.e-bigger .e-popup.e-ddl-device-filter {
|
|
398
|
+
margin-top: 0;
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
.e-bigger .e-ddl-device .e-input-group,
|
|
402
|
+
.e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
403
|
+
background: var(--color-sf-flyout-bg-color);
|
|
404
|
+
border-width: 0;
|
|
405
|
+
-webkit-box-shadow: none;
|
|
406
|
+
box-shadow: none;
|
|
407
|
+
margin-bottom: 0;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
.e-bigger .e-ddl-device .e-input-group .e-back-icon,
|
|
411
|
+
.e-bigger .e-ddl-device .e-input-group input.e-input,
|
|
412
|
+
.e-bigger .e-ddl-device .e-input-group .e-clear-icon {
|
|
413
|
+
background-color: var(--color-sf-flyout-bg-color);
|
|
414
|
+
}
|
|
415
|
+
|
|
268
416
|
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
269
417
|
line-height: 30px;
|
|
270
418
|
top: 0;
|
|
271
419
|
}
|
|
272
420
|
|
|
273
421
|
.e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
274
|
-
border-radius: 0
|
|
422
|
+
border-radius: calc(var(--e-radius) * 0) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0);
|
|
275
423
|
border-right-width: 0;
|
|
276
424
|
}
|
|
277
425
|
|
|
278
426
|
.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
|
|
279
427
|
border-left-width: 0;
|
|
280
|
-
border-radius:
|
|
428
|
+
border-radius: calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0.25);
|
|
281
429
|
border-right-width: 0;
|
|
282
430
|
}
|
|
283
431
|
|
|
@@ -292,6 +440,91 @@
|
|
|
292
440
|
height: 100%;
|
|
293
441
|
}
|
|
294
442
|
|
|
443
|
+
.e-bigger.e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
444
|
+
.e-bigger.e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
445
|
+
.e-bigger .e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
446
|
+
.e-small .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
447
|
+
height: 20px;
|
|
448
|
+
margin-top: -33px;
|
|
449
|
+
right: 18px;
|
|
450
|
+
width: 20px;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
.e-bigger.e-small.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
454
|
+
.e-bigger.e-small .e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
455
|
+
.e-bigger .e-small.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
456
|
+
.e-small .e-bigger.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
|
|
457
|
+
height: 20px;
|
|
458
|
+
margin-top: -35px;
|
|
459
|
+
right: 45px;
|
|
460
|
+
width: 20px;
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
464
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
465
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
466
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
467
|
+
.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
468
|
+
.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
469
|
+
.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
470
|
+
.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
|
|
471
|
+
margin-top: -32px;
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
.e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
475
|
+
.e-bigger .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
476
|
+
height: 24px;
|
|
477
|
+
width: 24px;
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
481
|
+
.e-bigger .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
|
|
482
|
+
margin-top: -40px;
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
486
|
+
.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
487
|
+
.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
488
|
+
.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
489
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
490
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
491
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
492
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
493
|
+
margin-top: -32px;
|
|
494
|
+
right: 40px;
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
.e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
498
|
+
.e-bigger .e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
|
|
499
|
+
margin-top: -44px;
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
.e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,
|
|
503
|
+
.e-bigger .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close {
|
|
504
|
+
height: 16px;
|
|
505
|
+
width: 16px;
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
.e-bigger.e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
|
|
509
|
+
.e-bigger.e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
|
|
510
|
+
.e-bigger .e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
|
|
511
|
+
.e-small .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
|
|
512
|
+
content: "\e208";
|
|
513
|
+
font-size: 16px;
|
|
514
|
+
height: 16px;
|
|
515
|
+
padding: 0;
|
|
516
|
+
text-align: center;
|
|
517
|
+
vertical-align: middle;
|
|
518
|
+
width: 16px;
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
.e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
|
|
522
|
+
.e-bigger .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
|
|
523
|
+
font-size: 20px;
|
|
524
|
+
height: 20px;
|
|
525
|
+
width: 20px;
|
|
526
|
+
}
|
|
527
|
+
|
|
295
528
|
/* stylelint-disable-line no-empty-source */
|
|
296
529
|
/* stylelint-disable property-no-vendor-prefix */
|
|
297
530
|
@-webkit-keyframes material-spinner-rotate {
|
|
@@ -336,10 +569,10 @@
|
|
|
336
569
|
}
|
|
337
570
|
/* stylelint-disable */
|
|
338
571
|
.e-rte-quick-popup {
|
|
339
|
-
border-radius:
|
|
572
|
+
border-radius: calc(var(--e-radius) * 0.375) !important;
|
|
340
573
|
}
|
|
341
574
|
.e-rte-quick-popup .e-rte-quick-toolbar {
|
|
342
|
-
border-radius:
|
|
575
|
+
border-radius: calc(var(--e-radius) * 0.375) !important;
|
|
343
576
|
}
|
|
344
577
|
|
|
345
578
|
/*! inplaceeditor icons */
|
|
@@ -378,7 +611,7 @@
|
|
|
378
611
|
}
|
|
379
612
|
.e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
380
613
|
display: inline-block;
|
|
381
|
-
font-family:
|
|
614
|
+
font-family: var(--e-font-family);
|
|
382
615
|
font-size: 14px;
|
|
383
616
|
margin: 0 28px 0 0;
|
|
384
617
|
}
|
|
@@ -435,7 +668,7 @@
|
|
|
435
668
|
}
|
|
436
669
|
.e-inplaceeditor .e-editable-value-container .e-editable-value {
|
|
437
670
|
display: inline-block;
|
|
438
|
-
font-family:
|
|
671
|
+
font-family: var(--e-font-family);
|
|
439
672
|
font-size: 14px;
|
|
440
673
|
margin: 0 28px 0 0;
|
|
441
674
|
}
|
|
@@ -646,7 +879,7 @@
|
|
|
646
879
|
-webkit-box-direction: normal;
|
|
647
880
|
-ms-flex-direction: column;
|
|
648
881
|
flex-direction: column;
|
|
649
|
-
font-family:
|
|
882
|
+
font-family: var(--e-font-family);
|
|
650
883
|
font-size: 12px;
|
|
651
884
|
font-weight: 500;
|
|
652
885
|
height: 30px;
|
|
@@ -717,7 +950,7 @@
|
|
|
717
950
|
}
|
|
718
951
|
.e-inplaceeditor .e-editable-value-wrapper:hover {
|
|
719
952
|
background: var(--color-sf-content-bg-color-alt2);
|
|
720
|
-
border-radius:
|
|
953
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
721
954
|
}
|
|
722
955
|
.e-inplaceeditor .e-editable-value-wrapper:hover .e-editable-value {
|
|
723
956
|
border-bottom-color: transparent;
|
|
@@ -734,7 +967,7 @@
|
|
|
734
967
|
}
|
|
735
968
|
.e-inplaceeditor .e-editable-value-container:hover {
|
|
736
969
|
background: var(--color-sf-content-bg-color-alt2);
|
|
737
|
-
border-radius:
|
|
970
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
738
971
|
}
|
|
739
972
|
.e-inplaceeditor .e-editable-value-container:hover .e-editable-value {
|
|
740
973
|
border-bottom-color: transparent;
|
|
@@ -769,7 +1002,7 @@
|
|
|
769
1002
|
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
770
1003
|
}
|
|
771
1004
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-tip-content {
|
|
772
|
-
border-radius:
|
|
1005
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
773
1006
|
color: var(--color-sf-content-text-color);
|
|
774
1007
|
}
|
|
775
1008
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-inner {
|
package/styles/fluent2.scss
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
13
|
-
@
|
|
14
|
-
@
|
|
15
|
-
@
|
|
16
|
-
@
|
|
17
|
-
@
|
|
18
|
-
@
|
|
19
|
-
@
|
|
20
|
-
@
|
|
21
|
-
@
|
|
22
|
-
@
|
|
23
|
-
@
|
|
24
|
-
@
|
|
25
|
-
@
|
|
26
|
-
@
|
|
27
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/fluent2' as *;
|
|
2
|
+
@use 'ej2-inputs/styles/input/fluent2-definition' as *;
|
|
3
|
+
@use 'ej2-inputs/styles/color-picker/fluent2-definition' as *;
|
|
4
|
+
@use 'ej2-inputs/styles/maskedtextbox/fluent2-definition' as *;
|
|
5
|
+
@use 'ej2-inputs/styles/numerictextbox/fluent2-definition' as *;
|
|
6
|
+
@use 'ej2-inputs/styles/slider/fluent2-definition' as *;
|
|
7
|
+
@use 'ej2-inputs/styles/textbox/fluent2-definition' as *;
|
|
8
|
+
@use 'ej2-buttons/styles/button/fluent2-definition' as *;
|
|
9
|
+
@use 'ej2-buttons/styles/check-box/fluent2-definition' as *;
|
|
10
|
+
@use 'ej2-buttons/styles/radio-button/fluent2-definition' as *;
|
|
11
|
+
@use 'ej2-calendars/styles/calendar/fluent2-definition' as *;
|
|
12
|
+
@use 'ej2-calendars/styles/datepicker/fluent2-definition' as *;
|
|
13
|
+
@use 'ej2-calendars/styles/daterangepicker/fluent2-definition' as *;
|
|
14
|
+
@use 'ej2-calendars/styles/datetimepicker/fluent2-definition' as *;
|
|
15
|
+
@use 'ej2-calendars/styles/timepicker/fluent2-definition' as *;
|
|
16
|
+
@use 'ej2-dropdowns/styles/auto-complete/fluent2-definition' as *;
|
|
17
|
+
@use 'ej2-dropdowns/styles/combo-box/fluent2-definition' as *;
|
|
18
|
+
@use 'ej2-dropdowns/styles/drop-down-list/fluent2-definition' as *;
|
|
19
|
+
@use 'ej2-dropdowns/styles/multi-select/fluent2-definition' as *;
|
|
20
|
+
@use 'ej2-popups/styles/popup/fluent2-definition' as *;
|
|
21
|
+
@use 'ej2-popups/styles/spinner/fluent2-definition' as *;
|
|
22
|
+
@use 'ej2-popups/styles/tooltip/fluent2-definition' as *;
|
|
23
|
+
@use 'ej2-richtexteditor/styles/rich-text-editor/fluent2-definition' as *;
|
|
24
|
+
@use 'inplace-editor/fluent2-definition' as *;
|
|
25
|
+
@use 'inplace-editor/icons/fluent2' as *;
|
|
26
|
+
@use 'inplace-editor/all' as *;
|
|
27
|
+
@use 'inplace-editor/bigger' as *;
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
13
|
-
@
|
|
14
|
-
@
|
|
15
|
-
@
|
|
16
|
-
@
|
|
17
|
-
@
|
|
18
|
-
@
|
|
19
|
-
@
|
|
20
|
-
@
|
|
21
|
-
@
|
|
22
|
-
@
|
|
23
|
-
@
|
|
24
|
-
@
|
|
25
|
-
@
|
|
26
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/highcontrast-light' as *;
|
|
2
|
+
@use 'ej2-inputs/styles/input/highcontrast-light-definition' as *;
|
|
3
|
+
@use 'ej2-inputs/styles/color-picker/highcontrast-light-definition' as *;
|
|
4
|
+
@use 'ej2-inputs/styles/maskedtextbox/highcontrast-light-definition' as *;
|
|
5
|
+
@use 'ej2-inputs/styles/numerictextbox/highcontrast-light-definition' as *;
|
|
6
|
+
@use 'ej2-inputs/styles/slider/highcontrast-light-definition' as *;
|
|
7
|
+
@use 'ej2-inputs/styles/textbox/highcontrast-light-definition' as *;
|
|
8
|
+
@use 'ej2-buttons/styles/button/highcontrast-light-definition' as *;
|
|
9
|
+
@use 'ej2-buttons/styles/check-box/highcontrast-light-definition' as *;
|
|
10
|
+
@use 'ej2-buttons/styles/radio-button/highcontrast-light-definition' as *;
|
|
11
|
+
@use 'ej2-calendars/styles/calendar/highcontrast-light-definition' as *;
|
|
12
|
+
@use 'ej2-calendars/styles/datepicker/highcontrast-light-definition' as *;
|
|
13
|
+
@use 'ej2-calendars/styles/daterangepicker/highcontrast-light-definition' as *;
|
|
14
|
+
@use 'ej2-calendars/styles/datetimepicker/highcontrast-light-definition' as *;
|
|
15
|
+
@use 'ej2-calendars/styles/timepicker/highcontrast-light-definition' as *;
|
|
16
|
+
@use 'ej2-dropdowns/styles/auto-complete/highcontrast-light-definition' as *;
|
|
17
|
+
@use 'ej2-dropdowns/styles/combo-box/highcontrast-light-definition' as *;
|
|
18
|
+
@use 'ej2-dropdowns/styles/drop-down-list/highcontrast-light-definition' as *;
|
|
19
|
+
@use 'ej2-dropdowns/styles/multi-select/highcontrast-light-definition' as *;
|
|
20
|
+
@use 'ej2-popups/styles/popup/highcontrast-light-definition' as *;
|
|
21
|
+
@use 'ej2-popups/styles/spinner/highcontrast-light-definition' as *;
|
|
22
|
+
@use 'ej2-popups/styles/tooltip/highcontrast-light-definition' as *;
|
|
23
|
+
@use 'ej2-richtexteditor/styles/rich-text-editor/highcontrast-light-definition' as *;
|
|
24
|
+
@use 'inplace-editor/highcontrast-light-definition' as *;
|
|
25
|
+
@use 'inplace-editor/icons/highcontrast-light' as *;
|
|
26
|
+
@use 'inplace-editor/all' as *;
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
13
|
-
@
|
|
14
|
-
@
|
|
15
|
-
@
|
|
16
|
-
@
|
|
17
|
-
@
|
|
18
|
-
@
|
|
19
|
-
@
|
|
20
|
-
@
|
|
21
|
-
@
|
|
22
|
-
@
|
|
23
|
-
@
|
|
24
|
-
@
|
|
25
|
-
@
|
|
26
|
-
@
|
|
27
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/highcontrast-light' as *;
|
|
2
|
+
@use 'ej2-inputs/styles/input/highcontrast-light-definition' as *;
|
|
3
|
+
@use 'ej2-inputs/styles/color-picker/highcontrast-light-definition' as *;
|
|
4
|
+
@use 'ej2-inputs/styles/maskedtextbox/highcontrast-light-definition' as *;
|
|
5
|
+
@use 'ej2-inputs/styles/numerictextbox/highcontrast-light-definition' as *;
|
|
6
|
+
@use 'ej2-inputs/styles/slider/highcontrast-light-definition' as *;
|
|
7
|
+
@use 'ej2-inputs/styles/textbox/highcontrast-light-definition' as *;
|
|
8
|
+
@use 'ej2-buttons/styles/button/highcontrast-light-definition' as *;
|
|
9
|
+
@use 'ej2-buttons/styles/check-box/highcontrast-light-definition' as *;
|
|
10
|
+
@use 'ej2-buttons/styles/radio-button/highcontrast-light-definition' as *;
|
|
11
|
+
@use 'ej2-calendars/styles/calendar/highcontrast-light-definition' as *;
|
|
12
|
+
@use 'ej2-calendars/styles/datepicker/highcontrast-light-definition' as *;
|
|
13
|
+
@use 'ej2-calendars/styles/daterangepicker/highcontrast-light-definition' as *;
|
|
14
|
+
@use 'ej2-calendars/styles/datetimepicker/highcontrast-light-definition' as *;
|
|
15
|
+
@use 'ej2-calendars/styles/timepicker/highcontrast-light-definition' as *;
|
|
16
|
+
@use 'ej2-dropdowns/styles/auto-complete/highcontrast-light-definition' as *;
|
|
17
|
+
@use 'ej2-dropdowns/styles/combo-box/highcontrast-light-definition' as *;
|
|
18
|
+
@use 'ej2-dropdowns/styles/drop-down-list/highcontrast-light-definition' as *;
|
|
19
|
+
@use 'ej2-dropdowns/styles/multi-select/highcontrast-light-definition' as *;
|
|
20
|
+
@use 'ej2-popups/styles/popup/highcontrast-light-definition' as *;
|
|
21
|
+
@use 'ej2-popups/styles/spinner/highcontrast-light-definition' as *;
|
|
22
|
+
@use 'ej2-popups/styles/tooltip/highcontrast-light-definition' as *;
|
|
23
|
+
@use 'ej2-richtexteditor/styles/rich-text-editor/highcontrast-light-definition' as *;
|
|
24
|
+
@use 'inplace-editor/highcontrast-light-definition' as *;
|
|
25
|
+
@use 'inplace-editor/icons/highcontrast-light' as *;
|
|
26
|
+
@use 'inplace-editor/all' as *;
|
|
27
|
+
@use 'inplace-editor/bigger' as *;
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
13
|
-
@
|
|
14
|
-
@
|
|
15
|
-
@
|
|
16
|
-
@
|
|
17
|
-
@
|
|
18
|
-
@
|
|
19
|
-
@
|
|
20
|
-
@
|
|
21
|
-
@
|
|
22
|
-
@
|
|
23
|
-
@
|
|
24
|
-
@
|
|
25
|
-
@
|
|
26
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/highcontrast' as *;
|
|
2
|
+
@use 'ej2-inputs/styles/input/highcontrast-definition' as *;
|
|
3
|
+
@use 'ej2-inputs/styles/color-picker/highcontrast-definition' as *;
|
|
4
|
+
@use 'ej2-inputs/styles/maskedtextbox/highcontrast-definition' as *;
|
|
5
|
+
@use 'ej2-inputs/styles/numerictextbox/highcontrast-definition' as *;
|
|
6
|
+
@use 'ej2-inputs/styles/slider/highcontrast-definition' as *;
|
|
7
|
+
@use 'ej2-inputs/styles/textbox/highcontrast-definition' as *;
|
|
8
|
+
@use 'ej2-buttons/styles/button/highcontrast-definition' as *;
|
|
9
|
+
@use 'ej2-buttons/styles/check-box/highcontrast-definition' as *;
|
|
10
|
+
@use 'ej2-buttons/styles/radio-button/highcontrast-definition' as *;
|
|
11
|
+
@use 'ej2-calendars/styles/calendar/highcontrast-definition' as *;
|
|
12
|
+
@use 'ej2-calendars/styles/datepicker/highcontrast-definition' as *;
|
|
13
|
+
@use 'ej2-calendars/styles/daterangepicker/highcontrast-definition' as *;
|
|
14
|
+
@use 'ej2-calendars/styles/datetimepicker/highcontrast-definition' as *;
|
|
15
|
+
@use 'ej2-calendars/styles/timepicker/highcontrast-definition' as *;
|
|
16
|
+
@use 'ej2-dropdowns/styles/auto-complete/highcontrast-definition' as *;
|
|
17
|
+
@use 'ej2-dropdowns/styles/combo-box/highcontrast-definition' as *;
|
|
18
|
+
@use 'ej2-dropdowns/styles/drop-down-list/highcontrast-definition' as *;
|
|
19
|
+
@use 'ej2-dropdowns/styles/multi-select/highcontrast-definition' as *;
|
|
20
|
+
@use 'ej2-popups/styles/popup/highcontrast-definition' as *;
|
|
21
|
+
@use 'ej2-popups/styles/spinner/highcontrast-definition' as *;
|
|
22
|
+
@use 'ej2-popups/styles/tooltip/highcontrast-definition' as *;
|
|
23
|
+
@use 'ej2-richtexteditor/styles/rich-text-editor/highcontrast-definition' as *;
|
|
24
|
+
@use 'inplace-editor/highcontrast-definition' as *;
|
|
25
|
+
@use 'inplace-editor/icons/highcontrast' as *;
|
|
26
|
+
@use 'inplace-editor/all' as *;
|