@sap/ux-specification 1.84.99 → 1.84.101
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/CHANGELOG.md +47 -29
- package/dist/documentation/runDocu-min.js.map +3 -3
- package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
- package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
- package/dist/documentation/v2/v2-ListReport.html +2 -2
- package/dist/documentation/v2/v2-ObjectPage.html +2 -2
- package/dist/documentation/v2/v2-OverviewPage.html +2 -2
- package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
- package/dist/documentation/v4/v4-ListReport.html +2 -2
- package/dist/documentation/v4/v4-ObjectPage.html +2 -2
- package/dist/index-min.js +26 -26
- package/dist/index-min.js.map +3 -3
- package/dist/schemas/v2/AnalyticalListPageConfig.json +76 -76
- package/dist/schemas/v2/ApplicationV2.json +3 -3
- package/dist/schemas/v2/ListReportConfig.json +82 -81
- package/dist/schemas/v2/ObjectPageConfig.json +73 -73
- package/dist/schemas/v2/OverviewPageConfig.json +77 -77
- package/dist/schemas/v4/ApplicationV4.json +4 -4
- package/dist/schemas/v4/ListReportConfig.json +31 -31
- package/dist/schemas/v4/ObjectPageConfig.json +13 -13
- package/dist/specification/package.json +4 -4
- package/dist/specification/scripts/documentation/components/filter.js +0 -1
- package/dist/specification/scripts/documentation/components/filter.js.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/TreeUI.d.ts.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/TreeUI.js +2 -1
- package/dist/specification/scripts/documentation/components/ui/TreeUI.js.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/search.d.ts.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/search.js +6 -3
- package/dist/specification/scripts/documentation/components/ui/search.js.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/toggle.d.ts.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/toggle.js +6 -3
- package/dist/specification/scripts/documentation/components/ui/toggle.js.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/tooltip.d.ts.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/tooltip.js +13 -9
- package/dist/specification/scripts/documentation/components/ui/tooltip.js.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/utils.d.ts.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/utils.js +8 -4
- package/dist/specification/scripts/documentation/components/ui/utils.js.map +1 -1
- package/dist/specification/scripts/extractDocu.js +64 -24
- package/dist/specification/scripts/extractDocu.js.map +1 -1
- package/dist/specification/scripts/to-json-schema.js +1 -1
- package/dist/specification/scripts/to-json-schema.js.map +1 -1
- package/dist/specification/src/api.js +1 -1
- package/dist/specification/src/extensionLogger.js +3 -3
- package/dist/specification/src/sync/common/appProvider.d.ts.map +1 -1
- package/dist/specification/src/sync/common/appProvider.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/control.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/control.js +2 -2
- package/dist/specification/src/sync/common/decoration/control.js.map +1 -1
- package/dist/specification/src/sync/common/flexUtils.js +1 -1
- package/dist/specification/src/sync/common/flexUtils.js.map +1 -1
- package/dist/specification/src/sync/common/generate/objectPage.js +0 -1
- package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/common/generate/utils.js +11 -11
- package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
- package/dist/specification/src/sync/common/import/utils.js +2 -2
- package/dist/specification/src/sync/common/importProject.js +3 -3
- package/dist/specification/src/sync/common/importProject.js.map +1 -1
- package/dist/specification/src/sync/common/utils.d.ts +1 -2
- package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/utils.js +104 -100
- package/dist/specification/src/sync/common/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/FilterBar.d.ts +1 -1
- package/dist/specification/src/sync/v2/export/controls/FilterBar.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/FilterBar.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Fragment.js +14 -6
- package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.js +6 -6
- package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/export.js +7 -7
- package/dist/specification/src/sync/v2/export/export.js.map +1 -1
- package/dist/specification/src/sync/v2/export/factory.js +8 -8
- package/dist/specification/src/sync/v2/export/manifest.js +0 -1
- package/dist/specification/src/sync/v2/export/manifest.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/objectPage.js +4 -4
- package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/utils.js +0 -2
- package/dist/specification/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/import/app/appProvider.js +0 -1
- package/dist/specification/src/sync/v2/import/app/appProvider.js.map +1 -1
- package/dist/specification/src/sync/v2/import/app/ovpProvider.js.map +1 -1
- package/dist/specification/src/sync/v2/import/common/index.d.ts +3 -2
- package/dist/specification/src/sync/v2/import/common/index.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/common/index.js +41 -24
- package/dist/specification/src/sync/v2/import/common/index.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.js +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.js +7 -8
- package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBar.d.ts +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBar.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/export.js +2 -3
- package/dist/specification/src/sync/v4/export/export.js.map +1 -1
- package/dist/specification/src/sync/v4/export/factory.js +6 -6
- package/dist/specification/src/sync/v4/import/pages/objectPage.js +1 -1
- package/dist/types/src/apiTypes.d.ts +1 -1
- package/dist/types/src/apiTypes.js +2 -2
- package/dist/types/src/common/Application.d.ts +4 -8
- package/dist/types/src/common/Application.d.ts.map +1 -1
- package/dist/types/src/common/page.d.ts +1 -1
- package/dist/types/src/common/page.d.ts.map +1 -1
- package/dist/types/src/common/page.js.map +1 -1
- package/dist/types/src/common/types.d.ts +3 -3
- package/dist/types/src/common/types.d.ts.map +1 -1
- package/dist/types/src/common/types.js +4 -4
- package/dist/types/src/common/types.js.map +1 -1
- package/dist/types/src/v2/controls/Action.d.ts +4 -2
- package/dist/types/src/v2/controls/Action.d.ts.map +1 -1
- package/dist/types/src/v2/controls/AnalyticalListPageKPI.d.ts +6 -6
- package/dist/types/src/v2/controls/Card.d.ts +36 -35
- package/dist/types/src/v2/controls/Card.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Card.js.map +1 -1
- package/dist/types/src/v2/controls/Field.d.ts +1 -1
- package/dist/types/src/v2/controls/FilterBar.d.ts +17 -13
- package/dist/types/src/v2/controls/FilterBar.d.ts.map +1 -1
- package/dist/types/src/v2/controls/FilterBar.js.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageChart.d.ts +2 -2
- package/dist/types/src/v2/controls/ObjectPageHeader.d.ts +2 -2
- package/dist/types/src/v2/controls/ObjectPageLayout.d.ts +4 -4
- package/dist/types/src/v2/controls/ObjectPageSection.d.ts +2 -2
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts +16 -15
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Table.d.ts +50 -45
- package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Table.js.map +1 -1
- package/dist/types/src/v2/overviewPage.d.ts +2 -2
- package/dist/types/src/v2/pages/ObjectPageConfigV2.d.ts +4 -4
- package/dist/types/src/v2/pages/OverviewPageConfigV2.d.ts +5 -5
- package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +1 -1
- package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts +1 -1
- package/dist/types/src/v4/controls/ObjectPageLayout.d.ts +1 -2
- package/dist/types/src/v4/controls/ObjectPageLayout.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageSection.d.ts +2 -2
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts +2 -2
- package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +1 -1
- package/dist/types/src/v4/controls/Table.d.ts +23 -29
- package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ToolBar.d.ts +1 -1
- package/dist/types/src/v4/pages/ListReportConfigV4.d.ts +1 -2
- package/dist/types/src/v4/pages/ListReportConfigV4.d.ts.map +1 -1
- package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts +3 -4
- package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts.map +1 -1
- package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts +10 -8
- package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts.map +1 -1
- package/dist/types/src/v4/webapp/manifest/sapUi5.d.ts +1 -1
- package/package.json +4 -4
|
@@ -51,22 +51,17 @@ export interface ViewPersonalizationType {
|
|
|
51
51
|
export interface AnnotationPathAsObject {
|
|
52
52
|
annotationPath: string;
|
|
53
53
|
}
|
|
54
|
-
export interface AnnotationPathWithKey {
|
|
55
|
-
key: string;
|
|
56
|
-
annotationPath: string;
|
|
57
|
-
entitySet?: string;
|
|
58
|
-
}
|
|
59
54
|
export interface QuickVariantSelectionV4 {
|
|
60
55
|
/**
|
|
61
|
-
* List of annotation paths referring to SelectionVariant annotations
|
|
56
|
+
* List of annotation paths referring to SelectionVariant annotations.
|
|
62
57
|
*/
|
|
63
58
|
paths: AnnotationPathAsObject[];
|
|
64
59
|
/**
|
|
65
|
-
*
|
|
60
|
+
* Determines whether the table title is hidden and the tab titles are displayed.
|
|
66
61
|
*/
|
|
67
62
|
hideTableTitle?: boolean;
|
|
68
63
|
/**
|
|
69
|
-
*
|
|
64
|
+
* Determines whether the entry view counts are shown.
|
|
70
65
|
*/
|
|
71
66
|
showCounts?: boolean;
|
|
72
67
|
}
|
|
@@ -82,16 +77,16 @@ export interface ViewColumns {
|
|
|
82
77
|
}
|
|
83
78
|
export interface TableSettings {
|
|
84
79
|
/**
|
|
85
|
-
*
|
|
80
|
+
* Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead.
|
|
86
81
|
*/
|
|
87
82
|
type?: TableTypeV4;
|
|
88
83
|
/**
|
|
89
84
|
* Allows you to enable or disable row selection and choose between single or multiple row selection.
|
|
90
|
-
*
|
|
91
|
-
* -
|
|
92
|
-
* -
|
|
93
|
-
* -
|
|
94
|
-
*
|
|
85
|
+
* - Auto: This type is deprecated. Choose any of the following modes:
|
|
86
|
+
* - Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar.
|
|
87
|
+
* - Single: This type allows single table selection if relevant actions are available in the toolbar.
|
|
88
|
+
* - None: No table selection is possible in display mode.
|
|
89
|
+
* @descriptionSrcURL https://help.sap.com/docs/SAPUI5/4a476671e9bd4e898445a16858d9cf24/116b5d82e8c545e2a56e1b51b8b0a9bd.html?#additional-features-in-sap-fiori-elements-for-odata-v4
|
|
95
90
|
*/
|
|
96
91
|
selectionMode?: SelectionMode;
|
|
97
92
|
/**
|
|
@@ -103,16 +98,16 @@ export interface TableSettings {
|
|
|
103
98
|
*/
|
|
104
99
|
selectionLimit?: number;
|
|
105
100
|
/**
|
|
106
|
-
*
|
|
101
|
+
* Defines whether the Export button is displayed in the table toolbar. The default value is true.
|
|
107
102
|
*
|
|
108
103
|
*/
|
|
109
104
|
enableExport?: boolean;
|
|
110
105
|
/**
|
|
111
|
-
* With quickVariantSelection you can switch
|
|
106
|
+
* With quickVariantSelection you can switch to multiple views (single table mode). It links to a SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) that you have added to your annotations.
|
|
112
107
|
*/
|
|
113
108
|
quickVariantSelection?: QuickVariantSelectionV4;
|
|
114
109
|
/**
|
|
115
|
-
*
|
|
110
|
+
* Determines whether the content density for ui.table is condensed.
|
|
116
111
|
*/
|
|
117
112
|
condensedTableLayout?: boolean;
|
|
118
113
|
}
|
|
@@ -123,7 +118,7 @@ export type ViewTypeV4 = LRTableView | LRChartView | TableViewExtension | boolea
|
|
|
123
118
|
*/
|
|
124
119
|
export interface MultiTableModeV4 {
|
|
125
120
|
/**
|
|
126
|
-
* List of annotation paths
|
|
121
|
+
* List of annotation paths.
|
|
127
122
|
*/
|
|
128
123
|
[key: string]: ViewTypeV4;
|
|
129
124
|
/**
|
|
@@ -157,8 +152,8 @@ export interface CommonViewSettings {
|
|
|
157
152
|
*/
|
|
158
153
|
index: number;
|
|
159
154
|
/**
|
|
160
|
-
*
|
|
161
|
-
*
|
|
155
|
+
* The annotationPath refers to a SelectionPresentationVariant or PresentationVariant annotation.
|
|
156
|
+
* To use charts in multiple table mode, define a UI.Chart annotation, including a qualifier, and reference the UI.Chart annotation in your SelectionPresentationVariant or PresentationVariant annotation.
|
|
162
157
|
*/
|
|
163
158
|
annotationPath: string;
|
|
164
159
|
/**
|
|
@@ -177,7 +172,7 @@ export interface LRChartView extends CommonViewSettings {
|
|
|
177
172
|
*/
|
|
178
173
|
toolBar?: ViewChartToolBar;
|
|
179
174
|
/**
|
|
180
|
-
*
|
|
175
|
+
* Defines whether the view is visible or not.
|
|
181
176
|
*/
|
|
182
177
|
visible?: boolean;
|
|
183
178
|
}
|
|
@@ -191,7 +186,7 @@ export interface ALPTableView extends TableSettings {
|
|
|
191
186
|
*/
|
|
192
187
|
annotationPath: string;
|
|
193
188
|
/**
|
|
194
|
-
*
|
|
189
|
+
* Determines whether the data in the table is automatically loaded.
|
|
195
190
|
*/
|
|
196
191
|
initialLoad?: boolean;
|
|
197
192
|
/**
|
|
@@ -230,7 +225,7 @@ export interface TableViewExtension {
|
|
|
230
225
|
*/
|
|
231
226
|
template: string;
|
|
232
227
|
/**
|
|
233
|
-
*
|
|
228
|
+
* Defines whether the view is visible.
|
|
234
229
|
*/
|
|
235
230
|
visible?: boolean;
|
|
236
231
|
}
|
|
@@ -273,7 +268,7 @@ export interface LRTableView extends TableSettings {
|
|
|
273
268
|
*/
|
|
274
269
|
columns?: ViewColumns;
|
|
275
270
|
/**
|
|
276
|
-
*
|
|
271
|
+
* Defines whether the view is visible.
|
|
277
272
|
*/
|
|
278
273
|
visible?: boolean;
|
|
279
274
|
}
|
|
@@ -287,11 +282,10 @@ export interface Table extends TableSettings {
|
|
|
287
282
|
*/
|
|
288
283
|
annotationPath?: string;
|
|
289
284
|
/**
|
|
290
|
-
*
|
|
291
|
-
*
|
|
292
|
-
* -
|
|
293
|
-
* -
|
|
294
|
-
* - Disabled: An initial load of data does not occur for the standard variant, and the user has to actively click the Go button.
|
|
285
|
+
* Determines whether the data in the table is automatically loaded.
|
|
286
|
+
* - Auto (default): Data is loaded automatically if a default filter value has been set in the filter bar.
|
|
287
|
+
* - Enabled: Data is loaded automatically, as defined by the standard variant
|
|
288
|
+
* - Disabled: Data is not loaded automatically. Users have to click the Go button.
|
|
295
289
|
*/
|
|
296
290
|
initialLoad?: boolean;
|
|
297
291
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/Table.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACR,WAAW,EACX,iBAAiB,EACjB,eAAe,EACf,qBAAqB,EACrB,qBAAqB,EACxB,MAAM,qCAAqC,CAAC;AAC7C,OAAO,KAAK,EAAE,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAE3D,oBAAY,aAAa;IACrB,KAAK,UAAU;IACf,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,IAAI,SAAS;CAChB;AAED,oBAAY,WAAW;IACnB,eAAe,oBAAoB;IACnC,SAAS,cAAc;CAI1B;AAED,oBAAY,eAAe;IACvB,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,IAAI,SAAS;CAChB;AAED,oBAAY,eAAe;IACvB,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,IAAI,SAAS;CAChB;AAID,MAAM,WAAW,mBAAmB;IAChC;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,uBAAuB;IACpC;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,sBAAsB;IACnC,cAAc,EAAE,MAAM,CAAC;CAC1B;
|
|
1
|
+
{"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/Table.ts"],"names":[],"mappings":"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"}
|
|
@@ -30,8 +30,7 @@ export interface ListReportConfigV4 extends PageConfig {
|
|
|
30
30
|
*/
|
|
31
31
|
defaultTemplateAnnotationPath?: string;
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
34
|
-
*
|
|
33
|
+
* Definesthe initial view mode:
|
|
35
34
|
* - primary: This property loads the app in chart-only view.
|
|
36
35
|
* - secondary: This property loads the app in table-only view.
|
|
37
36
|
* - both: This property loads the app in hybrid view.
|
|
@@ -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,SAAS,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAEjG,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,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
|
|
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,SAAS,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAEjG,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,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"}
|
|
@@ -8,10 +8,9 @@ export interface ObjectPageConfigV4 extends PageConfig {
|
|
|
8
8
|
header?: ObjectPageHeader;
|
|
9
9
|
layout?: ObjectPageLayout;
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
* -
|
|
14
|
-
* - Control: Individual personalization for each control is possible.
|
|
11
|
+
* Determines whether variant management is enabled for tables:
|
|
12
|
+
* - None (default): Variant management is disabled.
|
|
13
|
+
* - Control: Variant management can be enabled individually for each control using personalization.
|
|
15
14
|
*/
|
|
16
15
|
variantManagement?: VariantManagementTypeObjectPage;
|
|
17
16
|
sections?: GenericSections | CustomSections;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObjectPageConfigV4.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v4/pages/ObjectPageConfigV4.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EACR,gBAAgB,EAChB,gBAAgB,EAChB,eAAe,EACf,cAAc,EACd,gBAAgB,EACnB,MAAM,aAAa,CAAC;AAErB,oBAAY,+BAA+B;IACvC,IAAI,SAAS;IACb,OAAO,YAAY;CACtB;AAID,MAAM,WAAW,kBAAmB,SAAQ,UAAU;IAClD,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B
|
|
1
|
+
{"version":3,"file":"ObjectPageConfigV4.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v4/pages/ObjectPageConfigV4.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EACR,gBAAgB,EAChB,gBAAgB,EAChB,eAAe,EACf,cAAc,EACd,gBAAgB,EACnB,MAAM,aAAa,CAAC;AAErB,oBAAY,+BAA+B;IACvC,IAAI,SAAS;IACb,OAAO,YAAY;CACtB;AAID,MAAM,WAAW,kBAAmB,SAAQ,UAAU;IAClD,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,+BAA+B,CAAC;IAEpD,QAAQ,CAAC,EAAE,eAAe,GAAG,cAAc,CAAC;IAE5C,MAAM,CAAC,EAAE,gBAAgB,CAAC;CAC7B"}
|
|
@@ -118,7 +118,7 @@ export interface ObjectPageTableColumn {
|
|
|
118
118
|
*/
|
|
119
119
|
export interface TableColumnAction extends TableColumn {
|
|
120
120
|
/**
|
|
121
|
-
* Settings that
|
|
121
|
+
* Settings that control the behavior after creating a new entry.
|
|
122
122
|
*/
|
|
123
123
|
afterExecution?: ActionAfterExecutionConfiguration;
|
|
124
124
|
}
|
|
@@ -128,7 +128,7 @@ export interface TableColumnAction extends TableColumn {
|
|
|
128
128
|
*/
|
|
129
129
|
export interface ViewTableColumnAction extends ViewTableColumn {
|
|
130
130
|
/**
|
|
131
|
-
* Settings that
|
|
131
|
+
* Settings that control the behavior after creating a new entry.
|
|
132
132
|
*/
|
|
133
133
|
afterExecution?: ActionAfterExecutionConfiguration;
|
|
134
134
|
}
|
|
@@ -166,7 +166,7 @@ export interface TableCustomColumn {
|
|
|
166
166
|
*/
|
|
167
167
|
width?: string;
|
|
168
168
|
/**
|
|
169
|
-
*
|
|
169
|
+
* Defines a target fragment.
|
|
170
170
|
* @artifactType Manifest
|
|
171
171
|
*/
|
|
172
172
|
template: string;
|
|
@@ -184,7 +184,8 @@ export interface TableCustomColumn {
|
|
|
184
184
|
*/
|
|
185
185
|
availability?: Availability;
|
|
186
186
|
/**
|
|
187
|
-
* If provided and sorting
|
|
187
|
+
* If provided and sorting for the table is enabled, the custom column header can be clicked.
|
|
188
|
+
* Once clicked, a list of properties that can be sorted by are displayed.
|
|
188
189
|
* @artifactType Manifest
|
|
189
190
|
*/
|
|
190
191
|
properties?: ColumnPropertiesType;
|
|
@@ -195,12 +196,12 @@ export interface TableCustomColumn {
|
|
|
195
196
|
*/
|
|
196
197
|
export interface ViewTableCustomColumn {
|
|
197
198
|
/**
|
|
198
|
-
*
|
|
199
|
+
* Defines the position of the column relative to other columns.
|
|
199
200
|
* @artifactType Manifest
|
|
200
201
|
*/
|
|
201
202
|
position?: ViewPosition;
|
|
202
203
|
/**
|
|
203
|
-
* The header
|
|
204
|
+
* The header appears in the table as a header, as well as in the add and remove dialogs.
|
|
204
205
|
* @i18nClassification COL: Custom column header text
|
|
205
206
|
* @artifactType Manifest
|
|
206
207
|
*/
|
|
@@ -212,7 +213,7 @@ export interface ViewTableCustomColumn {
|
|
|
212
213
|
*/
|
|
213
214
|
width?: string;
|
|
214
215
|
/**
|
|
215
|
-
*
|
|
216
|
+
* Defines a target fragment.
|
|
216
217
|
* @artifactType Manifest
|
|
217
218
|
*/
|
|
218
219
|
template: string;
|
|
@@ -230,7 +231,8 @@ export interface ViewTableCustomColumn {
|
|
|
230
231
|
*/
|
|
231
232
|
availability?: Availability;
|
|
232
233
|
/**
|
|
233
|
-
* If provided and sorting
|
|
234
|
+
* If provided and sorting for the table is enabled, the custom column header can be clicked.
|
|
235
|
+
* Once clicked, a list of properties that can be sorted by are displayed.
|
|
234
236
|
* @artifactType Manifest
|
|
235
237
|
*/
|
|
236
238
|
properties?: ColumnPropertiesType;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ManifestSettings.d.ts","sourceRoot":"","sources":["../../../../../../../types/src/v4/webapp/manifest/ManifestSettings.ts"],"names":[],"mappings":"AACA,oBAAY,SAAS;IACjB,KAAK,UAAU;IACf,MAAM,WAAW;CACpB;AAED,MAAM,WAAW,QAAQ;IACrB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,SAAS,EAAE,SAAS,CAAC;CACxB;AAED,MAAM,WAAW,YAAY;IACzB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,SAAS,EAAE,SAAS,CAAC;CACxB;AAED,MAAM,MAAM,YAAY,GAAG;IACvB;;OAEG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAC;CACvB,CAAC;AAEF,MAAM,WAAW,iCAAiC;IAC9C;;OAEG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAED,MAAM,WAAW,mCAAmC;IAChD;;OAEG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAED,oBAAY,YAAY;IACpB,SAAS,YAAY;IACrB,YAAY,eAAe;IAC3B,QAAQ,WAAW;CACtB;AAED,oBAAY,eAAe;IACvB,OAAO,UAAU;IACjB,QAAQ,WAAW;IACnB,KAAK,QAAQ;CAChB;AAED;;;GAGG;AACH,MAAM,WAAW,WAAW;IACxB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;;OAKG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;CAC/B;AAED;;;GAGG;AACH,MAAM,WAAW,eAAe;IAC5B;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;;OAKG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;CAC/B;AAED;;;GAGG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;;OAKG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;CAC/B;AAED;;;GAGG;AACH,MAAM,WAAW,iBAAkB,SAAQ,WAAW;IAClD;;OAEG;IACH,cAAc,CAAC,EAAE,iCAAiC,CAAC;CACtD;AAED;;;GAGG;AACH,MAAM,WAAW,qBAAsB,SAAQ,eAAe;IAC1D;;OAEG;IACH,cAAc,CAAC,EAAE,iCAAiC,CAAC;CACtD;AAED,MAAM,MAAM,oBAAoB,GAAG,MAAM,EAAE,CAAC;AAE5C;;;GAGG;AACH,MAAM,WAAW,2BAA4B,SAAQ,WAAW;IAC5D;;OAEG;IACH,cAAc,CAAC,EAAE,mCAAmC,CAAC;CACxD;AAED;;;GAGG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;OAGG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC;;;;;;OAMG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B
|
|
1
|
+
{"version":3,"file":"ManifestSettings.d.ts","sourceRoot":"","sources":["../../../../../../../types/src/v4/webapp/manifest/ManifestSettings.ts"],"names":[],"mappings":"AACA,oBAAY,SAAS;IACjB,KAAK,UAAU;IACf,MAAM,WAAW;CACpB;AAED,MAAM,WAAW,QAAQ;IACrB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,SAAS,EAAE,SAAS,CAAC;CACxB;AAED,MAAM,WAAW,YAAY;IACzB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,SAAS,EAAE,SAAS,CAAC;CACxB;AAED,MAAM,MAAM,YAAY,GAAG;IACvB;;OAEG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAC;CACvB,CAAC;AAEF,MAAM,WAAW,iCAAiC;IAC9C;;OAEG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAED,MAAM,WAAW,mCAAmC;IAChD;;OAEG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAED,oBAAY,YAAY;IACpB,SAAS,YAAY;IACrB,YAAY,eAAe;IAC3B,QAAQ,WAAW;CACtB;AAED,oBAAY,eAAe;IACvB,OAAO,UAAU;IACjB,QAAQ,WAAW;IACnB,KAAK,QAAQ;CAChB;AAED;;;GAGG;AACH,MAAM,WAAW,WAAW;IACxB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;;OAKG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;CAC/B;AAED;;;GAGG;AACH,MAAM,WAAW,eAAe;IAC5B;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;;OAKG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;CAC/B;AAED;;;GAGG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;;OAKG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;CAC/B;AAED;;;GAGG;AACH,MAAM,WAAW,iBAAkB,SAAQ,WAAW;IAClD;;OAEG;IACH,cAAc,CAAC,EAAE,iCAAiC,CAAC;CACtD;AAED;;;GAGG;AACH,MAAM,WAAW,qBAAsB,SAAQ,eAAe;IAC1D;;OAEG;IACH,cAAc,CAAC,EAAE,iCAAiC,CAAC;CACtD;AAED,MAAM,MAAM,oBAAoB,GAAG,MAAM,EAAE,CAAC;AAE5C;;;GAGG;AACH,MAAM,WAAW,2BAA4B,SAAQ,WAAW;IAC5D;;OAEG;IACH,cAAc,CAAC,EAAE,mCAAmC,CAAC;CACxD;AAED;;;GAGG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;OAGG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC;;;;;;OAMG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,oBAAoB,CAAC;CACrC;AAED;;;GAGG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;OAGG;IACH,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC;;;;;;OAMG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,oBAAoB,CAAC;CACrC"}
|
|
@@ -3,7 +3,7 @@ import type { SapUiGenericAppPageSettings } from '../../../common/page';
|
|
|
3
3
|
import type { FlexibleColumnLayout } from '../../../common';
|
|
4
4
|
export interface FlexibleColumnLayoutV4 extends FlexibleColumnLayout {
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* Determines whether the Flexible Column Layout is limited to two columns. If set to true, the third level will be displayed in full screen mode rather than a third column.
|
|
7
7
|
*/
|
|
8
8
|
limitFCLToTwoColumns?: boolean;
|
|
9
9
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/ux-specification",
|
|
3
|
-
"version": "1.84.
|
|
3
|
+
"version": "1.84.101",
|
|
4
4
|
"displayName": "SAP Fiori tools - Specification",
|
|
5
5
|
"description": "SAP Fiori tools - Specification",
|
|
6
6
|
"files": [
|
|
@@ -55,10 +55,10 @@
|
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@sap-ux/annotation-converter": "0.9.5",
|
|
57
57
|
"@sap-ux/edmx-parser": "0.8.1",
|
|
58
|
-
"@sap/ux-specification-types": "1.84.
|
|
58
|
+
"@sap/ux-specification-types": "1.84.101",
|
|
59
59
|
"@sapui5/ts-types": "latest-1.84",
|
|
60
60
|
"@types/d3": "7.4.3",
|
|
61
|
-
"@types/jquery": "3.5.
|
|
61
|
+
"@types/jquery": "3.5.32",
|
|
62
62
|
"@ui5/flexibility-utils": "0.1.3",
|
|
63
63
|
"@xml-tools/ast": "5.0.5",
|
|
64
64
|
"@xml-tools/parser": "1.0.11",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"deepmerge": "4.3.1",
|
|
69
69
|
"ejs": "3.1.10",
|
|
70
70
|
"excel4node": "1.8.2",
|
|
71
|
-
"i18next": "23.
|
|
71
|
+
"i18next": "23.16.4",
|
|
72
72
|
"jquery": "3.7.1",
|
|
73
73
|
"jsdom": "25.0.1",
|
|
74
74
|
"lodash.unset": "4.5.2",
|