@gooddata/sdk-ui-ext 10.17.0-alpha.0 → 10.17.0-alpha.2

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.
Files changed (84) hide show
  1. package/NOTICE +591 -1
  2. package/esm/internal/assets/icons/icon-code.svg +1 -0
  3. package/esm/internal/assets/icons/icon-error.svg +1 -0
  4. package/esm/internal/components/configurationControls/advanced/AdvancedSection.d.ts +15 -0
  5. package/esm/internal/components/configurationControls/advanced/AdvancedSection.d.ts.map +1 -0
  6. package/esm/internal/components/configurationControls/advanced/AdvancedSection.js +35 -0
  7. package/esm/internal/components/configurationControls/advanced/AdvancedSection.js.map +1 -0
  8. package/esm/internal/components/configurationControls/advanced/CodeMirrorEditor.d.ts +9 -0
  9. package/esm/internal/components/configurationControls/advanced/CodeMirrorEditor.d.ts.map +1 -0
  10. package/esm/internal/components/configurationControls/advanced/CodeMirrorEditor.js +59 -0
  11. package/esm/internal/components/configurationControls/advanced/CodeMirrorEditor.js.map +1 -0
  12. package/esm/internal/components/configurationControls/advanced/ConfigEditor.d.ts +8 -0
  13. package/esm/internal/components/configurationControls/advanced/ConfigEditor.d.ts.map +1 -0
  14. package/esm/internal/components/configurationControls/advanced/ConfigEditor.js +59 -0
  15. package/esm/internal/components/configurationControls/advanced/ConfigEditor.js.map +1 -0
  16. package/esm/internal/components/configurationControls/advanced/SnippetItem.d.ts +11 -0
  17. package/esm/internal/components/configurationControls/advanced/SnippetItem.d.ts.map +1 -0
  18. package/esm/internal/components/configurationControls/advanced/SnippetItem.js +21 -0
  19. package/esm/internal/components/configurationControls/advanced/SnippetItem.js.map +1 -0
  20. package/esm/internal/components/configurationControls/advanced/snippets.d.ts +16 -0
  21. package/esm/internal/components/configurationControls/advanced/snippets.d.ts.map +1 -0
  22. package/esm/internal/components/configurationControls/advanced/snippets.js +192 -0
  23. package/esm/internal/components/configurationControls/advanced/snippets.js.map +1 -0
  24. package/esm/internal/components/configurationControls/advanced/useOverflow.d.ts +2 -0
  25. package/esm/internal/components/configurationControls/advanced/useOverflow.d.ts.map +1 -0
  26. package/esm/internal/components/configurationControls/advanced/useOverflow.js +24 -0
  27. package/esm/internal/components/configurationControls/advanced/useOverflow.js.map +1 -0
  28. package/esm/internal/components/configurationPanels/BaseChartConfigurationPanel.d.ts.map +1 -1
  29. package/esm/internal/components/configurationPanels/BaseChartConfigurationPanel.js +3 -2
  30. package/esm/internal/components/configurationPanels/BaseChartConfigurationPanel.js.map +1 -1
  31. package/esm/internal/components/configurationPanels/BubbleChartConfigurationPanel.d.ts.map +1 -1
  32. package/esm/internal/components/configurationPanels/BubbleChartConfigurationPanel.js +3 -2
  33. package/esm/internal/components/configurationPanels/BubbleChartConfigurationPanel.js.map +1 -1
  34. package/esm/internal/components/configurationPanels/BulletChartConfigurationPanel.d.ts.map +1 -1
  35. package/esm/internal/components/configurationPanels/BulletChartConfigurationPanel.js +3 -2
  36. package/esm/internal/components/configurationPanels/BulletChartConfigurationPanel.js.map +1 -1
  37. package/esm/internal/components/configurationPanels/ConfigurationPanelContent.d.ts +1 -0
  38. package/esm/internal/components/configurationPanels/ConfigurationPanelContent.d.ts.map +1 -1
  39. package/esm/internal/components/configurationPanels/ConfigurationPanelContent.js +5 -0
  40. package/esm/internal/components/configurationPanels/ConfigurationPanelContent.js.map +1 -1
  41. package/esm/internal/components/configurationPanels/FunnelChartConfigurationPanel.d.ts.map +1 -1
  42. package/esm/internal/components/configurationPanels/FunnelChartConfigurationPanel.js +3 -2
  43. package/esm/internal/components/configurationPanels/FunnelChartConfigurationPanel.js.map +1 -1
  44. package/esm/internal/components/configurationPanels/HeadlineConfigurationPanel.d.ts.map +1 -1
  45. package/esm/internal/components/configurationPanels/HeadlineConfigurationPanel.js +2 -1
  46. package/esm/internal/components/configurationPanels/HeadlineConfigurationPanel.js.map +1 -1
  47. package/esm/internal/components/configurationPanels/HeatMapConfigurationPanel.d.ts.map +1 -1
  48. package/esm/internal/components/configurationPanels/HeatMapConfigurationPanel.js +3 -2
  49. package/esm/internal/components/configurationPanels/HeatMapConfigurationPanel.js.map +1 -1
  50. package/esm/internal/components/configurationPanels/LineChartBasedConfigurationPanel.d.ts.map +1 -1
  51. package/esm/internal/components/configurationPanels/LineChartBasedConfigurationPanel.js +2 -1
  52. package/esm/internal/components/configurationPanels/LineChartBasedConfigurationPanel.js.map +1 -1
  53. package/esm/internal/components/configurationPanels/PieChartConfigurationPanel.d.ts.map +1 -1
  54. package/esm/internal/components/configurationPanels/PieChartConfigurationPanel.js +3 -2
  55. package/esm/internal/components/configurationPanels/PieChartConfigurationPanel.js.map +1 -1
  56. package/esm/internal/components/configurationPanels/PyramidChartConfigurationPanel.d.ts.map +1 -1
  57. package/esm/internal/components/configurationPanels/PyramidChartConfigurationPanel.js +3 -2
  58. package/esm/internal/components/configurationPanels/PyramidChartConfigurationPanel.js.map +1 -1
  59. package/esm/internal/components/configurationPanels/RepeaterConfigurationPanel.d.ts.map +1 -1
  60. package/esm/internal/components/configurationPanels/RepeaterConfigurationPanel.js +2 -1
  61. package/esm/internal/components/configurationPanels/RepeaterConfigurationPanel.js.map +1 -1
  62. package/esm/internal/components/configurationPanels/SankeyChartConfigurationPanel.d.ts.map +1 -1
  63. package/esm/internal/components/configurationPanels/SankeyChartConfigurationPanel.js +3 -2
  64. package/esm/internal/components/configurationPanels/SankeyChartConfigurationPanel.js.map +1 -1
  65. package/esm/internal/components/configurationPanels/ScatterPlotConfigurationPanel.d.ts.map +1 -1
  66. package/esm/internal/components/configurationPanels/ScatterPlotConfigurationPanel.js +2 -1
  67. package/esm/internal/components/configurationPanels/ScatterPlotConfigurationPanel.js.map +1 -1
  68. package/esm/internal/components/configurationPanels/TreeMapConfigurationPanel.d.ts.map +1 -1
  69. package/esm/internal/components/configurationPanels/TreeMapConfigurationPanel.js +3 -2
  70. package/esm/internal/components/configurationPanels/TreeMapConfigurationPanel.js.map +1 -1
  71. package/esm/internal/components/configurationPanels/WaterfallChartConfigurationPanel.d.ts.map +1 -1
  72. package/esm/internal/components/configurationPanels/WaterfallChartConfigurationPanel.js +3 -2
  73. package/esm/internal/components/configurationPanels/WaterfallChartConfigurationPanel.js.map +1 -1
  74. package/esm/internal/constants/supportedProperties.d.ts.map +1 -1
  75. package/esm/internal/constants/supportedProperties.js +11 -0
  76. package/esm/internal/constants/supportedProperties.js.map +1 -1
  77. package/esm/internal/translations/en-US.json +40 -0
  78. package/esm/locales.d.ts.map +1 -1
  79. package/esm/locales.js +6 -0
  80. package/esm/locales.js.map +1 -1
  81. package/package.json +22 -18
  82. package/styles/internal/css/config_panel.css +772 -0
  83. package/styles/internal/css/config_panel.css.map +1 -1
  84. package/styles/internal/scss/config_panel.scss +236 -0
