@syncfusion/ej2-angular-inplace-editor 22.1.34 → 22.1.36-ngcc

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 (150) hide show
  1. package/@syncfusion/ej2-angular-inplace-editor.es5.js +275 -0
  2. package/@syncfusion/ej2-angular-inplace-editor.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-inplace-editor.js +256 -0
  4. package/@syncfusion/ej2-angular-inplace-editor.js.map +1 -0
  5. package/CHANGELOG.md +269 -0
  6. package/dist/ej2-angular-inplace-editor.umd.js +350 -0
  7. package/dist/ej2-angular-inplace-editor.umd.js.map +1 -0
  8. package/dist/ej2-angular-inplace-editor.umd.min.js +11 -0
  9. package/dist/ej2-angular-inplace-editor.umd.min.js.map +1 -0
  10. package/ej2-angular-inplace-editor.d.ts +5 -0
  11. package/ej2-angular-inplace-editor.metadata.json +1 -0
  12. package/package.json +13 -32
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/collection.json +35 -0
  15. package/schematics/generators/inplaceeditor-inline/index.d.ts +3 -0
  16. package/schematics/generators/inplaceeditor-inline/index.js +8 -0
  17. package/schematics/generators/inplaceeditor-inline/sample-details.d.ts +5 -0
  18. package/schematics/generators/inplaceeditor-inline/sample-details.js +7 -0
  19. package/schematics/generators/inplaceeditor-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  20. package/schematics/generators/inplaceeditor-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  21. package/schematics/generators/inplaceeditor-inline/schema.d.ts +3 -0
  22. package/schematics/generators/inplaceeditor-inline/schema.js +2 -0
  23. package/schematics/generators/inplaceeditor-inline/schema.json +125 -0
  24. package/schematics/generators/inplaceeditor-popup/index.d.ts +3 -0
  25. package/schematics/generators/inplaceeditor-popup/index.js +8 -0
  26. package/schematics/generators/inplaceeditor-popup/sample-details.d.ts +5 -0
  27. package/schematics/generators/inplaceeditor-popup/sample-details.js +7 -0
  28. package/schematics/generators/inplaceeditor-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  29. package/schematics/generators/inplaceeditor-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  30. package/schematics/generators/inplaceeditor-popup/schema.d.ts +3 -0
  31. package/schematics/generators/inplaceeditor-popup/schema.js +2 -0
  32. package/schematics/generators/inplaceeditor-popup/schema.json +125 -0
  33. package/schematics/generators/inplaceeditor-popup-position/index.d.ts +3 -0
  34. package/schematics/generators/inplaceeditor-popup-position/index.js +8 -0
  35. package/schematics/generators/inplaceeditor-popup-position/sample-details.d.ts +5 -0
  36. package/schematics/generators/inplaceeditor-popup-position/sample-details.js +7 -0
  37. package/schematics/generators/inplaceeditor-popup-position/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  38. package/schematics/generators/inplaceeditor-popup-position/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  39. package/schematics/generators/inplaceeditor-popup-position/schema.d.ts +3 -0
  40. package/schematics/generators/inplaceeditor-popup-position/schema.js +2 -0
  41. package/schematics/generators/inplaceeditor-popup-position/schema.json +125 -0
  42. package/schematics/generators/inplaceeditor-template/index.d.ts +3 -0
  43. package/schematics/generators/inplaceeditor-template/index.js +8 -0
  44. package/schematics/generators/inplaceeditor-template/sample-details.d.ts +5 -0
  45. package/schematics/generators/inplaceeditor-template/sample-details.js +7 -0
  46. package/schematics/generators/inplaceeditor-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  47. package/schematics/generators/inplaceeditor-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  48. package/schematics/generators/inplaceeditor-template/schema.d.ts +3 -0
  49. package/schematics/generators/inplaceeditor-template/schema.js +2 -0
  50. package/schematics/generators/inplaceeditor-template/schema.json +125 -0
  51. package/schematics/generators/inplaceeditor-validation/index.d.ts +3 -0
  52. package/schematics/generators/inplaceeditor-validation/index.js +8 -0
  53. package/schematics/generators/inplaceeditor-validation/sample-details.d.ts +5 -0
  54. package/schematics/generators/inplaceeditor-validation/sample-details.js +7 -0
  55. package/schematics/generators/inplaceeditor-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  56. package/schematics/generators/inplaceeditor-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -0
  57. package/schematics/generators/inplaceeditor-validation/schema.d.ts +3 -0
  58. package/schematics/generators/inplaceeditor-validation/schema.js +2 -0
  59. package/schematics/generators/inplaceeditor-validation/schema.json +125 -0
  60. package/schematics/ng-add/index.d.ts +3 -0
  61. package/schematics/ng-add/index.js +9 -0
  62. package/schematics/ng-add/schema.d.ts +13 -0
  63. package/schematics/ng-add/schema.js +2 -0
  64. package/schematics/ng-add/schema.json +34 -0
  65. package/schematics/tsconfig.json +25 -0
  66. package/schematics/utils/lib-details.d.ts +4 -0
  67. package/schematics/utils/lib-details.js +6 -0
  68. package/schematics/utils/lib-details.ts +2 -2
  69. package/src/inplace-editor/inplaceeditor-all.module.d.ts +0 -6
  70. package/src/inplace-editor/inplaceeditor.component.d.ts +1 -3
  71. package/src/inplace-editor/inplaceeditor.module.d.ts +0 -6
  72. package/styles/bootstrap4.css +7 -4
  73. package/styles/bootstrap5-dark.css +1 -5
  74. package/styles/bootstrap5.css +1 -5
  75. package/styles/inplace-editor/bootstrap-dark.scss +1 -26
  76. package/styles/inplace-editor/bootstrap.scss +1 -26
  77. package/styles/inplace-editor/bootstrap4.css +7 -4
  78. package/styles/inplace-editor/bootstrap4.scss +1 -26
  79. package/styles/inplace-editor/bootstrap5-dark.css +1 -5
  80. package/styles/inplace-editor/bootstrap5-dark.scss +1 -26
  81. package/styles/inplace-editor/bootstrap5.css +1 -5
  82. package/styles/inplace-editor/bootstrap5.scss +1 -26
  83. package/styles/inplace-editor/fabric-dark.scss +1 -26
  84. package/styles/inplace-editor/fabric.scss +1 -26
  85. package/styles/inplace-editor/fluent-dark.scss +1 -26
  86. package/styles/inplace-editor/fluent.scss +1 -26
  87. package/styles/inplace-editor/highcontrast-light.scss +1 -26
  88. package/styles/inplace-editor/highcontrast.scss +1 -26
  89. package/styles/inplace-editor/material-dark.scss +1 -26
  90. package/styles/inplace-editor/material.scss +1 -26
  91. package/styles/inplace-editor/material3-dark.css +20 -11
  92. package/styles/inplace-editor/material3-dark.scss +1 -26
  93. package/styles/inplace-editor/material3.css +20 -11
  94. package/styles/inplace-editor/material3.scss +1 -26
  95. package/styles/inplace-editor/tailwind-dark.scss +1 -26
  96. package/styles/inplace-editor/tailwind.scss +1 -26
  97. package/styles/material3-dark.css +20 -11
  98. package/styles/material3-dark.scss +0 -1
  99. package/styles/material3.css +20 -11
  100. package/styles/material3.scss +0 -1
  101. package/esm2020/public_api.mjs +0 -3
  102. package/esm2020/src/index.mjs +0 -5
  103. package/esm2020/src/inplace-editor/inplaceeditor-all.module.mjs +0 -50
  104. package/esm2020/src/inplace-editor/inplaceeditor.component.mjs +0 -146
  105. package/esm2020/src/inplace-editor/inplaceeditor.module.mjs +0 -25
  106. package/esm2020/syncfusion-ej2-angular-inplace-editor.mjs +0 -5
  107. package/fesm2015/syncfusion-ej2-angular-inplace-editor.mjs +0 -221
  108. package/fesm2015/syncfusion-ej2-angular-inplace-editor.mjs.map +0 -1
  109. package/fesm2020/syncfusion-ej2-angular-inplace-editor.mjs +0 -221
  110. package/fesm2020/syncfusion-ej2-angular-inplace-editor.mjs.map +0 -1
  111. package/styles/inplace-editor/_all.scss +0 -2
  112. package/styles/inplace-editor/_bootstrap-dark-definition.scss +0 -74
  113. package/styles/inplace-editor/_bootstrap-definition.scss +0 -75
  114. package/styles/inplace-editor/_bootstrap4-definition.scss +0 -75
  115. package/styles/inplace-editor/_bootstrap5-dark-definition.scss +0 -1
  116. package/styles/inplace-editor/_bootstrap5-definition.scss +0 -69
  117. package/styles/inplace-editor/_fabric-dark-definition.scss +0 -74
  118. package/styles/inplace-editor/_fabric-definition.scss +0 -75
  119. package/styles/inplace-editor/_fluent-dark-definition.scss +0 -1
  120. package/styles/inplace-editor/_fluent-definition.scss +0 -70
  121. package/styles/inplace-editor/_fusionnew-definition.scss +0 -69
  122. package/styles/inplace-editor/_highcontrast-definition.scss +0 -74
  123. package/styles/inplace-editor/_highcontrast-light-definition.scss +0 -74
  124. package/styles/inplace-editor/_layout.scss +0 -658
  125. package/styles/inplace-editor/_material-dark-definition.scss +0 -75
  126. package/styles/inplace-editor/_material-definition.scss +0 -75
  127. package/styles/inplace-editor/_material3-dark-definition.scss +0 -1
  128. package/styles/inplace-editor/_material3-definition.scss +0 -70
  129. package/styles/inplace-editor/_tailwind-dark-definition.scss +0 -1
  130. package/styles/inplace-editor/_tailwind-definition.scss +0 -70
  131. package/styles/inplace-editor/_theme.scss +0 -268
  132. package/styles/inplace-editor/icons/_bootstrap-dark.scss +0 -19
  133. package/styles/inplace-editor/icons/_bootstrap.scss +0 -19
  134. package/styles/inplace-editor/icons/_bootstrap4.scss +0 -19
  135. package/styles/inplace-editor/icons/_bootstrap5-dark.scss +0 -1
  136. package/styles/inplace-editor/icons/_bootstrap5.scss +0 -19
  137. package/styles/inplace-editor/icons/_fabric-dark.scss +0 -19
  138. package/styles/inplace-editor/icons/_fabric.scss +0 -19
  139. package/styles/inplace-editor/icons/_fluent-dark.scss +0 -1
  140. package/styles/inplace-editor/icons/_fluent.scss +0 -19
  141. package/styles/inplace-editor/icons/_fusionnew.scss +0 -19
  142. package/styles/inplace-editor/icons/_highcontrast-light.scss +0 -19
  143. package/styles/inplace-editor/icons/_highcontrast.scss +0 -19
  144. package/styles/inplace-editor/icons/_material-dark.scss +0 -19
  145. package/styles/inplace-editor/icons/_material.scss +0 -19
  146. package/styles/inplace-editor/icons/_material3-dark.scss +0 -1
  147. package/styles/inplace-editor/icons/_material3.scss +0 -19
  148. package/styles/inplace-editor/icons/_tailwind-dark.scss +0 -1
  149. package/styles/inplace-editor/icons/_tailwind.scss +0 -19
  150. package/syncfusion-ej2-angular-inplace-editor.d.ts +0 -5
