@syncfusion/ej2-angular-inplace-editor 25.2.3 → 26.1.35-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 (66) hide show
  1. package/@syncfusion/ej2-angular-inplace-editor.es5.js +279 -0
  2. package/@syncfusion/ej2-angular-inplace-editor.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-inplace-editor.js +260 -0
  4. package/@syncfusion/ej2-angular-inplace-editor.js.map +1 -0
  5. package/dist/ej2-angular-inplace-editor.umd.js +354 -0
  6. package/dist/ej2-angular-inplace-editor.umd.js.map +1 -0
  7. package/dist/ej2-angular-inplace-editor.umd.min.js +11 -0
  8. package/dist/ej2-angular-inplace-editor.umd.min.js.map +1 -0
  9. package/ej2-angular-inplace-editor.d.ts +5 -0
  10. package/ej2-angular-inplace-editor.metadata.json +1 -0
  11. package/package.json +15 -29
  12. package/schematics/utils/lib-details.js +2 -2
  13. package/schematics/utils/lib-details.ts +2 -2
  14. package/src/inplace-editor/inplaceeditor-all.module.d.ts +0 -6
  15. package/src/inplace-editor/inplaceeditor.component.d.ts +0 -3
  16. package/src/inplace-editor/inplaceeditor.module.d.ts +0 -6
  17. package/styles/bootstrap-dark.css +803 -1
  18. package/styles/bootstrap.css +938 -1
  19. package/styles/bootstrap4.css +1219 -1
  20. package/styles/bootstrap5-dark.css +885 -1
  21. package/styles/bootstrap5.css +885 -1
  22. package/styles/fabric-dark.css +754 -1
  23. package/styles/fabric.css +743 -1
  24. package/styles/fluent-dark.css +823 -1
  25. package/styles/fluent.css +823 -1
  26. package/styles/fluent2.css +1996 -0
  27. package/styles/fluent2.scss +1 -0
  28. package/styles/highcontrast-light.css +829 -1
  29. package/styles/highcontrast.css +837 -1
  30. package/styles/inplace-editor/bootstrap-dark.css +803 -1
  31. package/styles/inplace-editor/bootstrap.css +938 -1
  32. package/styles/inplace-editor/bootstrap4.css +1219 -1
  33. package/styles/inplace-editor/bootstrap5-dark.css +885 -1
  34. package/styles/inplace-editor/bootstrap5.css +885 -1
  35. package/styles/inplace-editor/fabric-dark.css +754 -1
  36. package/styles/inplace-editor/fabric.css +743 -1
  37. package/styles/inplace-editor/fluent-dark.css +823 -1
  38. package/styles/inplace-editor/fluent.css +823 -1
  39. package/styles/inplace-editor/fluent2.css +1996 -0
  40. package/styles/inplace-editor/fluent2.scss +1 -0
  41. package/styles/inplace-editor/highcontrast-light.css +829 -1
  42. package/styles/inplace-editor/highcontrast.css +837 -1
  43. package/styles/inplace-editor/material-dark.css +780 -1
  44. package/styles/inplace-editor/material.css +840 -1
  45. package/styles/inplace-editor/material3-dark.css +938 -1
  46. package/styles/inplace-editor/material3.css +1050 -1
  47. package/styles/inplace-editor/tailwind-dark.css +804 -1
  48. package/styles/inplace-editor/tailwind.css +804 -1
  49. package/styles/material-dark.css +780 -1
  50. package/styles/material.css +840 -1
  51. package/styles/material3-dark.css +938 -1
  52. package/styles/material3.css +1050 -1
  53. package/styles/tailwind-dark.css +804 -1
  54. package/styles/tailwind.css +804 -1
  55. package/esm2020/public_api.mjs +0 -3
  56. package/esm2020/src/index.mjs +0 -5
  57. package/esm2020/src/inplace-editor/inplaceeditor-all.module.mjs +0 -50
  58. package/esm2020/src/inplace-editor/inplaceeditor.component.mjs +0 -147
  59. package/esm2020/src/inplace-editor/inplaceeditor.module.mjs +0 -25
  60. package/esm2020/syncfusion-ej2-angular-inplace-editor.mjs +0 -5
  61. package/fesm2015/syncfusion-ej2-angular-inplace-editor.mjs +0 -222
  62. package/fesm2015/syncfusion-ej2-angular-inplace-editor.mjs.map +0 -1
  63. package/fesm2020/syncfusion-ej2-angular-inplace-editor.mjs +0 -222
  64. package/fesm2020/syncfusion-ej2-angular-inplace-editor.mjs.map +0 -1
  65. package/postinstall/tagchange.js +0 -18
  66. package/syncfusion-ej2-angular-inplace-editor.d.ts +0 -5
@@ -0,0 +1 @@
1
+ @import 'inplace-editor/fluent2.scss';