@devtable/settings-form 10.44.2 → 10.44.3

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.
Files changed (66) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/dist/{package-42274ce9.mjs → package-859d22be.mjs} +1 -1
  3. package/dist/settings-form.es.js +2055 -2030
  4. package/dist/settings-form.umd.js +17 -17
  5. package/dist/{settings-form/src → src}/api-caller/datasource.typed.d.ts +4 -4
  6. package/dist/{settings-form/src → src}/api-caller/sql_snippet.d.ts +5 -5
  7. package/dist/src/api-caller/sql_snippet.typed.d.ts +17 -0
  8. package/dist/{settings-form/src → src}/api-caller/types.d.ts +1 -1
  9. package/dist/{settings-form/src → src}/shared/api-client/default-api-client.d.ts +1 -1
  10. package/dist/{settings-form/src → src}/shared/api-client/types.d.ts +3 -3
  11. package/dist/{settings-form/src → src}/sql_snippet/update-sql_snippet.d.ts +2 -2
  12. package/dist/stats.html +1 -1
  13. package/package.json +2 -2
  14. package/dist/settings-form/src/api-caller/sql_snippet.typed.d.ts +0 -17
  15. package/dist/settings-form/src/global.d.ts +0 -12
  16. package/dist/settings-form/src/vite-env.d.ts +0 -1
  17. /package/dist/{settings-form/src → src}/account/account-list.d.ts +0 -0
  18. /package/dist/{settings-form/src → src}/account/add-account.d.ts +0 -0
  19. /package/dist/{settings-form/src → src}/account/delete-account.d.ts +0 -0
  20. /package/dist/{settings-form/src → src}/account/edit-account.d.ts +0 -0
  21. /package/dist/{settings-form/src → src}/account/index.d.ts +0 -0
  22. /package/dist/{settings-form/src → src}/account/login/form.d.ts +0 -0
  23. /package/dist/{settings-form/src → src}/account/login/index.d.ts +0 -0
  24. /package/dist/{settings-form/src → src}/account/role-selector.d.ts +0 -0
  25. /package/dist/{settings-form/src → src}/account/styles.d.ts +0 -0
  26. /package/dist/{settings-form/src → src}/api-caller/account.d.ts +0 -0
  27. /package/dist/{settings-form/src → src}/api-caller/account.typed.d.ts +0 -0
  28. /package/dist/{settings-form/src → src}/api-caller/api-key.d.ts +0 -0
  29. /package/dist/{settings-form/src → src}/api-caller/api-key.typed.d.ts +0 -0
  30. /package/dist/{settings-form/src → src}/api-caller/datasource.d.ts +0 -0
  31. /package/dist/{settings-form/src → src}/api-caller/index.d.ts +0 -0
  32. /package/dist/{settings-form/src → src}/api-caller/request.d.ts +0 -0
  33. /package/dist/{settings-form/src → src}/api-caller/role.d.ts +0 -0
  34. /package/dist/{settings-form/src → src}/api-caller/role.typed.d.ts +0 -0
  35. /package/dist/{settings-form/src → src}/api-key/add-api-key.d.ts +0 -0
  36. /package/dist/{settings-form/src → src}/api-key/api-key-list.d.ts +0 -0
  37. /package/dist/{settings-form/src → src}/api-key/delete-api-key.d.ts +0 -0
  38. /package/dist/{settings-form/src → src}/api-key/index.d.ts +0 -0
  39. /package/dist/{settings-form/src → src}/api-key/styles.d.ts +0 -0
  40. /package/dist/{settings-form/src → src}/components/minimal-mocaco-editor.d.ts +0 -0
  41. /package/dist/{settings-form/src → src}/datasource/add-data-source/db-permission-tips.d.ts +0 -0
  42. /package/dist/{settings-form/src → src}/datasource/add-data-source/forms/database.d.ts +0 -0
  43. /package/dist/{settings-form/src → src}/datasource/add-data-source/forms/http.d.ts +0 -0
  44. /package/dist/{settings-form/src → src}/datasource/add-data-source/index.d.ts +0 -0
  45. /package/dist/{settings-form/src → src}/datasource/add-data-source/types.d.ts +0 -0
  46. /package/dist/{settings-form/src → src}/datasource/components/data-source-icon.d.ts +0 -0
  47. /package/dist/{settings-form/src → src}/datasource/components/function-string-field/function-string-editor.d.ts +0 -0
  48. /package/dist/{settings-form/src → src}/datasource/components/function-string-field/index.d.ts +0 -0
  49. /package/dist/{settings-form/src → src}/datasource/data-source-list.d.ts +0 -0
  50. /package/dist/{settings-form/src → src}/datasource/delete-data-source.d.ts +0 -0
  51. /package/dist/{settings-form/src → src}/datasource/edit-data-source/forms/http.d.ts +0 -0
  52. /package/dist/{settings-form/src → src}/datasource/edit-data-source/index.d.ts +0 -0
  53. /package/dist/{settings-form/src → src}/datasource/edit-data-source/types.d.ts +0 -0
  54. /package/dist/{settings-form/src → src}/datasource/index.d.ts +0 -0
  55. /package/dist/{settings-form/src → src}/datasource/styles.d.ts +0 -0
  56. /package/dist/{settings-form/src → src}/index.d.ts +0 -0
  57. /package/dist/{settings-form/src → src}/shared/api-client/facade-api-client.d.ts +0 -0
  58. /package/dist/{settings-form/src → src}/shared/api-client/index.d.ts +0 -0
  59. /package/dist/{settings-form/src → src}/shared/api-client/utils.d.ts +0 -0
  60. /package/dist/{settings-form/src → src}/shared/index.d.ts +0 -0
  61. /package/dist/{settings-form/src → src}/sql_snippet/add-sql_snippet.d.ts +0 -0
  62. /package/dist/{settings-form/src → src}/sql_snippet/delete-sql_snippet.d.ts +0 -0
  63. /package/dist/{settings-form/src → src}/sql_snippet/index.d.ts +0 -0
  64. /package/dist/{settings-form/src → src}/sql_snippet/sql_snippet-list.d.ts +0 -0
  65. /package/dist/{settings-form/src → src}/sql_snippet/styles.d.ts +0 -0
  66. /package/dist/{settings-form/src → src}/utils/load-monaco-editor.d.ts +0 -0
@@ -1,4 +1,4 @@
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;
@@ -6,18 +6,18 @@ export interface IDataSource {
6
6
  is_preset?: boolean;
7
7
  config?: TDataSourceConfig_HTTP;
8
8
  }
