@syncfusion/ej2-inplace-editor 25.2.3 → 26.2.4

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.
Files changed (79) hide show
  1. package/.eslintrc.json +3 -2
  2. package/dist/ej2-inplace-editor.min.js +2 -2
  3. package/dist/ej2-inplace-editor.umd.min.js +2 -2
  4. package/dist/ej2-inplace-editor.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-inplace-editor.es2015.js +22 -43
  6. package/dist/es6/ej2-inplace-editor.es2015.js.map +1 -1
  7. package/dist/es6/ej2-inplace-editor.es5.js +77 -98
  8. package/dist/es6/ej2-inplace-editor.es5.js.map +1 -1
  9. package/dist/global/ej2-inplace-editor.min.js +2 -2
  10. package/dist/global/ej2-inplace-editor.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/hotfix/26.1.35_Vol2.txt +1 -0
  13. package/package.json +18 -18
  14. package/src/inplace-editor/base/inplace-editor.d.ts +0 -1
  15. package/src/inplace-editor/base/interface.js +0 -1
  16. package/src/inplace-editor/base/models.js +0 -2
  17. package/styles/bootstrap-dark.css +61 -16
  18. package/styles/bootstrap-dark.scss +26 -1
  19. package/styles/bootstrap.css +63 -17
  20. package/styles/bootstrap.scss +26 -1
  21. package/styles/bootstrap4.css +72 -22
  22. package/styles/bootstrap4.scss +26 -1
  23. package/styles/bootstrap5-dark.css +62 -16
  24. package/styles/bootstrap5-dark.scss +26 -1
  25. package/styles/bootstrap5.css +62 -16
  26. package/styles/bootstrap5.scss +26 -1
  27. package/styles/fabric-dark.css +59 -15
  28. package/styles/fabric-dark.scss +26 -1
  29. package/styles/fabric.css +61 -16
  30. package/styles/fabric.scss +26 -1
  31. package/styles/fluent-dark.css +63 -17
  32. package/styles/fluent-dark.scss +26 -1
  33. package/styles/fluent.css +63 -17
  34. package/styles/fluent.scss +26 -1
  35. package/styles/fluent2.css +1994 -0
  36. package/styles/fluent2.scss +26 -0
  37. package/styles/highcontrast-light.css +62 -15
  38. package/styles/highcontrast-light.scss +26 -1
  39. package/styles/highcontrast.css +64 -16
  40. package/styles/highcontrast.scss +26 -1
  41. package/styles/inplace-editor/_bootstrap5.3-definition.scss +69 -0
  42. package/styles/inplace-editor/_fluent2-definition.scss +71 -0
  43. package/styles/inplace-editor/_layout.scss +0 -35
  44. package/styles/inplace-editor/_material3-definition.scss +0 -7
  45. package/styles/inplace-editor/_theme.scss +8 -32
  46. package/styles/inplace-editor/bootstrap-dark.css +61 -16
  47. package/styles/inplace-editor/bootstrap.css +63 -17
  48. package/styles/inplace-editor/bootstrap4.css +72 -22
  49. package/styles/inplace-editor/bootstrap5-dark.css +62 -16
  50. package/styles/inplace-editor/bootstrap5.css +62 -16
  51. package/styles/inplace-editor/fabric-dark.css +59 -15
  52. package/styles/inplace-editor/fabric.css +61 -16
  53. package/styles/inplace-editor/fluent-dark.css +63 -17
  54. package/styles/inplace-editor/fluent.css +63 -17
  55. package/styles/inplace-editor/fluent2.css +1994 -0
  56. package/styles/inplace-editor/fluent2.scss +26 -0
  57. package/styles/inplace-editor/highcontrast-light.css +62 -15
  58. package/styles/inplace-editor/highcontrast.css +64 -16
  59. package/styles/inplace-editor/icons/_bootstrap5.3.scss +19 -0
  60. package/styles/inplace-editor/icons/_fluent2.scss +19 -0
  61. package/styles/inplace-editor/material-dark.css +79 -19
  62. package/styles/inplace-editor/material.css +95 -22
  63. package/styles/inplace-editor/material3-dark.css +100 -23
  64. package/styles/inplace-editor/material3.css +100 -23
  65. package/styles/inplace-editor/tailwind-dark.css +72 -19
  66. package/styles/inplace-editor/tailwind.css +72 -19
  67. package/styles/material-dark.css +79 -19
  68. package/styles/material-dark.scss +26 -1
  69. package/styles/material.css +95 -22
  70. package/styles/material.scss +26 -1
  71. package/styles/material3-dark.css +100 -23
  72. package/styles/material3-dark.scss +26 -1
  73. package/styles/material3.css +100 -23
  74. package/styles/material3.scss +26 -1
  75. package/styles/tailwind-dark.css +72 -19
  76. package/styles/tailwind-dark.scss +26 -1
  77. package/styles/tailwind.css +72 -19
  78. package/styles/tailwind.scss +26 -1
  79. package/CHANGELOG.md +0 -262
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 25.2.3
3
+ * version : 26.2.4
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. 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
@@ -0,0 +1 @@
1
+ hotfix/26.1.35_Vol2
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-inplace-editor@*",
3
- "_id": "@syncfusion/ej2-inplace-editor@25.1.35",
3
+ "_id": "@syncfusion/ej2-inplace-editor@26.1.35",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-mCewsMWC2UltBcHXufePV5LVcGQifHNn0hJGQdlS63V+So35F84HUvxEYluKo1CNn+Pkn95kbtpwqhW2KUXRSA==",
5
+ "_integrity": "sha512-kcjiQV5r4FAXxO23ptAe2pqbwYYOl36BipwZ9/T4GRwnEfeUNprtSlcIIDq918oPwQVojIDUXdeW6eWTJasWnQ==",
6
6
  "_location": "/@syncfusion/ej2-inplace-editor",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -24,10 +24,10 @@
