@sap/ux-specification 1.124.6 → 1.124.8

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 (55) hide show
  1. package/CHANGELOG.md +64 -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-ObjectPage.html +2 -2
  6. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  7. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  8. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  9. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  10. package/dist/documentation/v4/v4-ListReport.html +2 -2
  11. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  12. package/dist/index-min.js +68 -68
  13. package/dist/index-min.js.map +4 -4
  14. package/dist/schemas/v4/BuildingBlocksConfig.json +165 -165
  15. package/dist/specification/package.json +7 -9
  16. package/dist/specification/scripts/extractDocu.js +59 -74
  17. package/dist/specification/scripts/extractDocu.js.map +1 -1
  18. package/dist/specification/scripts/macros/corrections.d.ts +1 -0
  19. package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
  20. package/dist/specification/scripts/macros/corrections.js +17 -1
  21. package/dist/specification/scripts/macros/corrections.js.map +1 -1
  22. package/dist/specification/scripts/macros/types.d.ts +2 -0
  23. package/dist/specification/scripts/macros/types.d.ts.map +1 -1
  24. package/dist/specification/scripts/to-json-schema.js +17 -7
  25. package/dist/specification/scripts/to-json-schema.js.map +1 -1
  26. package/dist/specification/src/api.js +2 -2
  27. package/dist/specification/src/sync/common/distTagEvaluator.js +17 -7
  28. package/dist/specification/src/sync/common/distTagEvaluator.js.map +1 -1
  29. package/dist/specification/src/sync/common/flexUtils.js +17 -7
  30. package/dist/specification/src/sync/common/flexUtils.js.map +1 -1
  31. package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
  32. package/dist/specification/src/sync/common/utils.js +3 -1
  33. package/dist/specification/src/sync/common/utils.js.map +1 -1
  34. package/dist/specification/src/sync/i18n.js +17 -7
  35. package/dist/specification/src/sync/i18n.js.map +1 -1
  36. package/dist/specification/src/sync/v2/export/factory.js +17 -7
  37. package/dist/specification/src/sync/v2/export/factory.js.map +1 -1
  38. package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -1
  39. package/dist/specification/src/sync/v4/export/export.js +30 -6
  40. package/dist/specification/src/sync/v4/export/export.js.map +1 -1
  41. package/dist/specification/src/sync/v4/export/factory.js +17 -7
  42. package/dist/specification/src/sync/v4/export/factory.js.map +1 -1
  43. package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts +12 -1
  44. package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts.map +1 -1
  45. package/dist/specification/src/sync/v4/export/fpmCustomPage.js +1 -0
  46. package/dist/specification/src/sync/v4/export/fpmCustomPage.js.map +1 -1
  47. package/dist/specification/src/sync/v4/export/manifest.d.ts.map +1 -1
  48. package/dist/specification/src/sync/v4/export/manifest.js +2 -0
  49. package/dist/specification/src/sync/v4/export/manifest.js.map +1 -1
  50. package/dist/types/src/apiTypes.d.ts +7 -1
  51. package/dist/types/src/apiTypes.d.ts.map +1 -1
  52. package/dist/types/src/apiTypes.js.map +1 -1
  53. package/dist/types/src/index.js +17 -7
  54. package/dist/types/src/index.js.map +1 -1
  55. package/package.json +7 -9
@@ -26,6 +26,116 @@
26
26
  },
27
27
  "additionalProperties": false,
