@genesislcap/rapid-grid-pro 15.24.1 → 15.25.0
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/dts/grid-pro-beta.d.ts.map +1 -1
- package/dist/esm/grid-pro-beta.js +19 -0
- package/package.json +10 -10
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid-pro-beta.d.ts","sourceRoot":"","sources":["../../src/grid-pro-beta.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,WAAW,EAGZ,MAAM,uBAAuB,CAAC;AAE/B,OAAO,EAAe,WAAW,EAAE,MAAM,mBAAmB,CAAC;AA6D7D;;GAEG;AACH,qBAAa,gBAAiB,SAAQ,WAAW;IACnC,QAAQ,EAAG,GAAG,CAAC;IAE3B;;;;;;;;;;OAUG;IACH,OAAO,CAAC,MAAM,CAAC,YAAY,CAAiD;IAE5E,OAAO,CAAC,cAAc;IAgBtB;;;OAGG;IACH,OAAO,CAAC,gBAAgB;IASxB;;;;;;OAMG;IACH,0BAA0B,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,OAAO;IAShF;;;OAGG;IACH,IAAI,WAAW,CAAC,OAAO,EAAE,WAAW,EAuBnC;CACF;AAED,eAAO,MAAM,gBAAgB;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"grid-pro-beta.d.ts","sourceRoot":"","sources":["../../src/grid-pro-beta.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,WAAW,EAGZ,MAAM,uBAAuB,CAAC;AAE/B,OAAO,EAAe,WAAW,EAAE,MAAM,mBAAmB,CAAC;AA6D7D;;GAEG;AACH,qBAAa,gBAAiB,SAAQ,WAAW;IACnC,QAAQ,EAAG,GAAG,CAAC;IAE3B;;;;;;;;;;OAUG;IACH,OAAO,CAAC,MAAM,CAAC,YAAY,CAAiD;IAE5E,OAAO,CAAC,cAAc;IAgBtB;;;OAGG;IACH,OAAO,CAAC,gBAAgB;IASxB;;;;;;OAMG;IACH,0BAA0B,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,OAAO;IAShF;;;OAGG;IACH,IAAI,WAAW,CAAC,OAAO,EAAE,WAAW,EAuBnC;CACF;AAED,eAAO,MAAM,gBAAgB;;;;;;;;;;2BA+C3B,CAAC"}
|
|
@@ -131,4 +131,23 @@ export const rapidGridProBeta = RapidGridProBeta.compose(Object.assign({ baseNam
|
|
|
131
131
|
overflow: unset;
|
|
132
132
|
background: var(--ag-scrollbar-background, var(--neutral-layer-4));
|
|
133
133
|
}
|
|
134
|
+
|
|
135
|
+
/*
|
|
136
|
+
* Server-side and infinite row models: reveal the inactive (unsorted) sort icon on header
|
|
137
|
+
* hover rather than always. The datasource adds .grid-pro-server-side / .grid-pro-infinite to
|
|
138
|
+
* the grid host while attached; unSortIcon renders the .ag-sort-none-icon on sortable columns,
|
|
139
|
+
* and these rules keep just that icon hidden until the header is hovered. Only the none icon
|
|
140
|
+
* is targeted - AG shows the ascending/descending icon (and hides the none icon) once a column
|
|
141
|
+
* is sorted, so a sorted column's arrow stays fully visible at rest. Matches the client-side
|
|
142
|
+
* model's quiet header while keeping sortability discoverable.
|
|
143
|
+
*/
|
|
144
|
+
.grid-pro-server-side .ag-header-cell-sortable .ag-sort-none-icon,
|
|
145
|
+
.grid-pro-infinite .ag-header-cell-sortable .ag-sort-none-icon {
|
|
146
|
+
opacity: 0;
|
|
147
|
+
transition: opacity 0.15s ease-in-out;
|
|
148
|
+
}
|
|
149
|
+
.grid-pro-server-side .ag-header-cell-sortable:hover .ag-sort-none-icon,
|
|
150
|
+
.grid-pro-infinite .ag-header-cell-sortable:hover .ag-sort-none-icon {
|
|
151
|
+
opacity: 1;
|
|
152
|
+
}
|
|
134
153
|
`, shadowOptions: rapidGridProShadowOptions }, rapidDefaultGridProConfig));
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/rapid-grid-pro",
|
|
3
3
|
"description": "Genesis Rapid Grid Pro",
|
|
4
|
-
"version": "15.
|
|
4
|
+
"version": "15.25.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -37,17 +37,17 @@
|
|
|
37
37
|
}
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@genesislcap/genx": "15.
|
|
41
|
-
"@genesislcap/rollup-builder": "15.
|
|
42
|
-
"@genesislcap/ts-builder": "15.
|
|
43
|
-
"@genesislcap/uvu-playwright-builder": "15.
|
|
44
|
-
"@genesislcap/vite-builder": "15.
|
|
45
|
-
"@genesislcap/webpack-builder": "15.
|
|
40
|
+
"@genesislcap/genx": "15.25.0",
|
|
41
|
+
"@genesislcap/rollup-builder": "15.25.0",
|
|
42
|
+
"@genesislcap/ts-builder": "15.25.0",
|
|
43
|
+
"@genesislcap/uvu-playwright-builder": "15.25.0",
|
|
44
|
+
"@genesislcap/vite-builder": "15.25.0",
|
|
45
|
+
"@genesislcap/webpack-builder": "15.25.0"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@genesislcap/foundation-ui": "15.
|
|
49
|
-
"@genesislcap/grid-pro": "15.
|
|
50
|
-
"@genesislcap/rapid-design-system": "15.
|
|
48
|
+
"@genesislcap/foundation-ui": "15.25.0",
|
|
49
|
+
"@genesislcap/grid-pro": "15.25.0",
|
|
50
|
+
"@genesislcap/rapid-design-system": "15.25.0",
|
|
51
51
|
"@microsoft/fast-colors": "5.3.1",
|
|
52
52
|
"@microsoft/fast-components": "2.30.6",
|
|
53
53
|
"@microsoft/fast-element": "1.14.0",
|