@sap/ux-specification 1.71.120 → 1.71.121
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 +25 -35
- 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/index-min.js +30 -30
- package/dist/index-min.js.map +3 -3
- package/dist/schemas/v2/AnalyticalListPageConfig.json +61 -61
- package/dist/schemas/v2/ListReportConfig.json +56 -55
- package/dist/schemas/v2/ObjectPageConfig.json +55 -55
- package/dist/schemas/v2/OverviewPageConfig.json +64 -64
- package/dist/specification/package.json +4 -4
- package/dist/specification/src/sync/common/generate/utils.js +1 -1
- package/dist/specification/src/sync/common/generate/utils.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/export.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/export.js +6 -1
- package/dist/specification/src/sync/v2/export/export.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 +38 -23
- 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 +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
- 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/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 +35 -34
- 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 +10 -8
- package/dist/types/src/v2/controls/FilterBar.d.ts.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 +12 -11
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Table.d.ts +42 -38
- 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/pages/ObjectPageConfigV2.d.ts +1 -1
- package/dist/types/src/v2/pages/OverviewPageConfigV2.d.ts +5 -5
- package/package.json +4 -4
|
@@ -6,7 +6,7 @@ import type { ViewTypes, SAPUI5_FRAGMENT_CLASS, SAPUI5_VIEW_CLASS } from '../../
|
|
|
6
6
|
*/
|
|
7
7
|
export interface ObjectPageSectionV2 {
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Defines if this section should be visible.
|
|
10
10
|
*/
|
|
11
11
|
visible?: boolean;
|
|
12
12
|
}
|
|
@@ -87,7 +87,7 @@ export interface ObjectPageCustomSectionBase {
|
|
|
87
87
|
relatedFacet: string;
|
|
88
88
|
relativePosition: SectionPosition;
|
|
89
89
|
/**
|
|
90
|
-
* The label of the custom section, preferably as an i18n key
|
|
90
|
+
* The label of the custom section, preferably as an i18n key.
|
|
91
91
|
* @i18nClassification TIT: Custom section title
|
|
92
92
|
*/
|
|
93
93
|
title: string;
|
|
@@ -7,7 +7,7 @@ export interface QuickVariantSelectionOP extends QuickVariantSelection {
|
|
|
7
7
|
*/
|
|
8
8
|
showCounts?: boolean;
|
|
9
9
|
/**
|
|
10
|
-
* The variants section contains a set of entries that point to
|
|
10
|
+
* The variants section contains a set of entries that point to a SelectionVariant or a SelectionPresentationVariant annotation.
|
|
11
11
|
*/
|
|
12
12
|
variants: {
|
|
13
13
|
[key: number]: QuickVariant;
|
|
@@ -36,7 +36,8 @@ export interface CommonTableSettingsForSections<COLS = GenericColumns> extends O
|
|
|
36
36
|
*/
|
|
37
37
|
createMode?: CreateMode;
|
|
38
38
|
/**
|
|
39
|
-
*
|
|
39
|
+
* When new data is loaded, the number of lines is restricted to the specified limit. The default value is 200.
|
|
40
|
+
* If selectAll is true, the selection limit is not evaluated.
|
|
40
41
|
*/
|
|
41
42
|
selectionLimit?: number;
|
|
42
43
|
/**
|
|
@@ -56,7 +57,7 @@ export interface CommonTableSettingsForSections<COLS = GenericColumns> extends O
|
|
|
56
57
|
*/
|
|
57
58
|
editable?: boolean;
|
|
58
59
|
/**
|
|
59
|
-
* With quickVariantSelection you can
|
|
60
|
+
* With quickVariantSelection, you can activate the multiple view feature. This feature links to variants that you have added to your annotations.
|
|
60
61
|
*/
|
|
61
62
|
quickVariantSelection?: QuickVariantSelectionOP;
|
|
62
63
|
/**
|
|
@@ -73,19 +74,19 @@ export interface CommonTableSettingsForSections<COLS = GenericColumns> extends O
|
|
|
73
74
|
*/
|
|
74
75
|
export interface ObjectPageResponsiveTable extends CommonTableSettingsForSections {
|
|
75
76
|
/**
|
|
76
|
-
*
|
|
77
|
+
* Specifies the type of table.
|
|
77
78
|
*/
|
|
78
79
|
type?: TableTypeV2.ResponsiveTable;
|
|
79
80
|
/**
|
|
80
|
-
* Set
|
|
81
|
+
* Set this property to true if you want items to be selectable when clicked rather than after the selection control has been set.
|
|
81
82
|
*/
|
|
82
83
|
includeItemInSelection?: boolean;
|
|
83
84
|
/**
|
|
84
|
-
*
|
|
85
|
+
* Defines the layout the table pop-in rows are rendered in.
|
|
85
86
|
*/
|
|
86
87
|
popinLayout?: PopinLayout;
|
|
87
88
|
/**
|
|
88
|
-
*
|
|
89
|
+
* Defines the number of items to be requested from the model for each grow. This property can only be used if the growing property is set to true.
|
|
89
90
|
*/
|
|
90
91
|
growingThreshold?: number;
|
|
91
92
|
}
|
|
@@ -96,7 +97,7 @@ export interface ObjectPageResponsiveTable extends CommonTableSettingsForSection
|
|
|
96
97
|
*/
|
|
97
98
|
export interface ObjectPageAnalyticalTable extends CommonTableSettingsForSections {
|
|
98
99
|
/**
|
|
99
|
-
*
|
|
100
|
+
* Specifies the type of table.
|
|
100
101
|
*/
|
|
101
102
|
type?: TableTypeV2.AnalyticalTable;
|
|
102
103
|
/**
|
|
@@ -111,7 +112,7 @@ export interface ObjectPageAnalyticalTable extends CommonTableSettingsForSection
|
|
|
111
112
|
*/
|
|
112
113
|
export interface ObjectPageGridTable extends CommonTableSettingsForSections {
|
|
113
114
|
/**
|
|
114
|
-
*
|
|
115
|
+
* Specifies the type of table.
|
|
115
116
|
*/
|
|
116
117
|
type?: TableTypeV2.GridTable;
|
|
117
118
|
/**
|
|
@@ -126,7 +127,7 @@ export interface ObjectPageGridTable extends CommonTableSettingsForSections {
|
|
|
126
127
|
*/
|
|
127
128
|
export interface ObjectPageTreeTable extends CommonTableSettingsForSections {
|
|
128
129
|
/**
|
|
129
|
-
*
|
|
130
|
+
* Specifies the type of table.
|
|
130
131
|
*/
|
|
131
132
|
type?: TableTypeV2.TreeTable;
|
|
132
133
|
/**
|
|
@@ -140,7 +141,7 @@ export interface GlobalTableSettings extends ObjectPageCommonTableSettings {
|
|
|
140
141
|
*/
|
|
141
142
|
type?: TableTypeV2;
|
|
142
143
|
/**
|
|
143
|
-
* Single selection in tables is enabled by default.
|
|
144
|
+
* Single selection in tables is enabled by default. You can enable multi-select by setting this property to true.
|
|
144
145
|
*/
|
|
145
146
|
multiSelect?: boolean;
|
|
146
147
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObjectPageTable.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v2/controls/ObjectPageTable.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,WAAW,EAAE,YAAY,EAAE,WAAW,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAC7G,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAI/C,MAAM,WAAW,uBAAwB,SAAQ,qBAAqB;IAClE;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,QAAQ,EAAE;QACN,CAAC,GAAG,EAAE,MAAM,GAAG,YAAY,CAAC;KAC/B,CAAC;CACL;AAED,oBAAY,UAAU;IAClB,MAAM,WAAW;CACpB;AAGD,MAAM,WAAW,6BAA6B;IAC1C;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACvB;AAGD,MAAM,WAAW,8BAA8B,CAAC,IAAI,GAAG,cAAc,CAAE,SAAQ,6BAA6B;IACxG;;;;;;OAMG;IACH,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB
|
|
1
|
+
{"version":3,"file":"ObjectPageTable.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v2/controls/ObjectPageTable.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,WAAW,EAAE,YAAY,EAAE,WAAW,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAC7G,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAI/C,MAAM,WAAW,uBAAwB,SAAQ,qBAAqB;IAClE;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,QAAQ,EAAE;QACN,CAAC,GAAG,EAAE,MAAM,GAAG,YAAY,CAAC;KAC/B,CAAC;CACL;AAED,oBAAY,UAAU;IAClB,MAAM,WAAW;CACpB;AAGD,MAAM,WAAW,6BAA6B;IAC1C;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACvB;AAGD,MAAM,WAAW,8BAA8B,CAAC,IAAI,GAAG,cAAc,CAAE,SAAQ,6BAA6B;IACxG;;;;;;OAMG;IACH,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,8BAA8B,CAAC,EAAE,OAAO,CAAC;IACzC;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;OAEG;IACH,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,qBAAqB,CAAC,EAAE,uBAAuB,CAAC;IAChD;;OAEG;IACH,OAAO,CAAC,EAAE,iBAAiB,CAAC;IAC5B;;OAEG;IACH,OAAO,CAAC,EAAE,IAAI,CAAC;CAClB;AAGD;;GAEG;AACH,MAAM,WAAW,yBAA0B,SAAQ,8BAA8B;IAC7E;;OAEG;IACH,IAAI,CAAC,EAAE,WAAW,CAAC,eAAe,CAAC;IACnC;;OAEG;IACH,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC;;OAEG;IACH,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED;;;;GAIG;AACH,MAAM,WAAW,yBAA0B,SAAQ,8BAA8B;IAC7E;;OAEG;IACH,IAAI,CAAC,EAAE,WAAW,CAAC,eAAe,CAAC;IACnC;;OAEG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAClC;AAED;;;;GAIG;AACH,MAAM,WAAW,mBAAoB,SAAQ,8BAA8B;IACvE;;OAEG;IACH,IAAI,CAAC,EAAE,WAAW,CAAC,SAAS,CAAC;IAC7B;;OAEG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAClC;AAED;;;;GAIG;AACH,MAAM,WAAW,mBAAoB,SAAQ,8BAA8B;IACvE;;OAEG;IACH,IAAI,CAAC,EAAE,WAAW,CAAC,SAAS,CAAC;IAC7B;;OAEG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAClC;AAED,MAAM,WAAW,mBAAoB,SAAQ,6BAA6B;IACtE;;OAEG;IACH,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAClC"}
|
|
@@ -16,11 +16,11 @@ export declare enum HAlign {
|
|
|
16
16
|
*/
|
|
17
17
|
export interface TableColumn {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Defines the width of the column.
|
|
20
20
|
*/
|
|
21
21
|
width?: string;
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* Defines the horizontal alignment of the column content.
|
|
24
24
|
*/
|
|
25
25
|
hAlign?: HAlign;
|
|
26
26
|
}
|
|
@@ -36,7 +36,7 @@ export interface TableColumnAction extends Action, TableColumn {
|
|
|
36
36
|
*/
|
|
37
37
|
export interface TableCustomColumn {
|
|
38
38
|
/**
|
|
39
|
-
*
|
|
39
|
+
* If the fragment needs to be reused for multiple tabs, the id property must be set to make the IDs unique.
|
|
40
40
|
* @artifactType Fragment
|
|
41
41
|
*/
|
|
42
42
|
id?: string;
|
|
@@ -47,7 +47,7 @@ export interface TableCustomColumn {
|
|
|
47
47
|
*/
|
|
48
48
|
text?: string;
|
|
49
49
|
/**
|
|
50
|
-
* The column key
|
|
50
|
+
* The column key.
|
|
51
51
|
* @artifactType Fragment
|
|
52
52
|
*/
|
|
53
53
|
columnKey: string;
|
|
@@ -64,7 +64,7 @@ export interface TableCustomColumn {
|
|
|
64
64
|
*/
|
|
65
65
|
leadingProperty?: string;
|
|
66
66
|
/**
|
|
67
|
-
* The UI5 control used for your extension
|
|
67
|
+
* The UI5 control used for your extension.
|
|
68
68
|
* @artifactType Manifest
|
|
69
69
|
*/
|
|
70
70
|
className: typeof SAPUI5_FRAGMENT_CLASS;
|
|
@@ -122,7 +122,7 @@ export declare enum PopinLayout {
|
|
|
122
122
|
}
|
|
123
123
|
export interface QuickVariant {
|
|
124
124
|
/**
|
|
125
|
-
*
|
|
125
|
+
* The key property is mandatory. It is used for initializing the corresponding SegmentedButton item.
|
|
126
126
|
*/
|
|
127
127
|
key: string;
|
|
128
128
|
/**
|
|
@@ -132,7 +132,7 @@ export interface QuickVariant {
|
|
|
132
132
|
}
|
|
133
133
|
export interface QuickVariantX extends QuickVariant {
|
|
134
134
|
/**
|
|
135
|
-
* Represents the entity set that
|
|
135
|
+
* Represents the entity set that is displayed in this variant.
|
|
136
136
|
*/
|
|
137
137
|
entitySet: string;
|
|
138
138
|
/**
|
|
@@ -146,7 +146,7 @@ export interface QuickVariantSelection {
|
|
|
146
146
|
*/
|
|
147
147
|
showCounts?: boolean;
|
|
148
148
|
/**
|
|
149
|
-
* The variants section contains a set of entries that point to
|
|
149
|
+
* The variants section contains a set of entries that point to a SelectionVariant or SelectionPresentationVariant annotation.
|
|
150
150
|
*/
|
|
151
151
|
variants: {
|
|
152
152
|
[key: string]: QuickVariant;
|
|
@@ -158,7 +158,7 @@ export interface QuickVariantSelectionX extends QuickVariantSelection {
|
|
|
158
158
|
*/
|
|
159
159
|
enableAutoBinding?: boolean;
|
|
160
160
|
/**
|
|
161
|
-
* The variants section contains a set of entries that point to
|
|
161
|
+
* The variants section contains a set of entries that point to a SelectionVariant or SelectionPresentationVariant annotation.
|
|
162
162
|
*/
|
|
163
163
|
variants: {
|
|
164
164
|
[key: string]: QuickVariantX;
|
|
@@ -166,7 +166,8 @@ export interface QuickVariantSelectionX extends QuickVariantSelection {
|
|
|
166
166
|
}
|
|
167
167
|
export interface CreateWithFilters {
|
|
168
168
|
/**
|
|
169
|
-
* For the
|
|
169
|
+
* For the create action to use the filter settings as input, set this property to extension and implement the extension function as mentioned in help.sap.com for SAP S/4HANA, section "Prefilling Fields When Creating a New Entity Using an Extension Point".
|
|
170
|
+
* @descriptionSrcURL https://ui5.sap.com/sdk#/topic/189e2d8a59f04a2693a4fde7f4a91a65
|
|
170
171
|
*/
|
|
171
172
|
strategy: Strategy;
|
|
172
173
|
}
|
|
@@ -188,11 +189,12 @@ export interface CommonTableSettings<COLS = GenericColumns> {
|
|
|
188
189
|
*/
|
|
189
190
|
multiSelect?: boolean;
|
|
190
191
|
/**
|
|
191
|
-
* The
|
|
192
|
+
* The Select All button is disabled by default. To enable it, set this property to true.
|
|
192
193
|
*/
|
|
193
194
|
selectAll?: boolean;
|
|
194
195
|
/**
|
|
195
|
-
*
|
|
196
|
+
* When new data is loaded, the number of lines is restricted to the specified limit. The default value is 200.
|
|
197
|
+
* If selectAll is true, the selection limit is not evaluated.
|
|
196
198
|
*/
|
|
197
199
|
selectionLimit?: number;
|
|
198
200
|
/**
|
|
@@ -209,11 +211,12 @@ export interface CommonTableSettings<COLS = GenericColumns> {
|
|
|
209
211
|
exportType?: ExportType;
|
|
210
212
|
/**
|
|
211
213
|
/**
|
|
212
|
-
* With quickVariantSelection you can switch
|
|
214
|
+
* With quickVariantSelection, you can switch to multiple views (single table mode).
|
|
215
|
+
* Each view links to a variant you have added to your annotations.
|
|
213
216
|
*/
|
|
214
217
|
quickVariantSelection?: QuickVariantSelection;
|
|
215
218
|
/**
|
|
216
|
-
*
|
|
219
|
+
* Switches to multiple views (multi-table mode), based on variants you have defined as annotations.
|
|
217
220
|
*/
|
|
218
221
|
quickVariantSelectionX?: QuickVariantSelectionX;
|
|
219
222
|
/**
|
|
@@ -221,7 +224,7 @@ export interface CommonTableSettings<COLS = GenericColumns> {
|
|
|
221
224
|
*/
|
|
222
225
|
enableAutoBinding?: boolean;
|
|
223
226
|
/**
|
|
224
|
-
*
|
|
227
|
+
* Sets a condensed table layout for analytical tables, grid tables, and tree tables.
|
|
225
228
|
*/
|
|
226
229
|
condensedTableLayout?: boolean;
|
|
227
230
|
/**
|
|
@@ -244,19 +247,19 @@ export interface CommonTableSettings<COLS = GenericColumns> {
|
|
|
244
247
|
*/
|
|
245
248
|
export interface ResponsiveTable extends CommonTableSettings {
|
|
246
249
|
/**
|
|
247
|
-
*
|
|
250
|
+
* Specifies the type of table.
|
|
248
251
|
*/
|
|
249
252
|
type?: TableTypeV2.ResponsiveTable;
|
|
250
253
|
/**
|
|
251
|
-
* Set
|
|
254
|
+
* Set this property to true if you want items to be selectable when they are clicked rather than after the selection control has been set.
|
|
252
255
|
*/
|
|
253
256
|
includeItemInSelection?: boolean;
|
|
254
257
|
/**
|
|
255
|
-
*
|
|
258
|
+
* Defines the layout the table pop-in rows are rendered in.
|
|
256
259
|
*/
|
|
257
260
|
popinLayout?: PopinLayout;
|
|
258
261
|
/**
|
|
259
|
-
*
|
|
262
|
+
* Adds a new create action that uses the filter settings as input.
|
|
260
263
|
*/
|
|
261
264
|
createWithFilters?: CreateWithFilters;
|
|
262
265
|
/**
|
|
@@ -264,7 +267,7 @@ export interface ResponsiveTable extends CommonTableSettings {
|
|
|
264
267
|
*/
|
|
265
268
|
showDraftToggle?: boolean;
|
|
266
269
|
/**
|
|
267
|
-
*
|
|
270
|
+
* Defines the number of items to be requested from the model for each grow. This property can only be used if the growing property is set to true.
|
|
268
271
|
*/
|
|
269
272
|
growingThreshold?: number;
|
|
270
273
|
}
|
|
@@ -275,7 +278,7 @@ export interface ResponsiveTable extends CommonTableSettings {
|
|
|
275
278
|
*/
|
|
276
279
|
export interface TreeTable extends CommonTableSettings {
|
|
277
280
|
/**
|
|
278
|
-
*
|
|
281
|
+
* Specifies the type of table.
|
|
279
282
|
*/
|
|
280
283
|
type?: TableTypeV2.TreeTable;
|
|
281
284
|
/**
|
|
@@ -290,28 +293,28 @@ export interface TreeTable extends CommonTableSettings {
|
|
|
290
293
|
*/
|
|
291
294
|
export interface AnalyticalTable extends CommonTableSettings {
|
|
292
295
|
/**
|
|
293
|
-
*
|
|
296
|
+
* Specifies the type of table.
|
|
294
297
|
*/
|
|
295
298
|
type?: TableTypeV2.AnalyticalTable;
|
|
296
299
|
/**
|
|
297
|
-
* Represents the
|
|
300
|
+
* Represents the qualifier of an annotation. ALP looks for a SelectionPresentationVariant with this qualifier. If it's not found, it looks for a PresentationVariant with this qualifier instead.
|
|
298
301
|
*/
|
|
299
302
|
qualifier?: string;
|
|
300
303
|
/**
|
|
301
|
-
* Determines the visualization of content area
|
|
304
|
+
* Determines the visualization of the content area.
|
|
302
305
|
*/
|
|
303
306
|
defaultContentView?: DefaultContentView;
|
|
304
307
|
/**
|
|
305
|
-
* Determines the filter mode that is used
|
|
308
|
+
* Determines the filter mode that is used.
|
|
306
309
|
*/
|
|
307
310
|
defaultFilterMode?: DefaultFilterMode;
|
|
308
311
|
/**
|
|
309
|
-
* Lets you define title for the content area
|
|
312
|
+
* Lets you define a title for the content area.
|
|
310
313
|
* @i18nClassification TIT: Title for the content area
|
|
311
314
|
*/
|
|
312
315
|
contentTitle?: string;
|
|
313
316
|
/**
|
|
314
|
-
*
|
|
317
|
+
* Adds a create action that uses the filter settings as input.
|
|
315
318
|
*/
|
|
316
319
|
createWithFilters?: CreateWithFilters;
|
|
317
320
|
/**
|
|
@@ -326,24 +329,25 @@ export interface AnalyticalTable extends CommonTableSettings {
|
|
|
326
329
|
*/
|
|
327
330
|
export interface TableALPCommonSettings extends CommonTableSettings {
|
|
328
331
|
/**
|
|
329
|
-
* Represents the
|
|
332
|
+
* Represents the qualifier of an annotation. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier.
|
|
330
333
|
*/
|
|
331
334
|
qualifier?: string;
|
|
332
335
|
/**
|
|
333
|
-
* Determines the visualization of content area
|
|
336
|
+
* Determines the visualization of content area.
|
|
334
337
|
*/
|
|
335
338
|
defaultContentView?: DefaultContentView;
|
|
336
339
|
/**
|
|
337
|
-
* Determines the filter mode that is used
|
|
340
|
+
* Determines the filter mode that is used.
|
|
338
341
|
*/
|
|
339
342
|
defaultFilterMode?: DefaultFilterMode;
|
|
340
343
|
/**
|
|
341
|
-
* Lets you define title for the content area
|
|
344
|
+
* Lets you define a title for the content area.
|
|
342
345
|
* @i18nClassification TIT: Title for the content area
|
|
343
346
|
*/
|
|
344
347
|
contentTitle?: string;
|
|
345
348
|
/**
|
|
346
|
-
* This
|
|
349
|
+
* This property determines chart/table interaction.
|
|
350
|
+
* When set to true, the chart acts as a filter for the table. When set to false', the matching table rows are highlighted but the table isn't filtered.
|
|
347
351
|
*/
|
|
348
352
|
autoHide?: boolean;
|
|
349
353
|
}
|
|
@@ -358,7 +362,7 @@ export interface ALPResponsiveTable extends TableALPCommonSettings {
|
|
|
358
362
|
*/
|
|
359
363
|
type?: TableTypeV2.ResponsiveTable;
|
|
360
364
|
/**
|
|
361
|
-
*
|
|
365
|
+
* Defines the number of items to be requested from the model for each grow. This property can only be used if the growing property is set to true.
|
|
362
366
|
*/
|
|
363
367
|
growingThreshold?: number;
|
|
364
368
|
}
|
|
@@ -369,7 +373,7 @@ export interface ALPResponsiveTable extends TableALPCommonSettings {
|
|
|
369
373
|
*/
|
|
370
374
|
export interface ALPGridTable extends TableALPCommonSettings {
|
|
371
375
|
/**
|
|
372
|
-
*
|
|
376
|
+
* Specifies the type of table.
|
|
373
377
|
*/
|
|
374
378
|
type?: TableTypeV2.GridTable;
|
|
375
379
|
}
|
|
@@ -380,13 +384,13 @@ export interface ALPGridTable extends TableALPCommonSettings {
|
|
|
380
384
|
*/
|
|
381
385
|
export interface ALPAnalyticalTable extends TableALPCommonSettings {
|
|
382
386
|
/**
|
|
383
|
-
*
|
|
387
|
+
* Specifies the type of table.
|
|
384
388
|
*/
|
|
385
389
|
type?: TableTypeV2.AnalyticalTable;
|
|
386
390
|
}
|
|
387
391
|
export interface TableALP extends ALPResponsiveTable, ALPGridTable, ALPAnalyticalTable {
|
|
388
392
|
/**
|
|
389
|
-
*
|
|
393
|
+
* Specifies the type of table.
|
|
390
394
|
*/
|
|
391
395
|
type?: TableTypeV2.ResponsiveTable & TableTypeV2.GridTable & TableTypeV2.AnalyticalTable;
|
|
392
396
|
}
|
|
@@ -397,11 +401,11 @@ export interface TableALP extends ALPResponsiveTable, ALPGridTable, ALPAnalytica
|
|
|
397
401
|
*/
|
|
398
402
|
export interface GridTable extends CommonTableSettings {
|
|
399
403
|
/**
|
|
400
|
-
*
|
|
404
|
+
* Specifies the type of table.
|
|
401
405
|
*/
|
|
402
406
|
type?: TableTypeV2.GridTable;
|
|
403
407
|
/**
|
|
404
|
-
*
|
|
408
|
+
* Adds a create action that uses the filter settings as input.
|
|
405
409
|
*/
|
|
406
410
|
createWithFilters?: CreateWithFilters;
|
|
407
411
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v2/controls/Table.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v2/controls/Table.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Table.js","sourceRoot":"","sources":["../../../../../../types/src/v2/controls/Table.ts"],"names":[],"mappings":";;;AAKA,IAAY,MAOX;AAPD,WAAY,MAAM;IACd,6BAAmB,CAAA;IACnB,uBAAa,CAAA;IACb,2BAAiB,CAAA;IACjB,yBAAe,CAAA;IACf,yBAAe,CAAA;IACf,qBAAW,CAAA;AACf,CAAC,EAPW,MAAM,sBAAN,MAAM,QAOjB;AAoFD,IAAY,qBAEX;AAFD,WAAY,qBAAqB;IAC7B,oCAAW,CAAA;AACf,CAAC,EAFW,qBAAqB,qCAArB,qBAAqB,QAEhC;AAED,IAAY,WAKX;AALD,WAAY,WAAW;IACnB,kDAAmC,CAAA;IACnC,sCAAuB,CAAA;IACvB,kDAAmC,CAAA;IACnC,sCAAuB,CAAA;AAC3B,CAAC,EALW,WAAW,2BAAX,WAAW,QAKtB;AAED,IAAY,0BAKX;AALD,WAAY,0BAA0B;IAClC,iGAAmE,CAAA;IACnE,iGAAmE,CAAA;IACnE,qFAAuD,CAAA;IACvD,qFAAuD,CAAA;AAC3D,CAAC,EALW,0BAA0B,0CAA1B,0BAA0B,QAKrC;AAmBD,IAAY,WAIX;AAJD,WAAY,WAAW;IACnB,8BAAe,CAAA;IACf,sCAAuB,CAAA;IACvB,sCAAuB,CAAA;AAC3B,CAAC,EAJW,WAAW,2BAAX,WAAW,QAItB;
|
|
1
|
+
{"version":3,"file":"Table.js","sourceRoot":"","sources":["../../../../../../types/src/v2/controls/Table.ts"],"names":[],"mappings":";;;AAKA,IAAY,MAOX;AAPD,WAAY,MAAM;IACd,6BAAmB,CAAA;IACnB,uBAAa,CAAA;IACb,2BAAiB,CAAA;IACjB,yBAAe,CAAA;IACf,yBAAe,CAAA;IACf,qBAAW,CAAA;AACf,CAAC,EAPW,MAAM,sBAAN,MAAM,QAOjB;AAoFD,IAAY,qBAEX;AAFD,WAAY,qBAAqB;IAC7B,oCAAW,CAAA;AACf,CAAC,EAFW,qBAAqB,qCAArB,qBAAqB,QAEhC;AAED,IAAY,WAKX;AALD,WAAY,WAAW;IACnB,kDAAmC,CAAA;IACnC,sCAAuB,CAAA;IACvB,kDAAmC,CAAA;IACnC,sCAAuB,CAAA;AAC3B,CAAC,EALW,WAAW,2BAAX,WAAW,QAKtB;AAED,IAAY,0BAKX;AALD,WAAY,0BAA0B;IAClC,iGAAmE,CAAA;IACnE,iGAAmE,CAAA;IACnE,qFAAuD,CAAA;IACvD,qFAAuD,CAAA;AAC3D,CAAC,EALW,0BAA0B,0CAA1B,0BAA0B,QAKrC;AAmBD,IAAY,WAIX;AAJD,WAAY,WAAW;IACnB,8BAAe,CAAA;IACf,sCAAuB,CAAA;IACvB,sCAAuB,CAAA;AAC3B,CAAC,EAJW,WAAW,2BAAX,WAAW,QAItB;AA0DD,IAAY,QAEX;AAFD,WAAY,QAAQ;IAChB,mCAAuB,CAAA;AAC3B,CAAC,EAFW,QAAQ,wBAAR,QAAQ,QAEnB;AAED,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC1B,+CAAyB,CAAA;IACzB,qCAAe,CAAA;IACf,qCAAe,CAAA;AACnB,CAAC,EAJW,kBAAkB,kCAAlB,kBAAkB,QAI7B;AAED,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IACzB,sCAAiB,CAAA;IACjB,wCAAmB,CAAA;AACvB,CAAC,EAHW,iBAAiB,iCAAjB,iBAAiB,QAG5B"}
|
|
@@ -10,7 +10,7 @@ export interface ObjectPageConfigV2 extends PageConfig {
|
|
|
10
10
|
*/
|
|
11
11
|
hideChevronForUnauthorizedExtNav?: boolean;
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* Restricts deep linking to certain object page levels.
|
|
14
14
|
*/
|
|
15
15
|
allowDeepLinking?: boolean;
|
|
16
16
|
/**
|
|
@@ -7,12 +7,12 @@ import type { PageConfig } from '../../common';
|
|
|
7
7
|
import type { ContainerLayoutType, ChartSettingsType, CardType, DataLoadSettingsType } from '../overviewPage';
|
|
8
8
|
export interface OverviewPageConfigV2 extends PageConfig {
|
|
9
9
|
/**
|
|
10
|
-
* Represents the name of global filter
|
|
10
|
+
* Represents the name of the global OData filter model.
|
|
11
11
|
* @TJS-pattern ^[a-zA-Z0-9_\\.\\-\\|@]*$
|
|
12
12
|
*/
|
|
13
13
|
globalFilterModel?: string;
|
|
14
14
|
/**
|
|
15
|
-
* Represents the entity to use as global filter in the smart filter bar control.
|
|
15
|
+
* Represents the entity type to use as global filter in the smart filter bar control.
|
|
16
16
|
* @TJS-pattern ^[a-zA-Z0-9_\\.\\-\\|@]*$
|
|
17
17
|
*/
|
|
18
18
|
globalFilterEntityType?: string;
|
|
@@ -62,7 +62,7 @@ export interface OverviewPageConfigV2 extends PageConfig {
|
|
|
62
62
|
*/
|
|
63
63
|
refreshStrategyOnAppRestore?: RefreshStrategiesPropDef;
|
|
64
64
|
/**
|
|
65
|
-
* Flag to enable
|
|
65
|
+
* Flag to enable or disable analytical parameter support for the smart filter bar. The default value is false.
|
|
66
66
|
*/
|
|
67
67
|
considerAnalyticalParameters?: boolean;
|
|
68
68
|
/**
|
|
@@ -70,7 +70,7 @@ export interface OverviewPageConfigV2 extends PageConfig {
|
|
|
70
70
|
*/
|
|
71
71
|
refreshIntervalInMinutes?: number;
|
|
72
72
|
/**
|
|
73
|
-
* Flag to enable
|
|
73
|
+
* Flag to enable or disable semantic date range control for the smart filter bar. The default value is false.
|
|
74
74
|
*/
|
|
75
75
|
useDateRangeType?: boolean;
|
|
76
76
|
/**
|
|
@@ -78,7 +78,7 @@ export interface OverviewPageConfigV2 extends PageConfig {
|
|
|
78
78
|
*/
|
|
79
79
|
chartSettings?: ChartSettingsType;
|
|
80
80
|
/**
|
|
81
|
-
* Represents the object to define data loading behaviour for an overview page application
|
|
81
|
+
* Represents the object to define data loading behaviour for an overview page application.
|
|
82
82
|
*/
|
|
83
83
|
dataLoadSettings?: DataLoadSettingsType;
|
|
84
84
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/ux-specification",
|
|
3
|
-
"version": "1.71.
|
|
3
|
+
"version": "1.71.121",
|
|
4
4
|
"displayName": "SAP Fiori tools - Specification",
|
|
5
5
|
"description": "SAP Fiori tools - Specification",
|
|
6
6
|
"files": [
|
|
@@ -52,9 +52,9 @@
|
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@sap-ux/annotation-converter": "0.9.5",
|
|
54
54
|
"@sap-ux/edmx-parser": "0.8.1",
|
|
55
|
-
"@sap/ux-specification-types": "1.71.
|
|
55
|
+
"@sap/ux-specification-types": "1.71.121",
|
|
56
56
|
"@types/d3": "7.4.3",
|
|
57
|
-
"@types/jquery": "3.5.
|
|
57
|
+
"@types/jquery": "3.5.32",
|
|
58
58
|
"@ui5/flexibility-utils": "0.1.3",
|
|
59
59
|
"@xml-tools/ast": "5.0.5",
|
|
60
60
|
"@xml-tools/parser": "1.0.11",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"deepmerge": "4.3.1",
|
|
65
65
|
"ejs": "3.1.10",
|
|
66
66
|
"excel4node": "1.8.2",
|
|
67
|
-
"i18next": "23.
|
|
67
|
+
"i18next": "23.16.4",
|
|
68
68
|
"jquery": "3.7.1",
|
|
69
69
|
"jsdom": "25.0.1",
|
|
70
70
|
"lodash.unset": "4.5.2",
|