voiptime-components 1.12.36 → 1.12.38

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/dist/index.d.ts CHANGED
@@ -791,6 +791,7 @@ export declare const DEFAULT_COLUMN_CONFIG: {
791
791
  readonly visible: true;
792
792
  readonly pinnedLeft: false;
793
793
  readonly pinnedRight: false;
794
+ readonly manage: false;
794
795
  };
795
796
 
796
797
  export declare const DEFAULT_FORMATS: Record<DatePickerType, string>;
@@ -1837,6 +1838,7 @@ export declare interface VTableColumnProps {
1837
1838
  actionColumn?: boolean;
1838
1839
  showOverflowTooltip?: boolean;
1839
1840
  selectable?: boolean;
1841
+ manage?: boolean;
1840
1842
  renderSlot?: VTableRenderSlot;
1841
1843
  sortMethod?: Function;
1842
1844
  }