|
|
|
@ -130,6 +130,39 @@ import NcUnderline from '~icons/nc-icons/underline'
|
|
|
|
|
import NcCrop from '~icons/nc-icons/crop' |
|
|
|
|
import NcLink from '~icons/nc-icons/link' |
|
|
|
|
|
|
|
|
|
import NcCellBarcode from '~icons/nc-icons/cell-barcode' |
|
|
|
|
import NcCellCheckbox from '~icons/nc-icons/cell-checkbox' |
|
|
|
|
import NcCellDate from '~icons/nc-icons/cell-date' |
|
|
|
|
import NcCellEmail from '~icons/nc-icons/cell-email' |
|
|
|
|
import NcCellFormula from '~icons/nc-icons/cell-formula' |
|
|
|
|
import NcCellCurrency from '~icons/nc-icons/cell-currency' |
|
|
|
|
import NcCellDatetime from '~icons/nc-icons/cell-datetime' |
|
|
|
|
import NcCellDb from '~icons/nc-icons/cell-db' |
|
|
|
|
import NcCellDecimal from '~icons/nc-icons/cell-decimal' |
|
|
|
|
import NcCellDuration from '~icons/nc-icons/cell-duration' |
|
|
|
|
import NcCellGeometry from '~icons/nc-icons/cell-geometry' |
|
|
|
|
import NcCellJson from '~icons/nc-icons/cell-json' |
|
|
|
|
import NcCellLinks from '~icons/nc-icons/cell-link' |
|
|
|
|
import NcCellLongText from '~icons/nc-icons/cell-longtext' |
|
|
|
|
import NcCellLookup from '~icons/nc-icons/cell-lookup' |
|
|
|
|
import NcCellMultiSelect from '~icons/nc-icons/cell-multiselect' |
|
|
|
|
import NcCellNumber from '~icons/nc-icons/cell-number' |
|
|
|
|
import NcCellPercent from '~icons/nc-icons/cell-percentage' |
|
|
|
|
import NcCellPhone from '~icons/nc-icons/cell-phone' |
|
|
|
|
import NcCellQrCode from '~icons/nc-icons/cell-qrcode' |
|
|
|
|
import NcCellRating from '~icons/nc-icons/cell-rating' |
|
|
|
|
import NcCellRollup from '~icons/nc-icons/cell-rollup' |
|
|
|
|
import NcCellSingleSelect from '~icons/nc-icons/cell-select' |
|
|
|
|
import NcCellText from '~icons/nc-icons/cell-text' |
|
|
|
|
import NcCellTime from '~icons/nc-icons/cell-time' |
|
|
|
|
import NcCellUrl from '~icons/nc-icons/cell-url' |
|
|
|
|
import NcCellUser from '~icons/nc-icons/cell-user' |
|
|
|
|
import NcCellSystemDate from '~icons/nc-icons/system-date' |
|
|
|
|
import NcCellSystemKey from '~icons/nc-icons/system-key' |
|
|
|
|
import NcCellSystemUser from '~icons/nc-icons/system-user' |
|
|
|
|
import NcCellSystemText from '~icons/nc-icons/system-text' |
|
|
|
|
import NcCellAttachment from '~icons/nc-icons/cell-attachment' |
|
|
|
|
|
|
|
|
|
// keep it for reference
|
|
|
|
|
// todo: remove it after all icons are migrated
|
|
|
|
|
/* export const iconMapOld = { |
|
|
|
@ -278,6 +311,39 @@ import NcLink from '~icons/nc-icons/link'
|
|
|
|
|
} as const */ |
|
|
|
|
|
|
|
|
|
export const iconMap = { |
|
|
|
|
cellBarcode: NcCellBarcode, |
|
|
|
|
cellCheckbox: NcCellCheckbox, |
|
|
|
|
cellDate: NcCellDate, |
|
|
|
|
cellEmail: NcCellEmail, |
|
|
|
|
cellFormula: NcCellFormula, |
|
|
|
|
cellCurrency: NcCellCurrency, |
|
|
|
|
cellDatetime: NcCellDatetime, |
|
|
|
|
cellDb: NcCellDb, |
|
|
|
|
cellDecimal: NcCellDecimal, |
|
|
|
|
cellDuration: NcCellDuration, |
|
|
|
|
cellGeometry: NcCellGeometry, |
|
|
|
|
cellJson: NcCellJson, |
|
|
|
|
cellLinks: NcCellLinks, |
|
|
|
|
cellLongText: NcCellLongText, |
|
|
|
|
cellLookup: NcCellLookup, |
|
|
|
|
cellMultiSelect: NcCellMultiSelect, |
|
|
|
|
cellNumber: NcCellNumber, |
|
|
|
|
cellPercent: NcCellPercent, |
|
|
|
|
cellPhone: NcCellPhone, |
|
|
|
|
cellQrCode: NcCellQrCode, |
|
|
|
|
cellRating: NcCellRating, |
|
|
|
|
cellRollup: NcCellRollup, |
|
|
|
|
cellSingleSelect: NcCellSingleSelect, |
|
|
|
|
cellText: NcCellText, |
|
|
|
|
cellTime: NcCellTime, |
|
|
|
|
cellUrl: NcCellUrl, |
|
|
|
|
cellUser: NcCellUser, |
|
|
|
|
cellSystemDate: NcCellSystemDate, |
|
|
|
|
cellSystemKey: NcCellSystemKey, |
|
|
|
|
cellSystemUser: NcCellSystemUser, |
|
|
|
|
cellSystemText: NcCellSystemText, |
|
|
|
|
cellAttachment: NcCellAttachment, |
|
|
|
|
|
|
|
|
|
sort: Sort, |
|
|
|
|
group: Group, |
|
|
|
|
filter: Filter, |
|
|
|
|