@genesislcap/blank-app-seed 3.39.0 → 3.39.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.
package/.genx/package.json
CHANGED
|
@@ -44,6 +44,7 @@ export class {{pascalCase tile.componentName}} extends GenesisElement {
|
|
|
44
44
|
headerName: '',
|
|
45
45
|
minWidth: 50,
|
|
46
46
|
maxWidth: 50,
|
|
47
|
+
headerTooltip: '{{capitalCase this}}',
|
|
47
48
|
pinned: 'right',
|
|
48
49
|
cellRenderer: RapidAgActionRenderer,
|
|
49
50
|
cellRendererParams: <ActionRendererParams>{
|
|
@@ -54,7 +55,7 @@ export class {{pascalCase tile.componentName}} extends GenesisElement {
|
|
|
54
55
|
});
|
|
55
56
|
},
|
|
56
57
|
contentTemplate: `
|
|
57
|
-
<rapid-icon name="cog"
|
|
58
|
+
<rapid-icon name="cog"></rapid-icon>
|
|
58
59
|
`,
|
|
59
60
|
},
|
|
60
61
|
},
|
package/.genx/versions.json
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.39.2](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.39.1...v3.39.2) (2025-01-09)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* customEvent tooltip update GENC-847 (#420) 32b1ca4
|
|
9
|
+
|
|
10
|
+
## [3.39.2](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.39.1...v3.39.2) (2025-01-08)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* customEvent tooltip update GENC-847 (#420) 32b1ca4
|
|
16
|
+
|
|
17
|
+
## [3.39.1](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.39.0...v3.39.1) (2025-01-08)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* automated dependency version update [skip-ci] [PSD-9](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/9) (#418) 5b03334
|
|
23
|
+
|
|
3
24
|
## [3.39.0](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.38.2...v3.39.0) (2025-01-07)
|
|
4
25
|
|
|
5
26
|
|