refactor(nc-gui): move common datetime utils functions to sdk

This commit is contained in:
աɨռɢӄաօռɢ
2023-11-05 14:55:50 +08:00
parent 399b4c1c54
commit 9bc12eaee3
20 changed files with 34 additions and 127 deletions

View File

@@ -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,