voiptime-components 1.12.35 → 1.12.37
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.cjs.js +4 -4
- package/dist/index.css +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.es.js +822 -814
- package/dist/index.umd.js +11 -11
- package/package.json +1 -1
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
|
}
|