dhx-chart 8.4.0 → 8.4.1

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.
@@ -1,4 +1,4 @@
1
- import { Combobox } from "../../../../ts-combobox";
1
+ import { ProCombobox } from "../../../../ts-combobox";
2
2
  import { IEventSystem } from "../../../../ts-common/events";
3
3
  import { IHeaderFilter, HeaderFilterEvent, ICol, IRendererConfig, IComboFilterConfig } from "../../types";
4
4
  export declare class ComboFilter implements IHeaderFilter {
@@ -14,7 +14,7 @@ export declare class ComboFilter implements IHeaderFilter {
14
14
  constructor(column: any, config?: any, data?: any, value?: any, conf?: any);
15
15
  protected initFilter(): void;
16
16
  protected initHandlers(): void;
17
- getFilter(): Combobox;
17
+ getFilter(): ProCombobox;
18
18
  setValue(value: string | string[], silent?: boolean): void;
19
19
  clear(silent?: boolean): void;
20
20
  focus(): void;
@@ -1,5 +1,5 @@
1
1
  import { ICol, IRendererConfig, IEditor, IRow } from "../../types";
2
- import { Combobox } from "../../../../ts-combobox";
2
+ import { ProCombobox } from "../../../../ts-combobox";
3
3
  export declare class ComboboxEditor implements IEditor {
4
4
  protected _handlers: {
5
5
  [key: string]: (...args: any[]) => void;
@@ -9,7 +9,7 @@ export declare class ComboboxEditor implements IEditor {
9
9
  col: ICol;
10
10
  };
11
11
  protected _config: IRendererConfig;
12
- protected _input: Combobox;
12
+ protected _input: ProCombobox;
13
13
  constructor(row: any, col: ICol, config: IRendererConfig);
14
14
  endEdit(withoutSave?: boolean): void;
15
15
  toHTML(): any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dhx-chart",
3
- "version": "8.4.0",
3
+ "version": "8.4.1",
4
4
  "description": "dhtmlxChart widget",
5
5
  "homepage":"https://docs.dhtmlx.com/chart",
6
6
  "license":"GPL",
package/readme.txt CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
3
 
4
- dhtmlxChart v.8.4.0 Standard
4
+ dhtmlxChart v.8.4.1 Standard
5
5
  This software is covered by GPL-2.0 License. Usage without proper license is prohibited.
6
6
 
7
7
  (c) XB Software.
package/whatsnew.txt CHANGED
@@ -1,3 +1,6 @@
1
+ Version 8.4.1 (July 25, 2024)
2
+ ----------------------------
3
+
1
4
  # Version 8.4 (July 16, 2024)
2
5
 
3
6
  ### New functionality