24
24
  "/@syncfusion/ej2-react-inplace-editor",
25
25
  "/@syncfusion/ej2-vue-inplace-editor"
26
26
  ],
27
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-inplace-editor/-/ej2-inplace-editor-25.1.35.tgz",
28
- "_shasum": "6add029670ce7940c9cfe99a33bc6bc266d5eae2",
27
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-inplace-editor/-/ej2-inplace-editor-26.1.35.tgz",
28
+ "_shasum": "a03077b86cc375ca4125db35ae3d94a68f8411b8",
29
29
  "_spec": "@syncfusion/ej2-inplace-editor@*",
30
- "_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
30
+ "_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included",
31
31
  "author": {
32
32
  "name": "Syncfusion Inc."
33
33
  },
@@ -36,18 +36,18 @@
36
36
  },
37
37
  "bundleDependencies": false,
38
38
  "dependencies": {
39
- "@syncfusion/ej2-base": "~25.2.3",
40
- "@syncfusion/ej2-buttons": "~25.2.3",
41
- "@syncfusion/ej2-calendars": "~25.2.3",
42
- "@syncfusion/ej2-data": "~25.2.3",
43
- "@syncfusion/ej2-dropdowns": "~25.2.3",
44
- "@syncfusion/ej2-inputs": "~25.2.3",
45
- "@syncfusion/ej2-lists": "~25.2.3",
46
- "@syncfusion/ej2-navigations": "~25.2.3",
47
- "@syncfusion/ej2-notifications": "~25.2.3",
48
- "@syncfusion/ej2-popups": "~25.2.3",
49
- "@syncfusion/ej2-richtexteditor": "~25.2.3",
50
- "@syncfusion/ej2-splitbuttons": "~25.2.3"
39
+ "@syncfusion/ej2-base": "~26.2.4",
40
+ "@syncfusion/ej2-buttons": "~26.2.4",
41
+ "@syncfusion/ej2-calendars": "~26.2.4",
42
+ "@syncfusion/ej2-data": "~26.2.4",
43
+ "@syncfusion/ej2-dropdowns": "~26.2.4",
44
+ "@syncfusion/ej2-inputs": "~26.2.4",
45
+ "@syncfusion/ej2-lists": "~26.2.4",
46
+ "@syncfusion/ej2-navigations": "~26.2.4",
47
+ "@syncfusion/ej2-notifications": "~26.2.4",
48
+ "@syncfusion/ej2-popups": "~26.2.4",
49
+ "@syncfusion/ej2-richtexteditor": "~26.2.4",
50
+ "@syncfusion/ej2-splitbuttons": "~26.2.4"
51
51
  },
