igniteui-webcomponents-grids 3.2.3 → 3.2.4
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/bundles/igniteui-webcomponents-grids.umd.js +10236 -9350
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/BaseEditorView.js +5 -0
- package/esm2015/lib/CanvasCellPresenterBase.js +10 -10
- package/esm2015/lib/CanvasContentCellModelHelper.js +11 -11
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +2 -2
- package/esm2015/lib/CanvasGridCellBase.js +305 -289
- package/esm2015/lib/CanvasImageCell.js +29 -29
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCell.js +2 -2
- package/esm2015/lib/CanvasNumericCellPresenter.js +3 -3
- package/esm2015/lib/CanvasSectionHeaderCell.js +3 -3
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +2 -2
- package/esm2015/lib/CanvasSummaryCell.js +51 -51
- package/esm2015/lib/CanvasSummaryCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTemplateCell.js +7 -7
- package/esm2015/lib/CanvasTemplateCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTemplateHeaderCell.js +7 -7
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTextCell.js +3 -3
- package/esm2015/lib/CanvasTextCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTextHeaderCell.js +24 -24
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm2015/lib/CellPresenterBase.js +1 -1
- package/esm2015/lib/CheckboxListView_combined.js +341 -306
- package/esm2015/lib/ColumnChooserView_combined.js +22 -22
- package/esm2015/lib/ColumnFilterCondition_combined.js +7498 -7180
- package/esm2015/lib/ColumnGroupDescription.js +22 -0
- package/esm2015/lib/ColumnGroupDescriptionCollection.js +14 -8
- package/esm2015/lib/ColumnGroupingView_combined.js +25 -25
- package/esm2015/lib/ColumnPinningView_combined.js +22 -22
- package/esm2015/lib/ColumnSortDescriptionCollection.js +12 -6
- package/esm2015/lib/ColumnSummaryDescriptionCollection.js +12 -6
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +23 -18
- package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +5 -5
- package/esm2015/lib/DataGridCellLayoutPanel.js +27 -25
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +17 -17
- package/esm2015/lib/DateTimeColumnValueFormatter.js +90 -1
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +25 -25
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +10 -10
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +6 -6
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +15 -15
- package/esm2015/lib/GridExternalWrapper.js +18 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
- package/esm2015/lib/ISummaryChooserView_combined.js +13 -13
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +47 -47
- package/esm2015/lib/MultiColumnComboVisualModelExport.js +1 -1
- package/esm2015/lib/NumericCellPresenter.js +1 -1
- package/esm2015/lib/PropertyEditorView_combined.js +40 -40
- package/esm2015/lib/TemplateCellPresenter.js +1 -1
- package/esm2015/lib/TemplateHeader.js +8 -8
- package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextEditorView.js +28 -10
- package/esm2015/lib/VerticalSeparatorCell.js +46 -8
- package/esm2015/lib/VisualModelExport.js +120 -100
- package/esm2015/lib/igc-checkbox-list-component.js +74 -54
- package/esm2015/lib/igc-column-component.js +164 -164
- package/esm2015/lib/igc-column-group-description-collection.js +13 -3
- package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
- package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm2015/lib/igc-column-sort-description-collection.js +13 -3
- package/esm2015/lib/igc-column-summary-description-collection.js +13 -3
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-component.js +699 -593
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-definition-base-component.js +50 -50
- package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
- package/esm2015/lib/igc-header-component.js +24 -24
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-section-header-component.js +24 -24
- package/esm2015/lib/igc-summary-row-component.js +24 -24
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/BaseEditorView.js +5 -0
- package/esm5/lib/CanvasCellPresenterBase.js +10 -10
- package/esm5/lib/CanvasContentCellModelHelper.js +11 -11
- package/esm5/lib/CanvasDateTimeCellPresenter.js +2 -2
- package/esm5/lib/CanvasGridCellBase.js +304 -288
- package/esm5/lib/CanvasImageCell.js +28 -28
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCell.js +2 -2
- package/esm5/lib/CanvasNumericCellPresenter.js +3 -3
- package/esm5/lib/CanvasSectionHeaderCell.js +3 -3
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +2 -2
- package/esm5/lib/CanvasSummaryCell.js +51 -51
- package/esm5/lib/CanvasSummaryCellPresenter.js +5 -5
- package/esm5/lib/CanvasTemplateCell.js +7 -7
- package/esm5/lib/CanvasTemplateCellPresenter.js +3 -3
- package/esm5/lib/CanvasTemplateHeaderCell.js +7 -7
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/CanvasTextCell.js +3 -3
- package/esm5/lib/CanvasTextCellPresenter.js +2 -2
- package/esm5/lib/CanvasTextHeaderCell.js +24 -24
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm5/lib/CellPresenterBase.js +1 -1
- package/esm5/lib/CheckboxListView_combined.js +339 -296
- package/esm5/lib/ColumnChooserView_combined.js +22 -22
- package/esm5/lib/ColumnFilterCondition_combined.js +7319 -6934
- package/esm5/lib/ColumnGroupDescription.js +22 -0
- package/esm5/lib/ColumnGroupDescriptionCollection.js +18 -8
- package/esm5/lib/ColumnGroupingView_combined.js +25 -25
- package/esm5/lib/ColumnPinningView_combined.js +22 -22
- package/esm5/lib/ColumnSortDescriptionCollection.js +16 -6
- package/esm5/lib/ColumnSummaryDescriptionCollection.js +16 -6
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +23 -18
- package/esm5/lib/DataGridAccessibilityLayoutPanel.js +5 -5
- package/esm5/lib/DataGridCellLayoutPanel.js +27 -25
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +17 -17
- package/esm5/lib/DateTimeColumnValueFormatter.js +92 -1
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +25 -25
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +10 -10
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +6 -6
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnSortOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +15 -15
- package/esm5/lib/GridExternalWrapper.js +18 -6
- package/esm5/lib/GridFilterDialogView_combined.js +1 -1
- package/esm5/lib/ISummaryChooserView_combined.js +13 -13
- package/esm5/lib/MultiColumnComboBoxView_combined.js +47 -47
- package/esm5/lib/MultiColumnComboVisualModelExport.js +1 -1
- package/esm5/lib/NumericCellPresenter.js +1 -1
- package/esm5/lib/PropertyEditorView_combined.js +40 -40
- package/esm5/lib/TemplateCellPresenter.js +1 -1
- package/esm5/lib/TemplateHeader.js +8 -8
- package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextEditorView.js +28 -10
- package/esm5/lib/VerticalSeparatorCell.js +46 -8
- package/esm5/lib/VisualModelExport.js +120 -100
- package/esm5/lib/igc-checkbox-list-component.js +82 -54
- package/esm5/lib/igc-column-component.js +164 -164
- package/esm5/lib/igc-column-group-description-collection.js +17 -3
- package/esm5/lib/igc-column-moving-separator-component.js +9 -9
- package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm5/lib/igc-column-sort-description-collection.js +17 -3
- package/esm5/lib/igc-column-summary-description-collection.js +17 -3
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-component.js +743 -601
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-definition-base-component.js +50 -50
- package/esm5/lib/igc-filter-row-definition-component.js +12 -12
- package/esm5/lib/igc-header-component.js +24 -24
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-section-header-component.js +24 -24
- package/esm5/lib/igc-summary-row-component.js +24 -24
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/fesm2015/igniteui-webcomponents-grids.js +10276 -9534
- package/fesm5/igniteui-webcomponents-grids.js +10237 -9351
- package/lib/CanvasGridCellBase.d.ts +95 -93
- package/lib/CanvasImageCell.d.ts +11 -11
- package/lib/CanvasSectionHeaderCell.d.ts +1 -1
- package/lib/CanvasSummaryCell.d.ts +15 -15
- package/lib/CanvasTemplateCell.d.ts +4 -4
- package/lib/CanvasTemplateHeaderCell.d.ts +4 -4
- package/lib/CanvasTextCell.d.ts +1 -1
- package/lib/CanvasTextHeaderCell.d.ts +6 -6
- package/lib/CheckboxListView_combined.d.ts +74 -69
- package/lib/ColumnFilterCondition_combined.d.ts +1299 -1258
- package/lib/ColumnGroupDescription.d.ts +1 -0
- package/lib/ColumnGroupDescriptionCollection.d.ts +8 -7
- package/lib/ColumnSortDescriptionCollection.d.ts +8 -7
- package/lib/ColumnSummaryDescriptionCollection.d.ts +8 -7
- package/lib/DataGridCellLayoutPanel.d.ts +1 -0
- package/lib/DateTimeColumnValueFormatter.d.ts +19 -1
- package/lib/GridExternalWrapper.d.ts +4 -0
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextEditorView.d.ts +5 -3
- package/lib/VerticalSeparatorCell.d.ts +9 -0
- package/lib/VisualModelExport.d.ts +31 -26
- package/lib/igc-checkbox-list-component.d.ts +9 -0
- package/lib/igc-column-group-description-collection.d.ts +4 -0
- package/lib/igc-column-sort-description-collection.d.ts +4 -0
- package/lib/igc-column-summary-description-collection.d.ts +4 -0
- package/lib/igc-data-grid-component.d.ts +30 -2
- package/package.json +4 -4
|
@@ -12,6 +12,7 @@ export declare class ColumnGroupDescription extends ColumnSortDescription {
|
|
|
12
12
|
constructor(a: number);
|
|
13
13
|
constructor(a: number, b: string);
|
|
14
14
|
constructor(a: number, b: string, c: ListSortDirection);
|
|
15
|
+
constructor(a: number, b: string, c: ListSortDirection, d: string);
|
|
15
16
|
constructor(a: number, ..._rest: any[]);
|
|
16
17
|
private t;
|
|
17
18
|
x: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Base, IList$1, Type } from "igniteui-webcomponents-core";
|
|
2
|
-
import { SortDescriptionCollection } from "igniteui-webcomponents-core";
|
|
3
2
|
import { ColumnGroupDescription } from "./ColumnGroupDescription";
|
|
3
|
+
import { SortDescriptionCollection } from "igniteui-webcomponents-core";
|
|
4
4
|
import { NotifyCollectionChangedEventArgs } from "igniteui-webcomponents-core";
|
|
5
5
|
/**
|
|
6
6
|
* @hidden
|
|
@@ -8,19 +8,20 @@ import { NotifyCollectionChangedEventArgs } from "igniteui-webcomponents-core";
|
|
|
8
8
|
export declare class ColumnGroupDescriptionCollection extends Base {
|
|
9
9
|
static $t: Type;
|
|
10
10
|
private f;
|
|
11
|
+
i: boolean;
|
|
11
12
|
constructor();
|
|
12
13
|
private a;
|
|
13
14
|
b: SortDescriptionCollection;
|
|
14
15
|
g(a: ColumnGroupDescription): boolean;
|
|
15
|
-
|
|
16
|
-
|
|
16
|
+
o(a: number, b: ColumnGroupDescription): void;
|
|
17
|
+
n(): void;
|
|
17
18
|
get(a: number): ColumnGroupDescription;
|
|
18
|
-
|
|
19
|
+
k(a: ColumnGroupDescription): number;
|
|
19
20
|
h(a: ColumnGroupDescription): boolean;
|
|
20
21
|
d(a: number): ColumnGroupDescription;
|
|
21
22
|
set(a: number, b: ColumnGroupDescription): ColumnGroupDescription;
|
|
22
23
|
size(): number;
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
readonly
|
|
24
|
+
m(a: (sender: any, e: NotifyCollectionChangedEventArgs) => void): void;
|
|
25
|
+
p(a: (sender: any, e: NotifyCollectionChangedEventArgs) => void): void;
|
|
26
|
+
readonly j: IList$1<ColumnGroupDescription>;
|
|
26
27
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Base, IList$1, Type } from "igniteui-webcomponents-core";
|
|
2
|
-
import { SortDescriptionCollection } from "igniteui-webcomponents-core";
|
|
3
2
|
import { ColumnSortDescription } from "./ColumnSortDescription";
|
|
3
|
+
import { SortDescriptionCollection } from "igniteui-webcomponents-core";
|
|
4
4
|
import { NotifyCollectionChangedEventArgs } from "igniteui-webcomponents-core";
|
|
5
5
|
/**
|
|
6
6
|
* @hidden
|
|
@@ -8,19 +8,20 @@ import { NotifyCollectionChangedEventArgs } from "igniteui-webcomponents-core";
|
|
|
8
8
|
export declare class ColumnSortDescriptionCollection extends Base {
|
|
9
9
|
static $t: Type;
|
|
10
10
|
private f;
|
|
11
|
+
i: boolean;
|
|
11
12
|
constructor();
|
|
12
13
|
private a;
|
|
13
14
|
b: SortDescriptionCollection;
|
|
14
15
|
g(a: ColumnSortDescription): boolean;
|
|
15
|
-
|
|
16
|
-
|
|
16
|
+
o(a: number, b: ColumnSortDescription): void;
|
|
17
|
+
n(): void;
|
|
17
18
|
get(a: number): ColumnSortDescription;
|
|
18
|
-
|
|
19
|
+
k(a: ColumnSortDescription): number;
|
|
19
20
|
h(a: ColumnSortDescription): boolean;
|
|
20
21
|
d(a: number): ColumnSortDescription;
|
|
21
22
|
set(a: number, b: ColumnSortDescription): ColumnSortDescription;
|
|
22
23
|
size(): number;
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
readonly
|
|
24
|
+
m(a: (sender: any, e: NotifyCollectionChangedEventArgs) => void): void;
|
|
25
|
+
p(a: (sender: any, e: NotifyCollectionChangedEventArgs) => void): void;
|
|
26
|
+
readonly j: IList$1<ColumnSortDescription>;
|
|
26
27
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Base, IList$1, Type } from "igniteui-webcomponents-core";
|
|
2
|
-
import { SummaryDescriptionCollection } from "igniteui-webcomponents-core";
|
|
3
2
|
import { ColumnSummaryDescription } from "./ColumnSummaryDescription";
|
|
3
|
+
import { SummaryDescriptionCollection } from "igniteui-webcomponents-core";
|
|
4
4
|
import { NotifyCollectionChangedEventArgs } from "igniteui-webcomponents-core";
|
|
5
5
|
/**
|
|
6
6
|
* @hidden
|
|
@@ -8,19 +8,20 @@ import { NotifyCollectionChangedEventArgs } from "igniteui-webcomponents-core";
|
|
|
8
8
|
export declare class ColumnSummaryDescriptionCollection extends Base {
|
|
9
9
|
static $t: Type;
|
|
10
10
|
private f;
|
|
11
|
+
i: boolean;
|
|
11
12
|
constructor();
|
|
12
13
|
private a;
|
|
13
14
|
b: SummaryDescriptionCollection;
|
|
14
15
|
g(a: ColumnSummaryDescription): boolean;
|
|
15
|
-
|
|
16
|
-
|
|
16
|
+
o(a: number, b: ColumnSummaryDescription): void;
|
|
17
|
+
n(): void;
|
|
17
18
|
get(a: number): ColumnSummaryDescription;
|
|
18
|
-
|
|
19
|
+
k(a: ColumnSummaryDescription): number;
|
|
19
20
|
h(a: ColumnSummaryDescription): boolean;
|
|
20
21
|
d(a: number): ColumnSummaryDescription;
|
|
21
22
|
set(a: number, b: ColumnSummaryDescription): ColumnSummaryDescription;
|
|
22
23
|
size(): number;
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
readonly
|
|
24
|
+
m(a: (sender: any, e: NotifyCollectionChangedEventArgs) => void): void;
|
|
25
|
+
p(a: (sender: any, e: NotifyCollectionChangedEventArgs) => void): void;
|
|
26
|
+
readonly j: IList$1<ColumnSummaryDescription>;
|
|
26
27
|
}
|
|
@@ -1 +1,19 @@
|
|
|
1
|
-
|
|
1
|
+
import { Base, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
import { DateTimeFormats } from "./DateTimeFormats";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class DateTimeColumnValueFormatter extends Base {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
private a;
|
|
9
|
+
private b;
|
|
10
|
+
k(): void;
|
|
11
|
+
j(a: DateTimeFormats): void;
|
|
12
|
+
private f;
|
|
13
|
+
private e;
|
|
14
|
+
private c;
|
|
15
|
+
private d;
|
|
16
|
+
private g;
|
|
17
|
+
private h;
|
|
18
|
+
i(a: Date): string;
|
|
19
|
+
}
|
|
@@ -9,6 +9,7 @@ import { ImageColumn } from "./ImageColumn";
|
|
|
9
9
|
import { TemplateColumn } from "./TemplateColumn";
|
|
10
10
|
import { ComboBoxColumn } from "./ComboBoxColumn";
|
|
11
11
|
import { Brush } from "igniteui-webcomponents-core";
|
|
12
|
+
import { ScrollbarStyle } from "igniteui-webcomponents-core";
|
|
12
13
|
/**
|
|
13
14
|
* @hidden
|
|
14
15
|
*/
|
|
@@ -33,5 +34,8 @@ export declare class GridExternalWrapper extends Base implements IExternalGrid {
|
|
|
33
34
|
setHandCursor(): void;
|
|
34
35
|
setBorder(a: Brush, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number): void;
|
|
35
36
|
setScrollerVerticalTrackInset(a: number): void;
|
|
37
|
+
setScrollbarStyle(a: ScrollbarStyle): void;
|
|
38
|
+
setScrollbarColor(a: Brush): void;
|
|
39
|
+
setClipboardText(a: string): void;
|
|
36
40
|
ensureColumnsAreManual(): void;
|
|
37
41
|
}
|
package/lib/TemplateHeader.d.ts
CHANGED
|
@@ -12,8 +12,8 @@ export declare class TemplateHeader extends Header {
|
|
|
12
12
|
static $t: Type;
|
|
13
13
|
constructor();
|
|
14
14
|
protected l(a: CellPath): CellModel;
|
|
15
|
-
protected
|
|
16
|
-
|
|
17
|
-
|
|
15
|
+
protected cn(a: CellPath, b: Grid, c: any): string;
|
|
16
|
+
cz(a: CellModel, b: Grid, c: any, d: any): void;
|
|
17
|
+
fe(a: TemplateHeaderCellModel, b: any): void;
|
|
18
18
|
cellUpdating: (sender: any, args: TemplateHeaderCellUpdatingEventArgs) => void;
|
|
19
19
|
}
|
|
@@ -10,8 +10,8 @@ import { TemplateSectionHeaderCellUpdatingEventArgs } from "./TemplateSectionHea
|
|
|
10
10
|
*/
|
|
11
11
|
export declare class TemplateSectionHeader extends SectionHeader {
|
|
12
12
|
static $t: Type;
|
|
13
|
-
protected
|
|
13
|
+
protected cn(a: CellPath, b: Grid, c: any): string;
|
|
14
14
|
protected l(a: CellPath): CellModel;
|
|
15
|
-
|
|
15
|
+
fh(a: TemplateSectionHeaderCellModel, b: any): void;
|
|
16
16
|
cellUpdating: (sender: any, args: TemplateSectionHeaderCellUpdatingEventArgs) => void;
|
|
17
17
|
}
|
package/lib/TextEditorView.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ import { InputChangeEventArgs } from "igniteui-webcomponents-inputs";
|
|
|
12
12
|
*/
|
|
13
13
|
export declare class TextEditorView extends BaseEditorView {
|
|
14
14
|
static $t: Type;
|
|
15
|
+
private x;
|
|
15
16
|
protected w: XInputGroup;
|
|
16
17
|
protected v: XInput;
|
|
17
18
|
constructor(a: DomRenderer, b: BaseControlTheme, c: ICellActionManager);
|
|
@@ -24,9 +25,10 @@ export declare class TextEditorView extends BaseEditorView {
|
|
|
24
25
|
protected r(): void;
|
|
25
26
|
protected u(): void;
|
|
26
27
|
protected q(): void;
|
|
27
|
-
protected
|
|
28
|
-
|
|
29
|
-
private
|
|
28
|
+
protected z(a: any, b: InputChangeEventArgs): void;
|
|
29
|
+
protected y(a: any, b: InputChangeEventArgs): void;
|
|
30
|
+
private ab;
|
|
31
|
+
private aa;
|
|
30
32
|
getEditorValue(): any;
|
|
31
33
|
setEditorValue(a: any): void;
|
|
32
34
|
}
|
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
import { GridCellBase } from "./GridCellBase";
|
|
2
2
|
import { DomRenderer } from "igniteui-webcomponents-core";
|
|
3
3
|
import { Brush } from "igniteui-webcomponents-core";
|
|
4
|
+
import { Color } from "igniteui-webcomponents-core";
|
|
4
5
|
import { Type } from "igniteui-webcomponents-core";
|
|
5
6
|
/**
|
|
6
7
|
* @hidden
|
|
7
8
|
*/
|
|
8
9
|
export declare class VerticalSeparatorCell extends GridCellBase {
|
|
9
10
|
static $t: Type;
|
|
11
|
+
private ci;
|
|
12
|
+
private ch;
|
|
13
|
+
private cj;
|
|
14
|
+
private ck;
|
|
10
15
|
constructor(a: DomRenderer);
|
|
11
16
|
by(a: Brush, b: number, c: number, d: number, e: number): void;
|
|
17
|
+
b6(a: number, b: number): void;
|
|
18
|
+
bx(a: Color): void;
|
|
19
|
+
private cm;
|
|
20
|
+
private cl;
|
|
12
21
|
}
|
|
@@ -10,23 +10,23 @@ import { List$1 } from "igniteui-webcomponents-core";
|
|
|
10
10
|
*/
|
|
11
11
|
export declare class VisualModelExport extends Base {
|
|
12
12
|
static $t: Type;
|
|
13
|
-
|
|
14
|
-
am: number;
|
|
15
|
-
al: number;
|
|
16
|
-
as: number;
|
|
13
|
+
ao: RectData;
|
|
17
14
|
ar: number;
|
|
18
|
-
ap: number;
|
|
19
15
|
aq: number;
|
|
20
|
-
an: number;
|
|
21
|
-
av: number;
|
|
22
|
-
aw: number;
|
|
23
16
|
ax: number;
|
|
17
|
+
aw: number;
|
|
24
18
|
au: number;
|
|
25
|
-
|
|
19
|
+
av: number;
|
|
20
|
+
as: number;
|
|
21
|
+
a0: number;
|
|
22
|
+
a1: number;
|
|
23
|
+
a2: number;
|
|
24
|
+
az: number;
|
|
26
25
|
ay: number;
|
|
27
|
-
|
|
26
|
+
a3: number;
|
|
27
|
+
ae: GridLayerExport;
|
|
28
28
|
a: GridLayerExport;
|
|
29
|
-
|
|
29
|
+
ah: GridLayerExport;
|
|
30
30
|
b: GridLayerExport;
|
|
31
31
|
t: GridLayerExport;
|
|
32
32
|
r: GridLayerExport;
|
|
@@ -36,34 +36,39 @@ export declare class VisualModelExport extends Base {
|
|
|
36
36
|
l: GridLayerExport;
|
|
37
37
|
g: GridLayerExport;
|
|
38
38
|
h: GridLayerExport;
|
|
39
|
-
|
|
39
|
+
ad: GridLayerExport;
|
|
40
40
|
w: GridLayerExport;
|
|
41
41
|
v: GridLayerExport;
|
|
42
42
|
x: GridLayerExport;
|
|
43
|
-
|
|
44
|
-
|
|
43
|
+
ag: GridLayerExport;
|
|
44
|
+
af: GridLayerExport;
|
|
45
45
|
p: GridLayerExport;
|
|
46
46
|
o: GridLayerExport;
|
|
47
|
-
|
|
48
|
-
|
|
47
|
+
aj: GridLayerExport;
|
|
48
|
+
ai: GridLayerExport;
|
|
49
49
|
k: GridLayerExport;
|
|
50
50
|
j: GridLayerExport;
|
|
51
51
|
e: GridLayerExport;
|
|
52
52
|
d: GridLayerExport;
|
|
53
53
|
n: GridLayerExport;
|
|
54
54
|
m: GridLayerExport;
|
|
55
|
-
|
|
55
|
+
ak: GridLayerExport;
|
|
56
56
|
q: GridLayerExport;
|
|
57
57
|
f: GridLayerExport;
|
|
58
58
|
s: GridLayerExport;
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
59
|
+
y: GridLayerExport;
|
|
60
|
+
aa: GridLayerExport;
|
|
61
|
+
ab: GridLayerExport;
|
|
62
|
+
ac: GridLayerExport;
|
|
63
|
+
z: GridLayerExport;
|
|
64
|
+
am: IColumnGroupingVisualModelExport;
|
|
65
|
+
al: PagerVisualModelExport;
|
|
66
|
+
an: IToolbarVisualModelExport;
|
|
67
|
+
at: number;
|
|
63
68
|
constructor();
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
+
a7(): void;
|
|
70
|
+
ap: List$1<GridLayerExport>;
|
|
71
|
+
a4: number;
|
|
72
|
+
a6(): void;
|
|
73
|
+
a5(): string;
|
|
69
74
|
}
|
|
@@ -6,6 +6,7 @@ import { CheckboxListIndexType } from "./CheckboxListIndexType";
|
|
|
6
6
|
import { InputGroupDisplayType } from "igniteui-webcomponents-inputs";
|
|
7
7
|
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
8
8
|
import { ControlDisplayDensity } from "igniteui-webcomponents-core";
|
|
9
|
+
import { ScrollbarStyle } from "igniteui-webcomponents-core";
|
|
9
10
|
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
10
11
|
export declare class IgcCheckboxListComponent extends IgcHTMLElement {
|
|
11
12
|
private _height;
|
|
@@ -96,6 +97,14 @@ export declare class IgcCheckboxListComponent extends IgcHTMLElement {
|
|
|
96
97
|
* Gets or Sets the property name that contains the values.
|
|
97
98
|
*/
|
|
98
99
|
density: ControlDisplayDensity;
|
|
100
|
+
/**
|
|
101
|
+
* Gets or sets the style of scrollbar.
|
|
102
|
+
*/
|
|
103
|
+
scrollbarStyle: ScrollbarStyle;
|
|
104
|
+
/**
|
|
105
|
+
* Gets or sets the scrollbar background color.
|
|
106
|
+
*/
|
|
107
|
+
scrollbarBackground: string;
|
|
99
108
|
/**
|
|
100
109
|
* Gets / sets the caption of the "Select All" checkbox.
|
|
101
110
|
*/
|
|
@@ -14,6 +14,10 @@ export declare class IgcColumnGroupDescriptionCollection {
|
|
|
14
14
|
readonly count: number;
|
|
15
15
|
toArray(): IgcColumnGroupDescription[];
|
|
16
16
|
[Symbol.iterator](): IterableIterator<any>;
|
|
17
|
+
/**
|
|
18
|
+
* Gets or sets whether this collection should detach the sync when the target collection changes.
|
|
19
|
+
*/
|
|
20
|
+
shouldDetachOnTargetChange: boolean;
|
|
17
21
|
findByName(name: string): any;
|
|
18
22
|
add(item: IgcColumnGroupDescription): boolean;
|
|
19
23
|
insert(index: number, item: IgcColumnGroupDescription): void;
|
|
@@ -14,6 +14,10 @@ export declare class IgcColumnSortDescriptionCollection {
|
|
|
14
14
|
readonly count: number;
|
|
15
15
|
toArray(): IgcColumnSortDescription[];
|
|
16
16
|
[Symbol.iterator](): IterableIterator<any>;
|
|
17
|
+
/**
|
|
18
|
+
* Gets or sets whether this collection should detach the sync when the target collection changes.
|
|
19
|
+
*/
|
|
20
|
+
shouldDetachOnTargetChange: boolean;
|
|
17
21
|
findByName(name: string): any;
|
|
18
22
|
add(item: IgcColumnSortDescription): boolean;
|
|
19
23
|
insert(index: number, item: IgcColumnSortDescription): void;
|
|
@@ -11,6 +11,10 @@ export declare class IgcColumnSummaryDescriptionCollection {
|
|
|
11
11
|
readonly count: number;
|
|
12
12
|
toArray(): IgcColumnSummaryDescription[];
|
|
13
13
|
[Symbol.iterator](): IterableIterator<any>;
|
|
14
|
+
/**
|
|
15
|
+
* Gets or sets whether this collection should detach the sync when the target collection changes.
|
|
16
|
+
*/
|
|
17
|
+
shouldDetachOnTargetChange: boolean;
|
|
14
18
|
findByName(name: string): any;
|
|
15
19
|
add(item: IgcColumnSummaryDescription): boolean;
|
|
16
20
|
insert(index: number, item: IgcColumnSummaryDescription): void;
|
|
@@ -115,8 +115,8 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
|
|
|
115
115
|
useCanvas: boolean;
|
|
116
116
|
private _useAccessibility;
|
|
117
117
|
useAccessibility: boolean;
|
|
118
|
-
private
|
|
119
|
-
|
|
118
|
+
private _setScrollbarStyle;
|
|
119
|
+
private _setScrollbarColor;
|
|
120
120
|
private _columnsAdapter;
|
|
121
121
|
protected createImplementation(): Grid;
|
|
122
122
|
protected _implementation: any;
|
|
@@ -696,6 +696,21 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
|
|
|
696
696
|
/**
|
|
697
697
|
* Gets the current sort that is applied to the grid. Collection can be updated to modify the sort for the grid. Once sort descriptions are in this collection, the grid will no longer listen for changes on their properties.
|
|
698
698
|
*/
|
|
699
|
+
readonly initialSortDescriptions: IgcColumnSortDescriptionCollection;
|
|
700
|
+
/**
|
|
701
|
+
* Gets the current sort that is applied to the grid. Collection can be updated to modify the sort for the grid. Once sort descriptions are in this collection, the grid will no longer listen for changes on their properties.
|
|
702
|
+
*/
|
|
703
|
+
readonly initialGroupDescriptions: IgcColumnGroupDescriptionCollection;
|
|
704
|
+
/**
|
|
705
|
+
* Gets the current summaries that are applied to the grid.
|
|
706
|
+
*/
|
|
707
|
+
readonly initialSummaryDescriptions: IgcColumnSummaryDescriptionCollection;
|
|
708
|
+
initialSorts: string;
|
|
709
|
+
initialGroups: string;
|
|
710
|
+
initialSummaries: string;
|
|
711
|
+
/**
|
|
712
|
+
* Gets the current sort that is applied to the grid. Collection can be updated to modify the sort for the grid. Once sort descriptions are in this collection, the grid will no longer listen for changes on their properties.
|
|
713
|
+
*/
|
|
699
714
|
readonly sortDescriptions: IgcColumnSortDescriptionCollection;
|
|
700
715
|
/**
|
|
701
716
|
* Gets the current grouping that is applied to the grid. Collection can be updated to modify the grouping for the grid. Once grouping descriptions are in this collection, the grid will no longer listen for changes on their properties.
|
|
@@ -855,6 +870,19 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
|
|
|
855
870
|
* Gets or sets the column pinning title text to use in the toolbar.
|
|
856
871
|
*/
|
|
857
872
|
toolbarColumnPinningTitle: string;
|
|
873
|
+
/**
|
|
874
|
+
* Gets or sets the style of scrollbar.
|
|
875
|
+
*/
|
|
876
|
+
scrollbarStyle: ScrollbarStyle;
|
|
877
|
+
/**
|
|
878
|
+
* Gets or sets the scrollbar background color.
|
|
879
|
+
*/
|
|
880
|
+
scrollbarBackground: string;
|
|
881
|
+
allowCopyOperation: boolean;
|
|
882
|
+
/**
|
|
883
|
+
* Gets or sets whether to defer the SelectedItemsChanged and SelectedKeysChanged events till after the drag selection has completed.
|
|
884
|
+
*/
|
|
885
|
+
deferEventForRowDragSelection: boolean;
|
|
858
886
|
findByName(name: string): any;
|
|
859
887
|
protected __p: string;
|
|
860
888
|
protected _hasUserValues: Set<string>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-webcomponents-grids",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.4",
|
|
4
4
|
"description": "Ignite UI WebComponents grid components.",
|
|
5
5
|
"homepage": "https://github.com/IgniteUI/igniteui-webcomponents-grids",
|
|
6
6
|
"keywords": [
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"tslib": "^2.3.1"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"igniteui-webcomponents-core": "3.2.
|
|
22
|
-
"igniteui-webcomponents-layouts": "3.2.
|
|
23
|
-
"igniteui-webcomponents-inputs": "3.2.
|
|
21
|
+
"igniteui-webcomponents-core": "3.2.4",
|
|
22
|
+
"igniteui-webcomponents-layouts": "3.2.4",
|
|
23
|
+
"igniteui-webcomponents-inputs": "3.2.4"
|
|
24
24
|
},
|
|
25
25
|
"sideEffects": false,
|
|
26
26
|
"typings": "igniteui-webcomponents-grids.d.ts",
|