flameresttable 1.0.88 → 1.0.90

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flameresttable",
3
- "version": "1.0.88",
3
+ "version": "1.0.90",
4
4
  "main": "./src/plugin.ts",
5
5
  "repository": {
6
6
  "type": "git",
@@ -367,12 +367,12 @@ export interface IColumn {
367
367
  /**
368
368
  * Заголовок фильтра. null - заголовок равен title общему
369
369
  */
370
- title: string | null,
370
+ title?: string | null,
371
371
 
372
372
  /**
373
373
  * Классы для заголовка
374
374
  */
375
- titleClasses: string
375
+ titleClasses?: string
376
376
 
377
377
 
378
378
  },