@devtable/settings-form 8.50.6 → 8.51.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,22 +1,22 @@
1
- export declare type DataSourceType = 'postgresql' | 'mysql' | 'http';
1
+ export type DataSourceType = 'postgresql' | 'mysql' | 'http';
2
2
  export interface IDataSource {
3
3
  id: string;
4
4
  type: DataSourceType;
5
5
  key: string;
6
6
  is_preset?: boolean;
7
7
  }
8
- export declare type TDataSourceConfig_DB = {
8
+ export type TDataSourceConfig_DB = {
9
9
  host: string;
10
10
  port: number;
11
11
  username: string;
12
12
  password: string;
13
13
  database: string;
14
14
  };
15
- export declare type TDataSourceConfig_HTTP = {
15
+ export type TDataSourceConfig_HTTP = {
16
16
  host: string;
17
17
  processing: {
18
18
  pre: TFunctionString;
19
19
  post: TFunctionString;
20
20
  };
21
21
  };
22
- export declare type TDataSourceConfig = TDataSourceConfig_DB | TDataSourceConfig_HTTP;
22
+ export type TDataSourceConfig = TDataSourceConfig_DB | TDataSourceConfig_HTTP;
@@ -1,4 +1,4 @@
1
- export declare type PaginationResponse<T> = {
1
+ export type PaginationResponse<T> = {
2
2
  total: number;
3
3
  offset: number;
4
4
  data: T[];
@@ -1,4 +1,4 @@
1
- const e = "@devtable/settings-form", s = "8.50.6", t = "Apache-2.0", i = {
1
+ const e = "@devtable/settings-form", s = "8.51.0", t = "Apache-2.0", i = {
2
2
  access: "public",
3
3
  registry: "https://registry.npmjs.org/"
4
4
  }, o = [
@@ -20,6 +20,7 @@ const e = "@devtable/settings-form", s = "8.50.6", t = "Apache-2.0", i = {
20
20
  "@monaco-editor/react": "4.4.6",
21
21
  "monaco-editor": "0.36.0"
22
22
  }, l = {
23
+ "@emotion/babel-plugin": "11.7.2",
23
24
  "@types/crypto-js": "v4.1.1",
24
25
  "@types/lodash": "^4.14.182",
25
26
  "@types/react": "^18.0.0",