@brggroup/share-lib 0.1.28 → 0.1.29

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.
@@ -6255,7 +6255,7 @@ class PagingModel {
6255
6255
  }
6256
6256
  class GridFilter extends PagingModel {
6257
6257
  Keyword = null;
6258
- OrderOption = null;
6258
+ OrderOption = new OrderOption();
6259
6259
  IsShowMore = false;
6260
6260
  }
6261
6261
  class OrderOption {
@@ -6287,6 +6287,8 @@ class TableHeader {
6287
6287
  Type = '';
6288
6288
  Width = '';
6289
6289
  MinWidth = '';
6290
+ ShowSort = false;
6291
+ SortOrder = 'ascend';
6290
6292
  }
6291
6293
  class CheckModel {
6292
6294
  ConfirmMessage = '';