28
28
  "definitions": {
29
+ "sap.fe.macros.Chart": {
30
+ "description": "Building block used to create a chart based on the metadata provided by OData V4.\n\nUsually, a contextPath and metaPath is expected.\nUsage example:\n\n<macros:Chart id=\"MyChart\" contextPath=\"/RootEntity\" metaPath=\"@com.sap.vocabularies.UI.v1.Chart\" />\n\n",
31
+ "isViewNode": true,
32
+ "type": "object",
33
+ "properties": {
34
+ "contextPath": {
35
+ "type": "string",
36
+ "description": "Metadata path to the entitySet or navigationProperty",
37
+ "artifactType": "XMLProperty",
38
+ "metadata": {
39
+ "type": "Property"
40
+ }
41
+ },
42
+ "filterBar": {
43
+ "type": "string",
44
+ "description": "Id of the FilterBar building block associated with the chart.",
45
+ "artifactType": "XMLProperty",
46
+ "metadata": {
47
+ "type": "Property"
48
+ }
49
+ },
50
+ "header": {
51
+ "type": "string",
52
+ "description": "Specifies the header text that is shown in the chart",
53
+ "artifactType": "XMLProperty",
54
+ "metadata": {
55
+ "type": "Property"
56
+ },
57
+ "i18nClassification": "HED: Header of the chart"
58
+ },
59
+ "headerVisible": {
60
+ "type": "boolean",
61
+ "description": "Controls if the header text should be shown or not",
62
+ "artifactType": "XMLProperty",
63
+ "metadata": {
64
+ "type": "Property"
65
+ }
66
+ },
67
+ "metaPath": {
68
+ "type": "string",
69
+ "description": "Metadata path to the presentation context (UI.Chart with or without a qualifier)",
70
+ "artifactType": "XMLProperty",
71
+ "metadata": {
72
+ "type": "Property"
73
+ }
74
+ },
75
+ "personalization": {
76
+ "type": "string",
77
+ "description": "Controls which options should be enabled for the chart personalization dialog.\nIf it is set to `true`, all possible options for this kind of chart are enabled.\nIf it is set to `false`, personalization is disabled.\n\nYou can also provide a more granular control for the personalization by providing a comma-separated list with the options you want to be available.\nAvailable options are:\n- Sort\n- Type\n- Item\n- Filter\n",
78
+ "artifactType": "XMLProperty",
79
+ "metadata": {
80
+ "type": "Property"
81
+ }
82
+ },
83
+ "selectionMode": {
84
+ "type": "string",
85
+ "description": "Defines the selection mode to be used by the chart.\nAllowed values are `None`, `Single` or `Multiple`\n",
86
+ "artifactType": "XMLProperty",
87
+ "metadata": {
88
+ "type": "Property"
89
+ },
90
+ "enum": [
91
+ "None",
92
+ "Single",
93
+ "Multiple"
94
+ ]
95
+ },
96
+ "variantManagement": {
97
+ "type": "string",
98
+ "description": "Controls the kind of variant management that should be enabled for the chart.\nAllowed value is `Control`.\nIf set with value `Control`, a variant management control is seen within the chart and the chart is linked to this.\nIf not set with any value, variant management control is not available for this chart.\n",
99
+ "artifactType": "XMLProperty",
100
+ "metadata": {
101
+ "type": "Property"
102
+ },
103
+ "const": "Control"
104
+ },
105
+ "id": {
106
+ "type": "string",
107
+ "description": "Unique id of control",
108
+ "artifactType": "XMLProperty",
109
+ "metadata": {
110
+ "type": "Property"
111
+ }
112
+ },
113
+ "actions": {
114
+ "type": "object",
115
+ "additionalProperties": {
116
+ "$ref": "#/definitions/sap.fe.macros.chart.Action"
117
+ },
118
+ "isViewNode": true,
119
+ "metadata": {
120
+ "path": [],
121
+ "type": "Aggregation"
122
+ }
123
+ },
124
+ "selectionChange": {
125
+ "type": "string",
126
+ "description": "An event triggered when chart selections are changed. The event contains information about the data selected/deselected and the Boolean flag that indicates whether data is selected or deselected.",
127
+ "artifactType": "XMLProperty",
128
+ "metadata": {
129
+ "type": "Event"
130
+ }
131
+ }
132
+ },
133
+ "additionalProperties": false,
134
+ "metadata": {
135
+ "path": [],
136
+ "type": "Control"
137
+ }
138
+ },
29
139
  "sap.fe.macros.CollectionBindingInfo": {
30
140
  "description": "API to add parameters to the collection binding infos.",
31
141
  "isViewNode": true,
@@ -544,116 +654,6 @@
544
654
  "type": "Control"
545
655
  }
546
656
  },
