@gooddata/sdk-ui-dashboard 10.33.0-alpha.73 → 10.33.0-alpha.75
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 +2974 -1577
- package/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/model/commandHandlers/layout/containerHeightSanitization.d.ts.map +1 -1
- package/esm/model/commandHandlers/layout/containerHeightSanitization.js +6 -2
- package/esm/model/commandHandlers/layout/containerHeightSanitization.js.map +1 -1
- package/esm/presentation/dragAndDrop/LayoutResizeContext.d.ts +3 -1
- package/esm/presentation/dragAndDrop/LayoutResizeContext.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/LayoutResizeContext.js +6 -2
- package/esm/presentation/dragAndDrop/LayoutResizeContext.js.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.js +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.js.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/Resize/BulletsBar.d.ts +8 -0
- package/esm/presentation/flexibleLayout/dragAndDrop/Resize/BulletsBar.d.ts.map +1 -0
- package/esm/presentation/flexibleLayout/dragAndDrop/Resize/BulletsBar.js +23 -0
- package/esm/presentation/flexibleLayout/dragAndDrop/Resize/BulletsBar.js.map +1 -0
- package/esm/presentation/flexibleLayout/dragAndDrop/Resize/HeightResizerHotspot.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/Resize/HeightResizerHotspot.js +2 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/Resize/HeightResizerHotspot.js.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/Resize/WidthResizerHotspot.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/Resize/WidthResizerHotspot.js +4 -4
- package/esm/presentation/flexibleLayout/dragAndDrop/Resize/WidthResizerHotspot.js.map +1 -1
- package/esm/presentation/layout/dragAndDrop/Resize/HeightResizerHotspot.js +1 -1
- package/esm/presentation/layout/dragAndDrop/Resize/HeightResizerHotspot.js.map +1 -1
- package/esm/presentation/layout/dragAndDrop/Resize/WidthResizerHotspot.js +1 -1
- package/esm/presentation/layout/dragAndDrop/Resize/WidthResizerHotspot.js.map +1 -1
- package/package.json +15 -15
- package/styles/css/main.css +68 -15
- package/styles/css/main.css.map +1 -1
- package/styles/css/resizing.css +68 -15
- package/styles/css/resizing.css.map +1 -1
- package/styles/scss/resizing.scss +82 -13
- package/esm/presentation/flexibleLayout/dragAndDrop/Resize/BulletsBar/Bullet.d.ts +0 -9
- package/esm/presentation/flexibleLayout/dragAndDrop/Resize/BulletsBar/Bullet.d.ts.map +0 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/Resize/BulletsBar/Bullet.js +0 -16
- package/esm/presentation/flexibleLayout/dragAndDrop/Resize/BulletsBar/Bullet.js.map +0 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/Resize/BulletsBar/BulletsBar.d.ts +0 -3
- package/esm/presentation/flexibleLayout/dragAndDrop/Resize/BulletsBar/BulletsBar.d.ts.map +0 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/Resize/BulletsBar/BulletsBar.js +0 -20
- package/esm/presentation/flexibleLayout/dragAndDrop/Resize/BulletsBar/BulletsBar.js.map +0 -1
package/styles/css/main.css
CHANGED
@@ -24833,7 +24833,6 @@ figure {
|
|
24833
24833
|
top: 0;
|
24834
24834
|
right: 20px;
|
24835
24835
|
bottom: 100%;
|
24836
|
-
width: 0;
|
24837
24836
|
height: 100%;
|
24838
24837
|
}
|
24839
24838
|
|
@@ -24848,8 +24847,8 @@ figure {
|
|
24848
24847
|
.dash-width-resizer-hotspot,
|
24849
24848
|
.resizer-drag-preview {
|
24850
24849
|
display: flex;
|
24851
|
-
|
24852
|
-
|
24850
|
+
justify-content: center;
|
24851
|
+
width: 20px;
|
24853
24852
|
cursor: col-resize;
|
24854
24853
|
}
|
24855
24854
|
|
@@ -25006,9 +25005,6 @@ figure {
|
|
25006
25005
|
background: var(--gd-dashboards-content-backgroundColor-from-theme, var(--gd-palette-complementary-0-from-theme, rgba(255, 255, 255, 0.95)));
|
25007
25006
|
}
|
25008
25007
|
|
25009
|
-
.gd-grid-layout-width-resizer-drag-preview {
|
25010
|
-
padding: 0 0 0 10px;
|
25011
|
-
}
|
25012
25008
|
.gd-grid-layout-width-resizer-drag-preview.gd-first-container-row-widget .gd-fluidlayout-width-resizer__container {
|
25013
25009
|
padding-top: 0;
|
25014
25010
|
}
|
@@ -25020,16 +25016,15 @@ figure {
|
|
25020
25016
|
}
|
25021
25017
|
.gd-grid-layout-resizer-drag-preview .gd-fluidlayout-width-resizer,
|
25022
25018
|
.gd-grid-layout .gd-fluidlayout-width-resizer {
|
25023
|
-
padding: 4px 0;
|
25024
25019
|
display: flex;
|
25025
25020
|
flex-direction: column;
|
25026
25021
|
border-radius: 4px;
|
25022
|
+
align-items: center;
|
25027
25023
|
}
|
25028
25024
|
.gd-grid-layout-resizer-drag-preview .gd-fluidlayout-width-resizer .width-resizer-line,
|
25029
25025
|
.gd-grid-layout .gd-fluidlayout-width-resizer .width-resizer-line {
|
25030
25026
|
flex: 1 0 auto;
|
25031
25027
|
width: 0;
|
25032
|
-
margin-left: 4px;
|
25033
25028
|
height: unset;
|
25034
25029
|
}
|
25035
25030
|
.gd-grid-layout-resizer-drag-preview .dash-height-resizer-container,
|
@@ -25084,17 +25079,20 @@ figure {
|
|
25084
25079
|
}
|
25085
25080
|
|
25086
25081
|
.gd-grid-layout .dash-width-resizer-container {
|
25087
|
-
position:
|
25088
|
-
|
25089
|
-
|
25090
|
-
|
25082
|
+
position: absolute;
|
25083
|
+
right: -20px;
|
25084
|
+
width: 20px;
|
25085
|
+
display: flex;
|
25086
|
+
justify-content: center;
|
25091
25087
|
}
|
25092
25088
|
.gd-grid-layout .dash-width-resizer-container.gd-first-container-row-widget .gd-fluidlayout-width-resizer__container {
|
25093
25089
|
padding-top: 0;
|
25094
25090
|
}
|
25095
25091
|
.gd-grid-layout .gd-fluidlayout-width-resizer__container {
|
25096
25092
|
background: var(--gd-dashboards-content-backgroundColor, var(--gd-palette-complementary-0, #fff));
|
25097
|
-
width:
|
25093
|
+
width: 20px;
|
25094
|
+
display: flex;
|
25095
|
+
justify-content: center;
|
25098
25096
|
}
|
25099
25097
|
.gd-grid-layout .dash-height-resizer-hotspot {
|
25100
25098
|
position: absolute;
|
@@ -25118,9 +25116,10 @@ figure {
|
|
25118
25116
|
}
|
25119
25117
|
|
25120
25118
|
.sdk-edit-mode-on .gd-grid-layout .dash-width-resizer-hotspot {
|
25121
|
-
position:
|
25119
|
+
position: static;
|
25122
25120
|
width: 20px;
|
25123
|
-
|
25121
|
+
display: flex;
|
25122
|
+
justify-content: center;
|
25124
25123
|
}
|
25125
25124
|
.sdk-edit-mode-on .gd-grid-layout .gd-resize-overlay-text {
|
25126
25125
|
right: -10px;
|
@@ -25153,6 +25152,60 @@ figure {
|
|
25153
25152
|
left: unset;
|
25154
25153
|
}
|
25155
25154
|
|
25155
|
+
.gd-grid-layout-ruler {
|
25156
|
+
--bullet-size: 6px;
|
25157
|
+
--bullet-size-active: 9px;
|
25158
|
+
--gap: 20px;
|
25159
|
+
padding: 20px 0 20px var(--gap);
|
25160
|
+
position: absolute;
|
25161
|
+
left: 0;
|
25162
|
+
right: 0;
|
25163
|
+
display: flex;
|
25164
|
+
}
|
25165
|
+
.gd-grid-layout-ruler__grid {
|
25166
|
+
flex-grow: 1;
|
25167
|
+
flex-shrink: 0;
|
25168
|
+
display: grid;
|
25169
|
+
gap: var(--gap);
|
25170
|
+
grid-template-columns: repeat(var(--columns-num), 1fr);
|
25171
|
+
grid-template-rows: auto;
|
25172
|
+
justify-content: start;
|
25173
|
+
align-items: stretch;
|
25174
|
+
}
|
25175
|
+
.gd-grid-layout-ruler__bullet-container {
|
25176
|
+
width: var(--gap);
|
25177
|
+
display: flex;
|
25178
|
+
justify-content: center;
|
25179
|
+
align-items: center;
|
25180
|
+
position: relative;
|
25181
|
+
left: calc(var(--gap) * -1);
|
25182
|
+
}
|
25183
|
+
.gd-grid-layout-ruler__bullet-container--last {
|
25184
|
+
left: 0;
|
25185
|
+
}
|
25186
|
+
.gd-grid-layout-ruler__bullet {
|
25187
|
+
width: var(--bullet-size);
|
25188
|
+
height: var(--bullet-size);
|
25189
|
+
border-radius: 100%;
|
25190
|
+
background-color: var(--gd-palette-complementary-6-from-theme, #b0beca);
|
25191
|
+
position: absolute;
|
25192
|
+
opacity: 0;
|
25193
|
+
transform: translateY(-20px);
|
25194
|
+
transition: transform 0.2s ease-out, opacity 0.1s ease-in, width 0.1s ease-out, height 0.1s ease-out;
|
25195
|
+
}
|
25196
|
+
.gd-grid-layout-ruler--active .gd-grid-layout-ruler__bullet {
|
25197
|
+
opacity: 1;
|
25198
|
+
transform: translateY(0);
|
25199
|
+
}
|
25200
|
+
.gd-grid-layout-ruler__bullet--active {
|
25201
|
+
background-color: var(--gd-palette-primary-base, #14b2e2);
|
25202
|
+
width: var(--bullet-size-active);
|
25203
|
+
height: var(--bullet-size-active);
|
25204
|
+
}
|
25205
|
+
.gd-grid-layout-ruler__bullet--initial {
|
25206
|
+
background-color: var(--gd-palette-complementary-9, #000);
|
25207
|
+
}
|
25208
|
+
|
25156
25209
|
.gd-drill-origin-selector .dropdown-button {
|
25157
25210
|
font-size: 12px;
|
25158
25211
|
display: inline-block;
|