52
52
  "deprecated": false,
53
53
  "description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server.",
@@ -70,6 +70,6 @@
70
70
  "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
71
71
  },
72
72
  "typings": "index.d.ts",
73
- "version": "25.2.3",
73
+ "version": "26.2.4",
74
74
  "sideEffects": false
75
75
  }
@@ -105,7 +105,6 @@ export declare class InPlaceEditor extends Component<HTMLElement> implements INo
105
105
  private initRender;
106
106
  private inlineWrapper;
107
107
  private isTemplate;
108
- private isVue;
109
108
  private formValidate;
110
109
  private componentObj;
111
110
  private isExtModule;
@@ -1 +0,0 @@
1
-
@@ -52,10 +52,8 @@ export var modulesList = {
52
52
  /**
53
53
  * @hidden
54
54
  */
55
- // eslint-disable-next-line
56
55
  export var localeConstant = {
57
56
  'Click': { 'editAreaClick': 'Click to edit' },
58
57
  'DblClick': { 'editAreaDoubleClick': 'Double click to edit' },
59
58
  'EditIconClick': { 'editAreaClick': 'Click to edit' }
60
- /* eslint-enable */
61
59
  };
@@ -2,7 +2,8 @@
2
2
  /* stylelint-disable-line no-empty-source */
3
3
  .e-popup.e-ddl {
4
4
  border-radius: 4px;
5
- box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
5
+ -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
6
+ box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
6
7
  margin-top: 3px;
7
8
  }
8
9
  .e-popup.e-ddl .e-input-group {
@@ -17,6 +18,7 @@
17
18
  }
18
19
 
19
20
  .e-popup.e-ddl .e-filter-parent .e-input-group {
21
+ display: -webkit-box;
20
22
  display: -ms-flexbox;
21
23
  display: flex;
22
24
  width: auto;
@@ -75,7 +77,8 @@
75
77
  .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
76
78
  .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
77
79
  .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
78
- box-shadow: none;
80
+ -webkit-box-shadow: none;
81
+ box-shadow: none;
79
82
  }
80
83
 
81
84
  .e-ddl.e-popup .e-filter-parent {
@@ -143,19 +146,43 @@
143
146
  }
144
147
 
145
148
  /* stylelint-disable property-no-vendor-prefix */
149
+ @-webkit-keyframes material-spinner-rotate {
150
+ 0% {
151
+ -webkit-transform: rotate(0);
152
+ transform: rotate(0);
153
+ }
154
+ 100% {
155
+ -webkit-transform: rotate(360deg);
156
+ transform: rotate(360deg);
157
+ }
158
+ }
146
159
  @keyframes material-spinner-rotate {
147
160
  0% {
161
+ -webkit-transform: rotate(0);
162
+ transform: rotate(0);
163
+ }
164
+ 100% {
165
+ -webkit-transform: rotate(360deg);
166
+ transform: rotate(360deg);
167
+ }
168
+ }
169
+ @-webkit-keyframes fabric-spinner-rotate {
170
+ 0% {
171
+ -webkit-transform: rotate(0);
148
172
  transform: rotate(0);
149
173
  }
150
174
  100% {
175
+ -webkit-transform: rotate(360deg);
151
176
  transform: rotate(360deg);
152
177
  }
153
178
  }
154
179
  @keyframes fabric-spinner-rotate {
155
180
  0% {
181
+ -webkit-transform: rotate(0);
156
182
  transform: rotate(0);
157
183
  }
158
184
  100% {
185
+ -webkit-transform: rotate(360deg);
159
186
  transform: rotate(360deg);
160
187
  }
161
188
  }
@@ -192,7 +219,6 @@
192
219
  content: "\e338";
193
220
  }