547
- "sap.fe.macros.Chart": {
548
- "description": "Building block used to create a chart based on the metadata provided by OData V4.\n\nUsually, a contextPath and metaPath is expected.\nUsage example:\n\n<macros:Chart id=\"Mychart\" contextPath=\"/RootEntity\" metaPath=\"@com.sap.vocabularies.UI.v1.Chart\" />\n\n",
549
- "isViewNode": true,
550
- "type": "object",
551
- "properties": {
552
- "contextPath": {
553
- "type": "string",
554
- "description": "Metadata path to the entitySet or navigationProperty",
555
- "artifactType": "XMLProperty",
556
- "metadata": {
557
- "type": "Property"
558
- }
559
- },
560
- "filterBar": {
561
- "type": "string",
562
- "description": "Id of the FilterBar building block associated with the chart.",
563
- "artifactType": "XMLProperty",
564
- "metadata": {
565
- "type": "Property"
566
- }
567
- },
568
- "header": {
569
- "type": "string",
570
- "description": "Specifies the header text that is shown in the chart",
571
- "artifactType": "XMLProperty",
572
- "metadata": {
573
- "type": "Property"
574
- },
575
- "i18nClassification": "HED: Header of the chart"
576
- },
577
- "headerVisible": {
578
- "type": "boolean",
579
- "description": "Controls if the header text should be shown or not",
580
- "artifactType": "XMLProperty",
581
- "metadata": {
582
- "type": "Property"
583
- }
584
- },
585
- "metaPath": {
586
- "type": "string",
587
- "description": "Metadata path to the presentation context (UI.Chart with or without a qualifier)",
588
- "artifactType": "XMLProperty",
589
- "metadata": {
590
- "type": "Property"
591
- }
592
- },
593
- "personalization": {
594
- "type": "string",
595
- "description": "Controls which options should be enabled for the chart personalization dialog.\nIf it is set to `true`, all possible options for this kind of chart are enabled.\nIf it is set to `false`, personalization is disabled.\n\nYou can also provide a more granular control for the personalization by providing a comma-separated list with the options you want to be available.\nAvailable options are:\n- Sort\n- Type\n- Item\n- Filter\n",
596
- "artifactType": "XMLProperty",
597
- "metadata": {
598
- "type": "Property"
599
- }
600
- },
601
- "selectionMode": {
602
- "type": "string",
603
- "description": "Defines the selection mode to be used by the chart.\nAllowed values are `None`, `Single` or `Multiple`\n",
604
- "artifactType": "XMLProperty",
605
- "metadata": {
606
- "type": "Property"
607
- },
608
- "enum": [
609
- "None",
610
- "Single",
611
- "Multiple"
612
- ]
613
- },
614
- "variantManagement": {
615
- "type": "string",
616
- "description": "Controls the kind of variant management that should be enabled for the chart.\nAllowed value is `Control`.\nIf set with value `Control`, a variant management control is seen within the chart and the chart is linked to this.\nIf not set with any value, variant management control is not available for this chart.\n",
617
- "artifactType": "XMLProperty",
618
- "metadata": {
619
- "type": "Property"
620
- },
621
- "const": "Control"
622
- },
623
- "id": {
624
- "type": "string",
625
- "description": "Unique id of control",
626
- "artifactType": "XMLProperty",
627
- "metadata": {
628
- "type": "Property"
629
- }
630
- },
631
- "actions": {
632
- "type": "object",
633
- "additionalProperties": {
634
- "$ref": "#/definitions/sap.fe.macros.chart.Action"
635
- },
636
- "isViewNode": true,
637
- "metadata": {
638
- "path": [],
639
- "type": "Aggregation"
640
- }
641
- },
642
- "selectionChange": {
643
- "type": "string",
644
- "description": "An event triggered when chart selections are changed. The event contains information about the data selected/deselected and the Boolean flag that indicates whether data is selected or deselected.",
645
- "artifactType": "XMLProperty",
646
- "metadata": {
647
- "type": "Event"
648
- }
649
- }
650
- },
651
- "additionalProperties": false,
652
- "metadata": {
653
- "path": [],
654
- "type": "Control"
655
- }
656
- },
657
657
  "sap.fe.macros.controls.BuildingBlockObjectProperty": {
658
658
  "description": "Base class for building block complex object properties that can be serialized to XML.",
659
659
  "isViewNode": true,
@@ -1429,9 +1429,10 @@
1429
1429
  }
1430
1430
  },
1431
1431
  "customToolbarPriority": {
1432
- "type": "string",
1433
- "description": "The priority of the group in the custom toolbar.",
1432
+ "$ref": "#/definitions/int",
1433
+ "description": "customToolbarPriority",
1434
1434
  "artifactType": "XMLProperty",
1435
+ "isViewNode": true,
1435
1436
  "metadata": {
1436
1437
  "type": "Property"
1437
1438
  }
@@ -1445,9 +1446,19 @@
1445
1446
  }
1446
1447
  },
