@gooddata/sdk-ui-ext 11.55.0-alpha.2 → 11.55.0-alpha.4
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/NOTICE +9 -9
- package/esm/index.d.ts +4 -2
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +3 -2
- package/esm/internal/components/configurationControls/conditionalFormatting/ConditionEditor.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/conditionalFormatting/ConditionEditor.js +8 -5
- package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingDialog.d.ts +20 -5
- package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingDialog.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingDialog.js +143 -33
- package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingSection.d.ts +19 -1
- package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingSection.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingSection.js +146 -46
- package/esm/internal/components/configurationControls/conditionalFormatting/conditionalFormattingModel.d.ts +34 -7
- package/esm/internal/components/configurationControls/conditionalFormatting/conditionalFormattingModel.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/conditionalFormatting/conditionalFormattingModel.js +38 -7
- package/esm/internal/components/configurationPanels/PivotTableConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/PivotTableConfigurationPanel.js +9 -4
- package/esm/internal/components/pluggableVisualizations/pivotTableNext/PluggablePivotTableNext.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pivotTableNext/PluggablePivotTableNext.js +18 -18
- package/esm/internal/components/pluggableVisualizations/pivotTableNext/pivotTableNextConfigFromInsight.d.ts +1 -2
- package/esm/internal/components/pluggableVisualizations/pivotTableNext/pivotTableNextConfigFromInsight.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pivotTableNext/pivotTableNextConfigFromInsight.js +3 -9
- package/esm/internal/index.d.ts +1 -0
- package/esm/internal/index.d.ts.map +1 -1
- package/esm/internal/index.js +1 -0
- package/esm/internal/translations/de-DE.localization-bundle.js +2 -2
- package/esm/internal/translations/en-US.localization-bundle.d.ts +14 -2
- package/esm/internal/translations/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/en-US.localization-bundle.js +18 -6
- package/esm/internal/translations/zh-HK.localization-bundle.js +40 -40
- package/esm/internal/translations/zh-Hant.localization-bundle.js +1 -1
- package/esm/internal/utils/embeddingInsightViewCodeGenerator/insightViewConfig.d.ts.map +1 -1
- package/esm/internal/utils/embeddingInsightViewCodeGenerator/insightViewConfig.js +2 -1
- package/esm/internal/utils/propertiesHelper.d.ts +33 -1
- package/esm/internal/utils/propertiesHelper.d.ts.map +1 -1
- package/esm/internal/utils/propertiesHelper.js +43 -1
- package/esm/locales.d.ts +11 -2
- package/esm/locales.d.ts.map +1 -1
- package/esm/locales.js +5 -2
- package/esm/sdk-ui-ext.d.ts +194 -4
- package/esm/share/ObjectShareDialog.d.ts +19 -0
- package/esm/share/ObjectShareDialog.d.ts.map +1 -1
- package/esm/share/ObjectShareDialog.js +8 -1
- package/esm/share/objectShareController.helpers.d.ts +8 -52
- package/esm/share/objectShareController.helpers.d.ts.map +1 -1
- package/esm/share/objectShareController.helpers.js +23 -0
- package/esm/share/objectShareController.types.d.ts +76 -3
- package/esm/share/objectShareController.types.d.ts.map +1 -1
- package/esm/share/useAccessList.d.ts +14 -3
- package/esm/share/useAccessList.d.ts.map +1 -1
- package/esm/share/useAccessList.js +26 -7
- package/esm/share/useApplyObjectPermissions.d.ts +13 -0
- package/esm/share/useApplyObjectPermissions.d.ts.map +1 -0
- package/esm/share/useApplyObjectPermissions.js +33 -0
- package/esm/share/useObjectShareController.d.ts.map +1 -1
- package/esm/share/useObjectShareController.js +20 -9
- package/esm/share/useObjectShareDialog.d.ts +12 -3
- package/esm/share/useObjectShareDialog.d.ts.map +1 -1
- package/esm/share/useObjectShareDialog.js +16 -3
- package/package.json +23 -24
- package/styles/css/main.css +65 -4
- package/styles/css/main.css.map +1 -1
- package/styles/internal/css/conditional_formatting.css +38 -4
- package/styles/internal/css/conditional_formatting.css.map +1 -1
- package/styles/internal/css/insightPicker.css +27 -0
- package/styles/internal/css/insightPicker.css.map +1 -1
- package/styles/internal/scss/conditional_formatting.scss +67 -18
- package/styles/internal/scss/insightPicker.scss +41 -0
|
@@ -165,6 +165,7 @@
|
|
|
165
165
|
}
|
|
166
166
|
|
|
167
167
|
.gd-cf-rule--semantic {
|
|
168
|
+
gap: 8px;
|
|
168
169
|
border: 1px dashed var(--gd-palette-complementary-3);
|
|
169
170
|
}
|
|
170
171
|
.gd-cf-rule--semantic:hover {
|
|
@@ -177,6 +178,14 @@
|
|
|
177
178
|
color: var(--gd-palette-complementary-6);
|
|
178
179
|
}
|
|
179
180
|
|
|
181
|
+
.gd-cf-rule--off {
|
|
182
|
+
opacity: 0.6;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.gd-cf-rule__toggle {
|
|
186
|
+
flex: 0 0 auto;
|
|
187
|
+
}
|
|
188
|
+
|
|
180
189
|
.gd-cf-rule__view {
|
|
181
190
|
flex: 0 0 auto;
|
|
182
191
|
}
|
|
@@ -261,14 +270,29 @@
|
|
|
261
270
|
.gd-cf-dialog__editable--readonly .gd-cf-dialog__add-condition {
|
|
262
271
|
display: none;
|
|
263
272
|
}
|
|
273
|
+
.gd-cf-dialog__use-default {
|
|
274
|
+
display: flex;
|
|
275
|
+
align-items: center;
|
|
276
|
+
gap: 5px;
|
|
277
|
+
}
|
|
278
|
+
.gd-cf-dialog__use-default-info {
|
|
279
|
+
padding: 0;
|
|
280
|
+
border: none;
|
|
281
|
+
background: none;
|
|
282
|
+
color: var(--gd-palette-complementary-6);
|
|
283
|
+
cursor: help;
|
|
284
|
+
}
|
|
264
285
|
.gd-cf-dialog__footer {
|
|
265
286
|
display: flex;
|
|
266
287
|
flex: 0 0 auto;
|
|
267
|
-
|
|
288
|
+
align-items: center;
|
|
268
289
|
gap: 10px;
|
|
269
290
|
padding: 10px;
|
|
270
291
|
border-top: 1px solid var(--gd-palette-complementary-3);
|
|
271
292
|
}
|
|
293
|
+
.gd-cf-dialog__delete {
|
|
294
|
+
margin-right: auto;
|
|
295
|
+
}
|
|
272
296
|
.gd-cf-dialog .gd-input-field {
|
|
273
297
|
width: 100%;
|
|
274
298
|
}
|
|
@@ -361,7 +385,7 @@
|
|
|
361
385
|
display: flex;
|
|
362
386
|
align-items: center;
|
|
363
387
|
gap: 8px;
|
|
364
|
-
padding:
|
|
388
|
+
padding: 7px;
|
|
365
389
|
border: 1px solid var(--gd-palette-complementary-3);
|
|
366
390
|
border-radius: 3px;
|
|
367
391
|
background: var(--gd-palette-complementary-0);
|
|
@@ -372,19 +396,29 @@
|
|
|
372
396
|
font-size: 12px;
|
|
373
397
|
}
|
|
374
398
|
|
|
399
|
+
.gd-cf-scope-toggle {
|
|
400
|
+
padding-left: 8px;
|
|
401
|
+
border-left: 1px solid var(--gd-palette-complementary-3);
|
|
402
|
+
}
|
|
403
|
+
|
|
375
404
|
button.gd-cf-date-value--error {
|
|
376
405
|
border-color: var(--gd-palette-error-base);
|
|
377
406
|
}
|
|
378
407
|
|
|
379
408
|
.gd-cf-swatch {
|
|
380
|
-
display:
|
|
409
|
+
display: flex;
|
|
410
|
+
align-items: center;
|
|
411
|
+
justify-content: center;
|
|
412
|
+
height: 100%;
|
|
413
|
+
}
|
|
414
|
+
.gd-cf-swatch__box {
|
|
381
415
|
width: 20px;
|
|
382
416
|
height: 20px;
|
|
383
417
|
border: 1px solid var(--gd-palette-complementary-4);
|
|
384
418
|
border-radius: 2px;
|
|
385
419
|
background: var(--gd-palette-complementary-0);
|
|
386
420
|
}
|
|
387
|
-
.gd-cf-
|
|
421
|
+
.gd-cf-swatch__box--none {
|
|
388
422
|
background-image: linear-gradient(to top right, transparent calc(50% - 1px), var(--gd-palette-error-base) calc(50% - 1px), var(--gd-palette-error-base) calc(50% + 1px), transparent calc(50% + 1px));
|
|
389
423
|
}
|
|
390
424
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../scss/conditional_formatting.scss"],"names":[],"mappings":"AAEA;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAKJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;;AAMR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;;AAEA;EACI;;;AAKR;EACI;;;AAGJ;AAAA;EAEI;;;AAGJ;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAaJ;EACI;EACA;EACA;EACA;EACA;EACA,YACI;;AAKJ;EACI;EACA;EACA;;AAKJ;EA3BA;EACA;EACA,YACI;EA2BA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAKJ;EACI;EACA;EACA;EACA;;AAGJ;EAEI;;;AAOR;EACI;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;;;
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../scss/conditional_formatting.scss"],"names":[],"mappings":"AAEA;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAKJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;;AAMR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;;AAEA;EACI;;;AAKR;EACI;;;AAGJ;AAAA;EAEI;;;AAGJ;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAaJ;EACI;EACA;EACA;EACA;EACA;EACA,YACI;;AAKJ;EACI;EACA;EACA;;AAKJ;EA3BA;EACA;EACA,YACI;EA2BA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAKJ;EACI;EACA;EACA;EACA;;AAGJ;EAEI;;;AAOR;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;;;AAMR;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EAEI;EACA;EACA;EACA;;AAIA;EACI;;AAIR;EACI;EACA;EACA;;AAIA;AAAA;AAAA;EAGI;;AAIR;EACI;EACA;EACA;;AAKJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YACI;;AAMJ;EACI;;AAGJ;EACI;EACA;;AAKJ;EAjRA;EACA;EACA,YACI;EAiRA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;;AAOR;EACI;EACA;;;AAKJ;EACI;;;AAOJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI","file":"conditional_formatting.css"}
|
|
@@ -2,6 +2,31 @@
|
|
|
2
2
|
font-size: 12px;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
+
.gd-ui-ext-insight-picker .gd-visualizations-list-item {
|
|
6
|
+
margin: 0;
|
|
7
|
+
padding: 0;
|
|
8
|
+
border: none;
|
|
9
|
+
border-radius: 0;
|
|
10
|
+
}
|
|
11
|
+
.gd-ui-ext-insight-picker .gd-visualizations-list-item:hover {
|
|
12
|
+
box-shadow: none;
|
|
13
|
+
}
|
|
14
|
+
.gd-ui-ext-insight-picker .gd-visualizations-list-item .gd-visualizations-list-item-content {
|
|
15
|
+
padding: 5px 0;
|
|
16
|
+
}
|
|
17
|
+
.gd-ui-ext-insight-picker .gd-visualizations-list-item .gd-visualizations-list-item-content .gd-visualizations-list-item-content-name {
|
|
18
|
+
font-size: 14px;
|
|
19
|
+
}
|
|
20
|
+
.gd-ui-ext-insight-picker .gd-visualizations-list-item .gd-visualizations-list-item-actions {
|
|
21
|
+
padding: 5px 10px 5px 0;
|
|
22
|
+
}
|
|
23
|
+
.gd-ui-ext-insight-picker .gd-visualizations-list-item .gd-visualizations-list-item-description {
|
|
24
|
+
padding: 13px 0 5px 2px;
|
|
25
|
+
}
|
|
26
|
+
.gd-ui-ext-insight-picker .gd-visualizations-list-item .gd-vis-type-container {
|
|
27
|
+
padding: 5px 0 5px 10px;
|
|
28
|
+
}
|
|
29
|
+
|
|
5
30
|
.gd-ui-ext-insight-picker-search {
|
|
6
31
|
padding: 0 10px 10px;
|
|
7
32
|
}
|
|
@@ -12,6 +37,7 @@
|
|
|
12
37
|
align-items: center;
|
|
13
38
|
cursor: pointer;
|
|
14
39
|
padding-right: 10px;
|
|
40
|
+
height: 100%;
|
|
15
41
|
}
|
|
16
42
|
.gd-ui-ext-insight-picker-row--with-menu {
|
|
17
43
|
grid-template-columns: 1fr auto;
|
|
@@ -63,6 +89,7 @@
|
|
|
63
89
|
display: flex;
|
|
64
90
|
align-items: center;
|
|
65
91
|
gap: 5px;
|
|
92
|
+
font: inherit;
|
|
66
93
|
padding: 4px 8px;
|
|
67
94
|
border: none;
|
|
68
95
|
border-radius: 3px;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../scss/insightPicker.scss"],"names":[],"mappings":"AAEA;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGA;EACI;;AAMR;EACI;;AAEA;EACI;;;AAKZ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAKR;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAIR;EACI;EACA;EACA;;;AAIA;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIJ;EACI;EACA;EACA;EACA,YACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;;AAKJ;EAEI;EACA","file":"insightPicker.css"}
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../scss/insightPicker.scss"],"names":[],"mappings":"AAEA;EACI;;;AAOA;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAEA;EACI;;AAIR;EACI;;AAGJ;EACI;;AAGJ;EACI;;;AAKZ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EAGA;;AAEA;EACI;;AAGJ;EACI;;AAGA;EACI;;AAMR;EACI;;AAEA;EACI;;;AAKZ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAKR;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAIR;EACI;EACA;EACA;;;AAIA;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIJ;EACI;EACA;EACA;EACA,YACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;;AAKJ;EAEI;EACA","file":"insightPicker.css"}
|
|
@@ -201,10 +201,11 @@
|
|
|
201
201
|
}
|
|
202
202
|
}
|
|
203
203
|
|
|
204
|
-
//
|
|
204
|
+
// Nothing on the row itself is editable (only the toggle and the Edit button), so the base
|
|
205
205
|
// hover's "pop card" bleed — which signals "click me to edit" — doesn't apply here; the dashed
|
|
206
206
|
// border + muted title read as "inherited, not yours to edit here" instead.
|
|
207
207
|
.gd-cf-rule--semantic {
|
|
208
|
+
gap: 8px;
|
|
208
209
|
border: 1px dashed var(--gd-palette-complementary-3);
|
|
209
210
|
|
|
210
211
|
&:hover {
|
|
@@ -219,6 +220,16 @@
|
|
|
219
220
|
}
|
|
220
221
|
}
|
|
221
222
|
|
|
223
|
+
// Suppressed (Custom-with-zero-rules, via `suppressedTargets`) — further muted than a plain Inherited
|
|
224
|
+
// row on top of the shared dashed treatment, so "off" reads as visually quieter than "inherited".
|
|
225
|
+
.gd-cf-rule--off {
|
|
226
|
+
opacity: 0.6;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
.gd-cf-rule__toggle {
|
|
230
|
+
flex: 0 0 auto;
|
|
231
|
+
}
|
|
232
|
+
|
|
222
233
|
.gd-cf-rule__view {
|
|
223
234
|
flex: 0 0 auto;
|
|
224
235
|
}
|
|
@@ -319,15 +330,35 @@
|
|
|
319
330
|
}
|
|
320
331
|
}
|
|
321
332
|
|
|
333
|
+
&__use-default {
|
|
334
|
+
display: flex;
|
|
335
|
+
align-items: center;
|
|
336
|
+
gap: 5px;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
// A real <button> (for keyboard/screen-reader focus) reset back to look like the plain icon
|
|
340
|
+
// the span it replaced used to.
|
|
341
|
+
&__use-default-info {
|
|
342
|
+
padding: 0;
|
|
343
|
+
border: none;
|
|
344
|
+
background: none;
|
|
345
|
+
color: var(--gd-palette-complementary-6);
|
|
346
|
+
cursor: help;
|
|
347
|
+
}
|
|
348
|
+
|
|
322
349
|
&__footer {
|
|
323
350
|
display: flex;
|
|
324
351
|
flex: 0 0 auto;
|
|
325
|
-
|
|
352
|
+
align-items: center;
|
|
326
353
|
gap: 10px;
|
|
327
354
|
padding: 10px;
|
|
328
355
|
border-top: 1px solid var(--gd-palette-complementary-3);
|
|
329
356
|
}
|
|
330
357
|
|
|
358
|
+
&__delete {
|
|
359
|
+
margin-right: auto;
|
|
360
|
+
}
|
|
361
|
+
|
|
331
362
|
.gd-input-field {
|
|
332
363
|
width: 100%;
|
|
333
364
|
}
|
|
@@ -440,7 +471,7 @@
|
|
|
440
471
|
display: flex;
|
|
441
472
|
align-items: center;
|
|
442
473
|
gap: 8px;
|
|
443
|
-
padding:
|
|
474
|
+
padding: 7px;
|
|
444
475
|
border: 1px solid var(--gd-palette-complementary-3);
|
|
445
476
|
border-radius: 3px;
|
|
446
477
|
background: var(--gd-palette-complementary-0);
|
|
@@ -452,27 +483,45 @@
|
|
|
452
483
|
}
|
|
453
484
|
}
|
|
454
485
|
|
|
486
|
+
// Separates the Cell/Row scope toggle from the color pickers, matching the design. Our own wrapper
|
|
487
|
+
// around the kit's UiButtonSegmentedControl — this is popover layout between siblings, not something
|
|
488
|
+
// to style via the kit's internal root class (rename-prone, not part of its public contract).
|
|
489
|
+
.gd-cf-scope-toggle {
|
|
490
|
+
padding-left: 8px;
|
|
491
|
+
border-left: 1px solid var(--gd-palette-complementary-3);
|
|
492
|
+
}
|
|
493
|
+
|
|
455
494
|
// The class sits on the trigger button element itself (DropdownButton's className), so the
|
|
456
495
|
// element+class selector outranks the kit's single-class button styling without naming it.
|
|
457
496
|
button.gd-cf-date-value--error {
|
|
458
497
|
border-color: var(--gd-palette-error-base);
|
|
459
498
|
}
|
|
460
499
|
|
|
500
|
+
// Fills and centers within whatever height ColorDropdown's own trigger wrapper ends up with — its
|
|
501
|
+
// per-instance dynamic class can't be targeted reliably (substring-matching it broke on any rename,
|
|
502
|
+
// and stylelint wouldn't catch that), so this makes OUR OWN markup self-centering instead of
|
|
503
|
+
// reaching into theirs. `__box` is the actual fixed-size visible chip.
|
|
461
504
|
.gd-cf-swatch {
|
|
462
|
-
display:
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
505
|
+
display: flex;
|
|
506
|
+
align-items: center;
|
|
507
|
+
justify-content: center;
|
|
508
|
+
height: 100%;
|
|
509
|
+
|
|
510
|
+
&__box {
|
|
511
|
+
width: 20px;
|
|
512
|
+
height: 20px;
|
|
513
|
+
border: 1px solid var(--gd-palette-complementary-4);
|
|
514
|
+
border-radius: 2px;
|
|
515
|
+
background: var(--gd-palette-complementary-0);
|
|
516
|
+
|
|
517
|
+
&--none {
|
|
518
|
+
background-image: linear-gradient(
|
|
519
|
+
to top right,
|
|
520
|
+
transparent calc(50% - 1px),
|
|
521
|
+
var(--gd-palette-error-base) calc(50% - 1px),
|
|
522
|
+
var(--gd-palette-error-base) calc(50% + 1px),
|
|
523
|
+
transparent calc(50% + 1px)
|
|
524
|
+
);
|
|
525
|
+
}
|
|
477
526
|
}
|
|
478
527
|
}
|
|
@@ -4,6 +4,42 @@
|
|
|
4
4
|
font-size: 12px;
|
|
5
5
|
}
|
|
6
6
|
|
|
7
|
+
// The rows render sdk-ui-kit's insight list item, which is drawn for a dropdown: an inset margin, a
|
|
8
|
+
// rounded border and a lifted hover, all of which fight the flat row-wide highlight painted below
|
|
9
|
+
// it. Flattening the item hands the whole row back to that highlight.
|
|
10
|
+
.gd-ui-ext-insight-picker {
|
|
11
|
+
.gd-visualizations-list-item {
|
|
12
|
+
margin: 0;
|
|
13
|
+
padding: 0;
|
|
14
|
+
border: none;
|
|
15
|
+
border-radius: 0;
|
|
16
|
+
|
|
17
|
+
&:hover {
|
|
18
|
+
box-shadow: none;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.gd-visualizations-list-item-content {
|
|
22
|
+
padding: 5px 0;
|
|
23
|
+
|
|
24
|
+
.gd-visualizations-list-item-content-name {
|
|
25
|
+
font-size: 14px;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.gd-visualizations-list-item-actions {
|
|
30
|
+
padding: 5px 10px 5px 0;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.gd-visualizations-list-item-description {
|
|
34
|
+
padding: 13px 0 5px 2px;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.gd-vis-type-container {
|
|
38
|
+
padding: 5px 0 5px 10px;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
7
43
|
.gd-ui-ext-insight-picker-search {
|
|
8
44
|
padding: 0 10px 10px;
|
|
9
45
|
}
|
|
@@ -14,6 +50,9 @@
|
|
|
14
50
|
align-items: center;
|
|
15
51
|
cursor: pointer;
|
|
16
52
|
padding-right: 10px;
|
|
53
|
+
// The virtualized list gives every row a fixed-height slot. Anything the row leaves unclaimed
|
|
54
|
+
// is a strip its highlight cannot reach.
|
|
55
|
+
height: 100%;
|
|
17
56
|
|
|
18
57
|
&--with-menu {
|
|
19
58
|
grid-template-columns: 1fr auto;
|
|
@@ -76,6 +115,8 @@
|
|
|
76
115
|
display: flex;
|
|
77
116
|
align-items: center;
|
|
78
117
|
gap: 5px;
|
|
118
|
+
// A native button takes the browser's own font rather than the one around it.
|
|
119
|
+
font: inherit;
|
|
79
120
|
padding: 4px 8px;
|
|
80
121
|
border: none;
|
|
81
122
|
border-radius: 3px;
|