@sap/ux-specification 1.96.14 → 1.96.15

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.
@@ -586,6 +586,7 @@
586
586
  },
587
587
  "columnIndex": {
588
588
  "description": "The index of the column in the overall collection; if undefined, the custom column will be added at the end of the table.",
589
+ "minimum": 0,
589
590
  "type": "number"
590
591
  },
591
592
  "leadingProperty": {
@@ -590,6 +590,7 @@
590
590
  },
591
591
  "columnIndex": {
592
592
  "description": "The index of the column in the overall collection; if undefined, the custom column will be added at the end of the table.",
593
+ "minimum": 0,
593
594
  "type": "number"
594
595
  },
595
596
  "leadingProperty": {
@@ -875,6 +875,7 @@
875
875
  },
876
876
  "columnIndex": {
877
877
  "description": "The index of the column in the overall collection; if undefined, the custom column will be added at the end of the table.",
878
+ "minimum": 0,
878
879
  "type": "number"
879
880
  },
880
881
  "leadingProperty": {
@@ -45,6 +45,7 @@ export interface TableCustomColumn {
45
45
  columnKey: string;
46
46
  /**
47
47
  * The index of the column in the overall collection; if undefined, the custom column will be added at the end of the table.
48
+ * @minimum 0
48
49
  */
49
50
  columnIndex?: number;
50
51
  /**
@@ -7,6 +7,7 @@ export * from './Table';
7
7
  export * from './ToolBar';
8
8
  export * from './Footer';
9
9
  export * from './AnalyticalListPageChart';
10
+ export * from './AnalyticalListPageKPI';
10
11
  export * from './ObjectPageHeader';
11
12
  export * from './ObjectPageLayout';
12
13
  export * from './ObjectPageSection';
@@ -7,9 +7,10 @@ export declare const SAP_UI_TABLE = "sap.ui.table";
7
7
  /**
8
8
  * Method which receives fragment definition node and reads root column definition.
9
9
  * @param {unknown} definition - Application or Page Config object.
10
+ * @param {unknown} fragment - fragment definition
10
11
  * @returns {unknown | undefined} Root column read from definition.
11
12
  */
12
- export declare function getRootCustomColumnFromFragmentJSON(definition: unknown): string | unknown | undefined;
13
+ export declare function getRootCustomColumnFromFragmentJSON(definition: unknown, fragment?: unknown): string | unknown | undefined;
13
14
  /**
14
15
  * Identifies the right extensions based on a pattern, then deletes all corresponding columns and cells
15
16
  * @param manifestSection - Section in manifest.json comprising the extensions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/ux-specification",
3
- "version": "1.96.14",
3
+ "version": "1.96.15",
4
4
  "displayName": "SAP Fiori tools - Specification",
5
5
  "description": "SAP Fiori tools - Specification",
6
6
  "files": [