1447
1448
  "priority": {
1448
- "type": "string",
1449
- "description": "The priority of the group.",
1449
+ "$ref": "#/definitions/int",
1450
+ "description": "priority",
1451
+ "artifactType": "XMLProperty",
1452
+ "isViewNode": true,
1453
+ "metadata": {
1454
+ "type": "Property"
1455
+ }
1456
+ },
1457
+ "row": {
1458
+ "$ref": "#/definitions/int",
1459
+ "description": "row",
1450
1460
  "artifactType": "XMLProperty",
1461
+ "isViewNode": true,
1451
1462
  "metadata": {
1452
1463
  "type": "Property"
1453
1464
  }
@@ -2135,20 +2146,9 @@
2135
2146
  "type": "Aggregation"
2136
2147
  }
2137
2148
  },
2138
- "noData": {
2139
- "type": "object",
2140
- "additionalProperties": {
2141
- "$ref": "#/definitions/sap.m.IllustratedMessage"
2142
- },
2143
- "isViewNode": true,
2144
- "metadata": {
2145
- "path": [],
2146
- "type": "Aggregation"
2147
- }
2148
- },
2149
2149
  "beforeRebindTable": {
2150
2150
  "type": "string",
2151
- "description": "An event is triggered when the table is about to be rebinded. This event contains information about the binding info.\nYou can use this event to add or read: Filters, Sorters.\nYou can use this event to read the binding info.\nYou can use this event to add: Selects.\n",
2151
+ "description": "Before a table rebind, an event is triggered that contains information about the binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
2152
2152
  "artifactType": "XMLProperty",
2153
2153
  "metadata": {
2154
2154
  "type": "Event"
@@ -2444,20 +2444,9 @@
2444
2444
  "type": "Aggregation"
2445
2445
  }
2446
2446
  },
2447
- "noData": {
2448
- "type": "object",
2449
- "additionalProperties": {
2450
- "$ref": "#/definitions/sap.m.IllustratedMessage"
2451
- },
2452
- "isViewNode": true,
2453
- "metadata": {
2454
- "path": [],
2455
- "type": "Aggregation"
2456
- }
2457
- },
2458
2447
  "beforeRebindTable": {
2459
2448
  "type": "string",
2460
- "description": "An event is triggered when the table is about to be rebinded. This event contains information about the binding info.\nYou can use this event to add or read: Filters, Sorters.\nYou can use this event to read the binding info.\nYou can use this event to add: Selects.\n",
2449
+ "description": "Before a table rebind, an event is triggered that contains information about the binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
2461
2450
  "artifactType": "XMLProperty",
2462
2451
  "metadata": {
2463
2452
  "type": "Event"
@@ -2499,6 +2488,14 @@
2499
2488
  "type": "Property"
2500
2489
  }
2501
2490
  },
2491
+ "creationFields": {
2492
+ "type": "string",
2493
+ "description": "Defines the list of properties that will be displayed in the creation dialog, when the creation mode is set to 'CreationDialog'.\nThe value is a comma-separated list of property names.\n",
2494
+ "artifactType": "XMLProperty",
2495
+ "metadata": {
2496
+ "type": "Property"
2497
+ }
2498
+ },
2502
2499
  "inlineCreationRowsHiddenInEditMode": {
2503
2500
  "type": "boolean",
2504
2501
  "description": "Specifies if the new entry should be hidden in case of creationMode 'InlineCreationRows'. This only applies to responsive tables.\nThe default value is 'false'\n",
@@ -2509,7 +2506,7 @@
2509
2506
  },
2510
2507
  "name": {
2511
2508
  "type": "string",
2512
- "description": "Defines the creation mode to be used by the table.\nAllowed values are `NewPage`, `Inline`, `InlineCreationsRows` or `External`.\n\nNewPage - the created document is shown in a new page, depending on whether metadata 'Sync', 'Async' or 'Deferred' is used\nInline - The creation is done inline\nInlineCreationsRows - The creation is done inline with an empty row\nExternal - The creation is done in a different application specified via the parameter 'outbound'\nIf not set with any value:\nif navigation is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.\n",
2509
+ "description": "Defines the creation mode to be used by the table.\nAllowed values are `NewPage`, `Inline`, `InlineCreationsRows`, `External` or `CreationDialog`.\n\nNewPage - the created document is shown in a new page, depending on whether metadata 'Sync', 'Async' or 'Deferred' is used\nInline - The creation is done inline\nInlineCreationsRows - The creation is done inline with an empty row\nExternal - The creation is done in a different application specified via the parameter 'outbound'\nCreationDialog - the creation is done in the table, with a dialog allowing to specify some initial property values (the properties are listed in `creationFields`).\n\nIf not set with any value:\nif navigation is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.\n",
2513
2510
  "artifactType": "XMLProperty",
2514
2511
  "metadata": {
2515
2512
  "type": "Property"
@@ -2831,20 +2828,9 @@
2831
2828
  "type": "Aggregation"
2832
2829
  }
2833
2830
  },
