@ui5/task-adaptation 1.1.0 → 1.1.2

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 (80) hide show
  1. package/CHANGELOG.md +9 -1
  2. package/README.md +1 -1
  3. package/dist/annotationManager.d.ts +0 -3
  4. package/dist/annotationManager.js +8 -43
  5. package/dist/annotations/comparator/comparator.d.ts +47 -0
  6. package/dist/annotations/comparator/comparator.js +276 -0
  7. package/dist/annotations/comparator/diffCase.d.ts +4 -0
  8. package/dist/annotations/comparator/diffCase.js +3 -0
  9. package/dist/annotations/comparator/interchangableCase.d.ts +25 -0
  10. package/dist/annotations/comparator/interchangableCase.js +65 -0
  11. package/dist/annotations/converter/metadataJsonReferenceUtil.d.ts +12 -0
  12. package/dist/annotations/converter/metadataJsonReferenceUtil.js +50 -0
  13. package/dist/annotations/converter/metadataJsonUtil.d.ts +30 -0
  14. package/dist/annotations/converter/metadataJsonUtil.js +73 -0
  15. package/dist/annotations/converter/ui5JsonConverter.d.ts +21 -0
  16. package/dist/annotations/converter/ui5JsonConverter.js +253 -0
  17. package/dist/annotations/converter/ui5MetadataJsonUtil.d.ts +3 -0
  18. package/dist/annotations/converter/ui5MetadataJsonUtil.js +13 -0
  19. package/dist/annotations/converter/ui5XmlConverter.d.ts +5 -0
  20. package/dist/annotations/converter/ui5XmlConverter.js +17 -0
  21. package/dist/annotations/dataSource/dataSource.d.ts +34 -0
  22. package/dist/annotations/dataSource/dataSource.js +62 -0
  23. package/dist/annotations/dataSource/dataSourceManager.d.ts +13 -0
  24. package/dist/annotations/dataSource/dataSourceManager.js +58 -0
  25. package/dist/annotations/dataSource/dataSourceOData.d.ts +17 -0
  26. package/dist/annotations/dataSource/dataSourceOData.js +47 -0
  27. package/dist/annotations/dataSource/dataSourceODataAnnotation.d.ts +6 -0
  28. package/dist/annotations/dataSource/dataSourceODataAnnotation.js +14 -0
  29. package/dist/annotations/dataSource/dataSourceODataAnnotationBeta.d.ts +6 -0
  30. package/dist/annotations/dataSource/dataSourceODataAnnotationBeta.js +18 -0
  31. package/dist/annotations/serviceRequestor.d.ts +1 -9
  32. package/dist/annotations/serviceRequestor.js +52 -17
  33. package/dist/annotations/transformers/convertV2ToV4.d.ts +4 -0
  34. package/dist/annotations/transformers/convertV2ToV4.js +16 -0
  35. package/dist/annotations/transformers/makeAnnotationNamespaceUnique.d.ts +6 -0
  36. package/dist/annotations/transformers/makeAnnotationNamespaceUnique.js +44 -0
  37. package/dist/annotations/transformers/removeAllSchemaNodesExceptAnnotations.d.ts +4 -0
  38. package/dist/annotations/transformers/removeAllSchemaNodesExceptAnnotations.js +17 -0
  39. package/dist/annotations/transformers/transformer.d.ts +12 -0
  40. package/dist/annotations/transformers/transformer.js +3 -0
  41. package/dist/annotations/transformers/traverseReferences.d.ts +9 -0
  42. package/dist/annotations/transformers/traverseReferences.js +67 -0
  43. package/dist/appVariantManager.d.ts +4 -2
  44. package/dist/appVariantManager.js +44 -18
  45. package/dist/baseAppManager.d.ts +2 -1
  46. package/dist/baseAppManager.js +26 -31
  47. package/dist/bundle-odata.js +5498 -0
  48. package/dist/bundle.js +1786 -13
  49. package/dist/i18nManager.d.ts +5 -7
  50. package/dist/i18nManager.js +29 -32
  51. package/dist/index.js +4 -3
  52. package/dist/model/annotationDiffStructureError.js +2 -0
  53. package/dist/model/language.js +1 -1
  54. package/dist/model/serverError.d.ts +3 -0
  55. package/dist/model/serverError.js +9 -0
  56. package/dist/model/types.d.ts +13 -2
  57. package/dist/repositories/abapRepoManager.js +2 -2
  58. package/dist/util/commonUtil.d.ts +7 -0
  59. package/dist/util/commonUtil.js +72 -18
  60. package/dist/util/i18nMerger.d.ts +1 -1
  61. package/dist/util/i18nMerger.js +3 -4
  62. package/dist/util/requestUtil.js +4 -0
  63. package/dist/util/resourceUtil.d.ts +3 -0
  64. package/dist/util/resourceUtil.js +14 -1
  65. package/dist/util/urlUtil.d.ts +4 -0
  66. package/dist/util/urlUtil.js +21 -0
  67. package/package.json +9 -6
  68. package/scripts/bundler.ts +4 -33
  69. package/scripts/metadataDownloadHelper.ts +7 -5
  70. package/scripts/rollup/bundleDefinition-odata.js +9 -0
  71. package/scripts/rollup/overrides/sap/ui/performance/Measurement.js +4 -0
  72. package/scripts/rollup/ui5Resolve.ts +34 -5
  73. package/scripts/rollup.ts +12 -3
  74. package/dist/annotations/oDataModel.d.ts +0 -20
  75. package/dist/annotations/oDataModel.js +0 -46
  76. package/dist/annotations/oDataV2Model.d.ts +0 -4
  77. package/dist/annotations/oDataV2Model.js +0 -13
  78. package/dist/util/jsonDiffUtil.d.ts +0 -28
  79. package/dist/util/jsonDiffUtil.js +0 -74
  80. package/scripts/rollup/overrides/sap/ui/thirdparty/URI.js +0 -16

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.