mage-ai 0.8.12__py3-none-any.whl → 0.8.13__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.

Files changed (98) hide show
  1. mage_ai/api/policies/BackfillPolicy.py +4 -1
  2. mage_ai/io/export_utils.py +1 -0
  3. mage_ai/io/postgres.py +46 -4
  4. mage_ai/server/constants.py +1 -1
  5. mage_ai/server/frontend_dist/404.html +2 -2
  6. mage_ai/server/frontend_dist/404.html.html +2 -2
  7. mage_ai/server/frontend_dist/_next/static/UuQKenirO2LDcepWvj6S9/_buildManifest.js +1 -0
  8. mage_ai/server/frontend_dist/_next/static/chunks/{1830-c3f709c7ca7f32ab.js → 1830-fbc03130dc8507d5.js} +1 -1
  9. mage_ai/server/frontend_dist/_next/static/chunks/2626-74904ade5b462127.js +1 -0
  10. mage_ai/server/frontend_dist/_next/static/chunks/3573-9b7b57411a327efa.js +1 -0
  11. mage_ai/server/frontend_dist/_next/static/chunks/434-b1cbc39e987f22cd.js +1 -0
  12. mage_ai/server/frontend_dist/_next/static/chunks/4846-688b5f0a015a543a.js +1 -0
  13. mage_ai/server/frontend_dist/_next/static/chunks/5477-4d9bab807c386355.js +1 -0
  14. mage_ai/server/frontend_dist/_next/static/chunks/7281-99f836e410857a68.js +1 -0
  15. mage_ai/server/frontend_dist/_next/static/chunks/7400-26ce25ec46728ef7.js +1 -0
  16. mage_ai/server/frontend_dist/_next/static/chunks/9767-30e239ed26aa848a.js +1 -0
  17. mage_ai/server/frontend_dist/_next/static/chunks/pages/{_app-77b4b367fdb247d6.js → _app-169f9cc923ae39a5.js} +1 -1
  18. mage_ai/server/frontend_dist/_next/static/chunks/pages/{manage-14c743a0e2549486.js → manage-91c4fd203b4ac0e2.js} +1 -1
  19. mage_ai/server/frontend_dist/_next/static/chunks/pages/{pipeline-runs-21fe37061bdaaaea.js → pipeline-runs-10d54d54bfd9b39c.js} +1 -1
  20. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills/[...slug]-971ea5bb26d66155.js +1 -0
  21. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills-393cec015b843dd8.js +1 -0
  22. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-2963c971fdefd159.js +1 -0
  23. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/logs-d1490dc3ea4f2e61.js +1 -0
  24. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors/{block-runs-8f23f7ca9efcb069.js → block-runs-f513df1d43ba48f0.js} +1 -1
  25. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runtime-393fa626a8873f74.js +1 -0
  26. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/{monitors-8b08ec1aef4af4f2.js → monitors-d45f982e19978552.js} +1 -1
  27. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs/[run]-463347405cafa133.js +1 -0
  28. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs-a33f6fd5d91cd123.js +1 -0
  29. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/syncs-d4df695d51e01232.js +1 -0
  30. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers/[...slug]-d83cf90749c8cd56.js +1 -0
  31. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers-f6ee40bebf427cfa.js +1 -0
  32. mage_ai/server/frontend_dist/_next/static/chunks/pages/{pipelines-1c0627627c21667f.js → pipelines-db2903bdeeeae791.js} +1 -1
  33. mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/account/profile-19a5aa2de681b54a.js +1 -0
  34. mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/preferences-e1b34b9a44fc4688.js +1 -0
  35. mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/sync_data-4ae244876881cfe1.js +1 -0
  36. mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/{users-439adeb06fca8436.js → users-b8aeca222449e041.js} +1 -1
  37. mage_ai/server/frontend_dist/_next/static/chunks/pages/{terminal-6feb9848233a6c6e.js → terminal-482bd79cb26b8f73.js} +1 -1
  38. mage_ai/server/frontend_dist/_next/static/chunks/pages/triggers-81b7327ed8e015a4.js +1 -0
  39. mage_ai/server/frontend_dist/index.html +2 -2
  40. mage_ai/server/frontend_dist/manage.html +4 -4
  41. mage_ai/server/frontend_dist/pipeline-runs.html +5 -5
  42. mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills/[...slug].html +5 -5
  43. mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills.html +5 -5
  44. mage_ai/server/frontend_dist/pipelines/[pipeline]/edit.html +2 -2
  45. mage_ai/server/frontend_dist/pipelines/[pipeline]/logs.html +5 -5
  46. mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runs.html +5 -5
  47. mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runtime.html +5 -5
  48. mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors.html +5 -5
  49. mage_ai/server/frontend_dist/pipelines/[pipeline]/runs/[run].html +5 -5
  50. mage_ai/server/frontend_dist/pipelines/[pipeline]/runs.html +5 -5
  51. mage_ai/server/frontend_dist/pipelines/[pipeline]/syncs.html +5 -5
  52. mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers/[...slug].html +5 -5
  53. mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers.html +5 -5
  54. mage_ai/server/frontend_dist/pipelines/[pipeline].html +2 -2
  55. mage_ai/server/frontend_dist/pipelines.html +5 -5
  56. mage_ai/server/frontend_dist/settings/account/profile.html +5 -5
  57. mage_ai/server/frontend_dist/settings/workspace/preferences.html +5 -5
  58. mage_ai/server/frontend_dist/settings/workspace/sync_data.html +5 -5
  59. mage_ai/server/frontend_dist/settings/workspace/users.html +5 -5
  60. mage_ai/server/frontend_dist/settings.html +2 -2
  61. mage_ai/server/frontend_dist/sign-in.html +4 -4
  62. mage_ai/server/frontend_dist/terminal.html +5 -5
  63. mage_ai/server/frontend_dist/test.html +3 -3
  64. mage_ai/server/frontend_dist/triggers.html +5 -5
  65. mage_ai/server/websocket_server.py +1 -1
  66. {mage_ai-0.8.12.dist-info → mage_ai-0.8.13.dist-info}/METADATA +1 -1
  67. {mage_ai-0.8.12.dist-info → mage_ai-0.8.13.dist-info}/RECORD +73 -75
  68. mage_ai/server/frontend_dist/_next/static/BJSgpMeWTfdkZw_YRDpOz/_buildManifest.js +0 -1
  69. mage_ai/server/frontend_dist/_next/static/chunks/2249-70929b8c547bbc18.js +0 -1
  70. mage_ai/server/frontend_dist/_next/static/chunks/2426-115f8871a2e28f8c.js +0 -1
  71. mage_ai/server/frontend_dist/_next/static/chunks/434-69ddfacd3e93f2db.js +0 -1
  72. mage_ai/server/frontend_dist/_next/static/chunks/4846-b4ced91dc0e9fba9.js +0 -1
  73. mage_ai/server/frontend_dist/_next/static/chunks/5477-d76f7f4b9d329116.js +0 -1
  74. mage_ai/server/frontend_dist/_next/static/chunks/5944-757b7898608a65e1.js +0 -1
  75. mage_ai/server/frontend_dist/_next/static/chunks/6579-2b5d8d39472d85c0.js +0 -1
  76. mage_ai/server/frontend_dist/_next/static/chunks/7400-1430ec3874c1fdee.js +0 -1
  77. mage_ai/server/frontend_dist/_next/static/chunks/8961-697fe5d4db44d909.js +0 -1
  78. mage_ai/server/frontend_dist/_next/static/chunks/9767-e89f3e19764e4f24.js +0 -1
  79. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills/[...slug]-678569cf24a2e10d.js +0 -1
  80. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills-0ed0d70bc659c236.js +0 -1
  81. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-51fe31916670195c.js +0 -1
  82. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/logs-5ccc75887776efb0.js +0 -1
  83. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runtime-f83ab9de4094e1b0.js +0 -1
  84. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs/[run]-73ced07cc98a4968.js +0 -1
  85. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs-67d23509a0c9a1b8.js +0 -1
  86. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/syncs-4084a44baf91f30e.js +0 -1
  87. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers/[...slug]-ae970171cfe98c51.js +0 -1
  88. mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers-b0b91245d3299bdf.js +0 -1
  89. mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/account/profile-88bc8c5e21f7e493.js +0 -1
  90. mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/preferences-4c05a269e02f2208.js +0 -1
  91. mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/sync_data-f1f47e503c490758.js +0 -1
  92. mage_ai/server/frontend_dist/_next/static/chunks/pages/triggers-e0172c422c95eda9.js +0 -1
  93. /mage_ai/server/frontend_dist/_next/static/{BJSgpMeWTfdkZw_YRDpOz → UuQKenirO2LDcepWvj6S9}/_middlewareManifest.js +0 -0
  94. /mage_ai/server/frontend_dist/_next/static/{BJSgpMeWTfdkZw_YRDpOz → UuQKenirO2LDcepWvj6S9}/_ssgManifest.js +0 -0
  95. {mage_ai-0.8.12.dist-info → mage_ai-0.8.13.dist-info}/LICENSE +0 -0
  96. {mage_ai-0.8.12.dist-info → mage_ai-0.8.13.dist-info}/WHEEL +0 -0
  97. {mage_ai-0.8.12.dist-info → mage_ai-0.8.13.dist-info}/entry_points.txt +0 -0
  98. {mage_ai-0.8.12.dist-info → mage_ai-0.8.13.dist-info}/top_level.txt +0 -0
@@ -22,7 +22,10 @@ BackfillPolicy.allow_actions([
22
22
  OauthScope.CLIENT_PRIVATE,
23
23
  ], condition=lambda policy: policy.has_at_least_editor_role())
24
24
 
