fixa-admin 0.0.56 → 0.0.57

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.
@@ -125,6 +125,8 @@ export interface FilterBoxModel {
125
125
  items?: FilterBoxItemsModel[];
126
126
  value: any;
127
127
  nodes: NzTreeNodeOptions[];
128
+ colSpan: 1 | 2;
129
+ sort: number;
128
130
  position: 'filter' | 'data';
129
131
  type?: 'boolean' | 'enum' | 'string' | 'number' | 'select' | 'date' | 'date-time' | 'price' | 'image' | 'tree-select' | 'time';
130
132
  }
@@ -140,6 +142,8 @@ export interface FilterItemsModel {
140
142
  position?: 'filter' | 'data';
141
143
  type: 'boolean' | 'enum' | 'string' | 'number' | 'select' | 'date' | 'date-time' | 'price' | 'image' | 'tree-select' | 'time';
142
144
  defaultValue?: any;
145
+ colSpan?: 1 | 2;
146
+ sort?: number;
143
147
  }
144
148
  export interface SelectItemsModel {
145
149
  id: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fixa-admin",
3
- "version": "0.0.56",
3
+ "version": "0.0.57",
4
4
  "peerDependencies": {
5
5
  "@ag-grid-community/angular": "^32.2.2",
6
6
  "@ag-grid-community/client-side-row-model": "^32.2.2",