@sap/ux-specification 1.144.2 → 1.144.3

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 (101) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  3. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  4. package/dist/documentation/v2/v2-ListReport.html +2 -2
  5. package/dist/documentation/v2/v2-ListReportNew.html +2 -2
  6. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  7. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  8. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  9. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  10. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  11. package/dist/documentation/v4/v4-ListReport.html +2 -2
  12. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  13. package/dist/index-min.js +254 -254
  14. package/dist/index-min.js.map +4 -4
  15. package/dist/schemas/v2/OverviewPageConfig.json +18 -9
  16. package/dist/schemas/v4/ApplicationV4.json +6 -0
  17. package/dist/schemas/v4/BuildingBlocksConfig.json +320 -134
  18. package/dist/schemas/v4/ListReportConfig.json +74 -15
  19. package/dist/schemas/v4/ObjectPageConfig.json +5 -4
  20. package/dist/specification/package.json +5 -5
  21. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts +14 -1
  22. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts.map +1 -1
  23. package/dist/specification/src/sync/common/decoration/decorator-paths.js.map +1 -1
  24. package/dist/specification/src/sync/common/i18n.json +4 -0
  25. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  26. package/dist/specification/src/sync/v2/export/controls/Fragment.js +18 -6
  27. package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
  28. package/dist/specification/src/sync/v2/export/view-controller-generator.js +1 -1
  29. package/dist/specification/src/sync/v2/export/view-controller-generator.js.map +1 -1
  30. package/dist/specification/src/sync/v2/generate/utils.js +3 -4
  31. package/dist/specification/src/sync/v2/generate/utils.js.map +1 -1
  32. package/dist/specification/src/sync/v4/application.d.ts +1 -0
  33. package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
  34. package/dist/specification/src/sync/v4/application.js +10 -0
  35. package/dist/specification/src/sync/v4/application.js.map +1 -1
  36. package/dist/specification/src/sync/v4/export/controls/InlineEdit.d.ts +38 -0
  37. package/dist/specification/src/sync/v4/export/controls/InlineEdit.d.ts.map +1 -0
  38. package/dist/specification/src/sync/v4/export/controls/InlineEdit.js +86 -0
  39. package/dist/specification/src/sync/v4/export/controls/InlineEdit.js.map +1 -0
  40. package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  41. package/dist/specification/src/sync/v4/export/controls/Table.js +3 -11
  42. package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
  43. package/dist/specification/src/sync/v4/export/controls/index.d.ts +1 -0
  44. package/dist/specification/src/sync/v4/export/controls/index.d.ts.map +1 -1
  45. package/dist/specification/src/sync/v4/export/controls/index.js +1 -0
  46. package/dist/specification/src/sync/v4/export/controls/index.js.map +1 -1
  47. package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts.map +1 -1
  48. package/dist/specification/src/sync/v4/export/fpmCustomPage.js +5 -1
  49. package/dist/specification/src/sync/v4/export/fpmCustomPage.js.map +1 -1
  50. package/dist/specification/src/sync/v4/export/pages/ListReport.d.ts +15 -2
  51. package/dist/specification/src/sync/v4/export/pages/ListReport.d.ts.map +1 -1
  52. package/dist/specification/src/sync/v4/export/pages/ListReport.js +33 -1
  53. package/dist/specification/src/sync/v4/export/pages/ListReport.js.map +1 -1
  54. package/dist/specification/src/sync/v4/generate/actions.js +4 -4
  55. package/dist/specification/src/sync/v4/generate/actions.js.map +1 -1
  56. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts.map +1 -1
  57. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js +6 -4
  58. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js.map +1 -1
  59. package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts +10 -7
  60. package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts.map +1 -1
  61. package/dist/specification/src/sync/v4/generate/list-report/listReport.js +39 -22
  62. package/dist/specification/src/sync/v4/generate/list-report/listReport.js.map +1 -1
  63. package/dist/specification/src/sync/v4/generate/utils/inlineEdit.d.ts +18 -0
  64. package/dist/specification/src/sync/v4/generate/utils/inlineEdit.d.ts.map +1 -0
  65. package/dist/specification/src/sync/v4/generate/utils/inlineEdit.js +91 -0
  66. package/dist/specification/src/sync/v4/generate/utils/inlineEdit.js.map +1 -0
  67. package/dist/specification/src/sync/v4/generate/utils/propertiesForEdit.d.ts +156 -0
  68. package/dist/specification/src/sync/v4/generate/utils/propertiesForEdit.d.ts.map +1 -0
  69. package/dist/specification/src/sync/v4/generate/utils/propertiesForEdit.js +192 -0
  70. package/dist/specification/src/sync/v4/generate/utils/propertiesForEdit.js.map +1 -0
  71. package/dist/specification/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
  72. package/dist/specification/src/sync/v4/import/pages/listReport.js.map +1 -1
  73. package/dist/specification/src/sync/v4/sync-rules/App.d.ts.map +1 -1
  74. package/dist/specification/src/sync/v4/sync-rules/App.js +3 -0
  75. package/dist/specification/src/sync/v4/sync-rules/App.js.map +1 -1
  76. package/dist/specification/src/sync/v4/utils/utils.d.ts +9 -1
  77. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  78. package/dist/specification/src/sync/v4/utils/utils.js +72 -17
  79. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  80. package/dist/types/src/apiTypes.d.ts +29 -1
  81. package/dist/types/src/apiTypes.d.ts.map +1 -1
  82. package/dist/types/src/apiTypes.js.map +1 -1
  83. package/dist/types/src/common/types.d.ts +2 -0
  84. package/dist/types/src/common/types.d.ts.map +1 -1
  85. package/dist/types/src/common/types.js +2 -0
  86. package/dist/types/src/common/types.js.map +1 -1
  87. package/dist/types/src/v4/application.d.ts +6 -0
  88. package/dist/types/src/v4/application.d.ts.map +1 -1
  89. package/dist/types/src/v4/application.js.map +1 -1
  90. package/dist/types/src/v4/controls/InlineEdit.d.ts +30 -0
  91. package/dist/types/src/v4/controls/InlineEdit.d.ts.map +1 -0
  92. package/dist/types/src/v4/controls/InlineEdit.js +3 -0
  93. package/dist/types/src/v4/controls/InlineEdit.js.map +1 -0
  94. package/dist/types/src/v4/controls/Table.d.ts +4 -4
  95. package/dist/types/src/v4/controls/index.d.ts +1 -0
  96. package/dist/types/src/v4/controls/index.d.ts.map +1 -1
  97. package/dist/types/src/v4/controls/index.js +1 -0
  98. package/dist/types/src/v4/controls/index.js.map +1 -1
  99. package/dist/types/src/v4/pages/ListReportConfigV4.d.ts +5 -1
  100. package/dist/types/src/v4/pages/ListReportConfigV4.d.ts.map +1 -1
  101. package/package.json +5 -5