@@ -1,3 +1,585 @@
1
+ /* BASICS */
2
+ .CodeMirror {
3
+ /* Set height, width, borders, and global font properties here */
4
+ font-family: monospace;
5
+ height: 300px;
6
+ color: black;
7
+ direction: ltr;
8
+ }
9
+
10
+ /* PADDING */
11
+ .CodeMirror-lines {
12
+ padding: 4px 0; /* Vertical padding around content */
13
+ }
14
+
15
+ .CodeMirror pre.CodeMirror-line,
16
+ .CodeMirror pre.CodeMirror-line-like {
17
+ padding: 0 4px; /* Horizontal padding of content */
18
+ }
19
+
20
+ .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
21
+ background-color: white; /* The little square between H and V scrollbars */
22
+ }
23
+
24
+ /* GUTTER */
25
+ .CodeMirror-gutters {
26
+ border-right: 1px solid #ddd;
27
+ background-color: #f7f7f7;
28
+ white-space: nowrap;
29
+ }
30
+
31
+ .CodeMirror-linenumber {
32
+ padding: 0 3px 0 5px;
33
+ min-width: 20px;
34
+ text-align: right;
35
+ color: #999;
36
+ white-space: nowrap;
37
+ }
38
+
39
+ .CodeMirror-guttermarker {
40
+ color: black;
41
+ }
42
+
43
+ .CodeMirror-guttermarker-subtle {
44
+ color: #999;
45
+ }
46
+
47
+ /* CURSOR */
48
+ .CodeMirror-cursor {
49
+ border-left: 1px solid black;
50
+ border-right: none;
51
+ width: 0;
52
+ }
53
+
54
+ /* Shown when moving in bi-directional text */
55
+ .CodeMirror div.CodeMirror-secondarycursor {
56
+ border-left: 1px solid silver;
57
+ }
58
+
59
+ .cm-fat-cursor .CodeMirror-cursor {
60
+ width: auto;
61
+ border: 0 !important;
62
+ background: #7e7;
63
+ }
64
+
65
+ .cm-fat-cursor div.CodeMirror-cursors {
66
+ z-index: 1;
67
+ }
68
+
69
+ .cm-fat-cursor .CodeMirror-line::selection,
70
+ .cm-fat-cursor .CodeMirror-line > span::selection,
71
+ .cm-fat-cursor .CodeMirror-line > span > span::selection {
72
+ background: transparent;
73
+ }
74
+
75
+ .cm-fat-cursor .CodeMirror-line::-moz-selection,
76
+ .cm-fat-cursor .CodeMirror-line > span::-moz-selection,
77
+ .cm-fat-cursor .CodeMirror-line > span > span::-moz-selection {
78
+ background: transparent;
79
+ }
80
+
81
+ .cm-fat-cursor {
82
+ caret-color: transparent;
83
+ }
84
+
85
+ @-moz-keyframes blink {
86
+ 50% {
87
+ background-color: transparent;
88
+ }
89
+ }
90
+ @-webkit-keyframes blink {
91
+ 50% {
92
+ background-color: transparent;
93
+ }
94
+ }
95
+ @keyframes blink {
96
+ 50% {
97
+ background-color: transparent;
98
+ }
99
+ }
100
+ /* Can style cursor different in overwrite (non-insert) mode */
101
+ .cm-tab {
102
+ display: inline-block;
103
+ text-decoration: inherit;
104
+ }
105
+
106
+ .CodeMirror-rulers {
107
+ position: absolute;
108
+ left: 0;
109
+ right: 0;
110
+ top: -50px;
111
+ bottom: 0;
112
+ overflow: hidden;
113
+ }
114
+
115
+ .CodeMirror-ruler {
116
+ border-left: 1px solid #ccc;
117
+ top: 0;
118
+ bottom: 0;
119
+ position: absolute;
120
+ }
121
+
122
+ /* DEFAULT THEME */
123
+ .cm-s-default .cm-header {
124
+ color: blue;
125
+ }
126
+
127
+ .cm-s-default .cm-quote {
128
+ color: #090;
129
+ }
130
+
131
+ .cm-negative {
132
+ color: #d44;
133
+ }
134
+
135
+ .cm-positive {
136
+ color: #292;
137
+ }
138
+
139
+ .cm-header, .cm-strong {
140
+ font-weight: bold;
141
+ }
142
+
143
+ .cm-em {
144
+ font-style: italic;
145
+ }
146
+
147
+ .cm-link {
148
+ text-decoration: underline;
149
+ }
150
+
151
+ .cm-strikethrough {
152
+ text-decoration: line-through;
153
+ }
154
+
155
+ .cm-s-default .cm-keyword {
156
+ color: #708;
157
+ }
158
+
159
+ .cm-s-default .cm-atom {
160
+ color: #219;
161
+ }
162
+
163
+ .cm-s-default .cm-number {
164
+ color: #164;
165
+ }
166
+
167
+ .cm-s-default .cm-def {
168
+ color: #00f;
169
+ }
170
+
171
+ .cm-s-default .cm-variable-2 {
172
+ color: #05a;
173
+ }
174
+
175
+ .cm-s-default .cm-variable-3, .cm-s-default .cm-type {
176
+ color: #085;
177
+ }
178
+
179
+ .cm-s-default .cm-comment {
180
+ color: #a50;
181
+ }
182
+
183
+ .cm-s-default .cm-string {
184
+ color: #a11;
185
+ }
186
+
187
+ .cm-s-default .cm-string-2 {
188
+ color: #f50;
189
+ }
190
+
191
+ .cm-s-default .cm-meta {
192
+ color: #555;
193
+ }
194
+
195
+ .cm-s-default .cm-qualifier {
196
+ color: #555;
197
+ }
198
+
199
+ .cm-s-default .cm-builtin {
200
+ color: #30a;
201
+ }
202
+
203
+ .cm-s-default .cm-bracket {
204
+ color: #997;
205
+ }
206
+
207
+ .cm-s-default .cm-tag {
208
+ color: #170;
209
+ }
210
+
211
+ .cm-s-default .cm-attribute {
212
+ color: #00c;
213
+ }
214
+
215
+ .cm-s-default .cm-hr {
216
+ color: #999;
217
+ }
218
+
219
+ .cm-s-default .cm-link {
220
+ color: #00c;
221
+ }
222
+
223
+ .cm-s-default .cm-error {
224
+ color: #f00;
225
+ }
226
+
227
+ .cm-invalidchar {
228
+ color: #f00;
229
+ }
230
+
231
+ .CodeMirror-composing {
232
+ border-bottom: 2px solid;
233
+ }
234
+
235
+ /* Default styles for common addons */
236
+ div.CodeMirror span.CodeMirror-matchingbracket {
237
+ color: #0b0;
238
+ }
239
+
240
+ div.CodeMirror span.CodeMirror-nonmatchingbracket {
241
+ color: #a22;
242
+ }
243
+
244
+ .CodeMirror-matchingtag {
245
+ background: rgba(255, 150, 0, 0.3);
246
+ }
247
+
248
+ .CodeMirror-activeline-background {
249
+ background: #e8f2ff;
250
+ }
251
+
252
+ /* STOP */
253
+ /* The rest of this file contains styles related to the mechanics of
254
+ the editor. You probably shouldn't touch them. */
255
+ .CodeMirror {
256
+ position: relative;
257
+ overflow: hidden;
258
+ background: white;
259
+ }
260
+
261
+ .CodeMirror-scroll {
262
+ overflow: scroll !important; /* Things will break if this is overridden */
263
+ /* 50px is the magic margin used to hide the element's real scrollbars */
264
+ /* See overflow: hidden in .CodeMirror */
265
+ margin-bottom: -50px;
266
+ margin-right: -50px;
267
+ padding-bottom: 50px;
268
+ height: 100%;
269
+ outline: none; /* Prevent dragging from highlighting the element */
270
+ position: relative;
271
+ z-index: 0;
272
+ }
273
+
274
+ .CodeMirror-sizer {
275
+ position: relative;
276
+ border-right: 50px solid transparent;
277
+ }
278
+
279
+ /* The fake, visible scrollbars. Used to force redraw during scrolling
280
+ before actual scrolling happens, thus preventing shaking and
281
+ flickering artifacts. */
282
+ .CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
283
+ position: absolute;
284
+ z-index: 6;
285
+ display: none;
286
+ outline: none;
287
+ }
288
+
289
+ .CodeMirror-vscrollbar {
290
+ right: 0;
291
+ top: 0;
292
+ overflow-x: hidden;
293
+ overflow-y: scroll;
294
+ }
295
+
296
+ .CodeMirror-hscrollbar {
297
+ bottom: 0;
298
+ left: 0;
299
+ overflow-y: hidden;
300
+ overflow-x: scroll;
301
+ }
302
+
303
+ .CodeMirror-scrollbar-filler {
304
+ right: 0;
305
+ bottom: 0;
306
+ }
307
+
308
+ .CodeMirror-gutter-filler {
309
+ left: 0;
310
+ bottom: 0;
311
+ }
312
+
313
+ .CodeMirror-gutters {
314
+ position: absolute;
315
+ left: 0;
316
+ top: 0;
317
+ min-height: 100%;
318
+ z-index: 3;
319
+ }
320
+
321
+ .CodeMirror-gutter {
322
+ white-space: normal;
323
+ height: 100%;
324
+ display: inline-block;
325
+ vertical-align: top;
326
+ margin-bottom: -50px;
327
+ }
328
+
329
+ .CodeMirror-gutter-wrapper {
330
+ position: absolute;
331
+ z-index: 4;
332
+ background: none !important;
333
+ border: none !important;
334
+ }
335
+
336
+ .CodeMirror-gutter-background {
337
+ position: absolute;
338
+ top: 0;
339
+ bottom: 0;
340
+ z-index: 4;
341
+ }
342
+
343
+ .CodeMirror-gutter-elt {
344
+ position: absolute;
345
+ cursor: default;
346
+ z-index: 4;
347
+ }
348
+
349
+ .CodeMirror-gutter-wrapper ::selection {
350
+ background-color: transparent;
351
+ }
352
+
353
+ .CodeMirror-gutter-wrapper ::-moz-selection {
354
+ background-color: transparent;
355
+ }
356
+
357
+ .CodeMirror-lines {
358
+ cursor: text;
359
+ min-height: 1px; /* prevents collapsing before first draw */
360
+ }
361
+
362
+ .CodeMirror pre.CodeMirror-line,
363
+ .CodeMirror pre.CodeMirror-line-like {
364
+ /* Reset some styles that the rest of the page might have set */
365
+ -moz-border-radius: 0;
366
+ -webkit-border-radius: 0;
367
+ border-radius: 0;
368
+ border-width: 0;
369
+ background: transparent;
370
+ font-family: inherit;
371
+ font-size: inherit;
372
+ margin: 0;
373
+ white-space: pre;
374
+ word-wrap: normal;
375
+ line-height: inherit;
376
+ color: inherit;
377
+ z-index: 2;
378
+ position: relative;
379
+ overflow: visible;
380
+ -webkit-tap-highlight-color: transparent;
381
+ -webkit-font-variant-ligatures: contextual;
382
+ font-variant-ligatures: contextual;
383
+ }
384
+
385
+ .CodeMirror-wrap pre.CodeMirror-line,
386
+ .CodeMirror-wrap pre.CodeMirror-line-like {
387
+ word-wrap: break-word;
388
+ white-space: pre-wrap;
389
+ word-break: normal;
390
+ }
391
+
392
+ .CodeMirror-linebackground {
393
+ position: absolute;
394
+ left: 0;
395
+ right: 0;
396
+ top: 0;
397
+ bottom: 0;
398
+ z-index: 0;
399
+ }
400
+
401
+ .CodeMirror-linewidget {
402
+ position: relative;
403
+ z-index: 2;
404
+ padding: 0.1px; /* Force widget margins to stay inside of the container */
405
+ }
406
+
407
+ .CodeMirror-rtl pre {
408
+ direction: rtl;
409
+ }
410
+
411
+ .CodeMirror-code {
412
+ outline: none;
413
+ }
414
+
415
+ /* Force content-box sizing for the elements where we expect it */
416
+ .CodeMirror-scroll,
417
+ .CodeMirror-sizer,
418
+ .CodeMirror-gutter,
419
+ .CodeMirror-gutters,
420
+ .CodeMirror-linenumber {
421
+ -moz-box-sizing: content-box;
422
+ box-sizing: content-box;
423
+ }
424
+
425
+ .CodeMirror-measure {
426
+ position: absolute;
427
+ width: 100%;
428
+ height: 0;
429
+ overflow: hidden;
430
+ visibility: hidden;
431
+ }
432
+
433
+ .CodeMirror-cursor {
434
+ position: absolute;
435
+ pointer-events: none;
436
+ }
437
+
438
+ .CodeMirror-measure pre {
439
+ position: static;
440
+ }
441
+
442
+ div.CodeMirror-cursors {
443
+ visibility: hidden;
444
+ position: relative;
445
+ z-index: 3;
446
+ }
447
+
448
+ div.CodeMirror-dragcursors {
449
+ visibility: visible;
450
+ }
451
+
452
+ .CodeMirror-focused div.CodeMirror-cursors {
453
+ visibility: visible;
454
+ }
455
+
456
+ .CodeMirror-selected {
457
+ background: #d9d9d9;
458
+ }
459
+
460
+ .CodeMirror-focused .CodeMirror-selected {
461
+ background: #d7d4f0;
462
+ }
463
+
464
+ .CodeMirror-crosshair {
465
+ cursor: crosshair;
466
+ }
467
+
468
+ .CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection {
469
+ background: #d7d4f0;
470
+ }
471
+
472
+ .CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection {
473
+ background: #d7d4f0;
474
+ }
475
+
476
+ .cm-searching {
477
+ background-color: #ffa;
478
+ background-color: rgba(255, 255, 0, 0.4);
479
+ }
480
+
481
+ /* Used to force a border model for a node */
482
+ .cm-force-border {
483
+ padding-right: 0.1px;
484
+ }
485
+
486
+ @media print {
487
+ /* Hide the cursor when printing */
488
+ .CodeMirror div.CodeMirror-cursors {
489
+ visibility: hidden;
490
+ }
491
+ }
492
+ /* See issue #2901 */
493
+ .cm-tab-wrap-hack:after {
494
+ content: "";
495
+ }
496
+
497
+ /* Help users use markselection to safely style text background */
498
+ span.CodeMirror-selectedtext {
499
+ background: none;
500
+ }
501
+
502
+ /* The lint marker gutter */
503
+ .CodeMirror-lint-markers {
504
+ width: 16px;
505
+ }
506
+
507
+ .CodeMirror-lint-tooltip {
508
+ background-color: #ffd;
509
+ border: 1px solid black;
510
+ border-radius: 4px 4px 4px 4px;
511
+ color: black;
512
+ font-family: monospace;
513
+ font-size: 10pt;
514
+ overflow: hidden;
515
+ padding: 2px 5px;
516
+ position: fixed;
517
+ white-space: pre;
518
+ white-space: pre-wrap;
519
+ z-index: 100;
520
+ max-width: 600px;
521
+ opacity: 0;
522
+ transition: opacity 0.4s;
523
+ -moz-transition: opacity 0.4s;
524
+ -webkit-transition: opacity 0.4s;
525
+ -o-transition: opacity 0.4s;
526
+ -ms-transition: opacity 0.4s;
527
+ }
528
+
529
+ .CodeMirror-lint-mark {
530
+ background-position: left bottom;
531
+ background-repeat: repeat-x;
532
+ }
533
+
534
+ .CodeMirror-lint-mark-warning {
535
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJFhQXEbhTg7YAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAMklEQVQI12NkgIIvJ3QXMjAwdDN+OaEbysDA4MPAwNDNwMCwiOHLCd1zX07o6kBVGQEAKBANtobskNMAAAAASUVORK5CYII=");
536
+ }
537
+
538
+ .CodeMirror-lint-mark-error {
539
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJDw4cOCW1/KIAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAHElEQVQI12NggIL/DAz/GdA5/xkY/qPKMDAwAADLZwf5rvm+LQAAAABJRU5ErkJggg==");
540
+ }
541
+
542
+ .CodeMirror-lint-marker {
543
+ background-position: center center;
544
+ background-repeat: no-repeat;
545
+ cursor: pointer;
546
+ display: inline-block;
547
+ height: 16px;
548
+ width: 16px;
549
+ vertical-align: middle;
550
+ position: relative;
551
+ }
552
+
553
+ .CodeMirror-lint-message {
554
+ padding-left: 18px;
555
+ background-position: top left;
556
+ background-repeat: no-repeat;
557
+ }
558
+
559
+ .CodeMirror-lint-marker-warning, .CodeMirror-lint-message-warning {
560
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAANlBMVEX/uwDvrwD/uwD/uwD/uwD/uwD/uwD/uwD/uwD6twD/uwAAAADurwD2tQD7uAD+ugAAAAD/uwDhmeTRAAAADHRSTlMJ8mN1EYcbmiixgACm7WbuAAAAVklEQVR42n3PUQqAIBBFUU1LLc3u/jdbOJoW1P08DA9Gba8+YWJ6gNJoNYIBzAA2chBth5kLmG9YUoG0NHAUwFXwO9LuBQL1giCQb8gC9Oro2vp5rncCIY8L8uEx5ZkAAAAASUVORK5CYII=");
561
+ }
562
+
563
+ .CodeMirror-lint-marker-error, .CodeMirror-lint-message-error {
564
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAHlBMVEW7AAC7AACxAAC7AAC7AAAAAAC4AAC5AAD///+7AAAUdclpAAAABnRSTlMXnORSiwCK0ZKSAAAATUlEQVR42mWPOQ7AQAgDuQLx/z8csYRmPRIFIwRGnosRrpamvkKi0FTIiMASR3hhKW+hAN6/tIWhu9PDWiTGNEkTtIOucA5Oyr9ckPgAWm0GPBog6v4AAAAASUVORK5CYII=");
565
+ }
566
+
567
+ .CodeMirror-lint-marker-multiple {
568
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAACVBMVEUAAAAAAAC/v7914kyHAAAAAXRSTlMAQObYZgAAACNJREFUeNo1ioEJAAAIwmz/H90iFFSGJgFMe3gaLZ0od+9/AQZ0ADosbYraAAAAAElFTkSuQmCC");
569
+ background-repeat: no-repeat;
570
+ background-position: right bottom;
571
+ width: 100%;
572
+ height: 100%;
573
+ }
574
+
575
+ .CodeMirror-lint-line-error {
576
+ background-color: rgba(183, 76, 81, 0.08);
577
+ }
578
+
579
+ .CodeMirror-lint-line-warning {
580
+ background-color: rgba(255, 211, 0, 0.1);
581
+ }
582
+
1
583
  .color-picker-wrapper {
2
584
  display: flex;
3
585
  justify-content: center;
@@ -254,4 +836,194 @@
254
836
  margin-top: 15px;
255
837
  }
