@syncfusion/ej2-angular-inplace-editor 20.2.43-ngcc → 20.2.43

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 (164) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/index.mjs +5 -0
  3. package/esm2020/src/inplace-editor/inplaceeditor-all.module.mjs +50 -0
  4. package/esm2020/src/inplace-editor/inplaceeditor.component.mjs +146 -0
  5. package/esm2020/src/inplace-editor/inplaceeditor.module.mjs +25 -0
  6. package/esm2020/syncfusion-ej2-angular-inplace-editor.mjs +5 -0
  7. package/fesm2015/syncfusion-ej2-angular-inplace-editor.mjs +221 -0
  8. package/fesm2015/syncfusion-ej2-angular-inplace-editor.mjs.map +1 -0
  9. package/fesm2020/syncfusion-ej2-angular-inplace-editor.mjs +221 -0
  10. package/fesm2020/syncfusion-ej2-angular-inplace-editor.mjs.map +1 -0
  11. package/package.json +27 -13
  12. package/schematics/utils/lib-details.ts +2 -2
  13. package/src/inplace-editor/inplaceeditor-all.module.d.ts +6 -0
  14. package/src/inplace-editor/inplaceeditor.component.d.ts +3 -0
  15. package/src/inplace-editor/inplaceeditor.module.d.ts +6 -0
  16. package/styles/bootstrap-dark.css +3 -0
  17. package/styles/bootstrap.css +3 -1
  18. package/styles/bootstrap4.css +3 -1
  19. package/styles/bootstrap5-dark.css +17 -1
  20. package/styles/bootstrap5.css +17 -1
  21. package/styles/fabric-dark.css +3 -0
  22. package/styles/fabric.css +3 -1
  23. package/styles/fluent-dark.css +4 -1
  24. package/styles/fluent.css +4 -1
  25. package/styles/highcontrast-light.css +6 -0
  26. package/styles/highcontrast.css +6 -1
  27. package/styles/inplace-editor/_all.scss +2 -0
  28. package/styles/inplace-editor/_bootstrap-dark-definition.scss +75 -0
  29. package/styles/inplace-editor/_bootstrap-definition.scss +76 -0
  30. package/styles/inplace-editor/_bootstrap4-definition.scss +76 -0
  31. package/styles/inplace-editor/_bootstrap5-dark-definition.scss +1 -0
  32. package/styles/inplace-editor/_bootstrap5-definition.scss +71 -0
  33. package/styles/inplace-editor/_fabric-dark-definition.scss +75 -0
  34. package/styles/inplace-editor/_fabric-definition.scss +76 -0
  35. package/styles/inplace-editor/_fluent-dark-definition.scss +1 -0
  36. package/styles/inplace-editor/_fluent-definition.scss +72 -0
  37. package/styles/inplace-editor/_fusionnew-definition.scss +71 -0
  38. package/styles/inplace-editor/_highcontrast-definition.scss +75 -0
  39. package/styles/inplace-editor/_highcontrast-light-definition.scss +75 -0
  40. package/styles/inplace-editor/_layout.scss +658 -0
  41. package/styles/inplace-editor/_material-dark-definition.scss +76 -0
  42. package/styles/inplace-editor/_material-definition.scss +76 -0
  43. package/styles/inplace-editor/_material3-definition.scss +71 -0
  44. package/styles/inplace-editor/_tailwind-dark-definition.scss +1 -0
  45. package/styles/inplace-editor/_tailwind-definition.scss +72 -0
  46. package/styles/inplace-editor/_theme.scss +250 -0
  47. package/styles/inplace-editor/bootstrap-dark.css +3 -0
  48. package/styles/inplace-editor/bootstrap-dark.scss +26 -1
  49. package/styles/inplace-editor/bootstrap.css +3 -1
  50. package/styles/inplace-editor/bootstrap.scss +26 -1
  51. package/styles/inplace-editor/bootstrap4.css +3 -1
  52. package/styles/inplace-editor/bootstrap4.scss +26 -1
  53. package/styles/inplace-editor/bootstrap5-dark.css +17 -1
  54. package/styles/inplace-editor/bootstrap5-dark.scss +26 -1
  55. package/styles/inplace-editor/bootstrap5.css +17 -1
  56. package/styles/inplace-editor/bootstrap5.scss +26 -1
  57. package/styles/inplace-editor/fabric-dark.css +3 -0
  58. package/styles/inplace-editor/fabric-dark.scss +26 -1
  59. package/styles/inplace-editor/fabric.css +3 -1
  60. package/styles/inplace-editor/fabric.scss +26 -1
  61. package/styles/inplace-editor/fluent-dark.css +4 -1
  62. package/styles/inplace-editor/fluent-dark.scss +26 -1
  63. package/styles/inplace-editor/fluent.css +4 -1
  64. package/styles/inplace-editor/fluent.scss +26 -1
  65. package/styles/inplace-editor/highcontrast-light.css +6 -0
  66. package/styles/inplace-editor/highcontrast-light.scss +26 -1
  67. package/styles/inplace-editor/highcontrast.css +6 -1
  68. package/styles/inplace-editor/highcontrast.scss +26 -1
  69. package/styles/inplace-editor/icons/_bootstrap-dark.scss +19 -0
  70. package/styles/inplace-editor/icons/_bootstrap.scss +19 -0
  71. package/styles/inplace-editor/icons/_bootstrap4.scss +19 -0
  72. package/styles/inplace-editor/icons/_bootstrap5-dark.scss +1 -0
  73. package/styles/inplace-editor/icons/_bootstrap5.scss +19 -0
  74. package/styles/inplace-editor/icons/_fabric-dark.scss +19 -0
  75. package/styles/inplace-editor/icons/_fabric.scss +19 -0
  76. package/styles/inplace-editor/icons/_fluent-dark.scss +1 -0
  77. package/styles/inplace-editor/icons/_fluent.scss +19 -0
  78. package/styles/inplace-editor/icons/_fusionnew.scss +19 -0
  79. package/styles/inplace-editor/icons/_highcontrast-light.scss +19 -0
  80. package/styles/inplace-editor/icons/_highcontrast.scss +19 -0
  81. package/styles/inplace-editor/icons/_material-dark.scss +19 -0
  82. package/styles/inplace-editor/icons/_material.scss +19 -0
  83. package/styles/inplace-editor/icons/_material3.scss +19 -0
  84. package/styles/inplace-editor/icons/_tailwind-dark.scss +1 -0
  85. package/styles/inplace-editor/icons/_tailwind.scss +19 -0
  86. package/styles/inplace-editor/material-dark.css +3 -0
  87. package/styles/inplace-editor/material-dark.scss +26 -1
  88. package/styles/inplace-editor/material.css +3 -1
  89. package/styles/inplace-editor/material.scss +26 -1
  90. package/styles/inplace-editor/tailwind-dark.css +4 -1
  91. package/styles/inplace-editor/tailwind-dark.scss +26 -1
  92. package/styles/inplace-editor/tailwind.css +4 -1
  93. package/styles/inplace-editor/tailwind.scss +26 -1
  94. package/styles/material-dark.css +3 -0
  95. package/styles/material.css +3 -1
  96. package/styles/tailwind-dark.css +4 -1
  97. package/styles/tailwind.css +4 -1
  98. package/syncfusion-ej2-angular-inplace-editor.d.ts +5 -0
  99. package/@syncfusion/ej2-angular-inplace-editor.es5.js +0 -275
  100. package/@syncfusion/ej2-angular-inplace-editor.es5.js.map +0 -1
  101. package/@syncfusion/ej2-angular-inplace-editor.js +0 -256
  102. package/@syncfusion/ej2-angular-inplace-editor.js.map +0 -1
  103. package/CHANGELOG.md +0 -246
  104. package/dist/ej2-angular-inplace-editor.umd.js +0 -350
  105. package/dist/ej2-angular-inplace-editor.umd.js.map +0 -1
  106. package/dist/ej2-angular-inplace-editor.umd.min.js +0 -11
  107. package/dist/ej2-angular-inplace-editor.umd.min.js.map +0 -1
  108. package/ej2-angular-inplace-editor.d.ts +0 -5
  109. package/ej2-angular-inplace-editor.metadata.json +0 -1
  110. package/postinstall/tagchange.js +0 -18
  111. package/schematics/collection.json +0 -35
  112. package/schematics/generators/inplaceeditor-inline/index.d.ts +0 -3
  113. package/schematics/generators/inplaceeditor-inline/index.js +0 -8
  114. package/schematics/generators/inplaceeditor-inline/sample-details.d.ts +0 -5
  115. package/schematics/generators/inplaceeditor-inline/sample-details.js +0 -7
  116. package/schematics/generators/inplaceeditor-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  117. package/schematics/generators/inplaceeditor-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
  118. package/schematics/generators/inplaceeditor-inline/schema.d.ts +0 -3
  119. package/schematics/generators/inplaceeditor-inline/schema.js +0 -2
  120. package/schematics/generators/inplaceeditor-inline/schema.json +0 -125
  121. package/schematics/generators/inplaceeditor-popup/index.d.ts +0 -3
  122. package/schematics/generators/inplaceeditor-popup/index.js +0 -8
  123. package/schematics/generators/inplaceeditor-popup/sample-details.d.ts +0 -5
  124. package/schematics/generators/inplaceeditor-popup/sample-details.js +0 -7
  125. package/schematics/generators/inplaceeditor-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  126. package/schematics/generators/inplaceeditor-popup/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
  127. package/schematics/generators/inplaceeditor-popup/schema.d.ts +0 -3
  128. package/schematics/generators/inplaceeditor-popup/schema.js +0 -2
  129. package/schematics/generators/inplaceeditor-popup/schema.json +0 -125
  130. package/schematics/generators/inplaceeditor-popup-position/index.d.ts +0 -3
  131. package/schematics/generators/inplaceeditor-popup-position/index.js +0 -8
  132. package/schematics/generators/inplaceeditor-popup-position/sample-details.d.ts +0 -5
  133. package/schematics/generators/inplaceeditor-popup-position/sample-details.js +0 -7
  134. package/schematics/generators/inplaceeditor-popup-position/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  135. package/schematics/generators/inplaceeditor-popup-position/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
  136. package/schematics/generators/inplaceeditor-popup-position/schema.d.ts +0 -3
  137. package/schematics/generators/inplaceeditor-popup-position/schema.js +0 -2
  138. package/schematics/generators/inplaceeditor-popup-position/schema.json +0 -125
  139. package/schematics/generators/inplaceeditor-template/index.d.ts +0 -3
  140. package/schematics/generators/inplaceeditor-template/index.js +0 -8
  141. package/schematics/generators/inplaceeditor-template/sample-details.d.ts +0 -5
  142. package/schematics/generators/inplaceeditor-template/sample-details.js +0 -7
  143. package/schematics/generators/inplaceeditor-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  144. package/schematics/generators/inplaceeditor-template/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
  145. package/schematics/generators/inplaceeditor-template/schema.d.ts +0 -3
  146. package/schematics/generators/inplaceeditor-template/schema.js +0 -2
  147. package/schematics/generators/inplaceeditor-template/schema.json +0 -125
  148. package/schematics/generators/inplaceeditor-validation/index.d.ts +0 -3
  149. package/schematics/generators/inplaceeditor-validation/index.js +0 -8
  150. package/schematics/generators/inplaceeditor-validation/sample-details.d.ts +0 -5
  151. package/schematics/generators/inplaceeditor-validation/sample-details.js +0 -7
  152. package/schematics/generators/inplaceeditor-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  153. package/schematics/generators/inplaceeditor-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
  154. package/schematics/generators/inplaceeditor-validation/schema.d.ts +0 -3
  155. package/schematics/generators/inplaceeditor-validation/schema.js +0 -2
  156. package/schematics/generators/inplaceeditor-validation/schema.json +0 -125
  157. package/schematics/ng-add/index.d.ts +0 -3
  158. package/schematics/ng-add/index.js +0 -9
  159. package/schematics/ng-add/schema.d.ts +0 -13
  160. package/schematics/ng-add/schema.js +0 -2
  161. package/schematics/ng-add/schema.json +0 -34
  162. package/schematics/tsconfig.json +0 -25
  163. package/schematics/utils/lib-details.d.ts +0 -4
  164. package/schematics/utils/lib-details.js +0 -6
