dhx-suite 8.4.1 → 8.4.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.
|
@@ -21,7 +21,6 @@ export declare class Layout extends Cell implements ILayout {
|
|
|
21
21
|
cell(id: string): any;
|
|
22
22
|
progressShow(): void;
|
|
23
23
|
progressHide(): void;
|
|
24
|
-
protected _initHandlers(): void;
|
|
25
24
|
protected _getCss(content?: boolean): string;
|
|
26
25
|
private _parseConfig;
|
|
27
26
|
protected _createCell(cell: ILayoutConfig): ICell;
|
package/package.json
CHANGED
package/readme.txt
CHANGED
package/whatsnew.txt
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
# Version 8.4.2 (August 29, 2024)
|
|
2
|
+
|
|
3
|
+
### Fixes
|
|
4
|
+
|
|
5
|
+
- Core. Destruction of Layout in the Optimus framework causes an error
|
|
6
|
+
- Form. A number input with the predefined minimal value fails validation in case the input is empty
|
|
7
|
+
- Grid/TreeGrid. Incorrect work of the `comboFilter` input in case entering of HTML content is enabled
|
|
8
|
+
- Grid/TreeGrid. Input of a number starting with a decimal point
|
|
9
|
+
- Grid/TreeGrid. The use of `autoHeight` and `autoEmptyRow` configs prevents appearing of a new empty row
|
|
10
|
+
- Grid/TreeGrid. The `adjust:data` config is applied incorrectly during drag-n-drop
|
|
11
|
+
- Grid/TreeGrid. The `adjust` config of the component takes priority over the `adjust` config of a column
|
|
12
|
+
- Grid/TreeGrid. Parsing data with the `footerAutoHeight: true` config causes a console error
|
|
13
|
+
- Grid/TreeGrid. Dragging adjacent cells from the same column changes their positions relative to each other
|
|
14
|
+
- Layout. Issue with cells resizing
|
|
15
|
+
- Tree. The intermediate state of three-state checkboxes isn't displayed when a dataset is specified in the Tree configuration
|
|
16
|
+
|
|
1
17
|
# Version 8.4.1 (July 25, 2024)
|
|
2
18
|
|
|
3
19
|
### Fixes
|