igniteui-webcomponents-excel 1.4.2 → 3.2.0

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 (30) hide show
  1. package/bundles/igniteui-webcomponents-excel.umd.js +3531 -3356
  2. package/bundles/igniteui-webcomponents-excel.umd.min.js +1 -1
  3. package/esm2015/lib/AlignmentInfo.js +2 -2
  4. package/esm2015/lib/DataValidationImeMode.js +61 -0
  5. package/esm2015/lib/DefaultStyleHelper_combined.js +672 -616
  6. package/esm2015/lib/ObjectModelDrawingPartManager_ShapeLoader_ShapeOutlineCreator.js +1 -1
  7. package/esm2015/lib/ProtectionInfo.js +1 -1
  8. package/esm2015/lib/WorkbookLoadManagerExcel2007_ShapeAnchorApplicator.js +4 -4
  9. package/esm2015/lib/WorkbookLoadManagerExcel2007_combined.js +458 -457
  10. package/esm2015/lib/WorkbookSaveManagerExcel2003_combined.js +14 -12
  11. package/esm2015/lib/XlsxUtilities_combined.js +105 -73
  12. package/esm2015/public_api.js +1 -0
  13. package/esm5/lib/AlignmentInfo.js +2 -2
  14. package/esm5/lib/DataValidationImeMode.js +61 -0
  15. package/esm5/lib/DefaultStyleHelper_combined.js +2878 -2800
  16. package/esm5/lib/ObjectModelDrawingPartManager_ShapeLoader_ShapeOutlineCreator.js +1 -1
  17. package/esm5/lib/ProtectionInfo.js +1 -1
  18. package/esm5/lib/WorkbookLoadManagerExcel2007_ShapeAnchorApplicator.js +4 -4
  19. package/esm5/lib/WorkbookLoadManagerExcel2007_combined.js +467 -466
  20. package/esm5/lib/WorkbookSaveManagerExcel2003_combined.js +14 -12
  21. package/esm5/lib/XlsxUtilities_combined.js +105 -73
  22. package/esm5/public_api.js +1 -0
  23. package/fesm2015/igniteui-webcomponents-excel.js +1317 -1166
  24. package/fesm5/igniteui-webcomponents-excel.js +3530 -3357
  25. package/lib/DataValidationImeMode.d.ts +54 -0
  26. package/lib/DefaultStyleHelper_combined.d.ts +243 -228
  27. package/lib/WorkbookLoadManagerExcel2007_combined.d.ts +7 -7
  28. package/lib/XlsxUtilities_combined.d.ts +68 -64
  29. package/package.json +3 -3
  30. package/public_api.d.ts +1 -0
@@ -685,6 +685,7 @@ export * from './lib/DataValidationRuleCollection';
685
685
  export * from './lib/DataValidationRuleCollection_CollectionChangeContext';
686
686
  export * from './lib/DataValidationCriteria';
687
687
  export * from './lib/DataValidationErrorStyle';
688
+ export * from './lib/DataValidationImeMode';
688
689
  export * from './lib/OneConstraintDataValidationOperator';
689
690
  export * from './lib/TwoConstraintDataValidationOperator';
690
691
  export * from './lib/LimitedValueDataValidationRule';