@visactor/vtable
Version:
canvas table width high performance
30 lines (27 loc) • 2.04 kB
JavaScript
;
var IconPosition, IconFuncTypeEnum, InternalIconName;
Object.defineProperty(exports, "__esModule", {
value: !0
}), exports.InternalIconName = exports.IconFuncTypeEnum = exports.IconPosition = void 0,
function(IconPosition) {
IconPosition.inlineFront = "inlineFront", IconPosition.inlineEnd = "inlineEnd",
IconPosition.left = "left", IconPosition.right = "right", IconPosition.absoluteRight = "absoluteRight",
IconPosition.contentLeft = "contentLeft", IconPosition.contentRight = "contentRight",
IconPosition.absolute = "absolute";
}(IconPosition = exports.IconPosition || (exports.IconPosition = {})), function(IconFuncTypeEnum) {
IconFuncTypeEnum.frozen = "frozen", IconFuncTypeEnum.sort = "sort", IconFuncTypeEnum.dropDown = "dropDown",
IconFuncTypeEnum.dropDownState = "dropDownState", IconFuncTypeEnum.play = "play",
IconFuncTypeEnum.damagePic = "damagePic", IconFuncTypeEnum.imageDamagePic = "imageDamagePic",
IconFuncTypeEnum.videoDamagePic = "videoDamagePic", IconFuncTypeEnum.expand = "expand",
IconFuncTypeEnum.collapse = "collapse", IconFuncTypeEnum.drillDown = "drillDown",
IconFuncTypeEnum.drillUp = "drillUp", IconFuncTypeEnum.dragReorder = "dragReorder";
}(IconFuncTypeEnum = exports.IconFuncTypeEnum || (exports.IconFuncTypeEnum = {})),
function(InternalIconName) {
InternalIconName.upwardIconName = "sort_upward", InternalIconName.downwardIconName = "sort_downward",
InternalIconName.normalIconName = "sort_normal", InternalIconName.freezeIconName = "freeze",
InternalIconName.frozenIconName = "frozen", InternalIconName.frozenCurrentIconName = "frozenCurrent",
InternalIconName.dropdownIconName = "dropdownIcon", InternalIconName.expandIconName = "expand",
InternalIconName.collapseIconName = "collapse", InternalIconName.dragReorderIconName = "dragReorder",
InternalIconName.loadingIconName = "loading";
}(InternalIconName = exports.InternalIconName || (exports.InternalIconName = {}));
//# sourceMappingURL=icon.js.map