2834
- "noData": {
2835
- "type": "object",
2836
- "additionalProperties": {
2837
- "$ref": "#/definitions/sap.m.IllustratedMessage"
2838
- },
2839
- "isViewNode": true,
2840
- "metadata": {
2841
- "path": [],
2842
- "type": "Aggregation"
2843
- }
2844
- },
2845
2831
  "beforeRebindTable": {
2846
2832
  "type": "string",
2847
- "description": "An event is triggered when the table is about to be rebinded. This event contains information about the binding info.\nYou can use this event to add or read: Filters, Sorters.\nYou can use this event to read the binding info.\nYou can use this event to add: Selects.\n",
2833
+ "description": "Before a table rebind, an event is triggered that contains information about the binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
2848
2834
  "artifactType": "XMLProperty",
2849
2835
  "metadata": {
2850
2836
  "type": "Event"
@@ -3159,20 +3145,9 @@
3159
3145
  "type": "Aggregation"
3160
3146
  }
3161
3147
  },
3162
- "noData": {
3163
- "type": "object",
3164
- "additionalProperties": {
3165
- "$ref": "#/definitions/sap.m.IllustratedMessage"
3166
- },
3167
- "isViewNode": true,
3168
- "metadata": {
3169
- "path": [],
3170
- "type": "Aggregation"
3171
- }
3172
- },
3173
3148
  "beforeRebindTable": {
3174
3149
  "type": "string",
3175
- "description": "An event is triggered when the table is about to be rebinded. This event contains information about the binding info.\nYou can use this event to add or read: Filters, Sorters.\nYou can use this event to read the binding info.\nYou can use this event to add: Selects.\n",
3150
+ "description": "Before a table rebind, an event is triggered that contains information about the binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
3176
3151
  "artifactType": "XMLProperty",
3177
3152
  "metadata": {
3178
3153
  "type": "Event"
@@ -3214,6 +3189,14 @@
3214
3189
  "type": "Property"
3215
3190
  }
3216
3191
  },
3192
+ "creationFields": {
3193
+ "type": "string",
3194
+ "description": "Defines the list of properties that will be displayed in the creation dialog, when the creation mode is set to 'CreationDialog'.\nThe value is a comma-separated list of property names.\n",
3195
+ "artifactType": "XMLProperty",
3196
+ "metadata": {
3197
+ "type": "Property"
3198
+ }
3199
+ },
3217
3200
  "isCreateEnabled": {
3218
3201
  "type": "string",
3219
3202
  "description": "Defines the extension point to control the enablement of the Create button or Create Menu buttons.\n",
@@ -3224,7 +3207,7 @@
3224
3207
  },