@@ -1,10 +1,12 @@
1
1
  @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
2
+ /* stylelint-disable property-no-vendor-prefix */
2
3
  @keyframes e-input-ripple {
3
4
  100% {
4
5
  opacity: 0;
5
6
  transform: scale(4);
6
7
  }
7
8
  }
9
+ /* stylelint-disable-line no-empty-source */
8
10
  .e-ddl.e-control-wrapper .e-ddl-icon::before {
9
11
  transform: rotate(0deg);
10
12
  transition: transform 300ms ease;
@@ -111,6 +113,7 @@
111
113
  padding: 5px 5px 5px 12px;
112
114
  }
113
115
 
116
+ /* stylelint-disable property-no-vendor-prefix */
114
117
  @keyframes material-spinner-rotate {
115
118
  0% {
116
119
  transform: rotate(0deg);
@@ -1 +1,26 @@
1
- @import 'ej2-inplace-editor/styles/inplace-editor/material-dark.scss';
1
+ @import 'ej2-base/styles/material-dark-definition.scss';
2
+ @import 'ej2-inputs/styles/input/material-dark-definition.scss';
3
+ @import 'ej2-inputs/styles/color-picker/material-dark-definition.scss';
4
+ @import 'ej2-inputs/styles/maskedtextbox/material-dark-definition.scss';
5
+ @import 'ej2-inputs/styles/numerictextbox/material-dark-definition.scss';
6
+ @import 'ej2-inputs/styles/slider/material-dark-definition.scss';
7
+ @import 'ej2-inputs/styles/textbox/material-dark-definition.scss';
8
+ @import 'ej2-buttons/styles/button/material-dark-definition.scss';
9
+ @import 'ej2-buttons/styles/check-box/material-dark-definition.scss';
10
+ @import 'ej2-buttons/styles/radio-button/material-dark-definition.scss';
11
+ @import 'ej2-calendars/styles/calendar/material-dark-definition.scss';
12
+ @import 'ej2-calendars/styles/datepicker/material-dark-definition.scss';
13
+ @import 'ej2-calendars/styles/daterangepicker/material-dark-definition.scss';
14
+ @import 'ej2-calendars/styles/datetimepicker/material-dark-definition.scss';
15
+ @import 'ej2-calendars/styles/timepicker/material-dark-definition.scss';
16
+ @import 'ej2-dropdowns/styles/auto-complete/material-dark-definition.scss';
17
+ @import 'ej2-dropdowns/styles/combo-box/material-dark-definition.scss';
18
+ @import 'ej2-dropdowns/styles/drop-down-list/material-dark-definition.scss';
19
+ @import 'ej2-dropdowns/styles/multi-select/material-dark-definition.scss';
20
+ @import 'ej2-popups/styles/popup/material-dark-definition.scss';
21
+ @import 'ej2-popups/styles/spinner/material-dark-definition.scss';
22
+ @import 'ej2-popups/styles/tooltip/material-dark-definition.scss';
23
+ @import 'ej2-richtexteditor/styles/rich-text-editor/material-dark-definition.scss';
24
+ @import 'material-dark-definition.scss';
25
+ @import 'icons/material-dark.scss';
26
+ @import 'all.scss';
@@ -1,4 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
2
+ /* stylelint-disable property-no-vendor-prefix */
2
3
  @keyframes e-input-ripple {
3
4
  100% {
4
5
  opacity: 0;
@@ -13,7 +14,7 @@
13
14
  transform: translate3d(0, 0, 0) scale(1);
14
15
  }
15
16
  }
16
- /*! calendar material theme variables */
17
+ /* stylelint-disable-line no-empty-source */ /*! calendar material theme variables */
17
18
  .e-ddl.e-control-wrapper .e-ddl-icon::before {
18
19
  transform: rotate(0deg);
19
20
  transition: transform 300ms ease;
@@ -145,6 +146,7 @@
145
146
  padding: 4px 8px;
146
147
  }
147
148
 
149
+ /* stylelint-disable property-no-vendor-prefix */
148
150
  @keyframes material-spinner-rotate {
149
151
  0% {
150
152
  transform: rotate(0deg);
@@ -1 +1,26 @@
1
- @import 'ej2-inplace-editor/styles/inplace-editor/material.scss';
1
+ @import 'ej2-base/styles/material-definition.scss';
2
+ @import 'ej2-inputs/styles/input/material-definition.scss';
3
+ @import 'ej2-inputs/styles/color-picker/material-definition.scss';
4
+ @import 'ej2-inputs/styles/maskedtextbox/material-definition.scss';
5
+ @import 'ej2-inputs/styles/numerictextbox/material-definition.scss';
6
+ @import 'ej2-inputs/styles/slider/material-definition.scss';
7
+ @import 'ej2-inputs/styles/textbox/material-definition.scss';
8
+ @import 'ej2-buttons/styles/button/material-definition.scss';
9
+ @import 'ej2-buttons/styles/check-box/material-definition.scss';
10
+ @import 'ej2-buttons/styles/radio-button/material-definition.scss';
11
+ @import 'ej2-calendars/styles/calendar/material-definition.scss';
12
+ @import 'ej2-calendars/styles/datepicker/material-definition.scss';
13
+ @import 'ej2-calendars/styles/daterangepicker/material-definition.scss';
14
+ @import 'ej2-calendars/styles/datetimepicker/material-definition.scss';
15
+ @import 'ej2-calendars/styles/timepicker/material-definition.scss';
16
+ @import 'ej2-dropdowns/styles/auto-complete/material-definition.scss';
17
+ @import 'ej2-dropdowns/styles/combo-box/material-definition.scss';
18
+ @import 'ej2-dropdowns/styles/drop-down-list/material-definition.scss';
19
+ @import 'ej2-dropdowns/styles/multi-select/material-definition.scss';
20
+ @import 'ej2-popups/styles/popup/material-definition.scss';
21
+ @import 'ej2-popups/styles/spinner/material-definition.scss';
22
+ @import 'ej2-popups/styles/tooltip/material-definition.scss';
23
+ @import 'ej2-richtexteditor/styles/rich-text-editor/material-definition.scss';
24
+ @import 'material-definition.scss';
25
+ @import 'icons/material.scss';
26
+ @import 'all.scss';
@@ -1,5 +1,6 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
- /*! calendar tailwind theme variables */
2
+ /* stylelint-disable property-no-vendor-prefix */
3
+ /* stylelint-disable-line no-empty-source */ /*! calendar tailwind theme variables */
3
4
  .e-ddl.e-control-wrapper .e-ddl-icon::before {
4
5
  transform: rotate(0deg);
5
6
  transition: transform 300ms ease;
@@ -125,6 +126,8 @@
125
126
  height: 100%;
126
127
  }
127
128
 
129
+ /* stylelint-disable-line no-empty-source */
130
+ /* stylelint-disable property-no-vendor-prefix */
128
131
  @keyframes material-spinner-rotate {
129
132
  0% {
130
133
  transform: rotate(0);
@@ -1 +1,26 @@
1
- @import 'ej2-inplace-editor/styles/inplace-editor/tailwind-dark.scss';
1
+ @import 'ej2-base/styles/tailwind-dark-definition.scss';
2
+ @import 'ej2-inputs/styles/input/tailwind-dark-definition.scss';
3
+ @import 'ej2-inputs/styles/color-picker/tailwind-dark-definition.scss';
4
+ @import 'ej2-inputs/styles/maskedtextbox/tailwind-dark-definition.scss';
5
+ @import 'ej2-inputs/styles/numerictextbox/tailwind-dark-definition.scss';
6
+ @import 'ej2-inputs/styles/slider/tailwind-dark-definition.scss';
7
+ @import 'ej2-inputs/styles/textbox/tailwind-dark-definition.scss';
8
+ @import 'ej2-buttons/styles/button/tailwind-dark-definition.scss';
9
+ @import 'ej2-buttons/styles/check-box/tailwind-dark-definition.scss';
10
+ @import 'ej2-buttons/styles/radio-button/tailwind-dark-definition.scss';
11
+ @import 'ej2-calendars/styles/calendar/tailwind-dark-definition.scss';
12
+ @import 'ej2-calendars/styles/datepicker/tailwind-dark-definition.scss';
13
+ @import 'ej2-calendars/styles/daterangepicker/tailwind-dark-definition.scss';
14
+ @import 'ej2-calendars/styles/datetimepicker/tailwind-dark-definition.scss';
15
+ @import 'ej2-calendars/styles/timepicker/tailwind-dark-definition.scss';
16
+ @import 'ej2-dropdowns/styles/auto-complete/tailwind-dark-definition.scss';
17
+ @import 'ej2-dropdowns/styles/combo-box/tailwind-dark-definition.scss';
18
+ @import 'ej2-dropdowns/styles/drop-down-list/tailwind-dark-definition.scss';
19
+ @import 'ej2-dropdowns/styles/multi-select/tailwind-dark-definition.scss';
20
+ @import 'ej2-popups/styles/popup/tailwind-dark-definition.scss';
21
+ @import 'ej2-popups/styles/spinner/tailwind-dark-definition.scss';
22
+ @import 'ej2-popups/styles/tooltip/tailwind-dark-definition.scss';
23
+ @import 'ej2-richtexteditor/styles/rich-text-editor/tailwind-dark-definition.scss';
24
+ @import 'tailwind-dark-definition.scss';
25
+ @import 'icons/tailwind-dark.scss';
26
+ @import 'all.scss';
@@ -1,5 +1,6 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
- /*! calendar tailwind theme variables */
2
+ /* stylelint-disable property-no-vendor-prefix */
3
+ /* stylelint-disable-line no-empty-source */ /*! calendar tailwind theme variables */
3
4
  .e-ddl.e-control-wrapper .e-ddl-icon::before {
4
5
  transform: rotate(0deg);
5
6
  transition: transform 300ms ease;
@@ -125,6 +126,8 @@
125
126
  height: 100%;
126
127
  }
127
128
 
129
+ /* stylelint-disable-line no-empty-source */
130
+ /* stylelint-disable property-no-vendor-prefix */
128
131
  @keyframes material-spinner-rotate {
129
132
  0% {
130
133
  transform: rotate(0);
@@ -1 +1,26 @@
1
- @import 'ej2-inplace-editor/styles/inplace-editor/tailwind.scss';
1
+ @import 'ej2-base/styles/tailwind-definition.scss';
2
+ @import 'ej2-inputs/styles/input/tailwind-definition.scss';
3
+ @import 'ej2-inputs/styles/color-picker/tailwind-definition.scss';
4
+ @import 'ej2-inputs/styles/maskedtextbox/tailwind-definition.scss';
5
+ @import 'ej2-inputs/styles/numerictextbox/tailwind-definition.scss';
6
+ @import 'ej2-inputs/styles/slider/tailwind-definition.scss';
7
+ @import 'ej2-inputs/styles/textbox/tailwind-definition.scss';
8
+ @import 'ej2-buttons/styles/button/tailwind-definition.scss';
9
+ @import 'ej2-buttons/styles/check-box/tailwind-definition.scss';
10
+ @import 'ej2-buttons/styles/radio-button/tailwind-definition.scss';
11
+ @import 'ej2-calendars/styles/calendar/tailwind-definition.scss';
12
+ @import 'ej2-calendars/styles/datepicker/tailwind-definition.scss';
13
+ @import 'ej2-calendars/styles/daterangepicker/tailwind-definition.scss';
14
+ @import 'ej2-calendars/styles/datetimepicker/tailwind-definition.scss';
15
+ @import 'ej2-calendars/styles/timepicker/tailwind-definition.scss';
16
+ @import 'ej2-dropdowns/styles/auto-complete/tailwind-definition.scss';
17
+ @import 'ej2-dropdowns/styles/combo-box/tailwind-definition.scss';
18
+ @import 'ej2-dropdowns/styles/drop-down-list/tailwind-definition.scss';
19
+ @import 'ej2-dropdowns/styles/multi-select/tailwind-definition.scss';
20
+ @import 'ej2-popups/styles/popup/tailwind-definition.scss';
21
+ @import 'ej2-popups/styles/spinner/tailwind-definition.scss';
22
+ @import 'ej2-popups/styles/tooltip/tailwind-definition.scss';
23
+ @import 'ej2-richtexteditor/styles/rich-text-editor/tailwind-definition.scss';
24
+ @import 'tailwind-definition.scss';
25
+ @import 'icons/tailwind.scss';
26
+ @import 'all.scss';
@@ -1,10 +1,12 @@
1
1
  @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
2
+ /* stylelint-disable property-no-vendor-prefix */
2
3
  @keyframes e-input-ripple {
3
4
  100% {
4
5
  opacity: 0;
5
6
  transform: scale(4);
6
7
  }
7
8
  }
9
+ /* stylelint-disable-line no-empty-source */
8
10
  .e-ddl.e-control-wrapper .e-ddl-icon::before {
9
11
  transform: rotate(0deg);
10
12
  transition: transform 300ms ease;
@@ -111,6 +113,7 @@
111
113
  padding: 5px 5px 5px 12px;
112
114
  }
113
115
 
116
+ /* stylelint-disable property-no-vendor-prefix */
114
117
  @keyframes material-spinner-rotate {
115
118
  0% {
116
119
  transform: rotate(0deg);
@@ -1,4 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
2
+ /* stylelint-disable property-no-vendor-prefix */
2
3
  @keyframes e-input-ripple {
3
4
  100% {
4
5
  opacity: 0;
@@ -13,7 +14,7 @@
13
14
  transform: translate3d(0, 0, 0) scale(1);
14
15
  }
15
16
  }
16
- /*! calendar material theme variables */
17
+ /* stylelint-disable-line no-empty-source */ /*! calendar material theme variables */
17
18
  .e-ddl.e-control-wrapper .e-ddl-icon::before {
18
19
  transform: rotate(0deg);
19
20
  transition: transform 300ms ease;
@@ -145,6 +146,7 @@
145
146
  padding: 4px 8px;
146
147
  }
147
148
 
149
+ /* stylelint-disable property-no-vendor-prefix */
148
150
  @keyframes material-spinner-rotate {
149
151
  0% {
150
152
  transform: rotate(0deg);
@@ -1,5 +1,6 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
- /*! calendar tailwind theme variables */
2
+ /* stylelint-disable property-no-vendor-prefix */
3
+ /* stylelint-disable-line no-empty-source */ /*! calendar tailwind theme variables */
3
4
  .e-ddl.e-control-wrapper .e-ddl-icon::before {
4
5
  transform: rotate(0deg);
5
6
  transition: transform 300ms ease;
@@ -125,6 +126,8 @@
125
126
  height: 100%;
126
127
  }
127
128
 
129
+ /* stylelint-disable-line no-empty-source */
130
+ /* stylelint-disable property-no-vendor-prefix */
128
131
  @keyframes material-spinner-rotate {
129
132
  0% {
130
133
  transform: rotate(0);
@@ -1,5 +1,6 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
- /*! calendar tailwind theme variables */
2
+ /* stylelint-disable property-no-vendor-prefix */
3
+ /* stylelint-disable-line no-empty-source */ /*! calendar tailwind theme variables */
3
4
  .e-ddl.e-control-wrapper .e-ddl-icon::before {
4
5
  transform: rotate(0deg);
5
6
  transition: transform 300ms ease;
@@ -125,6 +126,8 @@
125
126
  height: 100%;
126
127
  }
127
128
 
129
+ /* stylelint-disable-line no-empty-source */
130
+ /* stylelint-disable property-no-vendor-prefix */
128
131
  @keyframes material-spinner-rotate {
129
132
  0% {
130
133
  transform: rotate(0);
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@syncfusion/ej2-angular-inplace-editor" />
5
+ export * from './public_api';
@@ -1,275 +0,0 @@
1
- var __extends = (this && this.__extends) || (function () {
2
- var extendStatics = Object.setPrototypeOf ||
3
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
4
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
5
- return function (d, b) {
6
- extendStatics(d, b);
7
- function __() { this.constructor = d; }
8
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
9
- };
10
- })();
11
- import { ChangeDetectionStrategy, Component, ContentChild, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef, forwardRef } from '@angular/core';
12
- import { NG_VALUE_ACCESSOR } from '@angular/forms';
13
- import { ComponentBase, ComponentMixins, FormBase, Template, setValue } from '@syncfusion/ej2-angular-base';
14
- import { AutoComplete, ColorPicker, ComboBox, DateRangePicker, InPlaceEditor, MultiSelect, Rte, Slider, TimePicker } from '@syncfusion/ej2-inplace-editor';
15
- import { CommonModule } from '@angular/common';
16
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
17
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
18
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
19
- r = Reflect.decorate(decorators, target, key, desc);
20
- else
21
- for (var i = decorators.length - 1; i >= 0; i--)
22
- if (d = decorators[i])
23
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
24
- return c > 3 && r && Object.defineProperty(target, key, r), r;
25
- };
26
- var __metadata = (this && this.__metadata) || function (k, v) {
27
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
28
- return Reflect.metadata(k, v);
29
- };
30
- var inputs = ['actionOnBlur', 'adaptor', 'cancelButton', 'cssClass', 'disabled', 'editableOn', 'emptyText', 'enableEditMode', 'enableHtmlParse', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'locale', 'mode', 'model', 'name', 'popupSettings', 'primaryKey', 'saveButton', 'showButtons', 'submitOnEnter', 'template', 'textOption', 'type', 'url', 'validationRules', 'value'];
31
- var outputs = ['focus', 'blur', 'actionBegin', 'actionFailure', 'actionSuccess', 'beforeSanitizeHtml', 'beginEdit', 'cancelClick', 'change', 'created', 'destroyed', 'endEdit', 'submitClick', 'validating', 'valueChange'];
32
- var twoWays = ['value'];
33
- /**
34
- * `ejs-inplaceeditor` represents the Angular InPlaceEditor Component.
35
- * ```html
36
- * <ejs-inplaceeditor></ejs-inplaceeditor>
37
- * ```
38
- */
39
- var InPlaceEditorComponent = InPlaceEditorComponent_1 = /** @class */ (function (_super) {
40
- __extends(InPlaceEditorComponent, _super);
41
- /**
42
- * @param {?} ngEle
43
- * @param {?} srenderer
44
- * @param {?} viewContainerRef
45
- * @param {?} injector
46
- */
47
- function InPlaceEditorComponent(ngEle, srenderer, viewContainerRef, injector) {
48
- var _this = _super.call(this) || this;
49
- _this.ngEle = ngEle;
50
- _this.srenderer = srenderer;
51
- _this.viewContainerRef = viewContainerRef;
52
- _this.injector = injector;
53
- _this.element = _this.ngEle.nativeElement;
54
- _this.injectedModules = _this.injectedModules || [];
55
- try {
56
- var mod = _this.injector.get('InPlace-EditorAutoComplete');
57
- if (_this.injectedModules.indexOf(mod) === -1) {
58
- _this.injectedModules.push(mod);
59
- }
60
- }
61
- catch (_a) { }
62
- try {
63
- var mod = _this.injector.get('InPlace-EditorColorPicker');
64
- if (_this.injectedModules.indexOf(mod) === -1) {
65
- _this.injectedModules.push(mod);
66
- }
67
- }
68
- catch (_b) { }
69
- try {
70
- var mod = _this.injector.get('InPlace-EditorComboBox');
71
- if (_this.injectedModules.indexOf(mod) === -1) {
72
- _this.injectedModules.push(mod);
73
- }
74
- }
75
- catch (_c) { }
76
- try {
77
- var mod = _this.injector.get('InPlace-EditorDateRangePicker');
78
- if (_this.injectedModules.indexOf(mod) === -1) {
79
- _this.injectedModules.push(mod);
80
- }
81
- }
82
- catch (_d) { }
83
- try {
84
- var mod = _this.injector.get('InPlace-EditorMultiSelect');
85
- if (_this.injectedModules.indexOf(mod) === -1) {
86
- _this.injectedModules.push(mod);
87
- }
88
- }
89
- catch (_e) { }
90
- try {
91
- var mod = _this.injector.get('InPlace-EditorRte');
92
- if (_this.injectedModules.indexOf(mod) === -1) {
93
- _this.injectedModules.push(mod);
94
- }
95
- }
96
- catch (_f) { }
97
- try {
98
- var mod = _this.injector.get('InPlace-EditorSlider');
99
- if (_this.injectedModules.indexOf(mod) === -1) {
100
- _this.injectedModules.push(mod);
101
- }
102
- }
103
- catch (_g) { }
104
- try {
105
- var mod = _this.injector.get('InPlace-EditorTimePicker');
106
- if (_this.injectedModules.indexOf(mod) === -1) {
107
- _this.injectedModules.push(mod);
108
- }
109
- }
110
- catch (_h) { }
111
- _this.registerEvents(outputs);
112
- _this.addTwoWay.call(_this, twoWays);
113
- setValue('currentInstance', _this, _this.viewContainerRef);
114
- _this.formContext = new FormBase();
115
- _this.formCompContext = new ComponentBase();
116
- return _this;
117
- }
118
- /**
119
- * @param {?} registerFunction
120
- * @return {?}
121
- */
122
- InPlaceEditorComponent.prototype.registerOnChange = function (registerFunction) {
123
- };
124
- /**
125
- * @param {?} registerFunction
126
- * @return {?}
127
- */
128
- InPlaceEditorComponent.prototype.registerOnTouched = function (registerFunction) {
129
- };
130
- /**
131
- * @param {?} value
132
- * @return {?}
133
- */
134
- InPlaceEditorComponent.prototype.writeValue = function (value) {
135
- };
136
- /**
137
- * @param {?} disabled
138
- * @return {?}
139
- */
140
- InPlaceEditorComponent.prototype.setDisabledState = function (disabled) {
141
- };
142
- /**
143
- * @return {?}
144
- */
145
- InPlaceEditorComponent.prototype.ngOnInit = function () {
146
- this.formCompContext.ngOnInit(this);
147
- };
148
- /**
149
- * @return {?}
150
- */
151
- InPlaceEditorComponent.prototype.ngAfterViewInit = function () {
152
- this.formContext.ngAfterViewInit(this);
153
- };
154
- /**
155
- * @return {?}
156
- */
157
- InPlaceEditorComponent.prototype.ngOnDestroy = function () {
158
- this.formCompContext.ngOnDestroy(this);
159
- };
160
- /**
161
- * @return {?}
162
- */
163
- InPlaceEditorComponent.prototype.ngAfterContentChecked = function () {
164
- this.formCompContext.ngAfterContentChecked(this);
165
- };
166
- return InPlaceEditorComponent;
167
- }(InPlaceEditor));
168
- InPlaceEditorComponent.decorators = [
169
- { type: Component, args: [{
170
- selector: 'ejs-inplaceeditor',
171
- inputs: inputs,
172
- outputs: outputs,
173
- template: '',
174
- changeDetection: ChangeDetectionStrategy.OnPush,
175
- providers: [
176
- {
177
- provide: NG_VALUE_ACCESSOR,
178
- useExisting: forwardRef(function () { return InPlaceEditorComponent_1; }),
179
- multi: true
180
- }
181
- ],
182
- queries: {}
183
- },] },
184
- ];
185
- /**
186
- * @nocollapse
187
- */
188
- InPlaceEditorComponent.ctorParameters = function () { return [
189
- { type: ElementRef, },
190
- { type: Renderer2, },
191
- { type: ViewContainerRef, },
192
- { type: Injector, },
193
- ]; };
194
- InPlaceEditorComponent.propDecorators = {
195
- 'template': [{ type: ContentChild, args: ['template',] },],
196
- };
197
- __decorate([
198
- Template(),
199
- __metadata("design:type", Object)
200
- ], InPlaceEditorComponent.prototype, "template", void 0);
201
- InPlaceEditorComponent = InPlaceEditorComponent_1 = __decorate([
202
- ComponentMixins([ComponentBase, FormBase]),
203
- __metadata("design:paramtypes", [ElementRef,
204
- Renderer2,
205
- ViewContainerRef,
206
- Injector])
207
- ], InPlaceEditorComponent);
208
- var InPlaceEditorComponent_1;
209
- /**
210
- * NgModule definition for the InPlaceEditor component.
211
- */
212
- var InPlaceEditorModule = /** @class */ (function () {
213
- function InPlaceEditorModule() {
214
- }
215
- return InPlaceEditorModule;
216
- }());
217
- InPlaceEditorModule.decorators = [
218
- { type: NgModule, args: [{
219
- imports: [CommonModule],
220
- declarations: [
221
- InPlaceEditorComponent
222
- ],
223
- exports: [
224
- InPlaceEditorComponent
225
- ]
226
- },] },
227
- ];
228
- /**
229
- * @nocollapse
230
- */
231
- InPlaceEditorModule.ctorParameters = function () { return []; };
232
- var AutoCompleteService = { provide: 'InPlace-EditorAutoComplete', useValue: AutoComplete };
233
- var ColorPickerService = { provide: 'InPlace-EditorColorPicker', useValue: ColorPicker };
234
- var ComboBoxService = { provide: 'InPlace-EditorComboBox', useValue: ComboBox };
235
- var DateRangePickerService = { provide: 'InPlace-EditorDateRangePicker', useValue: DateRangePicker };
236
- var MultiSelectService = { provide: 'InPlace-EditorMultiSelect', useValue: MultiSelect };
237
- var RteService = { provide: 'InPlace-EditorRte', useValue: Rte };
238
- var SliderService = { provide: 'InPlace-EditorSlider', useValue: Slider };
239
- var TimePickerService = { provide: 'InPlace-EditorTimePicker', useValue: TimePicker };
240
- /**
241
- * NgModule definition for the InPlaceEditor component with providers.
242
- */
243
- var InPlaceEditorAllModule = /** @class */ (function () {
244
- function InPlaceEditorAllModule() {
245
- }
246
- return InPlaceEditorAllModule;
247
- }());
248
- InPlaceEditorAllModule.decorators = [
249
- { type: NgModule, args: [{
250
- imports: [CommonModule, InPlaceEditorModule],
251
- exports: [
252
- InPlaceEditorModule
253
- ],
254
- providers: [
255
- AutoCompleteService,
256
- ColorPickerService,
257
- ComboBoxService,
258
- DateRangePickerService,
259
- MultiSelectService,
260
- RteService,
261
- SliderService,
262
- TimePickerService
263
- ]
264
- },] },
265
- ];
266
- /**
267
- * @nocollapse
268
- */
269
- InPlaceEditorAllModule.ctorParameters = function () { return []; };
270
- /**
271
- * Generated bundle index. Do not edit.
272
- */
273
- export { InPlaceEditorComponent, InPlaceEditorModule, InPlaceEditorAllModule, AutoCompleteService, ColorPickerService, ComboBoxService, DateRangePickerService, MultiSelectService, RteService, SliderService, TimePickerService, inputs as ɵa, outputs as ɵb };
274
- export { parseValue, getCompValue, encode, render, update, destroy, setFocus, accessValue, destroyModules, showPopup, PopupSettings, modulesList, localeConstant, ROOT, ROOT_TIP, VALUE_WRAPPER, VALUE, OVERLAY_ICON, TIP_TITLE, TITLE, INLINE, POPUP, WRAPPER, LOADING, FORM, CTRL_GROUP, INPUT, BUTTONS, EDITABLE_ERROR, ELEMENTS, OPEN, BTN_SAVE, BTN_CANCEL, RTE_SPIN_WRAP, CTRL_OVERLAY, DISABLE, ICONS, PRIMARY, SHOW, HIDE, RTL, ERROR, LOAD, InPlaceEditor, Base, AutoComplete, ColorPicker, ComboBox, DateRangePicker, MultiSelect, Rte, Slider, TimePicker } from '@syncfusion/ej2-inplace-editor';
275
- //# sourceMappingURL=ej2-angular-inplace-editor.es5.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ej2-angular-inplace-editor.es5.js","sources":["~/@syncfusion/ej2-angular-inplace-editor/ej2-angular-inplace-editor.ts","~/@syncfusion/ej2-angular-inplace-editor/src/inplace-editor/inplaceeditor-all.module.ts","~/@syncfusion/ej2-angular-inplace-editor/src/inplace-editor/inplaceeditor.module.ts","~/@syncfusion/ej2-angular-inplace-editor/src/inplace-editor/inplaceeditor.component.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport {InPlaceEditorComponent,InPlaceEditorModule,InPlaceEditorAllModule,AutoCompleteService,ColorPickerService,ComboBoxService,DateRangePickerService,MultiSelectService,RteService,SliderService,TimePickerService,parseValue,getCompValue,encode,render,update,destroy,setFocus,accessValue,destroyModules,showPopup,PopupSettings,modulesList,localeConstant,ROOT,ROOT_TIP,VALUE_WRAPPER,VALUE,OVERLAY_ICON,TIP_TITLE,TITLE,INLINE,POPUP,WRAPPER,LOADING,FORM,CTRL_GROUP,INPUT,BUTTONS,EDITABLE_ERROR,ELEMENTS,OPEN,BTN_SAVE,BTN_CANCEL,RTE_SPIN_WRAP,CTRL_OVERLAY,DISABLE,ICONS,PRIMARY,SHOW,HIDE,RTL,ERROR,LOAD,Component,NotifyParams,IComponent,IButton,ActionBeginEventArgs,ActionEventArgs,FormEventArgs,ValidateEventArgs,BeginEditEventArgs,EndEditEventArgs,ChangeEventArgs,SanitizeSelectors,BeforeSanitizeHtmlArgs,SanitizeRemoveAttrs,RenderMode,ActionBlur,EditableType,textOptionType,AdaptorType,InputType,InPlaceEditor,InPlaceEditorModel,Base,AutoComplete,ColorPicker,ComboBox,DateRangePicker,MultiSelect,Rte,Slider,TimePicker} from './public_api';\n\nexport {inputs as ɵa,outputs as ɵb} from './src/inplace-editor/inplaceeditor.component';","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { InPlaceEditorComponent } from './inplaceeditor.component';\nimport { InPlaceEditorModule } from './inplaceeditor.module';\nimport {AutoComplete, ColorPicker, ComboBox, DateRangePicker, MultiSelect, Rte, Slider, TimePicker} from '@syncfusion/ej2-inplace-editor';\n\n\nexport const /** @type {?} */ AutoCompleteService: ValueProvider = { provide: 'InPlace-EditorAutoComplete', useValue: AutoComplete};\nexport const /** @type {?} */ ColorPickerService: ValueProvider = { provide: 'InPlace-EditorColorPicker', useValue: ColorPicker};\nexport const /** @type {?} */ ComboBoxService: ValueProvider = { provide: 'InPlace-EditorComboBox', useValue: ComboBox};\nexport const /** @type {?} */ DateRangePickerService: ValueProvider = { provide: 'InPlace-EditorDateRangePicker', useValue: DateRangePicker};\nexport const /** @type {?} */ MultiSelectService: ValueProvider = { provide: 'InPlace-EditorMultiSelect', useValue: MultiSelect};\nexport const /** @type {?} */ RteService: ValueProvider = { provide: 'InPlace-EditorRte', useValue: Rte};\nexport const /** @type {?} */ SliderService: ValueProvider = { provide: 'InPlace-EditorSlider', useValue: Slider};\nexport const /** @type {?} */ TimePickerService: ValueProvider = { provide: 'InPlace-EditorTimePicker', useValue: TimePicker};\n/**\n * NgModule definition for the InPlaceEditor component with providers.\n */\nexport class InPlaceEditorAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, InPlaceEditorModule],\n exports: [\n InPlaceEditorModule\n ],\n providers:[\n AutoCompleteService,\n ColorPickerService,\n ComboBoxService,\n DateRangePickerService,\n MultiSelectService,\n RteService,\n SliderService,\n TimePickerService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction InPlaceEditorAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nInPlaceEditorAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nInPlaceEditorAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { InPlaceEditorComponent } from './inplaceeditor.component';\n/**\n * NgModule definition for the InPlaceEditor component.\n */\nexport class InPlaceEditorModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n InPlaceEditorComponent\n ],\n exports: [\n InPlaceEditorComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction InPlaceEditorModule_tsickle_Closure_declarations() {\n/** @type {?} */\nInPlaceEditorModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nInPlaceEditorModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, forwardRef, ContentChild } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { InPlaceEditor } from '@syncfusion/ej2-inplace-editor';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nexport const /** @type {?} */ inputs: string[] = ['actionOnBlur','adaptor','cancelButton','cssClass','disabled','editableOn','emptyText','enableEditMode','enableHtmlParse','enableHtmlSanitizer','enablePersistence','enableRtl','locale','mode','model','name','popupSettings','primaryKey','saveButton','showButtons','submitOnEnter','template','textOption','type','url','validationRules','value'];\nexport const /** @type {?} */ outputs: string[] = ['focus', 'blur', 'actionBegin','actionFailure','actionSuccess','beforeSanitizeHtml','beginEdit','cancelClick','change','created','destroyed','endEdit','submitClick','validating','valueChange'];\nexport const /** @type {?} */ twoWays: string[] = ['value'];\n/**\n * `ejs-inplaceeditor` represents the Angular InPlaceEditor Component.\n * ```html\n * <ejs-inplaceeditor></ejs-inplaceeditor>\n * ```\n */\n@ComponentMixins([ComponentBase, FormBase])\nexport class InPlaceEditorComponent extends InPlaceEditor implements IComponentBase {\npublic formCompContext : any;\npublic formContext : any;\npublic tagObjects: any;\n\tactionBegin: any;\n\tactionFailure: any;\n\tactionSuccess: any;\n\tbeforeSanitizeHtml: any;\n\tbeginEdit: any;\n\tcancelClick: any;\n\tchange: any;\n\tcreated: any;\n\tdestroyed: any;\n\tendEdit: any;\n\tsubmitClick: any;\n\tvalidating: any;\npublic valueChange: any;\n/**\n * Specifies the HTML element ID as a string that can be added as a editable field.\n * \n * {% codeBlock src='inplace-editor/template/index.md' %}{% endcodeBlock %}\n * \n * \\@default ''\n * \\@blazortype string\n */\n@Template()\n public template: any;\npublic focus: any;\npublic blur: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('InPlace-EditorAutoComplete');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorColorPicker');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorComboBox');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorDateRangePicker');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorMultiSelect');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorRte');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorSlider');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('InPlace-EditorTimePicker');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnChange(registerFunction: (_: any) => void): void {\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnTouched(registerFunction: () => void): void {\n }\n/**\n * @param {?} value\n * @return {?}\n */\npublic writeValue(value: any): void {\n }\n/**\n * @param {?} disabled\n * @return {?}\n */\npublic setDisabledState(disabled: boolean): void {\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-inplaceeditor',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => InPlaceEditorComponent),\n multi: true\n }\n ],\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'template': [{ type: ContentChild, args: ['template', ] },],\n};\n}\n\nfunction InPlaceEditorComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nInPlaceEditorComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nInPlaceEditorComponent.ctorParameters;\n/** @type {?} */\nInPlaceEditorComponent.propDecorators;\n/** @type {?} */\nInPlaceEditorComponent.prototype.formCompContext;\n/** @type {?} */\nInPlaceEditorComponent.prototype.formContext;\n/** @type {?} */\nInPlaceEditorComponent.prototype.tagObjects;\n/** @type {?} */\nInPlaceEditorComponent.prototype.actionBegin;\n/** @type {?} */\nInPlaceEditorComponent.prototype.actionFailure;\n/** @type {?} */\nInPlaceEditorComponent.prototype.actionSuccess;\n/** @type {?} */\nInPlaceEditorComponent.prototype.beforeSanitizeHtml;\n/** @type {?} */\nInPlaceEditorComponent.prototype.beginEdit;\n/** @type {?} */\nInPlaceEditorComponent.prototype.cancelClick;\n/** @type {?} */\nInPlaceEditorComponent.prototype.change;\n/** @type {?} */\nInPlaceEditorComponent.prototype.created;\n/** @type {?} */\nInPlaceEditorComponent.prototype.destroyed;\n/** @type {?} */\nInPlaceEditorComponent.prototype.endEdit;\n/** @type {?} */\nInPlaceEditorComponent.prototype.submitClick;\n/** @type {?} */\nInPlaceEditorComponent.prototype.validating;\n/** @type {?} */\nInPlaceEditorComponent.prototype.valueChange;\n/**\n * Specifies the HTML element ID as a string that can be added as a editable field.\n * \n * {% codeBlock src='inplace-editor/template/index.md' %}{% endcodeBlock %}\n * \n * \\@default ''\n * \\@blazortype string\n * @type {?}\n */\nInPlaceEditorComponent.prototype.template;\n/** @type {?} */\nInPlaceEditorComponent.prototype.focus;\n/** @type {?} */\nInPlaceEditorComponent.prototype.blur;\n/** @type {?} */\nInPlaceEditorComponent.prototype.registerEvents;\n/** @type {?} */\nInPlaceEditorComponent.prototype.addTwoWay;\n/** @type {?} */\nInPlaceEditorComponent.prototype.ngEle;\n/** @type {?} */\nInPlaceEditorComponent.prototype.srenderer;\n/** @type {?} */\nInPlaceEditorComponent.prototype.viewContainerRef;\n/** @type {?} */\nInPlaceEditorComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AGAA,IAOa,MAAA,GAAmB,CAAA,cAAE,EAAc,SAAC,EAAS,cAAC,EAAc,UAAC,EAAU,UAAC,EAAU,YAAC,EAAY,WAAC,EAAW,gBAAC,EAAgB,iBAAC,EAAiB,qBAAC,EAAqB,mBAAC,EAAmB,WAAC,EAAW,QAAC,EAAQ,MAAC,EAAM,OAAC,EAAO,MAAC,EAAM,eAAC,EAAe,YAAC,EAAY,YAAC,EAAY,aAAC,EAAa,eAAC,EAAe,UAAC,EAAU,YAAC,EAAY,MAAC,EAAM,KAAC,EAAK,iBAAC,EAAiB,OAAC,CAAO,CAAC;AACxX,IAAa,OAAA,GAAoB,CAAA,OAAE,EAAQ,MAAA,EAAQ,aAAA,EAAc,eAAC,EAAe,eAAC,EAAe,oBAAC,EAAoB,WAAC,EAAW,aAAC,EAAa,QAAC,EAAQ,SAAC,EAAS,WAAC,EAAW,SAAC,EAAS,aAAC,EAAa,YAAC,EAAY,aAAC,CAAa,CAAC;AACnO,IAAa,OAAA,GAAoB,CAAA,OAAE,CAAO,CAAC;;;;;;;AAQ3C,IAAa,sBAAsB,GAAnC,wBAAA;IAA4C,0CAAa;;;;;;;IAmCzD,gCAAwB,KAAO,EAAoB,SAAW,EAAmB,gBAAkB,EAAyB,QAAU;QAAtI,YAIQ,iBAAO,SAyDV;QA7DmB,KAAxB,CAAA,KAAwB,GAAA,KAAA,CAAO;QAAoB,KAAnD,CAAA,SAAmD,GAAA,SAAA,CAAW;QAAmB,KAAjF,CAAA,gBAAiF,GAAA,gBAAA,CAAkB;QAAyB,KAA5H,CAAA,QAA4H,GAAA,QAAA,CAAU;QAK9H,KAAI,CAAC,OAAO,GAAG,KAAI,CAAC,KAAK,CAAC,aAAa,CAAC;QACxC,KAAI,CAAC,eAAe,GAAG,KAAI,CAAC,eAAe,IAAI,EAAE,CAAC;QAClD,IAAI,CAAZ;YACgB,IAAI,GAAG,GAAG,KAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,4BAA4B,CAAC,CAAC;YAC1D,EAAhB,CAAA,CAAmB,KAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAA3D,CAA6D,CAA7D;gBACoB,KAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;YAClD,CAAiB;QACjB,CAAa;QAAC,KAAd,CAAA,CAAqB,EAArB,CAAA,CAAoB,CAApB,CAAA,CAAuB;QACf,IAAI,CAAZ;YACgB,IAAI,GAAG,GAAG,KAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,2BAA2B,CAAC,CAAC;YACzD,EAAhB,CAAA,CAAmB,KAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAA3D,CAA6D,CAA7D;gBACoB,KAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;YAClD,CAAiB;QACjB,CAAa;QAAC,KAAd,CAAA,CAAqB,EAArB,CAAA,CAAoB,CAApB,CAAA,CAAuB;QACf,IAAI,CAAZ;YACgB,IAAI,GAAG,GAAG,KAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,wBAAwB,CAAC,CAAC;YACtD,EAAhB,CAAA,CAAmB,KAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAA3D,CAA6D,CAA7D;gBACoB,KAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;YAClD,CAAiB;QACjB,CAAa;QAAC,KAAd,CAAA,CAAqB,EAArB,CAAA,CAAoB,CAApB,CAAA,CAAuB;QACf,IAAI,CAAZ;YACgB,IAAI,GAAG,GAAG,KAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,+BAA+B,CAAC,CAAC;YAC7D,EAAhB,CAAA,CAAmB,KAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAA3D,CAA6D,CAA7D;gBACoB,KAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;YAClD,CAAiB;QACjB,CAAa;QAAC,KAAd,CAAA,CAAqB,EAArB,CAAA,CAAoB,CAApB,CAAA,CAAuB;QACf,IAAI,CAAZ;YACgB,IAAI,GAAG,GAAG,KAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,2BAA2B,CAAC,CAAC;YACzD,EAAhB,CAAA,CAAmB,KAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAA3D,CAA6D,CAA7D;gBACoB,KAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;YAClD,CAAiB;QACjB,CAAa;QAAC,KAAd,CAAA,CAAqB,EAArB,CAAA,CAAoB,CAApB,CAAA,CAAuB;QACf,IAAI,CAAZ;YACgB,IAAI,GAAG,GAAG,KAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,mBAAmB,CAAC,CAAC;YACjD,EAAhB,CAAA,CAAmB,KAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAA3D,CAA6D,CAA7D;gBACoB,KAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;YAClD,CAAiB;QACjB,CAAa;QAAC,KAAd,CAAA,CAAqB,EAArB,CAAA,CAAoB,CAApB,CAAA,CAAuB;QACf,IAAI,CAAZ;YACgB,IAAI,GAAG,GAAG,KAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,sBAAsB,CAAC,CAAC;YACpD,EAAhB,CAAA,CAAmB,KAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAA3D,CAA6D,CAA7D;gBACoB,KAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;YAClD,CAAiB;QACjB,CAAa;QAAC,KAAd,CAAA,CAAqB,EAArB,CAAA,CAAoB,CAApB,CAAA,CAAuB;QACf,IAAI,CAAZ;YACgB,IAAI,GAAG,GAAG,KAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,0BAA0B,CAAC,CAAC;YACxD,EAAhB,CAAA,CAAmB,KAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAA3D,CAA6D,CAA7D;gBACoB,KAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;YAClD,CAAiB;QACjB,CAAa;QAAC,KAAd,CAAA,CAAqB,EAArB,CAAA,CAAoB,CAApB,CAAA,CAAuB;QAEf,KAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;QAC7B,KAAI,CAAC,SAAS,CAAC,IAAI,CAAC,KAAI,EAAE,OAAO,CAAC,CAAC;QACnC,QAAQ,CAAC,iBAAiB,EAAE,KAAI,EAAE,KAAI,CAAC,gBAAgB,CAAC,CAAC;QACzD,KAAI,CAAC,WAAW,GAAI,IAAI,QAAQ,EAAE,CAAC;QACnC,KAAI,CAAC,eAAe,GAAI,IAAI,aAAa,EAAE,CAAC;;IACpD,CAAK;;;;;IADA,iDAAA,GAAA,UAAA,gBAAA;IAOL,CAAK;;;;;IAJA,kDAAA,GAAA,UAAA,gBAAA;IAUL,CAAK;;;;;IAPA,2CAAA,GAAA,UAAA,KAAA;IAaL,CAAK;;;;;IAVA,iDAAA,GAAA,UAAA,QAAA;IAgBL,CAAK;;;;IAbA,yCAAA,GAAA;QAkBG,IAAI,CAjBC,eAAC,CAAe,QAAC,CAAQ,IAAC,CAAI,CAAC;IAkB5C,CAAK;;;;IAfA,gDAAA,GAAA;QAoBG,IAAI,CAnBC,WAAC,CAAW,eAAC,CAAe,IAAC,CAAI,CAAC;IAoB/C,CAAK;;;;IAjBA,4CAAA,GAAA;QAsBG,IAAI,CArBC,eAAC,CAAe,WAAC,CAAW,IAAC,CAAI,CAAC;IAsB/C,CAAK;;;;IAnBA,sDAAA,GAAA;QAyBG,IAAI,CAvBC,eAAC,CAAe,qBAAC,CAAqB,IAAC,CAAI,CAAC;IAwBzD,CAAK;IAkCL,6BAAC;AAAD,CAAC,AAnLD,CAA4C,aAAa,EAmLxD,CAAA;AArDM,sBAAP,CAAA,UAAO,GAAoC;IAuB3C,EAtBE,IAAA,EAAM,SAAA,EAAW,IAAA,EAAM,CAAA;gBAuBrB,QAAQ,EAtBE,mBAAA;gBAuBV,MAAM,EAtBE,MAAA;gBAuBR,OAAO,EAtBE,OAAA;gBAuBT,QAAQ,EAtBE,EAAA;gBAuBV,eAAe,EAtBE,uBAAA,CAAwB,MAAC;gBAU5C,SAAA,EATa;oBAuBP;wBACI,OAAO,EAtBE,iBAAA;wBAuBT,WAAW,EAtBE,UAAA,CAAW,cAAM,OAAA,wBAAA,EAAA,CAAA,CAAuB;wBAuBrD,KAAK,EAtBE,IAAA;qBAuBV;iBACJ;gBACD,OAAO,EAtBE,EAwBR;aACJ,EAtBC,EAAG;CAuBJ,CAtBC;;;;AAED,sBAAD,CAAA,cAAC,GAAA,cAAA,OAAA;IAyBD,EAAC,IAAI,EAAE,UAAU,GAAG;IACpB,EAAC,IAAI,EAAE,SAAS,GAAG;IACnB,EAAC,IAAI,EAAE,gBAAgB,GAAG;IAC1B,EAAC,IAAI,EAAE,QAAQ,GAAG;CACjB,EA7BA,CA6BA,CAAC;AAvBK,sBAAP,CAAA,cAAO,GAAyD;IAyBhE,UAAU,EAxBE,CAAA,EAAG,IAAA,EAAM,YAAA,EAAc,IAAA,EAAM,CAAA,UAAE,EAAU,EAAG,EAAE;CAyBzD,CAxBC;AAhIE,UAAJ,CAAA;IAIK,QAAA,EAAA;;CAJL,EAAA,sBAAA,CAAA,SAAA,EAAA,UAAA,EAAA,KAAA,CAAA,CAAyB,CAAzB;AA1Ba,sBAAsB,GAAnC,wBAAA,GAAA,UAAA,CAAA;IACC,eAAA,CAAA,CAAA,aAAA,EAAA,QAAA,CAAA,CAAA;IAkCD,UAAA,CAAA,mBAAA,EAAA,CAA+B,UAAA;QAA+B,SAAA;QAAoC,gBAAC;QAAmC,QAAA,CAAtI,CAAA;CAnCA,EAAa,sBAAsB,CAmLlC,CAnLD;AAAA,IAAA,wBAAA,CAAA;ADdA;;;AAGA;IAAA;;;CAAA;AAE0C,mBAA1C,CAAA,UAA0C,GAAoC;IAD9E,EAEE,IAAA,EAAM,QAAA,EAAU,IAAA,EAAM,CAAA;gBADpB,OAAO,EAEE,CAAA,YAAE,CAAY;gBADvB,YAAY,EAEE;oBADV,sBAAsB;iBACzB;gBACD,OAAO,EAEE;oBADL,sBAAsB;iBACzB;aACJ,EAEC,EAAG;CADJ,CAEC;;;;AAED,mBAAD,CAAA,cAAC,GAAA,cAAA,OAAA,EACA,EADA,CACA,CAAC;ADdK,IAAM,mBAAA,GAAqC,EAAE,OAAA,EAAS,4BAAA,EAA8B,QAAA,EAAU,YAAA,EAAa,CAAC;AACnH,IAAa,kBAAA,GAAoC,EAAE,OAAA,EAAS,2BAAA,EAA6B,QAAA,EAAU,WAAA,EAAY,CAAC;AAChH,IAAa,eAAA,GAAiC,EAAE,OAAA,EAAS,wBAAA,EAA0B,QAAA,EAAU,QAAA,EAAS,CAAC;AACvG,IAAa,sBAAA,GAAwC,EAAE,OAAA,EAAS,+BAAA,EAAiC,QAAA,EAAU,eAAA,EAAgB,CAAC;AAC5H,IAAa,kBAAA,GAAoC,EAAE,OAAA,EAAS,2BAAA,EAA6B,QAAA,EAAU,WAAA,EAAY,CAAC;AAChH,IAAa,UAAA,GAA4B,EAAE,OAAA,EAAS,mBAAA,EAAqB,QAAA,EAAU,GAAA,EAAI,CAAC;AACxF,IAAa,aAAA,GAA+B,EAAE,OAAA,EAAS,sBAAA,EAAwB,QAAA,EAAU,MAAA,EAAO,CAAC;AACjG,IAAa,iBAAA,GAAmC,EAAE,OAAA,EAAS,0BAAA,EAA4B,QAAA,EAAU,UAAA,EAAW,CAAC;;;;AAI7G;IAAA;;;CAAA;AAE6C,sBAA7C,CAAA,UAA6C,GAAoC;IADjF,EAEE,IAAA,EAAM,QAAA,EAAU,IAAA,EAAM,CAAA;gBADpB,OAAO,EAEE,CAAA,YAAE,EAAa,mBAAA,CAAoB;gBAD5C,OAAO,EAEE;oBADL,mBAAmB;iBACtB;gBACD,SAAS,EAEC;oBADN,mBAAmB;oBACnB,kBAAkB;oBAClB,eAAe;oBACf,sBAAsB;oBACtB,kBAAkB;oBAClB,UAAU;oBACV,aAAa;oBACb,iBAAiB;iBACpB;aACJ,EAEC,EAAG;CADJ,CAEC;;;;AAED,sBAAD,CAAA,cAAC,GAAA,cAAA,OAAA,EACA,EADA,CACA,CAAC;ADxCF;;GAEG;;"}