194
221
 
195
- /*! inplaceeditor layout */
196
222
  .e-bigger .e-inplaceeditor .e-editable-value-wrapper,
197
223
  .e-inplaceeditor.e-bigger .e-editable-value-wrapper {
198
224
  padding: 8px 12px;
@@ -313,6 +339,7 @@
313
339
  .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon {
314
340
  bottom: 0;
315
341
  cursor: pointer;
342
+ display: -webkit-inline-box;
316
343
  display: -ms-inline-flexbox;
317
344
  display: inline-flex;
318
345
  height: inherit;
@@ -323,8 +350,10 @@
323
350
  width: 18px;
324
351
  }
325
352
  .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon::before {
326
- -ms-flex-align: center;
327
- align-items: center;
353
+ -webkit-box-align: center;
354
+ -ms-flex-align: center;
355
+ align-items: center;
356
+ display: -webkit-box;
328
357
  display: -ms-flexbox;
329
358
  display: flex;
330
359
  font-size: 14px;
@@ -334,6 +363,7 @@
334
363
  }
335
364
  .e-inplaceeditor .e-editable-value-wrapper.e-editable-open {
336
365
  -webkit-user-select: none;
366
+ -moz-user-select: none;
337
367
  -ms-user-select: none;
338
368
  user-select: none;
339
369
  }
@@ -366,6 +396,7 @@
366
396
  .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon {
367
397
  bottom: 0;
368
398
  cursor: pointer;
399
+ display: -webkit-inline-box;
369
400
  display: -ms-inline-flexbox;
370
401
  display: inline-flex;
371
402
  height: inherit;
@@ -376,8 +407,10 @@
376
407
  width: 18px;
377
408
  }
378
409
  .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon::before {
379
- -ms-flex-align: center;
380
- align-items: center;
410
+ -webkit-box-align: center;
411
+ -ms-flex-align: center;
412
+ align-items: center;
413
+ display: -webkit-box;
381
414
  display: -ms-flexbox;
382
415
  display: flex;
383
416
  font-size: 14px;
@@ -387,6 +420,7 @@
387
420
  }
388
421
  .e-inplaceeditor .e-editable-value-container.e-editable-open {
389
422
  -webkit-user-select: none;
423
+ -moz-user-select: none;
390
424
  -ms-user-select: none;
391
425
  user-select: none;
392
426
  }
@@ -411,6 +445,7 @@
411
445
  }
412
446
  .e-inplaceeditor.e-overlay {
413
447
  -webkit-user-select: none;
448
+ -moz-user-select: none;
414
449
  -ms-user-select: none;
415
450
  user-select: none;
416
451
  }
@@ -476,7 +511,8 @@
476
511
  .e-inplaceeditor-tip .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner {
477
512
  left: auto;
478
513
  right: 5px;
479
- transform: translateX(-30%) translateY(-50%);
514
+ -webkit-transform: translateX(-30%) translateY(-50%);
515
+ transform: translateX(-30%) translateY(-50%);
480
516
  }
481
517
  .e-inplaceeditor .e-editable-form,
