@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
|
@@ -16,11 +16,11 @@ export type ExportType = keyof typeof sap.ui.comp.smarttable.ExportType;
|
|
|
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
|
/**
|
|
@@ -144,7 +144,8 @@ export interface QuickVariantX extends QuickVariant {
|
|
|
144
144
|
*/
|
|
145
145
|
selectAll?: boolean;
|
|
146
146
|
/**
|
|
147
|
-
*
|
|
147
|
+
* When new data is loaded from the back-end system, the number of lines is restricted to the specified limit. The default value is 200.
|
|
148
|
+
* If selectAll is true, the selection limit is not evaluated.
|
|
148
149
|
*/
|
|
149
150
|
selectionLimit?: number;
|
|
150
151
|
/**
|
|
@@ -166,7 +167,7 @@ export interface QuickVariantSelection {
|
|
|
166
167
|
*/
|
|
167
168
|
showCounts?: boolean;
|
|
168
169
|
/**
|
|
169
|
-
* The variants section contains a set of entries that point to
|
|
170
|
+
* The variants section contains a set of entries that point to a SelectionVariant or SelectionPresentationVariant annotation.
|
|
170
171
|
*/
|
|
171
172
|
variants: {
|
|
172
173
|
[key: string]: QuickVariant;
|
|
@@ -178,7 +179,7 @@ export interface QuickVariantSelectionX extends QuickVariantSelection {
|
|
|
178
179
|
*/
|
|
179
180
|
enableAutoBinding?: boolean;
|
|
180
181
|
/**
|
|
181
|
-
* The variants section contains a set of entries that point to
|
|
182
|
+
* The variants section contains a set of entries that point to a SelectionVariant or SelectionPresentationVariant annotation.
|
|
182
183
|
*/
|
|
183
184
|
variants: {
|
|
184
185
|
[key: string]: QuickVariantX;
|
|
@@ -186,7 +187,8 @@ export interface QuickVariantSelectionX extends QuickVariantSelection {
|
|
|
186
187
|
}
|
|
187
188
|
export interface CreateWithFilters {
|
|
188
189
|
/**
|
|
189
|
-
* For the
|
|
190
|
+
* 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".
|
|
191
|
+
* @descriptionSrcURL https://ui5.sap.com/sdk#/topic/189e2d8a59f04a2693a4fde7f4a91a65
|
|
190
192
|
*/
|
|
191
193
|
strategy: Strategy;
|
|
192
194
|
}
|
|
@@ -209,8 +211,8 @@ export declare enum LoadDataOnAppLaunchSettings {
|
|
|
209
211
|
}
|
|
210
212
|
export interface DataLoadSettings {
|
|
211
213
|
/**
|
|
212
|
-
*
|
|
213
|
-
* For multi-view scenarios, you can
|
|
214
|
+
* Changes the default behavior for autoloading data.
|
|
215
|
+
* For multi-view scenarios, you can change the enableAutobinding property to False under quickVariantSelectionX instead.
|
|
214
216
|
*/
|
|
215
217
|
loadDataOnAppLaunch: LoadDataOnAppLaunchSettings;
|
|
216
218
|
}
|
|
@@ -219,15 +221,16 @@ export interface Fields4Dialog {
|
|
|
219
221
|
}
|
|
220
222
|
export interface CommonTableSettings<COLS = GenericColumns> {
|
|
221
223
|
/**
|
|
222
|
-
*
|
|
224
|
+
* Enables the creation of objects that have a maximum of eight data fields through a dialog in the list report page.
|
|
223
225
|
*/
|
|
224
226
|
createWithParameterDialog?: Fields4Dialog;
|
|
225
227
|
/**
|
|
226
|
-
* The
|
|
228
|
+
* The Select All button is disabled by default. To enable it, set this property to true.
|
|
227
229
|
*/
|
|
228
230
|
selectAll?: boolean;
|
|
229
231
|
/**
|
|
230
|
-
*
|
|
232
|
+
* When new data is loaded, the number of lines is restricted to the specified limit. The default value is 200.
|
|
233
|
+
* If selectAll is true, the selection limit is not evaluated.
|
|
231
234
|
*/
|
|
232
235
|
selectionLimit?: number;
|
|
233
236
|
/**
|
|
@@ -244,15 +247,16 @@ export interface CommonTableSettings<COLS = GenericColumns> {
|
|
|
244
247
|
exportType?: ExportType;
|
|
245
248
|
/**
|
|
246
249
|
/**
|
|
247
|
-
* With quickVariantSelection you can switch
|
|
250
|
+
* With quickVariantSelection, you can switch to multiple views (single table mode).
|
|
251
|
+
* Each view links to a variant you have added to your annotations.
|
|
248
252
|
*/
|
|
249
253
|
quickVariantSelection?: QuickVariantSelection;
|
|
250
254
|
/**
|
|
251
|
-
*
|
|
255
|
+
* Switches to multiple views (multi-table mode), based on variants you have defined as annotations.
|
|
252
256
|
*/
|
|
253
257
|
quickVariantSelectionX?: QuickVariantSelectionX;
|
|
254
258
|
/**
|
|
255
|
-
*
|
|
259
|
+
* Sets a condensed table layout for analytical tables, grid tables, and tree tables.
|
|
256
260
|
*/
|
|
257
261
|
condensedTableLayout?: boolean;
|
|
258
262
|
/**
|
|
@@ -276,19 +280,19 @@ export interface CommonTableSettings<COLS = GenericColumns> {
|
|
|
276
280
|
}
|
|
277
281
|
export interface ResponsiveTableCommonSettings extends CommonTableSettings {
|
|
278
282
|
/**
|
|
279
|
-
*
|
|
283
|
+
* Specifies the type of table.
|
|
280
284
|
*/
|
|
281
285
|
type?: TableTypeV2.ResponsiveTable;
|
|
282
286
|
/**
|
|
283
|
-
* Set
|
|
287
|
+
* 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.
|
|
284
288
|
*/
|
|
285
289
|
includeItemInSelection?: boolean;
|
|
286
290
|
/**
|
|
287
|
-
*
|
|
291
|
+
* Defines the layout the table pop-in rows are rendered in.
|
|
288
292
|
*/
|
|
289
293
|
popinLayout?: PopinLayout;
|
|
290
294
|
/**
|
|
291
|
-
*
|
|
295
|
+
* Adds a new create action that uses the filter settings as input.
|
|
292
296
|
*/
|
|
293
297
|
createWithFilters?: CreateWithFilters;
|
|
294
298
|
/**
|
|
@@ -296,7 +300,7 @@ export interface ResponsiveTableCommonSettings extends CommonTableSettings {
|
|
|
296
300
|
*/
|
|
297
301
|
showDraftToggle?: boolean;
|
|
298
302
|
/**
|
|
299
|
-
*
|
|
303
|
+
* 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.
|
|
300
304
|
*/
|
|
301
305
|
growingThreshold?: number;
|
|
302
306
|
}
|
|
@@ -318,7 +322,7 @@ export interface ResponsiveTableWithMultiSelect extends ResponsiveTableCommonSet
|
|
|
318
322
|
*/
|
|
319
323
|
export interface ResponsiveTableWithInlineDelete extends ResponsiveTableCommonSettings {
|
|
320
324
|
/**
|
|
321
|
-
* Used to enable inline deletion in a responsive table
|
|
325
|
+
* Used to enable inline deletion in a responsive table.
|
|
322
326
|
*/
|
|
323
327
|
inlineDelete?: boolean;
|
|
324
328
|
}
|
|
@@ -336,7 +340,7 @@ export interface ResponsiveTable extends ResponsiveTableCommonSettings, Responsi
|
|
|
336
340
|
*/
|
|
337
341
|
export interface TreeTable extends CommonTableSettings {
|
|
338
342
|
/**
|
|
339
|
-
*
|
|
343
|
+
* Specifies the type of table.
|
|
340
344
|
*/
|
|
341
345
|
type?: TableTypeV2.TreeTable;
|
|
342
346
|
/**
|
|
@@ -355,32 +359,32 @@ export interface TreeTable extends CommonTableSettings {
|
|
|
355
359
|
*/
|
|
356
360
|
export interface AnalyticalTable extends CommonTableSettings {
|
|
357
361
|
/**
|
|
358
|
-
*
|
|
362
|
+
* Specifies the type of table.
|
|
359
363
|
*/
|
|
360
364
|
type?: TableTypeV2.AnalyticalTable;
|
|
361
365
|
/**
|
|
362
|
-
* Represents the
|
|
366
|
+
* 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.
|
|
363
367
|
*/
|
|
364
368
|
qualifier?: string;
|
|
365
369
|
/**
|
|
366
|
-
* Determines the visualization of content area
|
|
370
|
+
* Determines the visualization of the content area.
|
|
367
371
|
*/
|
|
368
372
|
defaultContentView?: DefaultContentView;
|
|
369
373
|
/**
|
|
370
|
-
* Determines the filter mode that is used
|
|
374
|
+
* Determines the filter mode that is used.
|
|
371
375
|
*/
|
|
372
376
|
defaultFilterMode?: DefaultFilterMode;
|
|
373
377
|
/**
|
|
374
|
-
* Lets you define title for the content area
|
|
378
|
+
* Lets you define a title for the content area.
|
|
375
379
|
* @i18nClassification TIT: Title for the content area
|
|
376
380
|
*/
|
|
377
381
|
contentTitle?: string;
|
|
378
382
|
/**
|
|
379
|
-
*
|
|
383
|
+
* Determines if filter fields will be set as in parameter.
|
|
380
384
|
*/
|
|
381
385
|
allFiltersAsInParameters?: boolean;
|
|
382
386
|
/**
|
|
383
|
-
*
|
|
387
|
+
* Adds a create action that uses the filter settings as input.
|
|
384
388
|
*/
|
|
385
389
|
createWithFilters?: CreateWithFilters;
|
|
386
390
|
/**
|
|
@@ -399,28 +403,29 @@ export interface AnalyticalTable extends CommonTableSettings {
|
|
|
399
403
|
*/
|
|
400
404
|
export interface TableALPCommonSettings extends CommonTableSettings {
|
|
401
405
|
/**
|
|
402
|
-
* Represents the
|
|
406
|
+
* Represents the qualifier of an annotation. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier.
|
|
403
407
|
*/
|
|
404
408
|
qualifier?: string;
|
|
405
409
|
/**
|
|
406
|
-
* Determines the visualization of content area
|
|
410
|
+
* Determines the visualization of content area.
|
|
407
411
|
*/
|
|
408
412
|
defaultContentView?: DefaultContentView;
|
|
409
413
|
/**
|
|
410
|
-
* Determines the filter mode that is used
|
|
414
|
+
* Determines the filter mode that is used.
|
|
411
415
|
*/
|
|
412
416
|
defaultFilterMode?: DefaultFilterMode;
|
|
413
417
|
/**
|
|
414
|
-
* Lets you define title for the content area
|
|
418
|
+
* Lets you define a title for the content area.
|
|
415
419
|
* @i18nClassification TIT: Title for the content area
|
|
416
420
|
*/
|
|
417
421
|
contentTitle?: string;
|
|
418
422
|
/**
|
|
419
|
-
* This
|
|
423
|
+
* This property determines chart/table interaction.
|
|
424
|
+
* 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.
|
|
420
425
|
*/
|
|
421
426
|
autoHide?: boolean;
|
|
422
427
|
/**
|
|
423
|
-
*
|
|
428
|
+
* Determines if filter fields will be set as in parameter.
|
|
424
429
|
*/
|
|
425
430
|
allFiltersAsInParameters?: boolean;
|
|
426
431
|
/**
|
|
@@ -439,7 +444,7 @@ export interface ALPResponsiveTable extends TableALPCommonSettings {
|
|
|
439
444
|
*/
|
|
440
445
|
type?: TableTypeV2.ResponsiveTable;
|
|
441
446
|
/**
|
|
442
|
-
*
|
|
447
|
+
* 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.
|
|
443
448
|
*/
|
|
444
449
|
growingThreshold?: number;
|
|
445
450
|
}
|
|
@@ -450,7 +455,7 @@ export interface ALPResponsiveTable extends TableALPCommonSettings {
|
|
|
450
455
|
*/
|
|
451
456
|
export interface ALPGridTable extends TableALPCommonSettings {
|
|
452
457
|
/**
|
|
453
|
-
*
|
|
458
|
+
* Specifies the type of table.
|
|
454
459
|
*/
|
|
455
460
|
type?: TableTypeV2.GridTable;
|
|
456
461
|
}
|
|
@@ -461,13 +466,13 @@ export interface ALPGridTable extends TableALPCommonSettings {
|
|
|
461
466
|
*/
|
|
462
467
|
export interface ALPAnalyticalTable extends TableALPCommonSettings {
|
|
463
468
|
/**
|
|
464
|
-
*
|
|
469
|
+
* Specifies the type of table.
|
|
465
470
|
*/
|
|
466
471
|
type?: TableTypeV2.AnalyticalTable;
|
|
467
472
|
}
|
|
468
473
|
export interface TableALP extends ALPResponsiveTable, ALPGridTable, ALPAnalyticalTable {
|
|
469
474
|
/**
|
|
470
|
-
*
|
|
475
|
+
* Specifies the type of table.
|
|
471
476
|
*/
|
|
472
477
|
type?: TableTypeV2.ResponsiveTable & TableTypeV2.GridTable & TableTypeV2.AnalyticalTable;
|
|
473
478
|
}
|
|
@@ -478,11 +483,11 @@ export interface TableALP extends ALPResponsiveTable, ALPGridTable, ALPAnalytica
|
|
|
478
483
|
*/
|
|
479
484
|
export interface GridTable extends CommonTableSettings {
|
|
480
485
|
/**
|
|
481
|
-
*
|
|
486
|
+
* Specifies the type of table.
|
|
482
487
|
*/
|
|
483
488
|
type?: TableTypeV2.GridTable;
|
|
484
489
|
/**
|
|
485
|
-
*
|
|
490
|
+
* Adds a create action that uses the filter settings as input.
|
|
486
491
|
*/
|
|
487
492
|
createWithFilters?: CreateWithFilters;
|
|
488
493
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v2/controls/Table.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,qCAAqC,CAAC;AACjF,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACzC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAEvC,oBAAY,MAAM;IACd,OAAO,YAAY;IACnB,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,KAAK,UAAU;IACf,KAAK,UAAU;IACf,GAAG,QAAQ;CACd;AAED,MAAM,MAAM,UAAU,GAAG,MAAM,OAAO,GAAG,CAAC,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC,UAAU,CAAC;AAExE;;;GAGG;AACH,MAAM,WAAW,WAAW;IACxB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB;AAED;;;GAGG;AACH,MAAM,WAAW,iBAAkB,SAAQ,MAAM,EAAE,WAAW;CAAG;AAEjE;;;GAGG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;;OAKG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;OAGG;IACH,SAAS,EAAE,OAAO,qBAAqB,CAAC;IACxC;;;OAGG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;OAGG;IACH,aAAa,EAAE,0BAA0B,CAAC;CAC7C;AAED,oBAAY,qBAAqB;IAC7B,GAAG,QAAQ;CACd;AAED,oBAAY,WAAW;IACnB,eAAe,oBAAoB;IACnC,SAAS,cAAc;IACvB,eAAe,oBAAoB;IACnC,SAAS,cAAc;CAC1B;AAED,oBAAY,0BAA0B;IAClC,+BAA+B,oCAAoC;IACnE,+BAA+B,oCAAoC;IACnE,yBAAyB,8BAA8B;IACvD,yBAAyB,8BAA8B;CAC1D;AAED,MAAM,MAAM,YAAY,GAClB,WAAW,CAAC,eAAe,GAC3B,WAAW,CAAC,eAAe,GAC3B,WAAW,CAAC,SAAS,GACrB,WAAW,CAAC,SAAS,CAAC;AAC5B,MAAM,MAAM,QAAQ,GAAG,eAAe,GAAG,eAAe,GAAG,SAAS,GAAG,SAAS,CAAC;AAEjF;;;GAGG;AACH,MAAM,MAAM,kBAAkB,GAAG,KAAK,CAAC,iBAAiB,CAAC,CAAC;AAE1D,MAAM,WAAW,cAAc;IAC3B,CAAC,GAAG,EAAE,MAAM,GAAG,WAAW,GAAG,kBAAkB,GAAG,iBAAiB,CAAC;CACvE;AAED,oBAAY,WAAW;IACnB,KAAK,UAAU;IACf,SAAS,cAAc;IACvB,SAAS,cAAc;CAC1B;AAED,MAAM,WAAW,YAAY;IACzB;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,aAAc,SAAQ,YAAY;IAC/C;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB
|
|
1
|
+
{"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v2/controls/Table.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,qCAAqC,CAAC;AACjF,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACzC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAEvC,oBAAY,MAAM;IACd,OAAO,YAAY;IACnB,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,KAAK,UAAU;IACf,KAAK,UAAU;IACf,GAAG,QAAQ;CACd;AAED,MAAM,MAAM,UAAU,GAAG,MAAM,OAAO,GAAG,CAAC,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC,UAAU,CAAC;AAExE;;;GAGG;AACH,MAAM,WAAW,WAAW;IACxB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB;AAED;;;GAGG;AACH,MAAM,WAAW,iBAAkB,SAAQ,MAAM,EAAE,WAAW;CAAG;AAEjE;;;GAGG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;;OAKG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;OAGG;IACH,SAAS,EAAE,OAAO,qBAAqB,CAAC;IACxC;;;OAGG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;OAGG;IACH,aAAa,EAAE,0BAA0B,CAAC;CAC7C;AAED,oBAAY,qBAAqB;IAC7B,GAAG,QAAQ;CACd;AAED,oBAAY,WAAW;IACnB,eAAe,oBAAoB;IACnC,SAAS,cAAc;IACvB,eAAe,oBAAoB;IACnC,SAAS,cAAc;CAC1B;AAED,oBAAY,0BAA0B;IAClC,+BAA+B,oCAAoC;IACnE,+BAA+B,oCAAoC;IACnE,yBAAyB,8BAA8B;IACvD,yBAAyB,8BAA8B;CAC1D;AAED,MAAM,MAAM,YAAY,GAClB,WAAW,CAAC,eAAe,GAC3B,WAAW,CAAC,eAAe,GAC3B,WAAW,CAAC,SAAS,GACrB,WAAW,CAAC,SAAS,CAAC;AAC5B,MAAM,MAAM,QAAQ,GAAG,eAAe,GAAG,eAAe,GAAG,SAAS,GAAG,SAAS,CAAC;AAEjF;;;GAGG;AACH,MAAM,MAAM,kBAAkB,GAAG,KAAK,CAAC,iBAAiB,CAAC,CAAC;AAE1D,MAAM,WAAW,cAAc;IAC3B,CAAC,GAAG,EAAE,MAAM,GAAG,WAAW,GAAG,kBAAkB,GAAG,iBAAiB,CAAC;CACvE;AAED,oBAAY,WAAW;IACnB,KAAK,UAAU;IACf,SAAS,cAAc;IACvB,SAAS,cAAc;CAC1B;AAED,MAAM,WAAW,YAAY;IACzB;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,aAAc,SAAQ,YAAY;IAC/C;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB;;OAEG;IACH,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,MAAM,WAAW,qBAAqB;IAClC;;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,MAAM,WAAW,sBAAuB,SAAQ,qBAAqB;IACjE;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B;;OAEG;IACH,QAAQ,EAAE;QACN,CAAC,GAAG,EAAE,MAAM,GAAG,aAAa,CAAC;KAChC,CAAC;CACL;AAED,MAAM,WAAW,iBAAiB;IAC9B;;;OAGG;IACH,QAAQ,EAAE,QAAQ,CAAC;CACtB;AAED,oBAAY,QAAQ;IAChB,SAAS,cAAc;CAC1B;AAED,oBAAY,kBAAkB;IAC1B,UAAU,eAAe;IACzB,KAAK,UAAU;IACf,KAAK,UAAU;CAClB;AAED,oBAAY,iBAAiB;IACzB,MAAM,WAAW;IACjB,OAAO,YAAY;CACtB;AAED,oBAAY,2BAA2B;IACnC,MAAM,WAAW;IACjB,KAAK,UAAU;IACf,gBAAgB,qBAAqB;CACxC;AAED,MAAM,WAAW,gBAAgB;IAC7B;;;OAGG;IACH,mBAAmB,EAAE,2BAA2B,CAAC;CACpD;AAED,MAAM,WAAW,aAAa;IAC1B,MAAM,EAAE,MAAM,EAAE,CAAC;CACpB;AAED,MAAM,WAAW,mBAAmB,CAAC,IAAI,GAAG,cAAc;IACtD;;OAEG;IACH,yBAAyB,CAAC,EAAE,aAAa,CAAC;IAC1C;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,wBAAwB,CAAC,EAAE,OAAO,CAAC;IACnC;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;OAEG;IACH,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,qBAAqB,CAAC;IAC9C;;OAEG;IACH,sBAAsB,CAAC,EAAE,sBAAsB,CAAC;IAChD;;OAEG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B;;;OAGG;IACH,8BAA8B,CAAC,EAAE,OAAO,CAAC;IACzC;;OAEG;IACH,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;IACpC;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;OAGG;IACH,OAAO,CAAC,EAAE,IAAI,CAAC;CAClB;AAED,MAAM,WAAW,6BAA8B,SAAQ,mBAAmB;IACtE;;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,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC;;OAEG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED;;;;GAIG;AACH,MAAM,WAAW,8BAA+B,SAAQ,6BAA6B;IACjF;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB;AAED;;;;GAIG;AACH,MAAM,WAAW,+BAAgC,SAAQ,6BAA6B;IAClF;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED;;;;GAIG;AACH,MAAM,WAAW,eACb,SAAQ,6BAA6B,EACjC,8BAA8B,EAC9B,+BAA+B;CAAG;AAE1C;;;;GAIG;AACH,MAAM,WAAW,SAAU,SAAQ,mBAAmB;IAClD;;OAEG;IACH,IAAI,CAAC,EAAE,WAAW,CAAC,SAAS,CAAC;IAC7B;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED;;;;GAIG;AACH,MAAM,WAAW,eAAgB,SAAQ,mBAAmB;IACxD;;OAEG;IACH,IAAI,CAAC,EAAE,WAAW,CAAC,eAAe,CAAC;IACnC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;IACxC;;OAEG;IACH,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,wBAAwB,CAAC,EAAE,OAAO,CAAC;IAEnC;;OAEG;IACH,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED;;;;GAIG;AACH,MAAM,WAAW,sBAAuB,SAAQ,mBAAmB;IAC/D;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;IACxC;;OAEG;IACH,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,wBAAwB,CAAC,EAAE,OAAO,CAAC;IACnC;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB;AAED;;;;GAIG;AACH,MAAM,WAAW,kBAAmB,SAAQ,sBAAsB;IAC9D;;OAEG;IACH,IAAI,CAAC,EAAE,WAAW,CAAC,eAAe,CAAC;IACnC;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED;;;;GAIG;AACH,MAAM,WAAW,YAAa,SAAQ,sBAAsB;IACxD;;OAEG;IACH,IAAI,CAAC,EAAE,WAAW,CAAC,SAAS,CAAC;CAChC;AAED;;;;GAIG;AACH,MAAM,WAAW,kBAAmB,SAAQ,sBAAsB;IAC9D;;OAEG;IACH,IAAI,CAAC,EAAE,WAAW,CAAC,eAAe,CAAC;CACtC;AAED,MAAM,WAAW,QAAS,SAAQ,kBAAkB,EAAE,YAAY,EAAE,kBAAkB;IAClF;;OAEG;IACH,IAAI,CAAC,EAAE,WAAW,CAAC,eAAe,GAAG,WAAW,CAAC,SAAS,GAAG,WAAW,CAAC,eAAe,CAAC;CAC5F;AAED;;;;GAIG;AACH,MAAM,WAAW,SAAU,SAAQ,mBAAmB;IAClD;;OAEG;IACH,IAAI,CAAC,EAAE,WAAW,CAAC,SAAS,CAAC;IAC7B;;OAEG;IACH,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;CAC7B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Table.js","sourceRoot":"","sources":["../../../../../../types/src/v2/controls/Table.ts"],"names":[],"mappings":";;;AAIA,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;AAsFD,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":";;;AAIA,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;AAsFD,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;AA+ED,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;AAED,IAAY,2BAIX;AAJD,WAAY,2BAA2B;IACnC,gDAAiB,CAAA;IACjB,8CAAe,CAAA;IACf,oEAAqC,CAAA;AACzC,CAAC,EAJW,2BAA2B,2CAA3B,2BAA2B,QAItC"}
|
|
@@ -4,7 +4,7 @@ import type { DateRangeType, FilterType, DateRange, ListCard, AnalyticalCard, St
|
|
|
4
4
|
*/
|
|
5
5
|
export interface SelectedValues {
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
7
|
+
* Defines a set of standard date range values that you want to include or exclude.
|
|
8
8
|
*/
|
|
9
9
|
selectedValues?: DateRangeType[];
|
|
10
10
|
/**
|
|
@@ -31,7 +31,7 @@ export interface DateRangeOVP extends DateRange {
|
|
|
31
31
|
}
|
|
32
32
|
export type FilterSettingsType = {
|
|
33
33
|
/**
|
|
34
|
-
* Represents the object to store date type filter fields
|
|
34
|
+
* Represents the object to store the configuration for the date type's filter fields.
|
|
35
35
|
*/
|
|
36
36
|
dateSettings?: DateRangeOVP;
|
|
37
37
|
};
|
|
@@ -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
|
/**
|
|
@@ -18,15 +18,15 @@ export interface ObjectPageConfigV2 extends PageConfig {
|
|
|
18
18
|
*/
|
|
19
19
|
navToListOnSave?: boolean;
|
|
20
20
|
/**
|
|
21
|
-
* If this flag is set, then during inbound navigation to flexible column layout application, if the navigation context points to a unique object,
|
|
21
|
+
* If this flag is set, then during inbound navigation to flexible column layout application, if the navigation context points to a unique object, the object page is opened in full screen mode.
|
|
22
22
|
*/
|
|
23
23
|
defaultLayoutTypeIfExternalNavigation?: FlexibleColumnLayoutType.MidColumnFullScreen;
|
|
24
24
|
/**
|
|
25
|
-
* Settings for all tables of the object page
|
|
25
|
+
* Settings for all tables of the object page.
|
|
26
26
|
*/
|
|
27
27
|
globalTableSettings?: GlobalTableSettings;
|
|
28
28
|
/**
|
|
29
|
-
* Settings for all charts on an object page
|
|
29
|
+
* Settings for all charts on an object page.
|
|
30
30
|
*/
|
|
31
31
|
globalChartSettings?: GlobalChartSettings;
|
|
32
32
|
header?: ObjectPageHeader;
|
|
@@ -7,12 +7,12 @@ import type { PageConfig } from '../../common';
|
|
|
7
7
|
import type { ContainerLayoutType, ChartSettingsType, FilterSettingsType, 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
|
/**
|
|
@@ -82,7 +82,7 @@ export interface OverviewPageConfigV2 extends PageConfig {
|
|
|
82
82
|
*/
|
|
83
83
|
filterSettings?: FilterSettingsType;
|
|
84
84
|
/**
|
|
85
|
-
* Represents the object to define data loading behaviour for an overview page application
|
|
85
|
+
* Represents the object to define data loading behaviour for an overview page application.
|
|
86
86
|
*/
|
|
87
87
|
dataLoadSettings?: DataLoadSettingsType;
|
|
88
88
|
/**
|
|
@@ -3,7 +3,7 @@ export declare const enum DesigntimeValues {
|
|
|
3
3
|
}
|
|
4
4
|
export interface FlexSettings {
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* Defines which settings are available for key user adaptation at design time.
|
|
7
7
|
*/
|
|
8
8
|
designtime?: DesigntimeValues;
|
|
9
9
|
}
|
|
@@ -8,8 +8,7 @@ export declare enum SectionLayoutType {
|
|
|
8
8
|
*/
|
|
9
9
|
export interface ObjectPageLayout {
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
12
|
-
*
|
|
11
|
+
* Defines the layout of the sections.
|
|
13
12
|
* - Page (default): In this mode, all the sections and subsections are added to the same page.
|
|
14
13
|
* - Tabs: In this mode, the sections are represented as tabs under the header facet.
|
|
15
14
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObjectPageLayout.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/ObjectPageLayout.ts"],"names":[],"mappings":"AAAA,oBAAY,iBAAiB;IACzB,IAAI,SAAS;IACb,IAAI,SAAS;CAChB;AAID;;;GAGG;AACH,MAAM,WAAW,gBAAgB;IAC7B
|
|
1
|
+
{"version":3,"file":"ObjectPageLayout.d.ts","sourceRoot":"","sources":["../../../../../../types/src/v4/controls/ObjectPageLayout.ts"],"names":[],"mappings":"AAAA,oBAAY,iBAAiB;IACzB,IAAI,SAAS;IACb,IAAI,SAAS;CAChB;AAID;;;GAGG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;OAIG;IACH,aAAa,CAAC,EAAE,iBAAiB,CAAC;CACrC"}
|
|
@@ -81,13 +81,13 @@ export interface CustomSections {
|
|
|
81
81
|
}
|
|
82
82
|
export interface ObjectPageCustomSectionBase {
|
|
83
83
|
/**
|
|
84
|
-
* Use the key of another
|
|
84
|
+
* Use the key of another section as a placement anchor.
|
|
85
85
|
* @artifactType Manifest
|
|
86
86
|
* @displayName Anchor
|
|
87
87
|
*/
|
|
88
88
|
relatedFacet?: string;
|
|
89
89
|
/**
|
|
90
|
-
* Define the placement, either before or after the anchor
|
|
90
|
+
* Define the placement, either before or after the anchor section.
|
|
91
91
|
* @artifactType Manifest
|
|
92
92
|
*/
|
|
93
93
|
relativePosition?: SectionPosition;
|
|
@@ -41,7 +41,7 @@ export interface TableCreationModeOP {
|
|
|
41
41
|
}
|
|
42
42
|
export interface QuickVariantSelectionV4OP {
|
|
43
43
|
/**
|
|
44
|
-
* List of annotation paths referring to SelectionVariant annotations
|
|
44
|
+
* List of annotation paths referring to SelectionVariant annotations.
|
|
45
45
|
*/
|
|
46
46
|
paths: AnnotationPathAsObject[];
|
|
47
47
|
/**
|
|
@@ -66,7 +66,7 @@ export interface TableSettingsOP extends TableSettings {
|
|
|
66
66
|
*/
|
|
67
67
|
personalization?: boolean;
|
|
68
68
|
/**
|
|
69
|
-
* With quickVariantSelection you can switch
|
|
69
|
+
* 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.
|
|
70
70
|
*/
|
|
71
71
|
quickVariantSelection?: QuickVariantSelectionV4OP;
|
|
72
72
|
columns?: GenericColumnsOP;
|