mage-ai 0.8.81__py3-none-any.whl → 0.8.82__py3-none-any.whl
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.
Potentially problematic release.
This version of mage-ai might be problematic. Click here for more details.
- mage_ai/server/constants.py +1 -1
- mage_ai/server/frontend_dist/404.html +2 -2
- mage_ai/server/frontend_dist/404.html.html +2 -2
- mage_ai/server/frontend_dist/_next/static/QB08hs4sID1RqTCyVc19P/_buildManifest.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/1005-2ad5a1b201c2e742.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/{1424-fbc7f741303c0aa0.js → 1424-c6b0d89ffb4a10b9.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/3077-5a56c22fbc5626c8.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/3714-d472531256ed5cf5.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/547-f3f2ccd9dcde9459.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/7400-e5e39ae07de554b2.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/{8180-325d712ecbed97ce.js → 8180-0c53312021451bb7.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/8735-1a3d39946add4aea.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/894-6290def8665695eb.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/8957-6d3f5778166f4294.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/9270-e35a5eb3dae4c3ca.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/{_app-b25383366d854e8e.js → _app-13fb8342c87983a1.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/files-8b81ef90680f3f72.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/manage-9e96b956c26fbc92.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipeline-runs-3260a2dac8df672e.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills/{[...slug]-9e519ad50f639e00.js → [...slug]-a4fbf12642923051.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-fe65c89f1e86b4b8.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors/{block-runs-302e1bd9fbf39994.js → block-runs-5c02b08404dbdd20.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runtime-25a125d43569c70d.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/{monitors-5244d6c5d80af010.js → monitors-092f364100995ba6.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs/{[run]-90170de1e6fe8f04.js → [run]-50e60f6b49eed3f0.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/{runs-88994d0bcf41cf9e.js → runs-ed9903520a27f4c8.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/settings-55748e7fcf738d91.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers/{[...slug]-456d84426ffe5025.js → [...slug]-1725c0871027ae05.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/{triggers-05f43f9eaf6528db.js → triggers-0d2c9f28ae21cde8.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines-2f4b987a8dba3484.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/account/profile-3ca183fdcb571bde.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/preferences-3b26db0dd0962783.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/sync-data-bd5e22e49c1f7bc2.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/users-85073f9cc09fabf7.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/terminal-0d2260ad08dfe44a.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/triggers-d74d0f163157ba65.js +1 -0
- mage_ai/server/frontend_dist/files.html +25 -0
- mage_ai/server/frontend_dist/index.html +2 -2
- mage_ai/server/frontend_dist/manage.html +5 -5
- mage_ai/server/frontend_dist/pipeline-runs.html +5 -5
- mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills/[...slug].html +5 -5
- mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills.html +5 -5
- mage_ai/server/frontend_dist/pipelines/[pipeline]/edit.html +2 -2
- mage_ai/server/frontend_dist/pipelines/[pipeline]/logs.html +5 -5
- mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runs.html +5 -5
- mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runtime.html +5 -5
- mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors.html +5 -5
- mage_ai/server/frontend_dist/pipelines/[pipeline]/runs/[run].html +5 -5
- mage_ai/server/frontend_dist/pipelines/[pipeline]/runs.html +5 -5
- mage_ai/server/frontend_dist/pipelines/[pipeline]/settings.html +5 -5
- mage_ai/server/frontend_dist/pipelines/[pipeline]/syncs.html +5 -5
- mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers/[...slug].html +5 -5
- mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers.html +5 -5
- mage_ai/server/frontend_dist/pipelines/[pipeline].html +2 -2
- mage_ai/server/frontend_dist/pipelines.html +5 -5
- mage_ai/server/frontend_dist/settings/account/profile.html +5 -5
- mage_ai/server/frontend_dist/settings/workspace/preferences.html +5 -5
- mage_ai/server/frontend_dist/settings/workspace/sync-data.html +5 -5
- mage_ai/server/frontend_dist/settings/workspace/users.html +5 -5
- mage_ai/server/frontend_dist/settings.html +2 -2
- mage_ai/server/frontend_dist/sign-in.html +14 -14
- mage_ai/server/frontend_dist/terminal.html +5 -5
- mage_ai/server/frontend_dist/test.html +3 -3
- mage_ai/server/frontend_dist/triggers.html +5 -5
- {mage_ai-0.8.81.dist-info → mage_ai-0.8.82.dist-info}/METADATA +1 -1
- {mage_ai-0.8.81.dist-info → mage_ai-0.8.82.dist-info}/RECORD +72 -68
- mage_ai/server/frontend_dist/_next/static/K62oaHK5x3k16vVxdvIWf/_buildManifest.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/1005-38fa861ca54679db.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/3077-187a4db6073d95df.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/547-833b70469e82cb2b.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/5540-1025c6b3e65558b3.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/6567-2488118bb39a9d99.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/8957-6edafc5a2521efdf.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/9129-8ae88897c3817909.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/manage-eba67ac0edfdea1b.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipeline-runs-128dd171c6fff7ac.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-d90d32812b2be89e.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runtime-7635e7031335de0f.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/settings-3c42f05001416811.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines-c73dab1d63317556.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/account/profile-f5626eb662337ad5.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/preferences-292e840e9386335e.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/sync-data-353dc1ef2fadf70b.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/users-cd838435ed1b8383.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/terminal-d15ea617ef145b32.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/triggers-df30a0006fd775b8.js +0 -1
- /mage_ai/server/frontend_dist/_next/static/{K62oaHK5x3k16vVxdvIWf → QB08hs4sID1RqTCyVc19P}/_middlewareManifest.js +0 -0
- /mage_ai/server/frontend_dist/_next/static/{K62oaHK5x3k16vVxdvIWf → QB08hs4sID1RqTCyVc19P}/_ssgManifest.js +0 -0
- {mage_ai-0.8.81.dist-info → mage_ai-0.8.82.dist-info}/LICENSE +0 -0
- {mage_ai-0.8.81.dist-info → mage_ai-0.8.82.dist-info}/WHEEL +0 -0
- {mage_ai-0.8.81.dist-info → mage_ai-0.8.82.dist-info}/entry_points.txt +0 -0
- {mage_ai-0.8.81.dist-info → mage_ai-0.8.82.dist-info}/top_level.txt +0 -0
|
@@ -538,7 +538,7 @@ mage_ai/sample_datasets/user_emails.csv,sha256=yokgn3bmkkrSZBFC-crJxPXFzKdgLaQbp
|
|
|
538
538
|
mage_ai/server/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
539
539
|
mage_ai/server/active_kernel.py,sha256=YiYl_IwamkMYg9J2oFQeV76vpwQVZJA6u8ryOTZedMI,2235
|
|
540
540
|
mage_ai/server/app.py,sha256=LjdwgFr3OduHaJOGGPhiGNUGZyYvfYz0OUUe56yfCM8,13229
|
|
541
|
-
mage_ai/server/constants.py,sha256=
|
|
541
|
+
mage_ai/server/constants.py,sha256=2LgzRoecYqgW1pbg38viF4wcGEjHpC3D_ITjSvQvQPk,421
|
|
542
542
|
mage_ai/server/docs_server.py,sha256=MxwLjAB0HpkOk-Jb1NSsLRhynIJM1vCiUIJXUqJ-38o,618
|
|
543
543
|
mage_ai/server/execution_manager.py,sha256=GPMKqr3D1hyIOxN6A9WVXFVCgbQFCCRm7BT67SWrNFY,3372
|
|
544
544
|
mage_ai/server/kernel_output_parser.py,sha256=eOU003y8mkK0w6LmvBNbgrRRZwDTWao2io19UYPO6Co,2436
|
|
@@ -565,27 +565,28 @@ mage_ai/server/client/mage.py,sha256=P_uT4tettbdT8eLnjrb6TnBvJ3522RHEUg2sO7KjMzg
|
|
|
565
565
|
mage_ai/server/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
566
566
|
mage_ai/server/data/base.py,sha256=mEenR7pyQ_ETa795RcOx134M6DkSpszcv41FzEu_khM,3862
|
|
567
567
|
mage_ai/server/data/models.py,sha256=K71oIFBs1A3VICS6QIQeF94KkHDu_-XGZRkPnkIWCso,9316
|
|
568
|
-
mage_ai/server/frontend_dist/404.html,sha256=
|
|
569
|
-
mage_ai/server/frontend_dist/404.html.html,sha256=
|
|
568
|
+
mage_ai/server/frontend_dist/404.html,sha256=ZouyXMirObAd75jvfKw2bYw-WJ58ZbFz2DPLA0wVrnc,9033
|
|
569
|
+
mage_ai/server/frontend_dist/404.html.html,sha256=ZouyXMirObAd75jvfKw2bYw-WJ58ZbFz2DPLA0wVrnc,9033
|
|
570
570
|
mage_ai/server/frontend_dist/favicon.ico,sha256=ZSTSGm_csS09e9wbk5aYBDuzaccwVAQWpslG3mN9A30,15406
|
|
571
|
-
mage_ai/server/frontend_dist/
|
|
572
|
-
mage_ai/server/frontend_dist/
|
|
573
|
-
mage_ai/server/frontend_dist/
|
|
574
|
-
mage_ai/server/frontend_dist/
|
|
575
|
-
mage_ai/server/frontend_dist/
|
|
576
|
-
mage_ai/server/frontend_dist/
|
|
577
|
-
mage_ai/server/frontend_dist/
|
|
578
|
-
mage_ai/server/frontend_dist/
|
|
579
|
-
mage_ai/server/frontend_dist/
|
|
571
|
+
mage_ai/server/frontend_dist/files.html,sha256=gpttm6YdAxVIv4xuzO7PviKwHPWXMo5mE1DQkbUiF-E,10510
|
|
572
|
+
mage_ai/server/frontend_dist/index.html,sha256=4YGtjJhnbvr6f72eyXRI3Dp7k5AookcSpSRDOGUAJ3c,7795
|
|
573
|
+
mage_ai/server/frontend_dist/manage.html,sha256=c8adeiZyC52eWp1UyBdfuIZDuXT9UlwmTgauor3Ce0s,10284
|
|
574
|
+
mage_ai/server/frontend_dist/pipeline-runs.html,sha256=0F6f69ecA-PeFsLIEos8gVtD4NcqsyUNsvOcucujjrM,10223
|
|
575
|
+
mage_ai/server/frontend_dist/pipelines.html,sha256=mCgFZ1u25k1jm-gV_1YQYwv7V5k-7AT7zyREj9fv6ek,10133
|
|
576
|
+
mage_ai/server/frontend_dist/settings.html,sha256=BKakDRmCy1ZU_1X-lSRbybconbRb6RV4qeBuJW7KdwQ,7867
|
|
577
|
+
mage_ai/server/frontend_dist/sign-in.html,sha256=izhBrwmlnCTkYFKvWPpKVBdoGaaSNhIjHI_a-tiSmt8,18656
|
|
578
|
+
mage_ai/server/frontend_dist/terminal.html,sha256=cGMzOSwhs7VBYuJvYLm7TDJ-IalIUSApFBVz0QdEBic,9974
|
|
579
|
+
mage_ai/server/frontend_dist/test.html,sha256=qTlHgnh5j-9TEMKU2OKUVi0U_hzVTMGr6BVpqsNmQ-U,8218
|
|
580
|
+
mage_ai/server/frontend_dist/triggers.html,sha256=ucNSvgd3jcge2D_setw50_yWPFqkRlsvCT9404Swhjg,10130
|
|
580
581
|
mage_ai/server/frontend_dist/vercel.svg,sha256=wPvODNXNDTx7iJgazQaNE7lhRgu5TTxLpKDsXCgFH9E,1101
|
|
581
|
-
mage_ai/server/frontend_dist/_next/static/
|
|
582
|
-
mage_ai/server/frontend_dist/_next/static/
|
|
583
|
-
mage_ai/server/frontend_dist/_next/static/
|
|
584
|
-
mage_ai/server/frontend_dist/_next/static/chunks/1005-
|
|
582
|
+
mage_ai/server/frontend_dist/_next/static/QB08hs4sID1RqTCyVc19P/_buildManifest.js,sha256=dQegfC4dAhWU-NKVNcau57vjYMwcpDERCnpwlsVJEGo,5344
|
|
583
|
+
mage_ai/server/frontend_dist/_next/static/QB08hs4sID1RqTCyVc19P/_middlewareManifest.js,sha256=3lNBMTpNxdmCylCuSkkehLxegLD0Odh_Bfw5c8G35Zo,92
|
|
584
|
+
mage_ai/server/frontend_dist/_next/static/QB08hs4sID1RqTCyVc19P/_ssgManifest.js,sha256=b1tKoA0vjWrtmTW0cYBr96zvRk0MHTkCYOX-J_gAxn4,77
|
|
585
|
+
mage_ai/server/frontend_dist/_next/static/chunks/1005-2ad5a1b201c2e742.js,sha256=Hre7R827U5MKqNShtPLt6wlFtextIy9Q75WTxQORIUQ,28993
|
|
585
586
|
mage_ai/server/frontend_dist/_next/static/chunks/1150.1378afaa474df64a.js,sha256=CAbPzsc6FvScAdGZ26Omo_u0xmNCOcJ9vCPw7FNvxMU,3531
|
|
586
587
|
mage_ai/server/frontend_dist/_next/static/chunks/1240.0819f45820d22263.js,sha256=J0T6Hf6bUPCYwHY9ldwKtZyEe2sZjt7Z0JySRGK5Tno,6458
|
|
587
588
|
mage_ai/server/frontend_dist/_next/static/chunks/1286-a62050b3f897c6be.js,sha256=Ac0MHJsdkIV-vYFgdeYaJi95HbpQGGZ5VQIfdoJU6fw,32475
|
|
588
|
-
mage_ai/server/frontend_dist/_next/static/chunks/1424-
|
|
589
|
+
mage_ai/server/frontend_dist/_next/static/chunks/1424-c6b0d89ffb4a10b9.js,sha256=5Y5APe8U4JhsEyrzETXwQEecXTmG8tmCgolGBb9dSxw,104505
|
|
589
590
|
mage_ai/server/frontend_dist/_next/static/chunks/1450.d383f64c169d4278.js,sha256=Wta_dDXv2gjlzEgdcOzHlEzECgj6-0a4PCMqT9gaEck,5290
|
|
590
591
|
mage_ai/server/frontend_dist/_next/static/chunks/1774-aa51ef1da7217ff9.js,sha256=wuaRR85vM6iruElj1WdTsltMpISo9jg7SdQbs1Rw03U,8652
|
|
591
592
|
mage_ai/server/frontend_dist/_next/static/chunks/2125-0b537dc53fe71b18.js,sha256=y9Ssj2iuKJZgG2P_UH7zGWYc9hMoPaFCwUhsiGmdY7s,69805
|
|
@@ -596,9 +597,10 @@ mage_ai/server/frontend_dist/_next/static/chunks/261.0a24b4ece1d29aa1.js,sha256=
|
|
|
596
597
|
mage_ai/server/frontend_dist/_next/static/chunks/266.e301071d22592682.js,sha256=iP7r9afOmCfCOErl59zVuDXUrXy3rU1T-l9hMcOeW0o,2226
|
|
597
598
|
mage_ai/server/frontend_dist/_next/static/chunks/2714-1e79e9f2e998b544.js,sha256=05020XrbnuhL8gtBtnmoWlxA9r837LD2I8SBiDSRW30,9689
|
|
598
599
|
mage_ai/server/frontend_dist/_next/static/chunks/29107295-989a0767a635d9d5.js,sha256=uFc2UgaKJ9q_NXBLc5d8rBJfHVQWwr4Vh0F6AcCsVMI,71691
|
|
599
|
-
mage_ai/server/frontend_dist/_next/static/chunks/3077-
|
|
600
|
+
mage_ai/server/frontend_dist/_next/static/chunks/3077-5a56c22fbc5626c8.js,sha256=-n-zESFUPotWJwW8lYH7MTlJFcIs_5w58ZLZWiy8-_8,11768
|
|
600
601
|
mage_ai/server/frontend_dist/_next/static/chunks/3453.992f4b1667e9882c.js,sha256=PYm5SZCBWpX2kOafRCgG3R9I0Wo8KIW6R0jJ_5-XFCI,3524
|
|
601
602
|
mage_ai/server/frontend_dist/_next/static/chunks/3467.38cd0654ba6f788f.js,sha256=GSh5dCIP7HWFJuchJzpPUJ6TyI3coksbiZwKftDZms8,1618
|
|
603
|
+
mage_ai/server/frontend_dist/_next/static/chunks/3714-d472531256ed5cf5.js,sha256=wTGaWs5Q4Jk2MX3bJRAqE_h9DYIYlrIj7CghPcz3YeI,11756
|
|
602
604
|
mage_ai/server/frontend_dist/_next/static/chunks/3835.df296b4e4078e985.js,sha256=kD2QFPxjs1XDTi-3diXwSlgCno80VqrgU6OL80IHC6M,30652
|
|
603
605
|
mage_ai/server/frontend_dist/_next/static/chunks/3873.4b3eace753998412.js,sha256=ESeQK_hjQPmYl8BuExGzFU2q9leFZ3TRrMNl8EU7Byc,243728
|
|
604
606
|
mage_ai/server/frontend_dist/_next/static/chunks/3898.880191695bb05845.js,sha256=3scwZ0YVM7CplF4jtmWmwhXngTGOQeJj45hSg4S5_iU,4171
|
|
@@ -615,8 +617,7 @@ mage_ai/server/frontend_dist/_next/static/chunks/4883.a5bb0edbf8f3cc8f.js,sha256
|
|
|
615
617
|
mage_ai/server/frontend_dist/_next/static/chunks/5008.29c2662ecc2b04c7.js,sha256=XO3DVXGW2EB9Vym5YB2wkcnygKQdr9Ye3A93oxm5G3M,17422
|
|
616
618
|
mage_ai/server/frontend_dist/_next/static/chunks/5104.1edcf4437c471dd4.js,sha256=H4STccgI3k17-3eLNOVRxcMfv4jHa3UNG7rFRAp1qwo,2135
|
|
617
619
|
mage_ai/server/frontend_dist/_next/static/chunks/5164.857023e800905b6f.js,sha256=_DxYuUjZCsoKG4CtEnm17Hv2dvGfeXWCvgwC1SU74ik,1816
|
|
618
|
-
mage_ai/server/frontend_dist/_next/static/chunks/547-
|
|
619
|
-
mage_ai/server/frontend_dist/_next/static/chunks/5540-1025c6b3e65558b3.js,sha256=o-oFmbouCo7UuwjJj6TeEbMkwSet3KVF5sb9i9JWBWc,17617
|
|
620
|
+
mage_ai/server/frontend_dist/_next/static/chunks/547-f3f2ccd9dcde9459.js,sha256=6HDL4POPECUOTdSApvSNiOH0_X2zfnqungaOQPJ0xrg,14554
|
|
620
621
|
mage_ai/server/frontend_dist/_next/static/chunks/5682-c0d87b28bf381aae.js,sha256=Od_HzBY84btPmKjIeWCA-U-Xi3mdhmmNf7hxsZAQXPU,11021
|
|
621
622
|
mage_ai/server/frontend_dist/_next/static/chunks/5729.0f2748e9e6dab951.js,sha256=kcbxoOOAieSjZdSqTLl5o_1OaTA4cdH5IEnjSA0RRMc,3490
|
|
622
623
|
mage_ai/server/frontend_dist/_next/static/chunks/5824.628653557e904674.js,sha256=zuOmz6CGILYNmrxJRyawt4dJA8x-omSDXdMhDgA0H0I,3479
|
|
@@ -628,33 +629,35 @@ mage_ai/server/frontend_dist/_next/static/chunks/6116.871a682ddf535aca.js,sha256
|
|
|
628
629
|
mage_ai/server/frontend_dist/_next/static/chunks/6434.10380ee0968636ba.js,sha256=JIfRFaYohRHyb474neDPA5ylFsL7XWQznS5KXWHDT4o,1467
|
|
629
630
|
mage_ai/server/frontend_dist/_next/static/chunks/6443.7b6d2b4e51018184.js,sha256=sEFAlLLjeX71zwLBY-FEq9UP4jjUsNOODO8rz3nHOjc,2315
|
|
630
631
|
mage_ai/server/frontend_dist/_next/static/chunks/6507.d3a17777d2c294e6.js,sha256=jQl4JSyal_O0JSiD2wcQBCkDTQyT7RVgorahAs1wQYo,24930
|
|
631
|
-
mage_ai/server/frontend_dist/_next/static/chunks/6567-2488118bb39a9d99.js,sha256=BNaVksXdi-niHs9dlDtbZu4DGA_8ZWAfFeZ0BO9r5nM,9368
|
|
632
632
|
mage_ai/server/frontend_dist/_next/static/chunks/6958.8f39c585d36737a7.js,sha256=K_KQZaTdVvt_1WIBVKO5-_zRDSXTWo2J8BoVKgoyW8U,2766
|
|
633
633
|
mage_ai/server/frontend_dist/_next/static/chunks/7011-81dd8269c4806d26.js,sha256=wq9OocQMGMRAB8j-7wDEfyckMzrjFKK-anU50QG1p2w,23228
|
|
634
634
|
mage_ai/server/frontend_dist/_next/static/chunks/7107-b89772bb2a2669df.js,sha256=Vuq1hXsruBmVQVqVWs-ANZuV-AHqFK37yQ8njDFc0-Q,100699
|
|
635
635
|
mage_ai/server/frontend_dist/_next/static/chunks/72fdc299.2d5ec188af5d0049.js,sha256=-PtOMTGLTIR4EbLGpjPy9qcEZ6EgWfTVNFI_lJHdFCw,1409747
|
|
636
636
|
mage_ai/server/frontend_dist/_next/static/chunks/739.3d24945544b37e52.js,sha256=0hHH3YUwHMf_QXqImKNGmk0APmITTmotAht-myKuSLY,3506
|
|
637
|
+
mage_ai/server/frontend_dist/_next/static/chunks/7400-e5e39ae07de554b2.js,sha256=EqADtircgI6XvECdWiE1z3gE7id2JGDJCZLuRvZ3y8E,23834
|
|
637
638
|
mage_ai/server/frontend_dist/_next/static/chunks/7607-324c3a1e4e7d0628.js,sha256=EAlHZzDLQ0vMUXVbVRrkXFslzfKn4r4s-1X7RF4HcEc,65832
|
|
638
639
|
mage_ai/server/frontend_dist/_next/static/chunks/792.010ca00d79b2112f.js,sha256=iKH6f5zTT86af5rNSQaJbFd_btMzycM5rm71ZqUXlUg,5292
|
|
639
640
|
mage_ai/server/frontend_dist/_next/static/chunks/7947.77be4bec4d47774e.js,sha256=0O7JEIR4I9ZMro0tjtspP8XH0hfBru4kqcCVTwbAXtE,1129
|
|
640
641
|
mage_ai/server/frontend_dist/_next/static/chunks/7951.fee8b6c27c9ef777.js,sha256=bOJg3yZIt5XaxFeMBlgt8m54gNxOIpa2H4PxvSZXFP8,1867
|
|
641
642
|
mage_ai/server/frontend_dist/_next/static/chunks/8018.968bf87c390e3312.js,sha256=yjjT2CAwjo6jS3a76rkMq4xZj5vzggw-02DvM13rtEY,4838
|
|
642
643
|
mage_ai/server/frontend_dist/_next/static/chunks/8097.b0345f30a7390c1d.js,sha256=GkbiG31cNdY4JyxfkcWUqIk-wxRu79a553HVwopnrNM,2166
|
|
643
|
-
mage_ai/server/frontend_dist/_next/static/chunks/8180-
|
|
644
|
+
mage_ai/server/frontend_dist/_next/static/chunks/8180-0c53312021451bb7.js,sha256=ufWhaiu-SuUcoB6cXGLSZlgLBrDPczW7p1vWMnB1b-8,20972
|
|
644
645
|
mage_ai/server/frontend_dist/_next/static/chunks/8256.290ceb269b1ffe26.js,sha256=ihwSyZ700-l4I5TNDMRoxMX20xXwa2GoBtE7jC1ebn8,12094
|
|
645
646
|
mage_ai/server/frontend_dist/_next/static/chunks/826.75268ee34f93393a.js,sha256=TNPw6lOIjP4m8gyhvsyPUFOvhgSNSAG_ZiQDgYXKTF8,3939
|
|
646
647
|
mage_ai/server/frontend_dist/_next/static/chunks/8277.5003e1d94bb85156.js,sha256=eSbCXtqNN5AC2hVjDgn_zZxZTFRwY--JgAGic0QbWsE,1783
|
|
647
648
|
mage_ai/server/frontend_dist/_next/static/chunks/8312-71137409aea5d028.js,sha256=HVehMOfdHAe1IfSfWrrtA8VoOXkZaEHtabm1p_nryeM,13607
|
|
648
649
|
mage_ai/server/frontend_dist/_next/static/chunks/844-1e171f361e63b36d.js,sha256=0OBXieQi5zLDOLRG9_meQW2AXchqpC3pKzAUmgW8Zec,27337
|
|
650
|
+
mage_ai/server/frontend_dist/_next/static/chunks/8735-1a3d39946add4aea.js,sha256=zp7KJGYl9LoQoHT6G8Ym8_qwnGrAo1gQzAGOdKWrQFc,8931
|
|
649
651
|
mage_ai/server/frontend_dist/_next/static/chunks/8762.dff300f86bef8573.js,sha256=e7mUthmNXzyliYCMf-WE7jbQCJ9Nb5Cx3rAbvyR67xQ,3479
|
|
650
652
|
mage_ai/server/frontend_dist/_next/static/chunks/8789-4f858e520d46973b.js,sha256=5p39eGdUgGTO1vS0fELlrdZcON2cKDAtlzRkpeLheME,15534
|
|
651
653
|
mage_ai/server/frontend_dist/_next/static/chunks/8807.a68c69c8fe0a8c01.js,sha256=cYeCQI3yEO4r8kiaWbGsmVJF7s1WbpuNuXeo-tDwMf8,5003
|
|
652
654
|
mage_ai/server/frontend_dist/_next/static/chunks/8849.db0d50b4d84b09a6.js,sha256=iSCB9o5hd-_P0fsbwlTyekDkkTOwdyzBPtskoUSUpbc,3020
|
|
653
655
|
mage_ai/server/frontend_dist/_next/static/chunks/8901.21d26d5a1ee473fe.js,sha256=X4nOLltfBeh8tQ_X5YRS9SB43r857SG1kBuJjNrKOh8,4240
|
|
654
656
|
mage_ai/server/frontend_dist/_next/static/chunks/8920.5700e380a2999098.js,sha256=RGvPzExXEFaDQYehD5SQTf1r9XRwqfkf5bIUaZ-l7q8,9937
|
|
655
|
-
mage_ai/server/frontend_dist/_next/static/chunks/
|
|
656
|
-
mage_ai/server/frontend_dist/_next/static/chunks/
|
|
657
|
+
mage_ai/server/frontend_dist/_next/static/chunks/894-6290def8665695eb.js,sha256=YAAU3I2C6PlbxHbxjrlAiitpMocl5R3hp5Ct8F5NUuU,47353
|
|
658
|
+
mage_ai/server/frontend_dist/_next/static/chunks/8957-6d3f5778166f4294.js,sha256=FB6pdV3PYHGffjKAUy8Mr9WCVlDsaSOFERBL--9vRp8,26376
|
|
657
659
|
mage_ai/server/frontend_dist/_next/static/chunks/9258.6c6ef544c701a011.js,sha256=Sd-pfR7PFDVoiqfxr5sl61hVIm2qxz5rYYpJ3GGLI4k,8406
|
|
660
|
+
mage_ai/server/frontend_dist/_next/static/chunks/9270-e35a5eb3dae4c3ca.js,sha256=bGDXmgvNpL7qvu7DxRypWg1Q-dQK45BNJDjks4UWgIo,15865
|
|
658
661
|
mage_ai/server/frontend_dist/_next/static/chunks/9307.d4baf7aebbcef1f0.js,sha256=XcyG4VF1oJ4zaD2bX8-MQ8r4cfeDmkaIj60zLyAjUkk,2131
|
|
659
662
|
mage_ai/server/frontend_dist/_next/static/chunks/9350-1ff50f1d7b9ee754.js,sha256=MiAMGzwZGikRCtYSU1JO-tCtSd1N02BHJsueN5id0PU,913245
|
|
660
663
|
mage_ai/server/frontend_dist/_next/static/chunks/9361.a0820e3069f5ef74.js,sha256=zaf_GLX8tS5ektbln-27JQT7nzS3Z3V57ZP-mg2H1d8,1867
|
|
@@ -671,35 +674,36 @@ mage_ai/server/frontend_dist/_next/static/chunks/framework-7c365855dab1bf41.js,s
|
|
|
671
674
|
mage_ai/server/frontend_dist/_next/static/chunks/main-bb0dd5375146d7fd.js,sha256=D8WTELFsu6xl-FY23xblYecv7-mxB1cvXhS7LkWANy4,102188
|
|
672
675
|
mage_ai/server/frontend_dist/_next/static/chunks/polyfills-5cd94c89d3acac5f.js,sha256=fLWoemwNBaqyJFy_aiatrYDNMiVA1fY2Dd5iG_kidD8,91434
|
|
673
676
|
mage_ai/server/frontend_dist/_next/static/chunks/webpack-bc5e4eb2c1ff587c.js,sha256=5XjqgzK5119xFRvyYU2XJosUqtKjpvPPNCXOhwZ24fs,5196
|
|
674
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/_app-
|
|
677
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/_app-13fb8342c87983a1.js,sha256=Z4nkR-Tjga3Kn-5zbNCHL7hXqf5BDqcbsWjk7qHCruw,427498
|
|
675
678
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/_error-235304e5badb19eb.js,sha256=UnruNRSRVtmbfIswQ7oYMowKiJmeSublFaxDjRHcFGo,3190
|
|
679
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/files-8b81ef90680f3f72.js,sha256=ZvlUPHiJO_mf45shlUj0bvBU8dit0cltvfH1z3rLvok,17305
|
|
676
680
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/index-b6cd94a079629572.js,sha256=ONhDNQR0vsRwqQwkoaA7-_7gZqWDdTKhH4_csZCvYYE,725
|
|
677
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/manage-
|
|
678
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipeline-runs-
|
|
679
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines-
|
|
681
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/manage-9e96b956c26fbc92.js,sha256=61UsQKmNljSn9ryxHMz8bPX7WorSEv00-a1ur-mVaOQ,17503
|
|
682
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipeline-runs-3260a2dac8df672e.js,sha256=nd_tzqa6Qrr_MxcxKlsioN4FmQPcWbezfPwwwxdk7Dw,8391
|
|
683
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines-2f4b987a8dba3484.js,sha256=v5s0H2ZhJa-B2DxlgVu0I2mK3z0h5pxJENsll15dvxA,47587
|
|
680
684
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings-d594a66a568306da.js,sha256=aXMAMxjQm_15BZfSU0uQSrYnRy403cFcRZcSYEqEXBg,4347
|
|
681
685
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/sign-in-56fb21d1b7d55ca9.js,sha256=xT7Ijg_nGLd_n4rxH5Hrg1QFeT0ZQVebZeaeLHhRUzk,12539
|
|
682
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/terminal-
|
|
686
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/terminal-0d2260ad08dfe44a.js,sha256=rHGTe2t3ey7P9z-fR2DoWWc7vS6mVZNXyL1eiou72Ig,5446
|
|
683
687
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/test-bd801bde63db7c9e.js,sha256=XEG_k41PtEnJyjccZF73LBgcA_ZsvbtNVb3J5eZg_9Q,8850
|
|
684
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/triggers-
|
|
688
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/triggers-d74d0f163157ba65.js,sha256=dya9N2dN2ceH5jLS9zk_u1BfbkDCUCxqoaFaggv_c-U,15529
|
|
685
689
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]-ca9457e1a6bced4b.js,sha256=arFIXJ6FXE4wpSHaC9BqqNdLafoSrmjlrjmQBB1UR2U,4526
|
|
686
690
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills-f08b51d9dc56eab5.js,sha256=TSL_b_RNTATtRqw1V3R2aExUoVTmIG8N8aHg3w9AMgk,9394
|
|
687
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-
|
|
691
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-fe65c89f1e86b4b8.js,sha256=jGI4SltyjcXDyFqdTcR2ewX_WOYKMs5MTECR6g6Mrms,330672
|
|
688
692
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/logs-0751190c3f720f8c.js,sha256=syc_nQGrz4HWJOfYM3rcoFlT2ZStFfkdu-J5D4nuiZ4,41312
|
|
689
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors-
|
|
690
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs-
|
|
691
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/settings-
|
|
693
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors-092f364100995ba6.js,sha256=zSkWGwE-hcEolGr4tWarwTNbt5TD6PAqTlnWpl0AOnQ,334
|
|
694
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs-ed9903520a27f4c8.js,sha256=sFKvdEB1tQqrMeji_i6dhTidshFbyNCjRjqhiZmcRGg,18478
|
|
695
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/settings-55748e7fcf738d91.js,sha256=SQqUdhaXhnhfYsVxifUC2jArYGX5ULn5tIwDaHl2XkM,8549
|
|
692
696
|
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/syncs-891c3d3f7a2b634b.js,sha256=a-ty_VuDlHCS09t10PTIlkzkOUqPG1ZfOLtEoIrh8_c,28407
|
|
693
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers-
|
|
694
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills/[...slug]-
|
|
695
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runs-
|
|
696
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runtime-
|
|
697
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs/[run]-
|
|
698
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers/[...slug]-
|
|
699
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/account/profile-
|
|
700
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/preferences-
|
|
701
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/sync-data-
|
|
702
|
-
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/users-
|
|
697
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers-0d2c9f28ae21cde8.js,sha256=DzxvPgWKbzlc5HuD22UC4ZbWp8rIS2uYN8N2mOZqHnY,25787
|
|
698
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills/[...slug]-a4fbf12642923051.js,sha256=mNjlBZG_ITRvNo4iLTjsibuB6n56ZhCMycHzPwUJJFs,30328
|
|
699
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runs-5c02b08404dbdd20.js,sha256=GSDi9PkTk-4Nryk4eaqdP3KnjH9kmhoMjfKxwPcQGrQ,12228
|
|
700
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runtime-25a125d43569c70d.js,sha256=rcC3f9DPgxndJwGmpxlfej9tO6v3Tju0VexKga9SBu8,20117
|
|
701
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs/[run]-50e60f6b49eed3f0.js,sha256=m30slLUQMv_OX22dBGIzXG5aBdg452vX131RSLquanM,14200
|
|
702
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers/[...slug]-1725c0871027ae05.js,sha256=WZPih1z_GllTqtogK9PDONyAAE5snTLwFRpOMs-az5M,55877
|
|
703
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/account/profile-3ca183fdcb571bde.js,sha256=fFL2lii2FqWnZdDQXp0UtoD5gyCAmeM2PbYKTzHi03Y,12042
|
|
704
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/preferences-3b26db0dd0962783.js,sha256=2dAyRqlxb1yahAC4T3S7MJrDZUqV762MPj2-7yy_rK0,10486
|
|
705
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/sync-data-bd5e22e49c1f7bc2.js,sha256=AAe5YPzoS9EDQ-nQtnwGo0v7NBR88RTe9flWoeDUPKA,10892
|
|
706
|
+
mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/users-85073f9cc09fabf7.js,sha256=dD-e3Brgn0osQG5h1EqgGyvp3JnrsLRmZxdOUYZCc3s,11573
|
|
703
707
|
mage_ai/server/frontend_dist/_next/static/css/d1e8e64d0b07af2f.css,sha256=mdjfcNHDQ5vXWn5xHrFvRm2QTQUGZlPrrUb0ELexj2g,15565
|
|
704
708
|
mage_ai/server/frontend_dist/fonts/Fira_Code/ttf/FiraCode-Bold.ttf,sha256=QfZVToReL1twra05UBIjNLhmqsQ2eTt3Qq3mAAZ3Ab4,319368
|
|
705
709
|
mage_ai/server/frontend_dist/fonts/Fira_Code/ttf/FiraCode-Light.ttf,sha256=wUbJp6YZFPn1pH0kwZnFDI8UP1cQuT79OjlTr1CBZEM,288380
|
|
@@ -747,24 +751,24 @@ mage_ai/server/frontend_dist/images/run B.jpg,sha256=XCcTHE0uxCnOUlaU1yBhxOc6yVx
|
|
|
747
751
|
mage_ai/server/frontend_dist/images/extensions/dbt/logo.png,sha256=-ssfqyt73pSkqsA_UBfYf2U2h2P62yr6fCe5SIwBurc,6001
|
|
748
752
|
mage_ai/server/frontend_dist/images/extensions/great_expectations/logo.png,sha256=RK76yAE_SHMHiFxf2aq-Ox00Gw6Khap9CCkdT7ucfQw,22785
|
|
749
753
|
mage_ai/server/frontend_dist/images/sessions/abstract.png,sha256=1oNvrU66riRKJOeF2siaMEINPZatcu7kdDPliEVACyQ,256616
|
|
750
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline].html,sha256=
|
|
751
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills.html,sha256=
|
|
752
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/edit.html,sha256=
|
|
753
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/logs.html,sha256=
|
|
754
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors.html,sha256=
|
|
755
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/runs.html,sha256
|
|
756
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/settings.html,sha256=
|
|
757
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/syncs.html,sha256=
|
|
758
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers.html,sha256=
|
|
759
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills/[...slug].html,sha256=
|
|
760
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runs.html,sha256=
|
|
761
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runtime.html,sha256=
|
|
762
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/runs/[run].html,sha256=
|
|
763
|
-
mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers/[...slug].html,sha256=
|
|
764
|
-
mage_ai/server/frontend_dist/settings/account/profile.html,sha256
|
|
765
|
-
mage_ai/server/frontend_dist/settings/workspace/preferences.html,sha256=
|
|
766
|
-
mage_ai/server/frontend_dist/settings/workspace/sync-data.html,sha256=
|
|
767
|
-
mage_ai/server/frontend_dist/settings/workspace/users.html,sha256=
|
|
754
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline].html,sha256=xF7nfjPzvywtk_s4686J_86aMka9fPsOGNnSc2kOyo8,7909
|
|
755
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills.html,sha256=asg7Rr3gXzNZYk9qbPIlxNMJ5Khm6KPT1GzxmgxTFeA,10258
|
|
756
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/edit.html,sha256=rtvVydER6dXB65zo7e2VZ8aw4c_LEgw8XrcMF6ZJ0hM,9740
|
|
757
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/logs.html,sha256=j2xESPrcVLFactWgR47b325qrf-5-97yr06CxtxfXCQ,10404
|
|
758
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors.html,sha256=LMXTr5TalrITZU6CtIb3kcK3j4YXgxnj-Z7p8-gxUzo,10412
|
|
759
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/runs.html,sha256=axNYV_DJOaChSxSYUzs389ArJmkjThney6yERb3rhbY,10716
|
|
760
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/settings.html,sha256=z_4R-W8z07aJPxvjY3MsDvtuwEGC4msihNR3fGIdCzc,10178
|
|
761
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/syncs.html,sha256=qeWyv6L-1142Frv-O_3xgKpd_HkClP2KfsiavWTKA20,10250
|
|
762
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers.html,sha256=YWhhVpdeE3UDWA4n05cO8632CBgVmqSU4WTMkxZ1tIQ,10802
|
|
763
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills/[...slug].html,sha256=5fLNa0IjI3dOpmzT-Pm681JEydXCYTp009Lr7mcI-ZM,11048
|
|
764
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runs.html,sha256=U1l-XcCeYm1HBmq9PFjPdHQ2jqOl-89FxwLUwpflE1I,10434
|
|
765
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runtime.html,sha256=Rqy6bSsIAtp0YsNsSIFvEqaUAkU3JrEVhGRt35WOMhc,10600
|
|
766
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/runs/[run].html,sha256=i4KKH4pCEytkrNzEPeHgN_imTSu8BpvDq6BuoDf2DiQ,11061
|
|
767
|
+
mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers/[...slug].html,sha256=hG1kB8RlihN_OQSXKA1yAI-di-KQV2rHBkz8XuiRRw0,11046
|
|
768
|
+
mage_ai/server/frontend_dist/settings/account/profile.html,sha256=CIUH__JCTFhXeqOe5CPOE2TRj-k_AgpLb065VY5XD1c,10084
|
|
769
|
+
mage_ai/server/frontend_dist/settings/workspace/preferences.html,sha256=dwBpKjh-bBOYrSBSTHb_Hkt9a59fSS626UbVwKJiNcc,10096
|
|
770
|
+
mage_ai/server/frontend_dist/settings/workspace/sync-data.html,sha256=h2hD9TWGodlRq-VK0zYHHAb8pcC_b89-G6Kg6foqd80,10092
|
|
771
|
+
mage_ai/server/frontend_dist/settings/workspace/users.html,sha256=mHcfHGVIqJVOTRcBsKOzdlnyq06-27VpdTmaUq6ilF8,10240
|
|
768
772
|
mage_ai/server/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
769
773
|
mage_ai/server/utils/frontend_renderer.py,sha256=W3zAlyaF34pX8S9Xvofhu35gETqLBRjj_rET_f3lQ14,3331
|
|
770
774
|
mage_ai/server/utils/output_display.py,sha256=JLPHZd6JEksHXRtdO30pz9BpQGejxed2e9bIF89VSls,12077
|
|
@@ -972,9 +976,9 @@ mage_ai/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
972
976
|
mage_ai/utils/code.py,sha256=ne10WwWGxwYUmjfnFS8o3Ml17to2jEeJaGP_Tu2OlFA,737
|
|
973
977
|
mage_ai/utils/logger/__init__.py,sha256=o-e5hogCtTW0caELRmvMbeaztks5hwPO7xYUggx2hAQ,2518
|
|
974
978
|
mage_ai/utils/logger/constants.py,sha256=k0Lnkz4X36AhSEGvKb5K2sI1iDacv2jXav8AC4JWPD0,271
|
|
975
|
-
mage_ai-0.8.
|
|
976
|
-
mage_ai-0.8.
|
|
977
|
-
mage_ai-0.8.
|
|
978
|
-
mage_ai-0.8.
|
|
979
|
-
mage_ai-0.8.
|
|
980
|
-
mage_ai-0.8.
|
|
979
|
+
mage_ai-0.8.82.dist-info/LICENSE,sha256=XSS8WC34KIH1c9SeL-rOUlz9YL7vU-8Zz8yPMXSD55E,11351
|
|
980
|
+
mage_ai-0.8.82.dist-info/METADATA,sha256=Og8R1j6uWwDpddVFn-jS2WByBHJmX1lzlg02xbn9bs0,21649
|
|
981
|
+
mage_ai-0.8.82.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
|
982
|
+
mage_ai-0.8.82.dist-info/entry_points.txt,sha256=OMjG1dNRclr-6hTA8-KY4DKhCR7FNVPNPcR_fqMf2lY,46
|
|
983
|
+
mage_ai-0.8.82.dist-info/top_level.txt,sha256=hg9hr-jNWFq9_mVwGpLWLS-X8Yx6iSGpTkqEpTbZEO8,8
|
|
984
|
+
mage_ai-0.8.82.dist-info/RECORD,,
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
self.__BUILD_MANIFEST=function(s,e,i,p,n,t,c,a,l,u,d,r,f,g,k,b,h,j,o,_,m,E,w,O,A,B){return{__rewrites:{beforeFiles:[],afterFiles:[{source:"/CLOUD_NOTEBOOK_BASE_PATH_PLACEHOLDER_/datasets",destination:j},{source:"/CLOUD_NOTEBOOK_BASE_PATH_PLACEHOLDER_",destination:j}],fallback:[]},"/":["static/chunks/pages/index-b6cd94a079629572.js"],"/_error":["static/chunks/pages/_error-235304e5badb19eb.js"],"/manage":[s,p,o,e,i,n,_,"static/chunks/pages/manage-eba67ac0edfdea1b.js"],"/pipeline-runs":[s,p,e,i,n,g,"static/chunks/pages/pipeline-runs-128dd171c6fff7ac.js"],"/pipelines":[s,p,e,i,n,"static/chunks/pages/pipelines-c73dab1d63317556.js"],"/pipelines/[pipeline]":["static/chunks/pages/pipelines/[pipeline]-ca9457e1a6bced4b.js"],"/pipelines/[pipeline]/backfills":[s,p,e,i,n,t,"static/chunks/pages/pipelines/[pipeline]/backfills-f08b51d9dc56eab5.js"],"/pipelines/[pipeline]/backfills/[...slug]":[s,p,c,a,l,d,r,h,e,i,n,t,u,f,g,"static/chunks/pages/pipelines/[pipeline]/backfills/[...slug]-9e519ad50f639e00.js"],"/pipelines/[pipeline]/edit":[m,s,p,c,a,l,d,r,k,E,w,o,"static/chunks/7107-b89772bb2a2669df.js",e,i,n,u,f,_,O,A,"static/chunks/pages/pipelines/[pipeline]/edit-d90d32812b2be89e.js"],"/pipelines/[pipeline]/logs":[s,p,a,h,e,i,n,t,"static/chunks/pages/pipelines/[pipeline]/logs-0751190c3f720f8c.js"],"/pipelines/[pipeline]/monitors":[s,p,c,k,e,i,t,B,"static/chunks/pages/pipelines/[pipeline]/monitors-5244d6c5d80af010.js"],"/pipelines/[pipeline]/monitors/block-runs":[s,p,c,k,e,i,t,B,"static/chunks/pages/pipelines/[pipeline]/monitors/block-runs-302e1bd9fbf39994.js"],"/pipelines/[pipeline]/monitors/block-runtime":[m,s,p,c,k,"static/chunks/9832-f97919376d52e3bf.js",e,i,t,A,"static/chunks/pages/pipelines/[pipeline]/monitors/block-runtime-7635e7031335de0f.js"],"/pipelines/[pipeline]/runs":[s,p,a,l,d,e,i,n,t,u,g,"static/chunks/pages/pipelines/[pipeline]/runs-88994d0bcf41cf9e.js"],"/pipelines/[pipeline]/runs/[run]":[s,p,c,a,l,d,r,E,e,i,n,t,u,f,O,"static/chunks/pages/pipelines/[pipeline]/runs/[run]-90170de1e6fe8f04.js"],"/pipelines/[pipeline]/settings":[s,p,e,i,t,"static/chunks/pages/pipelines/[pipeline]/settings-3c42f05001416811.js"],"/pipelines/[pipeline]/syncs":[s,p,e,i,n,t,"static/chunks/pages/pipelines/[pipeline]/syncs-891c3d3f7a2b634b.js"],"/pipelines/[pipeline]/triggers":[s,p,c,a,l,r,e,i,n,t,u,f,"static/chunks/pages/pipelines/[pipeline]/triggers-05f43f9eaf6528db.js"],"/pipelines/[pipeline]/triggers/[...slug]":[s,p,c,a,l,d,r,h,e,i,n,t,u,f,g,"static/chunks/pages/pipelines/[pipeline]/triggers/[...slug]-456d84426ffe5025.js"],"/settings":["static/chunks/pages/settings-d594a66a568306da.js"],"/settings/account/profile":[s,e,i,b,"static/chunks/pages/settings/account/profile-f5626eb662337ad5.js"],"/settings/workspace/preferences":[s,e,i,b,"static/chunks/pages/settings/workspace/preferences-292e840e9386335e.js"],"/settings/workspace/sync-data":[s,e,i,b,"static/chunks/pages/settings/workspace/sync-data-353dc1ef2fadf70b.js"],"/settings/workspace/users":[s,p,e,i,n,b,"static/chunks/pages/settings/workspace/users-cd838435ed1b8383.js"],"/sign-in":[s,e,"static/chunks/pages/sign-in-56fb21d1b7d55ca9.js"],"/terminal":[s,e,i,"static/chunks/pages/terminal-d15ea617ef145b32.js"],"/test":[w,"static/chunks/pages/test-bd801bde63db7c9e.js"],"/triggers":[s,p,e,i,n,"static/chunks/pages/triggers-df30a0006fd775b8.js"],sortedPages:["/","/_app","/_error","/manage","/pipeline-runs","/pipelines","/pipelines/[pipeline]","/pipelines/[pipeline]/backfills","/pipelines/[pipeline]/backfills/[...slug]","/pipelines/[pipeline]/edit","/pipelines/[pipeline]/logs","/pipelines/[pipeline]/monitors","/pipelines/[pipeline]/monitors/block-runs","/pipelines/[pipeline]/monitors/block-runtime","/pipelines/[pipeline]/runs","/pipelines/[pipeline]/runs/[run]","/pipelines/[pipeline]/settings","/pipelines/[pipeline]/syncs","/pipelines/[pipeline]/triggers","/pipelines/[pipeline]/triggers/[...slug]","/settings","/settings/account/profile","/settings/workspace/preferences","/settings/workspace/sync-data","/settings/workspace/users","/sign-in","/terminal","/test","/triggers"]}}("static/chunks/844-1e171f361e63b36d.js","static/chunks/1424-fbc7f741303c0aa0.js","static/chunks/1005-38fa861ca54679db.js","static/chunks/7607-324c3a1e4e7d0628.js","static/chunks/8180-325d712ecbed97ce.js","static/chunks/547-833b70469e82cb2b.js","static/chunks/5896-10a676bcc86978cc.js","static/chunks/4804-01a10103ebe26ca8.js","static/chunks/1774-aa51ef1da7217ff9.js","static/chunks/8957-6edafc5a2521efdf.js","static/chunks/9350-1ff50f1d7b9ee754.js","static/chunks/5872-1767c45ee6690ae5.js","static/chunks/1286-a62050b3f897c6be.js","static/chunks/8312-71137409aea5d028.js","static/chunks/2714-1e79e9f2e998b544.js","static/chunks/3077-187a4db6073d95df.js","static/chunks/4495-4f0340aa82e0c623.js","/datasets","static/chunks/8789-4f858e520d46973b.js","static/chunks/5540-1025c6b3e65558b3.js","static/chunks/29107295-989a0767a635d9d5.js","static/chunks/2125-0b537dc53fe71b18.js","static/chunks/7011-81dd8269c4806d26.js","static/chunks/5682-c0d87b28bf381aae.js","static/chunks/6567-2488118bb39a9d99.js","static/chunks/9129-8ae88897c3817909.js"),self.__BUILD_MANIFEST_CB&&self.__BUILD_MANIFEST_CB();
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[1005],{85019:function(e,n,t){var r=t(82394),i=t(12691),o=t.n(i),c=t(82684),d=t(34376),l=t(57639),a=t(93461),u=t(67971),s=t(882),f=t(11135),h=t(86673),p=t(19711),g=t(46261),v=t(10503),x=t(72454),m=t(99994),b=t(49125),y=t(28598);function w(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}function j(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?w(Object(t),!0).forEach((function(n){(0,r.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):w(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var k=3*b.iI;n.Z=function(e){var n=e.aligned,t=e.navigationItems,r=e.showMore,i=e.visible,w=(0,d.useRouter)().pathname,I=(0,c.useMemo)((function(){var e=[{Icon:v.vd,id:"pipelines",label:function(){return"Pipelines"},linkProps:{href:"/pipelines"}},{Icon:v.Bf,id:"triggers",label:function(){return"Triggers"},linkProps:{href:"/triggers"}},{Icon:v.Pf,id:"pipeline-runs",label:function(){return"Pipelines runs"},linkProps:{href:"/pipeline-runs"}},{Icon:v.oI,id:"terminal",label:function(){return"Terminal"},linkProps:{href:"/terminal"}},{Icon:v.Zr,id:"settings",label:function(){return"Settings"},linkProps:{href:"/settings"}}];return(t||e).map((function(e,t){var c,d,l,v=e.Icon,I=e.IconSelected,Z=e.disabled,O=e.id,C=e.isSelected,_=e.label,P=e.linkProps,S=e.onClick,M=C?C(w,e):!!w.match(new RegExp("^/".concat(O,"[/]*"))),E=M&&I?I:v,N=_(),B={primary:!E,selected:r&&M,showMore:r,withGradient:I};M&&I?(d=(0,y.jsx)("div",{style:{height:k,width:k},children:(0,y.jsx)(E,{muted:!0,size:k})}),(r||i)&&(d=(0,y.jsx)(x.E7,j(j({},B),{},{children:(0,y.jsx)(E,{muted:!0,size:k})}))),c=(0,y.jsx)(s.Z,{backgroundGradient:m.yr,backgroundPanel:!0,basic:!0,borderWidth:2,disabled:Z,linkProps:P,onClick:S,paddingUnits:1,children:d}),r&&(c=d)):(!M||M&&!I)&&(d=(0,y.jsx)(x.E7,j(j({},B),{},{children:E?(0,y.jsx)(E,{muted:!M,size:k}):(0,y.jsx)(p.ZP,{children:"Edit"})})),c=(0,y.jsx)(f.ZP,{disabled:Z,inline:!0,linkProps:P,noHoverUnderline:!0,noPadding:!0,onClick:S,primary:M,sameColorAsText:!0,uuid:"VerticalNavigation/".concat(O),children:d}),r&&(c=d)),l="right"===n?(0,y.jsxs)(u.Z,{alignItems:"center",fullWidth:!0,justifyContent:"flex-end",children:[(0,y.jsx)(a.Z,{flex:1,justifyContent:"flex-end",children:(0,y.jsx)(p.ZP,{noWrapping:!0,children:N})}),(0,y.jsx)(h.Z,{mr:2}),d]}):(0,y.jsxs)(u.Z,{alignItems:"center",children:[d,(0,y.jsx)(h.Z,{mr:2}),(0,y.jsx)(a.Z,{flex:1,children:(0,y.jsx)(p.ZP,{noWrapping:!0,children:N})})]});var z,W=(0,y.jsx)(x.J8,{href:"#",onClick:S,selected:M,children:l});return P&&(W=(0,y.jsx)(o(),j(j({},P),{},{passHref:!0,children:W}))),"right"===n&&(c=(0,y.jsx)(u.Z,{alignItems:"center",fullWidth:!0,justifyContent:"flex-end",children:c})),z=i?W:r?c:(0,y.jsx)(g.Z,{appearBefore:"right"===n,height:5*b.iI,label:N,size:null,widthFitContent:!0,children:c}),(0,y.jsx)(h.Z,{mt:r&&i?0:t>=1?b.cd:0,children:z},"button-".concat(O))}))}),[n,t,w,r,i]);return(0,y.jsx)(l.Z,{children:I})}},72454:function(e,n,t){t.d(n,{E7:function(){return m},HS:function(){return x},J8:function(){return b},Nk:function(){return p},k1:function(){return h},lm:function(){return v}});var r=t(82684),i=t(9518),o=t(86673),c=t(23831),d=t(73942),l=t(3055),a=t(49125),u=t(37391),s=t(90880),f=t(28598),h=a.cd*a.iI+5*a.iI+a.cd*a.iI+1,p=i.default.div.withConfig({displayName:"indexstyle__ContainerStyle",componentId:"sc-ecogjt-0"})(["display:flex;flex-direction:row;height:calc(100vh - ","px);position:fixed;top:","px;width:100%;",""],l.Mz,l.Mz,(function(e){return"\n background-color: ".concat((e.theme.background||c.Z.background).page,";\n ")})),g=i.default.div.withConfig({displayName:"indexstyle__VerticalNavigationStyleComponent",componentId:"sc-ecogjt-1"})(["height:calc(100% - ","px);"," "," "," @keyframes animate-in{0%{width:","px;}100%{width:","px;}}"," ",""],l.Mz,(function(e){return"\n background-color: ".concat((e.theme.background||c.Z.background).panel,";\n ")}),(function(e){return!e.borderless&&"right"!==e.aligned&&"\n border-right: 1px solid ".concat((e.theme.borders||c.Z.borders).medium,";\n ")}),(function(e){return!e.borderless&&"right"===e.aligned&&"\n border-left: 1px solid ".concat((e.theme.borders||c.Z.borders).medium,";\n ")}),21*a.iI,34*a.iI,(function(e){return e.showMore&&"\n &:hover {\n animation: animate-in 100ms linear forwards;\n position: fixed;\n z-index: 100;\n }\n "}),(function(e){return e.showMore&&"right"===e.aligned&&"\n &:hover {\n right: 0;\n top: ".concat(l.Mz,"px;\n }\n ")}));function v(e){var n=e.aligned,t=e.borderless,i=e.children,c=e.showMore,d=(0,r.useState)(!1),l=d[0],u=d[1];return(0,f.jsx)(g,{aligned:n,borderless:t&&!l,onMouseEnter:c?function(){return u(!0)}:null,onMouseLeave:c?function(){return u(!1)}:null,showMore:c,children:(0,f.jsx)(o.Z,{px:c&&l?0:a.cd,py:c&&l?1:a.cd,children:r.cloneElement(i,{showMore:c,visible:l})})})}var x=i.default.div.withConfig({displayName:"indexstyle__SubheaderStyle",componentId:"sc-ecogjt-2"})(["padding:","px;position:sticky;top:0;width:100%;z-index:3;",""],a.cd*a.iI,(function(e){return"\n background-color: ".concat((e.theme.background||c.Z.background).page,";\n border-bottom: 1px solid ").concat((e.theme.borders||c.Z.borders).medium,";\n ")})),m=(i.default.div.withConfig({displayName:"indexstyle__ContentStyle",componentId:"sc-ecogjt-3"})([""," overflow:auto;",""],u.w5,(function(e){return"\n height: calc(100vh - ".concat(l.Mz+(e.heightOffset||0),"px);\n ")})),i.default.div.withConfig({displayName:"indexstyle__NavigationItemStyle",componentId:"sc-ecogjt-4"})(["align-items:center;border-radius:","px;display:flex;height:","px;justify-content:center;padding:","px;width:","px;"," "," "," ",""],d.n_,5*a.iI,a.iI,5*a.iI,(function(e){return e.primary&&"\n ".concat((0,s.eR)(),"\n background: ").concat((e.theme||c.Z).chart.backgroundPrimary,";\n border: 1px solid ").concat((e.theme||c.Z).feature.active,";\n\n &:hover {\n background-color: ").concat((e.theme||c.Z).interactive.linkSecondary,";\n }\n ")}),(function(e){return e.selected&&!e.withGradient&&"\n background-color: ".concat((e.theme.interactive||c.Z.interactive).linkPrimary,";\n ")}),(function(e){return e.selected&&e.withGradient&&"\n background-color: ".concat((e.theme.background||c.Z.background).codeTextarea,";\n ")}),(function(e){return!e.selected&&e.showMore&&"\n background-color: ".concat((e.theme.interactive||c.Z.interactive).defaultBackground,";\n ")}))),b=i.default.a.withConfig({displayName:"indexstyle__NavigationLinkStyle",componentId:"sc-ecogjt-5"})([""," display:block;padding:","px ","px;"," ",""],(0,s.eR)(),1*a.iI,a.iI*a.cd,(function(e){return!e.selected&&"\n &:hover {\n background-color: ".concat((e.theme.interactive||c.Z.interactive).hoverBackground,";\n }\n ")}),(function(e){return e.selected&&"\n background-color: ".concat((e.theme.interactive||c.Z.interactive).linkPrimaryHover,";\n ")}))},82386:function(e,n,t){t.d(n,{E$:function(){return _},MK:function(){return m},MP:function(){return Z},Md:function(){return u},OM:function(){return v},Ru:function(){return O},S9:function(){return z},VW:function(){return h},W7:function(){return j},Wi:function(){return g},YJ:function(){return I},Zj:function(){return E},Zt:function(){return a},aH:function(){return M},bC:function(){return N},dN:function(){return s},ff:function(){return C},l8:function(){return p},lU:function(){return B},rS:function(){return S},uX:function(){return x},v7:function(){return P},ve:function(){return f},ym:function(){return k}});var r=t(9518),i=t(23831),o=t(73942),c=t(3055),d=t(49125),l=t(37391),a=64*d.iI,u=30*d.iI,s=21.25*d.iI,f=35*d.iI,h=.5*d.iI,p=13*d.iI,g=3*d.cd*d.iI,v=6*d.iI,x=2*d.cd*3*d.iI,m=(r.default.div.withConfig({displayName:"indexstyle__HeaderStyle",componentId:"sc-1lxpneo-0"})(["position:fixed;z-index:2;"," "," ",""],(function(e){return"\n border-bottom: 1px solid ".concat((e.theme.monotone||i.Z.monotone).grey200,";\n ")}),(function(e){return!e.beforeVisible&&"\n width: 100%;\n "}),(function(e){return e.beforeVisible&&"\n left: ".concat(f,"px;\n width: calc(100% - ").concat(f,"px);\n ")})),r.default.div.withConfig({displayName:"indexstyle__NewHeaderStyle",componentId:"sc-1lxpneo-1"})(["height:","px;position:fixed;top:0;width:100%;z-index:4;"],c.Mz)),b=(r.default.div.withConfig({displayName:"indexstyle__TabStyle",componentId:"sc-1lxpneo-2"})(["border-top-left-radius:","px;border-top-right-radius:","px;padding:","px ","px;position:relative;top:1px;"," "," ",""],o.n_,o.n_,1*d.iI,2*d.iI,(function(e){return"\n border-left: 1px solid ".concat((e.theme.monotone||i.Z.monotone).grey200,";\n border-right: 1px solid ").concat((e.theme.monotone||i.Z.monotone).grey200,";\n border-top: 1px solid ").concat((e.theme.monotone||i.Z.monotone).grey200,";\n ")}),(function(e){return!e.first&&"\n margin-left: ".concat(1*d.iI,"px;\n ")}),(function(e){return e.selected&&"\n border-bottom: 1px solid ".concat((e.theme.monotone||i.Z.monotone).white,";\n ")})),(0,r.css)(["position:fixed;z-index:2;",""],(function(e){return"\n background-color: ".concat((e.theme.background||i.Z.background).panel,";\n height: calc(100% - ").concat("undefined"===typeof e.heightOffset?x:e.heightOffset,"px);\n top: ").concat("undefined"===typeof e.heightOffset?x:e.heightOffset,"px;\n ")}))),y=(0,r.css)([""," height:100%;overflow:auto;position:relative;z-index:2;",""],l.w5,(function(e){return e.verticalOffset&&"\n height: calc(100% - ".concat(e.verticalOffset,"px);\n top: ").concat(e.verticalOffset,"px;\n ")})),w=(0,r.css)(["height:calc(100% + ","px);position:absolute;top:-","px;width:","px;z-index:6;&:hover{","}"," ",""],g,g,h,(function(e){return!e.disabled&&"\n border-color: ".concat((e.theme.text||i.Z.text).fileBrowser," !important;\n ")}),(function(e){return!e.disabled&&"\n cursor: col-resize;\n "}),(function(e){return e.active&&!e.disabled&&"\n border-color: ".concat((e.theme.text||i.Z.text).fileBrowser," !important;\n ")})),j=r.default.div.withConfig({displayName:"indexstyle__AsideHeaderStyle",componentId:"sc-1lxpneo-3"})(["border-bottom:1px solid transparent;height:","px;position:fixed;top:","px;z-index:4;"," "," ",""],v,g,(0,l.y$)(),(function(e){return"\n background-color: ".concat((e.theme.background||i.Z.background).panel,";\n ")}),(function(e){return!e.visible&&"\n border-left: 1px solid transparent;\n border-right: 1px solid transparent;\n border-bottom-color: ".concat((e.theme.borders||i.Z.borders).medium," !important;\n ")})),k=r.default.div.withConfig({displayName:"indexstyle__AsideHeaderInnerStyle",componentId:"sc-1lxpneo-4"})(["display:flex;flex:1;overflow:auto;padding:0 ","px;"," ",""],2*d.iI,(0,l.y$)(),(function(e){return e.noPadding&&"\n padding: 0;\n "})),I=r.default.div.withConfig({displayName:"indexstyle__AsideSubheaderStyle",componentId:"sc-1lxpneo-5"})(["border-bottom:1px solid transparent;height:","px;overflow-x:auto;position:absolute;top:","px;"," "," ",""],g,g,(0,l.y$)(),(function(e){return"\n background-color: ".concat((e.theme.background||i.Z.background).table,";\n ")}),(function(e){return!e.visible&&"\n border-color: ".concat((e.theme.borders||i.Z.borders).medium," !important;\n ")})),Z=r.default.aside.withConfig({displayName:"indexstyle__BeforeStyle",componentId:"sc-1lxpneo-6"})([""," left:0;"],b),O=r.default.div.withConfig({displayName:"indexstyle__BeforeInnerStyle",componentId:"sc-1lxpneo-7"})([""," overflow:hidden;&:hover{overflow:auto;}"],y),C=r.default.aside.withConfig({displayName:"indexstyle__AfterStyle",componentId:"sc-1lxpneo-8"})([""," right:0;"],b),_=r.default.div.withConfig({displayName:"indexstyle__AfterInnerStyle",componentId:"sc-1lxpneo-9"})([""," ",""],y,(function(e){return e.overflow&&"\n overflow: ".concat(e.overflow,";\n ")})),P=r.default.div.withConfig({displayName:"indexstyle__DraggableStyle",componentId:"sc-1lxpneo-10"})([""," "," ",""],w,(function(e){return"undefined"!==typeof e.left&&"\n border-left: 1px solid ".concat((e.theme.borders||i.Z.borders).medium,";\n left: ").concat(e.left,"px;\n ")}),(function(e){return"undefined"!==typeof e.right&&"\n border-right: 1px solid ".concat((e.theme.borders||i.Z.borders).medium,";\n right: ").concat(e.right,"px;\n ")})),S=r.default.div.withConfig({displayName:"indexstyle__MainWrapper",componentId:"sc-1lxpneo-11"})(["height:100%;position:fixed;z-index:1;",""],(function(e){return"\n background-color: ".concat((e.theme.background||i.Z.background).codeArea,";\n ")})),M=r.default.div.withConfig({displayName:"indexstyle__MainContentStyle",componentId:"sc-1lxpneo-12"})(["position:fixed;z-index:2;",""],(function(e){return"\n height: calc(100% - ".concat(e.headerOffset||0,"px);\n top: ").concat(e.headerOffset||0,"px;\n ")})),E=r.default.div.withConfig({displayName:"indexstyle__MainContentInnerStyle",componentId:"sc-1lxpneo-13"})([""," height:100%;overflow:auto;"],l.w5),N=r.default.div.withConfig({displayName:"indexstyle__NavigationStyle",componentId:"sc-1lxpneo-14"})(["position:relative;"]),B=r.default.div.withConfig({displayName:"indexstyle__NavigationInnerStyle",componentId:"sc-1lxpneo-15"})(["height:100%;position:fixed;z-index:6;"," ",""],(function(e){return"left"===e.aligned&&"\n border-right: 1px solid ".concat((e.theme.borders||i.Z.borders).medium,";\n left: 0;\n ")}),(function(e){return"right"===e.aligned&&"\n border-left: 1px solid ".concat((e.theme.borders||i.Z.borders).medium,";\n right: 0;\n ")})),z=r.default.div.withConfig({displayName:"indexstyle__NavigationContainerStyle",componentId:"sc-1lxpneo-16"})([""," overflow:auto;position:absolute;width:fit-content;"," "," "," ",""],l.w5,(function(e){return"\n height: calc(100vh - ".concat(e.heightOffset,"px);\n ")}),(function(e){return e.fullWidth&&"\n width: calc(100% - ".concat(e.widthOffset||0,"px);\n ")}),(function(e){return e.widthOffset&&"left"===e.aligned&&"\n left: ".concat(e.widthOffset,"px;\n ")}),(function(e){return e.widthOffset&&"right"===e.aligned&&"\n right: ".concat(e.widthOffset,"px;\n ")}))},32063:function(e,n,t){var r=t(82684),i=t(1887),o=t.n(i),c=t(60328),d=t(57639),l=t(93461),a=t(67971),u=t(86673),s=t(46261),f=t(85019),h=t(82386),p=t(10503),g=t(91427),v=t(49125),x=t(72454),m=t(24141),b=t(28598);n.Z=function(e){var n=e.after,t=e.afterHeader,i=e.afterHeightOffset,y=e.afterHidden,w=e.afterMousedownActive,j=e.afterNavigationItems,k=e.afterOverflow,I=e.afterSubheader,Z=e.afterWidth,O=void 0===Z?0:Z,C=e.before,_=e.beforeHeader,P=e.beforeHeightOffset,S=e.beforeHidden,M=e.beforeMousedownActive,E=e.beforeNavigationItems,N=e.beforeWidth,B=void 0===N?0:N,z=e.children,W=e.header,H=e.headerOffset,D=void 0===H?0:H,A=e.hideAfterCompletely,R=e.leftOffset,F=void 0===R?0:R,L=e.mainContainerHeader,T=e.mainContainerRef,U=e.navigationShowMore,V=e.setAfterHidden,G=e.setAfterMousedownActive,X=e.setAfterWidth,$=e.setBeforeHidden,J=e.setBeforeMousedownActive,Y=e.setBeforeWidth,q=(e.uuid,(0,m.i)().width),K=(0,r.useRef)(null),Q=(0,r.useRef)(null),ee=(0,r.useRef)(null),ne=(0,r.useRef)(null),te=(0,r.useCallback)((function(){var e=!y;null===V||void 0===V||V(e),(0,g.t8)(g.zg,e)}),[y,V]),re=(0,r.useCallback)((function(){var e=!S;$(e),(0,g.t8)(g.Uu,e)}),[S,$]);(0,r.useEffect)((function(){var e,n,t,r,i=function(e){var n,t;((null===ee||void 0===ee||null===(n=ee.current)||void 0===n||null===(t=n.getBoundingClientRect)||void 0===t?void 0:t.call(n))||{}).x;if(q){var r=e.x;r+h.l8>q-O&&(r=q-O-h.l8),r-=2*F,Y(Math.max(r,h.dN))}},o=function(e){var n,t;e.offsetX>=e.target.offsetWidth-h.VW&&e.offsetX<=e.target.offsetWidth+h.VW&&(null===J||void 0===J||J(!0),e.preventDefault(),null===(n=document)||void 0===n||null===(t=n.addEventListener)||void 0===t||t.call(n,"mousemove",i,!1))},c=function(){var e,n;null===J||void 0===J||J(!1),null===(e=document)||void 0===e||null===(n=e.removeEventListener)||void 0===n||n.call(e,"mousemove",i,!1)};return null===ne||void 0===ne||null===(e=ne.current)||void 0===e||null===(n=e.addEventListener)||void 0===n||n.call(e,"mousedown",o,!1),null===(t=document)||void 0===t||null===(r=t.addEventListener)||void 0===r||r.call(t,"mouseup",c,!1),function(){var e,n,t,r;null===ne||void 0===ne||null===(e=ne.current)||void 0===e||null===(n=e.removeEventListener)||void 0===n||n.call(e,"mousedown",o,!1),null===(t=document)||void 0===t||null===(r=t.removeEventListener)||void 0===r||r.call(t,"mouseup",c,!1),c()}}),[O,S,F,ee,ne,J,Y,q]),(0,r.useEffect)((function(){var e,n,t,r,i=function(e){var n,t;((null===K||void 0===K||null===(n=K.current)||void 0===n||null===(t=n.getBoundingClientRect)||void 0===t?void 0:t.call(n))||{}).x;if(q){var r=q-e.x;r+h.l8>q-B&&(r=q-B-h.l8),X(Math.max(r,h.Md))}},o=function(e){var n,t;e.offsetX>=-1*h.VW&&e.offsetX<=h.VW&&(null===G||void 0===G||G(!0),e.preventDefault(),null===(n=document)||void 0===n||null===(t=n.addEventListener)||void 0===t||t.call(n,"mousemove",i,!1))},c=function(){var e,n;null===G||void 0===G||G(!1),null===(e=document)||void 0===e||null===(n=e.removeEventListener)||void 0===n||n.call(e,"mousemove",i,!1)};return null===Q||void 0===Q||null===(e=Q.current)||void 0===e||null===(n=e.addEventListener)||void 0===n||n.call(e,"mousedown",o,!1),null===(t=document)||void 0===t||null===(r=t.addEventListener)||void 0===r||r.call(t,"mouseup",c,!1),function(){var e,n,t,r;null===Q||void 0===Q||null===(e=Q.current)||void 0===e||null===(n=e.removeEventListener)||void 0===n||n.call(e,"mousedown",o,!1),null===(t=document)||void 0===t||null===(r=t.removeEventListener)||void 0===r||r.call(t,"mouseup",c,!1),c()}}),[y,B,K,Q,G,X,q]);var ie=A&&y,oe=ie?0:y?4*v.iI:O,ce=S?4*v.iI:B,de="calc(100% - ".concat(ce+oe+F,"px)"),le=(0,r.useMemo)((function(){return(null===j||void 0===j?void 0:j.length)>=1}),[j]),ae=(0,r.useMemo)((function(){return(0,b.jsxs)(b.Fragment,{children:[V&&(0,b.jsxs)(b.Fragment,{children:[(0,b.jsx)(h.W7,{style:{width:le?oe-(x.k1-1):oe},visible:y,children:(0,b.jsxs)(a.Z,{alignItems:"center",fullHeight:!0,fullWidth:!0,children:[(0,b.jsxs)(l.Z,{children:[(0,b.jsx)(u.Z,{pl:y?1:2}),(0,b.jsxs)(c.Z,{noBackground:!0,noBorder:!0,noPadding:!0,onClick:function(){return te()},children:[y&&(0,b.jsx)(p.s$,{neutral:!0,size:2*v.iI}),!y&&(0,b.jsx)(p._Q,{neutral:!0,size:2*v.iI})]})]}),!y&&t]})}),!y&&I&&(0,b.jsx)(h.YJ,{style:{width:le?oe-(x.k1+1):oe},visible:y,children:I})]}),(0,b.jsx)(h.E$,{noScrollbarTrackBackground:!0,overflow:k,ref:K,verticalOffset:t?I?h.Wi+i:i:null,children:!y&&n})]})}),[n,t,i,y,k,I,oe,le,K,V,te]),ue=(0,r.useMemo)((function(){return(null===E||void 0===E?void 0:E.length)>=1}),[E]),se=(0,r.useMemo)((function(){return(0,b.jsxs)(b.Fragment,{children:[$&&(0,b.jsx)(h.W7,{style:{overflow:S?"visible":"hidden",width:ue?ce-(x.k1+2):ce},visible:S,children:(0,b.jsxs)(a.Z,{alignItems:"center",fullHeight:!0,fullWidth:!0,justifyContent:"space-between",children:[(0,b.jsxs)(h.ym,{noPadding:!0,children:[(0,b.jsx)(u.Z,{pl:S?1:0}),!S&&_]}),(0,b.jsxs)(l.Z,{children:[(0,b.jsx)(s.Z,{appearAbove:!S,appearBefore:!S,block:!0,label:S?"Show sidebar":"Hide sidebar",size:null,widthFitContent:!0,children:(0,b.jsxs)(c.Z,{noBackground:!0,noBorder:!0,noPadding:!0,onClick:function(){return re()},children:[S&&(0,b.jsx)(p._Q,{neutral:!0,size:2*v.iI}),!S&&(0,b.jsx)(p.s$,{neutral:!0,size:2*v.iI})]})},S?"before-is-hidden":"before-is-visible"),(0,b.jsx)(u.Z,{pr:S?1:2})]})]})}),(0,b.jsx)(h.Ru,{noScrollbarTrackBackground:!0,ref:ee,verticalOffset:_?P:null,children:!S&&C})]})}),[C,_,P,S,ce,ue,ee,$,re]);return(0,b.jsxs)(d.Z,{children:[(w&&!y||M&&!S)&&(0,b.jsx)(o(),{children:(0,b.jsx)("style",{dangerouslySetInnerHTML:{__html:"\n body {\n cursor: col-resize;\n }\n "}})}),W&&(0,b.jsx)(h.MK,{children:W}),C&&(0,b.jsxs)(h.MP,{heightOffset:P,style:{left:F,width:ce},children:[(0,b.jsx)(h.v7,{active:M,disabled:S,ref:ne,right:0}),ue&&(0,b.jsxs)(h.bC,{children:[!S&&(0,b.jsxs)(b.Fragment,{children:[(0,b.jsx)(h.lU,{aligned:"left",children:(0,b.jsx)(x.lm,{aligned:"left",borderless:!0,showMore:U,children:(0,b.jsx)(f.Z,{aligned:"left",navigationItems:E})})}),(0,b.jsx)(h.S9,{aligned:"left",fullWidth:!0,heightOffset:P,widthOffset:x.k1+1,children:se})]}),S&&se]}),!ue&&se]}),(0,b.jsxs)(h.rS,{style:{left:ce+F,width:de},children:[L,(0,b.jsx)(h.aH,{headerOffset:(L?h.uX:h.Wi)+D,style:{width:de},children:(0,b.jsx)(h.Zj,{noScrollbarTrackBackground:!0,ref:T,children:z})})]}),n&&!ie&&(0,b.jsxs)(h.ff,{heightOffset:i,style:{width:oe},children:[(0,b.jsx)(h.v7,{active:w,disabled:y,left:0,ref:Q}),le&&(0,b.jsxs)(h.bC,{children:[!y&&(0,b.jsxs)(b.Fragment,{children:[(0,b.jsx)(h.lU,{aligned:"right",children:(0,b.jsx)(x.lm,{aligned:"right",borderless:!0,showMore:U,children:(0,b.jsx)(f.Z,{aligned:"right",navigationItems:j})})}),(0,b.jsx)(h.S9,{aligned:"right",fullWidth:!0,heightOffset:i,widthOffset:x.k1+1,children:ae})]}),y&&ae]}),!le&&ae]})]})}},41788:function(e,n,t){t.d(n,{Z:function(){return C}});var r=t(77837),i=t(26304),o=t(62243),c=t(29385),d=t(80022),l=t(99177),a=t(93189),u=t(15544),s=t(82394),f=t(38860),h=t.n(f),p=t(82684),g=t(56663),v=t.n(g),x=t(35490),m=t(55361),b=t(30332),y=t(9736),w=t(59e3),j=t(28598),k=["auth"];function I(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}function Z(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?I(Object(t),!0).forEach((function(n){(0,s.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):I(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}function O(e){var n=function(){if("undefined"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"===typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var t,r=(0,u.Z)(e);if(n){var i=(0,u.Z)(this).constructor;t=Reflect.construct(r,arguments,i)}else t=r.apply(this,arguments);return(0,a.Z)(this,t)}}function C(e){return function(n){(0,l.Z)(a,n);var t=O(a);function a(){var e;(0,o.Z)(this,a);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return e=t.call.apply(t,[this].concat(r)),(0,s.Z)((0,d.Z)(e),"state",{auth:new x.Z(e.props.token)}),e}return(0,c.Z)(a,[{key:"componentDidMount",value:function(){this.setState({auth:new x.Z(this.props.token)})}},{key:"render",value:function(){var n=this.props,t=(n.auth,(0,i.Z)(n,k));return(0,j.jsx)(e,Z({auth:this.state.auth},t))}}],[{key:"getInitialProps",value:function(){var n=(0,r.Z)(h().mark((function n(t){var r,i,o,c,d,l,a,u,s;return h().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(r=v()(t),i=(0,y.ex)(t),o=i.id,c=r[m.Mv],d=r[b.qt],l=new x.Z(c),a=Z(Z({},t),{},{auth:l,currentGroupId:o,theme:d}),(0,y.YB)(t)&&l.isExpired&&(console.log("OAuth token has expired."),u=Z(Z({},t.query),{},{redirect_url:t.asPath}),(0,w.nL)("/sign-in?".concat((0,w.uM)(u)),t.res)),!e.getInitialProps){n.next=12;break}return n.next=10,e.getInitialProps(a);case 10:return s=n.sent,n.abrupt("return",Z(Z({},s),{},{auth:l,currentGroupId:o,theme:d}));case 12:return n.abrupt("return",a);case 13:case"end":return n.stop()}}),n)})));return function(e){return n.apply(this,arguments)}}()}]),a}(p.Component)}},882:function(e,n,t){var r=t(82394),i=t(26304),o=t(9518),c=t(60328),d=t(23831),l=t(73942),a=t(99994),u=t(49125),s=t(28598),f=["backgroundGradient","backgroundPanel","borderWidth","children","compact","paddingUnits","paddingUnitsHorizontal","paddingUnitsVertical"];function h(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}function p(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?h(Object(t),!0).forEach((function(n){(0,r.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):h(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var g=o.default.div.withConfig({displayName:"GradientButton__ButtonContentStyle",componentId:"sc-1gzx4r1-0"})(["border-radius:","px;height:fit-content;"," ",""],l.n_,(function(e){return!e.backgroundPanel&&"\n background-color: ".concat((e.theme.background||d.Z.background).page,";\n ")}),(function(e){return e.backgroundPanel&&"\n background-color: ".concat((e.theme.background||d.Z.background).panel,";\n ")}));n.Z=function(e){var n=e.backgroundGradient,t=void 0===n?a.TD:n,r=e.backgroundPanel,o=e.borderWidth,d=void 0===o?1:o,l=e.children,h=e.compact,v=e.paddingUnits,x=e.paddingUnitsHorizontal,m=void 0===x?1.5:x,b=e.paddingUnitsVertical,y=void 0===b?1.25:b,w=(0,i.Z)(e,f),j=m,k=y;return v&&(j=v,k=v),h&&(j*=.75,k*=.75),(0,s.jsx)(c.Z,p(p({},w),{},{backgroundGradient:t,noPadding:!0,padding:"".concat(d,"px"),pointerEventsEnabled:!0,children:(0,s.jsx)(g,{backgroundPanel:r,children:(0,s.jsx)("div",{style:{paddingBottom:k*u.iI-d,paddingLeft:j*u.iI-d,paddingRight:j*u.iI-d,paddingTop:k*u.iI-d},children:l})})}))}},99994:function(e,n,t){t.d(n,{eW:function(){return a},TD:function(){return d},yr:function(){return l}});var r=t(73899),i="#FF144D",o="#DEBB92",c="#2A60FE",d=("linear-gradient(90deg, ".concat(o,", ").concat("#CBFE00",")"),"linear-gradient(90deg, ".concat(i,", #C86DD7)")),l=("linear-gradient(90deg, ".concat("#95ECE2",", ").concat(c,")"),"linear-gradient(90deg, ".concat("#9B6CA7",", ").concat(o,")"),"linear-gradient(90deg, ".concat("#C72400",", ").concat(o,")"),"linear-gradient(100.38deg, ".concat(i," 41.11%, #FF9559 86.99%)"),"linear-gradient(100.38deg, ".concat("#6B50D7"," 41.11%, #677FFF 86.99%)"),"linear-gradient(100.38deg, ".concat(c," 41.11%, #B880FF 86.99%)"),"linear-gradient(90deg, ".concat(r.t4," 20.13%, #2AB2FE)")),a="linear-gradient(90deg, ".concat(r.Ck," 0%, ").concat(r.t4," 53.13%, ").concat(r.X_," 100%)")},66166:function(e,n,t){var r=t(82684);n.Z=function(e){var n=(0,r.useRef)();return(0,r.useEffect)((function(){n.current=e}),[e]),n.current}}}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[3077],{1210:function(e,n,t){t.d(n,{Z:function(){return I}});var r=t(82394),i=t(21831),o=t(82684),c=t(47999),l=t(49894),u=t(93461),a=t(57384),s=t(41424),d=t(72454),f=t(28598);function p(e,n){var t=e.children;return(0,f.jsx)(d.HS,{ref:n,children:t})}var h=o.forwardRef(p),m=t(32063),b=t(85019),y=t(82531),g=t(66166),v=t(3055),j=t(49125),x=t(91427),O=t(24141);function w(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}function S(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?w(Object(t),!0).forEach((function(n){(0,r.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):w(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var I=function(e){var n,t=e.after,r=e.afterHidden,p=e.afterWidth,w=e.afterWidthOverride,I=e.before,k=e.beforeWidth,P=e.breadcrumbs,Z=e.children,_=e.errors,N=e.headerMenuItems,H=e.navigationItems,C=e.setErrors,z=e.subheaderChildren,D=e.title,M=e.uuid,W=(0,O.i)().width,A="dashboard_after_width_".concat(M),E="dashboard_before_width_".concat(M),B=(0,o.useRef)(null),F=(0,o.useState)(w?p:(0,x.U2)(A,p)),R=F[0],T=F[1],U=(0,o.useState)(!1),L=U[0],Q=U[1],Y=(0,o.useState)(I?Math.max((0,x.U2)(E,k),13*j.iI):null),G=Y[0],J=Y[1],X=(0,o.useState)(!1),q=X[0],K=X[1],V=(0,o.useState)(null)[1],$=y.ZP.projects.list({},{revalidateOnFocus:!1}).data,ee=null===$||void 0===$?void 0:$.projects,ne=[];P?ne.push.apply(ne,(0,i.Z)(P)):(null===ee||void 0===ee?void 0:ee.length)>=1&&ne.push.apply(ne,[{label:function(){var e;return null===(e=ee[0])||void 0===e?void 0:e.name},linkProps:{href:"/"}},{bold:!0,label:function(){return D}}]),(0,o.useEffect)((function(){null===B||void 0===B||!B.current||L||q||null===V||void 0===V||V(B.current.getBoundingClientRect().width)}),[L,R,q,G,B,V,W]),(0,o.useEffect)((function(){L||(0,x.t8)(A,R)}),[r,L,R,A]),(0,o.useEffect)((function(){q||(0,x.t8)(E,G)}),[q,G,E]);var te=(0,g.Z)(p);return(0,o.useEffect)((function(){w&&te!==p&&T(p)}),[w,p,te]),(0,f.jsxs)(f.Fragment,{children:[(0,f.jsx)(a.Z,{title:D}),(0,f.jsx)(s.Z,{breadcrumbs:ne,menuItems:N,project:null===ee||void 0===ee?void 0:ee[0],version:null===ee||void 0===ee||null===(n=ee[0])||void 0===n?void 0:n.version}),(0,f.jsxs)(d.Nk,{children:[0!==(null===H||void 0===H?void 0:H.length)&&(0,f.jsx)(d.lm,{showMore:!0,children:(0,f.jsx)(b.Z,{navigationItems:H,showMore:!0})}),(0,f.jsx)(u.Z,{flex:1,flexDirection:"column",children:(0,f.jsxs)(m.Z,{after:t,afterHeightOffset:v.Mz,afterHidden:r,afterMousedownActive:L,afterWidth:R,before:I,beforeHeightOffset:v.Mz,beforeMousedownActive:q,beforeWidth:d.k1+(I?G:0),hideAfterCompletely:!0,leftOffset:I?d.k1:null,mainContainerRef:B,setAfterMousedownActive:Q,setAfterWidth:T,setBeforeMousedownActive:K,setBeforeWidth:J,children:[z&&(0,f.jsx)(h,{children:z}),Z]})})]}),_&&(0,f.jsx)(c.Z,{disableClickOutside:!0,isOpen:!0,onClickOutside:function(){return null===C||void 0===C?void 0:C(null)},children:(0,f.jsx)(l.Z,S(S({},_),{},{onClose:function(){return null===C||void 0===C?void 0:C(null)}}))})]})}},2850:function(e,n,t){t.d(n,{M:function(){return c},W:function(){return o}});var r=t(9518),i=t(3055),o=34*t(49125).iI,c=r.default.div.withConfig({displayName:"indexstyle__BeforeStyle",componentId:"sc-12ee2ib-0"})(["min-height:calc(100vh - ","px);"],i.Mz)},79585:function(e,n,t){t.d(n,{DQ:function(){return s},HY:function(){return c},SA:function(){return d},WH:function(){return o},eC:function(){return u},fF:function(){return l},tC:function(){return a}});var r=t(81132),i=t(9736),o="Workspace",c="Preferences",l="Git settings",u="Users",a="Account",s="Profile",d=function(e){var n=e.owner,t=e.roles,d=[{linkProps:{href:"/settings/workspace/preferences"},uuid:c}];(n||t===r.No.ADMIN)&&d.push({linkProps:{href:"/settings/workspace/users"},uuid:u}),(!(0,i.YB)()||t<=r.No.EDITOR)&&d.push({linkProps:{href:"/settings/workspace/sync-data"},uuid:l});var f=[{items:d,uuid:o}];return(0,i.YB)()?f.concat([{items:[{linkProps:{href:"/settings/account/profile"},uuid:s}],uuid:a}]):f}},30775:function(e,n,t){t.d(n,{Z:function(){return S}});var r=t(1210),i=t(82394),o=t(12691),c=t.n(o),l=t(10919),u=t(86673),a=t(19711),s=t(9518),d=t(23831),f=t(49125),p=t(90880),h=(f.iI,s.default.div.withConfig({displayName:"indexstyle__SectionTitleStyle",componentId:"sc-1y8dyue-0"})(["padding:","px ","px;"],1*f.iI,2.5*f.iI)),m=s.default.div.withConfig({displayName:"indexstyle__ItemStyle",componentId:"sc-1y8dyue-1"})([""," padding:","px ","px;"," ",""],(0,p.eR)(),1.5*f.iI,2.5*f.iI,(function(e){return!e.selected&&"\n &:hover {\n background-color: ".concat((e.theme.background||d.Z.background).codeArea,";\n }\n ")}),(function(e){return e.selected&&"\n background-color: ".concat((e.theme.background||d.Z.background).codeTextarea,";\n ")})),b=t(28598),y=t(82684);function g(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}function v(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?g(Object(t),!0).forEach((function(n){(0,i.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):g(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var j=function(e){var n=e.isItemSelected,t=e.sections;return(0,b.jsx)(u.Z,{py:f.Gg,children:null===t||void 0===t?void 0:t.map((function(e){var t=e.items,r=e.title,i=e.uuid;return(0,b.jsxs)(u.Z,{children:[(0,b.jsx)(h,{children:(0,b.jsx)(a.ZP,{bold:!0,muted:!0,small:!0,uppercase:!0,children:r?r():i})}),null===t||void 0===t?void 0:t.map((function(e){var t=e.label,r=e.linkProps,o=e.onClick,u=e.uuid,a=t?t():u,s=(0,b.jsx)(m,{selected:null===n||void 0===n?void 0:n(v(v({},e),{},{uuidWorkspace:i})),children:a});return r?(0,y.createElement)(c(),v(v({},r),{},{key:u,passHref:!0}),(0,b.jsx)(l.Z,{block:!0,noHoverUnderline:!0,noOutline:!0,sameColorAsText:!0,children:s})):(0,b.jsx)(l.Z,{block:!0,noHoverUnderline:!0,noOutline:!0,onClick:o,preventDefault:!0,sameColorAsText:!0,children:s},u)}))]},i)}))})},x=t(2850),O=t(79585),w=t(9736);var S=function(e){var n=e.after,t=e.afterHidden,i=e.children,o=e.uuidItemSelected,c=e.uuidWorkspaceSelected,l=(0,w.PR)()||{};return(0,b.jsx)(r.Z,{after:n,afterHidden:!n||t,afterWidth:n?50*f.iI:0,afterWidthOverride:!0,before:(0,b.jsx)(x.M,{children:(0,b.jsx)(j,{isItemSelected:function(e){var n=e.uuid,t=e.uuidWorkspace;return c===t&&o===n},sections:(0,O.SA)(l)})}),beforeWidth:x.W,title:"Settings",uuid:"settings/index",children:i})}},87372:function(e,n,t){var r,i,o,c,l,u,a,s,d=t(82394),f=t(26304),p=t(26653),h=t(9518),m=t(33591),b=t(23831),y=t(2005),g=t(31012),v=t(19711),j=t(49125),x=t(86673),O=t(28598),w=["children","condensed","inline","level","marketing","spacingBelow"];function S(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}function I(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?S(Object(t),!0).forEach((function(n){(0,d.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):S(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var k=(0,h.css)([""," margin:0;"," "," "," "," "," "," "," "," "," "," "," "," ",""],v.IH,(function(e){return e.color&&"\n color: ".concat(e.color,"\n ")}),(function(e){return e.yellow&&"\n color: ".concat((e.theme.accent||b.Z.accent).yellow,";\n ")}),(function(e){return e.center&&"\n text-align: center;\n "}),(function(e){return!e.monospace&&0===Number(e.weightStyle)&&"\n font-family: ".concat(y.iI,";\n ")}),(function(e){return!e.monospace&&1===Number(e.weightStyle)&&"\n font-family: ".concat(y.LX,";\n ")}),(function(e){return!e.monospace&&2===Number(e.weightStyle)&&"\n font-family: ".concat(y.LX,";\n ")}),(function(e){return!e.monospace&&3===Number(e.weightStyle)&&"\n font-family: ".concat(y.ry,";\n ")}),(function(e){return!e.monospace&&4===Number(e.weightStyle)&&"\n font-family: ".concat(y.YC,";\n ")}),(function(e){return!e.monospace&&5===Number(e.weightStyle)&&"\n font-family: ".concat(y.nF,";\n ")}),(function(e){return!e.monospace&&(6===Number(e.weightStyle)||e.bold)&&"\n font-family: ".concat(y.nF,";\n ")}),(function(e){return!e.monospace&&7===Number(e.weightStyle)&&"\n font-family: ".concat(y.nF,";\n ")}),(function(e){return!e.monospace&&8===Number(e.weightStyle)&&"\n font-family: ".concat(y.nF,";\n ")}),(function(e){return e.lineHeightAuto&&"\n line-height: normal !important;\n "})),P=h.default.div.withConfig({displayName:"Headline__HeadlineContainerStyle",componentId:"sc-12jzt2e-0"})(["",""],(function(e){return"\n color: ".concat((e.theme.content||b.Z.content).active,";\n ")})),Z=h.default.h1.withConfig({displayName:"Headline__H1HeroStyle",componentId:"sc-12jzt2e-1"})([""," font-size:42px;line-height:56px;"," "," ",""],k,m.media.md(r||(r=(0,p.Z)(["\n ","\n "])),g.aQ),m.media.lg(i||(i=(0,p.Z)(["\n ","\n "])),g.aQ),m.media.xl(o||(o=(0,p.Z)(["\n ","\n "])),g.aQ)),_=h.default.h1.withConfig({displayName:"Headline__H1Style",componentId:"sc-12jzt2e-2"})([""," ",""],k,g.MJ),N=h.default.h1.withConfig({displayName:"Headline__H1MarketingStyle",componentId:"sc-12jzt2e-3"})([""," "," "," "," "," ",""],k,m.media.xs(c||(c=(0,p.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*j.iI,7*j.iI),m.media.sm(l||(l=(0,p.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*j.iI,7*j.iI),m.media.md(u||(u=(0,p.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*j.iI,7*j.iI),m.media.lg(a||(a=(0,p.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*j.iI,7*j.iI),m.media.xl(s||(s=(0,p.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*j.iI,7*j.iI)),H=h.default.h2.withConfig({displayName:"Headline__H2Style",componentId:"sc-12jzt2e-4"})([""," ",""],k,g.BL),C=h.default.h3.withConfig({displayName:"Headline__H3Style",componentId:"sc-12jzt2e-5"})([""," font-size:24px;line-height:32px;"],k),z=h.default.h4.withConfig({displayName:"Headline__H4Style",componentId:"sc-12jzt2e-6"})([""," font-size:20px;line-height:28px;"],k),D=h.default.h5.withConfig({displayName:"Headline__H5Style",componentId:"sc-12jzt2e-7"})([""," font-size:18px;line-height:26px;"],k),M=h.default.span.withConfig({displayName:"Headline__SpanStyle",componentId:"sc-12jzt2e-8"})([""," "," "," "," ",""],k,(function(e){return 1===e.level&&"\n ".concat(g.MJ,"\n ")}),(function(e){return 2===e.level&&"\n ".concat(g.BL,"\n ")}),(function(e){return 3===e.level&&"\n font-size: 24px;\n line-height: 32px;\n "}),(function(e){return 4===e.level&&"\n font-size: 20px;\n line-height: 28px;\n "})),W=function(e){var n,t=e.children,r=e.condensed,i=e.inline,o=e.level,c=e.marketing,l=e.spacingBelow,u=(0,f.Z)(e,w);i?n=M:0===Number(o)?n=Z:1===Number(o)?n=c?N:_:2===Number(o)?n=H:3===Number(o)?n=C:4===Number(o)?n=z:5===Number(o)&&(n=D);var a=(0,O.jsxs)(n,I(I({},u),{},{level:o,children:[l&&(0,O.jsx)(x.Z,{mb:r?2:3,children:t}),!l&&t]}));return i?a:(0,O.jsx)(P,{children:a})};W.defaultProps={level:3,weightStyle:6},n.Z=W}}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[547],{1210:function(e,n,t){t.d(n,{Z:function(){return P}});var i=t(82394),r=t(21831),o=t(82684),l=t(47999),c=t(49894),u=t(93461),s=t(57384),a=t(41424),d=t(72454),f=t(28598);function p(e,n){var t=e.children;return(0,f.jsx)(d.HS,{ref:n,children:t})}var h=o.forwardRef(p),b=t(32063),g=t(85019),m=t(82531),y=t(66166),v=t(3055),S=t(49125),O=t(91427),I=t(24141);function j(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);n&&(i=i.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,i)}return t}function x(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?j(Object(t),!0).forEach((function(n){(0,i.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):j(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var P=function(e){var n,t=e.after,i=e.afterHidden,p=e.afterWidth,j=e.afterWidthOverride,P=e.before,N=e.beforeWidth,w=e.breadcrumbs,k=e.children,E=e.errors,Z=e.headerMenuItems,_=e.navigationItems,M=e.setErrors,T=e.subheaderChildren,C=e.title,H=e.uuid,R=(0,I.i)().width,z="dashboard_after_width_".concat(H),A="dashboard_before_width_".concat(H),L=(0,o.useRef)(null),G=(0,o.useState)(j?p:(0,O.U2)(z,p)),B=G[0],D=G[1],Y=(0,o.useState)(!1),U=Y[0],F=Y[1],W=(0,o.useState)(P?Math.max((0,O.U2)(A,N),13*S.iI):null),K=W[0],q=W[1],Q=(0,o.useState)(!1),J=Q[0],V=Q[1],X=(0,o.useState)(null)[1],$=m.ZP.projects.list({},{revalidateOnFocus:!1}).data,ee=null===$||void 0===$?void 0:$.projects,ne=[];w?ne.push.apply(ne,(0,r.Z)(w)):(null===ee||void 0===ee?void 0:ee.length)>=1&&ne.push.apply(ne,[{label:function(){var e;return null===(e=ee[0])||void 0===e?void 0:e.name},linkProps:{href:"/"}},{bold:!0,label:function(){return C}}]),(0,o.useEffect)((function(){null===L||void 0===L||!L.current||U||J||null===X||void 0===X||X(L.current.getBoundingClientRect().width)}),[U,B,J,K,L,X,R]),(0,o.useEffect)((function(){U||(0,O.t8)(z,B)}),[i,U,B,z]),(0,o.useEffect)((function(){J||(0,O.t8)(A,K)}),[J,K,A]);var te=(0,y.Z)(p);return(0,o.useEffect)((function(){j&&te!==p&&D(p)}),[j,p,te]),(0,f.jsxs)(f.Fragment,{children:[(0,f.jsx)(s.Z,{title:C}),(0,f.jsx)(a.Z,{breadcrumbs:ne,menuItems:Z,project:null===ee||void 0===ee?void 0:ee[0],version:null===ee||void 0===ee||null===(n=ee[0])||void 0===n?void 0:n.version}),(0,f.jsxs)(d.Nk,{children:[0!==(null===_||void 0===_?void 0:_.length)&&(0,f.jsx)(d.lm,{showMore:!0,children:(0,f.jsx)(g.Z,{navigationItems:_,showMore:!0})}),(0,f.jsx)(u.Z,{flex:1,flexDirection:"column",children:(0,f.jsxs)(b.Z,{after:t,afterHeightOffset:v.Mz,afterHidden:i,afterMousedownActive:U,afterWidth:B,before:P,beforeHeightOffset:v.Mz,beforeMousedownActive:J,beforeWidth:d.k1+(P?K:0),hideAfterCompletely:!0,leftOffset:P?d.k1:null,mainContainerRef:L,setAfterMousedownActive:F,setAfterWidth:D,setBeforeMousedownActive:V,setBeforeWidth:q,children:[T&&(0,f.jsx)(h,{children:T}),k]})})]}),E&&(0,f.jsx)(l.Z,{disableClickOutside:!0,isOpen:!0,onClickOutside:function(){return null===M||void 0===M?void 0:M(null)},children:(0,f.jsx)(c.Z,x(x({},E),{},{onClose:function(){return null===M||void 0===M?void 0:M(null)}}))})]})}},59920:function(e,n,t){var i;t.d(n,{M:function(){return i}}),function(e){e.BACKFILLS="backfills",e.BLOCK_RUNS="block_runs",e.EDIT="edit",e.MONITOR="monitor",e.PIPELINE_LOGS="pipeline_logs",e.PIPELINE_RUNS="pipeline_runs",e.RUNS="runs",e.SETTINGS="settings",e.SYNCS="syncs",e.TRIGGERS="triggers"}(i||(i={}))},60547:function(e,n,t){t.d(n,{Z:function(){return w}});var i=t(82394),r=t(21831),o=t(82684),l=t(34376),c=t(47999),u=t(1210),s=t(34744),a=t(49894),d=t(67971),f=t(87372),p=t(86673),h=t(82531),b=t(9518),g=t(23831),m=t(73942),y=t(49125),v=b.default.div.withConfig({displayName:"indexstyle__BannerStyle",componentId:"sc-1te3pmf-0"})(["border-radius:","px;padding:","px;"," "," ",""],m.n_,3*y.iI,(function(e){return"\n box-shadow: ".concat((e.theme.shadow||g.Z.shadow).small,";\n ")}),(function(e){return e.background&&"\n background: ".concat(e.background,";\n ")}),(function(e){return e.backgroundImage&&'\n background-image: url("'.concat(e.backgroundImage,'");\n background-position: center;\n background-repeat: no-repeat;\n background-size: cover;\n ')})),S=t(3055),O=t(36405),I=t(96510),j=t(24141),x=t(28598);function P(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);n&&(i=i.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,i)}return t}function N(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?P(Object(t),!0).forEach((function(n){(0,i.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):P(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var w=function(e){var n=e.after,t=e.afterHidden,i=e.afterWidth,b=e.before,g=e.beforeWidth,m=e.breadcrumbs,P=e.buildSidekick,w=e.children,k=e.errors,E=e.headline,Z=e.pageName,_=e.pipeline,M=e.setErrors,T=e.subheader,C=e.subheaderBackground,H=e.subheaderBackgroundImage,R=e.subheaderButton,z=e.subheaderText,A=e.title,L=e.uuid,G=(0,j.i)().height,B=(0,l.useRouter)().query.pipeline,D=_.uuid,Y=h.ZP.pipelines.detail(D,{includes_outputs:!1},{revalidateOnFocus:!1}).data,U=null===Y||void 0===Y?void 0:Y.pipeline;(0,o.useEffect)((function(){(0,I.bB)(Y,M)}),[Y,M]);var F=(0,o.useMemo)((function(){return n||(P?P({height:G,heightOffset:S.Mz,pipeline:U}):null)}),[n,P,G,U]),W=i||(F?50*y.iI:null),K=(0,o.useMemo)((function(){var e=[];return U?(e.push.apply(e,[{label:function(){return"Pipelines"},linkProps:{href:"/pipelines"}}]),m?(e.push({label:function(){return U.uuid},linkProps:{as:"/pipelines/".concat(D,"/triggers"),href:"/pipelines/[pipeline]/triggers"}}),e.push.apply(e,(0,r.Z)(m)),e[e.length-1].bold=!0):e.push({bold:!0,label:function(){return U.name}})):null!==Y&&void 0!==Y&&Y.error&&e.push({bold:!0,danger:!0,label:function(){return"Error loading pipeline"}}),e}),[m,null===Y||void 0===Y?void 0:Y.error,U,D]);return(0,x.jsxs)(x.Fragment,{children:[(0,x.jsxs)(u.Z,{after:F,afterHidden:t,afterWidth:W,before:b,beforeWidth:g,breadcrumbs:K,navigationItems:(0,O.H)(Z,U,B),subheaderChildren:"undefined"!==typeof T&&T,title:U?A?A(U):U.name:null,uuid:L,children:[(R||z)&&(0,x.jsx)(p.Z,{mb:y.Mq,mt:y.cd,mx:y.cd,children:(0,x.jsx)(v,{background:C,backgroundImage:H,children:(0,x.jsxs)(d.Z,{alignItems:"center",children:[R,z&&(0,x.jsx)(p.Z,{ml:3}),z]})})}),E&&(0,x.jsx)(p.Z,{p:y.cd,children:(0,x.jsxs)(p.Z,{mt:y.cd,px:y.cd,children:[(0,x.jsx)(f.Z,{level:5,children:E}),(0,x.jsx)(s.Z,{light:!0,mt:y.cd,short:!0})]})}),w]}),k&&(0,x.jsx)(c.Z,{disableClickOutside:!0,isOpen:!0,onClickOutside:function(){return null===M||void 0===M?void 0:M(null)},children:(0,x.jsx)(a.Z,N(N({},k),{},{onClose:function(){return null===M||void 0===M?void 0:M(null)}}))})]})}},36405:function(e,n,t){t.d(n,{H:function(){return c}});var i=t(98781),r=t(10503),o=t(59920),l=t(9736);function c(e,n,t){var c=(n||{}).uuid||t,u=[{Icon:r.Bf,id:o.M.TRIGGERS,isSelected:function(){return o.M.TRIGGERS===e},label:function(){return"Triggers"},linkProps:{as:"/pipelines/".concat(c,"/triggers"),href:"/pipelines/[pipeline]/triggers"}},{Icon:r.Pf,id:o.M.RUNS,isSelected:function(){return o.M.RUNS===e},label:function(){return"Runs"},linkProps:{as:"/pipelines/".concat(c,"/runs"),href:"/pipelines/[pipeline]/runs"}},{Icon:r.dE,id:o.M.BACKFILLS,isSelected:function(){return o.M.BACKFILLS===e},label:function(){return"Backfills"},linkProps:{as:"/pipelines/".concat(c,"/backfills"),href:"/pipelines/[pipeline]/backfills"}},{Icon:r.UL,id:o.M.PIPELINE_LOGS,isSelected:function(){return o.M.PIPELINE_LOGS===e},label:function(){return"Logs"},linkProps:{as:"/pipelines/".concat(c,"/logs"),href:"/pipelines/[pipeline]/logs"}},{Icon:r.ug,id:o.M.MONITOR,isSelected:function(){return o.M.MONITOR===e},label:function(){return"Monitor"},linkProps:{as:"/pipelines/".concat(c,"/monitors"),href:"/pipelines/[pipeline]/monitors"}}];return i.qL.INTEGRATION===(null===n||void 0===n?void 0:n.type)&&u.unshift({Icon:r.Nt,id:o.M.SYNCS,isSelected:function(){return o.M.SYNCS===e},label:function(){return"Syncs"},linkProps:{as:"/pipelines/".concat(c,"/syncs"),href:"/pipelines/[pipeline]/syncs"}}),(0,l.Ct)()||(u.unshift({Icon:r.EK,disabled:!c,id:o.M.EDIT,isSelected:function(){return o.M.EDIT===e},label:function(){return"Edit pipeline"},linkProps:{as:"/pipelines/".concat(c,"/edit"),href:"/pipelines/[pipeline]/edit"}}),u.push({Icon:r.Zr,id:o.M.SETTINGS,isSelected:function(){return o.M.SETTINGS===e},label:function(){return"Pipeline settings"},linkProps:{as:"/pipelines/".concat(c,"/settings"),href:"/pipelines/[pipeline]/settings"}})),u}},98781:function(e,n,t){t.d(n,{$1:function(){return u},G7:function(){return a},QK:function(){return c},a_:function(){return d},qL:function(){return o},r0:function(){return s}});var i,r,o,l=t(82394);!function(e){e.INTEGRATION="integration",e.PYTHON="python",e.PYSPARK="pyspark",e.STREAMING="streaming"}(o||(o={}));var c,u,s,a=(i={},(0,l.Z)(i,o.INTEGRATION,"Integration"),(0,l.Z)(i,o.PYTHON,"Standard"),(0,l.Z)(i,o.PYSPARK,"PySpark"),(0,l.Z)(i,o.STREAMING,"Streaming"),i);!function(e){e.ACTIVE="active",e.INACTIVE="inactive",e.NO_SCHEDULES="no_schedules",e.RETRY="retry"}(c||(c={})),function(e){e.GROUP="group_by",e.STATUS="status[]",e.TYPE="type[]"}(u||(u={})),function(e){e.STATUS="status",e.TYPE="type"}(s||(s={}));var d=(r={},(0,l.Z)(r,o.PYTHON,"python3"),(0,l.Z)(r,o.PYSPARK,"pysparkkernel"),r)},87372:function(e,n,t){var i,r,o,l,c,u,s,a,d=t(82394),f=t(26304),p=t(26653),h=t(9518),b=t(33591),g=t(23831),m=t(2005),y=t(31012),v=t(19711),S=t(49125),O=t(86673),I=t(28598),j=["children","condensed","inline","level","marketing","spacingBelow"];function x(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);n&&(i=i.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,i)}return t}function P(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?x(Object(t),!0).forEach((function(n){(0,d.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):x(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var N=(0,h.css)([""," margin:0;"," "," "," "," "," "," "," "," "," "," "," "," ",""],v.IH,(function(e){return e.color&&"\n color: ".concat(e.color,"\n ")}),(function(e){return e.yellow&&"\n color: ".concat((e.theme.accent||g.Z.accent).yellow,";\n ")}),(function(e){return e.center&&"\n text-align: center;\n "}),(function(e){return!e.monospace&&0===Number(e.weightStyle)&&"\n font-family: ".concat(m.iI,";\n ")}),(function(e){return!e.monospace&&1===Number(e.weightStyle)&&"\n font-family: ".concat(m.LX,";\n ")}),(function(e){return!e.monospace&&2===Number(e.weightStyle)&&"\n font-family: ".concat(m.LX,";\n ")}),(function(e){return!e.monospace&&3===Number(e.weightStyle)&&"\n font-family: ".concat(m.ry,";\n ")}),(function(e){return!e.monospace&&4===Number(e.weightStyle)&&"\n font-family: ".concat(m.YC,";\n ")}),(function(e){return!e.monospace&&5===Number(e.weightStyle)&&"\n font-family: ".concat(m.nF,";\n ")}),(function(e){return!e.monospace&&(6===Number(e.weightStyle)||e.bold)&&"\n font-family: ".concat(m.nF,";\n ")}),(function(e){return!e.monospace&&7===Number(e.weightStyle)&&"\n font-family: ".concat(m.nF,";\n ")}),(function(e){return!e.monospace&&8===Number(e.weightStyle)&&"\n font-family: ".concat(m.nF,";\n ")}),(function(e){return e.lineHeightAuto&&"\n line-height: normal !important;\n "})),w=h.default.div.withConfig({displayName:"Headline__HeadlineContainerStyle",componentId:"sc-12jzt2e-0"})(["",""],(function(e){return"\n color: ".concat((e.theme.content||g.Z.content).active,";\n ")})),k=h.default.h1.withConfig({displayName:"Headline__H1HeroStyle",componentId:"sc-12jzt2e-1"})([""," font-size:42px;line-height:56px;"," "," ",""],N,b.media.md(i||(i=(0,p.Z)(["\n ","\n "])),y.aQ),b.media.lg(r||(r=(0,p.Z)(["\n ","\n "])),y.aQ),b.media.xl(o||(o=(0,p.Z)(["\n ","\n "])),y.aQ)),E=h.default.h1.withConfig({displayName:"Headline__H1Style",componentId:"sc-12jzt2e-2"})([""," ",""],N,y.MJ),Z=h.default.h1.withConfig({displayName:"Headline__H1MarketingStyle",componentId:"sc-12jzt2e-3"})([""," "," "," "," "," ",""],N,b.media.xs(l||(l=(0,p.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*S.iI,7*S.iI),b.media.sm(c||(c=(0,p.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*S.iI,7*S.iI),b.media.md(u||(u=(0,p.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*S.iI,7*S.iI),b.media.lg(s||(s=(0,p.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*S.iI,7*S.iI),b.media.xl(a||(a=(0,p.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*S.iI,7*S.iI)),_=h.default.h2.withConfig({displayName:"Headline__H2Style",componentId:"sc-12jzt2e-4"})([""," ",""],N,y.BL),M=h.default.h3.withConfig({displayName:"Headline__H3Style",componentId:"sc-12jzt2e-5"})([""," font-size:24px;line-height:32px;"],N),T=h.default.h4.withConfig({displayName:"Headline__H4Style",componentId:"sc-12jzt2e-6"})([""," font-size:20px;line-height:28px;"],N),C=h.default.h5.withConfig({displayName:"Headline__H5Style",componentId:"sc-12jzt2e-7"})([""," font-size:18px;line-height:26px;"],N),H=h.default.span.withConfig({displayName:"Headline__SpanStyle",componentId:"sc-12jzt2e-8"})([""," "," "," "," ",""],N,(function(e){return 1===e.level&&"\n ".concat(y.MJ,"\n ")}),(function(e){return 2===e.level&&"\n ".concat(y.BL,"\n ")}),(function(e){return 3===e.level&&"\n font-size: 24px;\n line-height: 32px;\n "}),(function(e){return 4===e.level&&"\n font-size: 20px;\n line-height: 28px;\n "})),R=function(e){var n,t=e.children,i=e.condensed,r=e.inline,o=e.level,l=e.marketing,c=e.spacingBelow,u=(0,f.Z)(e,j);r?n=H:0===Number(o)?n=k:1===Number(o)?n=l?Z:E:2===Number(o)?n=_:3===Number(o)?n=M:4===Number(o)?n=T:5===Number(o)&&(n=C);var s=(0,I.jsxs)(n,P(P({},u),{},{level:o,children:[c&&(0,I.jsx)(O.Z,{mb:i?2:3,children:t}),!c&&t]}));return r?s:(0,I.jsx)(w,{children:s})};R.defaultProps={level:3,weightStyle:6},n.Z=R}}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[5540],{7432:function(n,e,t){var o={"./Active4D.json":[266,266],"./All Hallows Eve.json":[4450,4450],"./Amy.json":[88849,8849],"./Birds of Paradise.json":[78097,8097],"./Blackboard.json":[88018,6115],"./Brilliance Black.json":[73835,3835],"./Brilliance Dull.json":[6507,6507],"./Chrome DevTools.json":[22508,2508],"./Clouds Midnight.json":[49566,9566],"./Clouds.json":[57951,7951],"./Cobalt.json":[80826,826],"./Cobalt2.json":[98256,8256],"./Dawn.json":[76958,6958],"./Dominion Day.json":[89307,9307],"./Dracula.json":[33453,3453],"./Dreamweaver.json":[19363,9363],"./Eiffel.json":[82481,2481],"./Espresso Libre.json":[44776,4776],"./GitHub Dark.json":[792,792],"./GitHub Light.json":[61450,1450],"./GitHub.json":[10739,739],"./IDLE.json":[67947,7947],"./Katzenmilch.json":[81240,1240],"./Kuroir Theme.json":[4388,4388],"./LAZY.json":[25164,5164],"./MagicWB (Amiga).json":[76443,6443],"./Merbivore Soft.json":[99361,9361],"./Merbivore.json":[86042,6042],"./Monokai Bright.json":[14883,4883],"./Monokai.json":[34454,4454],"./Night Owl.json":[60261,261],"./Nord.json":[59785,9785],"./Oceanic Next.json":[58920,8920],"./Pastels on Dark.json":[38901,8901],"./Slush and Poppies.json":[26434,6434],"./Solarized-dark.json":[36116,6116],"./Solarized-light.json":[5008,5008],"./SpaceCadet.json":[20440,440],"./Sunburst.json":[68018,8018],"./Textmate (Mac Classic).json":[15824,5824],"./Tomorrow-Night-Blue.json":[81150,1150],"./Tomorrow-Night-Bright.json":[8762,8762],"./Tomorrow-Night-Eighties.json":[82545,2545],"./Tomorrow-Night.json":[99855,9855],"./Tomorrow.json":[34092,4092],"./Twilight.json":[93898,3898],"./Upstream Sunburst.json":[98807,8807],"./Vibrant Ink.json":[89927,9927],"./Xcode_default.json":[64042,4042],"./Zenburnesque.json":[33467,3467],"./iPlastic.json":[88277,8277],"./idleFingers.json":[5104,5104],"./krTheme.json":[9633,9633],"./monoindustrial.json":[15729,5729],"./themelist.json":[79437,9437]};function i(n){if(!t.o(o,n))return Promise.resolve().then((function(){var e=new Error("Cannot find module '"+n+"'");throw e.code="MODULE_NOT_FOUND",e}));var e=o[n],i=e[0];return t.e(e[1]).then((function(){return t.t(i,19)}))}i.keys=function(){return Object.keys(o)},i.id=7432,n.exports=i},5677:function(n,e,t){"use strict";t.d(e,{M4:function(){return d},S0:function(){return l},S_:function(){return u},Yn:function(){return f},rW:function(){return s}});var o=t(82394),i=t(21831),r=t(75582);function a(n,e){var t=Object.keys(n);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(n);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),t.push.apply(t,o)}return t}function c(n){for(var e=1;e<arguments.length;e++){var t=null!=arguments[e]?arguments[e]:{};e%2?a(Object(t),!0).forEach((function(e){(0,o.Z)(n,e,t[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(t)):a(Object(t)).forEach((function(e){Object.defineProperty(n,e,Object.getOwnPropertyDescriptor(t,e))}))}return n}function u(n,e){return Object.entries(e).map((function(e){var t=(0,r.Z)(e,2),o=t[0],i=t[1];return n.languages.registerCompletionItemProvider(o,{provideCompletionItems:i(n)})}))}function l(n){var e=function(n){var e="[\\w.]+",t=["import ".concat(e," as ").concat(e),"import ".concat(e),"from ".concat(e," import ").concat(e," as ").concat(e),"from ".concat(e," import ").concat(e)],o=new RegExp("(".concat(t.join("|"),")"),"g");return(0,i.Z)(n.matchAll(o)).map((function(n){return n[1]}))}(n),t="[\\w.]+",r=["from ".concat(t," import ").concat(t," as (").concat(t,")"),"from ".concat(t," import (").concat(t,")"),"import ".concat(t," as (").concat(t,")"),"import (".concat(t,")")],a=new RegExp("(".concat(r.join("|"),")"));return e.reduce((function(n,e){var t=e.match(a);if(!t)return n;var r=(0,i.Z)(t),u=r[2],l=r[3],s=r[4],d=r[5],f=u||l||s||d;return c(c({},n),{},(0,o.Z)({},f,e))}),{})}function s(n,e){var t=n;e&&(t=t.split(" as ".concat(e))[0]);var o="[\\w.]+",a=["from ".concat(o," import (").concat(o,")"),"import (".concat(o,")")],c=new RegExp("(".concat(a.join("|"),")"),"g"),u=(0,i.Z)(t.matchAll(c))[0];if(u){var l=(0,r.Z)(u,4),s=l[2],d=l[3];return s||d}}function d(n,e){return function(n,e){return n.split("\n")[e.startLineNumber-1]}(n,e).slice(0,e.startColumn-1)}function f(n){var e=new RegExp("([\\w_]+)[ ]*=[ ]*([\\w_]+)","g");return(0,i.Z)(n.matchAll(e)).map((function(n){return{assignmentValue:n[2],variableName:n[1]}}))}},32365:function(n,e,t){"use strict";t.d(e,{Ep:function(){return a},KT:function(){return l},Nk:function(){return u},aU:function(){return c}});var o=t(9518),i=t(23831),r=t(49125),a=2,c=21,u=o.default.div.withConfig({displayName:"indexstyle__ContainerStyle",componentId:"sc-w2hta3-0"})(["",""],(function(n){return n.padding&&"\n padding-top: ".concat(2*r.iI,"px;\n background-color: ").concat((n.theme.background||i.Z.background).codeTextarea,";\n ")})),l=o.default.div.withConfig({displayName:"indexstyle__PlaceholderStyle",componentId:"sc-w2hta3-1"})(["padding-left:67px;position:absolute;z-index:1;"])},57722:function(n,e,t){"use strict";t.d(e,{Z:function(){return y}});var o=t(82684),i=t(85202),r=t(38789),a=t(86422),c=t(19711),u=t(66166),l="twilight",s=t(2005),d=t(31012),f=t(32365),m=t(5677);function h(n,e,t){t.forEach((function(n){e.addAction(n)}))}var p=t(75582),g={"all-hallows-eve":"All Hallows Eve","birds-of-paradise":"Birds of Paradise","brilliance-black":"Brilliance Black","brilliance-dull":"Brilliance Dull","chrome-devtools":"Chrome DevTools","clouds-midnight":"Clouds Midnight","espresso-libre":"Espresso Libre","kuroir-theme":"Kuroir Theme","magicwb--amiga-":"MagicWB (Amiga)","merbivore-soft":"Merbivore Soft","monokai-bright":"Monokai Bright","night-owl":"Night Owl","oceanic-next":"Oceanic Next","pastels-on-dark":"Pastels on Dark","slush-and-poppies":"Slush and Poppies","solarized-dark":"Solarized-dark","solarized-light":"Solarized-light","textmate--mac-classic-":"Textmate (Mac Classic)","tomorrow-night":"Tomorrow-Night","tomorrow-night-blue":"Tomorrow-Night-Blue","tomorrow-night-bright":"Tomorrow-Night-Bright","tomorrow-night-eighties":"Tomorrow-Night-Eighties","upstream-sunburst":"Upstream Sunburst","vibrant-ink":"Vibrant Ink","xcode-default":"Xcode_default",active4d:"Active4D",amy:"Amy",blackboard:"Blackboard",clouds:"Clouds",cobalt:"Cobalt",dawn:"Dawn",dreamweaver:"Dreamweaver",eiffel:"Eiffel",github:"GitHub",idle:"IDLE",idlefingers:"idleFingers",iplastic:"iPlastic",katzenmilch:"Katzenmilch",krtheme:"krTheme",lazy:"LAZY",merbivore:"Merbivore",monoindustrial:"monoindustrial",monokai:"Monokai",spacecadet:"SpaceCadet",sunburst:"Sunburst",tomorrow:"Tomorrow",twilight:"Twilight",zenburnesque:"Zenburnesque"};var b=t(80636),v=t(28598);var y=function(n){var e=n.autocompleteProviders,y=n.autoHeight,w=n.autoSave,j=n.block,x=n.fontSize,S=void 0===x?d.i3:x,C=n.height,k=n.language,N=n.onChange,O=n.onDidChangeCursorPosition,_=n.onSave,E=n.padding,I=n.placeholder,z=n.readOnly,Z=n.selected,D=n.setSelected,P=n.setTextareaFocused,H=n.shortcuts,M=n.showLineNumbers,T=void 0===M||M,B=n.tabSize,F=void 0===B?4:B,L=n.textareaFocused,A=n.theme,R=n.value,K=n.width,W=void 0===K?"100%":K,U=(0,o.useRef)(null),G=(0,o.useRef)(null),V=(0,o.useRef)(null),Y=(0,o.useState)([]),Q=Y[0],X=Y[1],q=(0,o.useState)(null),J=q[0],$=q[1],nn=(0,o.useState)(!1),en=nn[0],tn=nn[1],on=(0,o.useState)(A||l),rn=on[0],an=on[1],cn=(0,o.useCallback)((function(n){n.languages.typescript.javascriptDefaults.setEagerModelSync(!0),$(n)}),[]),un=(0,o.useCallback)((function(n,e){U.current=n,G.current=e;var t=[];null===H||void 0===H||H.forEach((function(o){t.push(o(e,n))})),_&&t.push((0,b.e)(e,(function(){_(n.getValue())}))),h(0,n,t),n.getModel().updateOptions({tabSize:F}),y&&!C&&(n._domElement.style.height="".concat(((R||"").split("\n").length+f.Ep)*f.aU,"px")),n.onDidFocusEditorWidget((function(){null===D||void 0===D||D(!0),null===P||void 0===P||P(!0)})),n.onDidContentSizeChange((function(e){var t=e.contentHeight,o=e.contentHeightChanged;y&&o&&(n._domElement.style.height="".concat(t+2*f.aU,"px"))})),Z&&L&&setTimeout((function(){n.focus()}),1),O&&n.onDidChangeCursorPosition((function(e){var t=e.position.lineNumber,o=n._domElement.getBoundingClientRect(),i=o.height,r=o.top,a=n.getTopForLineNumber(t);O({editorRect:{height:Number(i),top:Number(r)},position:{lineNumberTop:a}})})),tn(!0)}),[y,C,O,_,Z,tn,D,P,H,F,L,R]);(0,o.useEffect)((function(){(function(n){return new Promise((function(e){Promise.all([r._m.init(),t(7432)("./".concat(g[n],".json"))]).then((function(t){var o=(0,p.Z)(t,2),i=o[0],r=o[1];r.colors["editor.background"]="#000000",r.colors["editor.foreground"]="#FFFFFF",i.editor.defineTheme(n,r),e()}))}))})(l).then((function(){an(l)}))}),[]),(0,o.useEffect)((function(){var n;return w&&_&&(n=setInterval((function(){_(U.current.getValue())}),5e3)),function(){w&&n&&clearInterval(n)}}),[w,U,_]);var ln=(0,u.Z)(Z),sn=(0,u.Z)(L);return(0,o.useEffect)((function(){null!==U&&void 0!==U&&U.current&&(Z&&L?setTimeout((function(){U.current.focus()}),1):i.findDOMNode(U.current._domElement).getElementsByClassName("inputarea")[0].blur())}),[U,Z,ln,L,sn]),(0,o.useEffect)((function(){if(null!==G&&void 0!==G&&G.current&&null!==U&&void 0!==U&&U.current){var n=[];null===H||void 0===H||H.forEach((function(e){n.push(e(null===G||void 0===G?void 0:G.current,null===U||void 0===U?void 0:U.current))})),h(null===G||void 0===G||G.current,null===U||void 0===U?void 0:U.current,n)}}),[null===j||void 0===j?void 0:j.downstream_blocks,null===j||void 0===j?void 0:j.upstream_blocks]),(0,o.useEffect)((function(){return function(){Q.map((function(n){return n.dispose()}))}}),[Q]),(0,o.useEffect)((function(){J&&e&&(0===Q.length&&L||!sn&&L?X((0,m.S_)(J,e)):sn&&!L&&Q.map((function(n){return n.dispose()})))}),[e,Q,J,L,sn]),(0,v.jsxs)(f.Nk,{padding:E,style:{display:en?null:"none"},children:[I&&!(null!==R&&void 0!==R&&R.length)&&(0,v.jsx)(f.KT,{children:(0,v.jsx)(c.ZP,{monospace:!0,muted:!0,children:I})}),(0,v.jsx)(r.ZP,{beforeMount:cn,height:C,language:k||"python",onChange:function(n){null===N||void 0===N||N(n)},onMount:un,options:{domReadOnly:z,fontFamily:s.Vp,fontLigatures:!0,fontSize:S,hideCursorInOverviewRuler:!0,lineNumbers:T,minimap:{enabled:!1},overviewRulerBorder:!1,readOnly:z,renderLineHighlightOnlyWhenFocus:!0,scrollBeyondLastLine:!1,scrollbar:{alwaysConsumeMouseWheel:!1,vertical:"hidden"},wordBasedSuggestions:!1,wordWrap:(null===j||void 0===j?void 0:j.type)===a.tf.MARKDOWN?"on":"off"},theme:rn,value:R,width:W}),(0,v.jsx)("div",{ref:V})]})}},80636:function(n,e,t){"use strict";function o(n,e){return{contextMenuGroupId:"navigation",contextMenuOrder:1.5,id:"saveCode",keybindingContext:null,keybindings:[n.KeyMod.CtrlCmd|n.KeyCode.KeyS],label:"Save",precondition:null,run:function(n){e()}}}function i(n,e){return{contextMenuGroupId:"navigation",contextMenuOrder:1.5,id:"executeCode",keybindingContext:null,keybindings:[n.KeyMod.CtrlCmd|n.KeyCode.Enter],label:"Run selected block",precondition:null,run:function(){return e()}}}t.d(e,{Q:function(){return i},e:function(){return o}})},85307:function(n,e,t){"use strict";t.d(e,{$W:function(){return l},cl:function(){return s},cv:function(){return d},dE:function(){return u}});var o=t(9518),i=t(23831),r=t(73942),a=t(49125),c=t(37391),u=o.default.div.withConfig({displayName:"indexstyle__SectionStyle",componentId:"sc-7a1uhf-0"})(["border-radius:","px;padding:","px;",""],r.n_,a.cd*a.iI,(function(n){return"\n background-color: ".concat((n.theme.background||i.Z.background).popup,";\n ")})),l=o.default.div.withConfig({displayName:"indexstyle__CodeEditorStyle",componentId:"sc-7a1uhf-1"})(["padding-top:","px;",""],a.cd*a.iI,(function(n){return"\n background-color: ".concat((n.theme.background||i.Z.background).codeTextarea,";\n ")})),s=o.default.div.withConfig({displayName:"indexstyle__TableContainerStyle",componentId:"sc-7a1uhf-2"})(["overflow:auto;max-height:90vh;width:100%;"," "," "," "," ",""],c.w5,(function(n){return n.hideHorizontalScrollbar&&"\n overflow-x: hidden;\n "}),(function(n){return n.width&&"\n width: ".concat(n.width,";\n ")}),(function(n){return n.height&&"\n height: ".concat(n.height,";\n ")}),(function(n){return n.maxHeight&&"\n max-height: ".concat(n.maxHeight,";\n ")})),d=o.default.div.withConfig({displayName:"indexstyle__HeaderRowStyle",componentId:"sc-7a1uhf-3"})(["padding:","px;"," "," ",""],2*a.iI,(function(n){return"\n background-color: ".concat((n.theme||i.Z).interactive.defaultBackground,";\n border-bottom: ").concat(r.YF,"px ").concat(r.M8," ").concat((n.theme||i.Z).borders.medium,";\n ")}),(function(n){return n.padding&&"\n padding: ".concat(n.padding,"px;\n ")}),(function(n){return n.rounded&&"\n border-top-left-radius: ".concat(r.n_,"px;\n border-top-right-radius: ").concat(r.n_,"px;\n ")}))},87372:function(n,e,t){"use strict";var o,i,r,a,c,u,l,s,d=t(82394),f=t(26304),m=t(26653),h=t(9518),p=t(33591),g=t(23831),b=t(2005),v=t(31012),y=t(19711),w=t(49125),j=t(86673),x=t(28598),S=["children","condensed","inline","level","marketing","spacingBelow"];function C(n,e){var t=Object.keys(n);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(n);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),t.push.apply(t,o)}return t}function k(n){for(var e=1;e<arguments.length;e++){var t=null!=arguments[e]?arguments[e]:{};e%2?C(Object(t),!0).forEach((function(e){(0,d.Z)(n,e,t[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(t)):C(Object(t)).forEach((function(e){Object.defineProperty(n,e,Object.getOwnPropertyDescriptor(t,e))}))}return n}var N=(0,h.css)([""," margin:0;"," "," "," "," "," "," "," "," "," "," "," "," ",""],y.IH,(function(n){return n.color&&"\n color: ".concat(n.color,"\n ")}),(function(n){return n.yellow&&"\n color: ".concat((n.theme.accent||g.Z.accent).yellow,";\n ")}),(function(n){return n.center&&"\n text-align: center;\n "}),(function(n){return!n.monospace&&0===Number(n.weightStyle)&&"\n font-family: ".concat(b.iI,";\n ")}),(function(n){return!n.monospace&&1===Number(n.weightStyle)&&"\n font-family: ".concat(b.LX,";\n ")}),(function(n){return!n.monospace&&2===Number(n.weightStyle)&&"\n font-family: ".concat(b.LX,";\n ")}),(function(n){return!n.monospace&&3===Number(n.weightStyle)&&"\n font-family: ".concat(b.ry,";\n ")}),(function(n){return!n.monospace&&4===Number(n.weightStyle)&&"\n font-family: ".concat(b.YC,";\n ")}),(function(n){return!n.monospace&&5===Number(n.weightStyle)&&"\n font-family: ".concat(b.nF,";\n ")}),(function(n){return!n.monospace&&(6===Number(n.weightStyle)||n.bold)&&"\n font-family: ".concat(b.nF,";\n ")}),(function(n){return!n.monospace&&7===Number(n.weightStyle)&&"\n font-family: ".concat(b.nF,";\n ")}),(function(n){return!n.monospace&&8===Number(n.weightStyle)&&"\n font-family: ".concat(b.nF,";\n ")}),(function(n){return n.lineHeightAuto&&"\n line-height: normal !important;\n "})),O=h.default.div.withConfig({displayName:"Headline__HeadlineContainerStyle",componentId:"sc-12jzt2e-0"})(["",""],(function(n){return"\n color: ".concat((n.theme.content||g.Z.content).active,";\n ")})),_=h.default.h1.withConfig({displayName:"Headline__H1HeroStyle",componentId:"sc-12jzt2e-1"})([""," font-size:42px;line-height:56px;"," "," ",""],N,p.media.md(o||(o=(0,m.Z)(["\n ","\n "])),v.aQ),p.media.lg(i||(i=(0,m.Z)(["\n ","\n "])),v.aQ),p.media.xl(r||(r=(0,m.Z)(["\n ","\n "])),v.aQ)),E=h.default.h1.withConfig({displayName:"Headline__H1Style",componentId:"sc-12jzt2e-2"})([""," ",""],N,v.MJ),I=h.default.h1.withConfig({displayName:"Headline__H1MarketingStyle",componentId:"sc-12jzt2e-3"})([""," "," "," "," "," ",""],N,p.media.xs(a||(a=(0,m.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*w.iI,7*w.iI),p.media.sm(c||(c=(0,m.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*w.iI,7*w.iI),p.media.md(u||(u=(0,m.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*w.iI,7*w.iI),p.media.lg(l||(l=(0,m.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*w.iI,7*w.iI),p.media.xl(s||(s=(0,m.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*w.iI,7*w.iI)),z=h.default.h2.withConfig({displayName:"Headline__H2Style",componentId:"sc-12jzt2e-4"})([""," ",""],N,v.BL),Z=h.default.h3.withConfig({displayName:"Headline__H3Style",componentId:"sc-12jzt2e-5"})([""," font-size:24px;line-height:32px;"],N),D=h.default.h4.withConfig({displayName:"Headline__H4Style",componentId:"sc-12jzt2e-6"})([""," font-size:20px;line-height:28px;"],N),P=h.default.h5.withConfig({displayName:"Headline__H5Style",componentId:"sc-12jzt2e-7"})([""," font-size:18px;line-height:26px;"],N),H=h.default.span.withConfig({displayName:"Headline__SpanStyle",componentId:"sc-12jzt2e-8"})([""," "," "," "," ",""],N,(function(n){return 1===n.level&&"\n ".concat(v.MJ,"\n ")}),(function(n){return 2===n.level&&"\n ".concat(v.BL,"\n ")}),(function(n){return 3===n.level&&"\n font-size: 24px;\n line-height: 32px;\n "}),(function(n){return 4===n.level&&"\n font-size: 20px;\n line-height: 28px;\n "})),M=function(n){var e,t=n.children,o=n.condensed,i=n.inline,r=n.level,a=n.marketing,c=n.spacingBelow,u=(0,f.Z)(n,S);i?e=H:0===Number(r)?e=_:1===Number(r)?e=a?I:E:2===Number(r)?e=z:3===Number(r)?e=Z:4===Number(r)?e=D:5===Number(r)&&(e=P);var l=(0,x.jsxs)(e,k(k({},u),{},{level:r,children:[c&&(0,x.jsx)(j.Z,{mb:o?2:3,children:t}),!c&&t]}));return i?l:(0,x.jsx)(O,{children:l})};M.defaultProps={level:3,weightStyle:6},e.Z=M}}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[6567],{43032:function(t,e,n){n.d(e,{Cl:function(){return l},Nk:function(){return c},ZG:function(){return a}});var r=n(9518),i=n(23831),o=n(49125),a=1.5*o.iI,l=1*a+o.iI/2,c=r.default.div.withConfig({displayName:"indexstyle__ContainerStyle",componentId:"sc-uvd91-0"})([".row:hover{","}"],(function(t){return"\n background-color: ".concat((t.theme.interactive||i.Z.interactive).hoverBackground,";\n ")}))},68735:function(t,e,n){var r=n(26304),i=n(21831),o=n(82394),a=n(82684),l=n(26226),c=n(9518),s=n(90948),u=n(84969),d=n(65743),f=n(85587),h=n(79487),p=n(52136),m=n(67778),x=n(29989),y=n(17066),v=n(84482),g=n(76771),k=n(98889),j=n(65376),Z=n(61655),O=n(97745),b=n(48072),E=n(10103),L=n(84181),T=n(24903),M=n(67971),w=n(86673),I=n(19711),P=n(52359),_=n(23831),A=n(80906),N=n(73899),D=n(2005),F=n(31012),C=n(49125),S=n(24224),R=n(344),U=n(45739),X=n(28598),B=["areaBetweenLines","data","events","height","lineLegendNames","margin","width","xAxisLabel","xLabelFormat","yAxisLabel","yLabelFormat"];function W(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function V(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?W(Object(n),!0).forEach((function(e){(0,o.Z)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):W(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var Y=V(V({},j.j),{},{backgroundColor:_.Z.background.muted,border:"none"}),z=(0,Z.Z)((function(t){var e=t.areaBetweenLines,n=t.data,r=t.events,o=void 0!==r&&r,l=t.getX,Z=t.getY,M=t.gridProps,w=void 0===M?{}:M,P=t.height,B=t.hideGridX,W=t.hideTooltip,z=t.increasedXTicks,G=t.lineLegendNames,J=t.margin,q=t.noCurve,H=t.numYTicks,K=t.renderXTooltipContent,Q=t.renderYTooltipContent,$=t.showTooltip,tt=t.thickStroke,et=t.tooltipData,nt=t.tooltipLeft,rt=void 0===nt?0:nt,it=t.tooltipTop,ot=void 0===it?[]:it,at=t.width,lt=t.xLabelFormat,ct=t.xLabelRotate,st=void 0===ct||ct,ut=t.yLabelFormat,dt=(0,a.useContext)(c.ThemeContext),ft=l||function(t){return null===t||void 0===t?void 0:t.x},ht=Z||function(t){var e,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return null===t||void 0===t||null===(e=t.y)||void 0===e?void 0:e[n]},pt=_.Z.monotone.gray,mt=_.Z.brand.wind200,xt=_.Z.content.muted,yt=_.Z.monotone.gray,vt=n.map((function(t){return Number(ft(t))}));if(at<10)return null;var gt=at-J.left-J.right,kt=P-J.top-J.bottom,jt=gt/2,Zt=Math.max.apply(Math,(0,i.Z)(n.map((function(t){var e=t.y;return(null===e||void 0===e?void 0:e.length)||0})))),Ot=(0,a.useMemo)((function(){return(0,L.Z)({domain:[Math.min.apply(Math,(0,i.Z)(vt)),Math.max.apply(Math,(0,i.Z)(vt))],range:[0,gt]})}),[gt,vt]),bt=Math.min.apply(Math,(0,i.Z)(n.map((function(t){var e=t.y;return Math.min.apply(Math,(0,i.Z)(e||[]))})))),Et=Math.max.apply(Math,(0,i.Z)(n.map((function(t){var e=t.y;return Math.max.apply(Math,(0,i.Z)(e||[]))})))),Lt=(0,a.useMemo)((function(){return(0,L.Z)({domain:[bt,Et],nice:!0,range:[kt,0]})}),[kt,Et,bt]),Tt=at>520?z?20:10:z?10:5,Mt=(0,U.K)(dt),wt=xt,It=Mt.map((function(t){return{stroke:t}})),Pt=(0,T.Z)({domain:G||[],range:It.map((function(t){return t.stroke}))}),_t=(0,a.useCallback)((function(t){var e=((0,b.Z)(t)||{x:0}).x,r=Ot.invert(e-J.left),i=(0,S.ry)(vt,(function(t){return r>=t})),o=n[i-1],a=n[i],l=o;a&&(r-ft(o)>ft(a)-r?l=a:(l=o,i-=1));var c=(0,E.range)(0,Zt).map((function(t){return Lt(ht(l,t))}));ht(l)&&$({tooltipData:V(V({},l),{},{index:i}),tooltipLeft:e,tooltipTop:c})}),[n,ft,ht,J,$,Ot,Lt]),At={};return q||(At.curve=O.ZP),(0,X.jsxs)(X.Fragment,{children:[G&&(0,X.jsx)("div",{style:{marginLeft:null===J||void 0===J?void 0:J.left},children:(0,X.jsx)(y.Z,{labelFormat:function(t){return t},scale:Pt,children:function(t){return(0,X.jsx)("div",{style:{display:"flex",flexDirection:A.qs.ROW},children:t.map((function(t,e){return(0,X.jsxs)(v.Z,{margin:"0 5px",onClick:function(){o&&alert("clicked: ".concat(JSON.stringify(t)))},children:[(0,X.jsx)("svg",{height:15,width:15,children:(0,X.jsx)("rect",{fill:t.value,height:15,width:15})}),(0,X.jsx)(g.Z,{align:"left",margin:"0 0 0 4px",children:(0,X.jsx)(I.ZP,{small:!0,children:t.text})})]},"legend-quantile-".concat(e))}))})}})}),(0,X.jsxs)("svg",{height:P,width:at,children:[!e&&(0,X.jsx)(d.Z,{fill:"transparent",height:P,onMouseLeave:function(){return W()},onMouseMove:_t,onTouchMove:_t,onTouchStart:_t,rx:14,width:at-(J.left+J.right),x:J.left,y:0}),(0,X.jsxs)(x.Z,{left:J.left,top:J.top,children:[!B&&(0,X.jsx)(p.Z,V({height:kt,pointerEvents:"none",scale:Ot,stroke:pt,strokeDasharray:"3,3",strokeOpacity:.4,width:gt},w)),(0,X.jsx)(m.Z,V({height:kt,pointerEvents:"none",scale:Lt,stroke:pt,strokeDasharray:"3,3",strokeOpacity:.4,width:gt},w)),(0,X.jsx)("line",{stroke:pt,x1:gt,x2:gt,y1:0,y2:kt}),(0,X.jsx)(s.Z,{numTicks:Tt,scale:Ot,stroke:wt,tickFormat:function(t){return lt?lt(t):t},tickLabelProps:function(t){return{fill:xt,fontFamily:D.ry,fontSize:F.J5,textAnchor:"middle",transform:st&&"rotate(-45, ".concat(Ot(t),", 0) translate(-32, 4)")}},tickStroke:wt,top:kt}),(0,X.jsx)(u.Z,{hideTicks:!0,numTicks:H,scale:Lt,stroke:wt,tickFormat:function(t){return ut?ut(t):(0,R.P5)(t)},tickLabelProps:function(t){return{dx:String(t).length>4?3:0,fill:xt,fontFamily:D.ry,fontSize:F.J5,textAnchor:"end",transform:"translate(0,2.5)"}},tickStroke:wt}),e&&e.map((function(t){var e=t[0],r=t[1];return(0,a.createElement)(k.Z,V(V({},At),{},{aboveAreaProps:{fill:_.Z.brand.earth400,fillOpacity:.3},belowAreaProps:{fill:mt,fillOpacity:.2},clipAboveTo:0,clipBelowTo:kt,data:n,id:"".concat(Math.random()),key:"".concat(e,"-").concat(r),x:function(t){return Ot(ft(t))},y0:function(t){return Lt("undefined"===typeof r?bt:ht(t,r))},y1:function(t){return Lt(ht(t,e))}}))})),(0,E.range)(0,Zt).map((function(t){return(0,a.createElement)(f.Z,V(V({},At),{},{data:n.filter((function(t){return void 0!=t.y})),key:t,pointerEvents:"none",strokeWidth:tt?2:1,x:function(t){return Ot(ft(t))},y:function(e){return Lt(e.y&&(t>=e.y.length?bt:ht(e,t)))}},It[t]))}))]}),et&&(0,X.jsxs)("g",{children:[(0,X.jsx)(h.Z,{from:{x:rt,y:J.top},pointerEvents:"none",stroke:N.Ej,strokeDasharray:"5,2",strokeWidth:1,to:{x:rt,y:kt+J.top}}),ot.map((function(t,e){return(0,X.jsx)("circle",{cx:rt,cy:t+1+J.top,fill:It[e].stroke,fillOpacity:.1,pointerEvents:"none",r:4,stroke:yt,strokeOpacity:.1,strokeWidth:1},e)})),ot.map((function(t,e){return(0,X.jsx)("circle",{cx:rt,cy:t+J.top,fill:It[e].stroke,pointerEvents:"none",r:4,stroke:It[e].stroke,strokeWidth:2},e)}))]})]}),et&&(0,X.jsxs)("div",{children:[ot.map((function(t,e){var n=ht(et,e);return e>=1&&Math.abs(ot[e-1]-t)<5*C.iI&&(t+=3*C.iI),(0,X.jsxs)(j.Z,{left:rt>jt?rt-(0,R.Vs)(Q,et,e)*C.iI:rt+C.iI,style:Y,top:t-2*C.iI,children:[Q&&Q(et,e),!Q&&(0,X.jsxs)(I.ZP,{center:!0,small:!0,children:[n.toFixed?n.toFixed(3):n," ",null===G||void 0===G?void 0:G[e]]})]},e)})),(0,X.jsxs)(j.Z,{left:rt>jt?rt-4*(0,R.Vs)(K,et):rt,style:V(V({},Y),{},{transform:"translateX(-65%)"}),top:kt+J.top,children:[K&&K(et),!K&&(0,X.jsx)(I.ZP,{center:!0,small:!0,children:ft(et).toFixed(3)})]})]})]})}));e.Z=function(t){var e=t.areaBetweenLines,n=t.data,i=(t.events,t.height),o=t.lineLegendNames,a=t.margin,c=void 0===a?{}:a,s=t.width,u=t.xAxisLabel,d=t.xLabelFormat,f=t.yAxisLabel,h=t.yLabelFormat,p=(0,r.Z)(t,B),m=V(V({},{bottom:3*C.iI,left:5*C.iI,right:3*C.iI,top:3*C.iI}),c);return(0,X.jsxs)(X.Fragment,{children:[(0,X.jsxs)("div",{style:{display:"flex",height:i,marginBottom:C.iI,width:"100%"},children:[f&&(0,X.jsx)(M.Z,{alignItems:"center",fullHeight:!0,justifyContent:"center",width:28,children:(0,X.jsx)(P.Z,{children:(0,X.jsx)(I.ZP,{center:!0,muted:!0,small:!0,children:f})})}),(0,X.jsx)(w.Z,{mr:1}),(0,X.jsx)("div",{style:{height:i,width:"undefined"===typeof s?"100%":s},children:(0,X.jsx)(l.Z,{children:function(t){var r=t.width,i=t.height;return(0,X.jsx)(z,V(V({},p),{},{areaBetweenLines:e,data:n,height:i,lineLegendNames:o,margin:m,width:r,xLabelFormat:d,yLabelFormat:h}))}})})]}),u&&(0,X.jsx)("div",{style:{paddingLeft:f?36:0,paddingTop:4},children:(0,X.jsx)(I.ZP,{center:!0,muted:!0,small:!0,children:u})})]})}},80906:function(t,e,n){var r,i,o,a;n.d(e,{Q0:function(){return r},qs:function(){return i}}),function(t){t.ADD="add",t.AVERAGE="average",t.CLEAN_COLUMN_NAME="clean_column_name",t.COUNT="count",t.COUNT_DISTINCT="count_distinct",t.CUSTOM="custom",t.DIFF="diff",t.DROP_DUPLICATE="drop_duplicate",t.EXPAND_COLUMN="expand_column",t.EXPLODE="explode",t.FILTER="filter",t.FIRST="first",t.FIX_SYNTAX_ERRORS="fix_syntax_errors",t.GROUP="group",t.IMPUTE="impute",t.JOIN="join",t.LAST="last",t.LIMIT="limit",t.MAX="max",t.MEDIAN="median",t.MIN="min",t.MODE="mode",t.NORMALIZE="normalize",t.REFORMAT="reformat",t.REMOVE="remove",t.REMOVE_OUTLIERS="remove_outliers",t.SCALE="scale",t.SELECT="select",t.SHIFT_DOWN="shift_down",t.SHIFT_UP="shift_up",t.SORT="sort",t.STANDARDIZE="standardize",t.SUM="sum",t.UNION="union",t.UPDATE_TYPE="update_type",t.UPDATE_VALUE="update_value"}(r||(r={})),function(t){t.COLUMN="column",t.ROW="row"}(i||(i={})),function(t){t.NOT_APPLIED="not_applied",t.COMPLETED="completed"}(o||(o={})),function(t){t.FEATURE="feature"}(a||(a={}))}}]);
|