482
518
  .e-inplaceeditor-tip .e-editable-form {
@@ -504,6 +540,7 @@
504
540
  opacity: 0.5;
505
541
  pointer-events: none;
506
542
  -webkit-user-select: none;
543
+ -moz-user-select: none;
507
544
  -ms-user-select: none;
508
545
  user-select: none;
509
546
  visibility: visible;
@@ -540,7 +577,8 @@
540
577
  .e-inplaceeditor-tip.e-rtl .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner {
541
578
  left: 5px;
542
579
  right: auto;
543
- transform: translateX(30%) translateY(-50%);
580
+ -webkit-transform: translateX(30%) translateY(-50%);
581
+ transform: translateX(30%) translateY(-50%);
544
582
  }
545
583
 
546
584
  .e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content,
@@ -592,19 +630,24 @@
592
630
  .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title {
593
631
  -ms-flex-line-pack: center;
594
632
  align-content: center;
633
+ display: -webkit-box;
595
634
  display: -ms-flexbox;
596
635
  display: flex;
597
- -ms-flex-direction: column;
598
- flex-direction: column;
636
+ -webkit-box-orient: vertical;
637
+ -webkit-box-direction: normal;
638
+ -ms-flex-direction: column;
639
+ flex-direction: column;
599
640
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
600
641
  font-size: 14px;
601
642
  font-weight: 700;
602
643
  height: 30px;
603
- -ms-flex-pack: center;
604
- justify-content: center;
644
+ -webkit-box-pack: center;
645
+ -ms-flex-pack: center;
646
+ justify-content: center;
605
647
  padding: 0 0 0 12px;
606
648
  }
607
649
  .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper {
650
+ display: -webkit-box;
608
651
  display: -ms-flexbox;
609
652
  display: flex;
610
653
  padding: 12px;
@@ -617,6 +660,7 @@
617
660
  top: auto;
618
661
  }
619
662
  .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-container {
663
+ display: -webkit-box;
620
664
  display: -ms-flexbox;
621
665
  display: flex;
622
666
  padding: 12px;
@@ -658,7 +702,6 @@
658
702
  min-height: 70px;
659
703
  }
660
704
 
661
- /*! inplaceeditor theme */
662
705
  .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
663
706
  border-bottom: 1px dashed #f0f0f0;
664
707
  color: #f0f0f0;
@@ -715,7 +758,8 @@
715
758
  .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn,
716
759
  .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn,
717
760
  .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn {
718
- box-shadow: none;
761
+ -webkit-box-shadow: none;
762
+ box-shadow: none;
719
763
  }
720
764
  .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn .e-btn-icon.e-icons,
721
765
  .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn .e-btn-icon.e-icons,
@@ -725,7 +769,8 @@
725
769
  }
726
770
  .e-inplaceeditor-tip.e-tooltip-wrap.e-popup {
727
771
  background: #2a2a2a;
728
- box-shadow: none;
772
+ -webkit-box-shadow: none;
773
+ box-shadow: none;
729
774
  }