@@ -0,0 +1,30 @@
1
+ export interface InlineEdit {
2
+ /**
3
+ * Array of fields which are inline editable.
4
+ * If empty or undefined, all fields within the page are inline editable except for fields specified in 'Disabled Fields'.
5
+ * Each string may be a direct property, a navigation property, or a field group.
6
+ *
7
+ * @artifactType Manifest
8
+ * @descriptionSrcURL https://ui5.sap.com/sdk/#/topic/bb56175f37aa4530a59214025a005466
9
+ */
10
+ enabledFields?: string[];
11
+ /**
12
+ * Array of fields which are not inline editable.
13
+ * If empty or undefined, all fields within the page are not inline editable except for those specified in 'Enabled Fields'.
14
+ * Each string may be a direct property, a navigation property, or a field group.
15
+ *
16
+ * @artifactType Manifest
17
+ * @descriptionSrcURL https://ui5.sap.com/sdk/#/topic/bb56175f37aa4530a59214025a005466
18
+ */
19
+ disabledFields?: string[];
20
+ /**
21
+ * Array of arrays of fields which are edited inline together.
22
+ * Fields specified in 'Connected Fields' must not be included in 'Enabled Fields' or 'Disabled Fields'.
23
+ * May contain direct properties, navigation properties, or a field group.
24
+ *
25
+ * @artifactType Manifest
26
+ * @descriptionSrcURL https://ui5.sap.com/sdk/#/topic/bb56175f37aa4530a59214025a005466
27
+ */
28
+ connectedFields?: (string | string[])[];
29
+ }
30
+ //# sourceMappingURL=InlineEdit.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InlineEdit.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/InlineEdit.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,UAAU;IACvB;;;;;;;OAOG;IACH,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;IACzB;;;;;;;OAOG;IACH,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B;;;;;;;OAOG;IACH,eAAe,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,EAAE,CAAC;CAC3C"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=InlineEdit.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InlineEdit.js","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/InlineEdit.ts"],"names":[],"mappings":""}
@@ -53,21 +53,21 @@ export declare enum OperationGroupingMode {
53
53
  */
54
54
  export type EnableMassEdit = boolean | {
55
55
  /**
56
- * The 'visibleFields' property lets you specify which fields are available in the mass edit dialog.
56
+ * The 'visibleFields' property lets you specify which fields are available in the mass edit dialog. If empty or undefined, all fields within the page appear in the edit dialog except for read-only fields and fields specified in 'Disabled Fields'.
57
57
  *
58
58
  * @artifactType Manifest
59
59
  * @descriptionSrcURL https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d
60
60
  */
61
61
  visibleFields?: string[];
62
62
  /**
63
- * The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table.
63
+ * The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table. If empty or undefined, all fields within the page appear in the edit dialog except for fields specified in 'Visible Fields'. If 'Visible Fields' are defined, this field is ignored.
64
64
  *
65
65
  * @artifactType Manifest
66
66
  * @descriptionSrcURL https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d
67
67
  */
68
68
  ignoredFields?: string[];
69
69
  /**
70
- * Define how the changes using mass edit should be applied. The default mode for mass editing is 'ChangeSet' on the Object Page and 'Isolated' in the List Report.
70
+ * Define how changes using mass edit are applied. The default mode for mass edit is 'ChangeSet' on object pages and 'Isolated' on list report pages.
71
71
  *
72
72
  * - ChangeSet: Grouped for all objects within the same request.
73
73
  * - Isolated: Separately for each object (as an individual OData change set in the same request).
@@ -195,7 +195,7 @@ export interface TableSettings {
195
195
  */
196
196
  disableCopyToClipboard?: boolean;
197
197
  /**
198
- * Mass editing allows end users to simultaneously change multiple objects that share the same editable properties.
198
+ * Mass edit allows users to simultaneously change multiple objects that share the same editable properties.
199
199
  *
200
200
  */
201
201
  enableMassEdit?: EnableMassEdit;
@@ -14,4 +14,5 @@ export * from './ObjectPageSection';
14
14
  export * from './ObjectPageTable';
15
15
  export * from './ObjectPageFooter';
16
16
  export * from './ObjectPageForm';
17
+ export * from './InlineEdit';
17
18
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC"}
@@ -30,4 +30,5 @@ __exportStar(require("./ObjectPageSection"), exports);
30
30
  __exportStar(require("./ObjectPageTable"), exports);
31
31
  __exportStar(require("./ObjectPageFooter"), exports);
32
32
  __exportStar(require("./ObjectPageForm"), exports);
33
+ __exportStar(require("./InlineEdit"), exports);
33
34
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,iDAA+B;AAC/B,gDAA8B;AAC9B,0CAAwB;AACxB,8CAA4B;AAC5B,2CAAyB;AACzB,4CAA0B;AAC1B,sDAAoC;AACpC,mDAAiC;AACjC,qDAAmC;AACnC,4DAA0C;AAC1C,qDAAmC;AACnC,sDAAoC;AACpC,oDAAkC;AAClC,qDAAmC;AACnC,mDAAiC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,iDAA+B;AAC/B,gDAA8B;AAC9B,0CAAwB;AACxB,8CAA4B;AAC5B,2CAAyB;AACzB,4CAA0B;AAC1B,sDAAoC;AACpC,mDAAiC;AACjC,qDAAmC;AACnC,4DAA0C;AAC1C,qDAAmC;AACnC,sDAAoC;AACpC,oDAAkC;AAClC,qDAAmC;AACnC,mDAAiC;AACjC,+CAA6B"}
@@ -1,5 +1,5 @@
1
1
  import type { PageConfig } from '../../common';
2
- import type { ALPChartView, ALPTableView, DefaultPathType, FilterBar, Header, Table } from '../controls';
2
+ import type { ALPChartView, ALPTableView, DefaultPathType, FilterBar, Header, InlineEdit, Table } from '../controls';
3
3
  export declare enum VariantManagementTypeListReport {
4
4
  None = "None",
5
5
  Control = "Control",
@@ -40,5 +40,9 @@ export interface ListReportConfigV4 extends PageConfig {
40
40
  * - both: This property loads the app in hybrid view.
41
41
  */
42
42
  defaultPath?: DefaultPathType;
43
+ /**
44
+ * Inline edit allows users to directly edit a field or a group of fields in the active version without switching the entire object to draft. Inline edit supports the same features as the regular edit mode.
45
+ */
46
+ inlineEdit?: InlineEdit | boolean;
43
47
  }
44
48
  //# sourceMappingURL=ListReportConfigV4.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ListReportConfigV4.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v4/pages/ListReportConfigV4.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,YAAY,EAAE,YAAY,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAEzG,oBAAY,+BAA+B;IACvC,IAAI,SAAS;IACb,OAAO,YAAY;IACnB,IAAI,SAAS;CAChB;AAID,MAAM,WAAW,kBAAmB,SAAQ,UAAU;IAClD;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,+BAA+B,CAAC;IACpD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IAEtB;;OAEG;IACH,KAAK,CAAC,EAAE,YAAY,CAAC;IAErB;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,GAAG,YAAY,CAAC;IAE7B;;;OAGG;IACH,6BAA6B,CAAC,EAAE,MAAM,CAAC;IAEvC;;;;;OAKG;IACH,WAAW,CAAC,EAAE,eAAe,CAAC;CACjC"}
1
+ {"version":3,"file":"ListReportConfigV4.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v4/pages/ListReportConfigV4.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,YAAY,EAAE,YAAY,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAErH,oBAAY,+BAA+B;IACvC,IAAI,SAAS;IACb,OAAO,YAAY;IACnB,IAAI,SAAS;CAChB;AAID,MAAM,WAAW,kBAAmB,SAAQ,UAAU;IAClD;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,+BAA+B,CAAC;IACpD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IAEtB;;OAEG;IACH,KAAK,CAAC,EAAE,YAAY,CAAC;IAErB;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,GAAG,YAAY,CAAC;IAE7B;;;OAGG;IACH,6BAA6B,CAAC,EAAE,MAAM,CAAC;IAEvC;;;;;OAKG;IACH,WAAW,CAAC,EAAE,eAAe,CAAC;IAE9B;;OAEG;IACH,UAAU,CAAC,EAAE,UAAU,GAAG,OAAO,CAAC;CACrC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/ux-specification",
3
- "version": "1.144.2",
3
+ "version": "1.144.3",
4
4
  "displayName": "SAP Fiori tools - Specification",
5
5
  "description": "SAP Fiori tools - Specification",
6
6
  "files": [
@@ -51,14 +51,14 @@
51
51
  "publisher": "SAPSE",
52
52
  "license": "SEE LICENSE IN LICENSE",
53
53
  "dependencies": {
54
- "@sap-ux/fe-fpm-writer": "0.43.21",
54
+ "@sap-ux/fe-fpm-writer": "0.43.26",
55
55
  "@sap-ux/vocabularies-types": "0.15.0"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@sap-ux/annotation-converter": "0.10.21",
59
59
  "@sap-ux/edmx-parser": "0.10.0",
60
- "@sap-ux/project-access": "1.35.20",
61
- "@sap/ux-specification-types": "1.144.2",
60
+ "@sap-ux/project-access": "1.36.1",
61
+ "@sap/ux-specification-types": "1.144.3",
62
62
  "@sapui5/types": "latest-1.144",
63
63
  "@types/d3": "7.4.3",
64
64
  "@types/jquery": "3.5.34",
@@ -68,7 +68,7 @@
68
68
  "@ui5/flexibility-utils": "0.1.3",
69
69
  "@xml-tools/ast": "5.0.5",
70
70
  "@xml-tools/parser": "1.0.11",
71
- "axios": "1.15.0",
71
+ "axios": "1.15.2",
72
72
  "cpy-cli": "7.0.0",
73
73
  "d3": "7.9.0",
74
74
  "deepmerge": "4.3.1",