9
- export declare type TDataSourceConfig_DB = {
9
+ export type TDataSourceConfig_DB = {
10
10
  host: string;
11
11
  port: number;
12
12
  username: string;
13
13
  password: string;
14
14
  database: string;
15
15
  };
16
- export declare type TDataSourceConfig_HTTP = {
16
+ export type TDataSourceConfig_HTTP = {
17
17
  host: string;
18
18
  processing: {
19
19
  pre: TFunctionString;
20
20
  post: TFunctionString;
21
21
  };
22
22
  };
23
- export declare type TDataSourceConfig = TDataSourceConfig_DB | TDataSourceConfig_HTTP;
23
+ export type TDataSourceConfig = TDataSourceConfig_DB | TDataSourceConfig_HTTP;
@@ -1,8 +1,8 @@
1
1
  import { ListSQLSnippetReqType, ListSQLSnippetRespType, SQLSnippetDBType, TCreateSQLSnippetPayload, TUpdateSQLSnippetPayload } from './sql_snippet.typed';
2
2
  export declare const sql_snippet: {
3
- list: ({ pagination }: ListSQLSnippetReqType, signal?: AbortSignal | undefined) => Promise<ListSQLSnippetRespType>;
4
- get: (id: string, signal?: AbortSignal | undefined) => Promise<SQLSnippetDBType | null>;
5
- create: (payload: TCreateSQLSnippetPayload, signal?: AbortSignal | undefined) => Promise<SQLSnippetDBType>;
6
- update: (payload: TUpdateSQLSnippetPayload, signal?: AbortSignal | undefined) => Promise<SQLSnippetDBType>;
7
- delete: (id: string, signal?: AbortSignal | undefined) => Promise<void>;
3
+ list: ({ pagination }: ListSQLSnippetReqType, signal?: AbortSignal) => Promise<ListSQLSnippetRespType>;
4
+ get: (id: string, signal?: AbortSignal) => Promise<SQLSnippetDBType | null>;
5
+ create: (payload: TCreateSQLSnippetPayload, signal?: AbortSignal) => Promise<SQLSnippetDBType>;
6
+ update: (payload: TUpdateSQLSnippetPayload, signal?: AbortSignal) => Promise<SQLSnippetDBType>;
7
+ delete: (id: string, signal?: AbortSignal) => Promise<void>;
8
8
  };
@@ -0,0 +1,17 @@
1
+ import { PaginationResponse } from './types';
2
+ export type SQLSnippetDBType = {
3
+ id: string;
4
+ content: string;
5
+ is_preset: boolean;
6
+ create_time: string;
7
+ update_time: string;
8
+ };
9
+ export type TCreateSQLSnippetPayload = Pick<SQLSnippetDBType, 'id' | 'content'>;
10
+ export type TUpdateSQLSnippetPayload = TCreateSQLSnippetPayload;
11
+ export type ListSQLSnippetReqType = {
12
+ pagination: {
13
+ page: number;
14
+ pagesize: number;
15
+ };
16
+ };
17
+ export type ListSQLSnippetRespType = PaginationResponse<SQLSnippetDBType>;
@@ -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[];
@@ -11,7 +11,7 @@ export declare class DefaultApiClient implements IAPIClient {
11
11
  nonce_str: string;
12
12
  sign: string;
13
13
  } | undefined;
14
- getRequest<T>(method: Method, signal?: AbortSignal): (url: string, data: AnyObject, options: IAPIClientRequestOptions, forResponse?: boolean | undefined) => Promise<T>;
14
+ getRequest<T>(method: Method, signal?: AbortSignal): (url: string, data: AnyObject, options: IAPIClientRequestOptions, forResponse?: boolean) => Promise<T>;
15
15
  get<T>(signal?: AbortSignal): (url: string, data: AnyObject, options: IAPIClientRequestOptions, forResponse?: boolean | undefined) => Promise<T>;
16
16
  post<T>(signal?: AbortSignal): (url: string, data: AnyObject, options: IAPIClientRequestOptions, forResponse?: boolean | undefined) => Promise<T>;
17
17
  put<T>(signal?: AbortSignal): (url: string, data: AnyObject, options: IAPIClientRequestOptions, forResponse?: boolean | undefined) => Promise<T>;
@@ -1,12 +1,12 @@
1
1
  import { Method } from 'axios';
2
- export declare type $TSFixMe = any;
3
- export declare type AnyObject = Record<string, $TSFixMe>;
2
+ export type $TSFixMe = any;
3
+ export type AnyObject = Record<string, $TSFixMe>;
4
4
  export interface IAPIClientRequestOptions {
5
5
  string?: boolean;
6
6
  params?: AnyObject;
7
7
  headers?: AnyObject;
8
8
  }
9
- declare type TRequest<T> = (url: string, data: AnyObject, options: IAPIClientRequestOptions, forResponse?: boolean) => Promise<T>;
9
+ type TRequest<T> = (url: string, data: AnyObject, options: IAPIClientRequestOptions, forResponse?: boolean) => Promise<T>;
10
10
  export interface IAPIClient {
11
11
  getRequest: <T = $TSFixMe>(method: Method, signal?: AbortSignal) => TRequest<T>;
12
12
  get: <T = $TSFixMe>(signal?: AbortSignal) => TRequest<T>;
@@ -1,7 +1,7 @@
1
1
  import { TUpdateSQLSnippetPayload } from '../api-caller/sql_snippet.typed';
2
2
  import { IStyles } from './styles';
3
- declare type TFormValues = TUpdateSQLSnippetPayload;
4
- declare type TUpdateSQLSnippetProps = {
3
+ type TFormValues = TUpdateSQLSnippetPayload;
4
+ type TUpdateSQLSnippetProps = {
5
5
  styles?: IStyles;
6
6
  onSuccess: () => void;
7
7
  } & TFormValues;
package/dist/stats.html CHANGED
@@ -6157,7 +6157,7 @@ var drawChart = (function (exports) {
6157
6157
  </script>
6158
6158
  <script>
6159
6159
  /*<!--*/
6160
- const data = {"version":2,"tree":{"name":"root","children":[{"name":"settings-form.umd.js","children":[{"uid":"9c2b-152","name":"\u0000commonjsHelpers.js"},{"name":"\u0000/Users/leto/github/merico-dev/table/node_modules","children":[{"name":"react","children":[{"uid":"9c2b-154","name":"jsx-runtime.js?commonjs-module"},{"name":"cjs","children":[{"uid":"9c2b-156","name":"react-jsx-runtime.production.min.js?commonjs-exports"},{"uid":"9c2b-160","name":"react-jsx-runtime.development.js?commonjs-exports"}]}]},{"name":"dayjs/dayjs.min.js?commonjs-module","uid":"9c2b-184"}]},{"name":"Users/leto/github/merico-dev/table","children":[{"name":"node_modules","children":[{"name":"react","children":[{"name":"cjs","children":[{"uid":"9c2b-158","name":"react-jsx-runtime.production.min.js"},{"uid":"9c2b-162","name":"react-jsx-runtime.development.js"}]},{"uid":"9c2b-164","name":"jsx-runtime.js"}]},{"name":"dayjs/dayjs.min.js","uid":"9c2b-186"},{"name":"prism-react-renderer","children":[{"name":"prism/index.js","uid":"9c2b-250"},{"name":"themes/duotoneDark/index.js","uid":"9c2b-252"},{"name":"dist/index.js","uid":"9c2b-254"}]},{"name":"@mantine/prism/esm","children":[{"name":"Prism","children":[{"uid":"9c2b-256","name":"CopyIcon.js"},{"uid":"9c2b-258","name":"prism-theme.js"},{"uid":"9c2b-260","name":"Prism.styles.js"},{"uid":"9c2b-262","name":"Prism.js"}]},{"name":"PrismTabs","children":[{"uid":"9c2b-264","name":"PrismTabs.styles.js"},{"uid":"9c2b-266","name":"PrismTabs.js"}]},{"uid":"9c2b-268","name":"index.js"}]}]},{"name":"shared/src/api-client","children":[{"uid":"9c2b-168","name":"utils.ts"},{"uid":"9c2b-170","name":"default-api-client.ts"},{"uid":"9c2b-172","name":"facade-api-client.ts"}]}]},{"name":"\u0000react/jsx-runtime","uid":"9c2b-166"},{"name":"src","children":[{"name":"api-caller","children":[{"uid":"9c2b-174","name":"request.ts"},{"uid":"9c2b-176","name":"account.ts"},{"uid":"9c2b-178","name":"api-key.ts"},{"uid":"9c2b-180","name":"datasource.ts"},{"uid":"9c2b-182","name":"role.ts"},{"uid":"9c2b-188","name":"sql_snippet.ts"},{"uid":"9c2b-190","name":"index.ts"}]},{"name":"datasource","children":[{"uid":"9c2b-192","name":"styles.ts"},{"name":"add-data-source","children":[{"name":"forms","children":[{"uid":"9c2b-194","name":"database.tsx"},{"uid":"9c2b-200","name":"http.tsx"}]},{"uid":"9c2b-202","name":"db-permission-tips.tsx"},{"uid":"9c2b-204","name":"index.tsx"}]},{"name":"components","children":[{"name":"function-string-field","children":[{"uid":"9c2b-196","name":"function-string-editor.tsx"},{"uid":"9c2b-198","name":"index.tsx"}]},{"uid":"9c2b-214","name":"data-source-icon.tsx"}]},{"uid":"9c2b-208","name":"delete-data-source.tsx"},{"name":"edit-data-source","children":[{"name":"forms/http.tsx","uid":"9c2b-210"},{"uid":"9c2b-212","name":"index.tsx"}]},{"uid":"9c2b-216","name":"data-source-list.tsx"}]},{"name":"utils/load-monaco-editor.ts","uid":"9c2b-206"},{"name":"account","children":[{"uid":"9c2b-218","name":"role-selector.tsx"},{"uid":"9c2b-220","name":"styles.ts"},{"uid":"9c2b-222","name":"add-account.tsx"},{"uid":"9c2b-224","name":"delete-account.tsx"},{"uid":"9c2b-226","name":"edit-account.tsx"},{"uid":"9c2b-228","name":"account-list.tsx"},{"name":"login","children":[{"uid":"9c2b-230","name":"form.tsx"},{"uid":"9c2b-232","name":"index.tsx"}]}]},{"name":"api-key","children":[{"uid":"9c2b-234","name":"styles.ts"},{"uid":"9c2b-236","name":"add-api-key.tsx"},{"uid":"9c2b-238","name":"delete-api-key.tsx"},{"uid":"9c2b-240","name":"api-key-list.tsx"}]},{"name":"components/minimal-mocaco-editor.tsx","uid":"9c2b-242"},{"name":"sql_snippet","children":[{"uid":"9c2b-244","name":"styles.ts"},{"uid":"9c2b-246","name":"add-sql_snippet.tsx"},{"uid":"9c2b-248","name":"update-sql_snippet.tsx"},{"uid":"9c2b-270","name":"delete-sql_snippet.tsx"},{"uid":"9c2b-272","name":"sql_snippet-list.tsx"}]},{"uid":"9c2b-274","name":"index.ts"}]},{"uid":"9c2b-276","name":"package.json"}]}],"isRoot":true},"nodeParts":{"9c2b-152":{"renderedLength":193,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-151"},"9c2b-154":{"renderedLength":144,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-153"},"9c2b-156":{"renderedLength":41,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-155"},"9c2b-158":{"renderedLength":1200,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-157"},"9c2b-160":{"renderedLength":38,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-159"},"9c2b-162":{"renderedLength":44168,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-161"},"9c2b-164":{"renderedLength":223,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-163"},"9c2b-166":{"renderedLength":119,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-165"},"9c2b-168":{"renderedLength":949,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-167"},"9c2b-170":{"renderedLength":2015,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-169"},"9c2b-172":{"renderedLength":405,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-171"},"9c2b-174":{"renderedLength":412,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-173"},"9c2b-176":{"renderedLength":1836,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-175"},"9c2b-178":{"renderedLength":609,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-177"},"9c2b-180":{"renderedLength":697,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-179"},"9c2b-182":{"renderedLength":126,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-181"},"9c2b-184":{"renderedLength":140,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-183"},"9c2b-186":{"renderedLength":7040,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-185"},"9c2b-188":{"renderedLength":1042,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-187"},"9c2b-190":{"renderedLength":87,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-189"},"9c2b-192":{"renderedLength":97,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-191"},"9c2b-194":{"renderedLength":2647,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-193"},"9c2b-196":{"renderedLength":448,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-195"},"9c2b-198":{"renderedLength":1703,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-197"},"9c2b-200":{"renderedLength":2528,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-199"},"9c2b-202":{"renderedLength":377,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-201"},"9c2b-204":{"renderedLength":2508,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-203"},"9c2b-206":{"renderedLength":532,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-205"},"9c2b-208":{"renderedLength":1689,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-207"},"9c2b-210":{"renderedLength":2212,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-209"},"9c2b-212":{"renderedLength":2929,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-211"},"9c2b-214":{"renderedLength":659,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-213"},"9c2b-216":{"renderedLength":2088,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-215"},"9c2b-218":{"renderedLength":1234,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-217"},"9c2b-220":{"renderedLength":97,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-219"},"9c2b-222":{"renderedLength":3151,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-221"},"9c2b-224":{"renderedLength":1274,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-223"},"9c2b-226":{"renderedLength":4117,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-225"},"9c2b-228":{"renderedLength":2502,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-227"},"9c2b-230":{"renderedLength":1806,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-229"},"9c2b-232":{"renderedLength":335,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-231"},"9c2b-234":{"renderedLength":97,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-233"},"9c2b-236":{"renderedLength":3537,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-235"},"9c2b-238":{"renderedLength":1273,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-237"},"9c2b-240":{"renderedLength":2383,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-239"},"9c2b-242":{"renderedLength":641,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-241"},"9c2b-244":{"renderedLength":95,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-243"},"9c2b-246":{"renderedLength":2676,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-245"},"9c2b-248":{"renderedLength":2700,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-247"},"9c2b-250":{"renderedLength":144711,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-249"},"9c2b-252":{"renderedLength":1695,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-251"},"9c2b-254":{"renderedLength":9298,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-253"},"9c2b-256":{"renderedLength":1375,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-255"},"9c2b-258":{"renderedLength":3393,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-257"},"9c2b-260":{"renderedLength":1383,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-259"},"9c2b-262":{"renderedLength":6174,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-261"},"9c2b-264":{"renderedLength":1593,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-263"},"9c2b-266":{"renderedLength":2621,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-265"},"9c2b-268":{"renderedLength":165,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-267"},"9c2b-270":{"renderedLength":1329,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-269"},"9c2b-272":{"renderedLength":2849,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-271"},"9c2b-274":{"renderedLength":177,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-273"},"9c2b-276":{"renderedLength":27,"gzipLength":0,"brotliLength":0,"metaUid":"9c2b-275"}},"nodeMetas":{"9c2b-151":{"id":"\u0000commonjsHelpers.js","moduleParts":{"settings-form.umd.js":"9c2b-152"},"imported":[],"importedBy":[{"uid":"9c2b-163"},{"uid":"9c2b-157"},{"uid":"9c2b-161"},{"uid":"9c2b-185"}]},"9c2b-153":{"id":"\u0000/Users/leto/github/merico-dev/table/node_modules/react/jsx-runtime.js?commonjs-module","moduleParts":{"settings-form.umd.js":"9c2b-154"},"imported":[],"importedBy":[{"uid":"9c2b-163"}]},"9c2b-155":{"id":"\u0000/Users/leto/github/merico-dev/table/node_modules/react/cjs/react-jsx-runtime.production.min.js?commonjs-exports","moduleParts":{"settings-form.umd.js":"9c2b-156"},"imported":[],"importedBy":[{"uid":"9c2b-157"}]},"9c2b-157":{"id":"/Users/leto/github/merico-dev/table/node_modules/react/cjs/react-jsx-runtime.production.min.js","moduleParts":{"settings-form.umd.js":"9c2b-158"},"imported":[{"uid":"9c2b-151"},{"uid":"9c2b-155"},{"uid":"9c2b-301"}],"importedBy":[{"uid":"9c2b-163"}]},"9c2b-159":{"id":"\u0000/Users/leto/github/merico-dev/table/node_modules/react/cjs/react-jsx-runtime.development.js?commonjs-exports","moduleParts":{"settings-form.umd.js":"9c2b-160"},"imported":[],"importedBy":[{"uid":"9c2b-161"}]},"9c2b-161":{"id":"/Users/leto/github/merico-dev/table/node_modules/react/cjs/react-jsx-runtime.development.js","moduleParts":{"settings-form.umd.js":"9c2b-162"},"imported":[{"uid":"9c2b-151"},{"uid":"9c2b-159"},{"uid":"9c2b-301"}],"importedBy":[{"uid":"9c2b-163"}]},"9c2b-163":{"id":"/Users/leto/github/merico-dev/table/node_modules/react/jsx-runtime.js","moduleParts":{"settings-form.umd.js":"9c2b-164"},"imported":[{"uid":"9c2b-151"},{"uid":"9c2b-153"},{"uid":"9c2b-157"},{"uid":"9c2b-161"}],"importedBy":[{"uid":"9c2b-165"}]},"9c2b-165":{"id":"\u0000react/jsx-runtime","moduleParts":{"settings-form.umd.js":"9c2b-166"},"imported":[{"uid":"9c2b-163"}],"importedBy":[{"uid":"9c2b-203"},{"uid":"9c2b-215"},{"uid":"9c2b-207"},{"uid":"9c2b-221"},{"uid":"9c2b-227"},{"uid":"9c2b-223"},{"uid":"9c2b-231"},{"uid":"9c2b-235"},{"uid":"9c2b-239"},{"uid":"9c2b-237"},{"uid":"9c2b-245"},{"uid":"9c2b-247"},{"uid":"9c2b-271"},{"uid":"9c2b-269"},{"uid":"9c2b-193"},{"uid":"9c2b-199"},{"uid":"9c2b-201"},{"uid":"9c2b-211"},{"uid":"9c2b-213"},{"uid":"9c2b-217"},{"uid":"9c2b-225"},{"uid":"9c2b-229"},{"uid":"9c2b-241"},{"uid":"9c2b-197"},{"uid":"9c2b-209"},{"uid":"9c2b-195"}]},"9c2b-167":{"id":"/Users/leto/github/merico-dev/table/shared/src/api-client/utils.ts","moduleParts":{"settings-form.umd.js":"9c2b-168"},"imported":[{"uid":"9c2b-299"}],"importedBy":[{"uid":"9c2b-295"},{"uid":"9c2b-169"}]},"9c2b-169":{"id":"/Users/leto/github/merico-dev/table/shared/src/api-client/default-api-client.ts","moduleParts":{"settings-form.umd.js":"9c2b-170"},"imported":[{"uid":"9c2b-167"},{"uid":"9c2b-300"}],"importedBy":[{"uid":"9c2b-295"}]},"9c2b-171":{"id":"/Users/leto/github/merico-dev/table/shared/src/api-client/facade-api-client.ts","moduleParts":{"settings-form.umd.js":"9c2b-172"},"imported":[],"importedBy":[{"uid":"9c2b-295"}]},"9c2b-173":{"id":"/src/api-caller/request.ts","moduleParts":{"settings-form.umd.js":"9c2b-174"},"imported":[{"uid":"9c2b-286"}],"importedBy":[{"uid":"9c2b-273"},{"uid":"9c2b-215"},{"uid":"9c2b-227"},{"uid":"9c2b-231"},{"uid":"9c2b-239"},{"uid":"9c2b-271"},{"uid":"9c2b-175"},{"uid":"9c2b-177"},{"uid":"9c2b-179"},{"uid":"9c2b-181"},{"uid":"9c2b-187"}]},"9c2b-175":{"id":"/src/api-caller/account.ts","moduleParts":{"settings-form.umd.js":"9c2b-176"},"imported":[{"uid":"9c2b-173"}],"importedBy":[{"uid":"9c2b-189"}]},"9c2b-177":{"id":"/src/api-caller/api-key.ts","moduleParts":{"settings-form.umd.js":"9c2b-178"},"imported":[{"uid":"9c2b-173"}],"importedBy":[{"uid":"9c2b-189"}]},"9c2b-179":{"id":"/src/api-caller/datasource.ts","moduleParts":{"settings-form.umd.js":"9c2b-180"},"imported":[{"uid":"9c2b-173"}],"importedBy":[{"uid":"9c2b-189"}]},"9c2b-181":{"id":"/src/api-caller/role.ts","moduleParts":{"settings-form.umd.js":"9c2b-182"},"imported":[{"uid":"9c2b-173"}],"importedBy":[{"uid":"9c2b-189"}]},"9c2b-183":{"id":"\u0000/Users/leto/github/merico-dev/table/node_modules/dayjs/dayjs.min.js?commonjs-module","moduleParts":{"settings-form.umd.js":"9c2b-184"},"imported":[],"importedBy":[{"uid":"9c2b-185"}]},"9c2b-185":{"id":"/Users/leto/github/merico-dev/table/node_modules/dayjs/dayjs.min.js","moduleParts":{"settings-form.umd.js":"9c2b-186"},"imported":[{"uid":"9c2b-151"},{"uid":"9c2b-183"}],"importedBy":[{"uid":"9c2b-187"}]},"9c2b-187":{"id":"/src/api-caller/sql_snippet.ts","moduleParts":{"settings-form.umd.js":"9c2b-188"},"imported":[{"uid":"9c2b-185"},{"uid":"9c2b-173"}],"importedBy":[{"uid":"9c2b-189"}]},"9c2b-189":{"id":"/src/api-caller/index.ts","moduleParts":{"settings-form.umd.js":"9c2b-190"},"imported":[{"uid":"9c2b-175"},{"uid":"9c2b-177"},{"uid":"9c2b-179"},{"uid":"9c2b-181"},{"uid":"9c2b-187"}],"importedBy":[{"uid":"9c2b-203"},{"uid":"9c2b-215"},{"uid":"9c2b-207"},{"uid":"9c2b-221"},{"uid":"9c2b-227"},{"uid":"9c2b-223"},{"uid":"9c2b-235"},{"uid":"9c2b-239"},{"uid":"9c2b-237"},{"uid":"9c2b-245"},{"uid":"9c2b-247"},{"uid":"9c2b-271"},{"uid":"9c2b-269"},{"uid":"9c2b-211"},{"uid":"9c2b-217"},{"uid":"9c2b-225"},{"uid":"9c2b-229"}]},"9c2b-191":{"id":"/src/datasource/styles.ts","moduleParts":{"settings-form.umd.js":"9c2b-192"},"imported":[],"importedBy":[{"uid":"9c2b-203"},{"uid":"9c2b-215"},{"uid":"9c2b-207"},{"uid":"9c2b-193"},{"uid":"9c2b-199"},{"uid":"9c2b-201"},{"uid":"9c2b-211"},{"uid":"9c2b-209"}]},"9c2b-193":{"id":"/src/datasource/add-data-source/forms/database.tsx","moduleParts":{"settings-form.umd.js":"9c2b-194"},"imported":[{"uid":"9c2b-165"},{"uid":"9c2b-287"},{"uid":"9c2b-289"},{"uid":"9c2b-294"},{"uid":"9c2b-191"}],"importedBy":[{"uid":"9c2b-203"}]},"9c2b-195":{"id":"/src/datasource/components/function-string-field/function-string-editor.tsx","moduleParts":{"settings-form.umd.js":"9c2b-196"},"imported":[{"uid":"9c2b-165"},{"uid":"9c2b-287"},{"uid":"9c2b-296"}],"importedBy":[{"uid":"9c2b-197"}]},"9c2b-197":{"id":"/src/datasource/components/function-string-field/index.tsx","moduleParts":{"settings-form.umd.js":"9c2b-198"},"imported":[{"uid":"9c2b-165"},{"uid":"9c2b-287"},{"uid":"9c2b-291"},{"uid":"9c2b-289"},{"uid":"9c2b-290"},{"uid":"9c2b-195"}],"importedBy":[{"uid":"9c2b-199"},{"uid":"9c2b-209"}]},"9c2b-199":{"id":"/src/datasource/add-data-source/forms/http.tsx","moduleParts":{"settings-form.umd.js":"9c2b-200"},"imported":[{"uid":"9c2b-165"},{"uid":"9c2b-287"},{"uid":"9c2b-294"},{"uid":"9c2b-191"},{"uid":"9c2b-197"}],"importedBy":[{"uid":"9c2b-203"}]},"9c2b-201":{"id":"/src/datasource/add-data-source/db-permission-tips.tsx","moduleParts":{"settings-form.umd.js":"9c2b-202"},"imported":[{"uid":"9c2b-165"},{"uid":"9c2b-287"},{"uid":"9c2b-191"},{"uid":"9c2b-290"}],"importedBy":[{"uid":"9c2b-203"}]},"9c2b-203":{"id":"/src/datasource/add-data-source/index.tsx","moduleParts":{"settings-form.umd.js":"9c2b-204"},"imported":[{"uid":"9c2b-165"},{"uid":"9c2b-287"},{"uid":"9c2b-288"},{"uid":"9c2b-289"},{"uid":"9c2b-290"},{"uid":"9c2b-189"},{"uid":"9c2b-191"},{"uid":"9c2b-193"},{"uid":"9c2b-199"},{"uid":"9c2b-201"}],"importedBy":[{"uid":"9c2b-277"},{"uid":"9c2b-215"}]},"9c2b-205":{"id":"/src/utils/load-monaco-editor.ts","moduleParts":{"settings-form.umd.js":"9c2b-206"},"imported":[{"uid":"9c2b-296"},{"uid":"9c2b-289"}],"importedBy":[{"uid":"9c2b-215"}]},"9c2b-207":{"id":"/src/datasource/delete-data-source.tsx","moduleParts":{"settings-form.umd.js":"9c2b-208"},"imported":[{"uid":"9c2b-165"},{"uid":"9c2b-287"},{"uid":"9c2b-292"},{"uid":"9c2b-288"},{"uid":"9c2b-293"},{"uid":"9c2b-290"},{"uid":"9c2b-189"},{"uid":"9c2b-191"}],"importedBy":[{"uid":"9c2b-277"},{"uid":"9c2b-215"}]},"9c2b-209":{"id":"/src/datasource/edit-data-source/forms/http.tsx","moduleParts":{"settings-form.umd.js":"9c2b-210"},"imported":[{"uid":"9c2b-165"},{"uid":"9c2b-287"},{"uid":"9c2b-294"},{"uid":"9c2b-197"},{"uid":"9c2b-191"}],"importedBy":[{"uid":"9c2b-211"}]},"9c2b-211":{"id":"/src/datasource/edit-data-source/index.tsx","moduleParts":{"settings-form.umd.js":"9c2b-212"},"imported":[{"uid":"9c2b-165"},{"uid":"9c2b-287"},{"uid":"9c2b-288"},{"uid":"9c2b-293"},{"uid":"9c2b-289"},{"uid":"9c2b-189"},{"uid":"9c2b-191"},{"uid":"9c2b-209"}],"importedBy":[{"uid":"9c2b-215"}]},"9c2b-213":{"id":"/src/datasource/components/data-source-icon.tsx","moduleParts":{"settings-form.umd.js":"9c2b-214"},"imported":[{"uid":"9c2b-165"},{"uid":"9c2b-293"},{"uid":"9c2b-287"}],"importedBy":[{"uid":"9c2b-215"}]},"9c2b-215":{"id":"/src/datasource/data-source-list.tsx","moduleParts":{"settings-form.umd.js":"9c2b-216"},"imported":[{"uid":"9c2b-165"},{"uid":"9c2b-287"},{"uid":"9c2b-291"},{"uid":"9c2b-189"},{"uid":"9c2b-173"},{"uid":"9c2b-205"},{"uid":"9c2b-203"},{"uid":"9c2b-207"},{"uid":"9c2b-191"},{"uid":"9c2b-211"},{"uid":"9c2b-213"}],"importedBy":[{"uid":"9c2b-277"}]},"9c2b-217":{"id":"/src/account/role-selector.tsx","moduleParts":{"settings-form.umd.js":"9c2b-218"},"imported":[{"uid":"9c2b-165"},{"uid":"9c2b-287"},{"uid":"9c2b-291"},{"uid":"9c2b-289"},{"uid":"9c2b-189"}],"importedBy":[{"uid":"9c2b-221"},{"uid":"9c2b-235"},{"uid":"9c2b-225"}]},"9c2b-219":{"id":"/src/account/styles.ts","moduleParts":{"settings-form.umd.js":"9c2b-220"},"imported":[],"importedBy":[{"uid":"9c2b-221"},{"uid":"9c2b-227"},{"uid":"9c2b-223"},{"uid":"9c2b-231"},{"uid":"9c2b-225"},{"uid":"9c2b-229"}]},"9c2b-221":{"id":"/src/account/add-account.tsx","moduleParts":{"settings-form.umd.js":"9c2b-222"},"imported":[{"uid":"9c2b-165"},{"uid":"9c2b-287"},{"uid":"9c2b-288"},{"uid":"9c2b-289"},{"uid":"9c2b-294"},{"uid":"9c2b-290"},{"uid":"9c2b-189"},{"uid":"9c2b-217"},{"uid":"9c2b-219"}],"importedBy":[{"uid":"9c2b-278"},{"uid":"9c2b-227"}]},"9c2b-223":{"id":"/src/account/delete-account.tsx","moduleParts":{"settings-form.umd.js":"9c2b-224"},"imported":[{"uid":"9c2b-165"},{"uid":"9c2b-287"},{"uid":"9c2b-292"},{"uid":"9c2b-288"},{"uid":"9c2b-290"},{"uid":"9c2b-189"},{"uid":"9c2b-219"}],"importedBy":[{"uid":"9c2b-278"},{"uid":"9c2b-227"}]},"9c2b-225":{"id":"/src/account/edit-account.tsx","moduleParts":{"settings-form.umd.js":"9c2b-226"},"imported":[{"uid":"9c2b-165"},{"uid":"9c2b-287"},{"uid":"9c2b-288"},{"uid":"9c2b-289"},{"uid":"9c2b-294"},{"uid":"9c2b-290"},{"uid":"9c2b-189"},{"uid":"9c2b-217"},{"uid":"9c2b-219"}],"importedBy":[{"uid":"9c2b-227"}]},"9c2b-227":{"id":"/src/account/account-list.tsx","moduleParts":{"settings-form.umd.js":"9c2b-228"},"imported":[{"uid":"9c2b-165"},{"uid":"9c2b-287"},{"uid":"9c2b-291"},{"uid":"9c2b-189"},{"uid":"9c2b-173"},{"uid":"9c2b-221"},{"uid":"9c2b-223"},{"uid":"9c2b-225"},{"uid":"9c2b-219"}],"importedBy":[{"uid":"9c2b-278"}]},"9c2b-229":{"id":"/src/account/login/form.tsx","moduleParts":{"settings-form.umd.js":"9c2b-230"},"imported":[{"uid":"9c2b-165"},{"uid":"9c2b-287"},{"uid":"9c2b-288"},{"uid":"9c2b-294"},{"uid":"9c2b-189"},{"uid":"9c2b-219"}],"importedBy":[{"uid":"9c2b-231"}]},"9c2b-231":{"id":"/src/account/login/index.tsx","moduleParts":{"settings-form.umd.js":"9c2b-232"},"imported":[{"uid":"9c2b-165"},{"uid":"9c2b-287"},{"uid":"9c2b-173"},{"uid":"9c2b-219"},{"uid":"9c2b-229"}],"importedBy":[{"uid":"9c2b-278"}]},"9c2b-233":{"id":"/src/api-key/styles.ts","moduleParts":{"settings-form.umd.js":"9c2b-234"},"imported":[],"importedBy":[{"uid":"9c2b-235"},{"uid":"9c2b-239"},{"uid":"9c2b-237"}]},"9c2b-235":{"id":"/src/api-key/add-api-key.tsx","moduleParts":{"settings-form.umd.js":"9c2b-236"},"imported":[{"uid":"9c2b-165"},{"uid":"9c2b-287"},{"uid":"9c2b-292"},{"uid":"9c2b-288"},{"uid":"9c2b-289"},{"uid":"9c2b-294"},{"uid":"9c2b-290"},{"uid":"9c2b-217"},{"uid":"9c2b-189"},{"uid":"9c2b-233"}],"importedBy":[{"uid":"9c2b-279"},{"uid":"9c2b-239"}]},"9c2b-237":{"id":"/src/api-key/delete-api-key.tsx","moduleParts":{"settings-form.umd.js":"9c2b-238"},"imported":[{"uid":"9c2b-165"},{"uid":"9c2b-287"},{"uid":"9c2b-292"},{"uid":"9c2b-288"},{"uid":"9c2b-290"},{"uid":"9c2b-189"},{"uid":"9c2b-233"}],"importedBy":[{"uid":"9c2b-279"},{"uid":"9c2b-239"}]},"9c2b-239":{"id":"/src/api-key/api-key-list.tsx","moduleParts":{"settings-form.umd.js":"9c2b-240"},"imported":[{"uid":"9c2b-165"},{"uid":"9c2b-287"},{"uid":"9c2b-291"},{"uid":"9c2b-189"},{"uid":"9c2b-173"},{"uid":"9c2b-235"},{"uid":"9c2b-237"},{"uid":"9c2b-233"}],"importedBy":[{"uid":"9c2b-279"}]},"9c2b-241":{"id":"/src/components/minimal-mocaco-editor.tsx","moduleParts":{"settings-form.umd.js":"9c2b-242"},"imported":[{"uid":"9c2b-165"},{"uid":"9c2b-296"}],"importedBy":[{"uid":"9c2b-245"},{"uid":"9c2b-247"}]},"9c2b-243":{"id":"/src/sql_snippet/styles.ts","moduleParts":{"settings-form.umd.js":"9c2b-244"},"imported":[],"importedBy":[{"uid":"9c2b-245"},{"uid":"9c2b-247"},{"uid":"9c2b-271"},{"uid":"9c2b-269"}]},"9c2b-245":{"id":"/src/sql_snippet/add-sql_snippet.tsx","moduleParts":{"settings-form.umd.js":"9c2b-246"},"imported":[{"uid":"9c2b-165"},{"uid":"9c2b-287"},{"uid":"9c2b-288"},{"uid":"9c2b-289"},{"uid":"9c2b-294"},{"uid":"9c2b-290"},{"uid":"9c2b-189"},{"uid":"9c2b-241"},{"uid":"9c2b-243"}],"importedBy":[{"uid":"9c2b-280"},{"uid":"9c2b-271"}]},"9c2b-247":{"id":"/src/sql_snippet/update-sql_snippet.tsx","moduleParts":{"settings-form.umd.js":"9c2b-248"},"imported":[{"uid":"9c2b-165"},{"uid":"9c2b-287"},{"uid":"9c2b-288"},{"uid":"9c2b-289"},{"uid":"9c2b-294"},{"uid":"9c2b-189"},{"uid":"9c2b-241"},{"uid":"9c2b-243"},{"uid":"9c2b-293"}],"importedBy":[{"uid":"9c2b-280"},{"uid":"9c2b-271"}]},"9c2b-249":{"id":"/Users/leto/github/merico-dev/table/node_modules/prism-react-renderer/prism/index.js","moduleParts":{"settings-form.umd.js":"9c2b-250"},"imported":[],"importedBy":[{"uid":"9c2b-253"}]},"9c2b-251":{"id":"/Users/leto/github/merico-dev/table/node_modules/prism-react-renderer/themes/duotoneDark/index.js","moduleParts":{"settings-form.umd.js":"9c2b-252"},"imported":[],"importedBy":[{"uid":"9c2b-253"}]},"9c2b-253":{"id":"/Users/leto/github/merico-dev/table/node_modules/prism-react-renderer/dist/index.js","moduleParts":{"settings-form.umd.js":"9c2b-254"},"imported":[{"uid":"9c2b-249"},{"uid":"9c2b-251"},{"uid":"9c2b-289"}],"importedBy":[{"uid":"9c2b-261"}]},"9c2b-255":{"id":"/Users/leto/github/merico-dev/table/node_modules/@mantine/prism/esm/Prism/CopyIcon.js","moduleParts":{"settings-form.umd.js":"9c2b-256"},"imported":[{"uid":"9c2b-289"}],"importedBy":[{"uid":"9c2b-261"}]},"9c2b-257":{"id":"/Users/leto/github/merico-dev/table/node_modules/@mantine/prism/esm/Prism/prism-theme.js","moduleParts":{"settings-form.umd.js":"9c2b-258"},"imported":[],"importedBy":[{"uid":"9c2b-261"}]},"9c2b-259":{"id":"/Users/leto/github/merico-dev/table/node_modules/@mantine/prism/esm/Prism/Prism.styles.js","moduleParts":{"settings-form.umd.js":"9c2b-260"},"imported":[{"uid":"9c2b-287"}],"importedBy":[{"uid":"9c2b-261"}]},"9c2b-261":{"id":"/Users/leto/github/merico-dev/table/node_modules/@mantine/prism/esm/Prism/Prism.js","moduleParts":{"settings-form.umd.js":"9c2b-262"},"imported":[{"uid":"9c2b-289"},{"uid":"9c2b-253"},{"uid":"9c2b-287"},{"uid":"9c2b-298"},{"uid":"9c2b-255"},{"uid":"9c2b-257"},{"uid":"9c2b-259"}],"importedBy":[{"uid":"9c2b-267"},{"uid":"9c2b-265"}]},"9c2b-263":{"id":"/Users/leto/github/merico-dev/table/node_modules/@mantine/prism/esm/PrismTabs/PrismTabs.styles.js","moduleParts":{"settings-form.umd.js":"9c2b-264"},"imported":[{"uid":"9c2b-287"}],"importedBy":[{"uid":"9c2b-265"}]},"9c2b-265":{"id":"/Users/leto/github/merico-dev/table/node_modules/@mantine/prism/esm/PrismTabs/PrismTabs.js","moduleParts":{"settings-form.umd.js":"9c2b-266"},"imported":[{"uid":"9c2b-289"},{"uid":"9c2b-287"},{"uid":"9c2b-261"},{"uid":"9c2b-263"}],"importedBy":[{"uid":"9c2b-267"}]},"9c2b-267":{"id":"/Users/leto/github/merico-dev/table/node_modules/@mantine/prism/esm/index.js","moduleParts":{"settings-form.umd.js":"9c2b-268"},"imported":[{"uid":"9c2b-287"},{"uid":"9c2b-265"},{"uid":"9c2b-261"}],"importedBy":[{"uid":"9c2b-271"}]},"9c2b-269":{"id":"/src/sql_snippet/delete-sql_snippet.tsx","moduleParts":{"settings-form.umd.js":"9c2b-270"},"imported":[{"uid":"9c2b-165"},{"uid":"9c2b-287"},{"uid":"9c2b-292"},{"uid":"9c2b-288"},{"uid":"9c2b-290"},{"uid":"9c2b-189"},{"uid":"9c2b-243"}],"importedBy":[{"uid":"9c2b-280"},{"uid":"9c2b-271"}]},"9c2b-271":{"id":"/src/sql_snippet/sql_snippet-list.tsx","moduleParts":{"settings-form.umd.js":"9c2b-272"},"imported":[{"uid":"9c2b-165"},{"uid":"9c2b-287"},{"uid":"9c2b-267"},{"uid":"9c2b-291"},{"uid":"9c2b-189"},{"uid":"9c2b-173"},{"uid":"9c2b-245"},{"uid":"9c2b-269"},{"uid":"9c2b-243"},{"uid":"9c2b-293"},{"uid":"9c2b-247"}],"importedBy":[{"uid":"9c2b-280"}]},"9c2b-273":{"id":"/src/index.ts","moduleParts":{"settings-form.umd.js":"9c2b-274"},"imported":[{"uid":"9c2b-277"},{"uid":"9c2b-278"},{"uid":"9c2b-279"},{"uid":"9c2b-280"},{"uid":"9c2b-173"},{"uid":"9c2b-281"},{"uid":"9c2b-282"},{"uid":"9c2b-283"},{"uid":"9c2b-284"},{"uid":"9c2b-285"},{"uid":"9c2b-275","dynamic":true}],"importedBy":[],"isEntry":true},"9c2b-275":{"id":"/package.json","moduleParts":{"settings-form.umd.js":"9c2b-276"},"imported":[],"importedBy":[{"uid":"9c2b-273"}]},"9c2b-277":{"id":"/src/datasource/index.tsx","moduleParts":{},"imported":[{"uid":"9c2b-203"},{"uid":"9c2b-215"},{"uid":"9c2b-207"}],"importedBy":[{"uid":"9c2b-273"}]},"9c2b-278":{"id":"/src/account/index.tsx","moduleParts":{},"imported":[{"uid":"9c2b-221"},{"uid":"9c2b-227"},{"uid":"9c2b-223"},{"uid":"9c2b-231"}],"importedBy":[{"uid":"9c2b-273"}]},"9c2b-279":{"id":"/src/api-key/index.tsx","moduleParts":{},"imported":[{"uid":"9c2b-235"},{"uid":"9c2b-239"},{"uid":"9c2b-237"}],"importedBy":[{"uid":"9c2b-273"}]},"9c2b-280":{"id":"/src/sql_snippet/index.tsx","moduleParts":{},"imported":[{"uid":"9c2b-245"},{"uid":"9c2b-247"},{"uid":"9c2b-271"},{"uid":"9c2b-269"}],"importedBy":[{"uid":"9c2b-273"}]},"9c2b-281":{"id":"/src/api-caller/account.typed.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"9c2b-273"}]},"9c2b-282":{"id":"/src/api-caller/api-key.typed.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"9c2b-273"}]},"9c2b-283":{"id":"/src/api-caller/datasource.typed.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"9c2b-273"}]},"9c2b-284":{"id":"/src/api-caller/role.typed.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"9c2b-273"}]},"9c2b-285":{"id":"/src/api-caller/sql_snippet.typed.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"9c2b-273"}]},"9c2b-286":{"id":"/Users/leto/github/merico-dev/table/shared/src/index.ts","moduleParts":{},"imported":[{"uid":"9c2b-295"}],"importedBy":[{"uid":"9c2b-173"}]},"9c2b-287":{"id":"@mantine/core","moduleParts":{},"imported":[],"importedBy":[{"uid":"9c2b-203"},{"uid":"9c2b-215"},{"uid":"9c2b-207"},{"uid":"9c2b-221"},{"uid":"9c2b-227"},{"uid":"9c2b-223"},{"uid":"9c2b-231"},{"uid":"9c2b-235"},{"uid":"9c2b-239"},{"uid":"9c2b-237"},{"uid":"9c2b-245"},{"uid":"9c2b-247"},{"uid":"9c2b-271"},{"uid":"9c2b-269"},{"uid":"9c2b-193"},{"uid":"9c2b-199"},{"uid":"9c2b-201"},{"uid":"9c2b-211"},{"uid":"9c2b-213"},{"uid":"9c2b-217"},{"uid":"9c2b-225"},{"uid":"9c2b-229"},{"uid":"9c2b-267"},{"uid":"9c2b-197"},{"uid":"9c2b-209"},{"uid":"9c2b-265"},{"uid":"9c2b-261"},{"uid":"9c2b-195"},{"uid":"9c2b-263"},{"uid":"9c2b-259"}],"isExternal":true},"9c2b-288":{"id":"@mantine/notifications","moduleParts":{},"imported":[],"importedBy":[{"uid":"9c2b-203"},{"uid":"9c2b-207"},{"uid":"9c2b-221"},{"uid":"9c2b-223"},{"uid":"9c2b-235"},{"uid":"9c2b-237"},{"uid":"9c2b-245"},{"uid":"9c2b-247"},{"uid":"9c2b-269"},{"uid":"9c2b-211"},{"uid":"9c2b-225"},{"uid":"9c2b-229"}],"isExternal":true},"9c2b-289":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"9c2b-203"},{"uid":"9c2b-221"},{"uid":"9c2b-235"},{"uid":"9c2b-245"},{"uid":"9c2b-247"},{"uid":"9c2b-193"},{"uid":"9c2b-205"},{"uid":"9c2b-211"},{"uid":"9c2b-217"},{"uid":"9c2b-225"},{"uid":"9c2b-197"},{"uid":"9c2b-265"},{"uid":"9c2b-261"},{"uid":"9c2b-253"},{"uid":"9c2b-255"},{"uid":"9c2b-301"}],"isExternal":true},"9c2b-290":{"id":"tabler-icons-react","moduleParts":{},"imported":[],"importedBy":[{"uid":"9c2b-203"},{"uid":"9c2b-207"},{"uid":"9c2b-221"},{"uid":"9c2b-223"},{"uid":"9c2b-235"},{"uid":"9c2b-237"},{"uid":"9c2b-245"},{"uid":"9c2b-269"},{"uid":"9c2b-201"},{"uid":"9c2b-225"},{"uid":"9c2b-197"}],"isExternal":true},"9c2b-291":{"id":"ahooks","moduleParts":{},"imported":[],"importedBy":[{"uid":"9c2b-215"},{"uid":"9c2b-227"},{"uid":"9c2b-239"},{"uid":"9c2b-271"},{"uid":"9c2b-217"},{"uid":"9c2b-197"}],"isExternal":true},"9c2b-292":{"id":"@mantine/modals","moduleParts":{},"imported":[],"importedBy":[{"uid":"9c2b-207"},{"uid":"9c2b-223"},{"uid":"9c2b-235"},{"uid":"9c2b-237"},{"uid":"9c2b-269"}],"isExternal":true},"9c2b-293":{"id":"@tabler/icons-react","moduleParts":{},"imported":[],"importedBy":[{"uid":"9c2b-207"},{"uid":"9c2b-247"},{"uid":"9c2b-271"},{"uid":"9c2b-211"},{"uid":"9c2b-213"}],"isExternal":true},"9c2b-294":{"id":"react-hook-form","moduleParts":{},"imported":[],"importedBy":[{"uid":"9c2b-221"},{"uid":"9c2b-235"},{"uid":"9c2b-245"},{"uid":"9c2b-247"},{"uid":"9c2b-193"},{"uid":"9c2b-199"},{"uid":"9c2b-225"},{"uid":"9c2b-229"},{"uid":"9c2b-209"}],"isExternal":true},"9c2b-295":{"id":"/Users/leto/github/merico-dev/table/shared/src/api-client/index.ts","moduleParts":{},"imported":[{"uid":"9c2b-297"},{"uid":"9c2b-167"},{"uid":"9c2b-169"},{"uid":"9c2b-171"}],"importedBy":[{"uid":"9c2b-286"}]},"9c2b-296":{"id":"@monaco-editor/react","moduleParts":{},"imported":[],"importedBy":[{"uid":"9c2b-205"},{"uid":"9c2b-241"},{"uid":"9c2b-195"}],"isExternal":true},"9c2b-297":{"id":"/Users/leto/github/merico-dev/table/shared/src/api-client/types.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"9c2b-295"}]},"9c2b-298":{"id":"@mantine/hooks","moduleParts":{},"imported":[],"importedBy":[{"uid":"9c2b-261"}],"isExternal":true},"9c2b-299":{"id":"crypto-js","moduleParts":{},"imported":[],"importedBy":[{"uid":"9c2b-167"}],"isExternal":true},"9c2b-300":{"id":"axios","moduleParts":{},"imported":[],"importedBy":[{"uid":"9c2b-169"}],"isExternal":true},"9c2b-301":{"id":"\u0000react?commonjs-external","moduleParts":{},"imported":[{"uid":"9c2b-289"}],"importedBy":[{"uid":"9c2b-157"},{"uid":"9c2b-161"}]}},"env":{"rollup":"3.26.2"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
6160
+ const data = {"version":2,"tree":{"name":"root","children":[{"name":"settings-form.umd.js","children":[{"name":"\u0000/Users/leto/github/merico-dev/table/node_modules/react","children":[{"uid":"04ff-153","name":"jsx-runtime.js?commonjs-module"},{"name":"cjs","children":[{"uid":"04ff-155","name":"react-jsx-runtime.production.min.js?commonjs-exports"},{"uid":"04ff-159","name":"react-jsx-runtime.development.js?commonjs-exports"}]}]},{"name":"Users/leto/github/merico-dev/table","children":[{"name":"node_modules","children":[{"name":"react","children":[{"name":"cjs","children":[{"uid":"04ff-157","name":"react-jsx-runtime.production.min.js"},{"uid":"04ff-161","name":"react-jsx-runtime.development.js"}]},{"uid":"04ff-163","name":"jsx-runtime.js"}]},{"name":"dayjs/esm","children":[{"uid":"04ff-181","name":"constant.js"},{"name":"locale/en.js","uid":"04ff-183"},{"uid":"04ff-185","name":"utils.js"},{"uid":"04ff-187","name":"index.js"}]},{"name":"prism-react-renderer","children":[{"name":"prism/index.js","uid":"04ff-251"},{"name":"themes/duotoneDark/index.js","uid":"04ff-253"},{"name":"dist/index.js","uid":"04ff-255"}]},{"name":"@mantine/prism/esm","children":[{"name":"Prism","children":[{"uid":"04ff-257","name":"CopyIcon.js"},{"uid":"04ff-259","name":"prism-theme.js"},{"uid":"04ff-261","name":"Prism.styles.js"},{"uid":"04ff-263","name":"Prism.js"}]},{"name":"PrismTabs","children":[{"uid":"04ff-265","name":"PrismTabs.styles.js"},{"uid":"04ff-267","name":"PrismTabs.js"}]},{"uid":"04ff-269","name":"index.js"}]}]},{"name":"shared/src/api-client","children":[{"uid":"04ff-165","name":"utils.ts"},{"uid":"04ff-167","name":"default-api-client.ts"},{"uid":"04ff-169","name":"facade-api-client.ts"}]}]},{"name":"src","children":[{"name":"api-caller","children":[{"uid":"04ff-171","name":"request.ts"},{"uid":"04ff-173","name":"account.ts"},{"uid":"04ff-175","name":"api-key.ts"},{"uid":"04ff-177","name":"datasource.ts"},{"uid":"04ff-179","name":"role.ts"},{"uid":"04ff-189","name":"sql_snippet.ts"},{"uid":"04ff-191","name":"index.ts"}]},{"name":"datasource","children":[{"uid":"04ff-193","name":"styles.ts"},{"name":"add-data-source","children":[{"name":"forms","children":[{"uid":"04ff-195","name":"database.tsx"},{"uid":"04ff-201","name":"http.tsx"}]},{"uid":"04ff-203","name":"db-permission-tips.tsx"},{"uid":"04ff-205","name":"index.tsx"}]},{"name":"components","children":[{"name":"function-string-field","children":[{"uid":"04ff-197","name":"function-string-editor.tsx"},{"uid":"04ff-199","name":"index.tsx"}]},{"uid":"04ff-215","name":"data-source-icon.tsx"}]},{"uid":"04ff-209","name":"delete-data-source.tsx"},{"name":"edit-data-source","children":[{"name":"forms/http.tsx","uid":"04ff-211"},{"uid":"04ff-213","name":"index.tsx"}]},{"uid":"04ff-217","name":"data-source-list.tsx"}]},{"name":"utils/load-monaco-editor.ts","uid":"04ff-207"},{"name":"account","children":[{"uid":"04ff-219","name":"role-selector.tsx"},{"uid":"04ff-221","name":"styles.ts"},{"uid":"04ff-223","name":"add-account.tsx"},{"uid":"04ff-225","name":"delete-account.tsx"},{"uid":"04ff-227","name":"edit-account.tsx"},{"uid":"04ff-229","name":"account-list.tsx"},{"name":"login","children":[{"uid":"04ff-231","name":"form.tsx"},{"uid":"04ff-233","name":"index.tsx"}]}]},{"name":"api-key","children":[{"uid":"04ff-235","name":"styles.ts"},{"uid":"04ff-237","name":"add-api-key.tsx"},{"uid":"04ff-239","name":"delete-api-key.tsx"},{"uid":"04ff-241","name":"api-key-list.tsx"}]},{"name":"components/minimal-mocaco-editor.tsx","uid":"04ff-243"},{"name":"sql_snippet","children":[{"uid":"04ff-245","name":"styles.ts"},{"uid":"04ff-247","name":"add-sql_snippet.tsx"},{"uid":"04ff-249","name":"update-sql_snippet.tsx"},{"uid":"04ff-271","name":"delete-sql_snippet.tsx"},{"uid":"04ff-273","name":"sql_snippet-list.tsx"}]},{"uid":"04ff-275","name":"index.ts"}]},{"uid":"04ff-277","name":"package.json"}]}],"isRoot":true},"nodeParts":{"04ff-153":{"renderedLength":33,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-152"},"04ff-155":{"renderedLength":42,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-154"},"04ff-157":{"renderedLength":1217,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-156"},"04ff-159":{"renderedLength":39,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-158"},"04ff-161":{"renderedLength":45245,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-160"},"04ff-163":{"renderedLength":237,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-162"},"04ff-165":{"renderedLength":949,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-164"},"04ff-167":{"renderedLength":2050,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-166"},"04ff-169":{"renderedLength":422,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-168"},"04ff-171":{"renderedLength":426,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-170"},"04ff-173":{"renderedLength":1913,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-172"},"04ff-175":{"renderedLength":641,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-174"},"04ff-177":{"renderedLength":730,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-176"},"04ff-179":{"renderedLength":132,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-178"},"04ff-181":{"renderedLength":1011,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-180"},"04ff-183":{"renderedLength":494,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-182"},"04ff-185":{"renderedLength":1623,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-184"},"04ff-187":{"renderedLength":14004,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-186"},"04ff-189":{"renderedLength":1079,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-188"},"04ff-191":{"renderedLength":94,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-190"},"04ff-193":{"renderedLength":104,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-192"},"04ff-195":{"renderedLength":3028,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-194"},"04ff-197":{"renderedLength":502,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-196"},"04ff-199":{"renderedLength":1962,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-198"},"04ff-201":{"renderedLength":2826,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-200"},"04ff-203":{"renderedLength":458,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-202"},"04ff-205":{"renderedLength":2781,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-204"},"04ff-207":{"renderedLength":551,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-206"},"04ff-209":{"renderedLength":1845,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-208"},"04ff-211":{"renderedLength":2483,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-210"},"04ff-213":{"renderedLength":3259,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-212"},"04ff-215":{"renderedLength":790,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-214"},"04ff-217":{"renderedLength":2516,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-216"},"04ff-219":{"renderedLength":1346,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-218"},"04ff-221":{"renderedLength":104,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-220"},"04ff-223":{"renderedLength":3556,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-222"},"04ff-225":{"renderedLength":1356,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-224"},"04ff-227":{"renderedLength":4605,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-226"},"04ff-229":{"renderedLength":2963,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-228"},"04ff-231":{"renderedLength":2002,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-230"},"04ff-233":{"renderedLength":417,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-232"},"04ff-235":{"renderedLength":104,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-234"},"04ff-237":{"renderedLength":3975,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-236"},"04ff-239":{"renderedLength":1355,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-238"},"04ff-241":{"renderedLength":2823,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-240"},"04ff-243":{"renderedLength":682,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-242"},"04ff-245":{"renderedLength":102,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-244"},"04ff-247":{"renderedLength":3035,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-246"},"04ff-249":{"renderedLength":3062,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-248"},"04ff-251":{"renderedLength":148464,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-250"},"04ff-253":{"renderedLength":1767,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-252"},"04ff-255":{"renderedLength":9562,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-254"},"04ff-257":{"renderedLength":1394,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-256"},"04ff-259":{"renderedLength":3572,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-258"},"04ff-261":{"renderedLength":1430,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-260"},"04ff-263":{"renderedLength":6332,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-262"},"04ff-265":{"renderedLength":1639,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-264"},"04ff-267":{"renderedLength":2707,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-266"},"04ff-269":{"renderedLength":170,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-268"},"04ff-271":{"renderedLength":1413,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-270"},"04ff-273":{"renderedLength":3473,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-272"},"04ff-275":{"renderedLength":183,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-274"},"04ff-277":{"renderedLength":28,"gzipLength":0,"brotliLength":0,"metaUid":"04ff-276"}},"nodeMetas":{"04ff-152":{"id":"\u0000/Users/leto/github/merico-dev/table/node_modules/react/jsx-runtime.js?commonjs-module","moduleParts":{"settings-form.umd.js":"04ff-153"},"imported":[],"importedBy":[{"uid":"04ff-162"}]},"04ff-154":{"id":"\u0000/Users/leto/github/merico-dev/table/node_modules/react/cjs/react-jsx-runtime.production.min.js?commonjs-exports","moduleParts":{"settings-form.umd.js":"04ff-155"},"imported":[],"importedBy":[{"uid":"04ff-156"}]},"04ff-156":{"id":"/Users/leto/github/merico-dev/table/node_modules/react/cjs/react-jsx-runtime.production.min.js","moduleParts":{"settings-form.umd.js":"04ff-157"},"imported":[{"uid":"04ff-297"},{"uid":"04ff-154"},{"uid":"04ff-300"}],"importedBy":[{"uid":"04ff-162"}]},"04ff-158":{"id":"\u0000/Users/leto/github/merico-dev/table/node_modules/react/cjs/react-jsx-runtime.development.js?commonjs-exports","moduleParts":{"settings-form.umd.js":"04ff-159"},"imported":[],"importedBy":[{"uid":"04ff-160"}]},"04ff-160":{"id":"/Users/leto/github/merico-dev/table/node_modules/react/cjs/react-jsx-runtime.development.js","moduleParts":{"settings-form.umd.js":"04ff-161"},"imported":[{"uid":"04ff-297"},{"uid":"04ff-158"},{"uid":"04ff-300"}],"importedBy":[{"uid":"04ff-162"}]},"04ff-162":{"id":"/Users/leto/github/merico-dev/table/node_modules/react/jsx-runtime.js","moduleParts":{"settings-form.umd.js":"04ff-163"},"imported":[{"uid":"04ff-297"},{"uid":"04ff-152"},{"uid":"04ff-156"},{"uid":"04ff-160"}],"importedBy":[{"uid":"04ff-204"},{"uid":"04ff-216"},{"uid":"04ff-208"},{"uid":"04ff-222"},{"uid":"04ff-228"},{"uid":"04ff-224"},{"uid":"04ff-232"},{"uid":"04ff-236"},{"uid":"04ff-240"},{"uid":"04ff-238"},{"uid":"04ff-246"},{"uid":"04ff-248"},{"uid":"04ff-272"},{"uid":"04ff-270"},{"uid":"04ff-194"},{"uid":"04ff-200"},{"uid":"04ff-202"},{"uid":"04ff-212"},{"uid":"04ff-214"},{"uid":"04ff-218"},{"uid":"04ff-226"},{"uid":"04ff-230"},{"uid":"04ff-242"},{"uid":"04ff-198"},{"uid":"04ff-210"},{"uid":"04ff-196"}]},"04ff-164":{"id":"/Users/leto/github/merico-dev/table/shared/src/api-client/utils.ts","moduleParts":{"settings-form.umd.js":"04ff-165"},"imported":[{"uid":"04ff-302"}],"importedBy":[{"uid":"04ff-296"},{"uid":"04ff-166"}]},"04ff-166":{"id":"/Users/leto/github/merico-dev/table/shared/src/api-client/default-api-client.ts","moduleParts":{"settings-form.umd.js":"04ff-167"},"imported":[{"uid":"04ff-164"},{"uid":"04ff-303"}],"importedBy":[{"uid":"04ff-296"}]},"04ff-168":{"id":"/Users/leto/github/merico-dev/table/shared/src/api-client/facade-api-client.ts","moduleParts":{"settings-form.umd.js":"04ff-169"},"imported":[],"importedBy":[{"uid":"04ff-296"}]},"04ff-170":{"id":"/src/api-caller/request.ts","moduleParts":{"settings-form.umd.js":"04ff-171"},"imported":[{"uid":"04ff-287"}],"importedBy":[{"uid":"04ff-274"},{"uid":"04ff-216"},{"uid":"04ff-228"},{"uid":"04ff-232"},{"uid":"04ff-240"},{"uid":"04ff-272"},{"uid":"04ff-172"},{"uid":"04ff-174"},{"uid":"04ff-176"},{"uid":"04ff-178"},{"uid":"04ff-188"}]},"04ff-172":{"id":"/src/api-caller/account.ts","moduleParts":{"settings-form.umd.js":"04ff-173"},"imported":[{"uid":"04ff-170"}],"importedBy":[{"uid":"04ff-190"}]},"04ff-174":{"id":"/src/api-caller/api-key.ts","moduleParts":{"settings-form.umd.js":"04ff-175"},"imported":[{"uid":"04ff-170"}],"importedBy":[{"uid":"04ff-190"}]},"04ff-176":{"id":"/src/api-caller/datasource.ts","moduleParts":{"settings-form.umd.js":"04ff-177"},"imported":[{"uid":"04ff-170"}],"importedBy":[{"uid":"04ff-190"}]},"04ff-178":{"id":"/src/api-caller/role.ts","moduleParts":{"settings-form.umd.js":"04ff-179"},"imported":[{"uid":"04ff-170"}],"importedBy":[{"uid":"04ff-190"}]},"04ff-180":{"id":"/Users/leto/github/merico-dev/table/node_modules/dayjs/esm/constant.js","moduleParts":{"settings-form.umd.js":"04ff-181"},"imported":[],"importedBy":[{"uid":"04ff-186"},{"uid":"04ff-184"}]},"04ff-182":{"id":"/Users/leto/github/merico-dev/table/node_modules/dayjs/esm/locale/en.js","moduleParts":{"settings-form.umd.js":"04ff-183"},"imported":[],"importedBy":[{"uid":"04ff-186"}]},"04ff-184":{"id":"/Users/leto/github/merico-dev/table/node_modules/dayjs/esm/utils.js","moduleParts":{"settings-form.umd.js":"04ff-185"},"imported":[{"uid":"04ff-180"}],"importedBy":[{"uid":"04ff-186"}]},"04ff-186":{"id":"/Users/leto/github/merico-dev/table/node_modules/dayjs/esm/index.js","moduleParts":{"settings-form.umd.js":"04ff-187"},"imported":[{"uid":"04ff-180"},{"uid":"04ff-182"},{"uid":"04ff-184"}],"importedBy":[{"uid":"04ff-188"}]},"04ff-188":{"id":"/src/api-caller/sql_snippet.ts","moduleParts":{"settings-form.umd.js":"04ff-189"},"imported":[{"uid":"04ff-186"},{"uid":"04ff-170"}],"importedBy":[{"uid":"04ff-190"}]},"04ff-190":{"id":"/src/api-caller/index.ts","moduleParts":{"settings-form.umd.js":"04ff-191"},"imported":[{"uid":"04ff-172"},{"uid":"04ff-174"},{"uid":"04ff-176"},{"uid":"04ff-178"},{"uid":"04ff-188"}],"importedBy":[{"uid":"04ff-204"},{"uid":"04ff-216"},{"uid":"04ff-208"},{"uid":"04ff-222"},{"uid":"04ff-228"},{"uid":"04ff-224"},{"uid":"04ff-236"},{"uid":"04ff-240"},{"uid":"04ff-238"},{"uid":"04ff-246"},{"uid":"04ff-248"},{"uid":"04ff-272"},{"uid":"04ff-270"},{"uid":"04ff-212"},{"uid":"04ff-218"},{"uid":"04ff-226"},{"uid":"04ff-230"}]},"04ff-192":{"id":"/src/datasource/styles.ts","moduleParts":{"settings-form.umd.js":"04ff-193"},"imported":[],"importedBy":[{"uid":"04ff-204"},{"uid":"04ff-216"},{"uid":"04ff-208"},{"uid":"04ff-194"},{"uid":"04ff-200"},{"uid":"04ff-202"},{"uid":"04ff-212"},{"uid":"04ff-210"}]},"04ff-194":{"id":"/src/datasource/add-data-source/forms/database.tsx","moduleParts":{"settings-form.umd.js":"04ff-195"},"imported":[{"uid":"04ff-162"},{"uid":"04ff-288"},{"uid":"04ff-290"},{"uid":"04ff-295"},{"uid":"04ff-192"}],"importedBy":[{"uid":"04ff-204"}]},"04ff-196":{"id":"/src/datasource/components/function-string-field/function-string-editor.tsx","moduleParts":{"settings-form.umd.js":"04ff-197"},"imported":[{"uid":"04ff-162"},{"uid":"04ff-288"},{"uid":"04ff-298"}],"importedBy":[{"uid":"04ff-198"}]},"04ff-198":{"id":"/src/datasource/components/function-string-field/index.tsx","moduleParts":{"settings-form.umd.js":"04ff-199"},"imported":[{"uid":"04ff-162"},{"uid":"04ff-288"},{"uid":"04ff-292"},{"uid":"04ff-290"},{"uid":"04ff-291"},{"uid":"04ff-196"}],"importedBy":[{"uid":"04ff-200"},{"uid":"04ff-210"}]},"04ff-200":{"id":"/src/datasource/add-data-source/forms/http.tsx","moduleParts":{"settings-form.umd.js":"04ff-201"},"imported":[{"uid":"04ff-162"},{"uid":"04ff-288"},{"uid":"04ff-295"},{"uid":"04ff-192"},{"uid":"04ff-198"}],"importedBy":[{"uid":"04ff-204"}]},"04ff-202":{"id":"/src/datasource/add-data-source/db-permission-tips.tsx","moduleParts":{"settings-form.umd.js":"04ff-203"},"imported":[{"uid":"04ff-162"},{"uid":"04ff-288"},{"uid":"04ff-192"},{"uid":"04ff-291"}],"importedBy":[{"uid":"04ff-204"}]},"04ff-204":{"id":"/src/datasource/add-data-source/index.tsx","moduleParts":{"settings-form.umd.js":"04ff-205"},"imported":[{"uid":"04ff-162"},{"uid":"04ff-288"},{"uid":"04ff-289"},{"uid":"04ff-290"},{"uid":"04ff-291"},{"uid":"04ff-190"},{"uid":"04ff-192"},{"uid":"04ff-194"},{"uid":"04ff-200"},{"uid":"04ff-202"}],"importedBy":[{"uid":"04ff-278"},{"uid":"04ff-216"}]},"04ff-206":{"id":"/src/utils/load-monaco-editor.ts","moduleParts":{"settings-form.umd.js":"04ff-207"},"imported":[{"uid":"04ff-298"},{"uid":"04ff-290"}],"importedBy":[{"uid":"04ff-216"}]},"04ff-208":{"id":"/src/datasource/delete-data-source.tsx","moduleParts":{"settings-form.umd.js":"04ff-209"},"imported":[{"uid":"04ff-162"},{"uid":"04ff-288"},{"uid":"04ff-293"},{"uid":"04ff-289"},{"uid":"04ff-294"},{"uid":"04ff-291"},{"uid":"04ff-190"},{"uid":"04ff-192"}],"importedBy":[{"uid":"04ff-278"},{"uid":"04ff-216"}]},"04ff-210":{"id":"/src/datasource/edit-data-source/forms/http.tsx","moduleParts":{"settings-form.umd.js":"04ff-211"},"imported":[{"uid":"04ff-162"},{"uid":"04ff-288"},{"uid":"04ff-295"},{"uid":"04ff-198"},{"uid":"04ff-192"}],"importedBy":[{"uid":"04ff-212"}]},"04ff-212":{"id":"/src/datasource/edit-data-source/index.tsx","moduleParts":{"settings-form.umd.js":"04ff-213"},"imported":[{"uid":"04ff-162"},{"uid":"04ff-288"},{"uid":"04ff-289"},{"uid":"04ff-294"},{"uid":"04ff-290"},{"uid":"04ff-190"},{"uid":"04ff-192"},{"uid":"04ff-210"}],"importedBy":[{"uid":"04ff-216"}]},"04ff-214":{"id":"/src/datasource/components/data-source-icon.tsx","moduleParts":{"settings-form.umd.js":"04ff-215"},"imported":[{"uid":"04ff-162"},{"uid":"04ff-294"},{"uid":"04ff-288"}],"importedBy":[{"uid":"04ff-216"}]},"04ff-216":{"id":"/src/datasource/data-source-list.tsx","moduleParts":{"settings-form.umd.js":"04ff-217"},"imported":[{"uid":"04ff-162"},{"uid":"04ff-288"},{"uid":"04ff-292"},{"uid":"04ff-190"},{"uid":"04ff-170"},{"uid":"04ff-206"},{"uid":"04ff-204"},{"uid":"04ff-208"},{"uid":"04ff-192"},{"uid":"04ff-212"},{"uid":"04ff-214"}],"importedBy":[{"uid":"04ff-278"}]},"04ff-218":{"id":"/src/account/role-selector.tsx","moduleParts":{"settings-form.umd.js":"04ff-219"},"imported":[{"uid":"04ff-162"},{"uid":"04ff-288"},{"uid":"04ff-292"},{"uid":"04ff-290"},{"uid":"04ff-190"}],"importedBy":[{"uid":"04ff-222"},{"uid":"04ff-236"},{"uid":"04ff-226"}]},"04ff-220":{"id":"/src/account/styles.ts","moduleParts":{"settings-form.umd.js":"04ff-221"},"imported":[],"importedBy":[{"uid":"04ff-222"},{"uid":"04ff-228"},{"uid":"04ff-224"},{"uid":"04ff-232"},{"uid":"04ff-226"},{"uid":"04ff-230"}]},"04ff-222":{"id":"/src/account/add-account.tsx","moduleParts":{"settings-form.umd.js":"04ff-223"},"imported":[{"uid":"04ff-162"},{"uid":"04ff-288"},{"uid":"04ff-289"},{"uid":"04ff-290"},{"uid":"04ff-295"},{"uid":"04ff-291"},{"uid":"04ff-190"},{"uid":"04ff-218"},{"uid":"04ff-220"}],"importedBy":[{"uid":"04ff-279"},{"uid":"04ff-228"}]},"04ff-224":{"id":"/src/account/delete-account.tsx","moduleParts":{"settings-form.umd.js":"04ff-225"},"imported":[{"uid":"04ff-162"},{"uid":"04ff-288"},{"uid":"04ff-293"},{"uid":"04ff-289"},{"uid":"04ff-291"},{"uid":"04ff-190"},{"uid":"04ff-220"}],"importedBy":[{"uid":"04ff-279"},{"uid":"04ff-228"}]},"04ff-226":{"id":"/src/account/edit-account.tsx","moduleParts":{"settings-form.umd.js":"04ff-227"},"imported":[{"uid":"04ff-162"},{"uid":"04ff-288"},{"uid":"04ff-289"},{"uid":"04ff-290"},{"uid":"04ff-295"},{"uid":"04ff-291"},{"uid":"04ff-190"},{"uid":"04ff-218"},{"uid":"04ff-220"}],"importedBy":[{"uid":"04ff-228"}]},"04ff-228":{"id":"/src/account/account-list.tsx","moduleParts":{"settings-form.umd.js":"04ff-229"},"imported":[{"uid":"04ff-162"},{"uid":"04ff-288"},{"uid":"04ff-292"},{"uid":"04ff-190"},{"uid":"04ff-170"},{"uid":"04ff-222"},{"uid":"04ff-224"},{"uid":"04ff-226"},{"uid":"04ff-220"}],"importedBy":[{"uid":"04ff-279"}]},"04ff-230":{"id":"/src/account/login/form.tsx","moduleParts":{"settings-form.umd.js":"04ff-231"},"imported":[{"uid":"04ff-162"},{"uid":"04ff-288"},{"uid":"04ff-289"},{"uid":"04ff-295"},{"uid":"04ff-190"},{"uid":"04ff-220"}],"importedBy":[{"uid":"04ff-232"}]},"04ff-232":{"id":"/src/account/login/index.tsx","moduleParts":{"settings-form.umd.js":"04ff-233"},"imported":[{"uid":"04ff-162"},{"uid":"04ff-288"},{"uid":"04ff-170"},{"uid":"04ff-220"},{"uid":"04ff-230"}],"importedBy":[{"uid":"04ff-279"}]},"04ff-234":{"id":"/src/api-key/styles.ts","moduleParts":{"settings-form.umd.js":"04ff-235"},"imported":[],"importedBy":[{"uid":"04ff-236"},{"uid":"04ff-240"},{"uid":"04ff-238"}]},"04ff-236":{"id":"/src/api-key/add-api-key.tsx","moduleParts":{"settings-form.umd.js":"04ff-237"},"imported":[{"uid":"04ff-162"},{"uid":"04ff-288"},{"uid":"04ff-293"},{"uid":"04ff-289"},{"uid":"04ff-290"},{"uid":"04ff-295"},{"uid":"04ff-291"},{"uid":"04ff-218"},{"uid":"04ff-190"},{"uid":"04ff-234"}],"importedBy":[{"uid":"04ff-280"},{"uid":"04ff-240"}]},"04ff-238":{"id":"/src/api-key/delete-api-key.tsx","moduleParts":{"settings-form.umd.js":"04ff-239"},"imported":[{"uid":"04ff-162"},{"uid":"04ff-288"},{"uid":"04ff-293"},{"uid":"04ff-289"},{"uid":"04ff-291"},{"uid":"04ff-190"},{"uid":"04ff-234"}],"importedBy":[{"uid":"04ff-280"},{"uid":"04ff-240"}]},"04ff-240":{"id":"/src/api-key/api-key-list.tsx","moduleParts":{"settings-form.umd.js":"04ff-241"},"imported":[{"uid":"04ff-162"},{"uid":"04ff-288"},{"uid":"04ff-292"},{"uid":"04ff-190"},{"uid":"04ff-170"},{"uid":"04ff-236"},{"uid":"04ff-238"},{"uid":"04ff-234"}],"importedBy":[{"uid":"04ff-280"}]},"04ff-242":{"id":"/src/components/minimal-mocaco-editor.tsx","moduleParts":{"settings-form.umd.js":"04ff-243"},"imported":[{"uid":"04ff-162"},{"uid":"04ff-298"}],"importedBy":[{"uid":"04ff-246"},{"uid":"04ff-248"}]},"04ff-244":{"id":"/src/sql_snippet/styles.ts","moduleParts":{"settings-form.umd.js":"04ff-245"},"imported":[],"importedBy":[{"uid":"04ff-246"},{"uid":"04ff-248"},{"uid":"04ff-272"},{"uid":"04ff-270"}]},"04ff-246":{"id":"/src/sql_snippet/add-sql_snippet.tsx","moduleParts":{"settings-form.umd.js":"04ff-247"},"imported":[{"uid":"04ff-162"},{"uid":"04ff-288"},{"uid":"04ff-289"},{"uid":"04ff-290"},{"uid":"04ff-295"},{"uid":"04ff-291"},{"uid":"04ff-190"},{"uid":"04ff-242"},{"uid":"04ff-244"}],"importedBy":[{"uid":"04ff-281"},{"uid":"04ff-272"}]},"04ff-248":{"id":"/src/sql_snippet/update-sql_snippet.tsx","moduleParts":{"settings-form.umd.js":"04ff-249"},"imported":[{"uid":"04ff-162"},{"uid":"04ff-288"},{"uid":"04ff-289"},{"uid":"04ff-290"},{"uid":"04ff-295"},{"uid":"04ff-190"},{"uid":"04ff-242"},{"uid":"04ff-244"},{"uid":"04ff-294"}],"importedBy":[{"uid":"04ff-281"},{"uid":"04ff-272"}]},"04ff-250":{"id":"/Users/leto/github/merico-dev/table/node_modules/prism-react-renderer/prism/index.js","moduleParts":{"settings-form.umd.js":"04ff-251"},"imported":[],"importedBy":[{"uid":"04ff-254"}]},"04ff-252":{"id":"/Users/leto/github/merico-dev/table/node_modules/prism-react-renderer/themes/duotoneDark/index.js","moduleParts":{"settings-form.umd.js":"04ff-253"},"imported":[],"importedBy":[{"uid":"04ff-254"}]},"04ff-254":{"id":"/Users/leto/github/merico-dev/table/node_modules/prism-react-renderer/dist/index.js","moduleParts":{"settings-form.umd.js":"04ff-255"},"imported":[{"uid":"04ff-250"},{"uid":"04ff-252"},{"uid":"04ff-290"}],"importedBy":[{"uid":"04ff-262"}]},"04ff-256":{"id":"/Users/leto/github/merico-dev/table/node_modules/@mantine/prism/esm/Prism/CopyIcon.js","moduleParts":{"settings-form.umd.js":"04ff-257"},"imported":[{"uid":"04ff-290"}],"importedBy":[{"uid":"04ff-262"}]},"04ff-258":{"id":"/Users/leto/github/merico-dev/table/node_modules/@mantine/prism/esm/Prism/prism-theme.js","moduleParts":{"settings-form.umd.js":"04ff-259"},"imported":[],"importedBy":[{"uid":"04ff-262"}]},"04ff-260":{"id":"/Users/leto/github/merico-dev/table/node_modules/@mantine/prism/esm/Prism/Prism.styles.js","moduleParts":{"settings-form.umd.js":"04ff-261"},"imported":[{"uid":"04ff-288"}],"importedBy":[{"uid":"04ff-262"}]},"04ff-262":{"id":"/Users/leto/github/merico-dev/table/node_modules/@mantine/prism/esm/Prism/Prism.js","moduleParts":{"settings-form.umd.js":"04ff-263"},"imported":[{"uid":"04ff-290"},{"uid":"04ff-254"},{"uid":"04ff-288"},{"uid":"04ff-301"},{"uid":"04ff-256"},{"uid":"04ff-258"},{"uid":"04ff-260"}],"importedBy":[{"uid":"04ff-268"},{"uid":"04ff-266"}]},"04ff-264":{"id":"/Users/leto/github/merico-dev/table/node_modules/@mantine/prism/esm/PrismTabs/PrismTabs.styles.js","moduleParts":{"settings-form.umd.js":"04ff-265"},"imported":[{"uid":"04ff-288"}],"importedBy":[{"uid":"04ff-266"}]},"04ff-266":{"id":"/Users/leto/github/merico-dev/table/node_modules/@mantine/prism/esm/PrismTabs/PrismTabs.js","moduleParts":{"settings-form.umd.js":"04ff-267"},"imported":[{"uid":"04ff-290"},{"uid":"04ff-288"},{"uid":"04ff-262"},{"uid":"04ff-264"}],"importedBy":[{"uid":"04ff-268"}]},"04ff-268":{"id":"/Users/leto/github/merico-dev/table/node_modules/@mantine/prism/esm/index.js","moduleParts":{"settings-form.umd.js":"04ff-269"},"imported":[{"uid":"04ff-288"},{"uid":"04ff-266"},{"uid":"04ff-262"}],"importedBy":[{"uid":"04ff-272"}]},"04ff-270":{"id":"/src/sql_snippet/delete-sql_snippet.tsx","moduleParts":{"settings-form.umd.js":"04ff-271"},"imported":[{"uid":"04ff-162"},{"uid":"04ff-288"},{"uid":"04ff-293"},{"uid":"04ff-289"},{"uid":"04ff-291"},{"uid":"04ff-190"},{"uid":"04ff-244"}],"importedBy":[{"uid":"04ff-281"},{"uid":"04ff-272"}]},"04ff-272":{"id":"/src/sql_snippet/sql_snippet-list.tsx","moduleParts":{"settings-form.umd.js":"04ff-273"},"imported":[{"uid":"04ff-162"},{"uid":"04ff-288"},{"uid":"04ff-268"},{"uid":"04ff-292"},{"uid":"04ff-190"},{"uid":"04ff-170"},{"uid":"04ff-246"},{"uid":"04ff-270"},{"uid":"04ff-244"},{"uid":"04ff-294"},{"uid":"04ff-248"}],"importedBy":[{"uid":"04ff-281"}]},"04ff-274":{"id":"/src/index.ts","moduleParts":{"settings-form.umd.js":"04ff-275"},"imported":[{"uid":"04ff-278"},{"uid":"04ff-279"},{"uid":"04ff-280"},{"uid":"04ff-281"},{"uid":"04ff-170"},{"uid":"04ff-282"},{"uid":"04ff-283"},{"uid":"04ff-284"},{"uid":"04ff-285"},{"uid":"04ff-286"},{"uid":"04ff-276","dynamic":true}],"importedBy":[],"isEntry":true},"04ff-276":{"id":"/package.json","moduleParts":{"settings-form.umd.js":"04ff-277"},"imported":[],"importedBy":[{"uid":"04ff-274"}]},"04ff-278":{"id":"/src/datasource/index.tsx","moduleParts":{},"imported":[{"uid":"04ff-204"},{"uid":"04ff-216"},{"uid":"04ff-208"}],"importedBy":[{"uid":"04ff-274"}]},"04ff-279":{"id":"/src/account/index.tsx","moduleParts":{},"imported":[{"uid":"04ff-222"},{"uid":"04ff-228"},{"uid":"04ff-224"},{"uid":"04ff-232"}],"importedBy":[{"uid":"04ff-274"}]},"04ff-280":{"id":"/src/api-key/index.tsx","moduleParts":{},"imported":[{"uid":"04ff-236"},{"uid":"04ff-240"},{"uid":"04ff-238"}],"importedBy":[{"uid":"04ff-274"}]},"04ff-281":{"id":"/src/sql_snippet/index.tsx","moduleParts":{},"imported":[{"uid":"04ff-246"},{"uid":"04ff-248"},{"uid":"04ff-272"},{"uid":"04ff-270"}],"importedBy":[{"uid":"04ff-274"}]},"04ff-282":{"id":"/src/api-caller/account.typed.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"04ff-274"}]},"04ff-283":{"id":"/src/api-caller/api-key.typed.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"04ff-274"}]},"04ff-284":{"id":"/src/api-caller/datasource.typed.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"04ff-274"}]},"04ff-285":{"id":"/src/api-caller/role.typed.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"04ff-274"}]},"04ff-286":{"id":"/src/api-caller/sql_snippet.typed.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"04ff-274"}]},"04ff-287":{"id":"/Users/leto/github/merico-dev/table/shared/src/index.ts","moduleParts":{},"imported":[{"uid":"04ff-296"}],"importedBy":[{"uid":"04ff-170"}]},"04ff-288":{"id":"@mantine/core","moduleParts":{},"imported":[],"importedBy":[{"uid":"04ff-204"},{"uid":"04ff-216"},{"uid":"04ff-208"},{"uid":"04ff-222"},{"uid":"04ff-228"},{"uid":"04ff-224"},{"uid":"04ff-232"},{"uid":"04ff-236"},{"uid":"04ff-240"},{"uid":"04ff-238"},{"uid":"04ff-246"},{"uid":"04ff-248"},{"uid":"04ff-272"},{"uid":"04ff-270"},{"uid":"04ff-194"},{"uid":"04ff-200"},{"uid":"04ff-202"},{"uid":"04ff-212"},{"uid":"04ff-214"},{"uid":"04ff-218"},{"uid":"04ff-226"},{"uid":"04ff-230"},{"uid":"04ff-268"},{"uid":"04ff-198"},{"uid":"04ff-210"},{"uid":"04ff-266"},{"uid":"04ff-262"},{"uid":"04ff-196"},{"uid":"04ff-264"},{"uid":"04ff-260"}],"isExternal":true},"04ff-289":{"id":"@mantine/notifications","moduleParts":{},"imported":[],"importedBy":[{"uid":"04ff-204"},{"uid":"04ff-208"},{"uid":"04ff-222"},{"uid":"04ff-224"},{"uid":"04ff-236"},{"uid":"04ff-238"},{"uid":"04ff-246"},{"uid":"04ff-248"},{"uid":"04ff-270"},{"uid":"04ff-212"},{"uid":"04ff-226"},{"uid":"04ff-230"}],"isExternal":true},"04ff-290":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"04ff-204"},{"uid":"04ff-222"},{"uid":"04ff-236"},{"uid":"04ff-246"},{"uid":"04ff-248"},{"uid":"04ff-194"},{"uid":"04ff-206"},{"uid":"04ff-212"},{"uid":"04ff-218"},{"uid":"04ff-226"},{"uid":"04ff-198"},{"uid":"04ff-266"},{"uid":"04ff-262"},{"uid":"04ff-300"},{"uid":"04ff-254"},{"uid":"04ff-256"}],"isExternal":true},"04ff-291":{"id":"tabler-icons-react","moduleParts":{},"imported":[],"importedBy":[{"uid":"04ff-204"},{"uid":"04ff-208"},{"uid":"04ff-222"},{"uid":"04ff-224"},{"uid":"04ff-236"},{"uid":"04ff-238"},{"uid":"04ff-246"},{"uid":"04ff-270"},{"uid":"04ff-202"},{"uid":"04ff-226"},{"uid":"04ff-198"}],"isExternal":true},"04ff-292":{"id":"ahooks","moduleParts":{},"imported":[],"importedBy":[{"uid":"04ff-216"},{"uid":"04ff-228"},{"uid":"04ff-240"},{"uid":"04ff-272"},{"uid":"04ff-218"},{"uid":"04ff-198"}],"isExternal":true},"04ff-293":{"id":"@mantine/modals","moduleParts":{},"imported":[],"importedBy":[{"uid":"04ff-208"},{"uid":"04ff-224"},{"uid":"04ff-236"},{"uid":"04ff-238"},{"uid":"04ff-270"}],"isExternal":true},"04ff-294":{"id":"@tabler/icons-react","moduleParts":{},"imported":[],"importedBy":[{"uid":"04ff-208"},{"uid":"04ff-248"},{"uid":"04ff-272"},{"uid":"04ff-212"},{"uid":"04ff-214"}],"isExternal":true},"04ff-295":{"id":"react-hook-form","moduleParts":{},"imported":[],"importedBy":[{"uid":"04ff-222"},{"uid":"04ff-236"},{"uid":"04ff-246"},{"uid":"04ff-248"},{"uid":"04ff-194"},{"uid":"04ff-200"},{"uid":"04ff-226"},{"uid":"04ff-230"},{"uid":"04ff-210"}],"isExternal":true},"04ff-296":{"id":"/Users/leto/github/merico-dev/table/shared/src/api-client/index.ts","moduleParts":{},"imported":[{"uid":"04ff-299"},{"uid":"04ff-164"},{"uid":"04ff-166"},{"uid":"04ff-168"}],"importedBy":[{"uid":"04ff-287"}]},"04ff-297":{"id":"\u0000commonjsHelpers.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"04ff-162"},{"uid":"04ff-156"},{"uid":"04ff-160"}]},"04ff-298":{"id":"@monaco-editor/react","moduleParts":{},"imported":[],"importedBy":[{"uid":"04ff-206"},{"uid":"04ff-242"},{"uid":"04ff-196"}],"isExternal":true},"04ff-299":{"id":"/Users/leto/github/merico-dev/table/shared/src/api-client/types.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"04ff-296"}]},"04ff-300":{"id":"\u0000react?commonjs-external","moduleParts":{},"imported":[{"uid":"04ff-290"}],"importedBy":[{"uid":"04ff-156"},{"uid":"04ff-160"}]},"04ff-301":{"id":"@mantine/hooks","moduleParts":{},"imported":[],"importedBy":[{"uid":"04ff-262"}],"isExternal":true},"04ff-302":{"id":"crypto-js","moduleParts":{},"imported":[],"importedBy":[{"uid":"04ff-164"}],"isExternal":true},"04ff-303":{"id":"axios","moduleParts":{},"imported":[],"importedBy":[{"uid":"04ff-166"}],"isExternal":true}},"env":{"rollup":"3.29.4"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
6161
6161
 
6162
6162
  const run = () => {
6163
6163
  const width = window.innerWidth;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtable/settings-form",
3
- "version": "10.44.2",
3
+ "version": "10.44.3",
4
4
  "license": "Apache-2.0",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -40,7 +40,7 @@
40
40
  "@types/react-grid-layout": "^1.3.2",
41
41
  "rollup-plugin-visualizer": "5.9.0",
42
42
  "typescript": "^4.6.3",
43
- "vite-plugin-static-copy": "0.13.1"
43
+ "vite-plugin-static-copy": "^0.17.0"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "@emotion/react": "11.10.6",
@@ -1,17 +0,0 @@
1
- import { PaginationResponse } from './types';
2
- export declare type SQLSnippetDBType = {
3
- id: string;
4
- content: string;
5
- is_preset: boolean;
6
- create_time: string;
7
- update_time: string;
8
- };
9
- export declare type TCreateSQLSnippetPayload = Pick<SQLSnippetDBType, 'id' | 'content'>;
10
- export declare type TUpdateSQLSnippetPayload = TCreateSQLSnippetPayload;
11
- export declare type ListSQLSnippetReqType = {
12
- pagination: {
13
- page: number;
14
- pagesize: number;
15
- };
16
- };
17
- export declare type ListSQLSnippetRespType = PaginationResponse<SQLSnippetDBType>;
@@ -1,12 +0,0 @@
1
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
2
- type $TSFixMe = any;
3
-
4
- interface ISettingsFormConfig {
5
- basename: string;
6
- apiBaseURL: string;
7
- app_id?: string;
8
- app_secret?: string;
9
- monacoPath: string;
10
- }
11
-
12
- type TFunctionString = string;
@@ -1 +0,0 @@
1
- /// <reference types="vite/client" />
File without changes