@fewangsit/wangsvue-fats 1.0.0-alpha.150 → 1.0.0-alpha.152

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.
@@ -4,6 +4,7 @@ import { DialogConfirmProps } from '../../components/dialogconfirm/DialogConfirm
4
4
  import { MenuItem } from '../../components/menuitem';
5
5
  import { DateOptions } from '../../utils/date.util';
6
6
 
7
+ import { WangsIconseverities } from '../icon/Icon.vue.d';
7
8
  import { ClassComponent, HintedString } from '../ts-helpers.d';
8
9
 
9
10
  export interface DataTableLocaleConfig {
@@ -249,6 +250,7 @@ export interface TableColumn {
249
250
  field: string;
250
251
  fieldType?: 'string' | 'number' | 'boolean' | 'array';
251
252
  info?: string;
253
+ infoSeverity?: WangsIconseverities;
252
254
  editable?: boolean;
253
255
  /**
254
256
  * If the column is editable, only allow number inputs.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fewangsit/wangsvue-fats",
3
- "version": "1.0.0-alpha.150",
3
+ "version": "1.0.0-alpha.152",
4
4
  "author": "Wangsit FE Developer",
5
5
  "description": "Fixed Asset Tagsamurai VueJS Component Library",
6
6
  "type": "module",