mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 21:26:56 +00:00
refactor(nc-gui): move common datetime utils functions to sdk
This commit is contained in:
@@ -1,18 +1,16 @@
|
||||
<script setup lang="ts">
|
||||
import dayjs from 'dayjs'
|
||||
import { isSystemColumn } from 'nocodb-sdk'
|
||||
import { dateFormats, isSystemColumn, timeFormats } from 'nocodb-sdk'
|
||||
import {
|
||||
ActiveCellInj,
|
||||
CellClickHookInj,
|
||||
ColumnInj,
|
||||
EditColumnInj,
|
||||
ReadonlyInj,
|
||||
dateFormats,
|
||||
inject,
|
||||
isDrawerOrModalExist,
|
||||
parseProp,
|
||||
ref,
|
||||
timeFormats,
|
||||
useBase,
|
||||
useSelectedCellKeyupListener,
|
||||
watch,
|
||||
|
||||
Reference in New Issue
Block a user