@vuu-ui/vuu-table-extras 0.8.44 → 0.8.45

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 (139) hide show
  1. package/cjs/cell-renderers/background-cell/BackgroundCell.css.js +6 -0
  2. package/cjs/cell-renderers/background-cell/BackgroundCell.css.js.map +1 -0
  3. package/cjs/cell-renderers/background-cell/BackgroundCell.js +15 -0
  4. package/cjs/cell-renderers/background-cell/BackgroundCell.js.map +1 -1
  5. package/cjs/cell-renderers/background-cell/BackgroundCellConfigurationEditor.css.js +6 -0
  6. package/cjs/cell-renderers/background-cell/BackgroundCellConfigurationEditor.css.js.map +1 -0
  7. package/cjs/cell-renderers/background-cell/BackgroundCellConfigurationEditor.js +9 -0
  8. package/cjs/cell-renderers/background-cell/BackgroundCellConfigurationEditor.js.map +1 -1
  9. package/cjs/cell-renderers/background-cell/BackgroundKeyframes.css.js +6 -0
  10. package/cjs/cell-renderers/background-cell/BackgroundKeyframes.css.js.map +1 -0
  11. package/cjs/cell-renderers/dropdown-cell/DropdownCell.css.js +6 -0
  12. package/cjs/cell-renderers/dropdown-cell/DropdownCell.css.js.map +1 -0
  13. package/cjs/cell-renderers/dropdown-cell/DropdownCell.js +9 -0
  14. package/cjs/cell-renderers/dropdown-cell/DropdownCell.js.map +1 -1
  15. package/cjs/cell-renderers/pct-progress-cell/PctProgressCell.css.js +6 -0
  16. package/cjs/cell-renderers/pct-progress-cell/PctProgressCell.css.js.map +1 -0
  17. package/cjs/cell-renderers/pct-progress-cell/PctProgressCell.js +9 -0
  18. package/cjs/cell-renderers/pct-progress-cell/PctProgressCell.js.map +1 -1
  19. package/cjs/cell-renderers/progress-cell/ProgressCell.css.js +6 -0
  20. package/cjs/cell-renderers/progress-cell/ProgressCell.css.js.map +1 -0
  21. package/cjs/cell-renderers/progress-cell/ProgressCell.js +9 -0
  22. package/cjs/cell-renderers/progress-cell/ProgressCell.js.map +1 -1
  23. package/cjs/column-expression-input/ColumnExpressionInput.css.js +6 -0
  24. package/cjs/column-expression-input/ColumnExpressionInput.css.js.map +1 -0
  25. package/cjs/column-expression-input/ColumnExpressionInput.js +9 -0
  26. package/cjs/column-expression-input/ColumnExpressionInput.js.map +1 -1
  27. package/cjs/column-formatting-settings/LongTypeFormattingSettings.css.js +6 -0
  28. package/cjs/column-formatting-settings/LongTypeFormattingSettings.css.js.map +1 -0
  29. package/cjs/column-formatting-settings/LongTypeFormattingSettings.js +9 -0
  30. package/cjs/column-formatting-settings/LongTypeFormattingSettings.js.map +1 -1
  31. package/cjs/column-list/ColumnList.css.js +6 -0
  32. package/cjs/column-list/ColumnList.css.js.map +1 -0
  33. package/cjs/column-list/ColumnList.js +9 -0
  34. package/cjs/column-list/ColumnList.js.map +1 -1
  35. package/cjs/column-settings/ColumnNameLabel.css.js +6 -0
  36. package/cjs/column-settings/ColumnNameLabel.css.js.map +1 -0
  37. package/cjs/column-settings/ColumnNameLabel.js +9 -0
  38. package/cjs/column-settings/ColumnNameLabel.js.map +1 -1
  39. package/cjs/column-settings/ColumnSettingsPanel.css.js +6 -0
  40. package/cjs/column-settings/ColumnSettingsPanel.css.js.map +1 -0
  41. package/cjs/column-settings/ColumnSettingsPanel.js +9 -0
  42. package/cjs/column-settings/ColumnSettingsPanel.js.map +1 -1
  43. package/cjs/datasource-stats/DatasourceStats.css.js +6 -0
  44. package/cjs/datasource-stats/DatasourceStats.css.js.map +1 -0
  45. package/cjs/datasource-stats/DatasourceStats.js +9 -0
  46. package/cjs/datasource-stats/DatasourceStats.js.map +1 -1
  47. package/cjs/table-settings/TableSettingsPanel.css.js +6 -0
  48. package/cjs/table-settings/TableSettingsPanel.css.js.map +1 -0
  49. package/cjs/table-settings/TableSettingsPanel.js +9 -0
  50. package/cjs/table-settings/TableSettingsPanel.js.map +1 -1
  51. package/esm/cell-renderers/background-cell/BackgroundCell.css.js +4 -0
  52. package/esm/cell-renderers/background-cell/BackgroundCell.css.js.map +1 -0
  53. package/esm/cell-renderers/background-cell/BackgroundCell.js +15 -0
  54. package/esm/cell-renderers/background-cell/BackgroundCell.js.map +1 -1
  55. package/esm/cell-renderers/background-cell/BackgroundCellConfigurationEditor.css.js +4 -0
  56. package/esm/cell-renderers/background-cell/BackgroundCellConfigurationEditor.css.js.map +1 -0
  57. package/esm/cell-renderers/background-cell/BackgroundCellConfigurationEditor.js +9 -0
  58. package/esm/cell-renderers/background-cell/BackgroundCellConfigurationEditor.js.map +1 -1
  59. package/esm/cell-renderers/background-cell/BackgroundKeyframes.css.js +4 -0
  60. package/esm/cell-renderers/background-cell/BackgroundKeyframes.css.js.map +1 -0
  61. package/esm/cell-renderers/dropdown-cell/DropdownCell.css.js +4 -0
  62. package/esm/cell-renderers/dropdown-cell/DropdownCell.css.js.map +1 -0
  63. package/esm/cell-renderers/dropdown-cell/DropdownCell.js +9 -0
  64. package/esm/cell-renderers/dropdown-cell/DropdownCell.js.map +1 -1
  65. package/esm/cell-renderers/pct-progress-cell/PctProgressCell.css.js +4 -0
  66. package/esm/cell-renderers/pct-progress-cell/PctProgressCell.css.js.map +1 -0
  67. package/esm/cell-renderers/pct-progress-cell/PctProgressCell.js +9 -0
  68. package/esm/cell-renderers/pct-progress-cell/PctProgressCell.js.map +1 -1
  69. package/esm/cell-renderers/progress-cell/ProgressCell.css.js +4 -0
  70. package/esm/cell-renderers/progress-cell/ProgressCell.css.js.map +1 -0
  71. package/esm/cell-renderers/progress-cell/ProgressCell.js +9 -0
  72. package/esm/cell-renderers/progress-cell/ProgressCell.js.map +1 -1
  73. package/esm/column-expression-input/ColumnExpressionInput.css.js +4 -0
  74. package/esm/column-expression-input/ColumnExpressionInput.css.js.map +1 -0
  75. package/esm/column-expression-input/ColumnExpressionInput.js +9 -0
  76. package/esm/column-expression-input/ColumnExpressionInput.js.map +1 -1
  77. package/esm/column-formatting-settings/LongTypeFormattingSettings.css.js +4 -0
  78. package/esm/column-formatting-settings/LongTypeFormattingSettings.css.js.map +1 -0
  79. package/esm/column-formatting-settings/LongTypeFormattingSettings.js +9 -0
  80. package/esm/column-formatting-settings/LongTypeFormattingSettings.js.map +1 -1
  81. package/esm/column-list/ColumnList.css.js +4 -0
  82. package/esm/column-list/ColumnList.css.js.map +1 -0
  83. package/esm/column-list/ColumnList.js +9 -0
  84. package/esm/column-list/ColumnList.js.map +1 -1
  85. package/esm/column-settings/ColumnNameLabel.css.js +4 -0
  86. package/esm/column-settings/ColumnNameLabel.css.js.map +1 -0
  87. package/esm/column-settings/ColumnNameLabel.js +9 -0
  88. package/esm/column-settings/ColumnNameLabel.js.map +1 -1
  89. package/esm/column-settings/ColumnSettingsPanel.css.js +4 -0
  90. package/esm/column-settings/ColumnSettingsPanel.css.js.map +1 -0
  91. package/esm/column-settings/ColumnSettingsPanel.js +9 -0
  92. package/esm/column-settings/ColumnSettingsPanel.js.map +1 -1
  93. package/esm/datasource-stats/DatasourceStats.css.js +4 -0
  94. package/esm/datasource-stats/DatasourceStats.css.js.map +1 -0
  95. package/esm/datasource-stats/DatasourceStats.js +9 -0
  96. package/esm/datasource-stats/DatasourceStats.js.map +1 -1
  97. package/esm/table-settings/TableSettingsPanel.css.js +4 -0
  98. package/esm/table-settings/TableSettingsPanel.css.js.map +1 -0
  99. package/esm/table-settings/TableSettingsPanel.js +9 -0
  100. package/esm/table-settings/TableSettingsPanel.js.map +1 -1
  101. package/package.json +15 -13
  102. package/types/cell-renderers/background-cell/BackgroundCell.d.ts +0 -2
  103. package/types/cell-renderers/background-cell/BackgroundCellConfigurationEditor.d.ts +0 -1
  104. package/types/cell-renderers/dropdown-cell/DropdownCell.d.ts +0 -1
  105. package/types/cell-renderers/pct-progress-cell/PctProgressCell.d.ts +0 -1
  106. package/types/cell-renderers/progress-cell/ProgressCell.d.ts +1 -1
  107. package/types/column-expression-input/ColumnExpressionInput.d.ts +0 -1
  108. package/types/column-formatting-settings/LongTypeFormattingSettings.d.ts +0 -1
  109. package/types/column-list/ColumnList.d.ts +0 -1
  110. package/types/column-settings/ColumnNameLabel.d.ts +0 -1
  111. package/types/column-settings/ColumnSettingsPanel.d.ts +0 -1
  112. package/types/datasource-stats/DatasourceStats.d.ts +0 -1
  113. package/types/table-settings/TableSettingsPanel.d.ts +0 -1
  114. package/cjs/cell-renderers/background-cell/BackgroundCell.css +0 -105
  115. package/cjs/cell-renderers/background-cell/BackgroundCellConfigurationEditor.css +0 -4
  116. package/cjs/cell-renderers/background-cell/BackgroundKeyframes.css +0 -169
  117. package/cjs/cell-renderers/dropdown-cell/DropdownCell.css +0 -18
  118. package/cjs/cell-renderers/pct-progress-cell/PctProgressCell.css +0 -30
  119. package/cjs/cell-renderers/progress-cell/ProgressCell.css +0 -39
  120. package/cjs/column-expression-input/ColumnExpressionInput.css +0 -92
  121. package/cjs/column-formatting-settings/LongTypeFormattingSettings.css +0 -6
  122. package/cjs/column-list/ColumnList.css +0 -60
  123. package/cjs/column-settings/ColumnNameLabel.css +0 -13
  124. package/cjs/column-settings/ColumnSettingsPanel.css +0 -77
  125. package/cjs/datasource-stats/DatasourceStats.css +0 -11
  126. package/cjs/table-settings/TableSettingsPanel.css +0 -64
  127. package/esm/cell-renderers/background-cell/BackgroundCell.css +0 -105
  128. package/esm/cell-renderers/background-cell/BackgroundCellConfigurationEditor.css +0 -4
  129. package/esm/cell-renderers/background-cell/BackgroundKeyframes.css +0 -169
  130. package/esm/cell-renderers/dropdown-cell/DropdownCell.css +0 -18
  131. package/esm/cell-renderers/pct-progress-cell/PctProgressCell.css +0 -30
  132. package/esm/cell-renderers/progress-cell/ProgressCell.css +0 -39
  133. package/esm/column-expression-input/ColumnExpressionInput.css +0 -92
  134. package/esm/column-formatting-settings/LongTypeFormattingSettings.css +0 -6
  135. package/esm/column-list/ColumnList.css +0 -60
  136. package/esm/column-settings/ColumnNameLabel.css +0 -13
  137. package/esm/column-settings/ColumnSettingsPanel.css +0 -77
  138. package/esm/datasource-stats/DatasourceStats.css +0 -11
  139. package/esm/table-settings/TableSettingsPanel.css +0 -64
