igniteui-webcomponents-grids 4.0.3 → 4.2.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/bundles/igniteui-webcomponents-grids.umd.js +1042 -654
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasGridCellBase.js +26 -26
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/CanvasTextHeaderCell.js +1 -1
- package/esm2015/lib/CheckboxListView_combined.js +552 -389
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnFilterCondition_combined.js +1 -1
- package/esm2015/lib/ColumnGroupingView_combined.js +1 -1
- package/esm2015/lib/ColumnPinningView_combined.js +7 -7
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +1 -1
- package/esm2015/lib/DataGridCellLayoutPanel.js +5 -5
- package/esm2015/lib/EditorCell.js +1 -1
- package/esm2015/lib/FilterCell.js +1 -1
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +8 -8
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +2 -2
- package/esm2015/lib/GridExpansionIndicatorView_combined.js +8 -8
- package/esm2015/lib/GridFilterDialogView_combined.js +5 -5
- package/esm2015/lib/GridSortIndicatorView_combined.js +9 -9
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +19 -19
- package/esm2015/lib/NumericEditorView.js +3 -3
- package/esm2015/lib/PropertyEditorView_combined.js +40 -40
- package/esm2015/lib/TextEditorView.js +10 -10
- package/esm2015/lib/igc-checkbox-list-component.js +155 -50
- package/esm2015/lib/igc-data-grid-column-component.js +10 -6
- package/esm2015/lib/igc-data-grid-component.js +45 -27
- package/esm2015/lib/igc-grid-active-cell-changed-event-args.js +10 -6
- package/esm2015/lib/igc-grid-column-width-changed-event-args.js +10 -6
- package/esm2015/lib/igc-grid-custom-filter-requested-event-args.js +5 -3
- package/esm2015/lib/igc-grid-filter-expressions-event-args.js +5 -3
- package/esm2015/lib/igc-grid-group-descriptions-changed-event-args.js +5 -3
- package/esm2015/lib/igc-grid-sort-descriptions-changed-event-args.js +5 -3
- package/esm2015/lib/igc-grid-summary-descriptions-changed-event-args.js +5 -3
- package/esm5/lib/CanvasGridCellBase.js +26 -26
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/CanvasTextHeaderCell.js +1 -1
- package/esm5/lib/CheckboxListView_combined.js +578 -375
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnFilterCondition_combined.js +1 -1
- package/esm5/lib/ColumnGroupingView_combined.js +1 -1
- package/esm5/lib/ColumnPinningView_combined.js +7 -7
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +1 -1
- package/esm5/lib/DataGridCellLayoutPanel.js +5 -5
- package/esm5/lib/EditorCell.js +1 -1
- package/esm5/lib/FilterCell.js +1 -1
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +8 -8
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +2 -2
- package/esm5/lib/GridExpansionIndicatorView_combined.js +8 -8
- package/esm5/lib/GridFilterDialogView_combined.js +5 -5
- package/esm5/lib/GridSortIndicatorView_combined.js +9 -9
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/MultiColumnComboBoxView_combined.js +19 -19
- package/esm5/lib/NumericEditorView.js +3 -3
- package/esm5/lib/PropertyEditorView_combined.js +40 -40
- package/esm5/lib/TextEditorView.js +10 -10
- package/esm5/lib/igc-checkbox-list-component.js +195 -50
- package/esm5/lib/igc-data-grid-column-component.js +10 -6
- package/esm5/lib/igc-data-grid-component.js +45 -27
- package/esm5/lib/igc-grid-active-cell-changed-event-args.js +10 -6
- package/esm5/lib/igc-grid-column-width-changed-event-args.js +10 -6
- package/esm5/lib/igc-grid-custom-filter-requested-event-args.js +5 -3
- package/esm5/lib/igc-grid-filter-expressions-event-args.js +5 -3
- package/esm5/lib/igc-grid-group-descriptions-changed-event-args.js +5 -3
- package/esm5/lib/igc-grid-sort-descriptions-changed-event-args.js +5 -3
- package/esm5/lib/igc-grid-summary-descriptions-changed-event-args.js +5 -3
- package/fesm2015/igniteui-webcomponents-grids.js +974 -666
- package/fesm5/igniteui-webcomponents-grids.js +1040 -652
- package/grids/combined.js +173 -91
- package/grids/index.d.ts +30 -0
- package/grids/index.js +1 -0
- package/grids/lib/column-pinning-position.d.ts +1 -0
- package/grids/lib/common.d.ts +0 -4
- package/grids/lib/filtering-expressions-tree-type.d.ts +1 -0
- package/grids/lib/filtering-logic.d.ts +1 -0
- package/grids/lib/grid-column-data-type.d.ts +1 -1
- package/grids/lib/grid-paging-mode.d.ts +1 -0
- package/grids/lib/grid-toolbar-exporter-type.d.ts +3 -0
- package/grids/lib/igc-action-strip-resource-strings.d.ts +1 -2
- package/grids/lib/igc-active-node-change-event-args.d.ts +1 -2
- package/grids/lib/igc-base-date-time-filtering-operand.d.ts +18 -0
- package/grids/lib/igc-base-event-args.d.ts +1 -2
- package/grids/lib/igc-base-toolbar-column-actions-directive.d.ts +2 -1
- package/grids/lib/igc-boolean-filtering-operand.d.ts +20 -0
- package/grids/lib/igc-cell-type.d.ts +6 -12
- package/grids/lib/igc-column-component.d.ts +4 -3
- package/grids/lib/igc-column-exporting-event-args.d.ts +1 -2
- package/grids/lib/igc-column-group-component.d.ts +4 -2
- package/grids/lib/igc-columns-auto-generated-event-args.d.ts +21 -0
- package/grids/lib/igc-date-filtering-operand.d.ts +20 -0
- package/grids/lib/igc-date-summary-operand.d.ts +75 -0
- package/grids/lib/igc-date-time-filtering-operand.d.ts +15 -0
- package/grids/lib/igc-dimensions-change.d.ts +30 -0
- package/grids/lib/igc-display-density-base.d.ts +1 -1
- package/grids/lib/igc-exporter-options-base.d.ts +18 -2
- package/grids/lib/igc-field-pipe-args.d.ts +6 -12
- package/grids/lib/igc-filtering-expression.d.ts +33 -0
- package/grids/lib/igc-filtering-expressions-tree.d.ts +8 -8
- package/grids/lib/igc-filtering-operand.d.ts +4 -2
- package/grids/lib/igc-filtering-operation.d.ts +5 -2
- package/grids/lib/igc-for-of-state.d.ts +2 -4
- package/grids/lib/igc-grid-action-button-component.d.ts +1 -1
- package/grids/lib/igc-grid-actions-base-directive.d.ts +1 -1
- package/grids/lib/igc-grid-base-directive.d.ts +34 -6
- package/grids/lib/igc-grid-component.d.ts +5 -5
- package/grids/lib/igc-grid-edit-done-event-args.d.ts +6 -12
- package/grids/lib/igc-grid-resource-strings.d.ts +166 -326
- package/grids/lib/igc-grid-toolbar-actions-component.d.ts +2 -1
- package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +2 -1
- package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +2 -1
- package/grids/lib/igc-grid-toolbar-title-component.d.ts +2 -1
- package/grids/lib/igc-grid-validation-state.d.ts +1 -2
- package/grids/lib/igc-group-by-record.d.ts +2 -4
- package/grids/lib/igc-grouped-records.d.ts +1 -1
- package/grids/lib/igc-number-filtering-operand.d.ts +20 -0
- package/grids/lib/igc-number-summary-operand.d.ts +104 -0
- package/grids/lib/igc-overlay-settings.d.ts +6 -12
- package/grids/lib/igc-paginator-resource-strings.d.ts +6 -12
- package/grids/lib/igc-pin-row-event-args.d.ts +2 -4
- package/grids/lib/igc-pinning-config.d.ts +2 -4
- package/grids/lib/igc-pivot-aggregator.d.ts +46 -0
- package/grids/lib/igc-pivot-configuration.d.ts +60 -0
- package/grids/lib/igc-pivot-data-selector-component.d.ts +127 -0
- package/grids/lib/igc-pivot-date-dimension-options.d.ts +34 -0
- package/grids/lib/igc-pivot-date-dimension.d.ts +88 -0
- package/grids/lib/igc-pivot-dimension-strategy.d.ts +25 -0
- package/grids/lib/igc-pivot-dimension.d.ts +69 -0
- package/grids/lib/igc-pivot-grid-component.d.ts +492 -0
- package/grids/lib/igc-pivot-grid-value-template-context.d.ts +20 -0
- package/grids/lib/igc-pivot-keys.d.ts +47 -0
- package/grids/lib/igc-pivot-value.d.ts +65 -0
- package/grids/lib/igc-position-settings.d.ts +6 -12
- package/grids/lib/igc-row-data-event-args.d.ts +0 -5
- package/grids/lib/igc-row-selection-event-args.d.ts +3 -0
- package/grids/lib/igc-row-type.d.ts +19 -38
- package/grids/lib/igc-sorting-event-args.d.ts +2 -4
- package/grids/lib/igc-sorting-expression.d.ts +2 -4
- package/grids/lib/igc-sorting-options.d.ts +3 -2
- package/grids/lib/igc-string-filtering-operand.d.ts +29 -0
- package/grids/lib/igc-summary-operand.d.ts +61 -0
- package/grids/lib/igc-summary-result.d.ts +1 -2
- package/grids/lib/igc-time-filtering-operand.d.ts +15 -0
- package/grids/lib/igc-time-summary-operand.d.ts +49 -0
- package/grids/lib/igc-tree-grid-component.d.ts +3 -2
- package/grids/lib/igc-tree-grid-record.d.ts +5 -10
- package/grids/lib/igc-values-change.d.ts +23 -0
- package/grids/lib/pivot-aggregation-type.d.ts +3 -0
- package/grids/lib/pivot-dimension-type.d.ts +17 -0
- package/grids/lib/row-pinning-position.d.ts +1 -0
- package/grids/lib/sorting-direction.d.ts +1 -0
- package/grids/lib/sorting-options-mode.d.ts +3 -0
- package/grids/styles.css +1 -1
- package/grids/themes/dark/bootstrap.css +1 -1
- package/grids/themes/dark/fluent.css +1 -1
- package/grids/themes/dark/indigo.css +1 -1
- package/grids/themes/dark/material.css +1 -1
- package/grids/themes/light/bootstrap.css +1 -1
- package/grids/themes/light/fluent.css +1 -1
- package/grids/themes/light/indigo.css +1 -1
- package/grids/themes/light/material.css +1 -1
- package/lib/CheckboxListView_combined.d.ts +120 -96
- package/lib/ComparisonOperatorSelectorView_combined.d.ts +1 -1
- package/lib/GridColumnSummaryOptionsView_combined.d.ts +1 -1
- package/lib/igc-checkbox-list-component.d.ts +40 -0
- package/package.json +4 -4
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { Base, Type, INotifyPropertyChanged, PropertyChangedEventArgs } from "igniteui-webcomponents-core";
|
|
2
2
|
import { DomRenderer, DomWrapper } from "igniteui-webcomponents-core";
|
|
3
3
|
import { XInputGroup } from "igniteui-webcomponents-inputs";
|
|
4
|
-
import { Brush } from "igniteui-webcomponents-core";
|
|
5
4
|
import { XInput } from "igniteui-webcomponents-inputs";
|
|
6
5
|
import { ControlDisplayDensity } from "igniteui-webcomponents-core";
|
|
6
|
+
import { FontInfo } from "igniteui-webcomponents-core";
|
|
7
7
|
import { Thickness } from "igniteui-webcomponents-core";
|
|
8
8
|
import { CheckboxListIndexType } from "./CheckboxListIndexType";
|
|
9
9
|
import { Grid } from "./Grid";
|
|
10
10
|
import { GridSelectedKeysCollection } from "./GridSelectedKeysCollection";
|
|
11
11
|
import { InputGroupDisplayType } from "igniteui-webcomponents-inputs";
|
|
12
|
-
import { FontInfo } from "igniteui-webcomponents-core";
|
|
13
12
|
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
13
|
+
import { Brush } from "igniteui-webcomponents-core";
|
|
14
14
|
import { ScrollbarStyle } from "igniteui-webcomponents-core";
|
|
15
15
|
import { CheckedChangedEventArgs } from "./CheckedChangedEventArgs";
|
|
16
16
|
import { DataGridCellEventArgs } from "./DataGridCellEventArgs";
|
|
@@ -20,38 +20,42 @@ import { SelectAllCheckboxChangedEventArgs } from "./SelectAllCheckboxChangedEve
|
|
|
20
20
|
*/
|
|
21
21
|
export declare class CheckboxListView extends Base {
|
|
22
22
|
static $t: Type;
|
|
23
|
-
private
|
|
24
|
-
private
|
|
23
|
+
private e;
|
|
24
|
+
private j;
|
|
25
25
|
private a;
|
|
26
|
+
private i;
|
|
26
27
|
private h;
|
|
27
|
-
private
|
|
28
|
+
private c;
|
|
28
29
|
constructor();
|
|
29
30
|
b: CheckboxList;
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
31
|
+
n(): void;
|
|
32
|
+
f: DomRenderer;
|
|
33
|
+
m(a: DomRenderer): void;
|
|
34
|
+
v(): void;
|
|
35
|
+
w(a: DomRenderer): void;
|
|
36
|
+
s(): void;
|
|
37
|
+
o(a: DomWrapper, b: any, c: boolean): void;
|
|
38
|
+
z(): void;
|
|
37
39
|
x(): void;
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
40
|
+
private k;
|
|
41
|
+
l(): void;
|
|
42
|
+
t(a: number, b: boolean): void;
|
|
43
|
+
u(a: boolean): void;
|
|
44
|
+
q(a: any): void;
|
|
45
|
+
private ah;
|
|
46
|
+
af(): void;
|
|
47
|
+
ai(): void;
|
|
46
48
|
ae(): void;
|
|
47
|
-
|
|
48
|
-
private
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
49
|
+
private d;
|
|
50
|
+
private g;
|
|
51
|
+
ag(a?: boolean): void;
|
|
52
|
+
private r;
|
|
53
|
+
ad(): void;
|
|
54
|
+
ab(): void;
|
|
55
|
+
ac(): void;
|
|
56
|
+
y(): void;
|
|
57
|
+
aa(a: Thickness): void;
|
|
58
|
+
p(a: any): void;
|
|
55
59
|
}
|
|
56
60
|
/**
|
|
57
61
|
* @hidden
|
|
@@ -63,106 +67,126 @@ export declare class CheckboxList extends Base implements INotifyPropertyChanged
|
|
|
63
67
|
private i;
|
|
64
68
|
private ab;
|
|
65
69
|
private d;
|
|
66
|
-
private
|
|
70
|
+
private ai;
|
|
67
71
|
private c;
|
|
68
72
|
private o;
|
|
69
73
|
private q;
|
|
70
74
|
r: XInputGroup;
|
|
71
75
|
p: XInput;
|
|
72
|
-
private
|
|
73
|
-
static readonly
|
|
74
|
-
static readonly
|
|
76
|
+
private aj;
|
|
77
|
+
static readonly dx: Brush;
|
|
78
|
+
static readonly bt: string;
|
|
75
79
|
private readonly e;
|
|
76
|
-
private
|
|
77
|
-
private readonly
|
|
80
|
+
private ag;
|
|
81
|
+
private readonly ah;
|
|
78
82
|
private f;
|
|
79
83
|
readonly g: GridSelectedKeysCollection;
|
|
80
84
|
private a;
|
|
81
85
|
b: string[];
|
|
82
86
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
83
87
|
constructor();
|
|
84
|
-
private
|
|
85
|
-
private
|
|
86
|
-
private
|
|
88
|
+
private cr;
|
|
89
|
+
private cl;
|
|
90
|
+
private cm;
|
|
87
91
|
checkedChanged: (sender: any, args: CheckedChangedEventArgs) => void;
|
|
88
|
-
|
|
92
|
+
ci(a: number, b: boolean): void;
|
|
89
93
|
notifySizeChanged(): void;
|
|
90
94
|
destroy(): void;
|
|
91
95
|
provideContainer(a: DomRenderer, b: Grid, c: any): void;
|
|
92
96
|
provideSelectAllSection(a: any): void;
|
|
93
|
-
|
|
94
|
-
private
|
|
95
|
-
|
|
96
|
-
private av;
|
|
97
|
-
itemsSource: any;
|
|
98
|
-
private ax;
|
|
99
|
-
a4: string;
|
|
100
|
-
private az;
|
|
101
|
-
bn: string;
|
|
97
|
+
cb(a: any, b: DataGridCellEventArgs): void;
|
|
98
|
+
private b8;
|
|
99
|
+
cj(a: string): void;
|
|
102
100
|
private ay;
|
|
103
|
-
|
|
101
|
+
itemsSource: any;
|
|
102
|
+
private a0;
|
|
103
|
+
bc: string;
|
|
104
|
+
private a2;
|
|
105
|
+
b0: string;
|
|
106
|
+
private a1;
|
|
107
|
+
bg: string;
|
|
104
108
|
private s;
|
|
105
109
|
t: InputGroupDisplayType;
|
|
106
|
-
private
|
|
107
|
-
|
|
108
|
-
readonly
|
|
110
|
+
private au;
|
|
111
|
+
ax: number;
|
|
112
|
+
readonly av: number;
|
|
109
113
|
private ac;
|
|
110
|
-
|
|
114
|
+
ae: FontInfo;
|
|
111
115
|
private k;
|
|
112
116
|
l: CheckboxListIndexType;
|
|
113
117
|
private x;
|
|
114
118
|
y: BaseControlTheme;
|
|
115
119
|
private z;
|
|
116
120
|
aa: ControlDisplayDensity;
|
|
121
|
+
private dd;
|
|
122
|
+
du: Brush;
|
|
123
|
+
private db;
|
|
124
|
+
ds: Brush;
|
|
125
|
+
private de;
|
|
126
|
+
dv: Brush;
|
|
127
|
+
private dc;
|
|
128
|
+
dt: Brush;
|
|
129
|
+
private ad;
|
|
130
|
+
af: FontInfo;
|
|
131
|
+
private c7;
|
|
132
|
+
dl: Brush;
|
|
133
|
+
private c5;
|
|
134
|
+
dj: Brush;
|
|
135
|
+
private c8;
|
|
136
|
+
dm: Brush;
|
|
137
|
+
private c6;
|
|
138
|
+
dk: Brush;
|
|
139
|
+
private c9;
|
|
140
|
+
dn: Brush;
|
|
117
141
|
private v;
|
|
118
142
|
w: ScrollbarStyle;
|
|
119
|
-
private
|
|
120
|
-
|
|
121
|
-
protected
|
|
122
|
-
protected
|
|
123
|
-
private
|
|
124
|
-
private
|
|
125
|
-
private
|
|
126
|
-
|
|
127
|
-
|
|
143
|
+
private da;
|
|
144
|
+
dr: Brush;
|
|
145
|
+
protected cn(a: string, b: any, c: any): void;
|
|
146
|
+
protected cs(a: string, b: any, c: any): void;
|
|
147
|
+
private cz;
|
|
148
|
+
private c0;
|
|
149
|
+
private co;
|
|
150
|
+
cq(): void;
|
|
151
|
+
c1(): void;
|
|
128
152
|
updateHrMargin(a: Thickness): void;
|
|
129
153
|
provideHrElement(a: any): void;
|
|
130
|
-
|
|
131
|
-
private
|
|
154
|
+
ck(): void;
|
|
155
|
+
private cc;
|
|
132
156
|
private j;
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
private
|
|
144
|
-
|
|
145
|
-
private
|
|
146
|
-
|
|
147
|
-
private
|
|
148
|
-
|
|
149
|
-
readonly
|
|
157
|
+
cw(a: number): void;
|
|
158
|
+
b5(a: number): void;
|
|
159
|
+
cy(): void;
|
|
160
|
+
b9(): void;
|
|
161
|
+
cg(a: number, b: any, c: any): void;
|
|
162
|
+
cd(): void;
|
|
163
|
+
ce(a: number, b: any): void;
|
|
164
|
+
cf(a: number, b: any): void;
|
|
165
|
+
b6(a: any[]): void;
|
|
166
|
+
cx(a: any[]): void;
|
|
167
|
+
private bw;
|
|
168
|
+
bx: string;
|
|
169
|
+
private df;
|
|
170
|
+
dw: Brush;
|
|
171
|
+
private c3;
|
|
172
|
+
dh: Brush;
|
|
173
|
+
readonly ao: boolean;
|
|
174
|
+
private ar;
|
|
175
|
+
as: boolean;
|
|
176
|
+
static dp: Brush;
|
|
177
|
+
private c4;
|
|
178
|
+
di: Brush;
|
|
179
|
+
static dq: Brush;
|
|
180
|
+
private dg;
|
|
181
|
+
dy: Brush;
|
|
182
|
+
selectAllCheckboxChanged: (sender: any, args: SelectAllCheckboxChangedEventArgs) => void;
|
|
183
|
+
cp(a: boolean): void;
|
|
184
|
+
al(): boolean;
|
|
185
|
+
ak(): boolean;
|
|
186
|
+
private aw;
|
|
187
|
+
b7(): void;
|
|
150
188
|
private ap;
|
|
151
189
|
aq: boolean;
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
cw: Brush;
|
|
155
|
-
static cy: Brush;
|
|
156
|
-
private cu;
|
|
157
|
-
c2: Brush;
|
|
158
|
-
selectAllCheckboxChanged: (sender: any, args: SelectAllCheckboxChangedEventArgs) => void;
|
|
159
|
-
cc(a: boolean): void;
|
|
160
|
-
aj(): boolean;
|
|
161
|
-
ai(): boolean;
|
|
162
|
-
private at;
|
|
163
|
-
bu(): void;
|
|
164
|
-
private an;
|
|
165
|
-
ao: boolean;
|
|
166
|
-
private ak;
|
|
167
|
-
al: boolean;
|
|
190
|
+
private am;
|
|
191
|
+
an: boolean;
|
|
168
192
|
}
|
|
@@ -3,7 +3,7 @@ import { DomRenderer } from "igniteui-webcomponents-core";
|
|
|
3
3
|
import { XIcon } from "igniteui-webcomponents-inputs";
|
|
4
4
|
import { OperatorSelectorOpeningEventArgs } from "./OperatorSelectorOpeningEventArgs";
|
|
5
5
|
import { OperatorSelectorClosingEventArgs } from "./OperatorSelectorClosingEventArgs";
|
|
6
|
-
import { Popup } from "igniteui-webcomponents-
|
|
6
|
+
import { Popup } from "igniteui-webcomponents-core";
|
|
7
7
|
import { Rect } from "igniteui-webcomponents-core";
|
|
8
8
|
import { OperatorModel } from "./OperatorModel";
|
|
9
9
|
import { Grid } from "./Grid";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { GridColumnOptionsViewBase } from "./GridColumnOptionsViewBase";
|
|
2
2
|
import { XButton } from "igniteui-webcomponents-inputs";
|
|
3
3
|
import { SummaryChooser } from "./SummaryChooser";
|
|
4
|
-
import { Popup } from "igniteui-webcomponents-
|
|
4
|
+
import { Popup } from "igniteui-webcomponents-core";
|
|
5
5
|
import { Type } from "igniteui-webcomponents-core";
|
|
6
6
|
import { ControlDisplayDensity } from "igniteui-webcomponents-core";
|
|
7
7
|
import { Rect } from "igniteui-webcomponents-core";
|
|
@@ -97,6 +97,46 @@ export declare class IgcCheckboxListComponent extends IgcHTMLElement {
|
|
|
97
97
|
* Gets or Sets the property name that contains the values.
|
|
98
98
|
*/
|
|
99
99
|
density: ControlDisplayDensity;
|
|
100
|
+
/**
|
|
101
|
+
* Gets or sets the search icon color.
|
|
102
|
+
*/
|
|
103
|
+
searchIconColor: string;
|
|
104
|
+
/**
|
|
105
|
+
* Gets or sets the search background color.
|
|
106
|
+
*/
|
|
107
|
+
searchBackgroundColor: string;
|
|
108
|
+
/**
|
|
109
|
+
* Gets or sets the search text color.
|
|
110
|
+
*/
|
|
111
|
+
searchTextColor: string;
|
|
112
|
+
/**
|
|
113
|
+
* Gets or sets the search border color.
|
|
114
|
+
*/
|
|
115
|
+
searchBorderColor: string;
|
|
116
|
+
/**
|
|
117
|
+
* Gets or sets the text style.
|
|
118
|
+
*/
|
|
119
|
+
searchTextStyle: string;
|
|
120
|
+
/**
|
|
121
|
+
* Gets or sets the checkbox tick color.
|
|
122
|
+
*/
|
|
123
|
+
checkboxTickColor: string;
|
|
124
|
+
/**
|
|
125
|
+
* Gets or sets the checkbox background color when checked.
|
|
126
|
+
*/
|
|
127
|
+
checkboxCheckedBackgroundColor: string;
|
|
128
|
+
/**
|
|
129
|
+
* Gets or sets the checkbox background color when unchecked.
|
|
130
|
+
*/
|
|
131
|
+
checkboxUncheckedBackgroundColor: string;
|
|
132
|
+
/**
|
|
133
|
+
* Gets or sets the checkbox border color when checked.
|
|
134
|
+
*/
|
|
135
|
+
checkboxCheckedBorderColor: string;
|
|
136
|
+
/**
|
|
137
|
+
* Gets or sets the checkbox border color when unchecked.
|
|
138
|
+
*/
|
|
139
|
+
checkboxUncheckedBorderColor: string;
|
|
100
140
|
/**
|
|
101
141
|
* Gets or sets the style of scrollbar.
|
|
102
142
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-webcomponents-grids",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.2.2",
|
|
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": "4.
|
|
22
|
-
"igniteui-webcomponents-layouts": "4.
|
|
23
|
-
"igniteui-webcomponents-inputs": "4.
|
|
21
|
+
"igniteui-webcomponents-core": "4.2.2",
|
|
22
|
+
"igniteui-webcomponents-layouts": "4.2.2",
|
|
23
|
+
"igniteui-webcomponents-inputs": "4.2.2"
|
|
24
24
|
},
|
|
25
25
|
"sideEffects": [
|
|
26
26
|
"./grids/combined.js"
|