730
775
  .e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-tip-content {
731
776
  border-radius: 4px;
@@ -1 +1,26 @@
1
- @import 'inplace-editor/bootstrap-dark.scss';
1
+ @import 'ej2-base/styles/definition/bootstrap-dark.scss';
2
+ @import 'ej2-inputs/styles/input/bootstrap-dark-definition.scss';
3
+ @import 'ej2-inputs/styles/color-picker/bootstrap-dark-definition.scss';
4
+ @import 'ej2-inputs/styles/maskedtextbox/bootstrap-dark-definition.scss';
5
+ @import 'ej2-inputs/styles/numerictextbox/bootstrap-dark-definition.scss';
6
+ @import 'ej2-inputs/styles/slider/bootstrap-dark-definition.scss';
7
+ @import 'ej2-inputs/styles/textbox/bootstrap-dark-definition.scss';
8
+ @import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
9
+ @import 'ej2-buttons/styles/check-box/bootstrap-dark-definition.scss';
10
+ @import 'ej2-buttons/styles/radio-button/bootstrap-dark-definition.scss';
11
+ @import 'ej2-calendars/styles/calendar/bootstrap-dark-definition.scss';
12
+ @import 'ej2-calendars/styles/datepicker/bootstrap-dark-definition.scss';
13
+ @import 'ej2-calendars/styles/daterangepicker/bootstrap-dark-definition.scss';
14
+ @import 'ej2-calendars/styles/datetimepicker/bootstrap-dark-definition.scss';
15
+ @import 'ej2-calendars/styles/timepicker/bootstrap-dark-definition.scss';
16
+ @import 'ej2-dropdowns/styles/auto-complete/bootstrap-dark-definition.scss';
17
+ @import 'ej2-dropdowns/styles/combo-box/bootstrap-dark-definition.scss';
18
+ @import 'ej2-dropdowns/styles/drop-down-list/bootstrap-dark-definition.scss';
19
+ @import 'ej2-dropdowns/styles/multi-select/bootstrap-dark-definition.scss';
20
+ @import 'ej2-popups/styles/popup/bootstrap-dark-definition.scss';
21
+ @import 'ej2-popups/styles/spinner/bootstrap-dark-definition.scss';
22
+ @import 'ej2-popups/styles/tooltip/bootstrap-dark-definition.scss';
23
+ @import 'ej2-richtexteditor/styles/rich-text-editor/bootstrap-dark-definition.scss';
24
+ @import 'inplace-editor/bootstrap-dark-definition.scss';
25
+ @import 'inplace-editor/icons/bootstrap-dark.scss';
26
+ @import 'inplace-editor/all.scss';
@@ -1,8 +1,10 @@
1
1
  /* stylelint-disable property-no-vendor-prefix */
2
- /* stylelint-disable-line no-empty-source */ /*! calendar bootstrap theme variables */
2
+ /* stylelint-disable-line no-empty-source */
3
+ /*! calendar bootstrap theme variables */
3
4
  .e-popup.e-ddl {
4
5
  border-radius: 4px;
5
- box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
6
+ -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
7
+ box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
6
8
  margin-top: 3px;
7
9
  }
8
10
  .e-popup.e-ddl .e-input-group {
@@ -17,6 +19,7 @@
17
19
  }
18
20
 
19
21
  .e-popup.e-ddl .e-filter-parent .e-input-group {
22
+ display: -webkit-box;
20
23
  display: -ms-flexbox;
21
24
  display: flex;
22
25
  width: auto;
@@ -75,7 +78,8 @@
75
78
  .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
76
79
  .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
77
80
  .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
78
- box-shadow: none;
81
+ -webkit-box-shadow: none;
82
+ box-shadow: none;
79
83
  }
80
84
 
81
85
  .e-ddl.e-popup .e-filter-parent {
@@ -136,19 +140,43 @@
136
140
  }
137
141
 
138
142
  /* stylelint-disable property-no-vendor-prefix */
143
+ @-webkit-keyframes material-spinner-rotate {
144
+ 0% {
145
+ -webkit-transform: rotate(0);
146
+ transform: rotate(0);
147
+ }
148
+ 100% {
149
+ -webkit-transform: rotate(360deg);
150
+ transform: rotate(360deg);
151
+ }
152
+ }
139
153
  @keyframes material-spinner-rotate {
140
154
  0% {
155
+ -webkit-transform: rotate(0);
156
+ transform: rotate(0);
157
+ }
158
+ 100% {
159
+ -webkit-transform: rotate(360deg);
160
+ transform: rotate(360deg);
161
+ }
162
+ }
163
+ @-webkit-keyframes fabric-spinner-rotate {
164
+ 0% {
165
+ -webkit-transform: rotate(0);
141
166
  transform: rotate(0);
142
167
  }
143
168
  100% {
169
+ -webkit-transform: rotate(360deg);
144
170
  transform: rotate(360deg);
145
171
  }
146
172
  }
147
173
  @keyframes fabric-spinner-rotate {
148
174
  0% {
175
+ -webkit-transform: rotate(0);
149
176
  transform: rotate(0);
150
177
  }
151
178
  100% {
179
+ -webkit-transform: rotate(360deg);
152
180
  transform: rotate(360deg);
153
181
  }
154
182
  }
@@ -326,7 +354,6 @@
326
354
  content: "\e338";
327
355
  }
328
356
 
329
- /*! inplaceeditor layout */
330
357
  .e-bigger .e-inplaceeditor .e-editable-value-wrapper,
