@solidxai/core-ui 0.1.12-beta.3 → 0.1.12-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/auth/AuthLayout.d.ts.map +1 -1
- package/dist/components/auth/AuthLayout.js +12 -5
- package/dist/components/auth/AuthLayout.js.map +1 -1
- package/dist/components/auth/AuthLayout.tsx +15 -4
- package/dist/components/auth/AuthSettingsContext.js +1 -1
- package/dist/components/auth/AuthSettingsContext.js.map +1 -1
- package/dist/components/auth/AuthSettingsContext.tsx +1 -1
- package/dist/components/core/chatter/SolidChatterHeader.d.ts.map +1 -1
- package/dist/components/core/chatter/SolidChatterHeader.js +18 -4
- package/dist/components/core/chatter/SolidChatterHeader.js.map +1 -1
- package/dist/components/core/chatter/SolidChatterHeader.tsx +17 -3
- package/dist/components/core/common/SolidGenericImport/SolidImportTransaction.d.ts.map +1 -1
- package/dist/components/core/common/SolidGenericImport/SolidImportTransaction.js +12 -2
- package/dist/components/core/common/SolidGenericImport/SolidImportTransaction.js.map +1 -1
- package/dist/components/core/common/SolidGenericImport/SolidImportTransaction.tsx +12 -1
- package/dist/components/core/extension/solid-core/metadata/MetadataExplorerFormWidget.d.ts +2 -0
- package/dist/components/core/extension/solid-core/metadata/MetadataExplorerFormWidget.d.ts.map +1 -1
- package/dist/components/core/extension/solid-core/metadata/MetadataExplorerFormWidget.js +4 -2
- package/dist/components/core/extension/solid-core/metadata/MetadataExplorerFormWidget.js.map +1 -1
- package/dist/components/core/extension/solid-core/metadata/MetadataExplorerFormWidget.tsx +11 -3
- package/dist/components/core/form/SolidFormView.js +1 -1
- package/dist/components/core/form/SolidFormView.js.map +1 -1
- package/dist/components/core/form/SolidFormView.tsx +1 -1
- package/dist/components/core/form/fields/relations/RolesGroupedByModuleWidget.d.ts.map +1 -1
- package/dist/components/core/form/fields/relations/RolesGroupedByModuleWidget.js +11 -1
- package/dist/components/core/form/fields/relations/RolesGroupedByModuleWidget.js.map +1 -1
- package/dist/components/core/form/fields/relations/RolesGroupedByModuleWidget.tsx +26 -19
- package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.d.ts.map +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.js +13 -5
- package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.js.map +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.tsx +16 -9
- package/dist/components/core/json/SolidJsonEditor.css +7 -0
- package/dist/components/core/list/SolidDataTable.d.ts.map +1 -1
- package/dist/components/core/list/SolidDataTable.js +2 -2
- package/dist/components/core/list/SolidDataTable.js.map +1 -1
- package/dist/components/core/list/SolidDataTable.tsx +2 -1
- package/dist/components/core/list/SolidListView.d.ts.map +1 -1
- package/dist/components/core/list/SolidListView.js +58 -58
- package/dist/components/core/list/SolidListView.js.map +1 -1
- package/dist/components/core/list/SolidListView.tsx +5 -4
- package/dist/components/core/model/FieldMetaDataForm.d.ts +1 -1
- package/dist/components/core/model/FieldMetaDataForm.d.ts.map +1 -1
- package/dist/components/core/model/FieldMetaDataForm.js +119 -102
- package/dist/components/core/model/FieldMetaDataForm.js.map +1 -1
- package/dist/components/core/model/FieldMetaDataForm.tsx +82 -39
- package/dist/components/core/model/FieldSelector.d.ts +5 -1
- package/dist/components/core/model/FieldSelector.d.ts.map +1 -1
- package/dist/components/core/model/FieldSelector.js +25 -6
- package/dist/components/core/model/FieldSelector.js.map +1 -1
- package/dist/components/core/model/FieldSelector.tsx +50 -5
- package/dist/components/core/module/CreateModule.css +60 -6
- package/dist/components/core/module/CreateModule.d.ts.map +1 -1
- package/dist/components/core/module/CreateModule.js +2 -2
- package/dist/components/core/module/CreateModule.js.map +1 -1
- package/dist/components/core/module/CreateModule.tsx +56 -37
- package/dist/components/layout/AdminTopHeader.js +1 -1
- package/dist/components/layout/AdminTopHeader.js.map +1 -1
- package/dist/components/layout/AdminTopHeader.tsx +2 -2
- package/dist/components/shad-cn-ui/SolidSelect.d.ts +2 -1
- package/dist/components/shad-cn-ui/SolidSelect.d.ts.map +1 -1
- package/dist/components/shad-cn-ui/SolidSelect.js +12 -4
- package/dist/components/shad-cn-ui/SolidSelect.js.map +1 -1
- package/dist/components/shad-cn-ui/SolidSelect.tsx +13 -1
- package/dist/helpers/modelViewPersistence.d.ts.map +1 -1
- package/dist/helpers/modelViewPersistence.js +3 -2
- package/dist/helpers/modelViewPersistence.js.map +1 -1
- package/dist/helpers/modelViewPersistence.ts +3 -2
- package/dist/redux/api/datasourceIntrospectionApi.d.ts +43 -1
- package/dist/redux/api/datasourceIntrospectionApi.d.ts.map +1 -1
- package/dist/redux/api/datasourceIntrospectionApi.js +34 -1
- package/dist/redux/api/datasourceIntrospectionApi.js.map +1 -1
- package/dist/redux/api/datasourceIntrospectionApi.ts +61 -0
- package/dist/redux/store/defaultStoreConfig.d.ts +11 -0
- package/dist/redux/store/defaultStoreConfig.d.ts.map +1 -1
- package/dist/resources/solid-custom.css +3 -86
- package/dist/resources/solid-tailwind-generated.css +1 -1
- package/dist/resources/themes/solid-dark-purple/theme-variables.css +226 -0
- package/dist/resources/themes/solid-dark-purple/theme.css +1 -185
- package/dist/resources/themes/solid-light-purple/theme-variables.css +237 -0
- package/dist/resources/themes/solid-light-purple/theme.css +1 -206
- package/dist/routes/pages/admin/core/DatasourceIntrospectionPage.css +396 -31
- package/dist/routes/pages/admin/core/DatasourceIntrospectionPage.d.ts.map +1 -1
- package/dist/routes/pages/admin/core/DatasourceIntrospectionPage.js +680 -152
- package/dist/routes/pages/admin/core/DatasourceIntrospectionPage.js.map +1 -1
- package/dist/routes/pages/admin/core/DatasourceIntrospectionPage.tsx +1358 -441
- package/package.json +1 -1
|
@@ -78,6 +78,215 @@
|
|
|
78
78
|
border-radius: 0.8rem;
|
|
79
79
|
}
|
|
80
80
|
|
|
81
|
+
.sdix-selection-cell {
|
|
82
|
+
display: flex;
|
|
83
|
+
align-items: center;
|
|
84
|
+
justify-content: center;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.sdix-workspace-screen {
|
|
88
|
+
display: flex;
|
|
89
|
+
flex-direction: column;
|
|
90
|
+
gap: 0.85rem;
|
|
91
|
+
flex: 1 1 auto;
|
|
92
|
+
height: calc(100vh - 8.4rem);
|
|
93
|
+
min-height: 0;
|
|
94
|
+
overflow: hidden;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.sdix-workspace-header {
|
|
98
|
+
display: flex;
|
|
99
|
+
align-items: center;
|
|
100
|
+
justify-content: space-between;
|
|
101
|
+
gap: 1rem;
|
|
102
|
+
padding: 0.2rem 0;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.sdix-workspace-header__identity {
|
|
106
|
+
display: flex;
|
|
107
|
+
flex-direction: column;
|
|
108
|
+
gap: 0.12rem;
|
|
109
|
+
min-width: 0;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.sdix-workspace-header__identity--right {
|
|
113
|
+
margin-left: auto;
|
|
114
|
+
text-align: right;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.sdix-workspace-header__identity h2 {
|
|
118
|
+
margin: 0;
|
|
119
|
+
color: #20263a;
|
|
120
|
+
font-size: 1.18rem;
|
|
121
|
+
line-height: 1.2;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.sdix-workspace-header__identity p {
|
|
125
|
+
margin: 0;
|
|
126
|
+
color: #667089;
|
|
127
|
+
font-size: 0.82rem;
|
|
128
|
+
line-height: 1.4;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.sdix-workspace-loading {
|
|
132
|
+
min-height: calc(100vh - 14rem);
|
|
133
|
+
border: 1px solid #e7ebf3;
|
|
134
|
+
border-radius: 1rem;
|
|
135
|
+
background: #fff;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.sdix-wizard-shell {
|
|
139
|
+
display: flex;
|
|
140
|
+
flex-direction: column;
|
|
141
|
+
flex: 1 1 auto;
|
|
142
|
+
gap: 0.85rem;
|
|
143
|
+
min-height: 0;
|
|
144
|
+
overflow: hidden;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.sdix-wizard-stepper {
|
|
148
|
+
display: grid;
|
|
149
|
+
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
150
|
+
gap: 0.45rem;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.sdix-wizard-stepper-item {
|
|
154
|
+
width: 100%;
|
|
155
|
+
min-height: 46px;
|
|
156
|
+
display: flex;
|
|
157
|
+
align-items: center;
|
|
158
|
+
gap: 0.65rem;
|
|
159
|
+
padding: 0.55rem 0.8rem;
|
|
160
|
+
border: 1px solid #e5e8f3;
|
|
161
|
+
border-radius: 0.9rem;
|
|
162
|
+
background: #fff;
|
|
163
|
+
color: #20263a;
|
|
164
|
+
text-align: left;
|
|
165
|
+
transition: border-color 120ms ease, background 120ms ease, opacity 120ms ease;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.sdix-wizard-stepper-item.is-active {
|
|
169
|
+
border-color: #cfc4fb;
|
|
170
|
+
background: #f4f0ff;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.sdix-wizard-stepper-item.is-complete {
|
|
174
|
+
border-color: #bfe6ce;
|
|
175
|
+
background: #eef9f2;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.sdix-wizard-stepper-item.is-disabled {
|
|
179
|
+
opacity: 0.58;
|
|
180
|
+
cursor: not-allowed;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.sdix-wizard-stepper-badge {
|
|
184
|
+
width: 22px;
|
|
185
|
+
height: 22px;
|
|
186
|
+
flex: 0 0 22px;
|
|
187
|
+
display: inline-flex;
|
|
188
|
+
align-items: center;
|
|
189
|
+
justify-content: center;
|
|
190
|
+
border-radius: 999px;
|
|
191
|
+
border: 1px solid #dddff0;
|
|
192
|
+
background: #f2f4fb;
|
|
193
|
+
color: #4b556f;
|
|
194
|
+
font-size: 0.72rem;
|
|
195
|
+
font-weight: 700;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.sdix-wizard-stepper-item.is-active .sdix-wizard-stepper-badge {
|
|
199
|
+
background: var(--primary);
|
|
200
|
+
border-color: var(--primary);
|
|
201
|
+
color: #fff;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
.sdix-wizard-stepper-item.is-complete .sdix-wizard-stepper-badge {
|
|
205
|
+
background: #16a34a;
|
|
206
|
+
border-color: #16a34a;
|
|
207
|
+
color: #fff;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.sdix-wizard-stepper-label {
|
|
211
|
+
font-size: 0.87rem;
|
|
212
|
+
font-weight: 600;
|
|
213
|
+
line-height: 1.25;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.sdix-wizard-panel {
|
|
217
|
+
display: flex;
|
|
218
|
+
flex-direction: column;
|
|
219
|
+
gap: 0.75rem;
|
|
220
|
+
flex: 1 1 auto;
|
|
221
|
+
min-height: 0;
|
|
222
|
+
padding: 1rem 1.05rem;
|
|
223
|
+
border: 1px solid #e7ebf3;
|
|
224
|
+
border-radius: 1rem;
|
|
225
|
+
background: #fff;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
.sdix-wizard-panel__body {
|
|
229
|
+
display: flex;
|
|
230
|
+
flex: 1 1 auto;
|
|
231
|
+
flex-direction: column;
|
|
232
|
+
min-height: 0;
|
|
233
|
+
overflow: auto;
|
|
234
|
+
overflow-x: hidden;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.sdix-wizard-tabs {
|
|
238
|
+
flex: 1 1 auto;
|
|
239
|
+
min-height: 0;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
.sdix-wizard-tab-panel {
|
|
243
|
+
display: flex;
|
|
244
|
+
flex: 1 1 auto;
|
|
245
|
+
flex-direction: column;
|
|
246
|
+
min-height: 0;
|
|
247
|
+
overflow: auto;
|
|
248
|
+
overflow-x: hidden;
|
|
249
|
+
padding-top: 0.45rem;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
.sdix-wizard-footer,
|
|
253
|
+
.sdix-drawer-footer {
|
|
254
|
+
display: flex;
|
|
255
|
+
align-items: center;
|
|
256
|
+
justify-content: space-between;
|
|
257
|
+
gap: 1rem;
|
|
258
|
+
border: 1px solid #e7ebf3;
|
|
259
|
+
border-radius: 1rem;
|
|
260
|
+
background: rgba(255, 255, 255, 0.96);
|
|
261
|
+
backdrop-filter: blur(8px);
|
|
262
|
+
padding: 0.72rem 0.85rem;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
.sdix-wizard-footer__meta,
|
|
266
|
+
.sdix-drawer-footer__meta {
|
|
267
|
+
color: #616b84;
|
|
268
|
+
font-size: 0.8rem;
|
|
269
|
+
line-height: 1.3;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
.sdix-wizard-footer__meta strong,
|
|
273
|
+
.sdix-drawer-footer__meta strong {
|
|
274
|
+
color: #20263a;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
.sdix-wizard-footer__actions,
|
|
278
|
+
.sdix-drawer-footer__actions {
|
|
279
|
+
display: flex;
|
|
280
|
+
align-items: center;
|
|
281
|
+
gap: 0.55rem;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
.sdix-wizard-footer__actions .solid-button,
|
|
285
|
+
.sdix-drawer-footer__actions .solid-button {
|
|
286
|
+
min-height: 2rem;
|
|
287
|
+
padding-inline: 0.8rem;
|
|
288
|
+
}
|
|
289
|
+
|
|
81
290
|
.sdix-workbench {
|
|
82
291
|
display: flex;
|
|
83
292
|
flex-direction: column;
|
|
@@ -380,35 +589,6 @@
|
|
|
380
589
|
min-height: 0;
|
|
381
590
|
}
|
|
382
591
|
|
|
383
|
-
.sdix-detail-callout {
|
|
384
|
-
background: #fbfcff;
|
|
385
|
-
border: 1px solid #e4e9f7;
|
|
386
|
-
}
|
|
387
|
-
|
|
388
|
-
.sdix-system-fields-callout {
|
|
389
|
-
gap: 0.4rem;
|
|
390
|
-
padding: 0.85rem 0.95rem;
|
|
391
|
-
background: #f8faff;
|
|
392
|
-
border-color: #dbe5fb;
|
|
393
|
-
}
|
|
394
|
-
|
|
395
|
-
.sdix-system-fields-callout h3 {
|
|
396
|
-
color: #24304d;
|
|
397
|
-
font-size: 0.9rem;
|
|
398
|
-
}
|
|
399
|
-
|
|
400
|
-
.sdix-system-fields-callout p {
|
|
401
|
-
color: #5d6882;
|
|
402
|
-
font-size: 0.8rem;
|
|
403
|
-
line-height: 1.45;
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
.sdix-system-fields-callout code {
|
|
407
|
-
font-family: "SFMono-Regular", "Menlo", "Monaco", "Consolas", monospace;
|
|
408
|
-
font-size: 0.78rem;
|
|
409
|
-
color: #3c4a71;
|
|
410
|
-
}
|
|
411
|
-
|
|
412
592
|
.sdix-preview-grid,
|
|
413
593
|
.sdix-metadata-preview {
|
|
414
594
|
display: grid;
|
|
@@ -420,6 +600,16 @@
|
|
|
420
600
|
margin-bottom: 0.15rem;
|
|
421
601
|
}
|
|
422
602
|
|
|
603
|
+
.sdix-drawer-tabs .solid-notebook-tablist {
|
|
604
|
+
width: 100% !important;
|
|
605
|
+
max-width: 100%;
|
|
606
|
+
flex-shrink: 0;
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
.sdix-drawer-tabs .solid-notebook-content {
|
|
610
|
+
padding-top: 0.4rem;
|
|
611
|
+
}
|
|
612
|
+
|
|
423
613
|
.sdix-drawer-tabs {
|
|
424
614
|
display: flex;
|
|
425
615
|
flex: 1 1 auto;
|
|
@@ -471,6 +661,12 @@
|
|
|
471
661
|
font-weight: 600;
|
|
472
662
|
}
|
|
473
663
|
|
|
664
|
+
.sdix-description-textarea {
|
|
665
|
+
min-height: 5.35rem;
|
|
666
|
+
padding: 0.72rem 0.82rem !important;
|
|
667
|
+
line-height: 1.5 !important;
|
|
668
|
+
}
|
|
669
|
+
|
|
474
670
|
.sdix-form-field--full {
|
|
475
671
|
grid-column: 1 / -1;
|
|
476
672
|
}
|
|
@@ -556,9 +752,9 @@
|
|
|
556
752
|
}
|
|
557
753
|
|
|
558
754
|
.sdix-column-row--mapping {
|
|
559
|
-
grid-template-columns: 1.
|
|
755
|
+
grid-template-columns: 0.48fr 1.1fr 1.05fr 1.05fr 0.8fr 0.78fr 0.92fr 0.9fr;
|
|
560
756
|
align-items: center;
|
|
561
|
-
min-width:
|
|
757
|
+
min-width: 1120px;
|
|
562
758
|
}
|
|
563
759
|
|
|
564
760
|
.sdix-column-meta {
|
|
@@ -579,11 +775,25 @@
|
|
|
579
775
|
font-size: 0.7rem;
|
|
580
776
|
}
|
|
581
777
|
|
|
778
|
+
.sdix-inline-note-stack {
|
|
779
|
+
display: flex;
|
|
780
|
+
flex-wrap: wrap;
|
|
781
|
+
gap: 0.45rem;
|
|
782
|
+
margin-top: 0.22rem;
|
|
783
|
+
}
|
|
784
|
+
|
|
582
785
|
.sdix-column-action {
|
|
583
786
|
display: flex;
|
|
584
787
|
justify-content: flex-end;
|
|
585
788
|
}
|
|
586
789
|
|
|
790
|
+
.sdix-column-action-stack {
|
|
791
|
+
display: flex;
|
|
792
|
+
align-items: center;
|
|
793
|
+
justify-content: flex-end;
|
|
794
|
+
gap: 0.4rem;
|
|
795
|
+
}
|
|
796
|
+
|
|
587
797
|
.sdix-column-include {
|
|
588
798
|
display: flex;
|
|
589
799
|
align-items: center;
|
|
@@ -600,6 +810,25 @@
|
|
|
600
810
|
justify-content: center;
|
|
601
811
|
}
|
|
602
812
|
|
|
813
|
+
.sdix-column-action-chip {
|
|
814
|
+
border-color: transparent !important;
|
|
815
|
+
}
|
|
816
|
+
|
|
817
|
+
.sdix-column-action-chip--managed {
|
|
818
|
+
background: #eef2fb !important;
|
|
819
|
+
color: #5e6d8c !important;
|
|
820
|
+
}
|
|
821
|
+
|
|
822
|
+
.sdix-column-action-chip--required {
|
|
823
|
+
background: #f4edff !important;
|
|
824
|
+
color: #7152d8 !important;
|
|
825
|
+
}
|
|
826
|
+
|
|
827
|
+
.sdix-column-action-icon {
|
|
828
|
+
min-width: 2rem;
|
|
829
|
+
padding-inline: 0.45rem !important;
|
|
830
|
+
}
|
|
831
|
+
|
|
603
832
|
.sdix-column-placeholder {
|
|
604
833
|
color: #8a93a8;
|
|
605
834
|
font-size: 0.86rem;
|
|
@@ -662,17 +891,126 @@
|
|
|
662
891
|
.sdix-review-panel {
|
|
663
892
|
display: flex;
|
|
664
893
|
flex-direction: column;
|
|
894
|
+
flex: 1 1 auto;
|
|
665
895
|
gap: 0.8rem;
|
|
896
|
+
min-height: 0;
|
|
666
897
|
}
|
|
667
898
|
|
|
668
899
|
.sdix-review-panel--metadata {
|
|
669
900
|
flex: 1 1 auto;
|
|
901
|
+
height: 100%;
|
|
670
902
|
min-height: 0;
|
|
671
903
|
}
|
|
672
904
|
|
|
673
905
|
.sdix-review-panel--migration {
|
|
674
906
|
flex: 1 1 auto;
|
|
907
|
+
height: 100%;
|
|
908
|
+
min-height: 0;
|
|
909
|
+
}
|
|
910
|
+
|
|
911
|
+
.sdix-stage-panel {
|
|
912
|
+
display: flex;
|
|
913
|
+
flex-direction: column;
|
|
914
|
+
gap: 0.9rem;
|
|
915
|
+
min-height: 0;
|
|
916
|
+
}
|
|
917
|
+
|
|
918
|
+
.sdix-stage-panel__header {
|
|
919
|
+
display: flex;
|
|
920
|
+
flex-direction: column;
|
|
921
|
+
gap: 0.28rem;
|
|
922
|
+
}
|
|
923
|
+
|
|
924
|
+
.sdix-stage-panel__eyebrow {
|
|
925
|
+
font-size: 0.72rem;
|
|
926
|
+
font-weight: 700;
|
|
927
|
+
text-transform: uppercase;
|
|
928
|
+
letter-spacing: 0.04em;
|
|
929
|
+
color: #7a63e4;
|
|
930
|
+
}
|
|
931
|
+
|
|
932
|
+
.sdix-stage-panel__header h3 {
|
|
933
|
+
margin: 0;
|
|
934
|
+
color: #20263a;
|
|
935
|
+
font-size: 1.02rem;
|
|
936
|
+
}
|
|
937
|
+
|
|
938
|
+
.sdix-stage-panel__header p {
|
|
939
|
+
margin: 0;
|
|
940
|
+
color: #6f768d;
|
|
941
|
+
font-size: 0.82rem;
|
|
942
|
+
line-height: 1.5;
|
|
943
|
+
max-width: 62rem;
|
|
944
|
+
}
|
|
945
|
+
|
|
946
|
+
.sdix-stage-panel__body {
|
|
947
|
+
display: flex;
|
|
948
|
+
flex-direction: column;
|
|
949
|
+
gap: 0.8rem;
|
|
675
950
|
min-height: 0;
|
|
951
|
+
flex: 1 1 auto;
|
|
952
|
+
}
|
|
953
|
+
|
|
954
|
+
.sdix-stage-panel__actions {
|
|
955
|
+
display: flex;
|
|
956
|
+
justify-content: center;
|
|
957
|
+
}
|
|
958
|
+
|
|
959
|
+
.sdix-stage-panel__card {
|
|
960
|
+
display: flex;
|
|
961
|
+
flex-direction: column;
|
|
962
|
+
gap: 0.45rem;
|
|
963
|
+
padding: 0.9rem 0.95rem;
|
|
964
|
+
border: 1px solid #e7ebf3;
|
|
965
|
+
border-radius: 0.9rem;
|
|
966
|
+
background: #fbfcff;
|
|
967
|
+
}
|
|
968
|
+
|
|
969
|
+
.sdix-stage-panel__card-title {
|
|
970
|
+
color: #20263a;
|
|
971
|
+
font-size: 0.83rem;
|
|
972
|
+
font-weight: 700;
|
|
973
|
+
}
|
|
974
|
+
|
|
975
|
+
.sdix-stage-panel__list {
|
|
976
|
+
margin: 0;
|
|
977
|
+
padding-left: 1rem;
|
|
978
|
+
color: #54607b;
|
|
979
|
+
font-size: 0.81rem;
|
|
980
|
+
line-height: 1.55;
|
|
981
|
+
}
|
|
982
|
+
|
|
983
|
+
.sdix-stage-panel__command {
|
|
984
|
+
margin: 0;
|
|
985
|
+
color: #1f2638;
|
|
986
|
+
font-size: 0.81rem;
|
|
987
|
+
line-height: 1.55;
|
|
988
|
+
font-family: "SFMono-Regular", "Menlo", "Monaco", "Consolas", monospace;
|
|
989
|
+
white-space: pre-wrap;
|
|
990
|
+
word-break: break-word;
|
|
991
|
+
}
|
|
992
|
+
|
|
993
|
+
.sdix-stage-progress {
|
|
994
|
+
flex: 1 1 auto;
|
|
995
|
+
min-height: 18rem;
|
|
996
|
+
}
|
|
997
|
+
|
|
998
|
+
.sdix-stage-progress h3 {
|
|
999
|
+
margin: 0;
|
|
1000
|
+
color: #20263a;
|
|
1001
|
+
font-size: 1rem;
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
.sdix-stage-progress p {
|
|
1005
|
+
margin: 0;
|
|
1006
|
+
max-width: 40rem;
|
|
1007
|
+
color: #6f768d;
|
|
1008
|
+
font-size: 0.82rem;
|
|
1009
|
+
line-height: 1.5;
|
|
1010
|
+
}
|
|
1011
|
+
|
|
1012
|
+
.sdix-stage-progress--warning {
|
|
1013
|
+
justify-content: center;
|
|
676
1014
|
}
|
|
677
1015
|
|
|
678
1016
|
.sdix-review-meta {
|
|
@@ -735,6 +1073,7 @@
|
|
|
735
1073
|
.sdix-json-editor {
|
|
736
1074
|
flex: 1 1 auto;
|
|
737
1075
|
min-height: 0;
|
|
1076
|
+
height: 100%;
|
|
738
1077
|
font-family: "SFMono-Regular", "Menlo", "Monaco", "Consolas", monospace;
|
|
739
1078
|
font-size: 0.8rem;
|
|
740
1079
|
line-height: 1.55;
|
|
@@ -769,6 +1108,11 @@
|
|
|
769
1108
|
width: 100%;
|
|
770
1109
|
}
|
|
771
1110
|
|
|
1111
|
+
.sdix-workspace-header {
|
|
1112
|
+
flex-direction: column;
|
|
1113
|
+
align-items: stretch;
|
|
1114
|
+
}
|
|
1115
|
+
|
|
772
1116
|
.sdix-drawer.solid-radix-dialog-content {
|
|
773
1117
|
width: min(78vw, 1120px);
|
|
774
1118
|
max-width: min(78vw, 1120px);
|
|
@@ -782,6 +1126,16 @@
|
|
|
782
1126
|
.sdix-columns__legend {
|
|
783
1127
|
justify-content: flex-start;
|
|
784
1128
|
}
|
|
1129
|
+
|
|
1130
|
+
.sdix-wizard-stepper {
|
|
1131
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
1132
|
+
}
|
|
1133
|
+
}
|
|
1134
|
+
|
|
1135
|
+
@media (max-width: 760px) {
|
|
1136
|
+
.sdix-wizard-stepper {
|
|
1137
|
+
grid-template-columns: 1fr;
|
|
1138
|
+
}
|
|
785
1139
|
}
|
|
786
1140
|
|
|
787
1141
|
@media (max-width: 840px) {
|
|
@@ -817,11 +1171,22 @@
|
|
|
817
1171
|
text-align: left;
|
|
818
1172
|
}
|
|
819
1173
|
|
|
1174
|
+
.sdix-workspace-header__identity--right {
|
|
1175
|
+
margin-left: 0;
|
|
1176
|
+
text-align: left;
|
|
1177
|
+
}
|
|
1178
|
+
|
|
1179
|
+
.sdix-wizard-stepper {
|
|
1180
|
+
grid-template-columns: 1fr;
|
|
1181
|
+
}
|
|
1182
|
+
|
|
1183
|
+
.sdix-wizard-footer,
|
|
820
1184
|
.sdix-drawer-footer {
|
|
821
1185
|
flex-direction: column;
|
|
822
1186
|
align-items: stretch;
|
|
823
1187
|
}
|
|
824
1188
|
|
|
1189
|
+
.sdix-wizard-footer__actions,
|
|
825
1190
|
.sdix-drawer-footer__actions {
|
|
826
1191
|
justify-content: flex-end;
|
|
827
1192
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DatasourceIntrospectionPage.d.ts","sourceRoot":"","sources":["../../../../../src/routes/pages/admin/core/DatasourceIntrospectionPage.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DatasourceIntrospectionPage.d.ts","sourceRoot":"","sources":["../../../../../src/routes/pages/admin/core/DatasourceIntrospectionPage.tsx"],"names":[],"mappings":"AAwDA,OAAO,mCAAmC,CAAC;AA+jB3C,wBAAgB,2BAA2B,4CAo9D1C"}
|