25
- BackfillPolicy.allow_read([] + BackfillPresenter.default_attributes, scopes=[
25
+ BackfillPolicy.allow_read([
26
+ 'pipeline_run_dates',
27
+ 'total_run_count',
28
+ ] + BackfillPresenter.default_attributes, scopes=[
26
29
  OauthScope.CLIENT_PRIVATE,
27
30
  ], on_action=[
28
31
  constants.DETAIL,
@@ -36,6 +36,7 @@ class PandasTypes(str, Enum):
36
36
  MIXED = 'mixed'
37
37
  MIXED_INTEGER = 'mixed-integer'
38
38
  MIXED_INTEGER_FLOAT = 'mixed-integer-float'
39
+ OBJECT = 'object'
39
40
  PERIOD = 'period'
40
41
  STRING = 'string'
41
42
  TIME = 'time'
mage_ai/io/postgres.py CHANGED
@@ -4,8 +4,10 @@ from mage_ai.io.sql import BaseSQL
4
4
  from pandas import DataFrame, Series
5
5
  from psycopg2 import connect, _psycopg
6
6
  from sshtunnel import SSHTunnelForwarder
7
- import numpy as np
8
7
  from typing import Union, IO
8
+ import json
9
+ import numpy as np
10
+ import pandas as pd
9
11
 
10
12
 
11
13
  class Postgres(BaseSQL):
@@ -138,6 +140,29 @@ class Postgres(BaseSQL):
138
140
  PandasTypes.UNKNOWN_ARRAY,
139
141
  PandasTypes.COMPLEX,
140
142
  ):
143
+ series = column[column.notnull()]
144
+ values = series.values
145
+
146
+ column_type = None
147
+
148
+ if len(values) >= 1:
149
+ value = values[0]
150
+ column_type = 'JSONB'
151
+
152
+ if type(value) is list:
153
+ if len(value) >= 1:
154
+ item = value[0]
155
+ item_series = pd.Series(data=item)
156
+ item_dtype = item_series.dtype
157
+ if PandasTypes.OBJECT != item_dtype:
158
+ item_type = self.get_type(item_series, item_dtype)
159
+ column_type = f'{item_type}[]'
160
+ else:
161
+ column_type = 'text[]'
162
+
163
+ if column_type:
164
+ return column_type
165
+
141
166
  raise BadConversionError(
142
167
  f'Cannot convert column \'{column.name}\' with data type \'{dtype}\' to '
143
168
  'a PostgreSQL datatype.'
@@ -180,6 +205,8 @@ class Postgres(BaseSQL):
180
205
  return 'bigint'
181
206
  elif dtype == PandasTypes.EMPTY:
182
207
  return 'text'
208
+ elif PandasTypes.OBJECT == dtype:
209
+ return 'JSONB'
183
210
  else:
184
211
  print(f'Invalid datatype provided: {dtype}')
185
212
 
@@ -192,9 +219,24 @@ class Postgres(BaseSQL):
192
219
  full_table_name: str,
193
220
  buffer: Union[IO, None] = None
194
221
  ) -> None:
195
- columns_names = ', '.join(df.columns)
196
- df.to_csv(buffer, index=False, header=False, na_rep='')
222
+ df_ = df.copy()
223
+ columns = df_.columns
224
+
225
+ for col in columns:
226
+ print(col, df_[col].dtype)
227
+ if PandasTypes.OBJECT == df_[col].dtype:
228
+ df_[col] = df_[col].apply(lambda x: json.dumps(x))
229
+
230
+ df_.to_csv(
231
+ buffer,
232
+ header=False,
233
+ index=False,
234
+ na_rep='',
235
+ )
236
+
197
237
  buffer.seek(0)
238
+
239
+ columns_names = ', '.join(columns)
198
240
  cursor.copy_expert(f"""
199
241
  COPY {full_table_name} FROM STDIN (
200
242
  FORMAT csv
@@ -202,4 +244,4 @@ COPY {full_table_name} FROM STDIN (
202
244
  , NULL \'\'
203
245
  , FORCE_NULL({columns_names})
204
246
  );
205
- """, buffer)
247
+ """, buffer)
@@ -12,4 +12,4 @@ DATAFRAME_OUTPUT_SAMPLE_COUNT = 10
12
12
  # Dockerfile depends on it because it runs ./scripts/install_mage.sh and uses
13
13
  # the last line to determine the version to install.
14
14
  VERSION = \
15
- '0.8.12'
15
+ '0.8.13'
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=0" name="viewport"/><title>404: This page could not be found</title><meta name="next-head-count" content="3"/><link href="/favicon.ico" rel="icon"/><link rel="preload" href="/_next/static/css/d1e8e64d0b07af2f.css" as="style"/><link rel="stylesheet" href="/_next/static/css/d1e8e64d0b07af2f.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-5cd94c89d3acac5f.js"></script><script src="/_next/static/chunks/webpack-bc5e4eb2c1ff587c.js" defer=""></script><script src="/_next/static/chunks/framework-7c365855dab1bf41.js" defer=""></script><script src="/_next/static/chunks/main-bb0dd5375146d7fd.js" defer=""></script><script src="/_next/static/chunks/pages/_app-77b4b367fdb247d6.js" defer=""></script><script src="/_next/static/chunks/pages/_error-235304e5badb19eb.js" defer=""></script><script src="/_next/static/BJSgpMeWTfdkZw_YRDpOz/_buildManifest.js" defer=""></script><script src="/_next/static/BJSgpMeWTfdkZw_YRDpOz/_ssgManifest.js" defer=""></script><script src="/_next/static/BJSgpMeWTfdkZw_YRDpOz/_middlewareManifest.js" defer=""></script><style data-styled="" data-styled-version="5.3.6">html{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-overflow-style:scrollbar;}/*!sc*/
1
+ <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=0" name="viewport"/><title>404: This page could not be found</title><meta name="next-head-count" content="3"/><link href="/favicon.ico" rel="icon"/><link rel="preload" href="/_next/static/css/d1e8e64d0b07af2f.css" as="style"/><link rel="stylesheet" href="/_next/static/css/d1e8e64d0b07af2f.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-5cd94c89d3acac5f.js"></script><script src="/_next/static/chunks/webpack-bc5e4eb2c1ff587c.js" defer=""></script><script src="/_next/static/chunks/framework-7c365855dab1bf41.js" defer=""></script><script src="/_next/static/chunks/main-bb0dd5375146d7fd.js" defer=""></script><script src="/_next/static/chunks/pages/_app-169f9cc923ae39a5.js" defer=""></script><script src="/_next/static/chunks/pages/_error-235304e5badb19eb.js" defer=""></script><script src="/_next/static/UuQKenirO2LDcepWvj6S9/_buildManifest.js" defer=""></script><script src="/_next/static/UuQKenirO2LDcepWvj6S9/_ssgManifest.js" defer=""></script><script src="/_next/static/UuQKenirO2LDcepWvj6S9/_middlewareManifest.js" defer=""></script><style data-styled="" data-styled-version="5.3.6">html{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-overflow-style:scrollbar;}/*!sc*/
2
2
  *,*::before,*::after{-webkit-box-sizing:inherit;box-sizing:inherit;}/*!sc*/
3
3
  data-styled.g4[id="sc-global-czSCUT1"]{content:"sc-global-czSCUT1,"}/*!sc*/
4
4
  .kOVcuR .Toastify__toast-container{margin-top:24px;padding:0 !important;width:500px !important;}/*!sc*/
@@ -19,4 +19,4 @@ data-styled.g5[id="ToastWrapper-sc-1a33ph1-0"]{content:"kOVcuR,"}/*!sc*/
19
19
  .next-error-h1 {
20
20
  border-right: 1px solid rgba(255, 255, 255, .3);
21
21
  }
22
- }</style><h1 class="next-error-h1" style="display:inline-block;margin:0;margin-right:20px;padding:10px 23px 10px 0;font-size:24px;font-weight:500;vertical-align:top">404<!-- --></h1><div style="display:inline-block;text-align:left;line-height:49px;height:49px;vertical-align:middle"><h2 style="font-size:14px;font-weight:normal;line-height:inherit;margin:0;padding:0">This page could not be found<!-- -->.<!-- --></h2></div></div></div><div></div><div></div><div class="ToastWrapper-sc-1a33ph1-0 kOVcuR"><div class="Toastify"></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":404},"currentTheme":{"accent":{"alert":"#F6540B","blue":"#4877FF","blueLight":"rgba(72, 119, 255, 0.5)","contentDefaultTransparent":"rgba(174, 174, 174, 0.5)","cyan":"#65E3FF","cyanTransparent":"rgba(101, 227, 255, 0.12)","dbt":"#fc6949","dbtLight":"rgba(252, 105, 73, 0.5)","info":"#00ABFF","infoTransparent":"rgba(0, 171, 255, 0.5)","negative":"#FF1E59","negativeTransparent":"rgba(255, 30, 89, 0.3)","pink":"#FF4FF8","pinkLight":"#FFB9FC","positive":"#00A81A","primaryTransparent":"rgba(155, 108, 167, 0.5)","purple":"#7D55EC","purpleLight":"rgba(125, 85, 236, 0.5)","teal":"#00B4CC","tealLight":"rgba(0, 180, 204, 0.5)","warning":"#DD9900","warningTransparent":"rgba(221, 153, 0, 0.5)","yellow":"#FFCC19","yellowLight":"rgba(255, 204, 25, 0.5)"},"background":{"chartBlock":"#2E3036","codeArea":"#1E1F24","codeTextarea":"#000000","content":"#1B1C20","danger":"#FFD0DB","dark":"#B1B8C3","header":"#1B1B1B","menu":"#0F4CFF","muted":"#F9FAFC","navigation":"#EDEDED","output":"#2E3036","page":"#1E1F24","panel":"#232429","popup":"#27292E","row":"#2C2C2C","row2":"#51535C","scrollbarThumb":"rgba(100, 100, 100, 0.5)","scrollbarThumbHover":"rgba(255, 255, 255, 0.3)","scrollbarTrack":"#2E3036","success":"#8ADE00","table":"#292A2F"},"borders":{"contrast":"#FFFFFF","danger":"#FF144D","dark":"#000000","info":"#FFCC19","light":"#2F3034","medium":"#1C1C1C","success":"#2FCB52"},"brand":{"earth100":"#C6EEDB","earth200":"#9DDFBF","earth300":"#6BBF96","earth400":"#37A46F","earth400Transparent":"rgba(55, 164, 111, 0.4)","earth500":"#00954C","energy100":"#FFF4BA","energy200":"#FFED92","energy300":"#FFE662","energy400":"#FFDA19","energy400Transparent":"rgba(255, 218, 25, 0.04)","energy500":"#F6C000","fire100":"#FFD7E0","fire200":"#FFA3B9","fire300":"#FF547D","fire400":"#FF144D","fire400Transparent":"rgba(255, 20, 77, 0.4)","fire500":"#EB0032","stone100":"#F3E6D7","stone200":"#E3D4C2","stone400":"#BFA78B","stone500":"#AF8859","water100":"#BDCEFF","water200":"#81A1FF","water300":"#517DFF","water400":"#2A60FE","water400Transparent":"rgba(42, 96, 254, 0.4)","water500":"#0F4CFF","wind100":"#EEEAFF","wind200":"#CCC1F4","wind300":"#A698DD","wind400":"#6B50D7","wind400SuperTransparent":"rgba(107, 80, 215, 0.12)","wind400Transparent":"rgba(107, 80, 215, 0.4)","wind500":"#4E32BC"},"chart":{"backgroundPrimary":"#7D55EC","backgroundSecondary":"#FF144D","backgroundTertiary":"#86E2FF","button1":"#4877FF","button2":"#FFCC19","button3":"#8ADE00","button4":"#FF4FF8","button5":"#B98D95","lines":"#9B6CA7","primary":"#6B50D7","secondary":"#FF144D","tertiary":"#2A60FE"},"content":{"active":"#FFFFFF","default":"#AEAEAE","disabled":"rgba(255, 255, 255, 0.3)","inverted":"#2C2C2C","muted":"#787A85"},"elevation":{"visualizationAccent":"#996CFF","visualizationAccentAlt":"#C1ACF7"},"feature":{"active":"rgba(250, 248, 254, 0.14)","disabled":"rgba(201, 206, 218, 0.12)"},"icons":{"neutral":"#787878"},"interactive":{"activeBorder":"#060606","checked":"#060606","dangerBorder":"#FF144D","defaultBackground":"#36383F","defaultBorder":"#1C1C1C","disabledBorder":"#B1B8C3","focusBackground":"#B1B8C3","focusBorder":"#86E2FF","hoverBackground":"#4E4E4E","hoverBorder":"#B9BFCA","hoverOverlay":"rgba(255, 255, 255, 0.1)","linkPrimary":"#1752FF","linkPrimaryHover":"#4877FF","linkSecondary":"#6B50D7","linkSecondaryDisabled":"#C4B9EF","rowHoverBackground":"rgba(0, 0, 0, 0.1)"},"loader":{"color":"#EB0032","colorInverted":"#8ADE00"},"logo":{"color":"#FFFFFF"},"monotone":{"black":"#060606","blackTransparent":"rgba(0, 0, 0, 0.6)","gray":"#B1B8C3","grey100":"#F2F2F2","grey200":"#D5D7DC","grey300":"#B4B8C0","grey400":"#70747C","grey500":"#51535C","purple":"#6B50D7","white":"#FFFFFF"},"neutral":{"n100":"#E7E8EA","n200":"#D8DADE","n300":"#CBCCD0","n400":"#BCBEC4","n500":"#AEB0B6"},"progress":{"negative":"#FF144D","positive":"#6B50D7"},"shadow":{"base":"12px 40px 120px rgba(106, 117, 139, 0.4)","menu":"4px 10px 20px rgba(6, 6, 6, 0.12)","popup":"10px 20px 40px rgba(0, 0, 0, 0.2)","small":"0px, 4px, rgba(0, 0, 0, 0.25)","window":"0px 10px 60px rgba(0, 0, 0, 0.7)"},"status":{"negative":"#FF144D","positive":"#24B400"},"text":{"fileBrowser":"#787A85"}}},"page":"/_error","query":{},"buildId":"BJSgpMeWTfdkZw_YRDpOz","nextExport":true,"isFallback":false,"gip":true,"appGip":true,"scriptLoader":[]}</script></body></html>
22
+ }</style><h1 class="next-error-h1" style="display:inline-block;margin:0;margin-right:20px;padding:10px 23px 10px 0;font-size:24px;font-weight:500;vertical-align:top">404<!-- --></h1><div style="display:inline-block;text-align:left;line-height:49px;height:49px;vertical-align:middle"><h2 style="font-size:14px;font-weight:normal;line-height:inherit;margin:0;padding:0">This page could not be found<!-- -->.<!-- --></h2></div></div></div><div></div><div></div><div class="ToastWrapper-sc-1a33ph1-0 kOVcuR"><div class="Toastify"></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":404},"currentTheme":{"accent":{"alert":"#F6540B","blue":"#4877FF","blueLight":"rgba(72, 119, 255, 0.5)","contentDefaultTransparent":"rgba(174, 174, 174, 0.5)","cyan":"#65E3FF","cyanTransparent":"rgba(101, 227, 255, 0.12)","dbt":"#fc6949","dbtLight":"rgba(252, 105, 73, 0.5)","info":"#00ABFF","infoTransparent":"rgba(0, 171, 255, 0.5)","negative":"#FF1E59","negativeTransparent":"rgba(255, 30, 89, 0.3)","pink":"#FF4FF8","pinkLight":"#FFB9FC","positive":"#00A81A","primaryTransparent":"rgba(155, 108, 167, 0.5)","purple":"#7D55EC","purpleLight":"rgba(125, 85, 236, 0.5)","teal":"#00B4CC","tealLight":"rgba(0, 180, 204, 0.5)","warning":"#DD9900","warningTransparent":"rgba(221, 153, 0, 0.5)","yellow":"#FFCC19","yellowLight":"rgba(255, 204, 25, 0.5)"},"background":{"chartBlock":"#2E3036","codeArea":"#1E1F24","codeTextarea":"#000000","content":"#1B1C20","danger":"#FFD0DB","dark":"#B1B8C3","header":"#1B1B1B","menu":"#0F4CFF","muted":"#F9FAFC","navigation":"#EDEDED","output":"#2E3036","page":"#1E1F24","panel":"#232429","popup":"#27292E","row":"#2C2C2C","row2":"#51535C","scrollbarThumb":"rgba(100, 100, 100, 0.5)","scrollbarThumbHover":"rgba(255, 255, 255, 0.3)","scrollbarTrack":"#2E3036","success":"#8ADE00","table":"#292A2F"},"borders":{"contrast":"#FFFFFF","danger":"#FF144D","dark":"#000000","info":"#FFCC19","light":"#2F3034","medium":"#1C1C1C","success":"#2FCB52"},"brand":{"earth100":"#C6EEDB","earth200":"#9DDFBF","earth300":"#6BBF96","earth400":"#37A46F","earth400Transparent":"rgba(55, 164, 111, 0.4)","earth500":"#00954C","energy100":"#FFF4BA","energy200":"#FFED92","energy300":"#FFE662","energy400":"#FFDA19","energy400Transparent":"rgba(255, 218, 25, 0.04)","energy500":"#F6C000","fire100":"#FFD7E0","fire200":"#FFA3B9","fire300":"#FF547D","fire400":"#FF144D","fire400Transparent":"rgba(255, 20, 77, 0.4)","fire500":"#EB0032","stone100":"#F3E6D7","stone200":"#E3D4C2","stone400":"#BFA78B","stone500":"#AF8859","water100":"#BDCEFF","water200":"#81A1FF","water300":"#517DFF","water400":"#2A60FE","water400Transparent":"rgba(42, 96, 254, 0.4)","water500":"#0F4CFF","wind100":"#EEEAFF","wind200":"#CCC1F4","wind300":"#A698DD","wind400":"#6B50D7","wind400SuperTransparent":"rgba(107, 80, 215, 0.12)","wind400Transparent":"rgba(107, 80, 215, 0.4)","wind500":"#4E32BC"},"chart":{"backgroundPrimary":"#7D55EC","backgroundSecondary":"#FF144D","backgroundTertiary":"#86E2FF","button1":"#4877FF","button2":"#FFCC19","button3":"#8ADE00","button4":"#FF4FF8","button5":"#B98D95","lines":"#9B6CA7","primary":"#6B50D7","secondary":"#FF144D","tertiary":"#2A60FE"},"content":{"active":"#FFFFFF","default":"#AEAEAE","disabled":"rgba(255, 255, 255, 0.3)","inverted":"#2C2C2C","muted":"#787A85"},"elevation":{"visualizationAccent":"#996CFF","visualizationAccentAlt":"#C1ACF7"},"feature":{"active":"rgba(250, 248, 254, 0.14)","disabled":"rgba(201, 206, 218, 0.12)"},"icons":{"neutral":"#787878"},"interactive":{"activeBorder":"#060606","checked":"#060606","dangerBorder":"#FF144D","defaultBackground":"#36383F","defaultBorder":"#1C1C1C","disabledBorder":"#B1B8C3","focusBackground":"#B1B8C3","focusBorder":"#86E2FF","hoverBackground":"#4E4E4E","hoverBorder":"#B9BFCA","hoverOverlay":"rgba(255, 255, 255, 0.1)","linkPrimary":"#1752FF","linkPrimaryHover":"#4877FF","linkSecondary":"#6B50D7","linkSecondaryDisabled":"#C4B9EF","rowHoverBackground":"rgba(0, 0, 0, 0.1)"},"loader":{"color":"#EB0032","colorInverted":"#8ADE00"},"logo":{"color":"#FFFFFF"},"monotone":{"black":"#060606","blackTransparent":"rgba(0, 0, 0, 0.6)","gray":"#B1B8C3","grey100":"#F2F2F2","grey200":"#D5D7DC","grey300":"#B4B8C0","grey400":"#70747C","grey500":"#51535C","purple":"#6B50D7","white":"#FFFFFF"},"neutral":{"n100":"#E7E8EA","n200":"#D8DADE","n300":"#CBCCD0","n400":"#BCBEC4","n500":"#AEB0B6"},"progress":{"negative":"#FF144D","positive":"#6B50D7"},"shadow":{"base":"12px 40px 120px rgba(106, 117, 139, 0.4)","menu":"4px 10px 20px rgba(6, 6, 6, 0.12)","popup":"10px 20px 40px rgba(0, 0, 0, 0.2)","small":"0px, 4px, rgba(0, 0, 0, 0.25)","window":"0px 10px 60px rgba(0, 0, 0, 0.7)"},"status":{"negative":"#FF144D","positive":"#24B400"},"text":{"fileBrowser":"#787A85"}}},"page":"/_error","query":{},"buildId":"UuQKenirO2LDcepWvj6S9","nextExport":true,"isFallback":false,"gip":true,"appGip":true,"scriptLoader":[]}</script></body></html>
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=0" name="viewport"/><title>404: This page could not be found</title><meta name="next-head-count" content="3"/><link href="/favicon.ico" rel="icon"/><link rel="preload" href="/_next/static/css/d1e8e64d0b07af2f.css" as="style"/><link rel="stylesheet" href="/_next/static/css/d1e8e64d0b07af2f.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-5cd94c89d3acac5f.js"></script><script src="/_next/static/chunks/webpack-bc5e4eb2c1ff587c.js" defer=""></script><script src="/_next/static/chunks/framework-7c365855dab1bf41.js" defer=""></script><script src="/_next/static/chunks/main-bb0dd5375146d7fd.js" defer=""></script><script src="/_next/static/chunks/pages/_app-77b4b367fdb247d6.js" defer=""></script><script src="/_next/static/chunks/pages/_error-235304e5badb19eb.js" defer=""></script><script src="/_next/static/BJSgpMeWTfdkZw_YRDpOz/_buildManifest.js" defer=""></script><script src="/_next/static/BJSgpMeWTfdkZw_YRDpOz/_ssgManifest.js" defer=""></script><script src="/_next/static/BJSgpMeWTfdkZw_YRDpOz/_middlewareManifest.js" defer=""></script><style data-styled="" data-styled-version="5.3.6">html{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-overflow-style:scrollbar;}/*!sc*/
1
+ <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=0" name="viewport"/><title>404: This page could not be found</title><meta name="next-head-count" content="3"/><link href="/favicon.ico" rel="icon"/><link rel="preload" href="/_next/static/css/d1e8e64d0b07af2f.css" as="style"/><link rel="stylesheet" href="/_next/static/css/d1e8e64d0b07af2f.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-5cd94c89d3acac5f.js"></script><script src="/_next/static/chunks/webpack-bc5e4eb2c1ff587c.js" defer=""></script><script src="/_next/static/chunks/framework-7c365855dab1bf41.js" defer=""></script><script src="/_next/static/chunks/main-bb0dd5375146d7fd.js" defer=""></script><script src="/_next/static/chunks/pages/_app-169f9cc923ae39a5.js" defer=""></script><script src="/_next/static/chunks/pages/_error-235304e5badb19eb.js" defer=""></script><script src="/_next/static/UuQKenirO2LDcepWvj6S9/_buildManifest.js" defer=""></script><script src="/_next/static/UuQKenirO2LDcepWvj6S9/_ssgManifest.js" defer=""></script><script src="/_next/static/UuQKenirO2LDcepWvj6S9/_middlewareManifest.js" defer=""></script><style data-styled="" data-styled-version="5.3.6">html{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-overflow-style:scrollbar;}/*!sc*/
2
2
  *,*::before,*::after{-webkit-box-sizing:inherit;box-sizing:inherit;}/*!sc*/
3
3
  data-styled.g4[id="sc-global-czSCUT1"]{content:"sc-global-czSCUT1,"}/*!sc*/
4
4
  .kOVcuR .Toastify__toast-container{margin-top:24px;padding:0 !important;width:500px !important;}/*!sc*/
@@ -19,4 +19,4 @@ data-styled.g5[id="ToastWrapper-sc-1a33ph1-0"]{content:"kOVcuR,"}/*!sc*/
19
19
  .next-error-h1 {
20
20
  border-right: 1px solid rgba(255, 255, 255, .3);
21
21
  }
22
- }</style><h1 class="next-error-h1" style="display:inline-block;margin:0;margin-right:20px;padding:10px 23px 10px 0;font-size:24px;font-weight:500;vertical-align:top">404<!-- --></h1><div style="display:inline-block;text-align:left;line-height:49px;height:49px;vertical-align:middle"><h2 style="font-size:14px;font-weight:normal;line-height:inherit;margin:0;padding:0">This page could not be found<!-- -->.<!-- --></h2></div></div></div><div></div><div></div><div class="ToastWrapper-sc-1a33ph1-0 kOVcuR"><div class="Toastify"></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":404},"currentTheme":{"accent":{"alert":"#F6540B","blue":"#4877FF","blueLight":"rgba(72, 119, 255, 0.5)","contentDefaultTransparent":"rgba(174, 174, 174, 0.5)","cyan":"#65E3FF","cyanTransparent":"rgba(101, 227, 255, 0.12)","dbt":"#fc6949","dbtLight":"rgba(252, 105, 73, 0.5)","info":"#00ABFF","infoTransparent":"rgba(0, 171, 255, 0.5)","negative":"#FF1E59","negativeTransparent":"rgba(255, 30, 89, 0.3)","pink":"#FF4FF8","pinkLight":"#FFB9FC","positive":"#00A81A","primaryTransparent":"rgba(155, 108, 167, 0.5)","purple":"#7D55EC","purpleLight":"rgba(125, 85, 236, 0.5)","teal":"#00B4CC","tealLight":"rgba(0, 180, 204, 0.5)","warning":"#DD9900","warningTransparent":"rgba(221, 153, 0, 0.5)","yellow":"#FFCC19","yellowLight":"rgba(255, 204, 25, 0.5)"},"background":{"chartBlock":"#2E3036","codeArea":"#1E1F24","codeTextarea":"#000000","content":"#1B1C20","danger":"#FFD0DB","dark":"#B1B8C3","header":"#1B1B1B","menu":"#0F4CFF","muted":"#F9FAFC","navigation":"#EDEDED","output":"#2E3036","page":"#1E1F24","panel":"#232429","popup":"#27292E","row":"#2C2C2C","row2":"#51535C","scrollbarThumb":"rgba(100, 100, 100, 0.5)","scrollbarThumbHover":"rgba(255, 255, 255, 0.3)","scrollbarTrack":"#2E3036","success":"#8ADE00","table":"#292A2F"},"borders":{"contrast":"#FFFFFF","danger":"#FF144D","dark":"#000000","info":"#FFCC19","light":"#2F3034","medium":"#1C1C1C","success":"#2FCB52"},"brand":{"earth100":"#C6EEDB","earth200":"#9DDFBF","earth300":"#6BBF96","earth400":"#37A46F","earth400Transparent":"rgba(55, 164, 111, 0.4)","earth500":"#00954C","energy100":"#FFF4BA","energy200":"#FFED92","energy300":"#FFE662","energy400":"#FFDA19","energy400Transparent":"rgba(255, 218, 25, 0.04)","energy500":"#F6C000","fire100":"#FFD7E0","fire200":"#FFA3B9","fire300":"#FF547D","fire400":"#FF144D","fire400Transparent":"rgba(255, 20, 77, 0.4)","fire500":"#EB0032","stone100":"#F3E6D7","stone200":"#E3D4C2","stone400":"#BFA78B","stone500":"#AF8859","water100":"#BDCEFF","water200":"#81A1FF","water300":"#517DFF","water400":"#2A60FE","water400Transparent":"rgba(42, 96, 254, 0.4)","water500":"#0F4CFF","wind100":"#EEEAFF","wind200":"#CCC1F4","wind300":"#A698DD","wind400":"#6B50D7","wind400SuperTransparent":"rgba(107, 80, 215, 0.12)","wind400Transparent":"rgba(107, 80, 215, 0.4)","wind500":"#4E32BC"},"chart":{"backgroundPrimary":"#7D55EC","backgroundSecondary":"#FF144D","backgroundTertiary":"#86E2FF","button1":"#4877FF","button2":"#FFCC19","button3":"#8ADE00","button4":"#FF4FF8","button5":"#B98D95","lines":"#9B6CA7","primary":"#6B50D7","secondary":"#FF144D","tertiary":"#2A60FE"},"content":{"active":"#FFFFFF","default":"#AEAEAE","disabled":"rgba(255, 255, 255, 0.3)","inverted":"#2C2C2C","muted":"#787A85"},"elevation":{"visualizationAccent":"#996CFF","visualizationAccentAlt":"#C1ACF7"},"feature":{"active":"rgba(250, 248, 254, 0.14)","disabled":"rgba(201, 206, 218, 0.12)"},"icons":{"neutral":"#787878"},"interactive":{"activeBorder":"#060606","checked":"#060606","dangerBorder":"#FF144D","defaultBackground":"#36383F","defaultBorder":"#1C1C1C","disabledBorder":"#B1B8C3","focusBackground":"#B1B8C3","focusBorder":"#86E2FF","hoverBackground":"#4E4E4E","hoverBorder":"#B9BFCA","hoverOverlay":"rgba(255, 255, 255, 0.1)","linkPrimary":"#1752FF","linkPrimaryHover":"#4877FF","linkSecondary":"#6B50D7","linkSecondaryDisabled":"#C4B9EF","rowHoverBackground":"rgba(0, 0, 0, 0.1)"},"loader":{"color":"#EB0032","colorInverted":"#8ADE00"},"logo":{"color":"#FFFFFF"},"monotone":{"black":"#060606","blackTransparent":"rgba(0, 0, 0, 0.6)","gray":"#B1B8C3","grey100":"#F2F2F2","grey200":"#D5D7DC","grey300":"#B4B8C0","grey400":"#70747C","grey500":"#51535C","purple":"#6B50D7","white":"#FFFFFF"},"neutral":{"n100":"#E7E8EA","n200":"#D8DADE","n300":"#CBCCD0","n400":"#BCBEC4","n500":"#AEB0B6"},"progress":{"negative":"#FF144D","positive":"#6B50D7"},"shadow":{"base":"12px 40px 120px rgba(106, 117, 139, 0.4)","menu":"4px 10px 20px rgba(6, 6, 6, 0.12)","popup":"10px 20px 40px rgba(0, 0, 0, 0.2)","small":"0px, 4px, rgba(0, 0, 0, 0.25)","window":"0px 10px 60px rgba(0, 0, 0, 0.7)"},"status":{"negative":"#FF144D","positive":"#24B400"},"text":{"fileBrowser":"#787A85"}}},"page":"/_error","query":{},"buildId":"BJSgpMeWTfdkZw_YRDpOz","nextExport":true,"isFallback":false,"gip":true,"appGip":true,"scriptLoader":[]}</script></body></html>
22
+ }</style><h1 class="next-error-h1" style="display:inline-block;margin:0;margin-right:20px;padding:10px 23px 10px 0;font-size:24px;font-weight:500;vertical-align:top">404<!-- --></h1><div style="display:inline-block;text-align:left;line-height:49px;height:49px;vertical-align:middle"><h2 style="font-size:14px;font-weight:normal;line-height:inherit;margin:0;padding:0">This page could not be found<!-- -->.<!-- --></h2></div></div></div><div></div><div></div><div class="ToastWrapper-sc-1a33ph1-0 kOVcuR"><div class="Toastify"></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":404},"currentTheme":{"accent":{"alert":"#F6540B","blue":"#4877FF","blueLight":"rgba(72, 119, 255, 0.5)","contentDefaultTransparent":"rgba(174, 174, 174, 0.5)","cyan":"#65E3FF","cyanTransparent":"rgba(101, 227, 255, 0.12)","dbt":"#fc6949","dbtLight":"rgba(252, 105, 73, 0.5)","info":"#00ABFF","infoTransparent":"rgba(0, 171, 255, 0.5)","negative":"#FF1E59","negativeTransparent":"rgba(255, 30, 89, 0.3)","pink":"#FF4FF8","pinkLight":"#FFB9FC","positive":"#00A81A","primaryTransparent":"rgba(155, 108, 167, 0.5)","purple":"#7D55EC","purpleLight":"rgba(125, 85, 236, 0.5)","teal":"#00B4CC","tealLight":"rgba(0, 180, 204, 0.5)","warning":"#DD9900","warningTransparent":"rgba(221, 153, 0, 0.5)","yellow":"#FFCC19","yellowLight":"rgba(255, 204, 25, 0.5)"},"background":{"chartBlock":"#2E3036","codeArea":"#1E1F24","codeTextarea":"#000000","content":"#1B1C20","danger":"#FFD0DB","dark":"#B1B8C3","header":"#1B1B1B","menu":"#0F4CFF","muted":"#F9FAFC","navigation":"#EDEDED","output":"#2E3036","page":"#1E1F24","panel":"#232429","popup":"#27292E","row":"#2C2C2C","row2":"#51535C","scrollbarThumb":"rgba(100, 100, 100, 0.5)","scrollbarThumbHover":"rgba(255, 255, 255, 0.3)","scrollbarTrack":"#2E3036","success":"#8ADE00","table":"#292A2F"},"borders":{"contrast":"#FFFFFF","danger":"#FF144D","dark":"#000000","info":"#FFCC19","light":"#2F3034","medium":"#1C1C1C","success":"#2FCB52"},"brand":{"earth100":"#C6EEDB","earth200":"#9DDFBF","earth300":"#6BBF96","earth400":"#37A46F","earth400Transparent":"rgba(55, 164, 111, 0.4)","earth500":"#00954C","energy100":"#FFF4BA","energy200":"#FFED92","energy300":"#FFE662","energy400":"#FFDA19","energy400Transparent":"rgba(255, 218, 25, 0.04)","energy500":"#F6C000","fire100":"#FFD7E0","fire200":"#FFA3B9","fire300":"#FF547D","fire400":"#FF144D","fire400Transparent":"rgba(255, 20, 77, 0.4)","fire500":"#EB0032","stone100":"#F3E6D7","stone200":"#E3D4C2","stone400":"#BFA78B","stone500":"#AF8859","water100":"#BDCEFF","water200":"#81A1FF","water300":"#517DFF","water400":"#2A60FE","water400Transparent":"rgba(42, 96, 254, 0.4)","water500":"#0F4CFF","wind100":"#EEEAFF","wind200":"#CCC1F4","wind300":"#A698DD","wind400":"#6B50D7","wind400SuperTransparent":"rgba(107, 80, 215, 0.12)","wind400Transparent":"rgba(107, 80, 215, 0.4)","wind500":"#4E32BC"},"chart":{"backgroundPrimary":"#7D55EC","backgroundSecondary":"#FF144D","backgroundTertiary":"#86E2FF","button1":"#4877FF","button2":"#FFCC19","button3":"#8ADE00","button4":"#FF4FF8","button5":"#B98D95","lines":"#9B6CA7","primary":"#6B50D7","secondary":"#FF144D","tertiary":"#2A60FE"},"content":{"active":"#FFFFFF","default":"#AEAEAE","disabled":"rgba(255, 255, 255, 0.3)","inverted":"#2C2C2C","muted":"#787A85"},"elevation":{"visualizationAccent":"#996CFF","visualizationAccentAlt":"#C1ACF7"},"feature":{"active":"rgba(250, 248, 254, 0.14)","disabled":"rgba(201, 206, 218, 0.12)"},"icons":{"neutral":"#787878"},"interactive":{"activeBorder":"#060606","checked":"#060606","dangerBorder":"#FF144D","defaultBackground":"#36383F","defaultBorder":"#1C1C1C","disabledBorder":"#B1B8C3","focusBackground":"#B1B8C3","focusBorder":"#86E2FF","hoverBackground":"#4E4E4E","hoverBorder":"#B9BFCA","hoverOverlay":"rgba(255, 255, 255, 0.1)","linkPrimary":"#1752FF","linkPrimaryHover":"#4877FF","linkSecondary":"#6B50D7","linkSecondaryDisabled":"#C4B9EF","rowHoverBackground":"rgba(0, 0, 0, 0.1)"},"loader":{"color":"#EB0032","colorInverted":"#8ADE00"},"logo":{"color":"#FFFFFF"},"monotone":{"black":"#060606","blackTransparent":"rgba(0, 0, 0, 0.6)","gray":"#B1B8C3","grey100":"#F2F2F2","grey200":"#D5D7DC","grey300":"#B4B8C0","grey400":"#70747C","grey500":"#51535C","purple":"#6B50D7","white":"#FFFFFF"},"neutral":{"n100":"#E7E8EA","n200":"#D8DADE","n300":"#CBCCD0","n400":"#BCBEC4","n500":"#AEB0B6"},"progress":{"negative":"#FF144D","positive":"#6B50D7"},"shadow":{"base":"12px 40px 120px rgba(106, 117, 139, 0.4)","menu":"4px 10px 20px rgba(6, 6, 6, 0.12)","popup":"10px 20px 40px rgba(0, 0, 0, 0.2)","small":"0px, 4px, rgba(0, 0, 0, 0.25)","window":"0px 10px 60px rgba(0, 0, 0, 0.7)"},"status":{"negative":"#FF144D","positive":"#24B400"},"text":{"fileBrowser":"#787A85"}}},"page":"/_error","query":{},"buildId":"UuQKenirO2LDcepWvj6S9","nextExport":true,"isFallback":false,"gip":true,"appGip":true,"scriptLoader":[]}</script></body></html>
@@ -0,0 +1 @@
1
+ self.__BUILD_MANIFEST=function(s,e,i,n,p,c,t,a,l,u,r,b,k,g,d,f,h,j,o,_,m,E,w,O,A,B,L,D,T,y){return{__rewrites:{beforeFiles:[],afterFiles:[{source:"/CLOUD_NOTEBOOK_BASE_PATH_PLACEHOLDER_/datasets",destination:m},{source:"/CLOUD_NOTEBOOK_BASE_PATH_PLACEHOLDER_",destination:m}],fallback:[]},"/":["static/chunks/pages/index-e34a68d2f6fe16f2.js"],"/_error":["static/chunks/pages/_error-235304e5badb19eb.js"],"/manage":[s,p,E,e,i,n,c,"static/chunks/pages/manage-91c4fd203b4ac0e2.js"],"/pipeline-runs":[s,p,e,i,n,c,f,"static/chunks/pages/pipeline-runs-10d54d54bfd9b39c.js"],"/pipelines":[s,p,e,i,n,"static/chunks/pages/pipelines-db2903bdeeeae791.js"],"/pipelines/[pipeline]":["static/chunks/pages/pipelines/[pipeline]-ca9457e1a6bced4b.js"],"/pipelines/[pipeline]/backfills":[s,p,e,i,n,t,a,"static/chunks/pages/pipelines/[pipeline]/backfills-393cec015b843dd8.js"],"/pipelines/[pipeline]/backfills/[...slug]":[s,p,l,u,b,g,h,_,e,i,n,c,t,a,r,k,d,f,"static/chunks/pages/pipelines/[pipeline]/backfills/[...slug]-971ea5bb26d66155.js"],"/pipelines/[pipeline]/edit":[w,s,p,l,u,b,g,h,j,o,O,A,B,E,"static/chunks/704-4de8946d753a578a.js",e,i,c,t,r,k,d,L,D,"static/chunks/pages/pipelines/[pipeline]/edit-2963c971fdefd159.js"],"/pipelines/[pipeline]/logs":[s,p,u,j,_,e,i,n,c,t,a,r,"static/chunks/pages/pipelines/[pipeline]/logs-d1490dc3ea4f2e61.js"],"/pipelines/[pipeline]/monitors":[s,p,l,o,e,i,n,t,a,T,"static/chunks/pages/pipelines/[pipeline]/monitors-d45f982e19978552.js"],"/pipelines/[pipeline]/monitors/block-runs":[s,p,l,o,e,i,n,c,t,a,T,"static/chunks/pages/pipelines/[pipeline]/monitors/block-runs-f513df1d43ba48f0.js"],"/pipelines/[pipeline]/monitors/block-runtime":[w,s,p,l,o,"static/chunks/9832-c8b8970bb522f302.js",e,i,n,c,t,a,D,"static/chunks/pages/pipelines/[pipeline]/monitors/block-runtime-393fa626a8873f74.js"],"/pipelines/[pipeline]/runs":[s,p,u,b,h,e,i,n,c,t,a,r,k,f,"static/chunks/pages/pipelines/[pipeline]/runs-a33f6fd5d91cd123.js"],"/pipelines/[pipeline]/runs/[run]":[s,p,l,u,b,g,O,e,i,n,t,a,r,k,d,"static/chunks/pages/pipelines/[pipeline]/runs/[run]-463347405cafa133.js"],"/pipelines/[pipeline]/syncs":[s,p,j,e,i,n,t,a,"static/chunks/pages/pipelines/[pipeline]/syncs-d4df695d51e01232.js"],"/pipelines/[pipeline]/triggers":[s,p,l,u,b,g,e,i,n,c,t,a,r,k,d,"static/chunks/pages/pipelines/[pipeline]/triggers-f6ee40bebf427cfa.js"],"/pipelines/[pipeline]/triggers/[...slug]":[s,p,l,u,b,g,h,_,e,i,n,c,t,a,r,k,d,f,L,"static/chunks/pages/pipelines/[pipeline]/triggers/[...slug]-d83cf90749c8cd56.js"],"/settings":["static/chunks/pages/settings-d594a66a568306da.js"],"/settings/account/profile":[s,e,i,n,c,y,"static/chunks/pages/settings/account/profile-19a5aa2de681b54a.js"],"/settings/workspace/preferences":[s,e,i,n,"static/chunks/pages/settings/workspace/preferences-e1b34b9a44fc4688.js"],"/settings/workspace/sync_data":[s,e,i,n,c,"static/chunks/pages/settings/workspace/sync_data-4ae244876881cfe1.js"],"/settings/workspace/users":[s,e,i,n,c,y,"static/chunks/pages/settings/workspace/users-b8aeca222449e041.js"],"/sign-in":[s,e,c,"static/chunks/pages/sign-in-b4e1eb529a184c60.js"],"/terminal":[s,j,B,e,i,n,"static/chunks/pages/terminal-482bd79cb26b8f73.js"],"/test":[A,"static/chunks/pages/test-85cf18ae78ff535c.js"],"/triggers":[s,e,i,n,c,"static/chunks/pages/triggers-81b7327ed8e015a4.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]/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/3850-6395783d820def1c.js","static/chunks/9767-30e239ed26aa848a.js","static/chunks/3573-9b7b57411a327efa.js","static/chunks/434-b1cbc39e987f22cd.js","static/chunks/2083-78a438dbdc57d1e4.js","static/chunks/9898-51ca6a904b7a2382.js","static/chunks/1830-fbc03130dc8507d5.js","static/chunks/2626-74904ade5b462127.js","static/chunks/5896-f84e336fb8877027.js","static/chunks/4804-01a10103ebe26ca8.js","static/chunks/4463-1b9ce74c6e1bb14e.js","static/chunks/1774-aa51ef1da7217ff9.js","static/chunks/6532-a614f9e1f9434872.js","static/chunks/5872-103815a4a043489b.js","static/chunks/1286-a62050b3f897c6be.js","static/chunks/4846-688b5f0a015a543a.js","static/chunks/2524-6aeb9419acf5d1b4.js","static/chunks/9565-28e1c30511c95c2d.js","static/chunks/2714-1e79e9f2e998b544.js","static/chunks/4495-4f0340aa82e0c623.js","/datasets","static/chunks/8789-4f858e520d46973b.js","static/chunks/29107295-989a0767a635d9d5.js","static/chunks/2125-0b537dc53fe71b18.js","static/chunks/7011-81dd8269c4806d26.js","static/chunks/6085-692d2f784c0504f2.js","static/chunks/7281-99f836e410857a68.js","static/chunks/6641-a0ed2bd8f5dc777b.js","static/chunks/7400-26ce25ec46728ef7.js","static/chunks/5477-4d9bab807c386355.js"),self.__BUILD_MANIFEST_CB&&self.__BUILD_MANIFEST_CB();
@@ -1 +1 @@
1
- "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[1830],{98781:function(n,e,t){t.d(e,{a:function(){return c},q:function(){return o}});var r,o,i=t(82394);!function(n){n.INTEGRATION="integration",n.PYTHON="python",n.PYSPARK="pyspark",n.STREAMING="streaming"}(o||(o={}));var c=(r={},(0,i.Z)(r,o.PYTHON,"python3"),(0,i.Z)(r,o.PYSPARK,"pysparkkernel"),r)},34744:function(n,e,t){var r=t(82394),o=t(26304),i=(t(82684),t(9518)),c=t(86673),u=t(23831),a=t(49125),l=t(28598),f=["short"];function s(n,e){var t=Object.keys(n);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(n);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),t.push.apply(t,r)}return t}function d(n){for(var e=1;e<arguments.length;e++){var t=null!=arguments[e]?arguments[e]:{};e%2?s(Object(t),!0).forEach((function(e){(0,r.Z)(n,e,t[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(t)):s(Object(t)).forEach((function(e){Object.defineProperty(n,e,Object.getOwnPropertyDescriptor(t,e))}))}return n}var p=i.default.div.withConfig({displayName:"Divider__DividerContainerStyle",componentId:"sc-1m7lqco-0"})([""," ",""],(function(n){return n.short&&"\n width: ".concat(21*a.iI,"px;\n ")}),(function(n){return!n.short&&"\n width: 100%;\n "})),h=i.default.div.withConfig({displayName:"Divider__DividerStyle",componentId:"sc-1m7lqco-1"})(["height:1px;"," "," "," "," "," ",""],(function(n){return!(n.light||n.medium)&&"\n background-color: ".concat((n.theme.monotone||u.Z.monotone).grey200,";\n ")}),(function(n){return n.muted&&"\n background-color: ".concat((n.theme.monotone||u.Z.monotone).grey500,";\n ")}),(function(n){return n.light&&"\n background-color: ".concat((n.theme.borders||u.Z.borders).light,";\n ")}),(function(n){return n.medium&&"\n background-color: ".concat((n.theme.borders||u.Z.borders).medium,";\n ")}),(function(n){return n.prominent&&"\n background-color: ".concat((n.theme.monotone||u.Z.monotone).grey300,";\n ")}),(function(n){return n.black&&"\n background-color: ".concat((n.theme.monotone||u.Z.monotone).black,";\n ")})),m=function(n){var e=n.short,t=(0,o.Z)(n,f);return(0,l.jsx)(p,{short:e,children:(0,l.jsx)(c.Z,d(d({},t),{},{children:(0,l.jsx)(h,d({},t))}))})};m.defaultProps={short:!1},e.Z=m},87372:function(n,e,t){var r,o,i,c,u,a,l,f,s=t(82394),d=t(26304),p=t(26653),h=t(9518),m=t(33591),g=t(23831),y=t(2005),b=t(31012),v=t(19711),w=t(49125),O=t(86673),j=t(28598),S=["children","condensed","inline","level","marketing","spacingBelow"];function N(n,e){var t=Object.keys(n);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(n);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),t.push.apply(t,r)}return t}function x(n){for(var e=1;e<arguments.length;e++){var t=null!=arguments[e]?arguments[e]:{};e%2?N(Object(t),!0).forEach((function(e){(0,s.Z)(n,e,t[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(t)):N(Object(t)).forEach((function(e){Object.defineProperty(n,e,Object.getOwnPropertyDescriptor(t,e))}))}return n}var k=(0,h.css)([""," margin:0;"," "," "," "," "," "," "," "," "," "," "," "," ",""],v.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(y.iI,";\n ")}),(function(n){return!n.monospace&&1===Number(n.weightStyle)&&"\n font-family: ".concat(y.LX,";\n ")}),(function(n){return!n.monospace&&2===Number(n.weightStyle)&&"\n font-family: ".concat(y.LX,";\n ")}),(function(n){return!n.monospace&&3===Number(n.weightStyle)&&"\n font-family: ".concat(y.ry,";\n ")}),(function(n){return!n.monospace&&4===Number(n.weightStyle)&&"\n font-family: ".concat(y.YC,";\n ")}),(function(n){return!n.monospace&&5===Number(n.weightStyle)&&"\n font-family: ".concat(y.nF,";\n ")}),(function(n){return!n.monospace&&(6===Number(n.weightStyle)||n.bold)&&"\n font-family: ".concat(y.nF,";\n ")}),(function(n){return!n.monospace&&7===Number(n.weightStyle)&&"\n font-family: ".concat(y.nF,";\n ")}),(function(n){return!n.monospace&&8===Number(n.weightStyle)&&"\n font-family: ".concat(y.nF,";\n ")}),(function(n){return n.lineHeightAuto&&"\n line-height: normal !important;\n "})),P=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 ")})),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 "])),b.aQ),m.media.lg(o||(o=(0,p.Z)(["\n ","\n "])),b.aQ),m.media.xl(i||(i=(0,p.Z)(["\n ","\n "])),b.aQ)),_=h.default.h1.withConfig({displayName:"Headline__H1Style",componentId:"sc-12jzt2e-2"})([""," ",""],k,b.MJ),I=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*w.iI,7*w.iI),m.media.sm(u||(u=(0,p.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*w.iI,7*w.iI),m.media.md(a||(a=(0,p.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*w.iI,7*w.iI),m.media.lg(l||(l=(0,p.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*w.iI,7*w.iI),m.media.xl(f||(f=(0,p.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*w.iI,7*w.iI)),H=h.default.h2.withConfig({displayName:"Headline__H2Style",componentId:"sc-12jzt2e-4"})([""," ",""],k,b.BL),z=h.default.h3.withConfig({displayName:"Headline__H3Style",componentId:"sc-12jzt2e-5"})([""," font-size:24px;line-height:32px;"],k),C=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(n){return 1===n.level&&"\n ".concat(b.MJ,"\n ")}),(function(n){return 2===n.level&&"\n ".concat(b.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 "})),E=function(n){var e,t=n.children,r=n.condensed,o=n.inline,i=n.level,c=n.marketing,u=n.spacingBelow,a=(0,d.Z)(n,S);o?e=M:0===Number(i)?e=Z:1===Number(i)?e=c?I:_:2===Number(i)?e=H:3===Number(i)?e=z:4===Number(i)?e=C:5===Number(i)&&(e=D);var l=(0,j.jsxs)(e,x(x({},a),{},{level:i,children:[u&&(0,j.jsx)(O.Z,{mb:r?2:3,children:t}),!u&&t]}));return o?l:(0,j.jsx)(P,{children:l})};E.defaultProps={level:3,weightStyle:6},e.Z=E},24224:function(n,e,t){t.d(e,{HK:function(){return a},IN:function(){return w},Od:function(){return d},Qj:function(){return g},Sm:function(){return v},YC:function(){return l},fS:function(){return h},m5:function(){return b},mp:function(){return O},mr:function(){return f},oM:function(){return p},ry:function(){return s},sE:function(){return u},tS:function(){return m},w6:function(){return y}});var r=t(82394),o=t(7715);function i(n,e){var t=Object.keys(n);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(n);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),t.push.apply(t,r)}return t}function c(n){for(var e=1;e<arguments.length;e++){var t=null!=arguments[e]?arguments[e]:{};e%2?i(Object(t),!0).forEach((function(e){(0,r.Z)(n,e,t[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(t)):i(Object(t)).forEach((function(e){Object.defineProperty(n,e,Object.getOwnPropertyDescriptor(t,e))}))}return n}function u(n,e){return null===n||void 0===n?void 0:n.find(e)}function a(n,e){return null===n||void 0===n?void 0:n.reduce((function(n,t){return c(c({},n),{},(0,r.Z)({},e(t),t))}),{})}function l(n,e){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=t.ascending,i=void 0===r||r,c=t.absoluteValue,u=void 0!==c&&c,a="string"===typeof e||"number"===typeof e?function(n){return u?Math.abs((0,o.t2)(n,e)):(0,o.t2)(n,e)}:function(n){return u?Math.abs(e(n)):e(n)};return n.sort((function(n,e){var t=0;return a(n)>a(e)?t=i?1:-1:a(n)<a(e)&&(t=i?-1:1),t}))}function f(n){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},t=e.ascending,r=void 0===t||t;return n.sort((function(n,e){var t=0;return n[0]>e[0]?t=r?1:-1:n[0]<e[0]&&(t=r?-1:1),t}))}function s(n,e){for(var t=-1,r=n.length;1+t<r;){var o=t+(r-t>>1);e(n[o])?t=o:r=o}return r}function d(n,e){var t=n.findIndex(e);return p(n,t)}function p(n,e){return n.slice(0,e).concat(n.slice(e+1,n.length))}function h(n,e){return n.map((function(n){return String(n)})).join()===e.map((function(n){return String(n)})).join()}function m(n,e){return n>e}function g(n,e){return n<e}function y(n){return Array(n).fill(0)}function b(n){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,t=Array.from(Array(n).keys());return 0!==e&&(t=t.map((function(n){return n+e}))),t}function v(n){return n.reduce((function(n,e){return n+e}),0)}function w(n){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],t=n.reduce((function(n,e){return n+e}),0)/n.length;return Math.sqrt(n.reduce((function(n,e){return n.concat(Math.pow(e-t,2))}),[]).reduce((function(n,e){return n+e}),0)/(n.length-(e?0:1)))}function O(n){return n[Math.floor(Math.random()*n.length)]}},90211:function(n,e,t){t.d(e,{RA:function(){return l},kC:function(){return f},vg:function(){return y},T3:function(){return w},Mp:function(){return s},Pb:function(){return u},HW:function(){return v},wX:function(){return d},x6:function(){return p},_6:function(){return h},zf:function(){return b},Y6:function(){return j},wE:function(){return S},We:function(){return a},QV:function(){return O},C5:function(){return g}});var r=t(75582),o=["aged","ancient","autumn","billowing","bitter","black","blue","bold","broken","cold","cool","crimson","damp","dark","dawn","delicate","divine","dry","empty","falling","floral","fragrant","frosty","green","hidden","holy","icy","late","lingering","little","lively","long","misty","morning","muddy","nameless","old","patient","polished","proud","purple","quiet","red","restless","rough","shy","silent","small","snowy","solitary","sparkling","spring","still","summer","throbbing","twilight","wandering","weathered","white","wild","winter","wispy","withered","young"],i=(t(92083),["bird","breeze","brook","bush","butterfly","cherry","cloud","darkness","dawn","dew","dream","dust","feather","field","fire","firefly","flower","fog","forest","frog","frost","glade","glitter","grass","haze","hill","lake","leaf","meadow","moon","morning","mountain","night","paper","pine","pond","rain","resonance","river","sea","shadow","shape","silence","sky","smoke","snow","snowflake","sound","star","sun","sun","sunset","surf","thunder","tree","violet","voice","water","water","waterfall","wave","wildflower","wind","wood"]),c=t(24224);function u(n){try{JSON.parse(n)}catch(e){return!1}return!0}function a(n){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"_";return n.split(" ").join(e)}function l(n){return n.split(" ").join("_")}function f(n){return n?n.charAt(0).toUpperCase()+n.slice(1):""}function s(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1;return String((new Date).getTime()*n)}function d(n){return n.charAt(0).toLowerCase()+n.slice(1)}function p(n){if(null===n||"undefined"===typeof n)return"";var e=n.toString().split("."),t=(0,r.Z)(e,2),o=t[0],i=t[1],c=o.toString().replace(/\B(?=(\d{3})+(?!\d))/g,",");return i?"".concat(c,".").concat(i):c}function h(n,e){var t,r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],o=e,i=void 0!==o&&null!==o;if(i||(o=2),1===o)t=n;else{var c=n.length,u=n[c-1];t="y"===u&&"day"!==n?"".concat(n.slice(0,c-1),"ies"):"".concat(n,"s"===u?"es":"s")}if(i){var a=r?p(o):o;return"".concat(a," ").concat(t)}return t}function m(n){return null===n||void 0===n?void 0:n.replace(/_/g," ")}function g(n){var e=n.length;return"ies"===n.slice(e-3,e)?"".concat(n.slice(0,e-3),"y"):"es"===n.slice(e-2,e)&&"ces"!==n.slice(e-3,e)?n.slice(0,e-2):n.slice(0,e-1)}function y(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return f(m(n.toLowerCase()))}function b(n){var e,t=[["second",60],["minute",60],["hour",24],["day",7],["week",4],["month",12],["year",null]];return t.forEach((function(o,i){if(!e){var c=(0,r.Z)(o,2),u=c[0],a=c[1],l=t.slice(0,i).reduce((function(n,e){return n*Number(e[1])}),1);n<Number(a)*l&&(e=h(u,Math.round(n/l)))}})),e}function v(n){return!isNaN(n)}function w(n){return"".concat(p(function(n){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:2;return Math.round((n||0)*Math.pow(100,e))/100}(n)),"%")}function O(n){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:2,t=Math.pow(10,e);return Math.round((n||0)*t)/t}function j(){return"".concat((0,c.mp)(o)," ").concat((0,c.mp)(i))}function S(n){var e=n.split("/"),t=e[e.length-1].split(".")[0];return e.slice(0,e.length-1).concat(t).join("/")}}}]);
1
+ "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[1830],{98781:function(n,e,t){t.d(e,{a:function(){return c},q:function(){return o}});var r,o,i=t(82394);!function(n){n.INTEGRATION="integration",n.PYTHON="python",n.PYSPARK="pyspark",n.STREAMING="streaming"}(o||(o={}));var c=(r={},(0,i.Z)(r,o.PYTHON,"python3"),(0,i.Z)(r,o.PYSPARK,"pysparkkernel"),r)},34744:function(n,e,t){var r=t(82394),o=t(26304),i=(t(82684),t(9518)),c=t(86673),u=t(23831),a=t(49125),l=t(28598),f=["short"];function s(n,e){var t=Object.keys(n);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(n);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),t.push.apply(t,r)}return t}function d(n){for(var e=1;e<arguments.length;e++){var t=null!=arguments[e]?arguments[e]:{};e%2?s(Object(t),!0).forEach((function(e){(0,r.Z)(n,e,t[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(t)):s(Object(t)).forEach((function(e){Object.defineProperty(n,e,Object.getOwnPropertyDescriptor(t,e))}))}return n}var p=i.default.div.withConfig({displayName:"Divider__DividerContainerStyle",componentId:"sc-1m7lqco-0"})([""," ",""],(function(n){return n.short&&"\n width: ".concat(21*a.iI,"px;\n ")}),(function(n){return!n.short&&"\n width: 100%;\n "})),h=i.default.div.withConfig({displayName:"Divider__DividerStyle",componentId:"sc-1m7lqco-1"})(["height:1px;"," "," "," "," "," ",""],(function(n){return!(n.light||n.medium)&&"\n background-color: ".concat((n.theme.monotone||u.Z.monotone).grey200,";\n ")}),(function(n){return n.muted&&"\n background-color: ".concat((n.theme.monotone||u.Z.monotone).grey500,";\n ")}),(function(n){return n.light&&"\n background-color: ".concat((n.theme.borders||u.Z.borders).light,";\n ")}),(function(n){return n.medium&&"\n background-color: ".concat((n.theme.borders||u.Z.borders).medium,";\n ")}),(function(n){return n.prominent&&"\n background-color: ".concat((n.theme.monotone||u.Z.monotone).grey300,";\n ")}),(function(n){return n.black&&"\n background-color: ".concat((n.theme.monotone||u.Z.monotone).black,";\n ")})),m=function(n){var e=n.short,t=(0,o.Z)(n,f);return(0,l.jsx)(p,{short:e,children:(0,l.jsx)(c.Z,d(d({},t),{},{children:(0,l.jsx)(h,d({},t))}))})};m.defaultProps={short:!1},e.Z=m},87372:function(n,e,t){var r,o,i,c,u,a,l,f,s=t(82394),d=t(26304),p=t(26653),h=t(9518),m=t(33591),g=t(23831),y=t(2005),b=t(31012),v=t(19711),w=t(49125),O=t(86673),j=t(28598),S=["children","condensed","inline","level","marketing","spacingBelow"];function N(n,e){var t=Object.keys(n);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(n);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),t.push.apply(t,r)}return t}function x(n){for(var e=1;e<arguments.length;e++){var t=null!=arguments[e]?arguments[e]:{};e%2?N(Object(t),!0).forEach((function(e){(0,s.Z)(n,e,t[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(t)):N(Object(t)).forEach((function(e){Object.defineProperty(n,e,Object.getOwnPropertyDescriptor(t,e))}))}return n}var k=(0,h.css)([""," margin:0;"," "," "," "," "," "," "," "," "," "," "," "," ",""],v.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(y.iI,";\n ")}),(function(n){return!n.monospace&&1===Number(n.weightStyle)&&"\n font-family: ".concat(y.LX,";\n ")}),(function(n){return!n.monospace&&2===Number(n.weightStyle)&&"\n font-family: ".concat(y.LX,";\n ")}),(function(n){return!n.monospace&&3===Number(n.weightStyle)&&"\n font-family: ".concat(y.ry,";\n ")}),(function(n){return!n.monospace&&4===Number(n.weightStyle)&&"\n font-family: ".concat(y.YC,";\n ")}),(function(n){return!n.monospace&&5===Number(n.weightStyle)&&"\n font-family: ".concat(y.nF,";\n ")}),(function(n){return!n.monospace&&(6===Number(n.weightStyle)||n.bold)&&"\n font-family: ".concat(y.nF,";\n ")}),(function(n){return!n.monospace&&7===Number(n.weightStyle)&&"\n font-family: ".concat(y.nF,";\n ")}),(function(n){return!n.monospace&&8===Number(n.weightStyle)&&"\n font-family: ".concat(y.nF,";\n ")}),(function(n){return n.lineHeightAuto&&"\n line-height: normal !important;\n "})),P=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 ")})),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 "])),b.aQ),m.media.lg(o||(o=(0,p.Z)(["\n ","\n "])),b.aQ),m.media.xl(i||(i=(0,p.Z)(["\n ","\n "])),b.aQ)),_=h.default.h1.withConfig({displayName:"Headline__H1Style",componentId:"sc-12jzt2e-2"})([""," ",""],k,b.MJ),I=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*w.iI,7*w.iI),m.media.sm(u||(u=(0,p.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*w.iI,7*w.iI),m.media.md(a||(a=(0,p.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*w.iI,7*w.iI),m.media.lg(l||(l=(0,p.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*w.iI,7*w.iI),m.media.xl(f||(f=(0,p.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*w.iI,7*w.iI)),H=h.default.h2.withConfig({displayName:"Headline__H2Style",componentId:"sc-12jzt2e-4"})([""," ",""],k,b.BL),z=h.default.h3.withConfig({displayName:"Headline__H3Style",componentId:"sc-12jzt2e-5"})([""," font-size:24px;line-height:32px;"],k),C=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(n){return 1===n.level&&"\n ".concat(b.MJ,"\n ")}),(function(n){return 2===n.level&&"\n ".concat(b.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 "})),E=function(n){var e,t=n.children,r=n.condensed,o=n.inline,i=n.level,c=n.marketing,u=n.spacingBelow,a=(0,d.Z)(n,S);o?e=M:0===Number(i)?e=Z:1===Number(i)?e=c?I:_:2===Number(i)?e=H:3===Number(i)?e=z:4===Number(i)?e=C:5===Number(i)&&(e=D);var l=(0,j.jsxs)(e,x(x({},a),{},{level:i,children:[u&&(0,j.jsx)(O.Z,{mb:r?2:3,children:t}),!u&&t]}));return o?l:(0,j.jsx)(P,{children:l})};E.defaultProps={level:3,weightStyle:6},e.Z=E},24224:function(n,e,t){t.d(e,{HK:function(){return a},IN:function(){return w},Od:function(){return d},Qj:function(){return g},Sm:function(){return v},YC:function(){return l},fS:function(){return h},m5:function(){return b},mp:function(){return O},mr:function(){return f},oM:function(){return p},ry:function(){return s},sE:function(){return u},tS:function(){return m},w6:function(){return y}});var r=t(82394),o=t(7715);function i(n,e){var t=Object.keys(n);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(n);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),t.push.apply(t,r)}return t}function c(n){for(var e=1;e<arguments.length;e++){var t=null!=arguments[e]?arguments[e]:{};e%2?i(Object(t),!0).forEach((function(e){(0,r.Z)(n,e,t[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(t)):i(Object(t)).forEach((function(e){Object.defineProperty(n,e,Object.getOwnPropertyDescriptor(t,e))}))}return n}function u(n,e){return null===n||void 0===n?void 0:n.find(e)}function a(n,e){return null===n||void 0===n?void 0:n.reduce((function(n,t){return c(c({},n),{},(0,r.Z)({},e(t),t))}),{})}function l(n,e){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=t.ascending,i=void 0===r||r,c=t.absoluteValue,u=void 0!==c&&c,a="string"===typeof e||"number"===typeof e?function(n){return u?Math.abs((0,o.t2)(n,e)):(0,o.t2)(n,e)}:function(n){return u?Math.abs(e(n)):e(n)};return n.sort((function(n,e){var t=0;return a(n)>a(e)?t=i?1:-1:a(n)<a(e)&&(t=i?-1:1),t}))}function f(n){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},t=e.ascending,r=void 0===t||t;return n.sort((function(n,e){var t=0;return n[0]>e[0]?t=r?1:-1:n[0]<e[0]&&(t=r?-1:1),t}))}function s(n,e){for(var t=-1,r=n.length;1+t<r;){var o=t+(r-t>>1);e(n[o])?t=o:r=o}return r}function d(n,e){var t=n.findIndex(e);return p(n,t)}function p(n,e){return n.slice(0,e).concat(n.slice(e+1,n.length))}function h(n,e){return n.map((function(n){return String(n)})).join()===e.map((function(n){return String(n)})).join()}function m(n,e){return n>e}function g(n,e){return n<e}function y(n){return Array(n).fill(0)}function b(n){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,t=Array.from(Array(n).keys());return 0!==e&&(t=t.map((function(n){return n+e}))),t}function v(n){return n.reduce((function(n,e){return n+e}),0)}function w(n){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],t=n.reduce((function(n,e){return n+e}),0)/n.length;return Math.sqrt(n.reduce((function(n,e){return n.concat(Math.pow(e-t,2))}),[]).reduce((function(n,e){return n+e}),0)/(n.length-(e?0:1)))}function O(n){return n[Math.floor(Math.random()*n.length)]}},90211:function(n,e,t){t.d(e,{RA:function(){return l},kC:function(){return f},vg:function(){return y},T3:function(){return w},Mp:function(){return s},Pb:function(){return u},HW:function(){return v},wX:function(){return d},x6:function(){return p},_6:function(){return h},zf:function(){return b},Y6:function(){return j},wE:function(){return S},We:function(){return a},QV:function(){return O},C5:function(){return g}});var r=t(75582),o=["aged","ancient","autumn","billowing","bitter","black","blue","bold","broken","cold","cool","crimson","damp","dark","dawn","delicate","divine","dry","empty","falling","floral","fragrant","frosty","green","hidden","holy","icy","late","lingering","little","lively","long","misty","morning","muddy","nameless","old","patient","polished","proud","purple","quiet","red","restless","rough","shy","silent","small","snowy","solitary","sparkling","spring","still","summer","throbbing","twilight","wandering","weathered","white","wild","winter","wispy","withered","young"],i=(t(92083),["bird","breeze","brook","bush","butterfly","cherry","cloud","darkness","dawn","dew","dream","dust","feather","field","fire","firefly","flower","fog","forest","frog","frost","glade","glitter","grass","haze","hill","lake","leaf","meadow","moon","morning","mountain","night","paper","pine","pond","rain","resonance","river","sea","shadow","shape","silence","sky","smoke","snow","snowflake","sound","star","sun","sun","sunset","surf","thunder","tree","violet","voice","water","water","waterfall","wave","wildflower","wind","wood"]),c=t(24224);function u(n){if(!n)return!1;try{JSON.parse(n)}catch(e){return!1}return!0}function a(n){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"_";return n.split(" ").join(e)}function l(n){return n.split(" ").join("_")}function f(n){return n?n.charAt(0).toUpperCase()+n.slice(1):""}function s(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1;return String((new Date).getTime()*n)}function d(n){return n.charAt(0).toLowerCase()+n.slice(1)}function p(n){if(null===n||"undefined"===typeof n)return"";var e=n.toString().split("."),t=(0,r.Z)(e,2),o=t[0],i=t[1],c=o.toString().replace(/\B(?=(\d{3})+(?!\d))/g,",");return i?"".concat(c,".").concat(i):c}function h(n,e){var t,r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],o=e,i=void 0!==o&&null!==o;if(i||(o=2),1===o)t=n;else{var c=n.length,u=n[c-1];t="y"===u&&"day"!==n?"".concat(n.slice(0,c-1),"ies"):"".concat(n,"s"===u?"es":"s")}if(i){var a=r?p(o):o;return"".concat(a," ").concat(t)}return t}function m(n){return null===n||void 0===n?void 0:n.replace(/_/g," ")}function g(n){var e=n.length;return"ies"===n.slice(e-3,e)?"".concat(n.slice(0,e-3),"y"):"es"===n.slice(e-2,e)&&"ces"!==n.slice(e-3,e)?n.slice(0,e-2):n.slice(0,e-1)}function y(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return f(m(n.toLowerCase()))}function b(n){var e,t=[["second",60],["minute",60],["hour",24],["day",7],["week",4],["month",12],["year",null]];return t.forEach((function(o,i){if(!e){var c=(0,r.Z)(o,2),u=c[0],a=c[1],l=t.slice(0,i).reduce((function(n,e){return n*Number(e[1])}),1);n<Number(a)*l&&(e=h(u,Math.round(n/l)))}})),e}function v(n){return!isNaN(n)}function w(n){return"".concat(p(function(n){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:2;return Math.round((n||0)*Math.pow(100,e))/100}(n)),"%")}function O(n){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:2,t=Math.pow(10,e);return Math.round((n||0)*t)/t}function j(){return"".concat((0,c.mp)(o)," ").concat((0,c.mp)(i))}function S(n){var e=n.split("/"),t=e[e.length-1].split(".")[0];return e.slice(0,e.length-1).concat(t).join("/")}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[2626],{59920:function(e,n,i){var r;i.d(n,{M:function(){return r}}),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.SYNCS="syncs",e.TRIGGERS="triggers"}(r||(r={}))},2626:function(e,n,i){i.d(n,{Z:function(){return B}});var r=i(82394),t=i(21831),l=i(75582),s=i(82684),o=i(83455),c=i(34376),u=i(28598);var p=function(e){var n=e.size;return(0,u.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,u.jsx)("g",{clipPath:"url(#clip0_7525_68660)",children:(0,u.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.67625 7.82429C8.48671 8.13404 8.61933 8.53116 8.9436 8.69464C9.26787 8.85812 9.6606 8.72561 9.85513 8.41896C10.5416 7.33682 11.5276 6.47056 12.6997 5.92987C14.0715 5.29701 15.6173 5.14749 17.085 5.50568C18.5526 5.86388 19.8557 6.70866 20.7818 7.90233C21.7079 9.096 22.2023 10.5682 22.1845 12.0788C22.1667 13.5895 21.6377 15.0496 20.6837 16.2211C19.7298 17.3926 18.4071 18.2064 16.9314 18.5299C15.4557 18.8534 13.9139 18.6675 12.5573 18.0024C11.3984 17.4343 10.433 16.545 9.77227 15.447C9.58502 15.1358 9.19553 14.9941 8.86749 15.1499C8.53946 15.3057 8.39751 15.6995 8.5797 16.0137C9.37152 17.379 10.5525 18.4842 11.9785 19.1832C13.6018 19.9791 15.4469 20.2016 17.213 19.8145C18.979 19.4273 20.5619 18.4534 21.7035 17.0514C22.8451 15.6495 23.4781 13.9022 23.4994 12.0943C23.5208 10.2865 22.9291 8.52472 21.8208 7.09623C20.7126 5.66774 19.1532 4.65677 17.3968 4.22811C15.6403 3.79945 13.7905 3.97839 12.1488 4.73574C10.7068 5.40099 9.50004 6.47805 8.67625 7.82429ZM0.219185 12.5303C-0.0737079 12.2375 -0.0737079 11.7626 0.219185 11.4697L4.71918 6.96968C5.01208 6.67679 5.48695 6.67679 5.77985 6.96968C6.07274 7.26258 6.07274 7.73745 5.77985 8.03034L2.56017 11.25L15.7495 11.25C16.1637 11.25 16.4995 11.5858 16.4995 12C16.4995 12.4142 16.1637 12.75 15.7495 12.75L2.56017 12.75L5.77985 15.9697C6.07274 16.2626 6.07274 16.7375 5.77985 17.0303C5.48695 17.3232 5.01208 17.3232 4.71918 17.0303L0.219185 12.5303Z",fill:"url(#paint0_linear_7525_68660)"})}),(0,u.jsx)("defs",{children:(0,u.jsxs)("linearGradient",{id:"paint0_linear_7525_68660",x1:"11.7498",y1:"4",x2:"11.7498",y2:"20",gradientUnits:"userSpaceOnUse",children:[(0,u.jsx)("stop",{offset:"0.28125",stopColor:"#7D55EC"}),(0,u.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})})]})},a=i(16953),d=i(61519);var f=function(e){var n=e.size;return(0,u.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,u.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M23.25 1C23.25 0.585786 22.9142 0.25 22.5 0.25C22.0858 0.25 21.75 0.585786 21.75 1V15.5C21.75 15.9142 22.0858 16.25 22.5 16.25C22.9142 16.25 23.25 15.9142 23.25 15.5V1ZM5 4.25C5.41421 4.25 5.75 4.58579 5.75 5V15.5C5.75 15.9142 5.41421 16.25 5 16.25C4.58579 16.25 4.25 15.9142 4.25 15.5V5C4.25 4.58579 4.58579 4.25 5 4.25ZM1.5 7.25C1.91421 7.25 2.25 7.58579 2.25 8V15.5C2.25 15.9142 1.91421 16.25 1.5 16.25C1.08579 16.25 0.75 15.9142 0.75 15.5V8C0.75 7.58579 1.08579 7.25 1.5 7.25ZM9.25 7C9.25 6.58579 8.91421 6.25 8.5 6.25C8.08579 6.25 7.75 6.58579 7.75 7V15.5C7.75 15.9142 8.08579 16.25 8.5 16.25C8.91421 16.25 9.25 15.9142 9.25 15.5V7ZM12 8.75C12.4142 8.75 12.75 9.08579 12.75 9.5V15.5C12.75 15.9142 12.4142 16.25 12 16.25C11.5858 16.25 11.25 15.9142 11.25 15.5V9.5C11.25 9.08579 11.5858 8.75 12 8.75ZM16.25 11.5C16.25 11.0858 15.9142 10.75 15.5 10.75C15.0858 10.75 14.75 11.0858 14.75 11.5V15.5C14.75 15.9142 15.0858 16.25 15.5 16.25C15.9142 16.25 16.25 15.9142 16.25 15.5V11.5ZM19 9.25C19.4142 9.25 19.75 9.58579 19.75 10V15.5C19.75 15.9142 19.4142 16.25 19 16.25C18.5858 16.25 18.25 15.9142 18.25 15.5V10C18.25 9.58579 18.5858 9.25 19 9.25Z",fill:"url(#paint0_linear_2919_69883)"}),(0,u.jsx)("defs",{children:(0,u.jsxs)("linearGradient",{id:"paint0_linear_2919_69883",x1:"1.5",y1:"11.875",x2:"22.75",y2:"11.875",gradientUnits:"userSpaceOnUse",children:[(0,u.jsx)("stop",{offset:".28125",stopColor:"#7D55EC"}),(0,u.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})})]})},C=i(47999),h=i(70434),g=i(34744),b=i(28358),x=i(67971),v=i(87372),j=i(98781),_=i(29664),I=i(86673);var S=function(e){var n=e.size;return(0,u.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,u.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 17c0 1.1046-.89543 2-2 2s-2-.8954-2-2 .89543-2 2-2 2 .8954 2 2zm1.5 0c0 1.933-1.567 3.5-3.5 3.5S1.5 18.933 1.5 17s1.567-3.5 3.5-3.5 3.5 1.567 3.5 3.5zm2.25-.5c0-.4142.3358-.75.75-.75H22c.4142 0 .75.3358.75.75s-.3358.75-.75.75H11.5c-.4142 0-.75-.3358-.75-.75zM8.68946 4.29563c.16317-.38072-.0132-.82163-.39392-.9848-.38072-.16316-.82163.0132-.9848.39392L5.06418 8.94674c-.07952.18554-.3348.2052-.44179.03402L3.1361 6.60269c-.21953-.35125-.68225-.45803-1.0335-.2385-.35125.21954-.45803.68225-.2385 1.0335l1.48629 2.37807c.74892 1.19824 2.53587 1.06064 3.0925-.23814l2.24657-5.24199zM11.5 6.75c-.4142 0-.75.33579-.75.75s.3358.75.75.75H22c.4142 0 .75-.33579.75-.75s-.3358-.75-.75-.75H11.5z",fill:"url(#paint0_linear_2919_69883)"}),(0,u.jsx)("defs",{children:(0,u.jsxs)("linearGradient",{id:"paint0_linear_2919_69883",x1:"1.5",y1:"11.875",x2:"22.75",y2:"11.875",gradientUnits:"userSpaceOnUse",children:[(0,u.jsx)("stop",{offset:".28125",stopColor:"#7D55EC"}),(0,u.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})})]})},k=i(82531),m=i(10503),w=i(9518),M=i(23831),Z=i(73942),O=i(49125),P=w.default.div.withConfig({displayName:"indexstyle__BannerStyle",componentId:"sc-1te3pmf-0"})(["border-radius:","px;padding:","px;"," "," ",""],Z.n_,3*O.iI,(function(e){return"\n box-shadow: ".concat((e.theme.shadow||M.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 ')})),y=i(3055),E=i(59920),V=i(9736),R=i(96510),H=i(90211),L=i(24141);function N(e,n){var i=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),i.push.apply(i,r)}return i}function D(e){for(var n=1;n<arguments.length;n++){var i=null!=arguments[n]?arguments[n]:{};n%2?N(Object(i),!0).forEach((function(n){(0,r.Z)(e,n,i[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):N(Object(i)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(i,n))}))}return e}var B=function(e){var n=e.after,i=e.afterHidden,r=e.afterWidth,w=e.before,M=e.beforeWidth,Z=e.breadcrumbs,N=e.buildSidekick,B=e.children,G=e.errors,T=e.headline,U=e.pageName,z=e.pipeline,A=e.setErrors,F=e.subheader,Y=e.subheaderBackground,K=e.subheaderBackgroundImage,W=e.subheaderButton,q=e.subheaderText,J=e.title,Q=e.uuid,X=(0,c.useRouter)(),$=(0,L.i)().height,ee=z.uuid,ne=k.ZP.pipelines.detail(ee,{includes_outputs:!1},{revalidateOnFocus:!1}).data,ie=null===ne||void 0===ne?void 0:ne.pipeline,re=(0,o.Db)(k.ZP.pipelines.useCreate(),{onSuccess:function(e){return(0,R.wD)(e,{callback:function(e){var n=e.pipeline.uuid;X.push("/pipelines/[pipeline]/edit","/pipelines/".concat(n,"/edit"))},onErrorCallback:function(e,n){return A({errors:n,response:e})}})}}),te=(0,l.Z)(re,1)[0],le=(0,o.Db)((function(e){return k.ZP.pipelines.useDelete(e)()}),{onSuccess:function(e){return(0,R.wD)(e,{callback:function(){X.push("/pipelines")},onErrorCallback:function(e,n){return A({errors:n,response:e})}})}}),se=(0,l.Z)(le,1)[0],oe=[{label:function(){return"New standard pipeline"},onClick:function(){return te({pipeline:{name:(0,H.Y6)()}})},uuid:"PipelineDetail/Header/new_standard_pipeline"},{label:function(){return"New streaming pipeline"},onClick:function(){return te({pipeline:{name:(0,H.Y6)(),type:j.q.STREAMING}})},uuid:"PipelineDetail/Header/new_streaming_pipeline"},{label:function(){return"Delete current pipeline"},onClick:function(){return se(ee)},openConfirmationDialogue:!0,uuid:"PipelineDetail/Header/delete_pipeline"}],ce=(0,s.useMemo)((function(){return n||(N?N({height:$,heightOffset:y.Mz,pipeline:ie}):null)}),[n,N,$,ie]),ue=r||(ce?50*O.iI:null),pe=(0,s.useMemo)((function(){var e=[];return ie&&(e.push.apply(e,[{label:function(){return"Pipelines"},linkProps:{href:"/pipelines"}}]),Z?(e.push({label:function(){return ie.uuid},linkProps:{as:"/pipelines/".concat(ee,"/triggers"),href:"/pipelines/[pipeline]/triggers"}}),e.push.apply(e,(0,t.Z)(Z)),e[e.length-1].bold=!0):e.push({bold:!0,label:function(){return ie.name}})),e}),[Z,ie,ee]),ae=[{Icon:m.Pf,IconSelected:_.Z,id:E.M.TRIGGERS,isSelected:function(){return E.M.TRIGGERS===U},label:function(){return"Triggers"},linkProps:{as:"/pipelines/".concat(ee,"/triggers"),href:"/pipelines/[pipeline]/triggers"}},{Icon:m.pd,IconSelected:d.Z,id:E.M.RUNS,isSelected:function(){return E.M.RUNS===U},label:function(){return"Runs"},linkProps:{as:"/pipelines/".concat(ee,"/runs"),href:"/pipelines/[pipeline]/runs"}},{Icon:m.yg,IconSelected:p,id:E.M.BACKFILLS,isSelected:function(){return E.M.BACKFILLS===U},label:function(){return"Backfills"},linkProps:{as:"/pipelines/".concat(ee,"/backfills"),href:"/pipelines/[pipeline]/backfills"}},{Icon:m.B4,IconSelected:S,id:E.M.PIPELINE_LOGS,isSelected:function(){return E.M.PIPELINE_LOGS===U},label:function(){return"Logs"},linkProps:{as:"/pipelines/".concat(ee,"/logs"),href:"/pipelines/[pipeline]/logs"}},{Icon:m.kL,IconSelected:f,id:E.M.MONITOR,isSelected:function(){return E.M.MONITOR===U},label:function(){return"Monitor"},linkProps:{as:"/pipelines/".concat(ee,"/monitors"),href:"/pipelines/[pipeline]/monitors"}}];return j.q.INTEGRATION===(null===ie||void 0===ie?void 0:ie.type)&&ae.unshift({Icon:m.Re,IconSelected:a.Z,id:E.M.SYNCS,isSelected:function(){return E.M.SYNCS===U},label:function(){return"Syncs"},linkProps:{as:"/pipelines/".concat(ee,"/syncs"),href:"/pipelines/[pipeline]/syncs"}}),(0,V.Ct)()||ae.unshift({Icon:null,IconSelected:null,id:E.M.EDIT,label:function(){return"Edit pipeline"},linkProps:{as:"/pipelines/".concat(ee,"/edit"),href:"/pipelines/[pipeline]/edit"}}),(0,u.jsxs)(u.Fragment,{children:[(0,u.jsxs)(h.Z,{after:ce,afterHidden:i,afterWidth:ue,before:w,beforeWidth:M,breadcrumbs:pe,headerMenuItems:oe,navigationItems:ae,subheaderChildren:"undefined"!==typeof F&&F,title:ie?J?J(ie):ie.name:null,uuid:Q,children:[(W||q)&&(0,u.jsx)(I.Z,{mb:O.Mq,mt:O.cd,mx:O.cd,children:(0,u.jsx)(P,{background:Y,backgroundImage:K,children:(0,u.jsxs)(x.Z,{alignItems:"center",children:[W,q&&(0,u.jsx)(I.Z,{ml:3}),q]})})}),T&&(0,u.jsx)(I.Z,{p:O.cd,children:(0,u.jsxs)(I.Z,{mt:O.cd,px:O.cd,children:[(0,u.jsx)(v.Z,{level:5,children:T}),(0,u.jsx)(g.Z,{light:!0,mt:O.cd,short:!0})]})}),B]}),G&&(0,u.jsx)(C.Z,{disableClickOutside:!0,isOpen:!0,onClickOutside:function(){return null===A||void 0===A?void 0:A(null)},children:(0,u.jsx)(b.Z,D(D({},G),{},{onClose:function(){return null===A||void 0===A?void 0:A(null)}}))})]})}},16953:function(e,n,i){var r=i(28598);n.Z=function(e){var n=e.size;return(0,r.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,r.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.5 8.5H15.5V3.5H20.5V8.5ZM14 9V3C14 2.44772 14.4477 2 15 2H21C21.5523 2 22 2.44772 22 3V9C22 9.55229 21.5523 10 21 10H15C14.4477 10 14 9.55229 14 9ZM2 5V12.5V14V21.5C2 22.0523 2.44772 22.5 3 22.5H10.5H12H19.5C20.0523 22.5 20.5 22.0523 20.5 21.5V13.5C20.5 12.9477 20.0523 12.5 19.5 12.5H12V5C12 4.44772 11.5523 4 11 4H3C2.44772 4 2 4.44772 2 5ZM10.5 14V21H3.5V14H10.5ZM19 14V21H12V14H19ZM10.5 5.5V12.5H3.5V5.5H10.5Z",fill:"url(#paint0_linear_2842_55048)"}),(0,r.jsx)("defs",{children:(0,r.jsxs)("linearGradient",{id:"paint0_linear_2842_55048",x1:"2",y1:"12.25",x2:"22",y2:"12.25",gradientUnits:"userSpaceOnUse",children:[(0,r.jsx)("stop",{offset:"0.28125",stopColor:"#7D55EC"}),(0,r.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})})]})}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[3573],{28358:function(n,e,t){t.d(e,{Z:function(){return v}});var r=t(82684),o=t(60328),i=t(10919),c=t(86673),a=t(19711),d=t(10503),l=t(9518),u=t(23831),s=t(73942),f=t(49125),p=t(37391),h=l.default.div.withConfig({displayName:"indexstyle__ErrorPopupStyle",componentId:"sc-aqfw6f-0"})(["top:50%;left:50%;transform:translate(-50%,-50%);max-height:95vh;max-width:95vw;overflow:auto;padding:","px;position:fixed;z-index:9999;border-radius:","px;"," ",""],f.iI*f.cd,s.n_,(function(n){return"\n background-color: ".concat((n.theme||u.Z).background.page,";\n border: 1px solid ").concat((n.theme||u.Z).accent.negative,";\n box-shadow: ").concat((n.theme||u.Z).shadow.window,";\n ")}),p.w5),b=l.default.div.withConfig({displayName:"indexstyle__CloseButtonContainerStyle",componentId:"sc-aqfw6f-1"})(["display:flex;justify-content:flex-end;position:sticky;top:0;"]),g=t(28598);var v=function(n){var e,t,l=n.displayMessage,u=n.errors,s=n.links,f=n.onClose,p=n.response,v=(0,r.useState)(!1),x=v[0],m=v[1],y=(0,r.useState)(!1),k=y[0],w=y[1],j=(u||{}).messages,Z=(null===p||void 0===p?void 0:p.error)||{},I=Z.errors,O=Z.exception,_=Z.message,C=l,P=j;return _&&(P=_.split("\n")),O||C||null===(e=P)||void 0===e||!e[0]||(C=P[0],P=null),(0,g.jsxs)(h,{children:[(0,g.jsx)(b,{children:(0,g.jsx)(o.Z,{iconOnly:!0,noBackground:!0,noBorder:!0,noPadding:!0,onClick:f,title:"Close errors",children:(0,g.jsx)(d.x8,{})})}),(0,g.jsx)(a.ZP,{bold:!0,large:!0,children:"Error"}),C&&(0,g.jsx)(c.Z,{mt:1,children:(0,g.jsx)(a.ZP,{default:!0,children:C})}),O&&(0,g.jsx)(c.Z,{mt:1,children:(0,g.jsx)(a.ZP,{default:!0,disableWordBreak:!0,monospace:!0,children:O})}),(null===(t=P)||void 0===t?void 0:t.length)>0&&(0,g.jsxs)(c.Z,{mt:2,children:[(0,g.jsxs)(a.ZP,{bold:!0,large:!0,children:["Traceback (",(0,g.jsxs)(i.Z,{onClick:function(){return w((function(n){return!n}))},preventDefault:!0,warning:!0,children:[k?"hide":"show"," traceback"]}),")"]}),k&&(0,g.jsx)(c.Z,{mt:1,children:P.map((function(n){return(0,g.jsx)(a.ZP,{dangerouslySetInnerHTML:{__html:n.replaceAll(" ","&nbsp;")},default:!0,disableWordBreak:!0,monospace:!0},n)}))})]}),I&&(0,g.jsxs)(c.Z,{mt:2,children:[(0,g.jsxs)(a.ZP,{bold:!0,large:!0,children:["Stack trace (",(0,g.jsxs)(i.Z,{onClick:function(){return m((function(n){return!n}))},preventDefault:!0,warning:!0,children:[x?"hide":"show"," stack trace"]}),")"]}),x&&(0,g.jsx)(c.Z,{mt:1,children:I.map((function(n){return(0,g.jsx)(a.ZP,{dangerouslySetInnerHTML:{__html:n.replaceAll(" ","&nbsp;")},default:!0,disableWordBreak:!0,monospace:!0},n)}))})]}),null===s||void 0===s?void 0:s.map((function(n,e){var t=n.label,r=n.onClick;return(0,g.jsx)(c.Z,{mt:2,children:(0,g.jsx)(i.Z,{large:!0,onClick:r,underline:!0,warning:!0,children:t})},t)}))]})}},82386:function(n,e,t){t.d(e,{E$:function(){return _},MK:function(){return x},MP:function(){return Z},Md:function(){return u},OM:function(){return g},Ru:function(){return I},VW:function(){return p},W7:function(){return w},Wi:function(){return b},YJ:function(){return j},Zj:function(){return E},Zt:function(){return l},aH:function(){return B},dN:function(){return s},ff:function(){return O},l8:function(){return h},rS:function(){return P},uX:function(){return v},v7:function(){return C},ve:function(){return f}});var r=t(9518),o=t(23831),i=t(73942),c=t(3055),a=t(49125),d=t(37391),l=64*a.iI,u=3*a.cd*a.iI,s=u,f=35*a.iI,p=.5*a.iI,h=13*a.iI,b=3*a.cd*a.iI,g=6*a.iI,v=2*a.cd*3*a.iI,x=(r.default.div.withConfig({displayName:"indexstyle__HeaderStyle",componentId:"sc-1lxpneo-0"})(["position:fixed;z-index:2;"," "," ",""],(function(n){return"\n border-bottom: 1px solid ".concat((n.theme.monotone||o.Z.monotone).grey200,";\n ")}),(function(n){return!n.beforeVisible&&"\n width: 100%;\n "}),(function(n){return n.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)),m=(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;"," "," ",""],i.n_,i.n_,1*a.iI,2*a.iI,(function(n){return"\n border-left: 1px solid ".concat((n.theme.monotone||o.Z.monotone).grey200,";\n border-right: 1px solid ").concat((n.theme.monotone||o.Z.monotone).grey200,";\n border-top: 1px solid ").concat((n.theme.monotone||o.Z.monotone).grey200,";\n ")}),(function(n){return!n.first&&"\n margin-left: ".concat(1*a.iI,"px;\n ")}),(function(n){return n.selected&&"\n border-bottom: 1px solid ".concat((n.theme.monotone||o.Z.monotone).white,";\n ")})),(0,r.css)(["position:fixed;z-index:2;",""],(function(n){return"\n background-color: ".concat((n.theme.background||o.Z.background).panel,";\n height: calc(100% - ").concat("undefined"===typeof n.heightOffset?v:n.heightOffset,"px);\n top: ").concat("undefined"===typeof n.heightOffset?v:n.heightOffset,"px;\n ")}))),y=(0,r.css)([""," height:100%;overflow:auto;position:relative;z-index:2;"],d.w5),k=(0,r.css)(["height:calc(100% + ","px);position:absolute;top:-","px;width:","px;z-index:6;&:hover{","}"," ",""],b,b,p,(function(n){return!n.disabled&&"\n border-color: ".concat((n.theme.text||o.Z.text).fileBrowser," !important;\n ")}),(function(n){return!n.disabled&&"\n cursor: col-resize;\n "}),(function(n){return n.active&&!n.disabled&&"\n border-color: ".concat((n.theme.text||o.Z.text).fileBrowser," !important;\n ")})),w=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;"," "," ",""],b,b,(0,d.y$)(),(function(n){return"\n background-color: ".concat((n.theme.background||o.Z.background).panel,";\n ")}),(function(n){return!n.visible&&"\n border-left: 1px solid transparent;\n border-right: 1px solid transparent;\n border-color: ".concat((n.theme.borders||o.Z.borders).medium," !important;\n ")})),j=r.default.div.withConfig({displayName:"indexstyle__AsideSubheaderStyle",componentId:"sc-1lxpneo-4"})(["border-bottom:1px solid transparent;height:","px;overflow-x:auto;"," "," ",""],b,(0,d.y$)(),(function(n){return"\n background-color: ".concat((n.theme.background||o.Z.background).table,";\n ")}),(function(n){return!n.visible&&"\n border-color: ".concat((n.theme.borders||o.Z.borders).medium," !important;\n ")})),Z=r.default.aside.withConfig({displayName:"indexstyle__BeforeStyle",componentId:"sc-1lxpneo-5"})([""," left:0;"],m),I=r.default.div.withConfig({displayName:"indexstyle__BeforeInnerStyle",componentId:"sc-1lxpneo-6"})([""," overflow:hidden;&:hover{overflow:auto;}"],y),O=r.default.aside.withConfig({displayName:"indexstyle__AfterStyle",componentId:"sc-1lxpneo-7"})([""," right:0;"],m),_=r.default.div.withConfig({displayName:"indexstyle__AfterInnerStyle",componentId:"sc-1lxpneo-8"})(["",""],y),C=r.default.div.withConfig({displayName:"indexstyle__DraggableStyle",componentId:"sc-1lxpneo-9"})([""," "," ",""],k,(function(n){return"undefined"!==typeof n.left&&"\n border-left: 1px solid ".concat((n.theme.borders||o.Z.borders).medium,";\n left: ").concat(n.left,"px;\n ")}),(function(n){return"undefined"!==typeof n.right&&"\n border-right: 1px solid ".concat((n.theme.borders||o.Z.borders).medium,";\n right: ").concat(n.right,"px;\n ")})),P=r.default.div.withConfig({displayName:"indexstyle__MainWrapper",componentId:"sc-1lxpneo-10"})(["height:100%;position:fixed;z-index:1;",""],(function(n){return"\n background-color: ".concat((n.theme.background||o.Z.background).codeArea,";\n ")})),B=r.default.div.withConfig({displayName:"indexstyle__MainContentStyle",componentId:"sc-1lxpneo-11"})(["position:fixed;z-index:2;",""],(function(n){return"\n height: calc(100% - ".concat(n.headerOffset||0,"px);\n top: ").concat(n.headerOffset||0,"px;\n ")})),E=r.default.div.withConfig({displayName:"indexstyle__MainContentInnerStyle",componentId:"sc-1lxpneo-12"})([""," height:100%;overflow:auto;"],d.w5)},32063:function(n,e,t){var r=t(82684),o=t(1887),i=t.n(o),c=t(60328),a=t(57639),d=t(93461),l=t(67971),u=t(86673),s=t(46261),f=t(82386),p=t(10503),h=t(91427),b=t(49125),g=t(24141),v=t(28598);e.Z=function(n){var e=n.after,t=n.afterHeader,o=n.afterHeightOffset,x=n.afterHidden,m=n.afterMousedownActive,y=n.afterSubheader,k=n.afterWidth,w=void 0===k?0:k,j=n.before,Z=n.beforeHeader,I=n.beforeHeightOffset,O=n.beforeHidden,_=n.beforeMousedownActive,C=n.beforeWidth,P=void 0===C?0:C,B=n.children,E=n.header,S=n.headerOffset,W=void 0===S?0:S,M=n.hideAfterCompletely,H=n.leftOffset,R=void 0===H?0:H,z=n.mainContainerHeader,D=n.mainContainerRef,N=n.setAfterHidden,A=n.setAfterMousedownActive,L=n.setAfterWidth,T=n.setBeforeHidden,F=n.setBeforeMousedownActive,V=n.setBeforeWidth,U=(n.uuid,(0,g.i)().width),X=(0,r.useRef)(null),$=(0,r.useRef)(null),G=(0,r.useRef)(null),q=(0,r.useRef)(null),Y=(0,r.useCallback)((function(){var n=!x;null===N||void 0===N||N(n),(0,h.t8)(h.zg,n)}),[x,N]),J=(0,r.useCallback)((function(){var n=!O;T(n),(0,h.t8)(h.Uu,n)}),[O,T]);(0,r.useEffect)((function(){var n,e,t,r,o=function(n){var e,t;((null===G||void 0===G||null===(e=G.current)||void 0===e||null===(t=e.getBoundingClientRect)||void 0===t?void 0:t.call(e))||{}).x;if(U){var r=n.x;r+f.l8>U-w&&(r=U-w-f.l8),r-=2*R,V(Math.max(r,f.dN))}},i=function(n){var e,t;n.offsetX>=n.target.offsetWidth-f.VW&&n.offsetX<=n.target.offsetWidth+f.VW&&(null===F||void 0===F||F(!0),n.preventDefault(),null===(e=document)||void 0===e||null===(t=e.addEventListener)||void 0===t||t.call(e,"mousemove",o,!1))},c=function(){var n,e;null===F||void 0===F||F(!1),null===(n=document)||void 0===n||null===(e=n.removeEventListener)||void 0===e||e.call(n,"mousemove",o,!1)};return null===q||void 0===q||null===(n=q.current)||void 0===n||null===(e=n.addEventListener)||void 0===e||e.call(n,"mousedown",i,!1),null===(t=document)||void 0===t||null===(r=t.addEventListener)||void 0===r||r.call(t,"mouseup",c,!1),function(){var n,e,t,r;null===q||void 0===q||null===(n=q.current)||void 0===n||null===(e=n.removeEventListener)||void 0===e||e.call(n,"mousedown",i,!1),null===(t=document)||void 0===t||null===(r=t.removeEventListener)||void 0===r||r.call(t,"mouseup",c,!1),c()}}),[w,O,R,G,q,F,V,U]),(0,r.useEffect)((function(){var n,e,t,r,o=function(n){var e,t;((null===X||void 0===X||null===(e=X.current)||void 0===e||null===(t=e.getBoundingClientRect)||void 0===t?void 0:t.call(e))||{}).x;if(U){var r=U-n.x;r+f.l8>U-P&&(r=U-P-f.l8),L(Math.max(r,f.Md))}},i=function(n){var e,t;n.offsetX>=-1*f.VW&&n.offsetX<=f.VW&&(null===A||void 0===A||A(!0),n.preventDefault(),null===(e=document)||void 0===e||null===(t=e.addEventListener)||void 0===t||t.call(e,"mousemove",o,!1))},c=function(){var n,e;null===A||void 0===A||A(!1),null===(n=document)||void 0===n||null===(e=n.removeEventListener)||void 0===e||e.call(n,"mousemove",o,!1)};return null===$||void 0===$||null===(n=$.current)||void 0===n||null===(e=n.addEventListener)||void 0===e||e.call(n,"mousedown",i,!1),null===(t=document)||void 0===t||null===(r=t.addEventListener)||void 0===r||r.call(t,"mouseup",c,!1),function(){var n,e,t,r;null===$||void 0===$||null===(n=$.current)||void 0===n||null===(e=n.removeEventListener)||void 0===e||e.call(n,"mousedown",i,!1),null===(t=document)||void 0===t||null===(r=t.removeEventListener)||void 0===r||r.call(t,"mouseup",c,!1),c()}}),[x,P,X,$,A,L,U]);var K=M&&x,Q=K?0:x?4*b.iI:w,nn=O?4*b.iI:P,en="calc(100% - ".concat(nn+Q+R,"px)");return(0,v.jsxs)(a.Z,{children:[(m&&!x||_&&!O)&&(0,v.jsx)(i(),{children:(0,v.jsx)("style",{dangerouslySetInnerHTML:{__html:"\n body {\n cursor: col-resize;\n }\n "}})}),E&&(0,v.jsx)(f.MK,{children:E}),j&&(0,v.jsxs)(f.MP,{heightOffset:I,style:{left:R,width:nn},children:[(0,v.jsx)(f.v7,{active:_,disabled:O,ref:q,right:0}),T&&(0,v.jsx)(f.W7,{style:{width:nn},visible:O,children:(0,v.jsxs)(l.Z,{alignItems:"center",fullHeight:!0,fullWidth:!0,justifyContent:"space-between",children:[(0,v.jsxs)(d.Z,{children:[(0,v.jsx)(u.Z,{pl:O?1:0}),!O&&Z]}),(0,v.jsxs)(d.Z,{children:[(0,v.jsx)(s.Z,{block:!0,label:O?"Show sidebar":"Hide sidebar",size:null,widthFitContent:!0,children:(0,v.jsxs)(c.Z,{noBackground:!0,noBorder:!0,noPadding:!0,onClick:function(){return J()},children:[O&&(0,v.jsx)(p._Q,{neutral:!0,size:2*b.iI}),!O&&(0,v.jsx)(p.s$,{neutral:!0,size:2*b.iI})]})},O?"before-is-hidden":"before-is-visible"),(0,v.jsx)(u.Z,{pr:O?1:2})]})]})}),(0,v.jsx)(f.Ru,{noScrollbarTrackBackground:!0,ref:G,children:!O&&j})]}),(0,v.jsxs)(f.rS,{style:{left:nn+R,width:en},children:[z,(0,v.jsx)(f.aH,{headerOffset:(z?f.uX:f.Wi)+W,style:{width:en},children:(0,v.jsx)(f.Zj,{noScrollbarTrackBackground:!0,ref:D,children:B})})]}),e&&!K&&(0,v.jsxs)(f.ff,{heightOffset:o,style:{width:Q},children:[(0,v.jsx)(f.v7,{active:m,disabled:x,left:0,ref:$}),N&&(0,v.jsxs)(v.Fragment,{children:[(0,v.jsx)(f.W7,{style:{width:Q},visible:x,children:(0,v.jsxs)(l.Z,{alignItems:"center",fullHeight:!0,fullWidth:!0,children:[(0,v.jsxs)(d.Z,{children:[(0,v.jsx)(u.Z,{pl:x?1:2}),(0,v.jsxs)(c.Z,{noBackground:!0,noBorder:!0,noPadding:!0,onClick:function(){return Y()},children:[x&&(0,v.jsx)(p.s$,{neutral:!0,size:2*b.iI}),!x&&(0,v.jsx)(p._Q,{neutral:!0,size:2*b.iI})]})]}),!x&&t]})}),!x&&y&&(0,v.jsx)(f.YJ,{style:{width:Q},visible:x,children:y})]}),(0,v.jsx)(f.E$,{noScrollbarTrackBackground:!0,ref:X,children:!x&&e})]})]})}},41788:function(n,e,t){t.d(e,{Z:function(){return _}});var r=t(77837),o=t(26304),i=t(62243),c=t(29385),a=t(80022),d=t(99177),l=t(93189),u=t(15544),s=t(82394),f=t(38860),p=t.n(f),h=t(82684),b=t(56663),g=t.n(b),v=t(35490),x=t(55361),m=t(30332),y=t(9736),k=t(59e3),w=t(28598),j=["auth"];function Z(n,e){var t=Object.keys(n);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(n);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),t.push.apply(t,r)}return t}function I(n){for(var e=1;e<arguments.length;e++){var t=null!=arguments[e]?arguments[e]:{};e%2?Z(Object(t),!0).forEach((function(e){(0,s.Z)(n,e,t[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(t)):Z(Object(t)).forEach((function(e){Object.defineProperty(n,e,Object.getOwnPropertyDescriptor(t,e))}))}return n}function O(n){var e=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(n){return!1}}();return function(){var t,r=(0,u.Z)(n);if(e){var o=(0,u.Z)(this).constructor;t=Reflect.construct(r,arguments,o)}else t=r.apply(this,arguments);return(0,l.Z)(this,t)}}function _(n){return function(e){(0,d.Z)(l,e);var t=O(l);function l(){var n;(0,i.Z)(this,l);for(var e=arguments.length,r=new Array(e),o=0;o<e;o++)r[o]=arguments[o];return n=t.call.apply(t,[this].concat(r)),(0,s.Z)((0,a.Z)(n),"state",{auth:new v.Z(n.props.token)}),n}return(0,c.Z)(l,[{key:"componentDidMount",value:function(){this.setState({auth:new v.Z(this.props.token)})}},{key:"render",value:function(){var e=this.props,t=(e.auth,(0,o.Z)(e,j));return(0,w.jsx)(n,I({auth:this.state.auth},t))}}],[{key:"getInitialProps",value:function(){var e=(0,r.Z)(p().mark((function e(t){var r,o,i,c,a,d,l,u,s;return p().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=g()(t),o=(0,y.ex)(t),i=o.id,c=r[x.Mv],a=r[m.qt],d=new v.Z(c),l=I(I({},t),{},{auth:d,currentGroupId:i,theme:a}),(0,y.YB)(t)&&d.isExpired&&(console.log("OAuth token has expired."),u=I(I({},t.query),{},{redirect_url:t.asPath}),(0,k.nL)("/sign-in?".concat((0,k.uM)(u)),t.res)),!n.getInitialProps){e.next=12;break}return e.next=10,n.getInitialProps(l);case 10:return s=e.sent,e.abrupt("return",I(I({},s),{},{auth:d,currentGroupId:i,theme:a}));case 12:return e.abrupt("return",l);case 13:case"end":return e.stop()}}),e)})));return function(n){return e.apply(this,arguments)}}()}]),l}(h.Component)}},882:function(n,e,t){var r=t(82394),o=t(26304),i=t(9518),c=t(60328),a=t(23831),d=t(73942),l=t(99994),u=t(49125),s=t(28598),f=["backgroundGradient","backgroundPanel","borderWidth","children","compact","paddingUnits","paddingUnitsHorizontal","paddingUnitsVertical"];function p(n,e){var t=Object.keys(n);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(n);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),t.push.apply(t,r)}return t}function h(n){for(var e=1;e<arguments.length;e++){var t=null!=arguments[e]?arguments[e]:{};e%2?p(Object(t),!0).forEach((function(e){(0,r.Z)(n,e,t[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(t)):p(Object(t)).forEach((function(e){Object.defineProperty(n,e,Object.getOwnPropertyDescriptor(t,e))}))}return n}var b=i.default.div.withConfig({displayName:"GradientButton__ButtonContentStyle",componentId:"sc-1gzx4r1-0"})(["border-radius:","px;height:fit-content;"," ",""],d.n_,(function(n){return!n.backgroundPanel&&"\n background-color: ".concat((n.theme.background||a.Z.background).page,";\n ")}),(function(n){return n.backgroundPanel&&"\n background-color: ".concat((n.theme.background||a.Z.background).panel,";\n ")}));e.Z=function(n){var e=n.backgroundGradient,t=void 0===e?l.TD:e,r=n.backgroundPanel,i=n.borderWidth,a=void 0===i?1:i,d=n.children,p=n.compact,g=n.paddingUnits,v=n.paddingUnitsHorizontal,x=void 0===v?1.5:v,m=n.paddingUnitsVertical,y=void 0===m?1.25:m,k=(0,o.Z)(n,f),w=x,j=y;return g&&(w=g,j=g),p&&(w*=.75,j*=.75),(0,s.jsx)(c.Z,h(h({},k),{},{backgroundGradient:t,noPadding:!0,padding:"".concat(a,"px"),pointerEventsEnabled:!0,children:(0,s.jsx)(b,{backgroundPanel:r,children:(0,s.jsx)("div",{style:{paddingBottom:j*u.iI-a,paddingLeft:w*u.iI-a,paddingRight:w*u.iI-a,paddingTop:j*u.iI-a},children:d})})}))}},99994:function(n,e,t){t.d(e,{eW:function(){return l},TD:function(){return a},yr:function(){return d}});var r=t(73899),o="#FF144D",i="#DEBB92",c="#2A60FE",a=("linear-gradient(90deg, ".concat(i,", ").concat("#CBFE00",")"),"linear-gradient(90deg, ".concat(o,", #C86DD7)")),d=("linear-gradient(90deg, ".concat("#95ECE2",", ").concat(c,")"),"linear-gradient(90deg, ".concat("#9B6CA7",", ").concat(i,")"),"linear-gradient(90deg, ".concat("#C72400",", ").concat(i,")"),"linear-gradient(100.38deg, ".concat(o," 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)")),l="linear-gradient(90deg, ".concat(r.Ck," 0%, ").concat(r.t4," 53.13%, ").concat(r.X_," 100%)")},37391:function(n,e,t){t.d(e,{nn:function(){return d},w5:function(){return u},y$:function(){return l}});var r=t(9518),o=t(23831),i=t(73942),c=t(49125),a=t(90880),d=1.25*c.iI;function l(){return"\n // for Internet Explorer, Edge\n -ms-overflow-style: none;\n // for Firefox\n scrollbar-width: none;\n // for Chrome, Safari, and Opera\n ::-webkit-scrollbar {\n display: none;\n }\n "}var u=(0,r.css)([""," "," "," ",""],(function(n){return"\n ::-webkit-scrollbar {\n height: ".concat(d,"px;\n width: ").concat(d,"px;\n }\n\n ::-webkit-scrollbar-track {\n }\n\n ::-webkit-scrollbar-thumb {\n ").concat((0,a.eR)(),"\n\n background: ").concat((n.theme.background||o.Z.background).scrollbarThumb,";\n border-radius: ").concat(i.n_,"px;\n }\n\n ::-webkit-scrollbar-thumb:hover {\n background: ").concat((n.theme.background||o.Z.background).scrollbarThumbHover,";\n }\n ::-webkit-scrollbar-corner {\n background: ").concat((n.theme.background||o.Z.background).scrollbarTrack,";\n }\n ")}),(function(n){return!n.scrollbarBorderRadiusLarge&&"\n ::-webkit-scrollbar-track {\n background: ".concat((n.theme.background||o.Z.background).scrollbarTrack,";\n }\n ")}),(function(n){return n.noScrollbarTrackBackground&&"\n ::-webkit-scrollbar-corner {\n background: transparent;\n }\n ::-webkit-scrollbar-track {\n background: transparent;\n }\n "}),(function(n){return n.scrollbarBorderRadiusLarge&&"\n ::-webkit-scrollbar {\n border-radius: ".concat(i.TR,"px !important;\n }\n\n ::-webkit-scrollbar-track {\n border-radius: ").concat(i.TR,"px !important;\n }\n\n ::-webkit-scrollbar-thumb {\n border-radius: ").concat(i.TR,"px !important;\n }\n ")}))},66166:function(n,e,t){var r=t(82684);e.Z=function(n){var e=(0,r.useRef)();return(0,r.useEffect)((function(){e.current=n}),[n]),e.current}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[434],{72454:function(e,n,t){t.d(n,{E7:function(){return p},HS:function(){return h},Nk:function(){return u},k1:function(){return a},lm:function(){return f}});var i=t(9518),r=t(23831),o=t(73942),l=t(3055),s=t(49125),d=t(37391),c=t(90880),a=s.cd*s.iI+5*s.iI+s.cd*s.iI,u=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||r.Z.background).page,";\n ")})),f=i.default.div.withConfig({displayName:"indexstyle__VerticalNavigationStyle",componentId:"sc-ecogjt-1"})(["padding:","px;",""],s.cd*s.iI,(function(e){return"\n background-color: ".concat((e.theme.background||r.Z.background).panel,";\n border-right: 1px solid ").concat((e.theme.borders||r.Z.borders).medium,";\n ")})),h=i.default.div.withConfig({displayName:"indexstyle__SubheaderStyle",componentId:"sc-ecogjt-2"})(["width:fit-content;padding:","px;position:relative;z-index:2;",""],s.cd*s.iI,(function(e){return"\n border-bottom: 1px solid ".concat((e.theme.borders||r.Z.borders).medium,";\n ")})),p=(i.default.div.withConfig({displayName:"indexstyle__ContentStyle",componentId:"sc-ecogjt-3"})([""," overflow:auto;",""],d.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"})(["display:flex;align-items:center;justify-content:center;padding:","px;border-radius:","px;",""],s.iI,o.n_,(function(e){return e.primary&&"\n ".concat((0,c.eR)(),"\n background: ").concat((e.theme||r.Z).chart.backgroundPrimary,";\n border: 1px solid ").concat((e.theme||r.Z).feature.active,";\n\n &:hover {\n background-color: ").concat((e.theme||r.Z).interactive.linkSecondary,";\n }\n ")})))},70434:function(e,n,t){t.d(n,{Z:function(){return B}});var i=t(82394),r=t(21831),o=t(82684),l=t(47999),s=t(28358),d=t(93461),c=t(57384),a=t(19767),u=t(72454),f=t(28598);function h(e,n){var t=e.children;return(0,f.jsx)(u.HS,{ref:n,children:t})}var p=o.forwardRef(h),v=t(32063),C=t(34376),x=t(61519),g=t(57639),j=t(882),b=t(11135);var m=function(e){var n=e.size;return(0,f.jsxs)("svg",{width:n,height:n,viewBox:"0 0 26 26",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,f.jsx)("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M9.86364 2.5H4.13636C3.68449 2.5 3.31818 2.94772 3.31818 3.5V7.5C3.31818 8.05228 3.68449 8.5 4.13636 8.5H9.86364C10.3155 8.5 10.6818 8.05228 10.6818 7.5V3.5C10.6818 2.94772 10.3155 2.5 9.86364 2.5ZM4.13636 1.5C3.23263 1.5 2.5 2.39543 2.5 3.5V7.5C2.5 8.60457 3.23263 9.5 4.13636 9.5H5.5V16.1667V16.5H4.13636C3.23263 16.5 2.5 17.3954 2.5 18.5V22.5C2.5 23.6046 3.23263 24.5 4.13636 24.5H9.86364C10.7674 24.5 11.5 23.6046 11.5 22.5V18.5C11.5 17.3954 10.7674 16.5 9.86364 16.5H6.5V16.1667C6.5 14.9394 7.61929 13.9444 9 13.9444H16C17.933 13.9444 19.5 12.5516 19.5 10.8333V9.5H21.8636C22.7674 9.5 23.5 8.60457 23.5 7.5V3.5C23.5 2.39543 22.7674 1.5 21.8636 1.5H16.1364C15.2326 1.5 14.5 2.39543 14.5 3.5V7.5C14.5 8.60457 15.2326 9.5 16.1364 9.5H18.5V10.8333C18.5 12.0606 17.3807 13.0556 16 13.0556H9C8.02066 13.0556 7.13526 13.4131 6.5 13.9893V9.5H9.86364C10.7674 9.5 11.5 8.60457 11.5 7.5V3.5C11.5 2.39543 10.7674 1.5 9.86364 1.5H4.13636ZM9.86364 17.5H6.5H5.5H4.13636C3.68449 17.5 3.31818 17.9477 3.31818 18.5V22.5C3.31818 23.0523 3.68449 23.5 4.13636 23.5H9.86364C10.3155 23.5 10.6818 23.0523 10.6818 22.5V18.5C10.6818 17.9477 10.3155 17.5 9.86364 17.5ZM16.1364 2.5H21.8636C22.3155 2.5 22.6818 2.94772 22.6818 3.5V7.5C22.6818 8.05228 22.3155 8.5 21.8636 8.5H16.1364C15.6845 8.5 15.3182 8.05228 15.3182 7.5V3.5C15.3182 2.94772 15.6845 2.5 16.1364 2.5Z",fill:"url(#paint0_linear_2738_141228)"}),(0,f.jsx)("defs",{children:(0,f.jsxs)("linearGradient",{id:"paint0_linear_2738_141228",x1:"2.5",y1:"13",x2:"23.5",y2:"13",gradientUnits:"userSpaceOnUse",children:[(0,f.jsx)("stop",{offset:"0.28125",stopColor:"#7D55EC"}),(0,f.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})})]})},w=t(29664);var _=function(e){var n=e.size;return(0,f.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,f.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.65256 15.8011L4.68226 20.7714C4.14193 21.3117 3.26588 21.3117 2.72556 20.7714C2.18523 20.231 2.18523 19.355 2.72556 18.8147L7.60553 13.9347C9.03 12.5102 9.91996 10.6383 10.1255 8.6343L10.3663 6.28587C10.4455 5.51385 10.7884 4.7927 11.3371 4.24393L11.9728 3.60825C13.233 2.34803 15.1222 2.10014 16.6299 2.86457L13.621 5.87349C12.7214 6.77304 12.7214 8.23149 13.621 9.13104L13.9934 9.50349C14.893 10.403 16.3514 10.403 17.251 9.50349L20.2599 6.49457C21.0243 8.00224 20.7764 9.89143 19.5162 11.1516L18.786 11.8818C18.2751 12.3928 17.6175 12.7318 16.9049 12.8515L14.634 13.2332C12.7469 13.5504 11.0056 14.448 9.65256 15.8011ZM11.0889 2.72437C12.8414 0.971949 15.5214 0.712489 17.5485 1.94599C17.9008 2.16036 18.2333 2.41982 18.5379 2.72436L14.5049 6.75738C14.0935 7.16877 14.0935 7.83577 14.5049 8.24716L14.8773 8.61961C15.2887 9.031 15.9557 9.031 16.3671 8.61961L20.4001 4.5866C20.7046 4.89114 20.9641 5.22371 21.1785 5.57599C22.412 7.60309 22.1525 10.2831 20.4001 12.0355L19.6699 12.7657C18.9751 13.4605 18.081 13.9214 17.1121 14.0842L14.8412 14.4659C13.2104 14.74 11.7057 15.5157 10.5364 16.6849L5.56614 21.6552C4.53766 22.6837 2.87016 22.6837 1.84167 21.6552C0.81319 20.6268 0.813193 18.9593 1.84168 17.9308L6.72165 13.0508C7.94285 11.8296 8.70581 10.2248 8.88201 8.50678L9.12286 6.15835C9.23136 5.10035 9.70121 4.11209 10.4533 3.36005L11.0889 2.72437ZM4.88014 19.3535C5.0754 19.1582 5.0754 18.8417 4.88014 18.6464C4.68488 18.4511 4.3683 18.4511 4.17303 18.6464L3.64631 19.1731C3.45105 19.3684 3.45105 19.685 3.64631 19.8802C3.84158 20.0755 4.15816 20.0755 4.35342 19.8802L4.88014 19.3535Z",fill:"url(#paint0_linear_7839_33197)"}),(0,f.jsx)("defs",{children:(0,f.jsxs)("linearGradient",{id:"paint0_linear_7839_33197",x1:"1.07031",y1:"11.8041",x2:"21.9428",y2:"11.8041",gradientUnits:"userSpaceOnUse",children:[(0,f.jsx)("stop",{offset:"0.28125",stopColor:"#7D55EC"}),(0,f.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})})]})};var H=function(e){var n=e.size;return(0,f.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,f.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 18V6c0-1.38071 1.11929-2.5 2.5-2.5h12c1.3807 0 2.5 1.11929 2.5 2.5v12c0 1.3807-1.1193 2.5-2.5 2.5H6c-1.38071 0-2.5-1.1193-2.5-2.5zM2 18V6c0-2.20914 1.79086-4 4-4h12c2.2091 0 4 1.79086 4 4v12c0 2.2091-1.7909 4-4 4H6c-2.20914 0-4-1.7909-4-4zm9.0935-8.41432c.3235-.25876.3759-.73073.1172-1.05417-.2588-.32345-.7308-.37589-1.0542-.11713L7.03148 10.9144c-.17791.1423-.28148.3578-.28148.5856 0 .2279.10357.4433.28148.5857l3.12502 2.5c.3234.2587.7954.2063 1.0542-.1172.2587-.3234.2063-.7954-.1172-1.0541L8.70058 11.5l2.39292-1.91432zM14.5 13.25c-.4142 0-.75.3358-.75.75s.3358.75.75.75H17c.4142 0 .75-.3358.75-.75s-.3358-.75-.75-.75h-2.5z",fill:"url(#paint0_linear_1244_32583)"}),(0,f.jsxs)("defs",{children:[(0,f.jsx)("clipPath",{id:"clip0_5247_222548",children:(0,f.jsx)("rect",{width:"24",height:"24",fill:"white"})}),(0,f.jsxs)("linearGradient",{id:"paint0_linear_1244_32583",x1:"1.07031",y1:"11.8041",x2:"21.9428",y2:"11.8041",gradientUnits:"userSpaceOnUse",children:[(0,f.jsx)("stop",{offset:"0.28125",stopColor:"#7D55EC"}),(0,f.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})]})]})},y=t(86673),Z=t(19711),V=t(46261),k=t(10503),I=t(99994),M=t(49125),O=3*M.iI;var S=function(e){var n=e.navigationItems,t=(0,C.useRouter)().pathname,i=(0,o.useMemo)((function(){var e=[{Icon:k.rV,IconSelected:m,id:"pipelines",label:function(){return"Pipelines"},linkProps:{href:"/pipelines"}},{Icon:k.Pf,IconSelected:w.Z,id:"triggers",label:function(){return"Triggers"},linkProps:{href:"/triggers"}},{Icon:k.pd,IconSelected:x.Z,id:"pipeline-runs",label:function(){return"Pipelines runs"},linkProps:{href:"/pipeline-runs"}},{Icon:k.oI,IconSelected:H,id:"terminal",label:function(){return"Terminal"},linkProps:{href:"/terminal"}},{Icon:k.Zr,IconSelected:_,id:"settings",label:function(){return"Settings"},linkProps:{href:"/settings"}}];return(n||e).map((function(e,n){var i=e.Icon,r=e.IconSelected,o=e.id,l=e.isSelected,s=e.label,d=e.linkProps,c=l?l(t):!!t.match(new RegExp("^/".concat(o,"[/]*"))),a=c&&r?r:i;return(0,f.jsx)(y.Z,{mt:n>=1?M.cd:0,children:(0,f.jsxs)(V.Z,{height:5*M.iI,label:s(),size:null,widthFitContent:!0,children:[c&&r&&(0,f.jsx)(j.Z,{backgroundGradient:I.yr,backgroundPanel:!0,basic:!0,borderWidth:2,linkProps:d,paddingUnits:1,children:(0,f.jsx)("div",{style:{height:O,width:O},children:(0,f.jsx)(a,{muted:!0,size:O})})}),!c&&(0,f.jsx)(b.ZP,{block:!0,noHoverUnderline:!0,noPadding:!0,linkProps:d,sameColorAsText:!0,uuid:"VerticalNavigation/".concat(o),children:(0,f.jsx)(u.E7,{primary:!a,children:a?(0,f.jsx)(a,{muted:!0,size:O}):(0,f.jsx)(Z.ZP,{children:"Edit"})})})]})},"button-".concat(o))}))}),[n,t]);return(0,f.jsx)(g.Z,{children:i})},P=t(82531),E=t(66166),L=t(3055),z=t(91427),R=t(24141);function U(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 A(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?U(Object(t),!0).forEach((function(n){(0,i.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):U(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var B=function(e){var n,t=e.after,i=e.afterHidden,h=e.afterWidth,C=e.afterWidthOverride,x=e.before,g=e.beforeWidth,j=e.breadcrumbs,b=e.children,m=e.errors,w=e.headerMenuItems,_=e.navigationItems,H=e.setErrors,y=e.subheaderChildren,Z=e.title,V=e.uuid,k=(0,R.i)().width,I="dashboard_after_width_".concat(V),O="dashboard_before_width_".concat(V),U=(0,o.useRef)(null),B=(0,o.useState)(C?h:(0,z.U2)(I,h)),N=B[0],D=B[1],F=(0,o.useState)(!1),W=F[0],G=F[1],T=(0,o.useState)(x?Math.max((0,z.U2)(O,g),13*M.iI):null),q=T[0],J=T[1],K=(0,o.useState)(!1),Q=K[0],X=K[1],Y=(0,o.useState)(null)[1],$=P.ZP.projects.list({},{revalidateOnFocus:!1}).data,ee=null===$||void 0===$?void 0:$.projects,ne=[];j?ne.push.apply(ne,(0,r.Z)(j)):(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 Z}}]),(0,o.useEffect)((function(){null===U||void 0===U||!U.current||W||Q||null===Y||void 0===Y||Y(U.current.getBoundingClientRect().width)}),[W,N,Q,q,U,Y,k]),(0,o.useEffect)((function(){W||(0,z.t8)(I,N)}),[i,W,N,I]),(0,o.useEffect)((function(){Q||(0,z.t8)(O,q)}),[Q,q,O]);var te=(0,E.Z)(h);return(0,o.useEffect)((function(){C&&te!==h&&D(h)}),[C,h,te]),(0,f.jsxs)(f.Fragment,{children:[(0,f.jsx)(c.Z,{title:Z}),(0,f.jsx)(a.Z,{breadcrumbs:ne,menuItems:w,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)(u.Nk,{children:[0!==(null===_||void 0===_?void 0:_.length)&&(0,f.jsx)(u.lm,{children:(0,f.jsx)(S,{navigationItems:_})}),(0,f.jsx)(d.Z,{flex:1,flexDirection:"column",children:(0,f.jsxs)(v.Z,{after:t,afterHeightOffset:L.Mz,afterHidden:i,afterMousedownActive:W,afterWidth:N,before:x,beforeHeightOffset:L.Mz,beforeMousedownActive:Q,beforeWidth:u.k1+(x?q:0),hideAfterCompletely:!0,leftOffset:x?u.k1:null,mainContainerRef:U,setAfterMousedownActive:G,setAfterWidth:D,setBeforeMousedownActive:X,setBeforeWidth:J,children:[y&&(0,f.jsx)(p,{children:y}),b]})})]}),m&&(0,f.jsx)(l.Z,{disableClickOutside:!0,isOpen:!0,onClickOutside:function(){return null===H||void 0===H?void 0:H(null)},children:(0,f.jsx)(s.Z,A(A({},m),{},{onClose:function(){return null===H||void 0===H?void 0:H(null)}}))})]})}},61519:function(e,n,t){var i=t(28598);n.Z=function(e){var n=e.size;return(0,i.jsxs)("svg",{width:n,height:n,viewBox:"0 0 26 26",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 3H9V9H3V3ZM10 2V9H17V16H24V24H17H16H10H9H2V17V16V10V9V2H10ZM16 23V17H10V23H16ZM17 23H23V17H17V23ZM16 16V10H10V16H16ZM9 10V16H3V10H9ZM9 17V23H3V17H9Z",fill:"url(#paint0_linear_2738_140355)"}),(0,i.jsx)("defs",{children:(0,i.jsxs)("linearGradient",{id:"paint0_linear_2738_140355",x1:"2",y1:"13",x2:"24",y2:"13",gradientUnits:"userSpaceOnUse",children:[(0,i.jsx)("stop",{offset:"0.28125",stopColor:"#7D55EC"}),(0,i.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})})]})}},29664:function(e,n,t){var i=t(28598);n.Z=function(e){var n=e.size;return(0,i.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,i.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12ZM23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM12.75 7C12.75 6.58579 12.4142 6.25 12 6.25C11.5858 6.25 11.25 6.58579 11.25 7V13C11.25 13.4142 11.5858 13.75 12 13.75H16C16.4142 13.75 16.75 13.4142 16.75 13C16.75 12.5858 16.4142 12.25 16 12.25H12.75V7Z",fill:"url(#paint0_linear_2798_59379)"}),(0,i.jsx)("defs",{children:(0,i.jsxs)("linearGradient",{id:"paint0_linear_2798_59379",x1:"1",y1:"12",x2:"23",y2:"12",gradientUnits:"userSpaceOnUse",children:[(0,i.jsx)("stop",{offset:"0.28125",stopColor:"#7D55EC"}),(0,i.jsx)("stop",{offset:"1",stopColor:"#2AB2FE"})]})})]})}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[4846],{65597:function(e,n,t){t.d(n,{f:function(){return l}});var r=t(9518),i=t(23831),o=t(49125),c=t(73942),l=r.default.div.withConfig({displayName:"Tablestyle__PopupContainerStyle",componentId:"sc-8ammqd-0"})(["position:absolute;max-height:","px;z-index:10;border-radius:","px;padding:","px;"," "," "," ",""],58*o.iI,c.TR,2*o.iI,(function(e){return"\n box-shadow: ".concat((e.theme.shadow||i.Z.shadow).popup,";\n background-color: ").concat((e.theme.interactive||i.Z.interactive).defaultBackground,";\n ")}),(function(e){return e.leftOffset&&"\n left: ".concat(e.leftOffset,"px;\n ")}),(function(e){return e.topOffset&&"\n top: ".concat(e.topOffset,"px;\n ")}),(function(e){return e.width&&"\n width: ".concat(e.width,"px;\n ")}))},97496:function(e,n,t){var r=t(75582),i=t(12691),o=t.n(i),c=t(34376),l=t.n(c),u=t(82684),s=t(83455),a=t(60328),d=t(47999),p=t(93461),f=t(67971),h=t(10919),g=t(47409),b=t(86673),j=t(54283),x=t(87815),m=t(19711),Z=t(82531),v=t(23831),C=t(73942),O=t(10503),_=t(65597),w=t(93348),I=t(45838),E=t(49125),y=t(19395),P=t(9736),k=t(96510),D=t(28598);function N(e){var n=e.cancelingRunId,t=e.disabled,i=e.isLoadingCancelPipeline,o=e.onCancel,c=e.onSuccess,l=e.pipelineRun,p=e.setCancelingRunId,h=e.setErrors,x=e.setShowConfirmationId,I=e.showConfirmationId,y=(0,P.Ct)(),N=l||{},L=N.id,A=N.pipeline_schedule_id,S=N.pipeline_schedule_token,R=N.pipeline_schedule_type,T=N.status,V=i&&L===n&&g.V.RUNNING===T,U=(0,s.Db)(w.Xm.API===R&&S?Z.ZP.pipeline_runs.pipeline_schedules.useCreateWithParent(A,S):Z.ZP.pipeline_runs.pipeline_schedules.useCreate(A),{onSuccess:function(e){return(0,k.wD)(e,{callback:function(){c()},onErrorCallback:function(e,n){return h({errors:n,response:e})}})}}),M=(0,r.Z)(U,1)[0],F=(0,u.useCallback)((function(){x(null),M({pipeline_run:{execution_date:null===l||void 0===l?void 0:l.execution_date,pipeline_schedule_id:null===l||void 0===l?void 0:l.pipeline_schedule_id,pipeline_uuid:null===l||void 0===l?void 0:l.pipeline_uuid,variables:null===l||void 0===l?void 0:l.variables}})}),[M,l,x]),B=(0,u.useCallback)((function(){x(null),p(L),o({id:L,status:g.V.CANCELLED})}),[o,L,p,x]);return(0,D.jsxs)("div",{style:{position:"relative"},children:[(0,D.jsx)(a.Z,{backgroundColor:V&&v.Z.accent.yellow,beforeIcon:g.V.INITIAL!==T&&(0,D.jsxs)(D.Fragment,{children:[g.V.COMPLETED===T&&(0,D.jsx)(O.Jr,{size:2*E.iI}),[g.V.FAILED,g.V.CANCELLED].includes(T)&&(0,D.jsx)(O.Py,{inverted:g.V.CANCELLED===T&&!y,size:2*E.iI}),[g.V.RUNNING].includes(T)&&(0,D.jsx)(j.Z,{color:V?v.Z.status.negative:v.Z.monotone.white,small:!0})]}),borderRadius:C.D7,danger:g.V.FAILED===T&&!y,default:g.V.INITIAL===T,disabled:t||y,loading:!l,onClick:function(){return x(L)},padding:"6px",primary:g.V.RUNNING===T&&!V&&!y,warning:g.V.CANCELLED===T&&!y,children:t?"Ready":V?"Canceling":g.D[T]}),(0,D.jsx)(d.Z,{onClickOutside:function(){return x(null)},open:I===L,children:(0,D.jsxs)(_.f,{children:[[g.V.RUNNING,g.V.INITIAL].includes(T)&&(0,D.jsxs)(D.Fragment,{children:[(0,D.jsx)(m.ZP,{bold:!0,color:"#9ECBFF",children:"Run is in progress"}),(0,D.jsx)(b.Z,{mb:1}),(0,D.jsxs)(m.ZP,{children:["This pipeline run is currently ongoing. Retrying will cancel",(0,D.jsx)("br",{}),"the current pipeline run."]}),(0,D.jsx)(m.ZP,{}),(0,D.jsx)(b.Z,{mt:1,children:(0,D.jsxs)(f.Z,{children:[(0,D.jsx)(a.Z,{onClick:function(){B(),F()},children:"Retry run"}),(0,D.jsx)(b.Z,{ml:1}),(0,D.jsx)(a.Z,{onClick:B,children:"Cancel run"})]})})]}),[g.V.CANCELLED,g.V.FAILED,g.V.COMPLETED].includes(T)&&(0,D.jsxs)(D.Fragment,{children:[(0,D.jsxs)(m.ZP,{bold:!0,color:"#9ECBFF",children:["Run ",T]}),(0,D.jsx)(b.Z,{mb:1}),(0,D.jsx)(m.ZP,{children:"Retry the run with changes you have made to the pipeline."}),(0,D.jsx)(b.Z,{mb:1}),(0,D.jsx)(a.Z,{onClick:F,children:"Retry run"})]})]})})]})}n.Z=function(e){var n=e.disableRowSelect,t=e.emptyMessage,i=void 0===t?"No runs available":t,c=e.fetchPipelineRuns,d=e.onClickRow,j=e.pipelineRuns,v=e.selectedRun,_=e.setErrors,w=(0,u.useState)(null),P=w[0],L=w[1],A=(0,u.useState)(null),S=A[0],R=A[1],T=(0,s.Db)((function(e){var n=e.id,t=e.status;return Z.ZP.pipeline_runs.useUpdate(n)({pipeline_run:{status:t}})}),{onSuccess:function(e){return(0,k.wD)(e,{callback:function(){L(null),c()},onErrorCallback:function(e,n){L(null),_({errors:n,response:e})}})}}),V=(0,r.Z)(T,2),U=V[0],M=V[1].isLoading,F=[null,1,2,1,1,null],B=[{uuid:"Status"},{uuid:"Pipeline UUID"},{uuid:"Date"},{uuid:"Trigger"},{uuid:"Block runs"},{uuid:"Completed"},{uuid:"Logs"}];return!n&&d&&(F.push(null),B.push({label:function(){return""},uuid:"action"})),(0,D.jsx)(I.cl,{minHeight:30*E.iI,overflowVisible:!!S,children:0===(null===j||void 0===j?void 0:j.length)?(0,D.jsx)(b.Z,{px:3,py:1,children:(0,D.jsx)(m.ZP,{bold:!0,default:!0,monospace:!0,muted:!0,children:i})}):(0,D.jsx)(x.Z,{columnFlex:F,columns:B,isSelectedRow:function(e){return!n&&j[e].id===(null===v||void 0===v?void 0:v.id)},onClickRow:n?null:d,rowVerticalPadding:6,rows:null===j||void 0===j?void 0:j.map((function(e,t){var r=e.block_runs_count,i=e.completed_at,u=e.execution_date,s=e.id,x=e.pipeline_schedule_id,Z=e.pipeline_schedule_name,v=e.pipeline_uuid,w=e.status,I=!s&&!w,k=[];return k=t>0&&j[t-1].execution_date===e.execution_date&&j[t-1].pipeline_schedule_id===e.pipeline_schedule_id?[(0,D.jsx)(b.Z,{ml:1,children:(0,D.jsxs)(f.Z,{alignItems:"center",children:[(0,D.jsx)(O.TT,{size:2*E.iI,useStroke:!0}),(0,D.jsx)(a.Z,{borderRadius:C.D7,notClickable:!0,padding:"6px",children:(0,D.jsx)(m.ZP,{muted:!0,children:g.D[w]})})]})},"row_status"),(0,D.jsx)(m.ZP,{default:!0,monospace:!0,muted:!0,children:v},"row_pipeline_uuid"),(0,D.jsx)(m.ZP,{default:!0,monospace:!0,muted:!0,children:"-"},"row_date_retry"),(0,D.jsx)(m.ZP,{default:!0,monospace:!0,muted:!0,children:"-"},"row_trigger_retry"),(0,D.jsx)(o(),{as:"/pipelines/".concat(v,"/runs/").concat(s),href:"/pipelines/[pipeline]/runs/[run]",passHref:!0,children:(0,D.jsx)(h.Z,{bold:!0,muted:!0,children:"See block runs (".concat(r,")")})},"row_block_runs"),(0,D.jsx)(m.ZP,{monospace:!0,muted:!0,children:i&&(0,y.eI)(i).toISOString().split(".")[0]||"-"},"row_completed"),(0,D.jsx)(a.Z,{default:!0,iconOnly:!0,noBackground:!0,onClick:function(){return l().push("/pipelines/".concat(v,"/logs?pipeline_run_id[]=").concat(s))},children:(0,D.jsx)(O.B4,{default:!0,size:2*E.iI})},"row_logs")]:[(0,D.jsx)(N,{cancelingRunId:P,disabled:I,isLoadingCancelPipeline:M,onCancel:U,onSuccess:c,pipelineRun:e,setCancelingRunId:L,setErrors:_,setShowConfirmationId:R,showConfirmationId:S},"row_retry_button"),(0,D.jsx)(m.ZP,{default:!0,monospace:!0,children:v},"row_pipeline_uuid"),(0,D.jsx)(m.ZP,{default:!0,monospace:!0,children:u&&(0,y.eI)(u).toISOString().split(".")[0]||"-"},"row_date"),(0,D.jsx)(o(),{as:"/pipelines/".concat(v,"/triggers/").concat(x),href:"/pipelines/[pipeline]/triggers/[...slug]",passHref:!0,children:(0,D.jsx)(h.Z,{bold:!0,sameColorAsText:!0,children:Z})},"row_trigger"),(0,D.jsx)(o(),{as:"/pipelines/".concat(v,"/runs/").concat(s),href:"/pipelines/[pipeline]/runs/[run]",passHref:!0,children:(0,D.jsx)(h.Z,{bold:!0,disabled:I,sameColorAsText:!0,children:I?"":"See block runs (".concat(r,")")})},"row_block_runs"),(0,D.jsx)(m.ZP,{default:!0,monospace:!0,children:i&&(0,y.eI)(i).toISOString().split(".")[0]||"-"},"row_completed"),(0,D.jsx)(a.Z,{default:!0,disabled:I,iconOnly:!0,noBackground:!0,onClick:function(){return l().push("/pipelines/".concat(v,"/logs?pipeline_run_id[]=").concat(s))},children:(0,D.jsx)(O.B4,{default:!0,size:2*E.iI})},"row_item_13")],!n&&d&&k.push((0,D.jsx)(p.Z,{flex:1,justifyContent:"flex-end",children:(0,D.jsx)(O._Q,{default:!0,size:2*E.iI})})),k})),uuid:"pipeline-runs"})})}},19395:function(e,n,t){t.d(n,{IJ:function(){return a},Vx:function(){return p},eI:function(){return d},gU:function(){return h},tL:function(){return f},vJ:function(){return g}});var r,i,o=t(82394),c=t(92083),l=t.n(c);function u(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?u(Object(t),!0).forEach((function(n){(0,o.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):u(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}function a(e){return null===e||void 0===e?void 0:e.reduce((function(e,n){var t=n.block_uuid,r=n.completed_at,i=n.started_at,c=n.status,u=null;i&&r&&(u=l()(r).valueOf()-l()(i).valueOf());return s(s({},e),{},(0,o.Z)({},t,{runtime:u,status:c}))}),{})}function d(e){if(!e)return null;var n=new Date(l()(e).valueOf()),t=Date.UTC(n.getFullYear(),n.getMonth(),n.getDate(),n.getHours(),n.getMinutes(),n.getSeconds());return new Date(t)}function p(e){return d(e).toISOString().split(".")[0]}!function(e){e.DAY="day",e.HOUR="hour",e.MINUTE="minute",e.SECOND="second"}(i||(i={}));var f=(r={},(0,o.Z)(r,i.DAY,86400),(0,o.Z)(r,i.HOUR,3600),(0,o.Z)(r,i.MINUTE,60),(0,o.Z)(r,i.SECOND,1),r);function h(e){var n=i.SECOND,t=e;return e%86400===0?(t/=86400,n=i.DAY):e%3600===0?(t/=3600,n=i.HOUR):e%60===0&&(t/=60,n=i.MINUTE),{time:t,unit:n}}function g(e,n){return e*f[n]}},51099:function(e,n,t){t.d(n,{Q:function(){return a}});t(82684);var r=t(60328),i=t(67971),o=t(86673),c=t(10503),l=t(73899),u=t(49125),s=t(28598),a=22;n.Z=function(e){var n=e.page,t=e.maxPages,a=e.onUpdate,d=e.totalPages,p=[],f=t;if(f>d)p=Array.from({length:d},(function(e,n){return n}));else{var h=Math.floor(f/2),g=n-h;n+h>=d?(g=d-f+2,f-=2):n-h<=0?(g=0,f-=2):(f-=4,g=n-Math.floor(f/2)),p=Array.from({length:f},(function(e,n){return n+g}))}return(0,s.jsx)(s.Fragment,{children:d>0&&(0,s.jsxs)(i.Z,{alignItems:"center",children:[(0,s.jsx)(r.Z,{disabled:0===n,onClick:function(){return a(n-1)},children:(0,s.jsx)(c.Hd,{size:1.5*u.iI,stroke:"#AEAEAE"})}),!p.includes(0)&&(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(o.Z,{ml:1,children:(0,s.jsx)(r.Z,{onClick:function(){return a(0)},borderLess:!0,noBackground:!0,children:1})},0),!p.includes(1)&&(0,s.jsx)(o.Z,{ml:1,children:(0,s.jsx)(r.Z,{notClickable:!0,noBackground:!0,noPadding:!0,children:"..."})},0)]}),p.map((function(e){return(0,s.jsx)(o.Z,{ml:1,children:(0,s.jsx)(r.Z,{onClick:function(){e!==n&&a(e)},notClickable:e===n,backgroundColor:e===n&&l.a$,borderLess:!0,noBackground:!0,children:e+1})},e)})),!p.includes(d-1)&&(0,s.jsxs)(s.Fragment,{children:[!p.includes(d-2)&&(0,s.jsx)(o.Z,{ml:1,children:(0,s.jsx)(r.Z,{notClickable:!0,noBackground:!0,noPadding:!0,children:"..."})},0),(0,s.jsx)(o.Z,{ml:1,children:(0,s.jsx)(r.Z,{onClick:function(){return a(d-1)},borderLess:!0,noBackground:!0,children:d})},d-1)]}),(0,s.jsx)(o.Z,{ml:1}),(0,s.jsx)(r.Z,{disabled:n===d-1,onClick:function(){return a(n+1)},children:(0,s.jsx)(c.Kw,{size:1.5*u.iI,stroke:"#AEAEAE"})})]})})}},47409:function(e,n,t){t.d(n,{D:function(){return c},V:function(){return o}});var r,i=t(82394),o=t(66050).V,c=(r={},(0,i.Z)(r,o.CANCELLED,"Cancelled"),(0,i.Z)(r,o.COMPLETED,"Done"),(0,i.Z)(r,o.FAILED,"Failed"),(0,i.Z)(r,o.INITIAL,"Ready"),(0,i.Z)(r,o.RUNNING,"Running"),r)},93348:function(e,n,t){t.d(n,{TR:function(){return d},U5:function(){return u},Xm:function(){return o},Z4:function(){return a},fq:function(){return l},kJ:function(){return s}});var r,i,o,c=t(82394);!function(e){e.API="api",e.EVENT="event",e.TIME="time"}(o||(o={}));var l,u,s,a=(r={},(0,c.Z)(r,o.API,(function(){return"API"})),(0,c.Z)(r,o.EVENT,(function(){return"event"})),(0,c.Z)(r,o.TIME,(function(){return"schedule"})),r);!function(e){e.ACTIVE="active",e.INACTIVE="inactive"}(l||(l={})),function(e){e.ONCE="@once",e.HOURLY="@hourly",e.DAILY="@daily",e.WEEKLY="@weekly",e.MONTHLY="@monthly"}(u||(u={})),function(e){e.CREATED_AT="created_at",e.NAME="name",e.PIPELINE="pipeline_uuid",e.STATUS="status",e.TYPE="schedule_type"}(s||(s={}));var d=(i={},(0,c.Z)(i,s.CREATED_AT,"Created at"),(0,c.Z)(i,s.NAME,"Name"),(0,c.Z)(i,s.PIPELINE,"Pipeline"),(0,c.Z)(i,s.STATUS,"Status"),(0,c.Z)(i,s.TYPE,"Type"),i)},55378:function(e,n,t){var r=t(82394),i=t(26304),o=t(82684),c=t(9518),l=t(69898),u=t(31969),s=t(49125),a=t(28598),d=["beforeIcon","children","label","multiple","placeholder"];function p(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 f(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,r.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 h=c.default.select.withConfig({displayName:"Select__SelectStyle",componentId:"sc-q6ezu2-0"})(["",' background-image:url("data:image/svg+xml;utf8,','");background-repeat:no-repeat;background-position:-webkit-calc(100% - ',"px) center;background-position:calc(100% - ","px) center;padding-right:","px;&:hover{cursor:pointer;}"," "," "," ",""],l.p,"\n <svg width='12' height='12' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'>\n <path\n clip-rule='evenodd'\n d='M8.0015 11.7109L14.0022 5.71017L12.588 4.29597L7.99485 8.88914L3.40754 4.34482L2 5.76567L8.0015 11.7109Z'\n fill='%23B4B8C0'\n fill-rule='evenodd'\n />\n </svg>",s.iI,s.iI,2.5*s.iI,(function(e){return!e.hasContent&&!e.showPlaceholder&&"\n color: ".concat((e.theme.content||u.Z.content).muted,";\n ")}),(function(e){return e.backgroundColor&&"\n background-color: ".concat(e.backgroundColor,";\n ")}),(function(e){return e.color&&"\n color: ".concat(e.color,";\n ")}),(function(e){return e.showPlaceholder&&"\n color: ".concat((e.theme.content||u.Z.content).inverted,";\n ")})),g=function(e,n){var t=e.beforeIcon,r=e.children,o=e.label,c=e.multiple,u=e.placeholder,s=(0,i.Z)(e,d);return(0,a.jsx)(l.Z,f(f({},s),{},{beforeIcon:t,input:(0,a.jsxs)(h,f(f({multiple:c},s),{},{children:[(o||u)&&(0,a.jsx)("option",{disabled:!0,selected:!0,value:"",children:o||u}),r]})),label:o,placeholder:u,ref:n,setContentOnMount:!0,showLabelRequirement:function(e){return!!e.content}}))};n.Z=o.forwardRef(g)},33766:function(e,n,t){t.d(n,{u:function(){return a}});var r=t(75582),i=t(82394),o=t(34376),c=t.n(o),l=t(59e3);function u(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?u(Object(t),!0).forEach((function(n){(0,i.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):u(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}function a(e){var n,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=t.replaceParams,o=t.pushHistory,u=i?{}:(0,l.iV)();n=window.location.pathname;var a=o?c().push:c().replace,d=s(s({},u),e);Object.entries(e).forEach((function(e){var n=(0,r.Z)(e,2),t=n[0],i=n[1];"undefined"!==typeof i&&null!==i||delete d[t]}));var p=(0,l.uM)(d);p.length>=1&&(p="?".concat(p));var f="".concat(n.split("?")[0]).concat(p);return a(c().router.pathname,f,{shallow:!0})}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[5477],{2850:function(e,n,t){t.d(n,{M:function(){return l},W:function(){return c}});var r=t(9518),o=t(23831),i=t(3055),c=34*t(49125).iI,l=r.default.div.withConfig({displayName:"indexstyle__BeforeStyle",componentId:"sc-12ee2ib-0"})(["min-height:calc(100vh - ","px);",""],i.Mz,(function(e){return"\n border-left: 1px solid ".concat((e.theme.borders||o.Z.borders).medium,";\n ")}))},79585:function(e,n,t){t.d(n,{B0:function(){return l},DQ:function(){return s},HY:function(){return c},SA:function(){return d},WH:function(){return i},eC:function(){return u},tC:function(){return a}});var r=t(81132),o=t(9736),i="Workspace",c="Preferences",l="Sync data",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&&d.push({linkProps:{href:"/settings/workspace/users"},uuid:u}),(!(0,o.YB)()||t<=r.No.EDITOR)&&d.push({linkProps:{href:"/settings/workspace/sync_data"},uuid:l});var p=[{items:d,uuid:i}];return(0,o.YB)()?p.concat([{items:[{linkProps:{href:"/settings/account/profile"},uuid:s}],uuid:a}]):p}},30775:function(e,n,t){t.d(n,{Z:function(){return Z}});var r=t(70434),o=t(82394),i=t(12691),c=t.n(i),l=t(10919),u=t(86673),a=t(19711),s=t(9518),d=t(23831),p=t(49125),f=t(90880),m=(p.iI,s.default.div.withConfig({displayName:"indexstyle__SectionTitleStyle",componentId:"sc-1y8dyue-0"})(["padding:","px ","px;"],1*p.iI,2.5*p.iI)),h=s.default.div.withConfig({displayName:"indexstyle__ItemStyle",componentId:"sc-1y8dyue-1"})([""," padding:","px ","px;"," ",""],(0,f.eR)(),1.5*p.iI,2.5*p.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),v=t(82684);function y(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 g(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?y(Object(t),!0).forEach((function(n){(0,o.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):y(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var w=function(e){var n=e.isItemSelected,t=e.sections;return(0,b.jsx)(u.Z,{py:p.Gg,children:null===t||void 0===t?void 0:t.map((function(e){var t=e.items,r=e.title,o=e.uuid;return(0,b.jsxs)(u.Z,{children:[(0,b.jsx)(m,{children:(0,b.jsx)(a.ZP,{bold:!0,muted:!0,small:!0,uppercase:!0,children:r?r():o})}),null===t||void 0===t?void 0:t.map((function(e){var t=e.label,r=e.linkProps,i=e.onClick,u=e.uuid,a=t?t():u,s=(0,b.jsx)(h,{selected:null===n||void 0===n?void 0:n(g(g({},e),{},{uuidWorkspace:o})),children:a});return r?(0,v.createElement)(c(),g(g({},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:i,preventDefault:!0,sameColorAsText:!0,children:s},u)}))]},o)}))})},O=t(2850),j=t(79585),x=t(9736);var Z=function(e){var n=e.after,t=e.afterHidden,o=e.children,i=e.uuidItemSelected,c=e.uuidWorkspaceSelected,l=(0,x.PR)()||{};return(0,b.jsx)(r.Z,{after:n,afterHidden:!n||t,afterWidth:n?50*p.iI:0,afterWidthOverride:!0,before:(0,b.jsx)(O.M,{children:(0,b.jsx)(w,{isItemSelected:function(e){var n=e.uuid,t=e.uuidWorkspace;return c===t&&i===n},sections:(0,j.SA)(l)})}),beforeWidth:O.W,title:"Settings",uuid:"settings/index",children:o})}},63153:function(e,n,t){t.d(n,{Z3:function(){return r},ms:function(){return i},s7:function(){return o}});var r=[{autoComplete:"username",label:"Username",required:!0,uuid:"username"},{autoComplete:"email",disabled:!0,label:"Email",required:!0,type:"email",uuid:"email"}],o="password_current",i=[{autoComplete:"current-password",label:"Current password",type:"password",uuid:o},{autoComplete:"new-password",label:"New password",type:"password",uuid:"password"},{autoComplete:"new-password",label:"Confirm new password",type:"password",uuid:"password_confirmation"}]},20582:function(e,n,t){var r=t(82394),o=t(21831),i=t(75582),c=t(21764),l=t(82684),u=t(83455),a=t(60328),s=t(67971),d=t(87372),p=t(55378),f=t(86673),m=t(82944),h=t(81132),b=t(82531),v=t(66166),y=t(63153),g=t(7715),w=t(96510),O=t(28598);function j(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 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,r.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}n.Z=function(e){var n=e.disabledFields,t=e.hideFields,j=e.newUser,Z=e.onDeleteSuccess,P=e.onSaveSuccess,S=e.showDelete,I=e.title,C=e.user,k=(0,l.useState)(!0),_=k[0],N=k[1],D=(0,l.useState)({}),H=D[0],z=D[1],E=(0,l.useState)(null),T=E[0],L=E[1],B=(0,u.Db)(j?b.ZP.users.useCreate():b.ZP.users.useUpdate(null===C||void 0===C?void 0:C.id),{onSuccess:function(e){return(0,w.wD)(e,{callback:function(e){var n=e.user,t=(0,g.GL)(n,y.Z3.concat(y.ms).map((function(e){return e.uuid})));L(t),c.Am.success(j?"New user created successfully.":"User profile successfully updated.",{position:c.Am.POSITION.BOTTOM_RIGHT,toastId:"user-update-success-".concat(n.id)}),null===P||void 0===P||P(t)},onErrorCallback:function(e){var n=e.error,t=n.message,r=n.type;c.Am.error(t,{position:c.Am.POSITION.BOTTOM_RIGHT,toastId:r})}})}}),M=(0,i.Z)(B,2),q=M[0],A=M[1].isLoading,W=(0,u.Db)(b.ZP.users.useDelete(null===C||void 0===C?void 0:C.id),{onSuccess:function(e){return(0,w.wD)(e,{callback:function(){null===Z||void 0===Z||Z()},onErrorCallback:function(e){var n=e.error,t=n.errors,r=n.message;alert(r),console.log(t)}})}}),R=(0,i.Z)(W,2),U=R[0],F=R[1].isLoading,G=t?(0,o.Z)(t):[];j&&G.push(y.s7);var Q=!G||!G.includes(y.s7),Y=(0,v.Z)(C);return(0,l.useEffect)((function(){!C||T&&(null===Y||void 0===Y?void 0:Y.id)===(null===C||void 0===C?void 0:C.id)||L((0,g.GL)(C,y.Z3.concat(y.ms).map((function(e){return e.uuid})))),null!==T&&void 0!==T&&T.password||null!==T&&void 0!==T&&T.password_confirmation?(null===T||void 0===T?void 0:T.password)!==(null===T||void 0===T?void 0:T.password_confirmation)?z({password_confirmation:"Password confirmation does not match."}):!Q||null!==T&&void 0!==T&&T.password_current?z(null):z({password_current:"This field is required."}):null!==T&&void 0!==T&&T.password_current&&Q?null!==T&&void 0!==T&&T.password&&null!==T&&void 0!==T&&T.password_confirmation?z(null):z({password:"This field is required.",password_confirmation:"This field is required."}):null!==T&&void 0!==T&&T.password_current||null!==T&&void 0!==T&&T.password||null!==T&&void 0!==T&&T.password_confirmation||z(null)}),[T,Q,C,Y]),(0,O.jsxs)(O.Fragment,{children:[(0,O.jsx)(d.Z,{children:I||"Edit profile"}),(0,O.jsxs)("form",{children:[y.Z3.filter((function(e){var n=e.uuid;return!G||!G.includes(n)})).map((function(e){var n=e.autoComplete,t=e.disabled,o=e.label,i=e.required,c=e.type,l=e.uuid;return(0,O.jsx)(f.Z,{mt:2,children:(0,O.jsx)(m.Z,{autoComplete:n,disabled:t&&!j,label:o,onChange:function(e){N(!1),L((function(n){return x(x({},n),{},(0,r.Z)({},l,e.target.value))}))},primary:!0,required:i,setContentOnMount:!0,type:c,value:(null===T||void 0===T?void 0:T[l])||""})},l)})),!(null!==C&&void 0!==C&&C.owner)&&(0,O.jsx)(f.Z,{mt:2,children:(0,O.jsxs)(p.Z,{disabled:null===n||void 0===n?void 0:n.includes("roles"),label:"Roles",onChange:function(e){N(!1),L((function(n){return x(x({},n),{},{roles:e.target.value})}))},primary:!0,setContentOnMount:!0,value:(null===T||void 0===T?void 0:T.roles)||(null===C||void 0===C?void 0:C.roles)||"",children:[(0,O.jsx)("option",{value:""}),h.K$.map((function(e){return(0,O.jsx)("option",{value:e,children:h.gG[e]},e)}))]})}),(0,O.jsxs)(f.Z,{mt:5,children:[(0,O.jsx)(d.Z,{children:j?"Password":"Change password"}),y.ms.filter((function(e){var n=e.uuid;return!G||!G.includes(n)})).map((function(e){var n=e.autoComplete,t=e.disabled,o=e.label,i=e.required,c=e.type,l=e.uuid;return(0,O.jsx)(f.Z,{mt:2,children:(0,O.jsx)(m.Z,{autoComplete:n,disabled:t,label:o,meta:{error:null===H||void 0===H?void 0:H[l],touched:!(null===H||void 0===H||!H[l])},onChange:function(e){N(!1),L((function(n){return x(x({},n),{},(0,r.Z)({},l,e.target.value))}))},primary:!0,required:i,setContentOnMount:!0,type:c,value:(null===T||void 0===T?void 0:T[l])||""})},l)}))]}),(0,O.jsx)(f.Z,{mt:5,children:(0,O.jsxs)(s.Z,{children:[(0,O.jsx)(a.Z,{disabled:_||H&&!(0,g.Qr)(H),loading:A,onClick:function(){return q({user:T})},primary:!0,children:j?"Create new user":"Update user profile"}),S&&(0,O.jsx)(f.Z,{ml:1,children:(0,O.jsx)(a.Z,{danger:!0,loading:F,onClick:function(){window.confirm("Are you sure you want to delete ".concat(T.username||T.email,"?"))&&U()},children:"Delete user"})})]})})]})]})}},87372:function(e,n,t){var r,o,i,c,l,u,a,s,d=t(82394),p=t(26304),f=t(26653),m=t(9518),h=t(33591),b=t(23831),v=t(2005),y=t(31012),g=t(19711),w=t(49125),O=t(86673),j=t(28598),x=["children","condensed","inline","level","marketing","spacingBelow"];function Z(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?Z(Object(t),!0).forEach((function(n){(0,d.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Z(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var S=(0,m.css)([""," margin:0;"," "," "," "," "," "," "," "," "," "," "," "," ",""],g.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(v.iI,";\n ")}),(function(e){return!e.monospace&&1===Number(e.weightStyle)&&"\n font-family: ".concat(v.LX,";\n ")}),(function(e){return!e.monospace&&2===Number(e.weightStyle)&&"\n font-family: ".concat(v.LX,";\n ")}),(function(e){return!e.monospace&&3===Number(e.weightStyle)&&"\n font-family: ".concat(v.ry,";\n ")}),(function(e){return!e.monospace&&4===Number(e.weightStyle)&&"\n font-family: ".concat(v.YC,";\n ")}),(function(e){return!e.monospace&&5===Number(e.weightStyle)&&"\n font-family: ".concat(v.nF,";\n ")}),(function(e){return!e.monospace&&(6===Number(e.weightStyle)||e.bold)&&"\n font-family: ".concat(v.nF,";\n ")}),(function(e){return!e.monospace&&7===Number(e.weightStyle)&&"\n font-family: ".concat(v.nF,";\n ")}),(function(e){return!e.monospace&&8===Number(e.weightStyle)&&"\n font-family: ".concat(v.nF,";\n ")}),(function(e){return e.lineHeightAuto&&"\n line-height: normal !important;\n "})),I=m.default.div.withConfig({displayName:"Headline__HeadlineContainerStyle",componentId:"sc-12jzt2e-0"})(["",""],(function(e){return"\n color: ".concat((e.theme.content||b.Z.content).active,";\n ")})),C=m.default.h1.withConfig({displayName:"Headline__H1HeroStyle",componentId:"sc-12jzt2e-1"})([""," font-size:42px;line-height:56px;"," "," ",""],S,h.media.md(r||(r=(0,f.Z)(["\n ","\n "])),y.aQ),h.media.lg(o||(o=(0,f.Z)(["\n ","\n "])),y.aQ),h.media.xl(i||(i=(0,f.Z)(["\n ","\n "])),y.aQ)),k=m.default.h1.withConfig({displayName:"Headline__H1Style",componentId:"sc-12jzt2e-2"})([""," ",""],S,y.MJ),_=m.default.h1.withConfig({displayName:"Headline__H1MarketingStyle",componentId:"sc-12jzt2e-3"})([""," "," "," "," "," ",""],S,h.media.xs(c||(c=(0,f.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*w.iI,7*w.iI),h.media.sm(l||(l=(0,f.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*w.iI,7*w.iI),h.media.md(u||(u=(0,f.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*w.iI,7*w.iI),h.media.lg(a||(a=(0,f.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*w.iI,7*w.iI),h.media.xl(s||(s=(0,f.Z)(["\n font-size: ","px;\n line-height: ","px;\n "])),6*w.iI,7*w.iI)),N=m.default.h2.withConfig({displayName:"Headline__H2Style",componentId:"sc-12jzt2e-4"})([""," ",""],S,y.BL),D=m.default.h3.withConfig({displayName:"Headline__H3Style",componentId:"sc-12jzt2e-5"})([""," font-size:24px;line-height:32px;"],S),H=m.default.h4.withConfig({displayName:"Headline__H4Style",componentId:"sc-12jzt2e-6"})([""," font-size:20px;line-height:28px;"],S),z=m.default.h5.withConfig({displayName:"Headline__H5Style",componentId:"sc-12jzt2e-7"})([""," font-size:18px;line-height:26px;"],S),E=m.default.span.withConfig({displayName:"Headline__SpanStyle",componentId:"sc-12jzt2e-8"})([""," "," "," "," ",""],S,(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 "})),T=function(e){var n,t=e.children,r=e.condensed,o=e.inline,i=e.level,c=e.marketing,l=e.spacingBelow,u=(0,p.Z)(e,x);o?n=E:0===Number(i)?n=C:1===Number(i)?n=c?_:k:2===Number(i)?n=N:3===Number(i)?n=D:4===Number(i)?n=H:5===Number(i)&&(n=z);var a=(0,j.jsxs)(n,P(P({},u),{},{level:i,children:[l&&(0,j.jsx)(O.Z,{mb:r?2:3,children:t}),!l&&t]}));return o?a:(0,j.jsx)(I,{children:a})};T.defaultProps={level:3,weightStyle:6},n.Z=T},55378:function(e,n,t){var r=t(82394),o=t(26304),i=t(82684),c=t(9518),l=t(69898),u=t(31969),a=t(49125),s=t(28598),d=["beforeIcon","children","label","multiple","placeholder"];function p(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 f(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,r.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 m=c.default.select.withConfig({displayName:"Select__SelectStyle",componentId:"sc-q6ezu2-0"})(["",' background-image:url("data:image/svg+xml;utf8,','");background-repeat:no-repeat;background-position:-webkit-calc(100% - ',"px) center;background-position:calc(100% - ","px) center;padding-right:","px;&:hover{cursor:pointer;}"," "," "," ",""],l.p,"\n <svg width='12' height='12' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'>\n <path\n clip-rule='evenodd'\n d='M8.0015 11.7109L14.0022 5.71017L12.588 4.29597L7.99485 8.88914L3.40754 4.34482L2 5.76567L8.0015 11.7109Z'\n fill='%23B4B8C0'\n fill-rule='evenodd'\n />\n </svg>",a.iI,a.iI,2.5*a.iI,(function(e){return!e.hasContent&&!e.showPlaceholder&&"\n color: ".concat((e.theme.content||u.Z.content).muted,";\n ")}),(function(e){return e.backgroundColor&&"\n background-color: ".concat(e.backgroundColor,";\n ")}),(function(e){return e.color&&"\n color: ".concat(e.color,";\n ")}),(function(e){return e.showPlaceholder&&"\n color: ".concat((e.theme.content||u.Z.content).inverted,";\n ")})),h=function(e,n){var t=e.beforeIcon,r=e.children,i=e.label,c=e.multiple,u=e.placeholder,a=(0,o.Z)(e,d);return(0,s.jsx)(l.Z,f(f({},a),{},{beforeIcon:t,input:(0,s.jsxs)(m,f(f({multiple:c},a),{},{children:[(i||u)&&(0,s.jsx)("option",{disabled:!0,selected:!0,value:"",children:i||u}),r]})),label:i,placeholder:u,ref:n,setContentOnMount:!0,showLabelRequirement:function(e){return!!e.content}}))};n.Z=i.forwardRef(h)},82944:function(e,n,t){var r=t(82394),o=t(91835),i=t(82684),c=t(9518),l=t(69898),u=t(28598);function a(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?a(Object(t),!0).forEach((function(n){(0,r.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):a(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var d=c.default.input.withConfig({displayName:"TextInput__TextInputStyle",componentId:"sc-1ii4qtc-0"})(["",""],l.p),p=function(e,n){var t=(0,o.Z)({},e);return(0,u.jsx)(l.Z,s(s({},t),{},{input:(0,u.jsx)(d,s({},t)),ref:n}))};n.Z=i.forwardRef(p)}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[7281],{70543:function(e,n,t){t.d(n,{b:function(){return r}});var r="edit"},58122:function(e,n,t){t.d(n,{CL:function(){return b},FS:function(){return f},JZ:function(){return g},e7:function(){return m},v0:function(){return p},wx:function(){return h}});var r=t(75582),o=t(82394),c=t(43313),i=t(93348),a=t(1286),l=t(90211),s=t(84779);function u(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 d(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?u(Object(t),!0).forEach((function(n){(0,o.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):u(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}function p(e){var n=e.statistics,t=Object.keys(n),r=Array(c.Dy.length).fill(0);return 0===t.length?null:(t.forEach((function(e){if(c.Dy.includes(e)){var t=c.CC[e],o=n[e],i=o,a=!1,l=[2,3],u=c.Ub[e],d=c.oH[e],p=c.OD[e];if(c.y_.includes(e))a=!0,l=[2,1,2];else if(e in c.Sq){o=(0,s.Jw)(o,0);var b=c.Sq[e];i=n[b]}var f={columnFlexNumbers:l,name:t,progress:a,rate:i,successDirection:d,warning:p};c.y_.includes(e)||(f.value=o),r[u]=f}})),r)}function b(e){var n=e.columnTypes,t=void 0===n?{}:n,r=e.statistics,o=Object.keys(r);if(0===o.length)return null;var i=Object.values(t),s=i.length,u=[];u.push({name:"Column count",successDirection:c.oH.column_count,value:(0,l.x6)(s)}),o.forEach((function(e){if(c.Zu.includes(e)){var n=c.CC[e],t=r[e],o=c.OD[e];u.push({name:n,successDirection:c.oH[e],value:(0,l.x6)(t),warning:o})}}));var d=(0,a.QO)(i),p=d.countCategory,b=d.countDatetime,f=d.countNumerical;return u.push({name:"Categorical Features",rate:p/s,value:(0,l.x6)(p)},{name:"Numerical Features",rate:f/s,value:(0,l.x6)(f)},{name:"Datetime Features",rate:b/s,value:(0,l.x6)(b)}),u}function f(e){return"string"===typeof e?e:JSON.stringify(e)}function h(e,n){var t,r;return null===e||void 0===e||null===(t=e.find((function(e){var t=e.block;return n(t)})))||void 0===t||null===(r=t.variables)||void 0===r?void 0:r.map((function(e){var n=e.value;return d(d({},e),{},{value:f(n)})}))}function g(e,n){return n===i.Xm.TIME?e.push({uuid:"execution_date",value:"<run datetime>"}):n===i.Xm.EVENT&&e.push({uuid:"event",value:"<trigger event>"}),e}function m(e){return e?Object.entries(e).reduce((function(e,n){var t=(0,r.Z)(n,2),c=t[0],i=t[1],a=i;try{a=JSON.parse(i)}catch(l){}return d(d({},e),{},(0,o.Z)({},c,a))}),{}):e}},22673:function(e,n,t){var r=t(82684),o=t(73199),c=t.n(o),i=t(71593),a=t(9518),l=t(65292),s=t(23831),u=t(2005),d=t(49125),p=t(28598);n.Z=function(e){var n=e.language,t=e.maxWidth,o=e.showLineNumbers,b=e.small,f=e.source,h=e.wrapLines,g=(0,r.useContext)(a.ThemeContext);return(0,p.jsx)(c(),{source:f,renderers:{code:function(e){var r=e.value;return(0,p.jsx)(i.Z,{customStyle:{backgroundColor:(g.background||s.Z.background).popup,border:"none",borderRadius:"none",boxShadow:"none",fontFamily:u.Vp,fontSize:b?12:14,marginBottom:0,marginTop:0,paddingBottom:2*d.iI,paddingTop:2*d.iI,maxWidth:t},lineNumberStyle:{color:(g.content||s.Z.content).muted},language:n,showLineNumbers:o,style:l._4,useInlineStyles:!0,wrapLines:h,children:r})}}})}},65730:function(e,n,t){var r,o=t(82394),c=(t(82684),t(64866)),i=t(21764),a=t(67971),l=t(10919),s=t(86673),u=t(19711),d=t(46261),p=t(10503),b=t(49125),f=t(28598);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 g(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,o.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}!function(e){e.LEFT="left",e.RIGHT="right"}(r||(r={})),n.Z=function(e){var n,t=e.children,o=e.copiedText,h=e.iconPosition,m=void 0===h?r.LEFT:h,x=e.inverted,j=e.linkProps,v=e.linkText,y=e.monospace,O=e.muted,w=e.small,k=e.toastMessage,Z=e.withCopyIcon;return t?n=(0,f.jsx)("span",{children:t}):Z&&(n=(0,f.jsx)(l.Z,g(g({href:"#",inline:!0,muted:O,preventDefault:!0,sameColorAsText:!0,small:w},j),{},{children:(0,f.jsxs)(a.Z,{alignItems:"center",children:[m===r.LEFT&&(0,f.jsx)(s.Z,{mr:v?1:0,children:(0,f.jsx)(a.Z,{alignItems:"center",children:(0,f.jsx)(p.CK,{inverted:x,muted:O,size:2*b.iI})})}),v&&(0,f.jsx)(u.ZP,{inverted:x,monospace:y,muted:O,small:w,children:v}),m===r.RIGHT&&(0,f.jsx)(s.Z,{ml:v?1:0,children:(0,f.jsx)(a.Z,{alignItems:"center",children:(0,f.jsx)(p.CK,{inverted:x,muted:O})})})]})}))),(0,f.jsx)(d.Z,{block:!0,label:"Copy",size:null,widthFitContent:!0,children:(0,f.jsx)(c.CopyToClipboard,{onCopy:function(){return i.Am.success(k||"Successfully copied to clipboard.",{position:i.Am.POSITION.BOTTOM_RIGHT,toastId:o})},text:o,children:n})})}},32316:function(e,n,t){t.d(n,{Z:function(){return h}});var r=t(82684),o=t(60328),c=t(67971),i=t(882),a=t(86673),l=t(99994),s=t(9518),u=t(49125),d=t(37391),p=s.default.div.withConfig({displayName:"indexstyle__TabsContainerStyle",componentId:"sc-segf7l-0"})(["padding-left:","px;padding-right:","px;"," "," ",""],u.cd*u.iI,u.cd*u.iI,(function(e){return e.noPadding&&"\n padding: 0;\n "}),(function(e){return e.allowScroll&&"\n overflow: auto;\n "}),d.w5),b=t(66653),f=t(28598);var h=function(e){var n=e.allowScroll,t=e.contained,s=e.noPadding,d=e.onClickTab,h=e.selectedTabUUID,g=e.small,m=e.tabs,x=(0,r.useMemo)((function(){var e=m.length,n=[];return m.forEach((function(t,r){var s=t.Icon,p=t.IconSelected,m=t.label,x=t.uuid,j=x===h,v=j&&p||s,y=m?m():x,O=(0,f.jsxs)(c.Z,{alignItems:"center",children:[v&&(0,f.jsxs)(f.Fragment,{children:[(0,f.jsx)(v,{default:!j,size:2*u.iI}),(0,f.jsx)(a.Z,{mr:1})]}),y]});r>=1&&e>=2&&n.push((0,f.jsx)("div",{style:{marginLeft:1.5*u.iI}},"spacing-".concat(x))),j?n.push((0,f.jsx)(i.Z,{backgroundGradient:l.yr,backgroundPanel:!0,borderLess:!0,borderWidth:2,compact:g,onClick:function(e){(0,b.j)(e),d(t)},paddingUnitsHorizontal:2,paddingUnitsVertical:1.25,small:g,children:O},x)):n.push((0,f.jsx)("div",{style:{padding:4},children:(0,f.jsx)(o.Z,{borderLess:!0,compact:g,default:!0,onClick:function(e){(0,b.j)(e),d(t)},outline:!0,small:g,children:O},"button-tab-".concat(x))}))})),n}),[d,h,m]),j=(0,f.jsx)(c.Z,{alignItems:"center",children:x});return t?j:(0,f.jsx)(p,{allowScroll:n,noPadding:s,children:j})}},38341:function(e,n,t){var r=t(21831),o=t(82394),c=t(26304),i=(t(82684),t(9518)),a=t(67971),l=t(86673),s=t(19711),u=t(23831),d=t(10503),p=t(73942),b=t(49125),f=t(28598),h=["beforeIcon","checked","disabled","errorMessage","label","labelDescription","large","meta","monospace","onClick","required","small","warning","xsmall"];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 m(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,o.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 x=i.default.div.withConfig({displayName:"Checkbox__CheckboxContainer",componentId:"sc-ujqx42-0"})(["display:inline-block;vertical-align:middle;cursor:pointer;"]),j=i.default.div.withConfig({displayName:"Checkbox__ErrorContainer",componentId:"sc-ujqx42-1"})(["margin-top:4px;"]),v=i.default.input.withConfig({displayName:"Checkbox__HiddenCheckbox",componentId:"sc-ujqx42-2"})(["border:0;clip:rect(0 0 0 0);clippath:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px;",""],(function(e){return e.notClickable&&"\n background-color: ".concat((e.theme.content||u.Z.content).disabled,"\n border-color: ").concat((e.theme.content||u.Z.content).disabled,"\n\n &:hover {\n cursor: not-allowed;\n }\n ")})),y=i.default.div.withConfig({displayName:"Checkbox__StyledCheckbox",componentId:"sc-ujqx42-3"})(["border-radius:","px;height:","px;transition:all 150ms;width:","px;svg{position:relative;visibility:",";}"," "," "," "," input[disabled]{cursor:default;}"," ",""],.5*b.iI,2*b.iI,2*b.iI,(function(e){return e.checked||e.required?"visible":"hidden"}),(function(e){return e.large&&"\n svg {\n left: -4px;\n top: -8px;\n }\n "}),(function(e){return!e.checked&&"\n background-color: ".concat((e.theme.background||u.Z.background).popup,";\n border: ").concat(p.PV,"px ").concat(p.M8," ").concat((e.theme.content||u.Z.content).muted,";\n ")}),(function(e){return e.checked&&"\n background-color: ".concat((e.theme.interactive||u.Z.interactive).checked,";\n border: ").concat(p.YF,"px ").concat(p.M8," transparent;\n ")}),(function(e){return e.required&&"\n background-color: ".concat((e.theme.content||u.Z.content).disabled,";\n border: ").concat(p.YF,"px ").concat(p.M8," transparent;\n ")}),(function(e){return e.disabled&&"\n background-color: ".concat((e.theme.content||u.Z.content).disabled,";\n border-color: ").concat((e.theme.content||u.Z.content).disabled,";\n\n &:hover {\n cursor: not-allowed;\n }\n ")}),(function(e){return e.warning&&"\n background-color: ".concat((e.theme.accent||u.Z.accent).warning,";\n border-color: ").concat((e.theme.interactive||u.Z.interactive).defaultBorder,"\n ")})),O=i.default.label.withConfig({displayName:"Checkbox__LabelStyle",componentId:"sc-ujqx42-4"})(["-ms-flex-direction:column;align-items:center;display:flex;flex-direction:column;flex-direction:row;&:hover{cursor:pointer;}"]);n.Z=function(e){var n=e.beforeIcon,t=e.checked,o=e.disabled,i=e.errorMessage,u=e.label,p=e.labelDescription,g=e.large,w=e.meta,k=e.monospace,Z=void 0!==k&&k,C=e.onClick,P=e.required,I=e.small,D=void 0!==I&&I,S=e.warning,T=e.xsmall,_=void 0!==T&&T,E=(0,c.Z)(e,h),N=S||!!(i||w&&w.touched&&w.error);return(0,f.jsxs)(f.Fragment,{children:[(0,f.jsxs)(O,{onClick:function(e){e.preventDefault(),C&&C(e)},children:[(0,f.jsxs)(x,{children:[(0,f.jsx)(v,m(m({},E),{},{disabled:o?"disabled":void 0,notClickable:o})),(0,f.jsx)(y,{checked:t,disabled:o,large:g,required:P,warning:N,children:(0,f.jsx)(d.Jr,{size:b.iI*(g?3:2)})})]}),n&&(0,f.jsx)(l.Z,{ml:1,children:(0,f.jsx)(a.Z,{children:n})}),u&&(0,f.jsxs)(l.Z,{pl:1,children:["string"===typeof u&&(0,f.jsx)(s.ZP,{disabled:o,lineThrough:o,monospace:Z,small:D,xsmall:_,children:u}),"string"!==typeof u&&u,p&&(0,f.jsx)(s.ZP,{muted:!0,small:!0,children:p})]})]}),(i||w&&w.touched&&w.error)&&(0,f.jsx)(j,{children:(0,f.jsx)(s.ZP,{small:!0,warning:!0,children:i?(0,r.Z)(i):w.error})})]})}},82944:function(e,n,t){var r=t(82394),o=t(91835),c=t(82684),i=t(9518),a=t(69898),l=t(28598);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 u(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,r.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 d=i.default.input.withConfig({displayName:"TextInput__TextInputStyle",componentId:"sc-1ii4qtc-0"})(["",""],a.p),p=function(e,n){var t=(0,o.Z)({},e);return(0,l.jsx)(a.Z,u(u({},t),{},{input:(0,l.jsx)(d,u({},t)),ref:n}))};n.Z=c.forwardRef(p)},70902:function(e,n,t){var r=t(82394),o=t(26304),c=t(82684),i=t(9518),a=t(69898),l=t(23831),s=t(28598),u=["checked","disabled","onCheck"];function d(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?d(Object(t),!0).forEach((function(n){(0,r.Z)(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):d(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}var b=i.default.label.withConfig({displayName:"ToggleSwitch__ToggleSwitchStyle",componentId:"sc-179r5zs-0"})([""," position:relative;display:inline-block;width:","px;min-width:","px;height:",'px;& input[type="checkbox"]{display:none;}& span{position:absolute;cursor:',";background-color:",";border-radius:13px;",';top:0;right:0;bottom:0;left:0;transition:background-color 0.2s ease;}& span::before{position:absolute;content:"";left:2px;top:2px;width:22px;height:22px;background-color:#787A85;border-radius:50%;transition:transform 0.3s ease;}& input[type="checkbox"]:checked + span::before{transform:translateX(20px);}',""],a.p,46,46,26,(function(e){return e.disabled?"not-allowed":"pointer"}),(function(e){return e.disabled?l.Z.monotone.white:l.Z.monotone.black}),(function(e){return e.disabled&&"border: 1px solid ".concat(l.Z.monotone.grey200)}),(function(e){return!e.disabled&&'\n & input[type="checkbox"]:checked + span {\n background-color: #6AA1E0;\n }\n\n & input[type="checkbox"]:checked + span::before {\n background-color: '.concat(l.Z.monotone.white,";\n }\n ")})),f=function(e,n){var t=e.checked,r=e.disabled,c=e.onCheck,i=(0,o.Z)(e,u);return(0,s.jsx)(a.Z,p(p({},i),{},{disabled:r,input:(0,s.jsxs)(b,p(p({},i),{},{disabled:r,noBackground:!0,noBorder:!0,children:[(0,s.jsx)("input",{checked:t,type:"checkbox"}),(0,s.jsx)("span",{onClick:r?null:function(){return null===c||void 0===c?void 0:c((function(e){return!e}))}})]})),noBackground:!0,ref:n}))};n.Z=c.forwardRef(f)}}]);