@topconsultnpm/sdkui-react-beta 6.11.30 → 6.11.31

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.
@@ -1,5 +1,4 @@
1
1
  import { UserAppSettings } from "@topconsultnpm/sdk-ts-beta";
2
- import { DeviceType } from "../components";
3
2
  export declare class SDKUI_Globals {
4
3
  static userAppSettings: UserAppSettings | undefined;
5
4
  private static _dataGridShowRowLines;
@@ -11,5 +10,4 @@ export declare class SDKUI_Globals {
11
10
  static set dataGridShowColumnLines(theDataGridShowColumnLines: boolean | undefined);
12
11
  static get dataGridUseNativeScrollbar(): boolean | undefined;
13
12
  static set dataGridUseNativeScrollbar(theDataGridUseNativeScrollbar: boolean | undefined);
14
- static getListMaxItems(deviceType: DeviceType): number;
15
13
  }
@@ -1,4 +1,3 @@
1
- import { DeviceType } from "../components";
2
1
  export class SDKUI_Globals {
3
2
  static get dataGridShowRowLines() { return this._dataGridShowRowLines; }
4
3
  static set dataGridShowRowLines(theDataGridShowRowLines) { this._dataGridShowRowLines = theDataGridShowRowLines; }
@@ -6,5 +5,4 @@ export class SDKUI_Globals {
6
5
  static set dataGridShowColumnLines(theDataGridShowColumnLines) { this._dataGridShowColumnLines = theDataGridShowColumnLines; }
7
6
  static get dataGridUseNativeScrollbar() { return this._dataGridUseNativeScrollbar; }
8
7
  static set dataGridUseNativeScrollbar(theDataGridUseNativeScrollbar) { this._dataGridUseNativeScrollbar = theDataGridUseNativeScrollbar; }
9
- static getListMaxItems(deviceType) { return deviceType === DeviceType.MOBILE ? 8 : 12; }
10
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.11.30",
3
+ "version": "6.11.31",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -41,7 +41,7 @@
41
41
  "lib"
42
42
  ],
43
43
  "dependencies": {
44
- "@topconsultnpm/sdk-ts-beta": "^6.11.3",
44
+ "@topconsultnpm/sdk-ts-beta": "^6.11.4",
45
45
  "buffer": "^6.0.3",
46
46
  "devextreme": "24.2.3",
47
47
  "devextreme-react": "24.2.3",