3225
3208
  "name": {
3226
3209
  "type": "string",
3227
- "description": "Defines the creation mode to be used by the tree table.\nAllowed values are `NewPage` or `Inline`.\n\nNewPage - the created document is shown in a new page, depending on whether metadata 'Sync', 'Async' or 'Deferred' is used.\nInline - the creation is done inline.\n\nIf not set with any value:\nif navigation is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.\n",
3210
+ "description": "Defines the creation mode to be used by the tree table.\nAllowed values are `NewPage`, `Inline` or `CreationDialog`.\n\nNewPage - the created document is shown in a new page, depending on whether metadata 'Sync', 'Async' or 'Deferred' is used.\nInline - the creation is done inline.\nCreationDialog - the creation is done in the table, with a dialog allowing to specify some initial property values (the properties are listed in `creationFields`).\n\nIf not set with any value:\nif navigation is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.\n",
3228
3211
  "artifactType": "XMLProperty",
3229
3212
  "metadata": {
3230
3213
  "type": "Property"
@@ -3237,7 +3220,7 @@
3237
3220
  },
3238
3221
  "nodeType": {
3239
3222
  "type": "object",
3240
- "description": "Defines the nodes to be added on the custom create.\nThis object must have the following properties:\npropertyName: the name of the property on the page entity set used to categorize the node type to be created within the hierarchy\nvalues: an array of key and label that define a value of the property defined by the propertyName key and its label\n",
3223
+ "description": "Defines the nodes to be added on the custom create.\nThis object must have the following properties:\npropertyName: the name of the property on the page entity set used to categorize the node type to be created within the hierarchy\nvalues: an array of key, label and an optional creationFields that define a value of the property defined by the propertyName key, its label, and the specific fields to be shown in the creation dialog.\n",
3241
3224
  "artifactType": "XMLProperty",
3242
3225
  "metadata": {
3243
3226
  "type": "Property"
@@ -3328,6 +3311,23 @@
3328
3311
  "isViewNode": true,
3329
3312
  "type": "object",
3330
3313
  "properties": {
3314
+ "dateTimePattern": {
3315
+ "type": "string",
3316
+ "description": "Property for defining a custom pattern for the date, time, or dateTime format. \nIf there is a dateTimePattern defined dateTimeStyle is ignored.\n",
3317
+ "artifactType": "XMLProperty",
3318
+ "metadata": {
3319
+ "type": "Property"
3320
+ }
3321
+ },
3322
+ "dateTimeStyle": {
3323
+ "$ref": "#/definitions/sap.fe.core.templating.UIFormatters.DateTimeStyle",
3324
+ "description": "dateTimeStyle",
3325
+ "artifactType": "XMLProperty",
3326
+ "isViewNode": true,
3327
+ "metadata": {
3328
+ "type": "Property"
3329
+ }
3330
+ },
3331
3331
  "displayMode": {
3332
3332
  "type": "string",
3333
3333
  "description": "Defines how the field value and associated text will be displayed together.\n\nAllowed values are \"Value\", \"Description\", \"DescriptionValue\" and \"ValueDescription\"\n",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/ux-specification",
3
- "version": "1.124.6",
3
+ "version": "1.124.8",
4
4
  "displayName": "SAP Fiori tools - Specification",
5
5
  "description": "SAP Fiori tools - Specification",
6
6
  "files": [
@@ -34,8 +34,6 @@
34
34
  "docuV4": "ts-node ./scripts/extractDocu.ts --version=v4 format=excel",
35
35
  "htmlV2": "ts-node ./scripts/extractDocu.ts --version=v2 --format=html",
36
36
  "htmlV4": "ts-node ./scripts/extractDocu.ts --version=v4 --format=html",
37
- "iXiaSoftV2": "ts-node ./scripts/extractDocu.ts --version=v2 --format=iXiaSoft",
38
- "iXiaSoftV4": "ts-node ./scripts/extractDocu.ts --version=v4 --format=iXiaSoft",
39
37
  "lint": "eslint . --ext .ts",
40
38
  "lint:summary": "eslint . --ext .ts -f summary",
41
39
  "lint:fix": "eslint . --ext .ts --fix",
@@ -51,13 +49,13 @@
51
49
  "publisher": "SAPSE",
52
50
  "license": "SEE LICENSE IN LICENSE",
53
51
  "dependencies": {
54
- "@sap-ux/fe-fpm-writer": "0.31.16",
55
- "@sap-ux/vocabularies-types": "0.11.6"
52
+ "@sap-ux/fe-fpm-writer": "0.31.23",
53
+ "@sap-ux/vocabularies-types": "0.12.0"
56
54
  },
57
55
  "devDependencies": {
58
- "@sap-ux/annotation-converter": "0.9.9",
56
+ "@sap-ux/annotation-converter": "0.9.11",
59
57
  "@sap-ux/edmx-parser": "0.8.2",
60
- "@sap/ux-specification-types": "1.124.6",
58
+ "@sap/ux-specification-types": "1.124.8",
61
59
  "@sapui5/types": "latest-1.124",
62
60
  "@types/d3": "7.4.3",
63
61
  "@types/jquery": "3.5.31",
@@ -65,13 +63,13 @@
65
63
  "@ui5/flexibility-utils": "0.1.3",
66
64
  "@xml-tools/ast": "5.0.5",
67
65
  "@xml-tools/parser": "1.0.11",
68
- "axios": "1.7.7",
66
+ "axios": "1.7.9",
69
67
  "copyfiles": "2.4.1",
70
68
  "d3": "7.9.0",
71
69
  "deepmerge": "4.3.1",
72
70
  "ejs": "3.1.10",
73
71
  "excel4node": "1.8.2",
74
- "i18next": "23.16.2",
72
+ "i18next": "23.16.8",
75
73
  "jquery": "3.7.1",
76
74
  "jsdom": "25.0.1",
77
75
  "lodash.unset": "4.5.2",