pace-table-lib 1.0.73 → 1.0.74

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.
@@ -91,3 +91,13 @@ export declare const SORT_FOR: {
91
91
  ROW: string;
92
92
  COLUMN: string;
93
93
  };
94
+ export declare const CONDITION_FORMTTING_OBJ: {
95
+ MAX_IN_TABLE: string;
96
+ MIN_IN_TABLE: string;
97
+ DUPLICATE: string;
98
+ CONDITIONALLY: string;
99
+ VALUE: string;
100
+ IN_BETWEEN: string;
101
+ NOT_BETWEEN: string;
102
+ CONTAINS: string;
103
+ };
@@ -228,6 +228,7 @@ export type TableStyleConfig = {
228
228
  VerticalBorderLineButton: boolean;
229
229
  VerticalBorderLineColor: string;
230
230
  VerticalBorderLineStyle: "solid" | string;
231
+ BorderRadius: number;
231
232
  };
232
233
  Styles: {
233
234
  idOfAppliedStyle: string;