@vitrosoftware/common-ui-ts 1.1.240 → 1.1.242

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.
@@ -17,6 +17,7 @@ export interface TableViewProps {
17
17
  layout?: any;
18
18
  data?: any;
19
19
  isFilterOneLevel?: boolean;
20
+ isFlatView?: boolean;
20
21
  cache?: number;
21
22
  cacheVersion?: number | string;
22
23
  scope?: string;
@@ -81,7 +81,9 @@ export declare enum CFG_ATTRIBUTE {
81
81
  MID_WIDTH = "MidWidth",
82
82
  RIGHT_WIDTH = "RightWidth",
83
83
  SCROLL_TOP = "ScrollTop",
84
- PAGING = "Paging"
84
+ PAGING = "Paging",
85
+ Z_INDEX = "ZIndex",
86
+ STRICT_DATES = "StrictDates"
85
87
  }
86
88
  export declare enum URL {
87
89
  LAYOUT = "Layout",
@@ -17,6 +17,7 @@ export interface TableViewService {
17
17
  dragging: boolean;
18
18
  sort: any;
19
19
  isFilterOneLevel: boolean;
20
+ isFlatView: boolean;
20
21
  scope: string;
21
22
  idColumnName: string | undefined;
22
23
  event: any;
@@ -7,6 +7,7 @@ export declare class TableViewServiceImpl implements services.TableViewService {
7
7
  readonly id: string;
8
8
  suggestValue: string;
9
9
  isFilterOneLevel: boolean;
10
+ isFlatView: boolean;
10
11
  private readonly gridChangesFormat;
11
12
  private readonly searchCriterionMap;
12
13
  filterContentTypeList: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitrosoftware/common-ui-ts",
3
- "version": "1.1.240",
3
+ "version": "1.1.242",
4
4
  "description": "vitro software common ui ts",
5
5
  "author": "",
6
6
  "license": "MIT",