331
358
  .e-inplaceeditor.e-bigger .e-editable-value-wrapper {
332
359
  padding: 8px 12px;
@@ -447,6 +474,7 @@
447
474
  .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon {
448
475
  bottom: 0;
449
476
  cursor: pointer;
477
+ display: -webkit-inline-box;
450
478
  display: -ms-inline-flexbox;
451
479
  display: inline-flex;
452
480
  height: inherit;
@@ -457,8 +485,10 @@
457
485
  width: 18px;
458
486
  }
459
487
  .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon::before {
460
- -ms-flex-align: center;
461
- align-items: center;
488
+ -webkit-box-align: center;
489
+ -ms-flex-align: center;
490
+ align-items: center;
491
+ display: -webkit-box;
462
492
  display: -ms-flexbox;
463
493
  display: flex;
464
494
  font-size: 14px;
@@ -468,6 +498,7 @@
468
498
  }
469
499
  .e-inplaceeditor .e-editable-value-wrapper.e-editable-open {
470
500
  -webkit-user-select: none;
501
+ -moz-user-select: none;
471
502
  -ms-user-select: none;
472
503
  user-select: none;
473
504
  }
@@ -500,6 +531,7 @@
500
531
  .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon {
501
532
  bottom: 0;
502
533
  cursor: pointer;
534
+ display: -webkit-inline-box;
503
535
  display: -ms-inline-flexbox;
504
536
  display: inline-flex;
505
537
  height: inherit;
@@ -510,8 +542,10 @@
510
542
  width: 18px;
511
543
  }
512
544
  .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon::before {
513
- -ms-flex-align: center;
514
- align-items: center;
545
+ -webkit-box-align: center;
546
+ -ms-flex-align: center;
547
+ align-items: center;
548
+ display: -webkit-box;
515
549
  display: -ms-flexbox;
516
550
  display: flex;
517
551
  font-size: 14px;
@@ -521,6 +555,7 @@
521
555
  }
522
556
  .e-inplaceeditor .e-editable-value-container.e-editable-open {
523
557
  -webkit-user-select: none;
558
+ -moz-user-select: none;
524
559
  -ms-user-select: none;
525
560
  user-select: none;
526
561
  }
@@ -545,6 +580,7 @@
545
580
  }
546
581
  .e-inplaceeditor.e-overlay {
547
582
  -webkit-user-select: none;
583
+ -moz-user-select: none;
548
584
  -ms-user-select: none;
549
585
  user-select: none;
550
586
  }
@@ -610,7 +646,8 @@
610
646
  .e-inplaceeditor-tip .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner {
611
647
  left: auto;
612
648
  right: 5px;
613
- transform: translateX(-30%) translateY(-50%);
649
+ -webkit-transform: translateX(-30%) translateY(-50%);
650
+ transform: translateX(-30%) translateY(-50%);
614
651
  }
615
652
  .e-inplaceeditor .e-editable-form,
616
653
  .e-inplaceeditor-tip .e-editable-form {
@@ -638,6 +675,7 @@
638
675
  opacity: 0.5;
639
676
  pointer-events: none;
640
677
  -webkit-user-select: none;
678
+ -moz-user-select: none;
641
679
  -ms-user-select: none;
642
680
  user-select: none;
643
681
  visibility: visible;
@@ -674,7 +712,8 @@
674
712
  .e-inplaceeditor-tip.e-rtl .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner {
675
713
  left: 5px;
676
714
  right: auto;
677
- transform: translateX(30%) translateY(-50%);
715
+ -webkit-transform: translateX(30%) translateY(-50%);
716
+ transform: translateX(30%) translateY(-50%);
678
717
  }
679
718
 
680
719
  .e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content,
@@ -726,19 +765,24 @@
726
765
  .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title {
727
766
  -ms-flex-line-pack: center;
728
767
  align-content: center;
768
+ display: -webkit-box;
729
769
  display: -ms-flexbox;
730
770
  display: flex;
731
- -ms-flex-direction: column;
732
- flex-direction: column;
771
+ -webkit-box-orient: vertical;
772
+ -webkit-box-direction: normal;
773
+ -ms-flex-direction: column;
774
+ flex-direction: column;
733
775
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
734
776
  font-size: 14px;
735
777
  font-weight: 700;
736
778
  height: 30px;
737
- -ms-flex-pack: center;
738
- justify-content: center;
779
+ -webkit-box-pack: center;
780
+ -ms-flex-pack: center;
781
+ justify-content: center;
739
782
  padding: 0 0 0 12px;
740
783
  }
741
784
  .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper {
785
+ display: -webkit-box;
742
786
  display: -ms-flexbox;
743
787
  display: flex;
744
788
  padding: 12px;
@@ -751,6 +795,7 @@
751
795
  top: auto;
752
796
  }
753
797
  .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-container {
798
+ display: -webkit-box;
754
799
  display: -ms-flexbox;
755
800
  display: flex;
756
801
  padding: 12px;
@@ -792,7 +837,6 @@
792
837
  min-height: 70px;
793
838
  }
794
839
 
795
- /*! inplaceeditor theme */
796
840
  .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
797
841
  border-bottom: 1px dashed #333;
798
842
  color: #333;
@@ -849,7 +893,8 @@
849
893
  .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn,
850
894
  .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn,
851
895
  .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn {
852
- box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
896
+ -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
897
+ box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
853
898
  }
854
899
  .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn .e-btn-icon.e-icons,
855
900
  .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn .e-btn-icon.e-icons,
@@ -859,7 +904,8 @@
859
904
  }