256
838
 
839
+ .gd-advanced-section.adi-bucket-configuration {
840
+ display: flex;
841
+ flex-direction: column;
842
+ gap: 10px;
843
+ padding: 0 0 15px 0;
844
+ align-items: center;
845
+ }
846
+ .gd-advanced-section.adi-bucket-configuration .gd-chart-override-value-preview {
847
+ width: 100%;
848
+ max-height: 150px;
849
+ overflow: hidden;
850
+ border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
851
+ color: var(--gd-palette-complementary-1, #303442);
852
+ }
853
+ .gd-advanced-section.adi-bucket-configuration .gd-chart-override-value {
854
+ width: calc(100% - 26px);
855
+ padding: 13px;
856
+ margin: 0;
857
+ background: rgba(255, 255, 255, 0.6);
858
+ font-size: 11px;
859
+ white-space: pre-wrap;
860
+ }
861
+ .gd-advanced-section.adi-bucket-configuration .fade-out {
862
+ mask-image: linear-gradient(to bottom, black 50%, transparent 90%, transparent calc(100% - 1px), black 90%);
863
+ }
864
+ .gd-advanced-section.adi-bucket-configuration .gd-chart-override-no-value {
865
+ color: var(--gd-palette-complementary-6, #94a1ad);
866
+ font-size: 12px;
867
+ padding-top: 14px;
868
+ }
869
+ .gd-advanced-section.adi-bucket-configuration .gd-chart-override-link {
870
+ font-size: 12px;
871
+ }
872
+
873
+ .gd-icon-code {
874
+ background-image: url("~@gooddata/sdk-ui-ext/esm/internal/assets/icons/icon-code.svg");
875
+ }
876
+
877
+ .gd-advanced-customization-dialog {
878
+ display: flex;
879
+ flex-direction: column;
880
+ width: 600px;
881
+ height: inherit;
882
+ font-size: 12px;
883
+ }
884
+ .gd-advanced-customization-dialog .gd-advanced-customization-dialog__header {
885
+ display: flex;
886
+ justify-content: space-between;
887
+ padding: 10px 12px;
888
+ background-color: var(--gd-palette-complementary-2, #ebeff4);
889
+ border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
890
+ }
891
+ .gd-advanced-customization-dialog .gd-advanced-customization-dialog__header > span {
892
+ color: var(--gd-palette-complementary-6, #94a1ad);
893
+ text-transform: uppercase;
894
+ font-size: 11px;
895
+ font-weight: bold;
896
+ }
897
+ .gd-advanced-customization-dialog .gd-advanced-customization-dialog__header .gd-button-link {
898
+ width: 12px;
899
+ height: 19px;
900
+ line-height: 12px;
901
+ }
902
+ .gd-advanced-customization-dialog .gd-advanced-customization-dialog__header .gd-button-link::before {
903
+ font-size: 12px;
904
+ }
905
+ .gd-advanced-customization-dialog .gd-advanced-customization-dialog__content {
906
+ display: flex;
907
+ }
908
+ .gd-advanced-customization-dialog .gd-advanced-customization-dialog__main {
909
+ width: 400px;
910
+ padding: 10px;
911
+ }
912
+ .gd-advanced-customization-dialog .gd-advanced-customization-dialog__snippets {
913
+ width: 200px;
914
+ max-height: 320px;
915
+ overflow: auto;
916
+ border-left: 1px solid var(--gd-palette-complementary-3, #dde4eb);
917
+ color: var(--gd-palette-complementary-8, #464e56);
918
+ padding: 0 5px;
919
+ }
920
+ .gd-advanced-customization-dialog .gd-advanced-customization-dialog__snippets--header {
921
+ display: flex;
922
+ align-items: center;
923
+ gap: 5px;
924
+ text-transform: uppercase;
925
+ font-weight: bold;
926
+ padding: 10px 5px;
927
+ color: var(--gd-palette-complementary-6, #94a1ad);
928
+ font-size: 10px;
929
+ }
930
+ .gd-advanced-customization-dialog .gd-advanced-customization-dialog__snippets--header .gd-advanced-customization-dialog__snippets--header__line {
931
+ flex-grow: 1;
932
+ border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
933
+ }
934
+ .gd-advanced-customization-dialog .gd-advanced-customization-dialog__snippet--header {
935
+ text-transform: uppercase;
936
+ color: var(--gd-palette-complementary-6, #94a1ad);
937
+ padding: 5px;
938
+ font-size: 11px;
939
+ }
940
+ .gd-advanced-customization-dialog .gd-advanced-customization-dialog__snippet {
941
+ display: flex;
942
+ align-items: center;
943
+ justify-content: space-between;
944
+ padding: 5px;
945
+ cursor: pointer;
946
+ font-size: 12px;
947
+ }
948
+ .gd-advanced-customization-dialog .gd-advanced-customization-dialog__snippet .gd-advanced-customization-dialog__snippet__tooltip__trigger {
949
+ display: none;
950
+ }
951
+ .gd-advanced-customization-dialog .gd-advanced-customization-dialog__snippet:hover {
952
+ background: var(--gd-palette-complementary-2, #ebeff4);
953
+ }
954
+ .gd-advanced-customization-dialog .gd-advanced-customization-dialog__snippet:hover .gd-advanced-customization-dialog__snippet__tooltip__trigger {
955
+ display: block;
956
+ }
957
+ .gd-advanced-customization-dialog .gd-advanced-customization-dialog__footer {
958
+ display: flex;
959
+ justify-content: space-between;
960
+ padding: 10px;
961
+ border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
962
+ text-align: right;
963
+ }
964
+
965
+ .gd-advanced-customization-dialog__snippet__tooltip {
966
+ padding: 10px;
967
+ }
968
+
969
+ .gd-advanced-customization-dialog__snippet__tooltip__header {
970
+ font-size: 14px;
971
+ margin-bottom: 10px;
972
+ }
973
+
974
+ .gd-advanced-customization-dialog__snippet__tooltip__body {
975
+ font-size: 12px;
976
+ color: var(--gd-palette-complementary-7, #6d7680);
977
+ }
978
+
979
+ .cm-s-gd-advanced-customization-dialog__theme.CodeMirror {
980
+ border: 1px solid var(--gd-palette-complementary-3, #dde4eb);
981
+ border-radius: 3px;
982
+ }
983
+ .cm-s-gd-advanced-customization-dialog__theme.CodeMirror .cm-keyword {
984
+ color: #7364cf;
985
+ }
986
+ .cm-s-gd-advanced-customization-dialog__theme.CodeMirror .cm-variable,
987
+ .cm-s-gd-advanced-customization-dialog__theme.CodeMirror .cm-atom {
988
+ color: #7364cf;
989
+ }
990
+ .cm-s-gd-advanced-customization-dialog__theme.CodeMirror .cm-string,
991
+ .cm-s-gd-advanced-customization-dialog__theme.CodeMirror .cm-meta {
992
+ color: #464e56;
993
+ }
994
+ .cm-s-gd-advanced-customization-dialog__theme.CodeMirror .cm-number {
995
+ color: #464e56;
996
+ }
997
+ .cm-s-gd-advanced-customization-dialog__theme.CodeMirror .cm-comment {
998
+ color: #94a1ad;
999
+ font-style: italic;
1000
+ }
1001
+ .cm-s-gd-advanced-customization-dialog__theme.CodeMirror .CodeMirror-gutters {
1002
+ background: #fff;
1003
+ border-right: 1px solid #ebeff4;
1004
+ }
1005
+ .cm-s-gd-advanced-customization-dialog__theme.CodeMirror .CodeMirror-lint-marker-error {
1006
+ background-image: url("~@gooddata/sdk-ui-ext/esm/internal/assets/icons/icon-error.svg");
1007
+ background-size: 12px 12px;
1008
+ }
1009
+ .cm-s-gd-advanced-customization-dialog__theme.CodeMirror .CodeMirror-line {
1010
+ padding: 0 10px;
1011
+ }
1012
+
1013
+ .gd-advanced-customization-dialog__theme.CodeMirror-lint-tooltip {
1014
+ z-index: 6000;
1015
+ border: 1px solid var(--gd-palette-complementary-3, #dde4eb);
1016
+ background: white;
1017
+ color: var(--gd-palette-complementary-8, #464e56);
1018
+ padding: 10px;
1019
+ }
1020
+ .gd-advanced-customization-dialog__theme.CodeMirror-lint-tooltip .CodeMirror-lint-message {
1021
+ padding-left: 25px;
1022
+ background-position: top 4px left;
1023
+ }
1024
+ .gd-advanced-customization-dialog__theme.CodeMirror-lint-tooltip .CodeMirror-lint-message-error {
1025
+ background-image: url("~@gooddata/sdk-ui-ext/esm/internal/assets/icons/icon-error.svg");
1026
+ background-size: 12px 12px;
1027
+ }
1028
+
257
1029
  /*# sourceMappingURL=config_panel.css.map */