Updates
This commit is contained in:
parent
b10bcb4d46
commit
863906f3e6
2
dist/package-shared/types/index.d.ts
vendored
2
dist/package-shared/types/index.d.ts
vendored
@ -1592,7 +1592,7 @@ export type MediaUploadDataType = ImageObjectType & FileObjectType & {
|
|||||||
};
|
};
|
||||||
export declare const ImageMimeTypes: (keyof sharp.FormatEnum)[];
|
export declare const ImageMimeTypes: (keyof sharp.FormatEnum)[];
|
||||||
export declare const VideoMimeTypes: readonly ["mp4", "wav"];
|
export declare const VideoMimeTypes: readonly ["mp4", "wav"];
|
||||||
export declare const FileMimeTypes: readonly [...(keyof sharp.FormatEnum)[], "mp4", "wav", "pdf", "csv", "json", "sql", "xlsx", "txt", "zip", "tar.xz", "xz", "yaml", "yml", "sh", "jsx", "js", "tsx", "ts", "html", "css"];
|
export declare const FileMimeTypes: readonly [...(keyof sharp.FormatEnum)[], "mp4", "wav", "pdf", "csv", "json", "sql", "xlsx", "txt", "zip", "tar.xz", "xz", "yaml", "yml", "sh", "jsx", "js", "tsx", "ts", "html", "css", "md"];
|
||||||
export declare const CurrentlyEditedFieldActions: readonly ["edit-field", "edit-index", "delete-field", "delete-index", "new-field", "new-index", "move-up", "move-down", "complete"];
|
export declare const CurrentlyEditedFieldActions: readonly ["edit-field", "edit-index", "delete-field", "delete-index", "new-field", "new-index", "move-up", "move-down", "complete"];
|
||||||
export type CurrentlyEditedTableSchemaType = {
|
export type CurrentlyEditedTableSchemaType = {
|
||||||
action: (typeof CurrentlyEditedFieldActions)[number];
|
action: (typeof CurrentlyEditedFieldActions)[number];
|
||||||
|
|||||||
1
dist/package-shared/types/index.js
vendored
1
dist/package-shared/types/index.js
vendored
@ -172,6 +172,7 @@ exports.FileMimeTypes = [
|
|||||||
"ts",
|
"ts",
|
||||||
"html",
|
"html",
|
||||||
"css",
|
"css",
|
||||||
|
"md",
|
||||||
];
|
];
|
||||||
exports.CurrentlyEditedFieldActions = [
|
exports.CurrentlyEditedFieldActions = [
|
||||||
"edit-field",
|
"edit-field",
|
||||||
|
|||||||
@ -1932,6 +1932,7 @@ export const FileMimeTypes = [
|
|||||||
"ts",
|
"ts",
|
||||||
"html",
|
"html",
|
||||||
"css",
|
"css",
|
||||||
|
"md",
|
||||||
] as const;
|
] as const;
|
||||||
|
|
||||||
export const CurrentlyEditedFieldActions = [
|
export const CurrentlyEditedFieldActions = [
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moduletrace/datasquirel",
|
"name": "@moduletrace/datasquirel",
|
||||||
"version": "5.6.9",
|
"version": "5.7.0",
|
||||||
"description": "Cloud-based SQL data management tool",
|
"description": "Cloud-based SQL data management tool",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user