@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.
- package/@syncfusion/ej2-angular-inplace-editor.es5.js +279 -0
- package/@syncfusion/ej2-angular-inplace-editor.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-inplace-editor.js +260 -0
- package/@syncfusion/ej2-angular-inplace-editor.js.map +1 -0
- package/dist/ej2-angular-inplace-editor.umd.js +354 -0
- package/dist/ej2-angular-inplace-editor.umd.js.map +1 -0
- package/dist/ej2-angular-inplace-editor.umd.min.js +11 -0
- package/dist/ej2-angular-inplace-editor.umd.min.js.map +1 -0
- package/ej2-angular-inplace-editor.d.ts +5 -0
- package/ej2-angular-inplace-editor.metadata.json +1 -0
- package/package.json +15 -29
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/inplace-editor/inplaceeditor-all.module.d.ts +0 -6
- package/src/inplace-editor/inplaceeditor.component.d.ts +0 -3
- package/src/inplace-editor/inplaceeditor.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +803 -1
- package/styles/bootstrap.css +938 -1
- package/styles/bootstrap4.css +1219 -1
- package/styles/bootstrap5-dark.css +885 -1
- package/styles/bootstrap5.css +885 -1
- package/styles/fabric-dark.css +754 -1
- package/styles/fabric.css +743 -1
- package/styles/fluent-dark.css +823 -1
- package/styles/fluent.css +823 -1
- package/styles/fluent2.css +1996 -0
- package/styles/fluent2.scss +1 -0
- package/styles/highcontrast-light.css +829 -1
- package/styles/highcontrast.css +837 -1
- package/styles/inplace-editor/bootstrap-dark.css +803 -1
- package/styles/inplace-editor/bootstrap.css +938 -1
- package/styles/inplace-editor/bootstrap4.css +1219 -1
- package/styles/inplace-editor/bootstrap5-dark.css +885 -1
- package/styles/inplace-editor/bootstrap5.css +885 -1
- package/styles/inplace-editor/fabric-dark.css +754 -1
- package/styles/inplace-editor/fabric.css +743 -1
- package/styles/inplace-editor/fluent-dark.css +823 -1
- package/styles/inplace-editor/fluent.css +823 -1
- package/styles/inplace-editor/fluent2.css +1996 -0
- package/styles/inplace-editor/fluent2.scss +1 -0
- package/styles/inplace-editor/highcontrast-light.css +829 -1
- package/styles/inplace-editor/highcontrast.css +837 -1
- package/styles/inplace-editor/material-dark.css +780 -1
- package/styles/inplace-editor/material.css +840 -1
- package/styles/inplace-editor/material3-dark.css +938 -1
- package/styles/inplace-editor/material3.css +1050 -1
- package/styles/inplace-editor/tailwind-dark.css +804 -1
- package/styles/inplace-editor/tailwind.css +804 -1
- package/styles/material-dark.css +780 -1
- package/styles/material.css +840 -1
- package/styles/material3-dark.css +938 -1
- package/styles/material3.css +1050 -1
- package/styles/tailwind-dark.css +804 -1
- package/styles/tailwind.css +804 -1
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/index.mjs +0 -5
- package/esm2020/src/inplace-editor/inplaceeditor-all.module.mjs +0 -50
- package/esm2020/src/inplace-editor/inplaceeditor.component.mjs +0 -147
- package/esm2020/src/inplace-editor/inplaceeditor.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-inplace-editor.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-inplace-editor.mjs +0 -222
- package/fesm2015/syncfusion-ej2-angular-inplace-editor.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-inplace-editor.mjs +0 -222
- package/fesm2020/syncfusion-ej2-angular-inplace-editor.mjs.map +0 -1
- package/postinstall/tagchange.js +0 -18
- package/syncfusion-ej2-angular-inplace-editor.d.ts +0 -5
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inplace-editor/styles/inplace-editor/fluent2.scss';
|