860
905
  .e-inplaceeditor-tip.e-tooltip-wrap.e-popup {
861
906
  background: #fff;
862
- box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.26);
907
+ -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.26);
908
+ box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.26);
863
909
  }
864
910
  .e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-tip-content {
865
911
  border-radius: 4px;
@@ -1 +1,26 @@
1
- @import 'inplace-editor/bootstrap.scss';
1
+ @import 'ej2-base/styles/definition/bootstrap.scss';
2
+ @import 'ej2-inputs/styles/input/bootstrap-definition.scss';
3
+ @import 'ej2-inputs/styles/color-picker/bootstrap-definition.scss';
4
+ @import 'ej2-inputs/styles/maskedtextbox/bootstrap-definition.scss';
5
+ @import 'ej2-inputs/styles/numerictextbox/bootstrap-definition.scss';
6
+ @import 'ej2-inputs/styles/slider/bootstrap-definition.scss';
7
+ @import 'ej2-inputs/styles/textbox/bootstrap-definition.scss';
8
+ @import 'ej2-buttons/styles/button/bootstrap-definition.scss';
9
+ @import 'ej2-buttons/styles/check-box/bootstrap-definition.scss';
10
+ @import 'ej2-buttons/styles/radio-button/bootstrap-definition.scss';
11
+ @import 'ej2-calendars/styles/calendar/bootstrap-definition.scss';
12
+ @import 'ej2-calendars/styles/datepicker/bootstrap-definition.scss';
13
+ @import 'ej2-calendars/styles/daterangepicker/bootstrap-definition.scss';
14
+ @import 'ej2-calendars/styles/datetimepicker/bootstrap-definition.scss';
15
+ @import 'ej2-calendars/styles/timepicker/bootstrap-definition.scss';
16
+ @import 'ej2-dropdowns/styles/auto-complete/bootstrap-definition.scss';
17
+ @import 'ej2-dropdowns/styles/combo-box/bootstrap-definition.scss';
18
+ @import 'ej2-dropdowns/styles/drop-down-list/bootstrap-definition.scss';
19
+ @import 'ej2-dropdowns/styles/multi-select/bootstrap-definition.scss';
20
+ @import 'ej2-popups/styles/popup/bootstrap-definition.scss';
21
+ @import 'ej2-popups/styles/spinner/bootstrap-definition.scss';
22
+ @import 'ej2-popups/styles/tooltip/bootstrap-definition.scss';
23
+ @import 'ej2-richtexteditor/styles/rich-text-editor/bootstrap-definition.scss';
24
+ @import 'inplace-editor/bootstrap-definition.scss';
25
+ @import 'inplace-editor/icons/bootstrap.scss';
26
+ @import 'inplace-editor/all.scss';