@@ -1,75 +0,0 @@
1
- /*! Material theme definitions and variables */
2
-
3
- /*! Value element styles */
4
- $editor-big-value-text-font-size: 14px !default;
5
- $editor-nrml-value-text-font-size: 13px !default;
6
- $editor-big-value-container-padding: 8px !default;
7
- $editor-nrml-value-container-padding: 6px 8px !default;
8
- $editor-big-value-container-spin-padding: 8px !default;
9
- $editor-nrml-value-container-spin-padding: 8px !default;
10
- $editor-big-value-margin: 0 30px 0 0 !default;
11
- $editor-nrml-value-margin: 0 28px 0 0 !default;
12
- $editor-rtl-big-value-margin: 0 0 0 30px !default;
13
- $editor-rtl-nrml-value-margin: 0 0 0 28px !default;
14
- $editor-big-overlay-icon-size: 16px !default;
15
- $editor-nrml-overlay-icon-size: 14px !default;
16
- $editor-big-overlay-icon-container-size: 20px !default;
17
- $editor-nrml-overlay-icon-container-size: 18px !default;
18
- $editor-big-overlay-icon-left-right: 8px !default;
19
- $editor-nrml-overlay-icon-left-right: 8px !default;
20
- $editor-value-hover-bg: $grey-100 !default;
21
- $editor-value-text-color: rgba($grey-light-font, .87) !default;
22
- $editor-overlay-icon-color: rgba($grey-light-font, .54) !default;
23
- $editor-value-text-border: 1px dashed $editor-value-text-color !default;
24
- $editable-overlay-icon-height: inherit !default;
25
- $editable-overlay-icon: 0 !default;
26
-
27
- /*! Tooltip styles */
28
- $editor-tip-border: 1px solid $grey-400 !default;
29
- $editor-tip-bg: $grey-white !default;
30
- $editor-tip-arrow-icon-color: $grey-white !default;
31
- $editor-tip-title-arrow-icon-color: $grey-200 !default;
32
- $editor-tip-arrow-bdr-color: $grey-400 !default;
33
- $editor-tip-title-arrow-bdr-color: $grey-400 !default;
34
- $editor-tip-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12) !default;
35
-
36
- /*! Tip Content styles */
37
- $editor-tip-content-bdr-radius: 2px !default;
38
- $editor-popup-tip-content-bdr-radius: 2px !default;
39
-
40
- /*! Title styles */
41
- $editor-tip-title-font-weight: 500 !default;
42
- $editor-big-tip-title-font-size: 14px !default;
43
- $editor-nrml-tip-title-font-size: 13px !default;
44
- $editor-big-tip-title-padding: 0 0 0 12px !default;
45
- $editor-nrml-tip-title-padding: 0 0 0 10px !default;
46
- $editor-rtl-big-tip-title-padding: 0 12px 0 0 !default;
47
- $editor-rtl-nrml-tip-title-padding: 0 10px 0 0 !default;
48
- $editor-big-tip-title-container-size: 36px !default;
49
- $editor-nrml-tip-title-container-size: 30px !default;
50
- $editor-tip-title-bg: $grey-200 !default;
51
- $editor-tio-title-border-bottom: 0 !default;
52
- $editor-tip-title-color: rgba($grey-light-font, .87) !default;
53
-
54
- /*! Wrapper styles */
55
- $editor-big-tip-wrapper-padding: 16px !default;
56
- $editor-nrml-tip-wrapper-padding: 16px !default;
57
- $editor-big-wrapper-title-with-padding: 10px 16px 16px 16px !default;
58
- $editor-nrml-wrapper-title-with-padding: 10px 16px 16px 16px !default;
59
-
60
- /*! Component group styles */
61
- $editor-component-bottom-margin: 4px !default;
62
-
63
- /*! Button styles */
64
- $editor-buttons-top-margin: 4px !default;
65
- $editor-btn-save-icon-size: 16px !default;
66
- $editor-btn-cancel-icon-size: 16px !default;
67
- $editor-big-btn-save-margin: 0 4px 0 0 !default;
68
- $editor-nrml-btn-save-margin: 0 4px 0 0 !default;
69
- $editor-big-btn-cancel-margin: 0 0 0 4px !default;
70
- $editor-nrml-btn-cancel-margin: 0 0 0 4px !default;
71
- $editor-rtl-big-btn-save-margin: 0 0 0 4px !default;
72
- $editor-rtl-nrml-btn-save-margin: 0 0 0 4px !default;
73
- $editor-rtl-big-btn-cancel-margin: 0 4px 0 0 !default;
74
- $editor-rtl-nrml-btn-cancel-margin: 0 4px 0 0 !default;
75
- $editor-btn-icon-color: rgba($grey-light-font, .54) !default;
@@ -1 +0,0 @@
1
- @import './material3-definition.scss';
@@ -1,70 +0,0 @@
1
- //Layout Variable Start
2
- $editor-big-value-text-font-size: $text-base !default;
3
- $editor-nrml-value-text-font-size: $text-sm !default;
4
- $editor-big-value-container-padding: 8px 36px 8px 16px !default;
5
- $editor-nrml-value-container-padding: 6px 30px 6px 12px !default;
6
- $editor-big-value-container-spin-padding: 8px !default;
7
- $editor-nrml-value-container-spin-padding: 8px !default;
8
- $editor-big-value-margin: 0 !default;
9
- $editor-nrml-value-margin: 0 8px 0 0 !default;
10
- $editor-rtl-big-value-margin: 0 0 0 28px !default;
11
- $editor-rtl-nrml-value-margin: 0 0 0 32px !default;
12
- $editor-big-overlay-icon-size: $text-base !default;
13
- $editor-nrml-overlay-icon-size: $text-sm !default;
14
- $editor-big-overlay-icon-container-size: 20px !default;
15
- $editor-nrml-overlay-icon-container-size: 20px !default;
16
- $editor-big-overlay-icon-left-right: 8px !default;
17
- $editor-nrml-overlay-icon-left-right: 0 !default;
18
- $editor-tip-content-bdr-radius: 4px !default;
19
- $editor-popup-tip-content-bdr-radius: 20px !default;
20
- $editor-popup-tip-wrapper-bdr-radius: 0 !default;
21
- $editor-tip-title-font-weight: $font-weight-normal !default;
22
- $editor-big-tip-title-font-size: $text-2xl !default;
23
- $editor-nrml-tip-title-font-size: $text-base !default;
24
- $editor-big-tip-title-padding: 24px !default;
25
- $editor-nrml-tip-title-padding: 20px 20px 12px 20px !default;
26
- $editor-rtl-big-tip-title-padding: 12px 16px 12px 16px !default;
27
- $editor-rtl-nrml-tip-title-padding: 9px 12px 9px 12px !default;
28
- $editor-big-tip-title-container-size: 46px !default;
29
- $editor-nrml-tip-title-container-size: 24px !default;
30
- $editor-big-tip-wrapper-padding: 24px !default;
31
- $editor-nrml-tip-wrapper-padding: 20px !default;
32
- $editor-big-wrapper-title-with-padding: 24px !default;
33
- $editor-nrml-wrapper-title-with-padding: 20px !default;
34
- $editor-component-bottom-margin: 4px !default;
35
- $editor-buttons-top-margin: 4px !default;
36
- $editor-btn-save-icon-size: 16px !default;
37
- $editor-btn-cancel-icon-size: 16px !default;
38
- $editor-big-btn-save-margin: 0 4px 0 0 !default;
39
- $editor-nrml-btn-save-margin: 0 6px 0 0 !default;
40
- $editor-big-btn-cancel-margin: 0 0 0 4px !default;
41
- $editor-nrml-btn-cancel-margin: 0 0 0 6px !default;
42
- $editor-rtl-big-btn-save-margin: 0 0 0 4px !default;
43
- $editor-rtl-nrml-btn-save-margin: 0 0 0 6px !default;
44
- $editor-rtl-big-btn-cancel-margin: 0 4px 0 0 !default;
45
- $editor-rtl-nrml-btn-cancel-margin: 0 6px 0 0 !default;
46
-
47
- //Layout Variable End
48
-
49
- //Theme Variable Start
50
- $editor-value-hover-bg: $content-bg-color-alt2 !default;
51
- $editor-value-text-color: rgba($content-text-color) !default;
52
- $editor-overlay-icon-color: rgba($icon-color) !default;
53
- $editor-value-text-border: 1px solid rgba($content-text-color) !default;
54
- $editor-background-color: $transparent !default;
55
- $wrapper-background-color: $flyout-bg-color !default;
56
- $editor-tip-border: 0 !default;
57
- $editor-tip-bg: $flyout-bg-color !default;
58
- $editor-tip-arrow-icon-color: $flyout-bg-color !default;
59
- $editor-tip-title-arrow-icon-color: $content-bg-color-alt1 !default;
60
- $editor-tip-arrow-bdr-color: $flyout-bg-color !default;
61
- $editor-tip-title-arrow-bdr-color: rgba($border) !default;
62
- $editor-tip-box-shadow: $shadow-lg !default;
63
- $editor-tip-title-bg: $flyout-bg-color !default;
64
- $editor-tio-title-border-bottom: 0 !default;
65
- $editor-tip-title-color: rgba($content-text-color) !default;
66
- $editable-overlay-icon-height: inherit !default;
67
- $editable-overlay-icon: 0 !default;
68
- $editor-btn-icon-color: rgba($icon-color) !default;
69
-
70
- //Theme Variable End
@@ -1 +0,0 @@
1
- @import './tailwind-definition.scss';
@@ -1,70 +0,0 @@
1
- //Layout Variable Start
2
- $editor-big-value-text-font-size: $text-base !default;
3
- $editor-nrml-value-text-font-size: $text-sm !default;
4
- $editor-big-value-container-padding: 7px 12px 7px 12px !default;
5
- $editor-nrml-value-container-padding: 3px 8px 5px 8px !default;
6
- $editor-big-value-container-spin-padding: 8px !default;
7
- $editor-nrml-value-container-spin-padding: 8px !default;
8
- $editor-big-value-margin: 0 30px 0 0 !default;
9
- $editor-nrml-value-margin: 0 28px 0 0 !default;
10
- $editor-rtl-big-value-margin: 0 0 0 30px !default;
11
- $editor-rtl-nrml-value-margin: 0 0 0 28px !default;
12
- $editor-big-overlay-icon-size: $text-base !default;
13
- $editor-nrml-overlay-icon-size: $text-sm !default;
14
- $editor-big-overlay-icon-container-size: 20px !default;
15
- $editor-nrml-overlay-icon-container-size: 20px !default;
16
- $editor-big-overlay-icon-left-right: 8px !default;
17
- $editor-nrml-overlay-icon-left-right: 8px !default;
18
- $editor-tip-content-bdr-radius: 4px !default;
19
- $editor-popup-tip-content-bdr-radius: 4px !default;
20
- $editor-tip-title-font-weight: 500 !default;
21
- $editor-big-tip-title-font-size: $text-sm !default;
22
- $editor-nrml-tip-title-font-size: $text-xs !default;
23
- $editor-big-tip-title-padding: 7px 16px 7px 16px !default;
24
- $editor-nrml-tip-title-padding: 6px 12px 6px 12px !default;
25
- $editor-rtl-big-tip-title-padding: 7px 16px 7px 16px !default;
26
- $editor-rtl-nrml-tip-title-padding: 6px 12px 6px 12px !default;
27
- $editor-big-tip-title-container-size: 36px !default;
28
- $editor-nrml-tip-title-container-size: 30px !default;
29
- $editor-big-tip-wrapper-padding: 16px !default;
30
- $editor-nrml-tip-wrapper-padding: 12px !default;
31
- $editor-big-wrapper-title-with-padding: 16px !default;
32
- $editor-nrml-wrapper-title-with-padding: 12px !default;
33
- $editor-component-bottom-margin: 4px !default;
34
- $editor-buttons-top-margin: 4px !default;
35
- $editor-btn-save-icon-size: 16px !default;
36
- $editor-btn-cancel-icon-size: 16px !default;
37
- $editor-big-btn-save-margin: 0 4px 0 0 !default;
38
- $editor-nrml-btn-save-margin: 0 4px 0 0 !default;
39
- $editor-big-btn-cancel-margin: 0 0 0 4px !default;
40
- $editor-nrml-btn-cancel-margin: 0 0 0 4px !default;
41
- $editor-rtl-big-btn-save-margin: 0 0 0 4px !default;
42
- $editor-rtl-nrml-btn-save-margin: 0 0 0 4px !default;
43
- $editor-rtl-big-btn-cancel-margin: 0 4px 0 0 !default;
44
- $editor-rtl-nrml-btn-cancel-margin: 0 4px 0 0 !default;
45
-
46
- //Layout Variable End
47
-
48
- //Theme Variable Start
49
- $editor-value-hover-bg: $content-bg-color-alt2 !default;
50
- $content-text-color: $content-text-color !default;
51
- $editor-value-text-color: $content-text-color !default;
52
- $editor-overlay-icon-color: $icon-color !default;
53
- $editor-value-text-border: 1px dashed $content-text-color !default;
54
- $editor-background-color: $transparent !default;
55
- $wrapper-background-color: $flyout-bg-color !default;
56
- $editor-tip-border: 1px solid $border-light !default;
57
- $editor-tip-bg: $flyout-bg-color !default;
58
- $editor-tip-arrow-icon-color: $flyout-bg-color !default;
59
- $editor-tip-title-arrow-icon-color: $content-bg-color-alt2 !default;
60
- $editor-tip-arrow-bdr-color: $content-bg-color-alt2 !default;
61
- $editor-tip-title-arrow-bdr-color: $content-bg-color-alt2 !default;
62
- $editor-tip-box-shadow: $shadow-lg !default;
63
- $editor-tip-title-bg: $content-bg-color-alt2 !default;
64
- $editor-tio-title-border-bottom: 0 !default;
65
- $editor-tip-title-color: $content-text-color-alt2 !default;
66
- $editable-overlay-icon-height: inherit !default;
67
- $editable-overlay-icon: 0 !default;
68
- $editor-btn-icon-color: $icon-color !default;
69
-
70
- //Theme Variable End
@@ -1,268 +0,0 @@
1
- @include export-module('inplaceeditor-theme') {
2
-
3
- /*! inplaceeditor theme */
4
-
5
- .e-inplaceeditor {
6
-
7
- .e-editable-value-wrapper {
8
-
9
- .e-editable-value {
10
- border-bottom: $editor-value-text-border;
11
- color: $editor-value-text-color;
12
- }
13
-
14
- .e-editable-overlay-icon {
15
- color: $editor-overlay-icon-color;
16
- }
17
-
18
- &.e-loading {
19
-
20
- .e-editable-value {
21
- border-bottom: 0;
22
- }
23
- }
24
-
25
- &:hover {
26
- background: $editor-value-hover-bg;
27
- border-radius: $editor-tip-content-bdr-radius;
28
-
29
- .e-editable-value {
30
- border-bottom-color: transparent;
31
- }
32
- }
33
- }
34
-
35
- .e-editable-value-container {
36
-
37
- .e-editable-value {
38
- border-bottom: $editor-value-text-border;
39
- color: $editor-value-text-color;
40
- }
41
-
42
- .e-editable-overlay-icon {
43
- color: $editor-overlay-icon-color;
44
- }
45
-
46
- &.e-loading {
47
-
48
- .e-editable-value {
49
- border-bottom: 0;
50
- }
51
- }
52
-
53
- &:hover {
54
- background: $editor-value-hover-bg;
55
- border-radius: $editor-tip-content-bdr-radius;
56
-
57
- .e-editable-value {
58
- border-bottom-color: transparent;
59
- }
60
- }
61
- }
62
-
63
- &[data-underline = 'false'] {
64
-
65
- .e-editable-value-wrapper {
66
-
67
- .e-editable-value {
68
- border-bottom: 0;
69
- }
70
- }
71
-
72
- .e-editable-value-container {
73
-
74
- .e-editable-value {
75
- border-bottom: 0;
76
- }
77
- }
78
- }
79
-
80
- &.e-disable {
81
- pointer-events: none;
82
- touch-action: none;
83
-
84
- .e-editable-value-wrapper {
85
-
86
- .e-editable-value {
87
- border-bottom-color: transparent;
88
- }
89
- }
90
-
91
- .e-editable-value-container {
92
-
93
- .e-editable-value {
94
- border-bottom-color: transparent;
95
- }
96
- }
97
- }
98
- }
99
-
100
- .e-inplaceeditor,
101
- .e-inplaceeditor-tip {
102
-
103
- .e-editable-action-buttons {
104
-
105
- .e-btn-save.e-icon-btn,
106
- .e-btn-cancel.e-icon-btn {
107
-
108
- @if $skin-name == 'fabric-dark' or $skin-name == 'bootstrap-dark' or $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
109
- box-shadow: none;
110
- }
111
- @else if $skin-name == 'fabric' {
112
- box-shadow: 0 1px 4px 0 $black-color;
113
- }
114
- @else if $skin-name == 'bootstrap' {
115
- box-shadow: 0 1px 4px 0 $black-color;
116
- }
117
- @else if $skin-name == 'bootstrap4' {
118
- background-color: $content-bg;
119
- border: 1px solid $gray-400;
120
- box-shadow: 0 1px 4px 0 $black-color;
121
- }
122
-
123
- @else if $skin-name == 'bootstrap5' {
124
- background-color: $content-bg-color;
125
- border: 1px solid $border-light;
126
- border-radius: 4px;
127
- }
128
-
129
- .e-btn-icon.e-icons {
130
- color: $editor-btn-icon-color;
131
- }
132
-
133
- @if $skin-name == 'bootstrap4' {
134
-
135
- &:hover {
136
- background-color: darken($gray-600, 7.5%);
137
- border: 1px solid darken($gray-600, 10%);
138
- }
139
-
140
- &:disabled {
141
- background-color: $content-bg;
142
- border: 1px solid $gray-400;
143
- box-shadow: 0 1px 4px 0 $black-color;
144
- }
145
- }
146
- @else if $skin-name == 'bootstrap5' {
147
-
148
- &:hover {
149
- background-color: darken($gray-600, 7.5%);
150
- border: 1px solid darken($gray-600, 10%);
151
- }
152
-
153
- &:disabled{
154
- background-color: $content-bg-color;
155
- border: 1px solid $border-light;
156
- border-radius: 4px;
157
- }
158
- }
159
-
160
- @if $skin-name == 'bootstrap4' {
161
-
162
- &:focus {
163
- background-color: $gray-600;
164
- border: 1px solid $gray-600;
165
- }
166
- }
167
-
168
- @if $skin-name == 'bootstrap4' {
169
-
170
- &:active {
171
- background-color: darken($gray-600, 10%);
172
- border: 1px solid darken($gray-600, 12.5%);
173
- }
174
- }
175
-
176
- &:hover,
177
- &:focus,
178
- &:active {
179
-
180
- .e-btn-icon.e-icons {
181
-
182
- @if $skin-name == 'bootstrap4' or $skin-name =='bootstrap5' {
183
- color: $white;
184
- }
185
- }
186
- }
187
- }
188
- }
189
- }
190
-
191
- @if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' {
192
- .e-inplaceeditor .e-editable-value-wrapper {
193
- background-color: $editor-background-color;
194
- border-radius: 4px;
195
- }
196
-
197
- .e-inplaceeditor .e-editable-value-wrapper.e-tooltip.e-editable-open {
198
- background: $wrapper-background-color;
199
- }
200
- }
201
-
202
- .e-inplaceeditor-tip {
203
-
204
- &.e-tooltip-wrap.e-popup {
205
- background: $editor-tip-bg;
206
- box-shadow: $editor-tip-box-shadow;
207
- @if $skin-name == 'FluentUI' or $skin-name == 'Material3' {
208
- border-radius: $editor-popup-tip-wrapper-bdr-radius;
209
- }
210
-
211
- .e-tip-content {
212
- border-radius: $editor-popup-tip-content-bdr-radius;
213
- color: $editor-value-text-color;
214
- @if $skin-name == 'Material3' {
215
- background: $editor-tip-title-bg;
216
- }
217
- }
218
-
219
- .e-arrow-tip-inner {
220
- color: $editor-tip-arrow-icon-color;
221
- }
222
-
223
- .e-arrow-tip-outer {
224
-
225
- &.e-tip-top {
226
- border-bottom-color: $editor-tip-arrow-bdr-color;
227
- }
228
-
229
- &.e-tip-bottom {
230
- border-top-color: $editor-tip-arrow-bdr-color;
231
- }
232
- }
233
-
234
- &.e-popup {
235
- border: $editor-tip-border;
236
- @if $skin-name == 'Material3' {
237
- border-radius: 8px;
238
- }
239
- }
240
-
241
- .e-editable-title {
242
- background: $editor-tip-title-bg;
243
- border-bottom: $editor-tio-title-border-bottom;
244
- color: $editor-tip-title-color;
245
- }
246
- }
247
-
248
- &.e-editable-tip-title {
249
-
250
- &.e-tooltip-wrap {
251
-
252
- .e-arrow-tip-outer {
253
-
254
- &.e-tip-top {
255
- border-bottom-color: $editor-tip-title-arrow-bdr-color;
256
- }
257
- }
258
-
259
- .e-arrow-tip-inner {
260
-
261
- &.e-tip-top {
262
- color: $editor-tip-title-arrow-icon-color;
263
- }
264
- }
265
- }
266
- }
267
- }
268
- }
@@ -1,19 +0,0 @@
1
- @include export-module('inplaceeditor-bootstrap-dark-icons') {
2
-
3
- /*! inplaceeditor icons */
4
- .e-inplaceeditor,
5
- .e-inplaceeditor-tip {
6
-
7
- .e-save-icon::before {
8
- content: '\e614';
9
- }
10
-
11
- .e-cancel-icon::before {
12
- content: '\e60a';
13
- }
14
-
15
- .e-editable-overlay-icon::before {
16
- content: '\e338';
17
- }
18
- }
19
- }
@@ -1,19 +0,0 @@
1
- @include export-module('inplaceeditor-bootstrap-icons') {
2
-
3
- /*! inplaceeditor icons */
4
- .e-inplaceeditor,
5
- .e-inplaceeditor-tip {
6
-
7
- .e-save-icon::before {
8
- content: '\e614';
9
- }
10
-
11
- .e-cancel-icon::before {
12
- content: '\e60a';
13
- }
14
-
15
- .e-editable-overlay-icon::before {
16
- content: '\e338';
17
- }
18
- }
19
- }
@@ -1,19 +0,0 @@
1
- @include export-module('inplaceeditor-bootstrap4-icons') {
2
-
3
- /*! inplaceeditor icons */
4
- .e-inplaceeditor,
5
- .e-inplaceeditor-tip {
6
-
7
- .e-save-icon::before {
8
- content: '\e718';
9
- }
10
-
11
- .e-cancel-icon::before {
12
- content: '\e745';
13
- }
14
-
15
- .e-editable-overlay-icon::before {
16
- content: '\e78f';
17
- }
18
- }
19
- }
@@ -1 +0,0 @@
1
- @import './bootstrap5.scss';
@@ -1,19 +0,0 @@
1
- @include export-module('inplaceeditor-bootstrap-icons') {
2
-
3
- /*! inplaceeditor icons */
4
- .e-inplaceeditor,
5
- .e-inplaceeditor-tip {
6
-
7
- .e-save-icon::before {
8
- content: '\e774';
9
- }
10
-
11
- .e-cancel-icon::before {
12
- content: '\e7e7';
13
- }
14
-
15
- .e-editable-overlay-icon::before {
16
- content: '\e730';
17
- }
18
- }
19
- }
@@ -1,19 +0,0 @@
1
- @include export-module('inplaceeditor-fabric-dark-icons') {
2
-
3
- /*! inplaceeditor icons */
4
- .e-inplaceeditor,
5
- .e-inplaceeditor-tip {
6
-
7
- .e-save-icon::before {
8
- content: '\e614';
9
- }
10
-
11
- .e-cancel-icon::before {
12
- content: '\ebe8';
13
- }
14
-
15
- .e-editable-overlay-icon::before {
16
- content: '\e97c';
17
- }
18
- }
19
- }
@@ -1,19 +0,0 @@
1
- @include export-module('inplaceeditor-fabric-icons') {
2
-
3
- /*! inplaceeditor icons */
4
- .e-inplaceeditor,
5
- .e-inplaceeditor-tip {
6
-
7
- .e-save-icon::before {
8
- content: '\e614';
9
- }
10
-
11
- .e-cancel-icon::before {
12
- content: '\ebe8';
13
- }
14
-
15
- .e-editable-overlay-icon::before {
16
- content: '\e97c';
17
- }
18
- }
19
- }
@@ -1 +0,0 @@
1
- @import './fluent.scss';
@@ -1,19 +0,0 @@
1
- @include export-module('inplaceeditor-bootstrap-icons') {
2
-
3
- /*! inplaceeditor icons */
4
- .e-inplaceeditor,
5
- .e-inplaceeditor-tip {
6
-
7
- .e-save-icon::before {
8
- content: '\e774';
9
- }
10
-
11
- .e-cancel-icon::before {
12
- content: '\e7e7';
13
- }
14
-
15
- .e-editable-overlay-icon::before {
16
- content: '\e730';
17
- }
18
- }
19
- }
@@ -1,19 +0,0 @@
1
- @include export-module('inplaceeditor-bootstrap-icons') {
2
-
3
- /*! inplaceeditor icons */
4
- .e-inplaceeditor,
5
- .e-inplaceeditor-tip {
6
-
7
- .e-save-icon::before {
8
- content: '\e774';
9
- }
10
-
11
- .e-cancel-icon::before {
12
- content: '\e7e7';
13
- }
14
-
15
- .e-editable-overlay-icon::before {
16
- content: '\e730';
17
- }
18
- }
19
- }
@@ -1,19 +0,0 @@
1
- @include export-module('inplaceeditor-highcontrast-dark-icons') {
2
-
3
- /*! inplaceeditor icons */
4
- .e-inplaceeditor,
5
- .e-inplaceeditor-tip {
6
-
7
- .e-save-icon::before {
8
- content: '\e614';
9
- }
10
-
11
- .e-cancel-icon::before {
12
- content: '\ebe8';
13
- }
14
-
15
- .e-editable-overlay-icon::before {
16
- content: '\e97c';
17
- }
18
- }
19
- }