@@ -1,6 +1,5 @@
1
1
  /// <reference types="react" />
2
2
  import { TableSettingsProps } from "@vuu-ui/vuu-table-types";
3
- import "./TableSettingsPanel.css";
4
3
  /**
5
4
  The TableSettingsPanel assumes 'ownership' of the tableSettings.
6
5
  It updates the settings in state locally and notifies caller of
@@ -1,105 +0,0 @@
1
-
2
- .vuuBackgroundCell {
3
- --background-animation-duration: 10s;
4
- color: var(--vuuBackgroundCell-color, var(--vuu-color-gray-80));
5
- padding-right: var(--salt-size-unit);
6
- position: relative;
7
- z-index: -1;
8
- }
9
-
10
- .vuuBackgroundCell-arrowBackground,
11
- .vuuBackgroundCell-arrowOnly {
12
- padding-left: 14px;
13
- }
14
-
15
- .vuuBackgroundCell-arrow {
16
- background-color: var(--background-cell-background);
17
- position: absolute;
18
- left: 0;
19
- right: 0;
20
- top: 0;
21
- bottom: 0;
22
- z-index: -1;
23
- }
24
-
25
- .vuuBackgroundCell-arrow {
26
- text-align: left;
27
- }
28
- .vuuBackgroundCell-arrow + .num {
29
- padding-left: 8px;
30
- }
31
-
32
- .right .vuuBackgroundCell-arrow {
33
- text-align: right;
34
- }
35
- .right .vuuBackgroundCell-arrow + .num {
36
- padding-right: 8px;
37
- }
38
-
39
- .vuuBackgroundCell-arrowOnly > .vuuBackgroundCell-arrow {
40
- background-color: transparent;
41
- }
42
-
43
- .vuuBackgroundCell-backgroundOnly.up1,
44
- .vuuBackgroundCell-arrowBackground.up1 {
45
- animation-duration: var(--background-animation-duration);
46
- animation-name: vuubgup1;
47
- }
48
-
49
- .vuuBackgroundCell-backgroundOnly.up2,
50
- .vuuBackgroundCell-arrowBackground.up2 {
51
- animation-duration: var(--background-animation-duration);
52
- animation-name: vuubgup2;
53
- }
54
-
55
- .vuuBackgroundCell-backgroundOnly.down1,
56
- .vuuBackgroundCell-arrowBackground.down1 {
57
- animation-duration: var(--background-animation-duration);
58
- animation-name: vuubgdown1;
59
- }
60
-
61
- .vuuBackgroundCell-backgroundOnly.down2,
62
- .vuuBackgroundCell-arrowBackground.down2 {
63
- animation-duration: var(--background-animation-duration);
64
- animation-name: vuubgdown2;
65
- }
66
-
67
- .up1.vuuBackgroundCell-arrowOnly > .vuuBackgroundCell-arrow {
68
- animation-duration: 30s;
69
- animation-name: vuuarrowup1;
70
- }
71
-
72
- .up2.vuuBackgroundCell-arrowOnly > .vuuBackgroundCell-arrow {
73
- animation-duration: 30s;
74
- animation-name: vuuarrowup2;
75
- }
76
-
77
- .down1.vuuBackgroundCell-arrowOnly > .vuuBackgroundCell-arrow {
78
- animation-duration: 30s;
79
- animation-name: vuuarrowdown1;
80
- }
81
-
82
- .down2.vuuBackgroundCell-arrowOnly > .vuuBackgroundCell-arrow {
83
- animation-duration: 30s;
84
- animation-name: vuuarrowdown2;
85
- }
86
-
87
- .up1.vuuBackgroundCell-arrowBackground > .vuuBackgroundCell-arrow {
88
- animation-duration: 30s;
89
- animation-name: vuubgarrowup1;
90
- }
91
-
92
- .up2.vuuBackgroundCell-arrowBackground > .vuuBackgroundCell-arrow {
93
- animation-duration: 30s;
94
- animation-name: vuubgarrowup2;
95
- }
96
-
97
- .down1.vuuBackgroundCell-arrowBackground > .vuuBackgroundCell-arrow {
98
- animation-duration: 30s;
99
- animation-name: vuubgarrowdown1;
100
- }
101
-
102
- .down2.vuuBackgroundCell-arrowBackground > .vuuBackgroundCell-arrow {
103
- animation-duration: 30s;
104
- animation-name: vuubgarrowdown2;
105
- }
@@ -1,4 +0,0 @@
1
- .vuuBackgroundCellConfiguration {
2
- height: 50px;
3
- background-color: red;
4
- }
@@ -1,169 +0,0 @@
1
-
2
- @keyframes vuubgup1 {
3
- 0% {
4
- background-color: var(--vuu-color-green-50);
5
- color: white;
6
- }
7
-
8
- 30% {
9
- color: white;
10
- }
11
- 33% {
12
- color: var(--vuu-color-gray-80);
13
- }
14
-
15
- 100% {
16
- background-color: transparent;
17
- color: var(--vuu-color-gray-80);
18
- }
19
- }
20
-
21
- @keyframes vuubgup2 {
22
- 0% {
23
- background-color: var(--vuu-color-green-50);
24
- color: white;
25
- }
26
-
27
- 30% {
28
- color: white;
29
- }
30
- 33% {
31
- color: var(--vuu-color-gray-80);
32
- }
33
-
34
- 100% {
35
- background-color: transparent;
36
- color: var(--vuu-color-gray-80);
37
- }
38
- }
39
-
40
- @keyframes vuubgdown1 {
41
- 0% {
42
- background-color: var(--vuu-color-red-50);
43
- color: white;
44
- }
45
- 30% {
46
- color: white;
47
- }
48
- 33% {
49
- color: var(--vuu-color-gray-80);
50
- }
51
- 100% {
52
- background-color: transparent;
53
- color: var(--vuu-color-gray-80);
54
- }
55
- }
56
-
57
- @keyframes vuubgdown2 {
58
- 0% {
59
- background-color: var(--vuu-color-red-50);
60
- color: white;
61
- }
62
- 30% {
63
- color: white;
64
- }
65
- 33% {
66
- color: var(--vuu-color-gray-80);
67
- }
68
- 100% {
69
- background-color: transparent;
70
- color: var(--vuu-color-gray-80);
71
- }
72
- }
73
-
74
- @keyframes vuuarrowup1 {
75
- from {
76
- color: var(--salt-differential-positive-foreground);
77
- }
78
- to {
79
- color: transparent;
80
- }
81
- }
82
-
83
- @keyframes vuuarrowup2 {
84
- from {
85
- color: var(--salt-differential-positive-foreground);
86
- }
87
- to {
88
- color: transparent;
89
- }
90
- }
91
-
92
- @keyframes vuuarrowdown1 {
93
- from {
94
- color: var(--salt-differential-negative-foreground);
95
- }
96
- to {
97
- color: transparent;
98
- }
99
- }
100
-
101
- @keyframes vuuarrowdown2 {
102
- from {
103
- color: var(--salt-differential-negative-foreground);
104
- }
105
- to {
106
- color: transparent;
107
- }
108
- }
109
-
110
- @keyframes vuubgarrowup1 {
111
- 0% {
112
- color: var(--salt-differential-positive-foreground);
113
- background-color: var(--vuu-color-green-50);
114
- }
115
- 20% {
116
- color: var(--salt-differential-positive-foreground);
117
- background-color: transparent;
118
- }
119
- 100% {
120
- color: transparent;
121
- background-color: transparent;
122
- }
123
- }
124
-
125
- @keyframes vuubgarrowup2 {
126
- 0% {
127
- color: var(--salt-differential-positive-foreground);
128
- background-color: var(--vuu-color-green-50);
129
- }
130
- 20% {
131
- color: var(--salt-differential-positive-foreground);
132
- background-color: transparent;
133
- }
134
- 100% {
135
- color: transparent;
136
- background-color: transparent;
137
- }
138
- }
139
-
140
- @keyframes vuubgarrowdown1 {
141
- 0% {
142
- color: var(--salt-differential-negative-foreground);
143
- background-color: var(--vuu-color-red-50);
144
- }
145
- 20% {
146
- color: var(--salt-differential-negative-foreground);
147
- background-color: transparent;
148
- }
149
- 100% {
150
- color: transparent;
151
- background-color: transparent;
152
- }
153
- }
154
-
155
- @keyframes vuubgarrowdown2 {
156
- 0% {
157
- color: var(--salt-differential-negative-foreground);
158
- background-color: var(--vuu-color-red-50);
159
- }
160
- 20% {
161
- color: var(--salt-differential-negative-foreground);
162
- background-color: transparent;
163
- }
164
- 100% {
165
- color: transparent;
166
- background-color: transparent;
167
- }
168
- }
169
-
@@ -1,18 +0,0 @@
1
-
2
- .vuuTableDropdownCell {
3
- --vuu-icon-height: 15px;
4
- --salt-focused-outlineStyle: none;
5
-
6
- --saltButton-borderRadius: 4px;
7
- font-weight: 500;
8
-
9
- .vuuDropdownButton {
10
- --saltButton-height: var(--vuu-table-embedded-control-height);
11
- }
12
- }
13
-
14
- .vuuTableDropdownCell button:focus-visible {
15
- --saltButton-borderColor: var(--salt-focused-outlineColor);
16
- --saltButton-borderWidth: 2px;
17
- padding-left: 7px;
18
- }
@@ -1,30 +0,0 @@
1
- .vuuPctProgressCell {
2
- --progress-bar-width: 2px;
3
- position: relative;
4
- }
5
-
6
- .vuuPctProgressCell-zero {
7
- --progress-bar-width: 0px;
8
- }
9
- .vuuPctProgressCell-complete {
10
- --progress-bar-width: 0px;
11
- }
12
-
13
- .vuuPctProgressCell-progressBar {
14
- background-color: var(--vuu-color-green-60-fade-30);
15
- border-right: solid var(--progress-bar-width) var(--vuu-color-green-60);
16
- display: inline-block;
17
- height: 20px;
18
- left: 0;
19
- overflow: hidden;
20
- position: absolute;
21
- width: var(--progress-bar-pct, 0);
22
- }
23
-
24
-
25
- .vuuPctProgressCell-text {
26
- display: inline-block;
27
- text-align: left;
28
- width: 80%;
29
- z-index: 1;
30
- }
@@ -1,39 +0,0 @@
1
- .vuuProgressCell {
2
- align-items: center;
3
- display: flex;
4
- }
5
-
6
- .vuuProgressCell-track {
7
- display: inline-block;
8
- flex: auto 1 1;
9
- height: 4px;
10
- overflow: hidden;
11
- position: relative;
12
- }
13
-
14
- .vuuProgressCell-bg {
15
- background-color: var(--salt-measured-background);
16
- display: inline-block;
17
- height: 2px;
18
- left: 0;
19
- position: absolute;
20
- top: 1px;
21
- width: 100%;
22
- }
23
-
24
-
25
- .vuuProgressCell-bar {
26
- background-color: var(--salt-measured-fill);
27
- display: inline-block;
28
- height: 100%;
29
- left: 0;
30
- position: absolute;
31
- top:0;
32
- transform: translateX(var(--progress-bar-pct, -100%));
33
- width: 100%;
34
- }
35
-
36
- .vuuProgressCell-text {
37
- flex: 35px 0 0;
38
- text-align: right;
39
- }
@@ -1,92 +0,0 @@
1
-
2
- .vuuColumnExpressionInput {
3
- --vuuFilterEditor-background: var(--salt-container-primary-background);
4
- --vuuFilterEditor-color: var(--salt-content-primary-foreground);
5
- --vuuFilterEditor-fontFamily: var(--salt-typography-fontFamily);
6
- --vuuFilterEditor-fontSize: var(--salt-text-fontSize);
7
- --vuuFilterEditor-cursorColor: var(--salt-text-secondary-foreground);
8
- --vuuFilterEditor-selectionBackground: var(--salt-text-background-selected);
9
- --vuuFilterEditor-tooltipBackground: var(--salt-container-primary-background);
10
- --vuuFilterEditor-tooltipBorder: solid 1px var(--vuu-color-purple-10);
11
- --vuuFilterEditor-tooltipElevation: var(--salt-overlayable-shadow-popout);
12
- --vuuFilterEditor-suggestion-selectedBackground: var(--vuu-color-gray-10);
13
- --vuuFilterEditor-suggestion-selectedColor: var(--salt-content-primary-foreground);
14
- --vuuFilterEditor-suggestion-detailColor: var(--salt-text-secondary-foreground-disabled);
15
- --vuuFilterEditor-suggestion-height: 24px;
16
- --vuuFilterEditor-variableColor: var(--vuu-color-purple-10);
17
-
18
- align-items: center;
19
- box-sizing: border-box;
20
- height: 30px;
21
- }
22
-
23
- .vuuColumnExpressionInput-FilterButton,
24
- .vuuColumnExpressionInput-ClearButton {
25
- --vuu-icon-size: 12px;
26
- --saltButton-width: 28px;
27
- }
28
-
29
- .expression-type-container {
30
- margin: 0 3px 0 auto;
31
- color: var(--salt-text-secondary-foreground)
32
- }
33
-
34
- .expression-kind {
35
- display: inline-block;
36
- width: 50px;
37
- }
38
-
39
- .expression-type {
40
- display: inline-block;
41
- text-align: right;
42
- width: 50px;
43
- }
44
-
45
- .vuuSuggestion {
46
- display: flex;
47
- align-items: center;
48
- }
49
-
50
- .vuuFunctionDoc {
51
- padding: 13px 7px;
52
- }
53
-
54
- .vuuFunctionDoc .function-heading {
55
- display: flex;
56
- gap: 3px;
57
- }
58
-
59
- .vuuFunctionDoc .function-name {
60
- font-weight: 700;
61
- text-transform: capitalize;
62
- }
63
-
64
- .vuuFunctionDoc .param-list {
65
- color: var(--vuu-color-gray-50);
66
- white-space: pre;
67
- }
68
-
69
- .vuuFunctionDoc .function-type {
70
- color: var(--vuu-color-gray-50);
71
- font-weight: 700;
72
- margin-left: auto;
73
- text-transform: capitalize;
74
- }
75
-
76
- .vuuFunctionDoc .example-container {
77
- background-color: var(--vuu-color-gray-03);
78
- margin: 6px 0;
79
- padding: 3px;
80
- }
81
-
82
- .vuuFunctionDoc .example-expression {
83
- color: var(--vuu-color-gray-80);
84
- font-family: var(--salt-typography-fontFamily-code);
85
- font-weight: 500;
86
- padding: 8px;
87
- }
88
-
89
- .vuuFunctionDoc .example-result {
90
- margin-left: 8px;
91
- margin-top: 6px;
92
- }
@@ -1,6 +0,0 @@
1
- .vuuLongColumnFormattingSettings {
2
- display: flex;
3
- flex-direction: column;
4
- gap: var(--salt-spacing-200);
5
- padding-top: 6px;
6
- }
@@ -1,60 +0,0 @@
1
-
2
-
3
- .vuuColumnList {
4
- --vuuMeasuredContainer-flex: 1 1 1px;
5
- --vuu-svg-function: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"><path d="M5.8625 10.5V9.625H6.72291L8.4875 7.59792L6.72291 5.54167H5.64375L4.60833 10.8792C4.53055 11.3167 4.36527 11.6545 4.1125 11.8927C3.85972 12.1309 3.53402 12.25 3.13541 12.25C2.7368 12.25 2.40382 12.1333 2.13645 11.9C1.86909 11.6667 1.73541 11.375 1.73541 11.025C1.73541 10.7625 1.80833 10.551 1.95416 10.3906C2.1 10.2302 2.28958 10.15 2.52291 10.15C2.72708 10.15 2.89479 10.2083 3.02604 10.325C3.15729 10.4417 3.22291 10.5972 3.22291 10.7917C3.22291 10.8986 3.20104 10.9983 3.15729 11.0906C3.11354 11.183 3.05277 11.2583 2.975 11.3167C3.01388 11.3361 3.0552 11.3507 3.09895 11.3604C3.1427 11.3701 3.18888 11.375 3.2375 11.375C3.36388 11.375 3.47083 11.3142 3.55833 11.1927C3.64583 11.0712 3.70902 10.9132 3.74791 10.7188L4.75416 5.54167H2.91666V4.66667H4.91458L5.22083 3.12083C5.30833 2.68333 5.48333 2.34549 5.74583 2.10729C6.00833 1.8691 6.33402 1.75 6.72291 1.75C7.12152 1.75 7.44965 1.86667 7.70729 2.1C7.96493 2.33333 8.09375 2.625 8.09375 2.975C8.09375 3.2375 8.02083 3.44896 7.875 3.60938C7.72916 3.76979 7.53958 3.85 7.30625 3.85C7.1118 3.85 6.94652 3.7941 6.81041 3.68229C6.6743 3.57049 6.60625 3.42222 6.60625 3.2375C6.60625 3.14028 6.62569 3.04549 6.66458 2.95312C6.70347 2.86076 6.75208 2.78542 6.81041 2.72708C6.79097 2.70764 6.7618 2.69063 6.72291 2.67604C6.68402 2.66146 6.64513 2.65417 6.60625 2.65417C6.47986 2.65417 6.37048 2.7125 6.27812 2.82917C6.18576 2.94583 6.12013 3.09653 6.08125 3.28125L5.81875 4.66667H8.575V5.54167H7.88958L9.1 6.94167L10.2375 5.54167H9.5375V4.66667H12.25V5.54167H11.4042L9.65416 7.59792L11.4042 9.625H12.25V10.5H9.5375V9.625H10.2375L9.07083 8.26875L7.875 9.625H8.575V10.5H5.8625Z"/></svg>');
6
- --vuuList-borderStyle: none;
7
- --vuuListItem-padding: 0;
8
- display: flex;
9
- flex-direction: column;
10
- }
11
-
12
- [data-icon="function"]{
13
- --vuu-icon-svg: var(--vuu-svg-function);
14
- }
15
-
16
- .vuuColumnListItem {
17
- border-bottom: solid 1px var(--salt-separable-tertiary-borderColor);
18
- gap: var(--salt-spacing-200);
19
- padding: 0;
20
-
21
- &.vuuListItem.vuuHighlighted:not(.vuuFocusVisible) {
22
- border-style: none none solid none;
23
- border-bottom: solid 1px var(--salt-separable-tertiary-borderColor);
24
- padding: 0;
25
- }
26
-
27
- .vuuIcon {
28
- --vuu-icon-color: var(--salt-content-secondary-foreground);
29
- }
30
- }
31
-
32
-
33
- .vuuColumnList-text {
34
- flex: 1 1 auto;
35
- }
36
-
37
- .vuuColumnList-text:hover {
38
- font-weight: 600;
39
- text-decoration: underline;
40
- }
41
-
42
- .vuuColumnList-header {
43
- border-top: solid 2px var(--vuu-color-gray-30);
44
- flex: 0 0 40px;
45
- font-size: 14px;
46
- font-weight: 600;
47
- padding-top: 24px;
48
- }
49
-
50
- .vuuColumnList-colHeadings {
51
- border-bottom: solid 2px var(--vuu-color-gray-30);
52
- color: var(--vuu-color-gray-50);
53
- display: flex;
54
- flex: 0 0 24px;
55
- font-size: 10px;
56
- justify-content: space-between;
57
- margin-top: 16px;
58
- padding-bottom: 8px;
59
-
60
- }
@@ -1,13 +0,0 @@
1
- .vuuColumnNameLabel-calculated {
2
- cursor: pointer;
3
- display: flex;
4
- gap: 2px;
5
- }
6
-
7
- .vuuColumnNameLabel-edit {
8
- margin-left: auto;
9
- }
10
-
11
- .vuuColumnNameLabel-placeholder {
12
- color: var(--vuu-color-gray-35);
13
- }
@@ -1,77 +0,0 @@
1
- .vuuColumnSettingsPanel {
2
- --vuu-svg-align-left: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M9.33333 10H2.66667C2.3 10 2 10.3 2 10.6667C2 11.0333 2.3 11.3333 2.66667 11.3333H9.33333C9.7 11.3333 10 11.0333 10 10.6667C10 10.3 9.7 10 9.33333 10ZM9.33333 4.66667H2.66667C2.3 4.66667 2 4.96667 2 5.33333C2 5.7 2.3 6 2.66667 6H9.33333C9.7 6 10 5.7 10 5.33333C10 4.96667 9.7 4.66667 9.33333 4.66667ZM2.66667 8.66667H13.3333C13.7 8.66667 14 8.36667 14 8C14 7.63333 13.7 7.33333 13.3333 7.33333H2.66667C2.3 7.33333 2 7.63333 2 8C2 8.36667 2.3 8.66667 2.66667 8.66667ZM2.66667 14H13.3333C13.7 14 14 13.7 14 13.3333C14 12.9667 13.7 12.6667 13.3333 12.6667H2.66667C2.3 12.6667 2 12.9667 2 13.3333C2 13.7 2.3 14 2.66667 14ZM2 2.66667C2 3.03333 2.3 3.33333 2.66667 3.33333H13.3333C13.7 3.33333 14 3.03333 14 2.66667C14 2.3 13.7 2 13.3333 2H2.66667C2.3 2 2 2.3 2 2.66667Z" /></svg>');
3
- --vuu-svg-align-right: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2.66667 14H13.3333C13.7 14 14 13.7 14 13.3333C14 12.9667 13.7 12.6667 13.3333 12.6667H2.66667C2.3 12.6667 2 12.9667 2 13.3333C2 13.7 2.3 14 2.66667 14ZM6.66667 11.3333H13.3333C13.7 11.3333 14 11.0333 14 10.6667C14 10.3 13.7 10 13.3333 10H6.66667C6.3 10 6 10.3 6 10.6667C6 11.0333 6.3 11.3333 6.66667 11.3333ZM2.66667 8.66667H13.3333C13.7 8.66667 14 8.36667 14 8C14 7.63333 13.7 7.33333 13.3333 7.33333H2.66667C2.3 7.33333 2 7.63333 2 8C2 8.36667 2.3 8.66667 2.66667 8.66667ZM6.66667 6H13.3333C13.7 6 14 5.7 14 5.33333C14 4.96667 13.7 4.66667 13.3333 4.66667H6.66667C6.3 4.66667 6 4.96667 6 5.33333C6 5.7 6.3 6 6.66667 6ZM2 2.66667C2 3.03333 2.3 3.33333 2.66667 3.33333H13.3333C13.7 3.33333 14 3.03333 14 2.66667C14 2.3 13.7 2 13.3333 2H2.66667C2.3 2 2 2.3 2 2.66667Z" /></svg>');
4
- --vuu-svg-pin-left: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M7.33333 9.86V8.66666H13.3333C13.7 8.66666 14 8.36666 14 8C14 7.63333 13.7 7.33333 13.3333 7.33333L7.33333 7.33333V6.14C7.33333 5.84 6.97333 5.69333 6.76667 5.90666L4.90667 7.76666C4.77333 7.89999 4.77333 8.10666 4.90667 8.24L6.76667 10.1C6.97333 10.3067 7.33333 10.16 7.33333 9.86ZM2.66667 13.3333C3.03333 13.3333 3.33333 13.0333 3.33333 12.6667L3.33333 3.33333C3.33333 2.96666 3.03333 2.66666 2.66667 2.66666C2.3 2.66666 2 2.96666 2 3.33333L2 12.6667C2 13.0333 2.3 13.3333 2.66667 13.3333Z" /></svg>');
5
- --vuu-svg-pin-float: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M6 4.66667H4.66667V6H6V4.66667ZM6 7.33333H4.66667V8.66667H6V7.33333ZM6 2C5.26 2 4.66667 2.6 4.66667 3.33333H6V2ZM8.66667 10H7.33333V11.3333H8.66667V10ZM12.6667 2V3.33333H14C14 2.6 13.4 2 12.6667 2ZM8.66667 2H7.33333V3.33333H8.66667V2ZM6 11.3333V10H4.66667C4.66667 10.7333 5.26 11.3333 6 11.3333ZM12.6667 8.66667H14V7.33333H12.6667V8.66667ZM12.6667 6H14V4.66667H12.6667V6ZM12.6667 11.3333C13.4 11.3333 14 10.7333 14 10H12.6667V11.3333ZM2.66667 4.66667C2.3 4.66667 2 4.96667 2 5.33333V12.6667C2 13.4 2.6 14 3.33333 14H10.6667C11.0333 14 11.3333 13.7 11.3333 13.3333C11.3333 12.9667 11.0333 12.6667 10.6667 12.6667H4C3.63333 12.6667 3.33333 12.3667 3.33333 12V5.33333C3.33333 4.96667 3.03333 4.66667 2.66667 4.66667ZM10 3.33333H11.3333V2H10V3.33333ZM10 11.3333H11.3333V10H10V11.3333Z" /></svg>');
6
- --vuu-svg-pin-right: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8.66667 6.14V7.33333H2.66667C2.3 7.33333 2 7.63333 2 8C2 8.36666 2.3 8.66666 2.66667 8.66666H8.66667V9.86C8.66667 10.16 9.02667 10.3067 9.23333 10.0933L11.0933 8.23333C11.2267 8.1 11.2267 7.89333 11.0933 7.76L9.23333 5.9C9.02667 5.69333 8.66667 5.84 8.66667 6.14ZM13.3333 13.3333C13.7 13.3333 14 13.0333 14 12.6667V3.33333C14 2.96666 13.7 2.66666 13.3333 2.66666C12.9667 2.66666 12.6667 2.96666 12.6667 3.33333V12.6667C12.6667 13.0333 12.9667 13.3333 13.3333 13.3333Z"/></svg>');
7
- --vuuDropdown-height: 24px;
8
- --vuuDropdown-width: 100%;
9
-
10
- display: flex;
11
- flex-direction: column;
12
- gap: 24px;
13
- height: 100%;
14
- padding-top: 24px;
15
- }
16
-
17
- .vuuColumnSettingsPanel-header {
18
- border-top: solid 2px var(--vuu-color-gray-30);
19
- font-size: 14px;
20
- font-weight: 600;
21
- padding: 24px 2px 0 2px;
22
- }
23
-
24
-
25
- .vuuColumnSettingsPanel-buttonBar {
26
- align-items: center;
27
- display: flex;
28
- justify-content: space-between;
29
- margin-top: auto;
30
- }
31
-
32
- .vuuColumnSettingsPanel-buttonBar[data-align="right"]{
33
- gap: 6px;
34
- justify-content: flex-end;
35
- }
36
-
37
- .vuuColumnSettingsPanel-buttonNavPrev {
38
- --vuu-icon-left: 6px;
39
- padding-left: 24px
40
- }
41
-
42
- .vuuColumnSettingsPanel-buttonNavNext {
43
- --vuu-icon-left: calc(100% - 18px);
44
- padding-right: 24px
45
- }
46
-
47
-
48
-
49
- [data-icon='align-left'] {
50
- --vuu-icon-svg: var(--vuu-svg-align-left);
51
- }
52
-
53
- [data-icon='align-right'] {
54
- --vuu-icon-svg: var(--vuu-svg-align-right);
55
- }
56
-
57
- [data-icon='pin-left'] {
58
- --vuu-icon-svg: var(--vuu-svg-pin-left);
59
- }
60
- [data-icon='pin-float'] {
61
- --vuu-icon-svg: var(--vuu-svg-pin-float);
62
- }
63
- [data-icon='pin-right'] {
64
- --vuu-icon-svg: var(--vuu-svg-pin-right);
65
- }
66
-
67
- .vuuColumnSettingsPanel-editing .vuuColumnNameLabel-edit {
68
- display: none;
69
- }
70
-
71
-
72
-
73
-
74
-
75
-
76
-
77
-
@@ -1,11 +0,0 @@
1
- .vuuDatasourceStats {
2
- color: black;
3
- display: flex;
4
- font-size: 10px;
5
- gap: var(--salt-size-unit);
6
- padding: 4px 0 0 12px;
7
- }
8
-
9
- .vuuDatasourceStats-label {
10
- color: var(--vuu-color-gray-50);
11
- }