@devtable/settings-form 10.37.3 → 10.39.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.
- package/dist/index.d.ts +1 -17
- package/dist/{package-798d9388.mjs → package-576d8b62.mjs} +1 -1
- package/dist/{account → settings-form/src/account}/index.d.ts +1 -0
- package/dist/settings-form/src/api-caller/request.d.ts +9 -0
- package/dist/settings-form/src/index.d.ts +19 -0
- package/dist/settings-form/src/shared/api-client/default-api-client.d.ts +20 -0
- package/dist/settings-form/src/shared/api-client/facade-api-client.d.ts +10 -0
- package/dist/settings-form/src/shared/api-client/index.d.ts +4 -0
- package/dist/settings-form/src/shared/api-client/types.d.ts +16 -0
- package/dist/settings-form/src/shared/api-client/utils.d.ts +3 -0
- package/dist/settings-form/src/shared/index.d.ts +1 -0
- package/dist/settings-form.es.js +766 -722
- package/dist/settings-form.umd.js +16 -16
- package/dist/stats.html +1 -1
- package/package.json +1 -1
- package/dist/api-caller/request.d.ts +0 -13
- /package/dist/{account → settings-form/src/account}/account-list.d.ts +0 -0
- /package/dist/{account → settings-form/src/account}/add-account.d.ts +0 -0
- /package/dist/{account → settings-form/src/account}/delete-account.d.ts +0 -0
- /package/dist/{account → settings-form/src/account}/edit-account.d.ts +0 -0
- /package/dist/{account → settings-form/src/account}/login/form.d.ts +0 -0
- /package/dist/{account → settings-form/src/account}/login/index.d.ts +0 -0
- /package/dist/{account → settings-form/src/account}/role-selector.d.ts +0 -0
- /package/dist/{account → settings-form/src/account}/styles.d.ts +0 -0
- /package/dist/{api-caller → settings-form/src/api-caller}/account.d.ts +0 -0
- /package/dist/{api-caller → settings-form/src/api-caller}/account.typed.d.ts +0 -0
- /package/dist/{api-caller → settings-form/src/api-caller}/api-key.d.ts +0 -0
- /package/dist/{api-caller → settings-form/src/api-caller}/api-key.typed.d.ts +0 -0
- /package/dist/{api-caller → settings-form/src/api-caller}/datasource.d.ts +0 -0
- /package/dist/{api-caller → settings-form/src/api-caller}/datasource.typed.d.ts +0 -0
- /package/dist/{api-caller → settings-form/src/api-caller}/index.d.ts +0 -0
- /package/dist/{api-caller → settings-form/src/api-caller}/role.d.ts +0 -0
- /package/dist/{api-caller → settings-form/src/api-caller}/role.typed.d.ts +0 -0
- /package/dist/{api-caller → settings-form/src/api-caller}/sql_snippet.d.ts +0 -0
- /package/dist/{api-caller → settings-form/src/api-caller}/sql_snippet.typed.d.ts +0 -0
- /package/dist/{api-caller → settings-form/src/api-caller}/types.d.ts +0 -0
- /package/dist/{api-key → settings-form/src/api-key}/add-api-key.d.ts +0 -0
- /package/dist/{api-key → settings-form/src/api-key}/api-key-list.d.ts +0 -0
- /package/dist/{api-key → settings-form/src/api-key}/delete-api-key.d.ts +0 -0
- /package/dist/{api-key → settings-form/src/api-key}/index.d.ts +0 -0
- /package/dist/{api-key → settings-form/src/api-key}/styles.d.ts +0 -0
- /package/dist/{components → settings-form/src/components}/minimal-mocaco-editor.d.ts +0 -0
- /package/dist/{datasource → settings-form/src/datasource}/add-data-source/db-permission-tips.d.ts +0 -0
- /package/dist/{datasource → settings-form/src/datasource}/add-data-source/forms/database.d.ts +0 -0
- /package/dist/{datasource → settings-form/src/datasource}/add-data-source/forms/http.d.ts +0 -0
- /package/dist/{datasource → settings-form/src/datasource}/add-data-source/index.d.ts +0 -0
- /package/dist/{datasource → settings-form/src/datasource}/add-data-source/types.d.ts +0 -0
- /package/dist/{datasource → settings-form/src/datasource}/components/data-source-icon.d.ts +0 -0
- /package/dist/{datasource → settings-form/src/datasource}/components/function-string-field/function-string-editor.d.ts +0 -0
- /package/dist/{datasource → settings-form/src/datasource}/components/function-string-field/index.d.ts +0 -0
- /package/dist/{datasource → settings-form/src/datasource}/data-source-list.d.ts +0 -0
- /package/dist/{datasource → settings-form/src/datasource}/delete-data-source.d.ts +0 -0
- /package/dist/{datasource → settings-form/src/datasource}/edit-data-source/forms/http.d.ts +0 -0
- /package/dist/{datasource → settings-form/src/datasource}/edit-data-source/index.d.ts +0 -0
- /package/dist/{datasource → settings-form/src/datasource}/edit-data-source/types.d.ts +0 -0
- /package/dist/{datasource → settings-form/src/datasource}/index.d.ts +0 -0
- /package/dist/{datasource → settings-form/src/datasource}/styles.d.ts +0 -0
- /package/dist/{global.d.ts → settings-form/src/global.d.ts} +0 -0
- /package/dist/{sql_snippet → settings-form/src/sql_snippet}/add-sql_snippet.d.ts +0 -0
- /package/dist/{sql_snippet → settings-form/src/sql_snippet}/delete-sql_snippet.d.ts +0 -0
- /package/dist/{sql_snippet → settings-form/src/sql_snippet}/index.d.ts +0 -0
- /package/dist/{sql_snippet → settings-form/src/sql_snippet}/sql_snippet-list.d.ts +0 -0
- /package/dist/{sql_snippet → settings-form/src/sql_snippet}/styles.d.ts +0 -0
- /package/dist/{sql_snippet → settings-form/src/sql_snippet}/update-sql_snippet.d.ts +0 -0
- /package/dist/{utils → settings-form/src/utils}/load-monaco-editor.d.ts +0 -0
- /package/dist/{vite-env.d.ts → settings-form/src/vite-env.d.ts} +0 -0
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":"4617-144","name":"\u0000commonjsHelpers.js"},{"name":"\u0000/Users/leto/github/merico-dev/table/node_modules","children":[{"name":"react","children":[{"uid":"4617-146","name":"jsx-runtime.js?commonjs-module"},{"name":"cjs","children":[{"uid":"4617-148","name":"react-jsx-runtime.production.min.js?commonjs-exports"},{"uid":"4617-152","name":"react-jsx-runtime.development.js?commonjs-exports"}]}]},{"name":"dayjs/dayjs.min.js?commonjs-module","uid":"4617-170"}]},{"name":"Users/leto/github/merico-dev/table/node_modules","children":[{"name":"react","children":[{"name":"cjs","children":[{"uid":"4617-150","name":"react-jsx-runtime.production.min.js"},{"uid":"4617-154","name":"react-jsx-runtime.development.js"}]},{"uid":"4617-156","name":"jsx-runtime.js"}]},{"name":"dayjs/dayjs.min.js","uid":"4617-172"},{"name":"prism-react-renderer","children":[{"name":"prism/index.js","uid":"4617-236"},{"name":"themes/duotoneDark/index.js","uid":"4617-238"},{"name":"dist/index.js","uid":"4617-240"}]},{"name":"@mantine/prism/esm","children":[{"name":"Prism","children":[{"uid":"4617-242","name":"CopyIcon.js"},{"uid":"4617-244","name":"prism-theme.js"},{"uid":"4617-246","name":"Prism.styles.js"},{"uid":"4617-248","name":"Prism.js"}]},{"name":"PrismTabs","children":[{"uid":"4617-250","name":"PrismTabs.styles.js"},{"uid":"4617-252","name":"PrismTabs.js"}]},{"uid":"4617-254","name":"index.js"}]}]},{"name":"\u0000react/jsx-runtime","uid":"4617-158"},{"name":"src","children":[{"name":"api-caller","children":[{"uid":"4617-160","name":"request.ts"},{"uid":"4617-162","name":"account.ts"},{"uid":"4617-164","name":"api-key.ts"},{"uid":"4617-166","name":"datasource.ts"},{"uid":"4617-168","name":"role.ts"},{"uid":"4617-174","name":"sql_snippet.ts"},{"uid":"4617-176","name":"index.ts"}]},{"name":"datasource","children":[{"uid":"4617-178","name":"styles.ts"},{"name":"add-data-source","children":[{"name":"forms","children":[{"uid":"4617-180","name":"database.tsx"},{"uid":"4617-186","name":"http.tsx"}]},{"uid":"4617-188","name":"db-permission-tips.tsx"},{"uid":"4617-190","name":"index.tsx"}]},{"name":"components","children":[{"name":"function-string-field","children":[{"uid":"4617-182","name":"function-string-editor.tsx"},{"uid":"4617-184","name":"index.tsx"}]},{"uid":"4617-200","name":"data-source-icon.tsx"}]},{"uid":"4617-194","name":"delete-data-source.tsx"},{"name":"edit-data-source","children":[{"name":"forms/http.tsx","uid":"4617-196"},{"uid":"4617-198","name":"index.tsx"}]},{"uid":"4617-202","name":"data-source-list.tsx"}]},{"name":"utils/load-monaco-editor.ts","uid":"4617-192"},{"name":"account","children":[{"uid":"4617-204","name":"role-selector.tsx"},{"uid":"4617-206","name":"styles.ts"},{"uid":"4617-208","name":"add-account.tsx"},{"uid":"4617-210","name":"delete-account.tsx"},{"uid":"4617-212","name":"edit-account.tsx"},{"uid":"4617-214","name":"account-list.tsx"},{"name":"login","children":[{"uid":"4617-216","name":"form.tsx"},{"uid":"4617-218","name":"index.tsx"}]}]},{"name":"api-key","children":[{"uid":"4617-220","name":"styles.ts"},{"uid":"4617-222","name":"add-api-key.tsx"},{"uid":"4617-224","name":"delete-api-key.tsx"},{"uid":"4617-226","name":"api-key-list.tsx"}]},{"name":"components/minimal-mocaco-editor.tsx","uid":"4617-228"},{"name":"sql_snippet","children":[{"uid":"4617-230","name":"styles.ts"},{"uid":"4617-232","name":"add-sql_snippet.tsx"},{"uid":"4617-234","name":"update-sql_snippet.tsx"},{"uid":"4617-256","name":"delete-sql_snippet.tsx"},{"uid":"4617-258","name":"sql_snippet-list.tsx"}]},{"uid":"4617-260","name":"index.ts"}]},{"uid":"4617-262","name":"package.json"}]}],"isRoot":true},"nodeParts":{"4617-144":{"renderedLength":193,"gzipLength":0,"brotliLength":0,"metaUid":"4617-143"},"4617-146":{"renderedLength":144,"gzipLength":0,"brotliLength":0,"metaUid":"4617-145"},"4617-148":{"renderedLength":41,"gzipLength":0,"brotliLength":0,"metaUid":"4617-147"},"4617-150":{"renderedLength":1200,"gzipLength":0,"brotliLength":0,"metaUid":"4617-149"},"4617-152":{"renderedLength":38,"gzipLength":0,"brotliLength":0,"metaUid":"4617-151"},"4617-154":{"renderedLength":44168,"gzipLength":0,"brotliLength":0,"metaUid":"4617-153"},"4617-156":{"renderedLength":223,"gzipLength":0,"brotliLength":0,"metaUid":"4617-155"},"4617-158":{"renderedLength":119,"gzipLength":0,"brotliLength":0,"metaUid":"4617-157"},"4617-160":{"renderedLength":2759,"gzipLength":0,"brotliLength":0,"metaUid":"4617-159"},"4617-162":{"renderedLength":1900,"gzipLength":0,"brotliLength":0,"metaUid":"4617-161"},"4617-164":{"renderedLength":633,"gzipLength":0,"brotliLength":0,"metaUid":"4617-163"},"4617-166":{"renderedLength":729,"gzipLength":0,"brotliLength":0,"metaUid":"4617-165"},"4617-168":{"renderedLength":134,"gzipLength":0,"brotliLength":0,"metaUid":"4617-167"},"4617-170":{"renderedLength":140,"gzipLength":0,"brotliLength":0,"metaUid":"4617-169"},"4617-172":{"renderedLength":6602,"gzipLength":0,"brotliLength":0,"metaUid":"4617-171"},"4617-174":{"renderedLength":1092,"gzipLength":0,"brotliLength":0,"metaUid":"4617-173"},"4617-176":{"renderedLength":87,"gzipLength":0,"brotliLength":0,"metaUid":"4617-175"},"4617-178":{"renderedLength":97,"gzipLength":0,"brotliLength":0,"metaUid":"4617-177"},"4617-180":{"renderedLength":2647,"gzipLength":0,"brotliLength":0,"metaUid":"4617-179"},"4617-182":{"renderedLength":448,"gzipLength":0,"brotliLength":0,"metaUid":"4617-181"},"4617-184":{"renderedLength":1703,"gzipLength":0,"brotliLength":0,"metaUid":"4617-183"},"4617-186":{"renderedLength":2544,"gzipLength":0,"brotliLength":0,"metaUid":"4617-185"},"4617-188":{"renderedLength":377,"gzipLength":0,"brotliLength":0,"metaUid":"4617-187"},"4617-190":{"renderedLength":2508,"gzipLength":0,"brotliLength":0,"metaUid":"4617-189"},"4617-192":{"renderedLength":532,"gzipLength":0,"brotliLength":0,"metaUid":"4617-191"},"4617-194":{"renderedLength":1689,"gzipLength":0,"brotliLength":0,"metaUid":"4617-193"},"4617-196":{"renderedLength":2212,"gzipLength":0,"brotliLength":0,"metaUid":"4617-195"},"4617-198":{"renderedLength":2929,"gzipLength":0,"brotliLength":0,"metaUid":"4617-197"},"4617-200":{"renderedLength":659,"gzipLength":0,"brotliLength":0,"metaUid":"4617-199"},"4617-202":{"renderedLength":2088,"gzipLength":0,"brotliLength":0,"metaUid":"4617-201"},"4617-204":{"renderedLength":1234,"gzipLength":0,"brotliLength":0,"metaUid":"4617-203"},"4617-206":{"renderedLength":97,"gzipLength":0,"brotliLength":0,"metaUid":"4617-205"},"4617-208":{"renderedLength":3151,"gzipLength":0,"brotliLength":0,"metaUid":"4617-207"},"4617-210":{"renderedLength":1274,"gzipLength":0,"brotliLength":0,"metaUid":"4617-209"},"4617-212":{"renderedLength":4117,"gzipLength":0,"brotliLength":0,"metaUid":"4617-211"},"4617-214":{"renderedLength":2502,"gzipLength":0,"brotliLength":0,"metaUid":"4617-213"},"4617-216":{"renderedLength":1806,"gzipLength":0,"brotliLength":0,"metaUid":"4617-215"},"4617-218":{"renderedLength":335,"gzipLength":0,"brotliLength":0,"metaUid":"4617-217"},"4617-220":{"renderedLength":97,"gzipLength":0,"brotliLength":0,"metaUid":"4617-219"},"4617-222":{"renderedLength":3537,"gzipLength":0,"brotliLength":0,"metaUid":"4617-221"},"4617-224":{"renderedLength":1273,"gzipLength":0,"brotliLength":0,"metaUid":"4617-223"},"4617-226":{"renderedLength":2383,"gzipLength":0,"brotliLength":0,"metaUid":"4617-225"},"4617-228":{"renderedLength":641,"gzipLength":0,"brotliLength":0,"metaUid":"4617-227"},"4617-230":{"renderedLength":95,"gzipLength":0,"brotliLength":0,"metaUid":"4617-229"},"4617-232":{"renderedLength":2676,"gzipLength":0,"brotliLength":0,"metaUid":"4617-231"},"4617-234":{"renderedLength":2700,"gzipLength":0,"brotliLength":0,"metaUid":"4617-233"},"4617-236":{"renderedLength":144711,"gzipLength":0,"brotliLength":0,"metaUid":"4617-235"},"4617-238":{"renderedLength":1695,"gzipLength":0,"brotliLength":0,"metaUid":"4617-237"},"4617-240":{"renderedLength":9298,"gzipLength":0,"brotliLength":0,"metaUid":"4617-239"},"4617-242":{"renderedLength":1375,"gzipLength":0,"brotliLength":0,"metaUid":"4617-241"},"4617-244":{"renderedLength":3393,"gzipLength":0,"brotliLength":0,"metaUid":"4617-243"},"4617-246":{"renderedLength":1383,"gzipLength":0,"brotliLength":0,"metaUid":"4617-245"},"4617-248":{"renderedLength":6174,"gzipLength":0,"brotliLength":0,"metaUid":"4617-247"},"4617-250":{"renderedLength":1593,"gzipLength":0,"brotliLength":0,"metaUid":"4617-249"},"4617-252":{"renderedLength":2621,"gzipLength":0,"brotliLength":0,"metaUid":"4617-251"},"4617-254":{"renderedLength":165,"gzipLength":0,"brotliLength":0,"metaUid":"4617-253"},"4617-256":{"renderedLength":1329,"gzipLength":0,"brotliLength":0,"metaUid":"4617-255"},"4617-258":{"renderedLength":2849,"gzipLength":0,"brotliLength":0,"metaUid":"4617-257"},"4617-260":{"renderedLength":177,"gzipLength":0,"brotliLength":0,"metaUid":"4617-259"},"4617-262":{"renderedLength":27,"gzipLength":0,"brotliLength":0,"metaUid":"4617-261"}},"nodeMetas":{"4617-143":{"id":"\u0000commonjsHelpers.js","moduleParts":{"settings-form.umd.js":"4617-144"},"imported":[],"importedBy":[{"uid":"4617-155"},{"uid":"4617-149"},{"uid":"4617-153"},{"uid":"4617-171"}]},"4617-145":{"id":"\u0000/Users/leto/github/merico-dev/table/node_modules/react/jsx-runtime.js?commonjs-module","moduleParts":{"settings-form.umd.js":"4617-146"},"imported":[],"importedBy":[{"uid":"4617-155"}]},"4617-147":{"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":"4617-148"},"imported":[],"importedBy":[{"uid":"4617-149"}]},"4617-149":{"id":"/Users/leto/github/merico-dev/table/node_modules/react/cjs/react-jsx-runtime.production.min.js","moduleParts":{"settings-form.umd.js":"4617-150"},"imported":[{"uid":"4617-143"},{"uid":"4617-147"},{"uid":"4617-285"}],"importedBy":[{"uid":"4617-155"}]},"4617-151":{"id":"\u0000/Users/leto/github/merico-dev/table/node_modules/react/cjs/react-jsx-runtime.development.js?commonjs-exports","moduleParts":{"settings-form.umd.js":"4617-152"},"imported":[],"importedBy":[{"uid":"4617-153"}]},"4617-153":{"id":"/Users/leto/github/merico-dev/table/node_modules/react/cjs/react-jsx-runtime.development.js","moduleParts":{"settings-form.umd.js":"4617-154"},"imported":[{"uid":"4617-143"},{"uid":"4617-151"},{"uid":"4617-285"}],"importedBy":[{"uid":"4617-155"}]},"4617-155":{"id":"/Users/leto/github/merico-dev/table/node_modules/react/jsx-runtime.js","moduleParts":{"settings-form.umd.js":"4617-156"},"imported":[{"uid":"4617-143"},{"uid":"4617-145"},{"uid":"4617-149"},{"uid":"4617-153"}],"importedBy":[{"uid":"4617-157"}]},"4617-157":{"id":"\u0000react/jsx-runtime","moduleParts":{"settings-form.umd.js":"4617-158"},"imported":[{"uid":"4617-155"}],"importedBy":[{"uid":"4617-189"},{"uid":"4617-201"},{"uid":"4617-193"},{"uid":"4617-207"},{"uid":"4617-213"},{"uid":"4617-209"},{"uid":"4617-217"},{"uid":"4617-221"},{"uid":"4617-225"},{"uid":"4617-223"},{"uid":"4617-231"},{"uid":"4617-233"},{"uid":"4617-257"},{"uid":"4617-255"},{"uid":"4617-179"},{"uid":"4617-185"},{"uid":"4617-187"},{"uid":"4617-197"},{"uid":"4617-199"},{"uid":"4617-203"},{"uid":"4617-211"},{"uid":"4617-215"},{"uid":"4617-227"},{"uid":"4617-183"},{"uid":"4617-195"},{"uid":"4617-181"}]},"4617-159":{"id":"/src/api-caller/request.ts","moduleParts":{"settings-form.umd.js":"4617-160"},"imported":[{"uid":"4617-280"},{"uid":"4617-281"},{"uid":"4617-282"}],"importedBy":[{"uid":"4617-201"},{"uid":"4617-213"},{"uid":"4617-217"},{"uid":"4617-225"},{"uid":"4617-257"},{"uid":"4617-161"},{"uid":"4617-163"},{"uid":"4617-165"},{"uid":"4617-167"},{"uid":"4617-173"}]},"4617-161":{"id":"/src/api-caller/account.ts","moduleParts":{"settings-form.umd.js":"4617-162"},"imported":[{"uid":"4617-159"}],"importedBy":[{"uid":"4617-175"}]},"4617-163":{"id":"/src/api-caller/api-key.ts","moduleParts":{"settings-form.umd.js":"4617-164"},"imported":[{"uid":"4617-159"}],"importedBy":[{"uid":"4617-175"}]},"4617-165":{"id":"/src/api-caller/datasource.ts","moduleParts":{"settings-form.umd.js":"4617-166"},"imported":[{"uid":"4617-159"}],"importedBy":[{"uid":"4617-175"}]},"4617-167":{"id":"/src/api-caller/role.ts","moduleParts":{"settings-form.umd.js":"4617-168"},"imported":[{"uid":"4617-159"}],"importedBy":[{"uid":"4617-175"}]},"4617-169":{"id":"\u0000/Users/leto/github/merico-dev/table/node_modules/dayjs/dayjs.min.js?commonjs-module","moduleParts":{"settings-form.umd.js":"4617-170"},"imported":[],"importedBy":[{"uid":"4617-171"}]},"4617-171":{"id":"/Users/leto/github/merico-dev/table/node_modules/dayjs/dayjs.min.js","moduleParts":{"settings-form.umd.js":"4617-172"},"imported":[{"uid":"4617-143"},{"uid":"4617-169"}],"importedBy":[{"uid":"4617-173"}]},"4617-173":{"id":"/src/api-caller/sql_snippet.ts","moduleParts":{"settings-form.umd.js":"4617-174"},"imported":[{"uid":"4617-171"},{"uid":"4617-159"}],"importedBy":[{"uid":"4617-175"}]},"4617-175":{"id":"/src/api-caller/index.ts","moduleParts":{"settings-form.umd.js":"4617-176"},"imported":[{"uid":"4617-161"},{"uid":"4617-163"},{"uid":"4617-165"},{"uid":"4617-167"},{"uid":"4617-173"}],"importedBy":[{"uid":"4617-189"},{"uid":"4617-201"},{"uid":"4617-193"},{"uid":"4617-207"},{"uid":"4617-213"},{"uid":"4617-209"},{"uid":"4617-221"},{"uid":"4617-225"},{"uid":"4617-223"},{"uid":"4617-231"},{"uid":"4617-233"},{"uid":"4617-257"},{"uid":"4617-255"},{"uid":"4617-197"},{"uid":"4617-203"},{"uid":"4617-211"},{"uid":"4617-215"}]},"4617-177":{"id":"/src/datasource/styles.ts","moduleParts":{"settings-form.umd.js":"4617-178"},"imported":[],"importedBy":[{"uid":"4617-189"},{"uid":"4617-201"},{"uid":"4617-193"},{"uid":"4617-179"},{"uid":"4617-185"},{"uid":"4617-187"},{"uid":"4617-197"},{"uid":"4617-195"}]},"4617-179":{"id":"/src/datasource/add-data-source/forms/database.tsx","moduleParts":{"settings-form.umd.js":"4617-180"},"imported":[{"uid":"4617-157"},{"uid":"4617-272"},{"uid":"4617-274"},{"uid":"4617-279"},{"uid":"4617-177"}],"importedBy":[{"uid":"4617-189"}]},"4617-181":{"id":"/src/datasource/components/function-string-field/function-string-editor.tsx","moduleParts":{"settings-form.umd.js":"4617-182"},"imported":[{"uid":"4617-157"},{"uid":"4617-272"},{"uid":"4617-283"}],"importedBy":[{"uid":"4617-183"}]},"4617-183":{"id":"/src/datasource/components/function-string-field/index.tsx","moduleParts":{"settings-form.umd.js":"4617-184"},"imported":[{"uid":"4617-157"},{"uid":"4617-272"},{"uid":"4617-276"},{"uid":"4617-274"},{"uid":"4617-275"},{"uid":"4617-181"}],"importedBy":[{"uid":"4617-185"},{"uid":"4617-195"}]},"4617-185":{"id":"/src/datasource/add-data-source/forms/http.tsx","moduleParts":{"settings-form.umd.js":"4617-186"},"imported":[{"uid":"4617-157"},{"uid":"4617-272"},{"uid":"4617-279"},{"uid":"4617-177"},{"uid":"4617-183"}],"importedBy":[{"uid":"4617-189"}]},"4617-187":{"id":"/src/datasource/add-data-source/db-permission-tips.tsx","moduleParts":{"settings-form.umd.js":"4617-188"},"imported":[{"uid":"4617-157"},{"uid":"4617-272"},{"uid":"4617-177"},{"uid":"4617-275"}],"importedBy":[{"uid":"4617-189"}]},"4617-189":{"id":"/src/datasource/add-data-source/index.tsx","moduleParts":{"settings-form.umd.js":"4617-190"},"imported":[{"uid":"4617-157"},{"uid":"4617-272"},{"uid":"4617-273"},{"uid":"4617-274"},{"uid":"4617-275"},{"uid":"4617-175"},{"uid":"4617-177"},{"uid":"4617-179"},{"uid":"4617-185"},{"uid":"4617-187"}],"importedBy":[{"uid":"4617-263"},{"uid":"4617-201"}]},"4617-191":{"id":"/src/utils/load-monaco-editor.ts","moduleParts":{"settings-form.umd.js":"4617-192"},"imported":[{"uid":"4617-283"},{"uid":"4617-274"}],"importedBy":[{"uid":"4617-201"}]},"4617-193":{"id":"/src/datasource/delete-data-source.tsx","moduleParts":{"settings-form.umd.js":"4617-194"},"imported":[{"uid":"4617-157"},{"uid":"4617-272"},{"uid":"4617-277"},{"uid":"4617-273"},{"uid":"4617-278"},{"uid":"4617-275"},{"uid":"4617-175"},{"uid":"4617-177"}],"importedBy":[{"uid":"4617-263"},{"uid":"4617-201"}]},"4617-195":{"id":"/src/datasource/edit-data-source/forms/http.tsx","moduleParts":{"settings-form.umd.js":"4617-196"},"imported":[{"uid":"4617-157"},{"uid":"4617-272"},{"uid":"4617-279"},{"uid":"4617-183"},{"uid":"4617-177"}],"importedBy":[{"uid":"4617-197"}]},"4617-197":{"id":"/src/datasource/edit-data-source/index.tsx","moduleParts":{"settings-form.umd.js":"4617-198"},"imported":[{"uid":"4617-157"},{"uid":"4617-272"},{"uid":"4617-273"},{"uid":"4617-278"},{"uid":"4617-274"},{"uid":"4617-175"},{"uid":"4617-177"},{"uid":"4617-195"}],"importedBy":[{"uid":"4617-201"}]},"4617-199":{"id":"/src/datasource/components/data-source-icon.tsx","moduleParts":{"settings-form.umd.js":"4617-200"},"imported":[{"uid":"4617-157"},{"uid":"4617-278"},{"uid":"4617-272"}],"importedBy":[{"uid":"4617-201"}]},"4617-201":{"id":"/src/datasource/data-source-list.tsx","moduleParts":{"settings-form.umd.js":"4617-202"},"imported":[{"uid":"4617-157"},{"uid":"4617-272"},{"uid":"4617-276"},{"uid":"4617-175"},{"uid":"4617-159"},{"uid":"4617-191"},{"uid":"4617-189"},{"uid":"4617-193"},{"uid":"4617-177"},{"uid":"4617-197"},{"uid":"4617-199"}],"importedBy":[{"uid":"4617-263"}]},"4617-203":{"id":"/src/account/role-selector.tsx","moduleParts":{"settings-form.umd.js":"4617-204"},"imported":[{"uid":"4617-157"},{"uid":"4617-272"},{"uid":"4617-276"},{"uid":"4617-274"},{"uid":"4617-175"}],"importedBy":[{"uid":"4617-207"},{"uid":"4617-221"},{"uid":"4617-211"}]},"4617-205":{"id":"/src/account/styles.ts","moduleParts":{"settings-form.umd.js":"4617-206"},"imported":[],"importedBy":[{"uid":"4617-207"},{"uid":"4617-213"},{"uid":"4617-209"},{"uid":"4617-217"},{"uid":"4617-211"},{"uid":"4617-215"}]},"4617-207":{"id":"/src/account/add-account.tsx","moduleParts":{"settings-form.umd.js":"4617-208"},"imported":[{"uid":"4617-157"},{"uid":"4617-272"},{"uid":"4617-273"},{"uid":"4617-274"},{"uid":"4617-279"},{"uid":"4617-275"},{"uid":"4617-175"},{"uid":"4617-203"},{"uid":"4617-205"}],"importedBy":[{"uid":"4617-264"},{"uid":"4617-213"}]},"4617-209":{"id":"/src/account/delete-account.tsx","moduleParts":{"settings-form.umd.js":"4617-210"},"imported":[{"uid":"4617-157"},{"uid":"4617-272"},{"uid":"4617-277"},{"uid":"4617-273"},{"uid":"4617-275"},{"uid":"4617-175"},{"uid":"4617-205"}],"importedBy":[{"uid":"4617-264"},{"uid":"4617-213"}]},"4617-211":{"id":"/src/account/edit-account.tsx","moduleParts":{"settings-form.umd.js":"4617-212"},"imported":[{"uid":"4617-157"},{"uid":"4617-272"},{"uid":"4617-273"},{"uid":"4617-274"},{"uid":"4617-279"},{"uid":"4617-275"},{"uid":"4617-175"},{"uid":"4617-203"},{"uid":"4617-205"}],"importedBy":[{"uid":"4617-213"}]},"4617-213":{"id":"/src/account/account-list.tsx","moduleParts":{"settings-form.umd.js":"4617-214"},"imported":[{"uid":"4617-157"},{"uid":"4617-272"},{"uid":"4617-276"},{"uid":"4617-175"},{"uid":"4617-159"},{"uid":"4617-207"},{"uid":"4617-209"},{"uid":"4617-211"},{"uid":"4617-205"}],"importedBy":[{"uid":"4617-264"}]},"4617-215":{"id":"/src/account/login/form.tsx","moduleParts":{"settings-form.umd.js":"4617-216"},"imported":[{"uid":"4617-157"},{"uid":"4617-272"},{"uid":"4617-273"},{"uid":"4617-279"},{"uid":"4617-175"},{"uid":"4617-205"}],"importedBy":[{"uid":"4617-217"}]},"4617-217":{"id":"/src/account/login/index.tsx","moduleParts":{"settings-form.umd.js":"4617-218"},"imported":[{"uid":"4617-157"},{"uid":"4617-272"},{"uid":"4617-159"},{"uid":"4617-205"},{"uid":"4617-215"}],"importedBy":[{"uid":"4617-264"}]},"4617-219":{"id":"/src/api-key/styles.ts","moduleParts":{"settings-form.umd.js":"4617-220"},"imported":[],"importedBy":[{"uid":"4617-221"},{"uid":"4617-225"},{"uid":"4617-223"}]},"4617-221":{"id":"/src/api-key/add-api-key.tsx","moduleParts":{"settings-form.umd.js":"4617-222"},"imported":[{"uid":"4617-157"},{"uid":"4617-272"},{"uid":"4617-277"},{"uid":"4617-273"},{"uid":"4617-274"},{"uid":"4617-279"},{"uid":"4617-275"},{"uid":"4617-203"},{"uid":"4617-175"},{"uid":"4617-219"}],"importedBy":[{"uid":"4617-265"},{"uid":"4617-225"}]},"4617-223":{"id":"/src/api-key/delete-api-key.tsx","moduleParts":{"settings-form.umd.js":"4617-224"},"imported":[{"uid":"4617-157"},{"uid":"4617-272"},{"uid":"4617-277"},{"uid":"4617-273"},{"uid":"4617-275"},{"uid":"4617-175"},{"uid":"4617-219"}],"importedBy":[{"uid":"4617-265"},{"uid":"4617-225"}]},"4617-225":{"id":"/src/api-key/api-key-list.tsx","moduleParts":{"settings-form.umd.js":"4617-226"},"imported":[{"uid":"4617-157"},{"uid":"4617-272"},{"uid":"4617-276"},{"uid":"4617-175"},{"uid":"4617-159"},{"uid":"4617-221"},{"uid":"4617-223"},{"uid":"4617-219"}],"importedBy":[{"uid":"4617-265"}]},"4617-227":{"id":"/src/components/minimal-mocaco-editor.tsx","moduleParts":{"settings-form.umd.js":"4617-228"},"imported":[{"uid":"4617-157"},{"uid":"4617-283"}],"importedBy":[{"uid":"4617-231"},{"uid":"4617-233"}]},"4617-229":{"id":"/src/sql_snippet/styles.ts","moduleParts":{"settings-form.umd.js":"4617-230"},"imported":[],"importedBy":[{"uid":"4617-231"},{"uid":"4617-233"},{"uid":"4617-257"},{"uid":"4617-255"}]},"4617-231":{"id":"/src/sql_snippet/add-sql_snippet.tsx","moduleParts":{"settings-form.umd.js":"4617-232"},"imported":[{"uid":"4617-157"},{"uid":"4617-272"},{"uid":"4617-273"},{"uid":"4617-274"},{"uid":"4617-279"},{"uid":"4617-275"},{"uid":"4617-175"},{"uid":"4617-227"},{"uid":"4617-229"}],"importedBy":[{"uid":"4617-266"},{"uid":"4617-257"}]},"4617-233":{"id":"/src/sql_snippet/update-sql_snippet.tsx","moduleParts":{"settings-form.umd.js":"4617-234"},"imported":[{"uid":"4617-157"},{"uid":"4617-272"},{"uid":"4617-273"},{"uid":"4617-274"},{"uid":"4617-279"},{"uid":"4617-175"},{"uid":"4617-227"},{"uid":"4617-229"},{"uid":"4617-278"}],"importedBy":[{"uid":"4617-266"},{"uid":"4617-257"}]},"4617-235":{"id":"/Users/leto/github/merico-dev/table/node_modules/prism-react-renderer/prism/index.js","moduleParts":{"settings-form.umd.js":"4617-236"},"imported":[],"importedBy":[{"uid":"4617-239"}]},"4617-237":{"id":"/Users/leto/github/merico-dev/table/node_modules/prism-react-renderer/themes/duotoneDark/index.js","moduleParts":{"settings-form.umd.js":"4617-238"},"imported":[],"importedBy":[{"uid":"4617-239"}]},"4617-239":{"id":"/Users/leto/github/merico-dev/table/node_modules/prism-react-renderer/dist/index.js","moduleParts":{"settings-form.umd.js":"4617-240"},"imported":[{"uid":"4617-235"},{"uid":"4617-237"},{"uid":"4617-274"}],"importedBy":[{"uid":"4617-247"}]},"4617-241":{"id":"/Users/leto/github/merico-dev/table/node_modules/@mantine/prism/esm/Prism/CopyIcon.js","moduleParts":{"settings-form.umd.js":"4617-242"},"imported":[{"uid":"4617-274"}],"importedBy":[{"uid":"4617-247"}]},"4617-243":{"id":"/Users/leto/github/merico-dev/table/node_modules/@mantine/prism/esm/Prism/prism-theme.js","moduleParts":{"settings-form.umd.js":"4617-244"},"imported":[],"importedBy":[{"uid":"4617-247"}]},"4617-245":{"id":"/Users/leto/github/merico-dev/table/node_modules/@mantine/prism/esm/Prism/Prism.styles.js","moduleParts":{"settings-form.umd.js":"4617-246"},"imported":[{"uid":"4617-272"}],"importedBy":[{"uid":"4617-247"}]},"4617-247":{"id":"/Users/leto/github/merico-dev/table/node_modules/@mantine/prism/esm/Prism/Prism.js","moduleParts":{"settings-form.umd.js":"4617-248"},"imported":[{"uid":"4617-274"},{"uid":"4617-239"},{"uid":"4617-272"},{"uid":"4617-284"},{"uid":"4617-241"},{"uid":"4617-243"},{"uid":"4617-245"}],"importedBy":[{"uid":"4617-253"},{"uid":"4617-251"}]},"4617-249":{"id":"/Users/leto/github/merico-dev/table/node_modules/@mantine/prism/esm/PrismTabs/PrismTabs.styles.js","moduleParts":{"settings-form.umd.js":"4617-250"},"imported":[{"uid":"4617-272"}],"importedBy":[{"uid":"4617-251"}]},"4617-251":{"id":"/Users/leto/github/merico-dev/table/node_modules/@mantine/prism/esm/PrismTabs/PrismTabs.js","moduleParts":{"settings-form.umd.js":"4617-252"},"imported":[{"uid":"4617-274"},{"uid":"4617-272"},{"uid":"4617-247"},{"uid":"4617-249"}],"importedBy":[{"uid":"4617-253"}]},"4617-253":{"id":"/Users/leto/github/merico-dev/table/node_modules/@mantine/prism/esm/index.js","moduleParts":{"settings-form.umd.js":"4617-254"},"imported":[{"uid":"4617-272"},{"uid":"4617-251"},{"uid":"4617-247"}],"importedBy":[{"uid":"4617-257"}]},"4617-255":{"id":"/src/sql_snippet/delete-sql_snippet.tsx","moduleParts":{"settings-form.umd.js":"4617-256"},"imported":[{"uid":"4617-157"},{"uid":"4617-272"},{"uid":"4617-277"},{"uid":"4617-273"},{"uid":"4617-275"},{"uid":"4617-175"},{"uid":"4617-229"}],"importedBy":[{"uid":"4617-266"},{"uid":"4617-257"}]},"4617-257":{"id":"/src/sql_snippet/sql_snippet-list.tsx","moduleParts":{"settings-form.umd.js":"4617-258"},"imported":[{"uid":"4617-157"},{"uid":"4617-272"},{"uid":"4617-253"},{"uid":"4617-276"},{"uid":"4617-175"},{"uid":"4617-159"},{"uid":"4617-231"},{"uid":"4617-255"},{"uid":"4617-229"},{"uid":"4617-278"},{"uid":"4617-233"}],"importedBy":[{"uid":"4617-266"}]},"4617-259":{"id":"/src/index.ts","moduleParts":{"settings-form.umd.js":"4617-260"},"imported":[{"uid":"4617-263"},{"uid":"4617-264"},{"uid":"4617-265"},{"uid":"4617-266"},{"uid":"4617-267"},{"uid":"4617-268"},{"uid":"4617-269"},{"uid":"4617-270"},{"uid":"4617-271"},{"uid":"4617-261","dynamic":true}],"importedBy":[],"isEntry":true},"4617-261":{"id":"/package.json","moduleParts":{"settings-form.umd.js":"4617-262"},"imported":[],"importedBy":[{"uid":"4617-259"}]},"4617-263":{"id":"/src/datasource/index.tsx","moduleParts":{},"imported":[{"uid":"4617-189"},{"uid":"4617-201"},{"uid":"4617-193"}],"importedBy":[{"uid":"4617-259"}]},"4617-264":{"id":"/src/account/index.tsx","moduleParts":{},"imported":[{"uid":"4617-207"},{"uid":"4617-213"},{"uid":"4617-209"},{"uid":"4617-217"}],"importedBy":[{"uid":"4617-259"}]},"4617-265":{"id":"/src/api-key/index.tsx","moduleParts":{},"imported":[{"uid":"4617-221"},{"uid":"4617-225"},{"uid":"4617-223"}],"importedBy":[{"uid":"4617-259"}]},"4617-266":{"id":"/src/sql_snippet/index.tsx","moduleParts":{},"imported":[{"uid":"4617-231"},{"uid":"4617-233"},{"uid":"4617-257"},{"uid":"4617-255"}],"importedBy":[{"uid":"4617-259"}]},"4617-267":{"id":"/src/api-caller/account.typed.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"4617-259"}]},"4617-268":{"id":"/src/api-caller/api-key.typed.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"4617-259"}]},"4617-269":{"id":"/src/api-caller/datasource.typed.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"4617-259"}]},"4617-270":{"id":"/src/api-caller/role.typed.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"4617-259"}]},"4617-271":{"id":"/src/api-caller/sql_snippet.typed.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"4617-259"}]},"4617-272":{"id":"@mantine/core","moduleParts":{},"imported":[],"importedBy":[{"uid":"4617-189"},{"uid":"4617-201"},{"uid":"4617-193"},{"uid":"4617-207"},{"uid":"4617-213"},{"uid":"4617-209"},{"uid":"4617-217"},{"uid":"4617-221"},{"uid":"4617-225"},{"uid":"4617-223"},{"uid":"4617-231"},{"uid":"4617-233"},{"uid":"4617-257"},{"uid":"4617-255"},{"uid":"4617-179"},{"uid":"4617-185"},{"uid":"4617-187"},{"uid":"4617-197"},{"uid":"4617-199"},{"uid":"4617-203"},{"uid":"4617-211"},{"uid":"4617-215"},{"uid":"4617-253"},{"uid":"4617-183"},{"uid":"4617-195"},{"uid":"4617-251"},{"uid":"4617-247"},{"uid":"4617-181"},{"uid":"4617-249"},{"uid":"4617-245"}],"isExternal":true},"4617-273":{"id":"@mantine/notifications","moduleParts":{},"imported":[],"importedBy":[{"uid":"4617-189"},{"uid":"4617-193"},{"uid":"4617-207"},{"uid":"4617-209"},{"uid":"4617-221"},{"uid":"4617-223"},{"uid":"4617-231"},{"uid":"4617-233"},{"uid":"4617-255"},{"uid":"4617-197"},{"uid":"4617-211"},{"uid":"4617-215"}],"isExternal":true},"4617-274":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"4617-189"},{"uid":"4617-207"},{"uid":"4617-221"},{"uid":"4617-231"},{"uid":"4617-233"},{"uid":"4617-179"},{"uid":"4617-191"},{"uid":"4617-197"},{"uid":"4617-203"},{"uid":"4617-211"},{"uid":"4617-183"},{"uid":"4617-251"},{"uid":"4617-247"},{"uid":"4617-239"},{"uid":"4617-241"},{"uid":"4617-285"}],"isExternal":true},"4617-275":{"id":"tabler-icons-react","moduleParts":{},"imported":[],"importedBy":[{"uid":"4617-189"},{"uid":"4617-193"},{"uid":"4617-207"},{"uid":"4617-209"},{"uid":"4617-221"},{"uid":"4617-223"},{"uid":"4617-231"},{"uid":"4617-255"},{"uid":"4617-187"},{"uid":"4617-211"},{"uid":"4617-183"}],"isExternal":true},"4617-276":{"id":"ahooks","moduleParts":{},"imported":[],"importedBy":[{"uid":"4617-201"},{"uid":"4617-213"},{"uid":"4617-225"},{"uid":"4617-257"},{"uid":"4617-203"},{"uid":"4617-183"}],"isExternal":true},"4617-277":{"id":"@mantine/modals","moduleParts":{},"imported":[],"importedBy":[{"uid":"4617-193"},{"uid":"4617-209"},{"uid":"4617-221"},{"uid":"4617-223"},{"uid":"4617-255"}],"isExternal":true},"4617-278":{"id":"@tabler/icons-react","moduleParts":{},"imported":[],"importedBy":[{"uid":"4617-193"},{"uid":"4617-233"},{"uid":"4617-257"},{"uid":"4617-197"},{"uid":"4617-199"}],"isExternal":true},"4617-279":{"id":"react-hook-form","moduleParts":{},"imported":[],"importedBy":[{"uid":"4617-207"},{"uid":"4617-221"},{"uid":"4617-231"},{"uid":"4617-233"},{"uid":"4617-179"},{"uid":"4617-185"},{"uid":"4617-211"},{"uid":"4617-215"},{"uid":"4617-195"}],"isExternal":true},"4617-280":{"id":"axios","moduleParts":{},"imported":[],"importedBy":[{"uid":"4617-159"}],"isExternal":true},"4617-281":{"id":"crypto-js","moduleParts":{},"imported":[],"importedBy":[{"uid":"4617-159"}],"isExternal":true},"4617-282":{"id":"lodash","moduleParts":{},"imported":[],"importedBy":[{"uid":"4617-159"}],"isExternal":true},"4617-283":{"id":"@monaco-editor/react","moduleParts":{},"imported":[],"importedBy":[{"uid":"4617-191"},{"uid":"4617-227"},{"uid":"4617-181"}],"isExternal":true},"4617-284":{"id":"@mantine/hooks","moduleParts":{},"imported":[],"importedBy":[{"uid":"4617-247"}],"isExternal":true},"4617-285":{"id":"\u0000react?commonjs-external","moduleParts":{},"imported":[{"uid":"4617-274"}],"importedBy":[{"uid":"4617-149"},{"uid":"4617-153"}]}},"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":[{"uid":"2cff-152","name":"\u0000commonjsHelpers.js"},{"name":"\u0000/Users/leto/github/merico-dev/table/node_modules","children":[{"name":"react","children":[{"uid":"2cff-154","name":"jsx-runtime.js?commonjs-module"},{"name":"cjs","children":[{"uid":"2cff-156","name":"react-jsx-runtime.production.min.js?commonjs-exports"},{"uid":"2cff-160","name":"react-jsx-runtime.development.js?commonjs-exports"}]}]},{"name":"dayjs/dayjs.min.js?commonjs-module","uid":"2cff-184"}]},{"name":"Users/leto/github/merico-dev/table","children":[{"name":"node_modules","children":[{"name":"react","children":[{"name":"cjs","children":[{"uid":"2cff-158","name":"react-jsx-runtime.production.min.js"},{"uid":"2cff-162","name":"react-jsx-runtime.development.js"}]},{"uid":"2cff-164","name":"jsx-runtime.js"}]},{"name":"dayjs/dayjs.min.js","uid":"2cff-186"},{"name":"prism-react-renderer","children":[{"name":"prism/index.js","uid":"2cff-250"},{"name":"themes/duotoneDark/index.js","uid":"2cff-252"},{"name":"dist/index.js","uid":"2cff-254"}]},{"name":"@mantine/prism/esm","children":[{"name":"Prism","children":[{"uid":"2cff-256","name":"CopyIcon.js"},{"uid":"2cff-258","name":"prism-theme.js"},{"uid":"2cff-260","name":"Prism.styles.js"},{"uid":"2cff-262","name":"Prism.js"}]},{"name":"PrismTabs","children":[{"uid":"2cff-264","name":"PrismTabs.styles.js"},{"uid":"2cff-266","name":"PrismTabs.js"}]},{"uid":"2cff-268","name":"index.js"}]}]},{"name":"shared/src/api-client","children":[{"uid":"2cff-168","name":"utils.ts"},{"uid":"2cff-170","name":"default-api-client.ts"},{"uid":"2cff-172","name":"facade-api-client.ts"}]}]},{"name":"\u0000react/jsx-runtime","uid":"2cff-166"},{"name":"src","children":[{"name":"api-caller","children":[{"uid":"2cff-174","name":"request.ts"},{"uid":"2cff-176","name":"account.ts"},{"uid":"2cff-178","name":"api-key.ts"},{"uid":"2cff-180","name":"datasource.ts"},{"uid":"2cff-182","name":"role.ts"},{"uid":"2cff-188","name":"sql_snippet.ts"},{"uid":"2cff-190","name":"index.ts"}]},{"name":"datasource","children":[{"uid":"2cff-192","name":"styles.ts"},{"name":"add-data-source","children":[{"name":"forms","children":[{"uid":"2cff-194","name":"database.tsx"},{"uid":"2cff-200","name":"http.tsx"}]},{"uid":"2cff-202","name":"db-permission-tips.tsx"},{"uid":"2cff-204","name":"index.tsx"}]},{"name":"components","children":[{"name":"function-string-field","children":[{"uid":"2cff-196","name":"function-string-editor.tsx"},{"uid":"2cff-198","name":"index.tsx"}]},{"uid":"2cff-214","name":"data-source-icon.tsx"}]},{"uid":"2cff-208","name":"delete-data-source.tsx"},{"name":"edit-data-source","children":[{"name":"forms/http.tsx","uid":"2cff-210"},{"uid":"2cff-212","name":"index.tsx"}]},{"uid":"2cff-216","name":"data-source-list.tsx"}]},{"name":"utils/load-monaco-editor.ts","uid":"2cff-206"},{"name":"account","children":[{"uid":"2cff-218","name":"role-selector.tsx"},{"uid":"2cff-220","name":"styles.ts"},{"uid":"2cff-222","name":"add-account.tsx"},{"uid":"2cff-224","name":"delete-account.tsx"},{"uid":"2cff-226","name":"edit-account.tsx"},{"uid":"2cff-228","name":"account-list.tsx"},{"name":"login","children":[{"uid":"2cff-230","name":"form.tsx"},{"uid":"2cff-232","name":"index.tsx"}]}]},{"name":"api-key","children":[{"uid":"2cff-234","name":"styles.ts"},{"uid":"2cff-236","name":"add-api-key.tsx"},{"uid":"2cff-238","name":"delete-api-key.tsx"},{"uid":"2cff-240","name":"api-key-list.tsx"}]},{"name":"components/minimal-mocaco-editor.tsx","uid":"2cff-242"},{"name":"sql_snippet","children":[{"uid":"2cff-244","name":"styles.ts"},{"uid":"2cff-246","name":"add-sql_snippet.tsx"},{"uid":"2cff-248","name":"update-sql_snippet.tsx"},{"uid":"2cff-270","name":"delete-sql_snippet.tsx"},{"uid":"2cff-272","name":"sql_snippet-list.tsx"}]},{"uid":"2cff-274","name":"index.ts"}]},{"uid":"2cff-276","name":"package.json"}]}],"isRoot":true},"nodeParts":{"2cff-152":{"renderedLength":193,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-151"},"2cff-154":{"renderedLength":144,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-153"},"2cff-156":{"renderedLength":41,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-155"},"2cff-158":{"renderedLength":1200,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-157"},"2cff-160":{"renderedLength":38,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-159"},"2cff-162":{"renderedLength":44168,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-161"},"2cff-164":{"renderedLength":223,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-163"},"2cff-166":{"renderedLength":119,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-165"},"2cff-168":{"renderedLength":949,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-167"},"2cff-170":{"renderedLength":2015,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-169"},"2cff-172":{"renderedLength":405,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-171"},"2cff-174":{"renderedLength":412,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-173"},"2cff-176":{"renderedLength":1836,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-175"},"2cff-178":{"renderedLength":609,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-177"},"2cff-180":{"renderedLength":697,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-179"},"2cff-182":{"renderedLength":126,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-181"},"2cff-184":{"renderedLength":140,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-183"},"2cff-186":{"renderedLength":6602,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-185"},"2cff-188":{"renderedLength":1042,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-187"},"2cff-190":{"renderedLength":87,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-189"},"2cff-192":{"renderedLength":97,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-191"},"2cff-194":{"renderedLength":2647,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-193"},"2cff-196":{"renderedLength":448,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-195"},"2cff-198":{"renderedLength":1703,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-197"},"2cff-200":{"renderedLength":2528,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-199"},"2cff-202":{"renderedLength":377,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-201"},"2cff-204":{"renderedLength":2508,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-203"},"2cff-206":{"renderedLength":532,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-205"},"2cff-208":{"renderedLength":1689,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-207"},"2cff-210":{"renderedLength":2212,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-209"},"2cff-212":{"renderedLength":2929,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-211"},"2cff-214":{"renderedLength":659,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-213"},"2cff-216":{"renderedLength":2088,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-215"},"2cff-218":{"renderedLength":1234,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-217"},"2cff-220":{"renderedLength":97,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-219"},"2cff-222":{"renderedLength":3151,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-221"},"2cff-224":{"renderedLength":1274,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-223"},"2cff-226":{"renderedLength":4117,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-225"},"2cff-228":{"renderedLength":2502,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-227"},"2cff-230":{"renderedLength":1806,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-229"},"2cff-232":{"renderedLength":335,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-231"},"2cff-234":{"renderedLength":97,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-233"},"2cff-236":{"renderedLength":3537,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-235"},"2cff-238":{"renderedLength":1273,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-237"},"2cff-240":{"renderedLength":2383,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-239"},"2cff-242":{"renderedLength":641,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-241"},"2cff-244":{"renderedLength":95,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-243"},"2cff-246":{"renderedLength":2676,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-245"},"2cff-248":{"renderedLength":2700,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-247"},"2cff-250":{"renderedLength":144711,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-249"},"2cff-252":{"renderedLength":1695,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-251"},"2cff-254":{"renderedLength":9298,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-253"},"2cff-256":{"renderedLength":1375,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-255"},"2cff-258":{"renderedLength":3393,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-257"},"2cff-260":{"renderedLength":1383,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-259"},"2cff-262":{"renderedLength":6174,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-261"},"2cff-264":{"renderedLength":1593,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-263"},"2cff-266":{"renderedLength":2621,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-265"},"2cff-268":{"renderedLength":165,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-267"},"2cff-270":{"renderedLength":1329,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-269"},"2cff-272":{"renderedLength":2849,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-271"},"2cff-274":{"renderedLength":177,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-273"},"2cff-276":{"renderedLength":27,"gzipLength":0,"brotliLength":0,"metaUid":"2cff-275"}},"nodeMetas":{"2cff-151":{"id":"\u0000commonjsHelpers.js","moduleParts":{"settings-form.umd.js":"2cff-152"},"imported":[],"importedBy":[{"uid":"2cff-163"},{"uid":"2cff-157"},{"uid":"2cff-161"},{"uid":"2cff-185"}]},"2cff-153":{"id":"\u0000/Users/leto/github/merico-dev/table/node_modules/react/jsx-runtime.js?commonjs-module","moduleParts":{"settings-form.umd.js":"2cff-154"},"imported":[],"importedBy":[{"uid":"2cff-163"}]},"2cff-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":"2cff-156"},"imported":[],"importedBy":[{"uid":"2cff-157"}]},"2cff-157":{"id":"/Users/leto/github/merico-dev/table/node_modules/react/cjs/react-jsx-runtime.production.min.js","moduleParts":{"settings-form.umd.js":"2cff-158"},"imported":[{"uid":"2cff-151"},{"uid":"2cff-155"},{"uid":"2cff-301"}],"importedBy":[{"uid":"2cff-163"}]},"2cff-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":"2cff-160"},"imported":[],"importedBy":[{"uid":"2cff-161"}]},"2cff-161":{"id":"/Users/leto/github/merico-dev/table/node_modules/react/cjs/react-jsx-runtime.development.js","moduleParts":{"settings-form.umd.js":"2cff-162"},"imported":[{"uid":"2cff-151"},{"uid":"2cff-159"},{"uid":"2cff-301"}],"importedBy":[{"uid":"2cff-163"}]},"2cff-163":{"id":"/Users/leto/github/merico-dev/table/node_modules/react/jsx-runtime.js","moduleParts":{"settings-form.umd.js":"2cff-164"},"imported":[{"uid":"2cff-151"},{"uid":"2cff-153"},{"uid":"2cff-157"},{"uid":"2cff-161"}],"importedBy":[{"uid":"2cff-165"}]},"2cff-165":{"id":"\u0000react/jsx-runtime","moduleParts":{"settings-form.umd.js":"2cff-166"},"imported":[{"uid":"2cff-163"}],"importedBy":[{"uid":"2cff-203"},{"uid":"2cff-215"},{"uid":"2cff-207"},{"uid":"2cff-221"},{"uid":"2cff-227"},{"uid":"2cff-223"},{"uid":"2cff-231"},{"uid":"2cff-235"},{"uid":"2cff-239"},{"uid":"2cff-237"},{"uid":"2cff-245"},{"uid":"2cff-247"},{"uid":"2cff-271"},{"uid":"2cff-269"},{"uid":"2cff-193"},{"uid":"2cff-199"},{"uid":"2cff-201"},{"uid":"2cff-211"},{"uid":"2cff-213"},{"uid":"2cff-217"},{"uid":"2cff-225"},{"uid":"2cff-229"},{"uid":"2cff-241"},{"uid":"2cff-197"},{"uid":"2cff-209"},{"uid":"2cff-195"}]},"2cff-167":{"id":"/Users/leto/github/merico-dev/table/shared/src/api-client/utils.ts","moduleParts":{"settings-form.umd.js":"2cff-168"},"imported":[{"uid":"2cff-299"}],"importedBy":[{"uid":"2cff-295"},{"uid":"2cff-169"}]},"2cff-169":{"id":"/Users/leto/github/merico-dev/table/shared/src/api-client/default-api-client.ts","moduleParts":{"settings-form.umd.js":"2cff-170"},"imported":[{"uid":"2cff-167"},{"uid":"2cff-300"}],"importedBy":[{"uid":"2cff-295"}]},"2cff-171":{"id":"/Users/leto/github/merico-dev/table/shared/src/api-client/facade-api-client.ts","moduleParts":{"settings-form.umd.js":"2cff-172"},"imported":[],"importedBy":[{"uid":"2cff-295"}]},"2cff-173":{"id":"/src/api-caller/request.ts","moduleParts":{"settings-form.umd.js":"2cff-174"},"imported":[{"uid":"2cff-286"}],"importedBy":[{"uid":"2cff-273"},{"uid":"2cff-215"},{"uid":"2cff-227"},{"uid":"2cff-231"},{"uid":"2cff-239"},{"uid":"2cff-271"},{"uid":"2cff-175"},{"uid":"2cff-177"},{"uid":"2cff-179"},{"uid":"2cff-181"},{"uid":"2cff-187"}]},"2cff-175":{"id":"/src/api-caller/account.ts","moduleParts":{"settings-form.umd.js":"2cff-176"},"imported":[{"uid":"2cff-173"}],"importedBy":[{"uid":"2cff-189"}]},"2cff-177":{"id":"/src/api-caller/api-key.ts","moduleParts":{"settings-form.umd.js":"2cff-178"},"imported":[{"uid":"2cff-173"}],"importedBy":[{"uid":"2cff-189"}]},"2cff-179":{"id":"/src/api-caller/datasource.ts","moduleParts":{"settings-form.umd.js":"2cff-180"},"imported":[{"uid":"2cff-173"}],"importedBy":[{"uid":"2cff-189"}]},"2cff-181":{"id":"/src/api-caller/role.ts","moduleParts":{"settings-form.umd.js":"2cff-182"},"imported":[{"uid":"2cff-173"}],"importedBy":[{"uid":"2cff-189"}]},"2cff-183":{"id":"\u0000/Users/leto/github/merico-dev/table/node_modules/dayjs/dayjs.min.js?commonjs-module","moduleParts":{"settings-form.umd.js":"2cff-184"},"imported":[],"importedBy":[{"uid":"2cff-185"}]},"2cff-185":{"id":"/Users/leto/github/merico-dev/table/node_modules/dayjs/dayjs.min.js","moduleParts":{"settings-form.umd.js":"2cff-186"},"imported":[{"uid":"2cff-151"},{"uid":"2cff-183"}],"importedBy":[{"uid":"2cff-187"}]},"2cff-187":{"id":"/src/api-caller/sql_snippet.ts","moduleParts":{"settings-form.umd.js":"2cff-188"},"imported":[{"uid":"2cff-185"},{"uid":"2cff-173"}],"importedBy":[{"uid":"2cff-189"}]},"2cff-189":{"id":"/src/api-caller/index.ts","moduleParts":{"settings-form.umd.js":"2cff-190"},"imported":[{"uid":"2cff-175"},{"uid":"2cff-177"},{"uid":"2cff-179"},{"uid":"2cff-181"},{"uid":"2cff-187"}],"importedBy":[{"uid":"2cff-203"},{"uid":"2cff-215"},{"uid":"2cff-207"},{"uid":"2cff-221"},{"uid":"2cff-227"},{"uid":"2cff-223"},{"uid":"2cff-235"},{"uid":"2cff-239"},{"uid":"2cff-237"},{"uid":"2cff-245"},{"uid":"2cff-247"},{"uid":"2cff-271"},{"uid":"2cff-269"},{"uid":"2cff-211"},{"uid":"2cff-217"},{"uid":"2cff-225"},{"uid":"2cff-229"}]},"2cff-191":{"id":"/src/datasource/styles.ts","moduleParts":{"settings-form.umd.js":"2cff-192"},"imported":[],"importedBy":[{"uid":"2cff-203"},{"uid":"2cff-215"},{"uid":"2cff-207"},{"uid":"2cff-193"},{"uid":"2cff-199"},{"uid":"2cff-201"},{"uid":"2cff-211"},{"uid":"2cff-209"}]},"2cff-193":{"id":"/src/datasource/add-data-source/forms/database.tsx","moduleParts":{"settings-form.umd.js":"2cff-194"},"imported":[{"uid":"2cff-165"},{"uid":"2cff-287"},{"uid":"2cff-289"},{"uid":"2cff-294"},{"uid":"2cff-191"}],"importedBy":[{"uid":"2cff-203"}]},"2cff-195":{"id":"/src/datasource/components/function-string-field/function-string-editor.tsx","moduleParts":{"settings-form.umd.js":"2cff-196"},"imported":[{"uid":"2cff-165"},{"uid":"2cff-287"},{"uid":"2cff-296"}],"importedBy":[{"uid":"2cff-197"}]},"2cff-197":{"id":"/src/datasource/components/function-string-field/index.tsx","moduleParts":{"settings-form.umd.js":"2cff-198"},"imported":[{"uid":"2cff-165"},{"uid":"2cff-287"},{"uid":"2cff-291"},{"uid":"2cff-289"},{"uid":"2cff-290"},{"uid":"2cff-195"}],"importedBy":[{"uid":"2cff-199"},{"uid":"2cff-209"}]},"2cff-199":{"id":"/src/datasource/add-data-source/forms/http.tsx","moduleParts":{"settings-form.umd.js":"2cff-200"},"imported":[{"uid":"2cff-165"},{"uid":"2cff-287"},{"uid":"2cff-294"},{"uid":"2cff-191"},{"uid":"2cff-197"}],"importedBy":[{"uid":"2cff-203"}]},"2cff-201":{"id":"/src/datasource/add-data-source/db-permission-tips.tsx","moduleParts":{"settings-form.umd.js":"2cff-202"},"imported":[{"uid":"2cff-165"},{"uid":"2cff-287"},{"uid":"2cff-191"},{"uid":"2cff-290"}],"importedBy":[{"uid":"2cff-203"}]},"2cff-203":{"id":"/src/datasource/add-data-source/index.tsx","moduleParts":{"settings-form.umd.js":"2cff-204"},"imported":[{"uid":"2cff-165"},{"uid":"2cff-287"},{"uid":"2cff-288"},{"uid":"2cff-289"},{"uid":"2cff-290"},{"uid":"2cff-189"},{"uid":"2cff-191"},{"uid":"2cff-193"},{"uid":"2cff-199"},{"uid":"2cff-201"}],"importedBy":[{"uid":"2cff-277"},{"uid":"2cff-215"}]},"2cff-205":{"id":"/src/utils/load-monaco-editor.ts","moduleParts":{"settings-form.umd.js":"2cff-206"},"imported":[{"uid":"2cff-296"},{"uid":"2cff-289"}],"importedBy":[{"uid":"2cff-215"}]},"2cff-207":{"id":"/src/datasource/delete-data-source.tsx","moduleParts":{"settings-form.umd.js":"2cff-208"},"imported":[{"uid":"2cff-165"},{"uid":"2cff-287"},{"uid":"2cff-292"},{"uid":"2cff-288"},{"uid":"2cff-293"},{"uid":"2cff-290"},{"uid":"2cff-189"},{"uid":"2cff-191"}],"importedBy":[{"uid":"2cff-277"},{"uid":"2cff-215"}]},"2cff-209":{"id":"/src/datasource/edit-data-source/forms/http.tsx","moduleParts":{"settings-form.umd.js":"2cff-210"},"imported":[{"uid":"2cff-165"},{"uid":"2cff-287"},{"uid":"2cff-294"},{"uid":"2cff-197"},{"uid":"2cff-191"}],"importedBy":[{"uid":"2cff-211"}]},"2cff-211":{"id":"/src/datasource/edit-data-source/index.tsx","moduleParts":{"settings-form.umd.js":"2cff-212"},"imported":[{"uid":"2cff-165"},{"uid":"2cff-287"},{"uid":"2cff-288"},{"uid":"2cff-293"},{"uid":"2cff-289"},{"uid":"2cff-189"},{"uid":"2cff-191"},{"uid":"2cff-209"}],"importedBy":[{"uid":"2cff-215"}]},"2cff-213":{"id":"/src/datasource/components/data-source-icon.tsx","moduleParts":{"settings-form.umd.js":"2cff-214"},"imported":[{"uid":"2cff-165"},{"uid":"2cff-293"},{"uid":"2cff-287"}],"importedBy":[{"uid":"2cff-215"}]},"2cff-215":{"id":"/src/datasource/data-source-list.tsx","moduleParts":{"settings-form.umd.js":"2cff-216"},"imported":[{"uid":"2cff-165"},{"uid":"2cff-287"},{"uid":"2cff-291"},{"uid":"2cff-189"},{"uid":"2cff-173"},{"uid":"2cff-205"},{"uid":"2cff-203"},{"uid":"2cff-207"},{"uid":"2cff-191"},{"uid":"2cff-211"},{"uid":"2cff-213"}],"importedBy":[{"uid":"2cff-277"}]},"2cff-217":{"id":"/src/account/role-selector.tsx","moduleParts":{"settings-form.umd.js":"2cff-218"},"imported":[{"uid":"2cff-165"},{"uid":"2cff-287"},{"uid":"2cff-291"},{"uid":"2cff-289"},{"uid":"2cff-189"}],"importedBy":[{"uid":"2cff-221"},{"uid":"2cff-235"},{"uid":"2cff-225"}]},"2cff-219":{"id":"/src/account/styles.ts","moduleParts":{"settings-form.umd.js":"2cff-220"},"imported":[],"importedBy":[{"uid":"2cff-221"},{"uid":"2cff-227"},{"uid":"2cff-223"},{"uid":"2cff-231"},{"uid":"2cff-225"},{"uid":"2cff-229"}]},"2cff-221":{"id":"/src/account/add-account.tsx","moduleParts":{"settings-form.umd.js":"2cff-222"},"imported":[{"uid":"2cff-165"},{"uid":"2cff-287"},{"uid":"2cff-288"},{"uid":"2cff-289"},{"uid":"2cff-294"},{"uid":"2cff-290"},{"uid":"2cff-189"},{"uid":"2cff-217"},{"uid":"2cff-219"}],"importedBy":[{"uid":"2cff-278"},{"uid":"2cff-227"}]},"2cff-223":{"id":"/src/account/delete-account.tsx","moduleParts":{"settings-form.umd.js":"2cff-224"},"imported":[{"uid":"2cff-165"},{"uid":"2cff-287"},{"uid":"2cff-292"},{"uid":"2cff-288"},{"uid":"2cff-290"},{"uid":"2cff-189"},{"uid":"2cff-219"}],"importedBy":[{"uid":"2cff-278"},{"uid":"2cff-227"}]},"2cff-225":{"id":"/src/account/edit-account.tsx","moduleParts":{"settings-form.umd.js":"2cff-226"},"imported":[{"uid":"2cff-165"},{"uid":"2cff-287"},{"uid":"2cff-288"},{"uid":"2cff-289"},{"uid":"2cff-294"},{"uid":"2cff-290"},{"uid":"2cff-189"},{"uid":"2cff-217"},{"uid":"2cff-219"}],"importedBy":[{"uid":"2cff-227"}]},"2cff-227":{"id":"/src/account/account-list.tsx","moduleParts":{"settings-form.umd.js":"2cff-228"},"imported":[{"uid":"2cff-165"},{"uid":"2cff-287"},{"uid":"2cff-291"},{"uid":"2cff-189"},{"uid":"2cff-173"},{"uid":"2cff-221"},{"uid":"2cff-223"},{"uid":"2cff-225"},{"uid":"2cff-219"}],"importedBy":[{"uid":"2cff-278"}]},"2cff-229":{"id":"/src/account/login/form.tsx","moduleParts":{"settings-form.umd.js":"2cff-230"},"imported":[{"uid":"2cff-165"},{"uid":"2cff-287"},{"uid":"2cff-288"},{"uid":"2cff-294"},{"uid":"2cff-189"},{"uid":"2cff-219"}],"importedBy":[{"uid":"2cff-231"}]},"2cff-231":{"id":"/src/account/login/index.tsx","moduleParts":{"settings-form.umd.js":"2cff-232"},"imported":[{"uid":"2cff-165"},{"uid":"2cff-287"},{"uid":"2cff-173"},{"uid":"2cff-219"},{"uid":"2cff-229"}],"importedBy":[{"uid":"2cff-278"}]},"2cff-233":{"id":"/src/api-key/styles.ts","moduleParts":{"settings-form.umd.js":"2cff-234"},"imported":[],"importedBy":[{"uid":"2cff-235"},{"uid":"2cff-239"},{"uid":"2cff-237"}]},"2cff-235":{"id":"/src/api-key/add-api-key.tsx","moduleParts":{"settings-form.umd.js":"2cff-236"},"imported":[{"uid":"2cff-165"},{"uid":"2cff-287"},{"uid":"2cff-292"},{"uid":"2cff-288"},{"uid":"2cff-289"},{"uid":"2cff-294"},{"uid":"2cff-290"},{"uid":"2cff-217"},{"uid":"2cff-189"},{"uid":"2cff-233"}],"importedBy":[{"uid":"2cff-279"},{"uid":"2cff-239"}]},"2cff-237":{"id":"/src/api-key/delete-api-key.tsx","moduleParts":{"settings-form.umd.js":"2cff-238"},"imported":[{"uid":"2cff-165"},{"uid":"2cff-287"},{"uid":"2cff-292"},{"uid":"2cff-288"},{"uid":"2cff-290"},{"uid":"2cff-189"},{"uid":"2cff-233"}],"importedBy":[{"uid":"2cff-279"},{"uid":"2cff-239"}]},"2cff-239":{"id":"/src/api-key/api-key-list.tsx","moduleParts":{"settings-form.umd.js":"2cff-240"},"imported":[{"uid":"2cff-165"},{"uid":"2cff-287"},{"uid":"2cff-291"},{"uid":"2cff-189"},{"uid":"2cff-173"},{"uid":"2cff-235"},{"uid":"2cff-237"},{"uid":"2cff-233"}],"importedBy":[{"uid":"2cff-279"}]},"2cff-241":{"id":"/src/components/minimal-mocaco-editor.tsx","moduleParts":{"settings-form.umd.js":"2cff-242"},"imported":[{"uid":"2cff-165"},{"uid":"2cff-296"}],"importedBy":[{"uid":"2cff-245"},{"uid":"2cff-247"}]},"2cff-243":{"id":"/src/sql_snippet/styles.ts","moduleParts":{"settings-form.umd.js":"2cff-244"},"imported":[],"importedBy":[{"uid":"2cff-245"},{"uid":"2cff-247"},{"uid":"2cff-271"},{"uid":"2cff-269"}]},"2cff-245":{"id":"/src/sql_snippet/add-sql_snippet.tsx","moduleParts":{"settings-form.umd.js":"2cff-246"},"imported":[{"uid":"2cff-165"},{"uid":"2cff-287"},{"uid":"2cff-288"},{"uid":"2cff-289"},{"uid":"2cff-294"},{"uid":"2cff-290"},{"uid":"2cff-189"},{"uid":"2cff-241"},{"uid":"2cff-243"}],"importedBy":[{"uid":"2cff-280"},{"uid":"2cff-271"}]},"2cff-247":{"id":"/src/sql_snippet/update-sql_snippet.tsx","moduleParts":{"settings-form.umd.js":"2cff-248"},"imported":[{"uid":"2cff-165"},{"uid":"2cff-287"},{"uid":"2cff-288"},{"uid":"2cff-289"},{"uid":"2cff-294"},{"uid":"2cff-189"},{"uid":"2cff-241"},{"uid":"2cff-243"},{"uid":"2cff-293"}],"importedBy":[{"uid":"2cff-280"},{"uid":"2cff-271"}]},"2cff-249":{"id":"/Users/leto/github/merico-dev/table/node_modules/prism-react-renderer/prism/index.js","moduleParts":{"settings-form.umd.js":"2cff-250"},"imported":[],"importedBy":[{"uid":"2cff-253"}]},"2cff-251":{"id":"/Users/leto/github/merico-dev/table/node_modules/prism-react-renderer/themes/duotoneDark/index.js","moduleParts":{"settings-form.umd.js":"2cff-252"},"imported":[],"importedBy":[{"uid":"2cff-253"}]},"2cff-253":{"id":"/Users/leto/github/merico-dev/table/node_modules/prism-react-renderer/dist/index.js","moduleParts":{"settings-form.umd.js":"2cff-254"},"imported":[{"uid":"2cff-249"},{"uid":"2cff-251"},{"uid":"2cff-289"}],"importedBy":[{"uid":"2cff-261"}]},"2cff-255":{"id":"/Users/leto/github/merico-dev/table/node_modules/@mantine/prism/esm/Prism/CopyIcon.js","moduleParts":{"settings-form.umd.js":"2cff-256"},"imported":[{"uid":"2cff-289"}],"importedBy":[{"uid":"2cff-261"}]},"2cff-257":{"id":"/Users/leto/github/merico-dev/table/node_modules/@mantine/prism/esm/Prism/prism-theme.js","moduleParts":{"settings-form.umd.js":"2cff-258"},"imported":[],"importedBy":[{"uid":"2cff-261"}]},"2cff-259":{"id":"/Users/leto/github/merico-dev/table/node_modules/@mantine/prism/esm/Prism/Prism.styles.js","moduleParts":{"settings-form.umd.js":"2cff-260"},"imported":[{"uid":"2cff-287"}],"importedBy":[{"uid":"2cff-261"}]},"2cff-261":{"id":"/Users/leto/github/merico-dev/table/node_modules/@mantine/prism/esm/Prism/Prism.js","moduleParts":{"settings-form.umd.js":"2cff-262"},"imported":[{"uid":"2cff-289"},{"uid":"2cff-253"},{"uid":"2cff-287"},{"uid":"2cff-298"},{"uid":"2cff-255"},{"uid":"2cff-257"},{"uid":"2cff-259"}],"importedBy":[{"uid":"2cff-267"},{"uid":"2cff-265"}]},"2cff-263":{"id":"/Users/leto/github/merico-dev/table/node_modules/@mantine/prism/esm/PrismTabs/PrismTabs.styles.js","moduleParts":{"settings-form.umd.js":"2cff-264"},"imported":[{"uid":"2cff-287"}],"importedBy":[{"uid":"2cff-265"}]},"2cff-265":{"id":"/Users/leto/github/merico-dev/table/node_modules/@mantine/prism/esm/PrismTabs/PrismTabs.js","moduleParts":{"settings-form.umd.js":"2cff-266"},"imported":[{"uid":"2cff-289"},{"uid":"2cff-287"},{"uid":"2cff-261"},{"uid":"2cff-263"}],"importedBy":[{"uid":"2cff-267"}]},"2cff-267":{"id":"/Users/leto/github/merico-dev/table/node_modules/@mantine/prism/esm/index.js","moduleParts":{"settings-form.umd.js":"2cff-268"},"imported":[{"uid":"2cff-287"},{"uid":"2cff-265"},{"uid":"2cff-261"}],"importedBy":[{"uid":"2cff-271"}]},"2cff-269":{"id":"/src/sql_snippet/delete-sql_snippet.tsx","moduleParts":{"settings-form.umd.js":"2cff-270"},"imported":[{"uid":"2cff-165"},{"uid":"2cff-287"},{"uid":"2cff-292"},{"uid":"2cff-288"},{"uid":"2cff-290"},{"uid":"2cff-189"},{"uid":"2cff-243"}],"importedBy":[{"uid":"2cff-280"},{"uid":"2cff-271"}]},"2cff-271":{"id":"/src/sql_snippet/sql_snippet-list.tsx","moduleParts":{"settings-form.umd.js":"2cff-272"},"imported":[{"uid":"2cff-165"},{"uid":"2cff-287"},{"uid":"2cff-267"},{"uid":"2cff-291"},{"uid":"2cff-189"},{"uid":"2cff-173"},{"uid":"2cff-245"},{"uid":"2cff-269"},{"uid":"2cff-243"},{"uid":"2cff-293"},{"uid":"2cff-247"}],"importedBy":[{"uid":"2cff-280"}]},"2cff-273":{"id":"/src/index.ts","moduleParts":{"settings-form.umd.js":"2cff-274"},"imported":[{"uid":"2cff-277"},{"uid":"2cff-278"},{"uid":"2cff-279"},{"uid":"2cff-280"},{"uid":"2cff-173"},{"uid":"2cff-281"},{"uid":"2cff-282"},{"uid":"2cff-283"},{"uid":"2cff-284"},{"uid":"2cff-285"},{"uid":"2cff-275","dynamic":true}],"importedBy":[],"isEntry":true},"2cff-275":{"id":"/package.json","moduleParts":{"settings-form.umd.js":"2cff-276"},"imported":[],"importedBy":[{"uid":"2cff-273"}]},"2cff-277":{"id":"/src/datasource/index.tsx","moduleParts":{},"imported":[{"uid":"2cff-203"},{"uid":"2cff-215"},{"uid":"2cff-207"}],"importedBy":[{"uid":"2cff-273"}]},"2cff-278":{"id":"/src/account/index.tsx","moduleParts":{},"imported":[{"uid":"2cff-221"},{"uid":"2cff-227"},{"uid":"2cff-223"},{"uid":"2cff-231"}],"importedBy":[{"uid":"2cff-273"}]},"2cff-279":{"id":"/src/api-key/index.tsx","moduleParts":{},"imported":[{"uid":"2cff-235"},{"uid":"2cff-239"},{"uid":"2cff-237"}],"importedBy":[{"uid":"2cff-273"}]},"2cff-280":{"id":"/src/sql_snippet/index.tsx","moduleParts":{},"imported":[{"uid":"2cff-245"},{"uid":"2cff-247"},{"uid":"2cff-271"},{"uid":"2cff-269"}],"importedBy":[{"uid":"2cff-273"}]},"2cff-281":{"id":"/src/api-caller/account.typed.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"2cff-273"}]},"2cff-282":{"id":"/src/api-caller/api-key.typed.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"2cff-273"}]},"2cff-283":{"id":"/src/api-caller/datasource.typed.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"2cff-273"}]},"2cff-284":{"id":"/src/api-caller/role.typed.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"2cff-273"}]},"2cff-285":{"id":"/src/api-caller/sql_snippet.typed.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"2cff-273"}]},"2cff-286":{"id":"/Users/leto/github/merico-dev/table/shared/src/index.ts","moduleParts":{},"imported":[{"uid":"2cff-295"}],"importedBy":[{"uid":"2cff-173"}]},"2cff-287":{"id":"@mantine/core","moduleParts":{},"imported":[],"importedBy":[{"uid":"2cff-203"},{"uid":"2cff-215"},{"uid":"2cff-207"},{"uid":"2cff-221"},{"uid":"2cff-227"},{"uid":"2cff-223"},{"uid":"2cff-231"},{"uid":"2cff-235"},{"uid":"2cff-239"},{"uid":"2cff-237"},{"uid":"2cff-245"},{"uid":"2cff-247"},{"uid":"2cff-271"},{"uid":"2cff-269"},{"uid":"2cff-193"},{"uid":"2cff-199"},{"uid":"2cff-201"},{"uid":"2cff-211"},{"uid":"2cff-213"},{"uid":"2cff-217"},{"uid":"2cff-225"},{"uid":"2cff-229"},{"uid":"2cff-267"},{"uid":"2cff-197"},{"uid":"2cff-209"},{"uid":"2cff-265"},{"uid":"2cff-261"},{"uid":"2cff-195"},{"uid":"2cff-263"},{"uid":"2cff-259"}],"isExternal":true},"2cff-288":{"id":"@mantine/notifications","moduleParts":{},"imported":[],"importedBy":[{"uid":"2cff-203"},{"uid":"2cff-207"},{"uid":"2cff-221"},{"uid":"2cff-223"},{"uid":"2cff-235"},{"uid":"2cff-237"},{"uid":"2cff-245"},{"uid":"2cff-247"},{"uid":"2cff-269"},{"uid":"2cff-211"},{"uid":"2cff-225"},{"uid":"2cff-229"}],"isExternal":true},"2cff-289":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"2cff-203"},{"uid":"2cff-221"},{"uid":"2cff-235"},{"uid":"2cff-245"},{"uid":"2cff-247"},{"uid":"2cff-193"},{"uid":"2cff-205"},{"uid":"2cff-211"},{"uid":"2cff-217"},{"uid":"2cff-225"},{"uid":"2cff-197"},{"uid":"2cff-265"},{"uid":"2cff-261"},{"uid":"2cff-253"},{"uid":"2cff-255"},{"uid":"2cff-301"}],"isExternal":true},"2cff-290":{"id":"tabler-icons-react","moduleParts":{},"imported":[],"importedBy":[{"uid":"2cff-203"},{"uid":"2cff-207"},{"uid":"2cff-221"},{"uid":"2cff-223"},{"uid":"2cff-235"},{"uid":"2cff-237"},{"uid":"2cff-245"},{"uid":"2cff-269"},{"uid":"2cff-201"},{"uid":"2cff-225"},{"uid":"2cff-197"}],"isExternal":true},"2cff-291":{"id":"ahooks","moduleParts":{},"imported":[],"importedBy":[{"uid":"2cff-215"},{"uid":"2cff-227"},{"uid":"2cff-239"},{"uid":"2cff-271"},{"uid":"2cff-217"},{"uid":"2cff-197"}],"isExternal":true},"2cff-292":{"id":"@mantine/modals","moduleParts":{},"imported":[],"importedBy":[{"uid":"2cff-207"},{"uid":"2cff-223"},{"uid":"2cff-235"},{"uid":"2cff-237"},{"uid":"2cff-269"}],"isExternal":true},"2cff-293":{"id":"@tabler/icons-react","moduleParts":{},"imported":[],"importedBy":[{"uid":"2cff-207"},{"uid":"2cff-247"},{"uid":"2cff-271"},{"uid":"2cff-211"},{"uid":"2cff-213"}],"isExternal":true},"2cff-294":{"id":"react-hook-form","moduleParts":{},"imported":[],"importedBy":[{"uid":"2cff-221"},{"uid":"2cff-235"},{"uid":"2cff-245"},{"uid":"2cff-247"},{"uid":"2cff-193"},{"uid":"2cff-199"},{"uid":"2cff-225"},{"uid":"2cff-229"},{"uid":"2cff-209"}],"isExternal":true},"2cff-295":{"id":"/Users/leto/github/merico-dev/table/shared/src/api-client/index.ts","moduleParts":{},"imported":[{"uid":"2cff-297"},{"uid":"2cff-167"},{"uid":"2cff-169"},{"uid":"2cff-171"}],"importedBy":[{"uid":"2cff-286"}]},"2cff-296":{"id":"@monaco-editor/react","moduleParts":{},"imported":[],"importedBy":[{"uid":"2cff-205"},{"uid":"2cff-241"},{"uid":"2cff-195"}],"isExternal":true},"2cff-297":{"id":"/Users/leto/github/merico-dev/table/shared/src/api-client/types.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"2cff-295"}]},"2cff-298":{"id":"@mantine/hooks","moduleParts":{},"imported":[],"importedBy":[{"uid":"2cff-261"}],"isExternal":true},"2cff-299":{"id":"crypto-js","moduleParts":{},"imported":[],"importedBy":[{"uid":"2cff-167"}],"isExternal":true},"2cff-300":{"id":"axios","moduleParts":{},"imported":[],"importedBy":[{"uid":"2cff-169"}],"isExternal":true},"2cff-301":{"id":"\u0000react?commonjs-external","moduleParts":{},"imported":[{"uid":"2cff-289"}],"importedBy":[{"uid":"2cff-157"},{"uid":"2cff-161"}]}},"env":{"rollup":"3.26.2"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
|
|
6161
6161
|
|
|
6162
6162
|
const run = () => {
|
|
6163
6163
|
const width = window.innerWidth;
|
package/package.json
CHANGED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Method } from 'axios';
|
|
2
|
-
export declare const APIClient: {
|
|
3
|
-
baseURL: string;
|
|
4
|
-
app_id: string;
|
|
5
|
-
app_secret: string;
|
|
6
|
-
getAuthentication(params: Record<string, $TSFixMe>): {
|
|
7
|
-
app_id: string;
|
|
8
|
-
nonce_str: string;
|
|
9
|
-
sign: string;
|
|
10
|
-
} | undefined;
|
|
11
|
-
getRequest(method: Method, signal?: AbortSignal | undefined): (url: string, data: $TSFixMe, options?: $TSFixMe) => Promise<any>;
|
|
12
|
-
};
|
|
13
|
-
export declare function configureAPIClient(config: ISettingsFormConfig): void;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{datasource → settings-form/src/datasource}/add-data-source/db-permission-tips.d.ts
RENAMED
|
File without changes
|
/package/dist/{datasource → settings-form/src/datasource}/add-data-source/forms/database.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|