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
|
@@ -12656,7 +12656,7 @@
|
|
|
12656
12656
|
}
|
|
12657
12657
|
var c = this.b.getItemAtIndex(b);
|
|
12658
12658
|
this.ac.add1(c);
|
|
12659
|
-
if (
|
|
12659
|
+
if (c != null) {
|
|
12660
12660
|
this.d.d7 = true;
|
|
12661
12661
|
}
|
|
12662
12662
|
}
|
|
@@ -45144,11 +45144,13 @@
|
|
|
45144
45144
|
}
|
|
45145
45145
|
if (!r.externalObject) {
|
|
45146
45146
|
var e = new IgcFilterOperand();
|
|
45147
|
-
if (
|
|
45148
|
-
e.
|
|
45147
|
+
if (r.$type) {
|
|
45148
|
+
e._implementation = r;
|
|
45149
45149
|
}
|
|
45150
45150
|
else {
|
|
45151
|
-
e.
|
|
45151
|
+
if (e.i.setNativeElement) {
|
|
45152
|
+
e.i.setNativeElement(r);
|
|
45153
|
+
}
|
|
45152
45154
|
}
|
|
45153
45155
|
r.externalObject = e;
|
|
45154
45156
|
}
|
|
@@ -45663,11 +45665,13 @@
|
|
|
45663
45665
|
}
|
|
45664
45666
|
if (!r.externalObject) {
|
|
45665
45667
|
var e = new IgcGridColumnAnimationSettings();
|
|
45666
|
-
if (
|
|
45667
|
-
e.
|
|
45668
|
+
if (r.$type) {
|
|
45669
|
+
e._implementation = r;
|
|
45668
45670
|
}
|
|
45669
45671
|
else {
|
|
45670
|
-
e.
|
|
45672
|
+
if (e.i.setNativeElement) {
|
|
45673
|
+
e.i.setNativeElement(r);
|
|
45674
|
+
}
|
|
45671
45675
|
}
|
|
45672
45676
|
r.externalObject = e;
|
|
45673
45677
|
}
|
|
@@ -45690,11 +45694,13 @@
|
|
|
45690
45694
|
}
|
|
45691
45695
|
if (!r.externalObject) {
|
|
45692
45696
|
var e = new IgcColumnWidth();
|
|
45693
|
-
if (
|
|
45694
|
-
e.
|
|
45697
|
+
if (r.$type) {
|
|
45698
|
+
e._implementation = r;
|
|
45695
45699
|
}
|
|
45696
45700
|
else {
|
|
45697
|
-
e.
|
|
45701
|
+
if (e.i.setNativeElement) {
|
|
45702
|
+
e.i.setNativeElement(r);
|
|
45703
|
+
}
|
|
45698
45704
|
}
|
|
45699
45705
|
r.externalObject = e;
|
|
45700
45706
|
}
|
|
@@ -47963,11 +47969,13 @@
|
|
|
47963
47969
|
}
|
|
47964
47970
|
if (!r.externalObject) {
|
|
47965
47971
|
var e = new IgcColumnSortDescriptionCollection();
|
|
47966
|
-
if (
|
|
47967
|
-
e.
|
|
47972
|
+
if (r.$type) {
|
|
47973
|
+
e._implementation = r;
|
|
47968
47974
|
}
|
|
47969
47975
|
else {
|
|
47970
|
-
e.
|
|
47976
|
+
if (e.i.setNativeElement) {
|
|
47977
|
+
e.i.setNativeElement(r);
|
|
47978
|
+
}
|
|
47971
47979
|
}
|
|
47972
47980
|
r.externalObject = e;
|
|
47973
47981
|
}
|
|
@@ -48161,11 +48169,13 @@
|
|
|
48161
48169
|
}
|
|
48162
48170
|
if (!r.externalObject) {
|
|
48163
48171
|
var e = new IgcColumnGroupDescriptionCollection();
|
|
48164
|
-
if (
|
|
48165
|
-
e.
|
|
48172
|
+
if (r.$type) {
|
|
48173
|
+
e._implementation = r;
|
|
48166
48174
|
}
|
|
48167
48175
|
else {
|
|
48168
|
-
e.
|
|
48176
|
+
if (e.i.setNativeElement) {
|
|
48177
|
+
e.i.setNativeElement(r);
|
|
48178
|
+
}
|
|
48169
48179
|
}
|
|
48170
48180
|
r.externalObject = e;
|
|
48171
48181
|
}
|
|
@@ -48356,11 +48366,13 @@
|
|
|
48356
48366
|
}
|
|
48357
48367
|
if (!r.externalObject) {
|
|
48358
48368
|
var e = new IgcColumnSummaryDescriptionCollection();
|
|
48359
|
-
if (
|
|
48360
|
-
e.
|
|
48369
|
+
if (r.$type) {
|
|
48370
|
+
e._implementation = r;
|
|
48361
48371
|
}
|
|
48362
48372
|
else {
|
|
48363
|
-
e.
|
|
48373
|
+
if (e.i.setNativeElement) {
|
|
48374
|
+
e.i.setNativeElement(r);
|
|
48375
|
+
}
|
|
48364
48376
|
}
|
|
48365
48377
|
r.externalObject = e;
|
|
48366
48378
|
}
|
|
@@ -48715,13 +48727,13 @@
|
|
|
48715
48727
|
af.s.modelUpdated(af);
|
|
48716
48728
|
if (ai && y.b) {
|
|
48717
48729
|
var aq = y.a;
|
|
48718
|
-
aq.
|
|
48730
|
+
aq.aa();
|
|
48719
48731
|
if (af.l.d != 0 && this.e.b2) {
|
|
48720
|
-
aq.
|
|
48732
|
+
aq.af(this.ax(af.l.d));
|
|
48721
48733
|
}
|
|
48722
48734
|
var ar = af.s.nativeCell;
|
|
48723
48735
|
ar.b3(aq, y.c, y.d, af.cl, af.cm, z);
|
|
48724
|
-
aq.
|
|
48736
|
+
aq.z();
|
|
48725
48737
|
}
|
|
48726
48738
|
af.jv();
|
|
48727
48739
|
if (m) {
|
|
@@ -48736,7 +48748,7 @@
|
|
|
48736
48748
|
}
|
|
48737
48749
|
this.m = false;
|
|
48738
48750
|
if (y.a != null && this.q != 1) {
|
|
48739
|
-
y.a.
|
|
48751
|
+
y.a.z();
|
|
48740
48752
|
}
|
|
48741
48753
|
this.an();
|
|
48742
48754
|
};
|
|
@@ -48917,7 +48929,7 @@
|
|
|
48917
48929
|
if (f) {
|
|
48918
48930
|
this.a[b].setRawStyleProperty("z-index", e.toString());
|
|
48919
48931
|
}
|
|
48920
|
-
a.a.
|
|
48932
|
+
a.a.l(0, 0, d.actualVisibleRegion.width, d.actualVisibleRegion.height);
|
|
48921
48933
|
this.a[b].setRawPosition(a.c, a.d);
|
|
48922
48934
|
}
|
|
48923
48935
|
};
|
|
@@ -49466,7 +49478,7 @@
|
|
|
49466
49478
|
};
|
|
49467
49479
|
Object.defineProperty(CanvasGridCellBase.prototype, "templateContext", {
|
|
49468
49480
|
get: function () {
|
|
49469
|
-
return this.j.
|
|
49481
|
+
return this.j.h();
|
|
49470
49482
|
},
|
|
49471
49483
|
enumerable: true,
|
|
49472
49484
|
configurable: true
|
|
@@ -49619,7 +49631,7 @@
|
|
|
49619
49631
|
return;
|
|
49620
49632
|
}
|
|
49621
49633
|
if (this.bz != 1) {
|
|
49622
|
-
a.
|
|
49634
|
+
a.ae(this.bz);
|
|
49623
49635
|
}
|
|
49624
49636
|
var j = this.j;
|
|
49625
49637
|
if (!this.v) {
|
|
@@ -49635,17 +49647,17 @@
|
|
|
49635
49647
|
if (this.p || this.u || (this.i != null && this.i.g != this.br)) {
|
|
49636
49648
|
this.p = false;
|
|
49637
49649
|
this.br = this.i.g;
|
|
49638
|
-
j.
|
|
49650
|
+
j.ad(this.i);
|
|
49639
49651
|
}
|
|
49640
49652
|
if (f != 1) {
|
|
49641
|
-
j.
|
|
49642
|
-
j.
|
|
49653
|
+
j.aa();
|
|
49654
|
+
j.ab(f, f);
|
|
49643
49655
|
}
|
|
49644
49656
|
if (!this.v) {
|
|
49645
|
-
j.
|
|
49657
|
+
j.aa();
|
|
49646
49658
|
var k = Math.round((d - b));
|
|
49647
49659
|
var l = Math.round((e - c));
|
|
49648
|
-
j.
|
|
49660
|
+
j.ag(k, l);
|
|
49649
49661
|
}
|
|
49650
49662
|
if (g) {
|
|
49651
49663
|
this.b8(j);
|
|
@@ -49654,24 +49666,24 @@
|
|
|
49654
49666
|
this.b9(j);
|
|
49655
49667
|
}
|
|
49656
49668
|
if (!this.v) {
|
|
49657
|
-
j.
|
|
49669
|
+
j.z();
|
|
49658
49670
|
}
|
|
49659
49671
|
if (f != 1) {
|
|
49660
|
-
j.
|
|
49672
|
+
j.z();
|
|
49661
49673
|
}
|
|
49662
49674
|
}
|
|
49663
49675
|
if (!i && this.v) {
|
|
49664
49676
|
var m = Math.round((d - b) * f);
|
|
49665
49677
|
var n = Math.round((e - c) * f);
|
|
49666
49678
|
if (this.am == this.ao && this.al == this.an) {
|
|
49667
|
-
a.
|
|
49679
|
+
a.n(this.bu(), 1, m, n, this.am, this.al);
|
|
49668
49680
|
}
|
|
49669
49681
|
else {
|
|
49670
|
-
a.
|
|
49682
|
+
a.o(this.bu(), 1, 0, 0, this.am, this.al, m, n, this.am, this.al);
|
|
49671
49683
|
}
|
|
49672
49684
|
}
|
|
49673
49685
|
if (this.bz != 1) {
|
|
49674
|
-
a.
|
|
49686
|
+
a.ae(1);
|
|
49675
49687
|
}
|
|
49676
49688
|
};
|
|
49677
49689
|
CanvasGridCellBase.prototype.bu = function () {
|
|
@@ -49679,13 +49691,13 @@
|
|
|
49679
49691
|
};
|
|
49680
49692
|
CanvasGridCellBase.prototype.b8 = function (a) {
|
|
49681
49693
|
if (!this.m) {
|
|
49682
|
-
a.
|
|
49694
|
+
a.l(0, 0, this.ao, this.an);
|
|
49683
49695
|
}
|
|
49684
49696
|
this.c6.n = 0;
|
|
49685
49697
|
this.c6.o = 0;
|
|
49686
49698
|
this.c6.width = this.a5;
|
|
49687
49699
|
this.c6.height = this.as;
|
|
49688
|
-
a.
|
|
49700
|
+
a.w(this.c6);
|
|
49689
49701
|
if (this.cy != null) {
|
|
49690
49702
|
if (this.ai > 0) {
|
|
49691
49703
|
this.c2.am = 0;
|
|
@@ -49694,7 +49706,7 @@
|
|
|
49694
49706
|
this.c2.al = this.ai / 2;
|
|
49695
49707
|
this.c2._stroke = this.cy;
|
|
49696
49708
|
this.c2.ac = this.ai;
|
|
49697
|
-
a.
|
|
49709
|
+
a.s(this.c2);
|
|
49698
49710
|
}
|
|
49699
49711
|
if (this.aj > 0) {
|
|
49700
49712
|
this.c3.am = 0;
|
|
@@ -49703,7 +49715,7 @@
|
|
|
49703
49715
|
this.c3.al = Math.max(0, (this.a5 - (this.aj / 2)));
|
|
49704
49716
|
this.c3._stroke = this.cy;
|
|
49705
49717
|
this.c3.ac = this.aj;
|
|
49706
|
-
a.
|
|
49718
|
+
a.s(this.c3);
|
|
49707
49719
|
}
|
|
49708
49720
|
if (this.ak > 0) {
|
|
49709
49721
|
this.c5.am = this.ak / 2;
|
|
@@ -49712,7 +49724,7 @@
|
|
|
49712
49724
|
this.c5.al = Math.max(0, (this.a5 - (this.aj / 2)));
|
|
49713
49725
|
this.c5._stroke = this.cy;
|
|
49714
49726
|
this.c5.ac = this.ak;
|
|
49715
|
-
a.
|
|
49727
|
+
a.s(this.c5);
|
|
49716
49728
|
}
|
|
49717
49729
|
if (this.ah > 0) {
|
|
49718
49730
|
this.c1.am = Math.max(0, this.as - (this.ah / 2));
|
|
@@ -49721,7 +49733,7 @@
|
|
|
49721
49733
|
this.c1.al = Math.max(0, (this.a5 - (this.aj / 2)));
|
|
49722
49734
|
this.c1._stroke = this.cy;
|
|
49723
49735
|
this.c1.ac = this.ah;
|
|
49724
|
-
a.
|
|
49736
|
+
a.s(this.c1);
|
|
49725
49737
|
}
|
|
49726
49738
|
}
|
|
49727
49739
|
};
|
|
@@ -49742,7 +49754,7 @@
|
|
|
49742
49754
|
if (this.cx.al != null) {
|
|
49743
49755
|
this.cx.n = this.a0;
|
|
49744
49756
|
this.cx.o = this.a3;
|
|
49745
|
-
a.
|
|
49757
|
+
a.x(this.cx);
|
|
49746
49758
|
if (this.r) {
|
|
49747
49759
|
this.c4.ac = 1;
|
|
49748
49760
|
this.c4.ak = this.a0;
|
|
@@ -49750,7 +49762,7 @@
|
|
|
49750
49762
|
this.c4.al = this.a0 + (this.a2 - this.a0);
|
|
49751
49763
|
this.c4.an = this.a4 - 2;
|
|
49752
49764
|
this.c4._stroke = this.cx.ao;
|
|
49753
|
-
this.j.
|
|
49765
|
+
this.j.s(this.c4);
|
|
49754
49766
|
}
|
|
49755
49767
|
}
|
|
49756
49768
|
};
|
|
@@ -49984,7 +49996,7 @@
|
|
|
49984
49996
|
if (this.p || (this.i != null && this.i.g != this.br)) {
|
|
49985
49997
|
this.p = false;
|
|
49986
49998
|
this.br = this.i.g;
|
|
49987
|
-
a.
|
|
49999
|
+
a.ad(this.i);
|
|
49988
50000
|
}
|
|
49989
50001
|
var b;
|
|
49990
50002
|
if (this.h != this.i || this.bt != this.i.g) {
|
|
@@ -50041,13 +50053,13 @@
|
|
|
50041
50053
|
var f = e.length;
|
|
50042
50054
|
var g = ("\u2026");
|
|
50043
50055
|
if (igniteuiWebcomponentsCore.isNaN_(this.ap)) {
|
|
50044
|
-
this.ap = d.
|
|
50056
|
+
this.ap = d.g(g);
|
|
50045
50057
|
}
|
|
50046
50058
|
if (c <= this.ap) {
|
|
50047
50059
|
a.al = g;
|
|
50048
50060
|
return this.ap;
|
|
50049
50061
|
}
|
|
50050
|
-
var h = d.
|
|
50062
|
+
var h = d.g(e);
|
|
50051
50063
|
if (h <= c) {
|
|
50052
50064
|
a.al = b;
|
|
50053
50065
|
return h;
|
|
@@ -50055,14 +50067,14 @@
|
|
|
50055
50067
|
var i = c / h;
|
|
50056
50068
|
var j = igniteuiWebcomponentsCore.truncate(Math.ceil(f * i));
|
|
50057
50069
|
var k = e.substr(0, j) + g;
|
|
50058
|
-
var l = d.
|
|
50070
|
+
var l = d.g(k);
|
|
50059
50071
|
if (l > c) {
|
|
50060
50072
|
f = j;
|
|
50061
50073
|
}
|
|
50062
50074
|
else {
|
|
50063
50075
|
j = j + 1;
|
|
50064
50076
|
k = e.substr(0, j) + g;
|
|
50065
|
-
l = d.
|
|
50077
|
+
l = d.g(k);
|
|
50066
50078
|
if (l > c) {
|
|
50067
50079
|
f = j;
|
|
50068
50080
|
}
|
|
@@ -50070,7 +50082,7 @@
|
|
|
50070
50082
|
while (h > c && f > 0) {
|
|
50071
50083
|
f--;
|
|
50072
50084
|
e = e.substr(0, f) + g;
|
|
50073
|
-
h = d.
|
|
50085
|
+
h = d.g(e);
|
|
50074
50086
|
}
|
|
50075
50087
|
a.al = e;
|
|
50076
50088
|
return h;
|
|
@@ -50628,24 +50640,24 @@
|
|
|
50628
50640
|
this.e = igniteuiWebcomponentsCore.truncate(Math.round(b));
|
|
50629
50641
|
}
|
|
50630
50642
|
if (this.c.d && this.g != 1) {
|
|
50631
|
-
this.c.
|
|
50632
|
-
this.c.
|
|
50643
|
+
this.c.aa();
|
|
50644
|
+
this.c.ab(this.g, this.g);
|
|
50633
50645
|
}
|
|
50634
|
-
this.c.
|
|
50635
|
-
this.c.
|
|
50636
|
-
this.c.
|
|
50646
|
+
this.c.l(0, 0, this.k, this.j);
|
|
50647
|
+
this.c.aa();
|
|
50648
|
+
this.c.ab(this.a.v(), this.a.v());
|
|
50637
50649
|
for (var c = 0; c < this.d.count; c++) {
|
|
50638
|
-
this.c.
|
|
50650
|
+
this.c.k(this.d._inner[c].j);
|
|
50639
50651
|
var d = this.y();
|
|
50640
50652
|
if (this.a.a0 != null) {
|
|
50641
50653
|
d = this.a.a0;
|
|
50642
50654
|
}
|
|
50643
50655
|
this.d._inner[c]._stroke = d;
|
|
50644
|
-
this.c.
|
|
50656
|
+
this.c.t(this.d._inner[c]);
|
|
50645
50657
|
}
|
|
50646
|
-
this.c.
|
|
50658
|
+
this.c.z();
|
|
50647
50659
|
if (this.c.d && this.g != 1) {
|
|
50648
|
-
this.c.
|
|
50660
|
+
this.c.z();
|
|
50649
50661
|
}
|
|
50650
50662
|
this.a.at();
|
|
50651
50663
|
};
|
|
@@ -51224,7 +51236,7 @@
|
|
|
51224
51236
|
if (this.d == 2) {
|
|
51225
51237
|
b = this.bg - 21;
|
|
51226
51238
|
}
|
|
51227
|
-
a.
|
|
51239
|
+
a.n(this.c9, 1, b, this.bj - 8, 16, 16);
|
|
51228
51240
|
};
|
|
51229
51241
|
CanvasTextHeaderCell.prototype.get_ab = function () {
|
|
51230
51242
|
return true;
|
|
@@ -51884,7 +51896,7 @@
|
|
|
51884
51896
|
if (this.c8 || (this.c7 != null && this.c7.g != this.de)) {
|
|
51885
51897
|
this.c8 = false;
|
|
51886
51898
|
this.de = this.c7.g;
|
|
51887
|
-
a.
|
|
51899
|
+
a.ad(this.c7);
|
|
51888
51900
|
this.da = igniteuiWebcomponentsCore.FontUtil.getCurrentFontHeight(this.bn, this.c7);
|
|
51889
51901
|
}
|
|
51890
51902
|
var b = this.bl;
|
|
@@ -51905,7 +51917,7 @@
|
|
|
51905
51917
|
}
|
|
51906
51918
|
this.dk.n = this.db;
|
|
51907
51919
|
this.dk.o = this.dc;
|
|
51908
|
-
a.
|
|
51920
|
+
a.x(this.dk);
|
|
51909
51921
|
}
|
|
51910
51922
|
_super.prototype.b9.call(this, a);
|
|
51911
51923
|
};
|
|
@@ -52103,23 +52115,23 @@
|
|
|
52103
52115
|
this.d = igniteuiWebcomponentsCore.truncate(Math.round(d));
|
|
52104
52116
|
}
|
|
52105
52117
|
if (this.b.d && this.f != 1) {
|
|
52106
|
-
this.b.
|
|
52107
|
-
this.b.
|
|
52118
|
+
this.b.aa();
|
|
52119
|
+
this.b.ab(this.f, this.f);
|
|
52108
52120
|
}
|
|
52109
|
-
this.b.
|
|
52110
|
-
this.b.
|
|
52121
|
+
this.b.l(0, 0, this.j, this.g);
|
|
52122
|
+
this.b.aa();
|
|
52111
52123
|
for (var e = 0; e < this.c.count; e++) {
|
|
52112
|
-
this.b.
|
|
52124
|
+
this.b.k(this.c._inner[e].j);
|
|
52113
52125
|
var f = this.s();
|
|
52114
52126
|
if (this.a.ae != null) {
|
|
52115
52127
|
f = this.a.ae;
|
|
52116
52128
|
}
|
|
52117
52129
|
this.c._inner[e]._stroke = f;
|
|
52118
|
-
this.b.
|
|
52130
|
+
this.b.t(this.c._inner[e]);
|
|
52119
52131
|
}
|
|
52120
|
-
this.b.
|
|
52132
|
+
this.b.z();
|
|
52121
52133
|
if (this.b.d && this.f != 1) {
|
|
52122
|
-
this.b.
|
|
52134
|
+
this.b.z();
|
|
52123
52135
|
}
|
|
52124
52136
|
};
|
|
52125
52137
|
GridExpansionIndicatorView.$t = igniteuiWebcomponentsCore.markType(GridExpansionIndicatorView, 'GridExpansionIndicatorView');
|
|
@@ -53335,7 +53347,7 @@
|
|
|
53335
53347
|
var h = a.getSubRenderer(g);
|
|
53336
53348
|
_this.v = new igniteuiWebcomponentsInputs.XInput();
|
|
53337
53349
|
_this.v.provideContainer(h);
|
|
53338
|
-
_this.v.
|
|
53350
|
+
_this.v.b6 = "text";
|
|
53339
53351
|
_this.v.disabled = !_this.isEnabled;
|
|
53340
53352
|
var i = e.getExternal(_this.v, h.rootWrapper, null);
|
|
53341
53353
|
_this.w.appendContentChild(g);
|
|
@@ -53344,7 +53356,7 @@
|
|
|
53344
53356
|
}
|
|
53345
53357
|
TextEditorView.prototype.setFont = function (a) {
|
|
53346
53358
|
if (this.v != null) {
|
|
53347
|
-
this.v.
|
|
53359
|
+
this.v.af = a;
|
|
53348
53360
|
}
|
|
53349
53361
|
};
|
|
53350
53362
|
TextEditorView.prototype.attachEvents = function () {
|
|
@@ -53392,7 +53404,7 @@
|
|
|
53392
53404
|
if (this.a.isEditRefocusDesired) {
|
|
53393
53405
|
var a = this.h.rootWrapper.getNativeElement();
|
|
53394
53406
|
if (a == document.activeElement || a.contains(document.activeElement)) {
|
|
53395
|
-
this.v.
|
|
53407
|
+
this.v.cp();
|
|
53396
53408
|
this.focus();
|
|
53397
53409
|
}
|
|
53398
53410
|
}
|
|
@@ -53401,8 +53413,8 @@
|
|
|
53401
53413
|
var _this = this;
|
|
53402
53414
|
if (this.v != null) {
|
|
53403
53415
|
this.v.focus(true);
|
|
53404
|
-
if (this.v.
|
|
53405
|
-
window.setTimeout(function () { return _this.v.
|
|
53416
|
+
if (this.v.b6 != "date") {
|
|
53417
|
+
window.setTimeout(function () { return _this.v.dj(); }, 0);
|
|
53406
53418
|
}
|
|
53407
53419
|
}
|
|
53408
53420
|
};
|
|
@@ -53410,14 +53422,14 @@
|
|
|
53410
53422
|
if (this.v != null) {
|
|
53411
53423
|
if (this.value != null) {
|
|
53412
53424
|
this.x = null;
|
|
53413
|
-
this.v.
|
|
53414
|
-
this.v.
|
|
53425
|
+
this.v.cm = null;
|
|
53426
|
+
this.v.cm = this.value.toString();
|
|
53415
53427
|
if (this.focusOnValueChanged) {
|
|
53416
53428
|
this.r();
|
|
53417
53429
|
}
|
|
53418
53430
|
}
|
|
53419
53431
|
else {
|
|
53420
|
-
this.v.
|
|
53432
|
+
this.v.cm = null;
|
|
53421
53433
|
}
|
|
53422
53434
|
}
|
|
53423
53435
|
};
|
|
@@ -53452,13 +53464,13 @@
|
|
|
53452
53464
|
};
|
|
53453
53465
|
TextEditorView.prototype.getEditorValue = function () {
|
|
53454
53466
|
if (this.v != null) {
|
|
53455
|
-
return this.v.
|
|
53467
|
+
return this.v.cm;
|
|
53456
53468
|
}
|
|
53457
53469
|
return null;
|
|
53458
53470
|
};
|
|
53459
53471
|
TextEditorView.prototype.setEditorValue = function (a) {
|
|
53460
53472
|
if (this.v != null) {
|
|
53461
|
-
this.v.
|
|
53473
|
+
this.v.cm = a;
|
|
53462
53474
|
}
|
|
53463
53475
|
};
|
|
53464
53476
|
TextEditorView.$t = igniteuiWebcomponentsCore.markType(TextEditorView, 'TextEditorView', BaseEditorView.$);
|
|
@@ -53478,15 +53490,15 @@
|
|
|
53478
53490
|
tslib_1.__extends(NumericEditorView, _super);
|
|
53479
53491
|
function NumericEditorView(a, b, c) {
|
|
53480
53492
|
var _this = _super.call(this, a, b, c) || this;
|
|
53481
|
-
_this.v.
|
|
53493
|
+
_this.v.b6 = "number";
|
|
53482
53494
|
return _this;
|
|
53483
53495
|
}
|
|
53484
53496
|
NumericEditorView.prototype.getEditorValue = function () {
|
|
53485
|
-
if (this.v == null || this.v.
|
|
53497
|
+
if (this.v == null || this.v.cm == null) {
|
|
53486
53498
|
return null;
|
|
53487
53499
|
}
|
|
53488
53500
|
var a = NaN;
|
|
53489
|
-
var b = igniteuiWebcomponentsCore.tryParseNumber(this.v.
|
|
53501
|
+
var b = igniteuiWebcomponentsCore.tryParseNumber(this.v.cm, a);
|
|
53490
53502
|
a = b.p1;
|
|
53491
53503
|
return a;
|
|
53492
53504
|
};
|
|
@@ -54149,7 +54161,7 @@
|
|
|
54149
54161
|
if (this.dc == null) {
|
|
54150
54162
|
this.dc = this.ab.createElement("div");
|
|
54151
54163
|
var b = this.ab.getSubRenderer(this.dc);
|
|
54152
|
-
this.cx = new
|
|
54164
|
+
this.cx = new igniteuiWebcomponentsCore.Popup();
|
|
54153
54165
|
this.cx.provideRenderer(b);
|
|
54154
54166
|
this.de = this.ab.createElement("div");
|
|
54155
54167
|
this.de.setStyleProperty("background-color", "rgba(0,0,0,0.7)");
|
|
@@ -54870,7 +54882,7 @@
|
|
|
54870
54882
|
var e = this.a;
|
|
54871
54883
|
e.closing = igniteuiWebcomponentsCore.delegateCombine(e.closing, igniteuiWebcomponentsCore.runOn(this, this.n));
|
|
54872
54884
|
this.g = a;
|
|
54873
|
-
this.d = new
|
|
54885
|
+
this.d = new igniteuiWebcomponentsCore.Popup();
|
|
54874
54886
|
this.d.provideRenderer(this.g);
|
|
54875
54887
|
this.i = this.g.createElement("div");
|
|
54876
54888
|
this.i.setStyleProperty("background-color", "rgba(255,255,255,1)");
|
|
@@ -56034,7 +56046,7 @@
|
|
|
56034
56046
|
FilterCell.prototype.d3 = function (a) {
|
|
56035
56047
|
if (this.cw != null) {
|
|
56036
56048
|
this.cw.disabled = !a;
|
|
56037
|
-
this.cw.
|
|
56049
|
+
this.cw.z = a ? 1 : 0.3;
|
|
56038
56050
|
}
|
|
56039
56051
|
};
|
|
56040
56052
|
FilterCell.prototype.dh = function (a) {
|
|
@@ -57114,13 +57126,13 @@
|
|
|
57114
57126
|
this.z();
|
|
57115
57127
|
this.ad._fill = this.b.bq != null ? this.b.bq : GridStyleRepository.az;
|
|
57116
57128
|
if (this.d.d && this.h != 1) {
|
|
57117
|
-
this.d.
|
|
57118
|
-
this.d.
|
|
57129
|
+
this.d.aa();
|
|
57130
|
+
this.d.ab(this.h, this.h);
|
|
57119
57131
|
}
|
|
57120
|
-
this.d.
|
|
57121
|
-
this.d.
|
|
57132
|
+
this.d.l(0, 0, this.l, this.k);
|
|
57133
|
+
this.d.t(this.ad);
|
|
57122
57134
|
if (this.d.d && this.h != 1) {
|
|
57123
|
-
this.d.
|
|
57135
|
+
this.d.z();
|
|
57124
57136
|
}
|
|
57125
57137
|
this.b.bc();
|
|
57126
57138
|
};
|
|
@@ -60152,11 +60164,13 @@
|
|
|
60152
60164
|
}
|
|
60153
60165
|
if (!r.externalObject) {
|
|
60154
60166
|
var e = new igniteuiWebcomponentsCore.IgcFilterExpressionCollection();
|
|
60155
|
-
if (
|
|
60156
|
-
e.
|
|
60167
|
+
if (r.$type) {
|
|
60168
|
+
e._implementation = r;
|
|
60157
60169
|
}
|
|
60158
60170
|
else {
|
|
60159
|
-
e.
|
|
60171
|
+
if (e.i.setNativeElement) {
|
|
60172
|
+
e.i.setNativeElement(r);
|
|
60173
|
+
}
|
|
60160
60174
|
}
|
|
60161
60175
|
r.externalObject = e;
|
|
60162
60176
|
}
|
|
@@ -60951,11 +60965,13 @@
|
|
|
60951
60965
|
}
|
|
60952
60966
|
if (!r.externalObject) {
|
|
60953
60967
|
var e = new IgcGridCellPosition();
|
|
60954
|
-
if (
|
|
60955
|
-
e.
|
|
60968
|
+
if (r.$type) {
|
|
60969
|
+
e._implementation = r;
|
|
60956
60970
|
}
|
|
60957
60971
|
else {
|
|
60958
|
-
e.
|
|
60972
|
+
if (e.i.setNativeElement) {
|
|
60973
|
+
e.i.setNativeElement(r);
|
|
60974
|
+
}
|
|
60959
60975
|
}
|
|
60960
60976
|
r.externalObject = e;
|
|
60961
60977
|
}
|
|
@@ -60978,11 +60994,13 @@
|
|
|
60978
60994
|
}
|
|
60979
60995
|
if (!r.externalObject) {
|
|
60980
60996
|
var e = new IgcGridCellPosition();
|
|
60981
|
-
if (
|
|
60982
|
-
e.
|
|
60997
|
+
if (r.$type) {
|
|
60998
|
+
e._implementation = r;
|
|
60983
60999
|
}
|
|
60984
61000
|
else {
|
|
60985
|
-
e.
|
|
61001
|
+
if (e.i.setNativeElement) {
|
|
61002
|
+
e.i.setNativeElement(r);
|
|
61003
|
+
}
|
|
60986
61004
|
}
|
|
60987
61005
|
r.externalObject = e;
|
|
60988
61006
|
}
|
|
@@ -61756,11 +61774,13 @@
|
|
|
61756
61774
|
}
|
|
61757
61775
|
if (!r.externalObject) {
|
|
61758
61776
|
var e = new IgcColumnWidth();
|
|
61759
|
-
if (
|
|
61760
|
-
e.
|
|
61777
|
+
if (r.$type) {
|
|
61778
|
+
e._implementation = r;
|
|
61761
61779
|
}
|
|
61762
61780
|
else {
|
|
61763
|
-
e.
|
|
61781
|
+
if (e.i.setNativeElement) {
|
|
61782
|
+
e.i.setNativeElement(r);
|
|
61783
|
+
}
|
|
61764
61784
|
}
|
|
61765
61785
|
r.externalObject = e;
|
|
61766
61786
|
}
|
|
@@ -61783,11 +61803,13 @@
|
|
|
61783
61803
|
}
|
|
61784
61804
|
if (!r.externalObject) {
|
|
61785
61805
|
var e = new IgcColumnWidth();
|
|
61786
|
-
if (
|
|
61787
|
-
e.
|
|
61806
|
+
if (r.$type) {
|
|
61807
|
+
e._implementation = r;
|
|
61788
61808
|
}
|
|
61789
61809
|
else {
|
|
61790
|
-
e.
|
|
61810
|
+
if (e.i.setNativeElement) {
|
|
61811
|
+
e.i.setNativeElement(r);
|
|
61812
|
+
}
|
|
61791
61813
|
}
|
|
61792
61814
|
r.externalObject = e;
|
|
61793
61815
|
}
|
|
@@ -63574,7 +63596,7 @@
|
|
|
63574
63596
|
}
|
|
63575
63597
|
var j = this.d.j;
|
|
63576
63598
|
for (var k = 0; k < j.count; k++) {
|
|
63577
|
-
var l = this.q._inner[k].
|
|
63599
|
+
var l = this.q._inner[k].ae();
|
|
63578
63600
|
var m = this.d.b(j._inner[k]);
|
|
63579
63601
|
l.h = m[0] - d;
|
|
63580
63602
|
l.f = m[1] - e;
|
|
@@ -65364,11 +65386,13 @@
|
|
|
65364
65386
|
}
|
|
65365
65387
|
if (!r.externalObject) {
|
|
65366
65388
|
var e = new IgcGridAnimationSettings();
|
|
65367
|
-
if (
|
|
65368
|
-
e.
|
|
65389
|
+
if (r.$type) {
|
|
65390
|
+
e._implementation = r;
|
|
65369
65391
|
}
|
|
65370
65392
|
else {
|
|
65371
|
-
e.
|
|
65393
|
+
if (e.i.setNativeElement) {
|
|
65394
|
+
e.i.setNativeElement(r);
|
|
65395
|
+
}
|
|
65372
65396
|
}
|
|
65373
65397
|
r.externalObject = e;
|
|
65374
65398
|
}
|
|
@@ -65922,11 +65946,13 @@
|
|
|
65922
65946
|
}
|
|
65923
65947
|
if (!r.externalObject) {
|
|
65924
65948
|
var e = new IgcGridCellPosition();
|
|
65925
|
-
if (
|
|
65926
|
-
e.
|
|
65949
|
+
if (r.$type) {
|
|
65950
|
+
e._implementation = r;
|
|
65927
65951
|
}
|
|
65928
65952
|
else {
|
|
65929
|
-
e.
|
|
65953
|
+
if (e.i.setNativeElement) {
|
|
65954
|
+
e.i.setNativeElement(r);
|
|
65955
|
+
}
|
|
65930
65956
|
}
|
|
65931
65957
|
r.externalObject = e;
|
|
65932
65958
|
}
|
|
@@ -66800,11 +66826,13 @@
|
|
|
66800
66826
|
}
|
|
66801
66827
|
if (!r.externalObject) {
|
|
66802
66828
|
var e = new IgcColumnSortDescriptionCollection();
|
|
66803
|
-
if (
|
|
66804
|
-
e.
|
|
66829
|
+
if (r.$type) {
|
|
66830
|
+
e._implementation = r;
|
|
66805
66831
|
}
|
|
66806
66832
|
else {
|
|
66807
|
-
e.
|
|
66833
|
+
if (e.i.setNativeElement) {
|
|
66834
|
+
e.i.setNativeElement(r);
|
|
66835
|
+
}
|
|
66808
66836
|
}
|
|
66809
66837
|
r.externalObject = e;
|
|
66810
66838
|
}
|
|
@@ -66824,11 +66852,13 @@
|
|
|
66824
66852
|
}
|
|
66825
66853
|
if (!r.externalObject) {
|
|
66826
66854
|
var e = new IgcColumnGroupDescriptionCollection();
|
|
66827
|
-
if (
|
|
66828
|
-
e.
|
|
66855
|
+
if (r.$type) {
|
|
66856
|
+
e._implementation = r;
|
|
66829
66857
|
}
|
|
66830
66858
|
else {
|
|
66831
|
-
e.
|
|
66859
|
+
if (e.i.setNativeElement) {
|
|
66860
|
+
e.i.setNativeElement(r);
|
|
66861
|
+
}
|
|
66832
66862
|
}
|
|
66833
66863
|
r.externalObject = e;
|
|
66834
66864
|
}
|
|
@@ -66848,11 +66878,13 @@
|
|
|
66848
66878
|
}
|
|
66849
66879
|
if (!r.externalObject) {
|
|
66850
66880
|
var e = new IgcColumnSummaryDescriptionCollection();
|
|
66851
|
-
if (
|
|
66852
|
-
e.
|
|
66881
|
+
if (r.$type) {
|
|
66882
|
+
e._implementation = r;
|
|
66853
66883
|
}
|
|
66854
66884
|
else {
|
|
66855
|
-
e.
|
|
66885
|
+
if (e.i.setNativeElement) {
|
|
66886
|
+
e.i.setNativeElement(r);
|
|
66887
|
+
}
|
|
66856
66888
|
}
|
|
66857
66889
|
r.externalObject = e;
|
|
66858
66890
|
}
|
|
@@ -66902,11 +66934,13 @@
|
|
|
66902
66934
|
}
|
|
66903
66935
|
if (!r.externalObject) {
|
|
66904
66936
|
var e = new IgcColumnSortDescriptionCollection();
|
|
66905
|
-
if (
|
|
66906
|
-
e.
|
|
66937
|
+
if (r.$type) {
|
|
66938
|
+
e._implementation = r;
|
|
66907
66939
|
}
|
|
66908
66940
|
else {
|
|
66909
|
-
e.
|
|
66941
|
+
if (e.i.setNativeElement) {
|
|
66942
|
+
e.i.setNativeElement(r);
|
|
66943
|
+
}
|
|
66910
66944
|
}
|
|
66911
66945
|
r.externalObject = e;
|
|
66912
66946
|
}
|
|
@@ -66926,11 +66960,13 @@
|
|
|
66926
66960
|
}
|
|
66927
66961
|
if (!r.externalObject) {
|
|
66928
66962
|
var e = new IgcColumnGroupDescriptionCollection();
|
|
66929
|
-
if (
|
|
66930
|
-
e.
|
|
66963
|
+
if (r.$type) {
|
|
66964
|
+
e._implementation = r;
|
|
66931
66965
|
}
|
|
66932
66966
|
else {
|
|
66933
|
-
e.
|
|
66967
|
+
if (e.i.setNativeElement) {
|
|
66968
|
+
e.i.setNativeElement(r);
|
|
66969
|
+
}
|
|
66934
66970
|
}
|
|
66935
66971
|
r.externalObject = e;
|
|
66936
66972
|
}
|
|
@@ -66950,11 +66986,13 @@
|
|
|
66950
66986
|
}
|
|
66951
66987
|
if (!r.externalObject) {
|
|
66952
66988
|
var e = new igniteuiWebcomponentsCore.IgcFilterExpressionCollection();
|
|
66953
|
-
if (
|
|
66954
|
-
e.
|
|
66989
|
+
if (r.$type) {
|
|
66990
|
+
e._implementation = r;
|
|
66955
66991
|
}
|
|
66956
66992
|
else {
|
|
66957
|
-
e.
|
|
66993
|
+
if (e.i.setNativeElement) {
|
|
66994
|
+
e.i.setNativeElement(r);
|
|
66995
|
+
}
|
|
66958
66996
|
}
|
|
66959
66997
|
r.externalObject = e;
|
|
66960
66998
|
}
|
|
@@ -66974,11 +67012,13 @@
|
|
|
66974
67012
|
}
|
|
66975
67013
|
if (!r.externalObject) {
|
|
66976
67014
|
var e = new IgcColumnSummaryDescriptionCollection();
|
|
66977
|
-
if (
|
|
66978
|
-
e.
|
|
67015
|
+
if (r.$type) {
|
|
67016
|
+
e._implementation = r;
|
|
66979
67017
|
}
|
|
66980
67018
|
else {
|
|
66981
|
-
e.
|
|
67019
|
+
if (e.i.setNativeElement) {
|
|
67020
|
+
e.i.setNativeElement(r);
|
|
67021
|
+
}
|
|
66982
67022
|
}
|
|
66983
67023
|
r.externalObject = e;
|
|
66984
67024
|
}
|
|
@@ -70227,43 +70267,44 @@
|
|
|
70227
70267
|
tslib_1.__extends(CheckboxListView, _super);
|
|
70228
70268
|
function CheckboxListView() {
|
|
70229
70269
|
var _this = _super.call(this) || this;
|
|
70230
|
-
_this.
|
|
70231
|
-
_this.
|
|
70270
|
+
_this.e = new igniteuiWebcomponentsCore.Dictionary$2(igniteuiWebcomponentsCore.DomWrapper_$type, igniteuiWebcomponentsInputs.XCheckbox.$, 0);
|
|
70271
|
+
_this.j = null;
|
|
70232
70272
|
_this.a = null;
|
|
70273
|
+
_this.i = null;
|
|
70233
70274
|
_this.h = null;
|
|
70234
|
-
_this.
|
|
70275
|
+
_this.c = null;
|
|
70235
70276
|
_this.b = null;
|
|
70236
|
-
_this.e = null;
|
|
70237
|
-
_this.c = false;
|
|
70238
70277
|
_this.f = null;
|
|
70278
|
+
_this.d = false;
|
|
70279
|
+
_this.g = null;
|
|
70239
70280
|
return _this;
|
|
70240
70281
|
}
|
|
70241
|
-
CheckboxListView.prototype.
|
|
70282
|
+
CheckboxListView.prototype.n = function () {
|
|
70242
70283
|
};
|
|
70243
|
-
CheckboxListView.prototype.
|
|
70284
|
+
CheckboxListView.prototype.m = function (a) {
|
|
70244
70285
|
if (a == null) {
|
|
70245
|
-
this.
|
|
70246
|
-
this.
|
|
70286
|
+
this.f = null;
|
|
70287
|
+
this.e.clear();
|
|
70247
70288
|
return;
|
|
70248
70289
|
}
|
|
70249
|
-
this.
|
|
70250
|
-
this.
|
|
70251
|
-
this.
|
|
70252
|
-
this.
|
|
70253
|
-
this.
|
|
70290
|
+
this.f = a;
|
|
70291
|
+
this.v();
|
|
70292
|
+
this.ae();
|
|
70293
|
+
this.ah();
|
|
70294
|
+
this.s();
|
|
70254
70295
|
var b = Math.round(a.rootWrapper.width());
|
|
70255
70296
|
var c = Math.round(a.rootWrapper.height());
|
|
70256
|
-
this.
|
|
70257
|
-
this.
|
|
70297
|
+
this.f.rootWrapper.setStyleProperty("position", "relative");
|
|
70298
|
+
this.f.rootWrapper.setStyleProperty("padding-bottom", "4px");
|
|
70258
70299
|
};
|
|
70259
|
-
CheckboxListView.prototype.
|
|
70260
|
-
if (this.
|
|
70261
|
-
this.
|
|
70300
|
+
CheckboxListView.prototype.v = function () {
|
|
70301
|
+
if (this.f != null) {
|
|
70302
|
+
this.w(this.f);
|
|
70262
70303
|
}
|
|
70263
70304
|
};
|
|
70264
|
-
CheckboxListView.prototype.
|
|
70305
|
+
CheckboxListView.prototype.w = function (a) {
|
|
70265
70306
|
var b = a.rootWrapper.getChildAt(0);
|
|
70266
|
-
this.
|
|
70307
|
+
this.h = b;
|
|
70267
70308
|
this.b.r = new igniteuiWebcomponentsInputs.XInputGroup();
|
|
70268
70309
|
var c = a.getSubRenderer(b);
|
|
70269
70310
|
this.b.r.provideContainer(c);
|
|
@@ -70278,56 +70319,56 @@
|
|
|
70278
70319
|
var h = f.getExternal(g, f.rootWrapper, f.getExternal(this.b, null, null));
|
|
70279
70320
|
var i = a.createElement("div");
|
|
70280
70321
|
var j = a.getSubRenderer(i);
|
|
70281
|
-
|
|
70282
|
-
|
|
70283
|
-
|
|
70284
|
-
|
|
70285
|
-
var
|
|
70322
|
+
this.c = new igniteuiWebcomponentsInputs.XIcon();
|
|
70323
|
+
this.c.provideContainer(j);
|
|
70324
|
+
this.c.fill = this.b.du;
|
|
70325
|
+
this.c.svgPath = CheckboxList.bt;
|
|
70326
|
+
var k = f.getExternal(this.c, j.rootWrapper, j.getExternal(this.b, null, null));
|
|
70286
70327
|
g.appendContentChild(i);
|
|
70287
70328
|
this.b.r.appendContentChild(e);
|
|
70288
70329
|
this.b.r.inputs.add(g);
|
|
70289
|
-
var
|
|
70290
|
-
|
|
70291
|
-
var
|
|
70330
|
+
var l = a.createElement("div");
|
|
70331
|
+
l.setRawStyleProperty("flex-grow", "1");
|
|
70332
|
+
var m = a.getSubRenderer(l);
|
|
70292
70333
|
this.b.p = new igniteuiWebcomponentsInputs.XInput();
|
|
70293
|
-
this.b.p.provideContainer(
|
|
70294
|
-
this.b.p.
|
|
70295
|
-
var
|
|
70296
|
-
if (this.b.
|
|
70297
|
-
this.b.p.
|
|
70334
|
+
this.b.p.provideContainer(m);
|
|
70335
|
+
this.b.p.b6 = "text";
|
|
70336
|
+
var n = m.getExternal(this.b.p, m.rootWrapper, m.getExternal(this.b, null, null));
|
|
70337
|
+
if (this.b.bg != null) {
|
|
70338
|
+
this.b.p.ce = this.b.bg;
|
|
70298
70339
|
}
|
|
70299
|
-
this.b.r.appendContentChild(
|
|
70340
|
+
this.b.r.appendContentChild(l);
|
|
70300
70341
|
this.b.r.inputs.add(this.b.p);
|
|
70301
|
-
this.b.
|
|
70342
|
+
this.b.ck();
|
|
70302
70343
|
};
|
|
70303
|
-
CheckboxListView.prototype.
|
|
70304
|
-
if (this.
|
|
70305
|
-
var a = this.
|
|
70344
|
+
CheckboxListView.prototype.s = function () {
|
|
70345
|
+
if (this.f != null) {
|
|
70346
|
+
var a = this.f.rootWrapper.getChildAt(3);
|
|
70306
70347
|
a.setStyleProperty("width", "100%");
|
|
70307
70348
|
a.setStyleProperty("margin", "4px 0px 0px 0px");
|
|
70308
|
-
if (this.b.
|
|
70349
|
+
if (this.b.as == false) {
|
|
70309
70350
|
a.setStyleProperty("height", "calc(100% - 50px");
|
|
70310
70351
|
}
|
|
70311
70352
|
else {
|
|
70312
70353
|
a.setStyleProperty("height", "calc(100% - 75px");
|
|
70313
70354
|
}
|
|
70314
|
-
if (!this.b.
|
|
70355
|
+
if (!this.b.aq && !this.b.as) {
|
|
70315
70356
|
a.setStyleProperty("height", "100%");
|
|
70316
70357
|
}
|
|
70317
70358
|
}
|
|
70318
70359
|
};
|
|
70319
|
-
CheckboxListView.prototype.
|
|
70360
|
+
CheckboxListView.prototype.o = function (a, b, c) {
|
|
70320
70361
|
var d = null;
|
|
70321
70362
|
if (a.getChildCount() == 0) {
|
|
70322
70363
|
d = new igniteuiWebcomponentsInputs.XCheckbox();
|
|
70323
|
-
var e = this.
|
|
70364
|
+
var e = this.f.getSubRenderer(a);
|
|
70324
70365
|
d.provideContainer(e);
|
|
70325
|
-
var f = this.
|
|
70326
|
-
this.
|
|
70366
|
+
var f = this.f.getExternal(d, e.rootWrapper, this.f.getExternal(this.b, null, null));
|
|
70367
|
+
this.e.addItem(a, d);
|
|
70327
70368
|
d.i = this.b.y;
|
|
70328
70369
|
d.t = true;
|
|
70329
|
-
d.change = igniteuiWebcomponentsCore.delegateCombine(d.change, igniteuiWebcomponentsCore.runOn(this, this.
|
|
70330
|
-
var g = this.
|
|
70370
|
+
d.change = igniteuiWebcomponentsCore.delegateCombine(d.change, igniteuiWebcomponentsCore.runOn(this, this.k));
|
|
70371
|
+
var g = this.f.createElement("div");
|
|
70331
70372
|
a.setStyleProperty("display", "flex");
|
|
70332
70373
|
a.setStyleProperty("height", "100%");
|
|
70333
70374
|
a.setStyleProperty("align-items", "center");
|
|
@@ -70345,7 +70386,7 @@
|
|
|
70345
70386
|
a.append(g);
|
|
70346
70387
|
}
|
|
70347
70388
|
else {
|
|
70348
|
-
d = this.
|
|
70389
|
+
d = this.e.item(a);
|
|
70349
70390
|
}
|
|
70350
70391
|
if (d != null) {
|
|
70351
70392
|
var h = d.u;
|
|
@@ -70372,13 +70413,18 @@
|
|
|
70372
70413
|
finally {
|
|
70373
70414
|
d.u = h;
|
|
70374
70415
|
}
|
|
70416
|
+
d.ds = this.b.dl;
|
|
70417
|
+
d.da = this.b.dj;
|
|
70418
|
+
d.dt = this.b.dm;
|
|
70419
|
+
d.db = this.b.dk;
|
|
70420
|
+
d.du = this.b.dn;
|
|
70375
70421
|
}
|
|
70376
70422
|
};
|
|
70377
|
-
CheckboxListView.prototype.
|
|
70423
|
+
CheckboxListView.prototype.z = function () {
|
|
70378
70424
|
var e_1, _a;
|
|
70379
|
-
if (this.
|
|
70425
|
+
if (this.e != null) {
|
|
70380
70426
|
try {
|
|
70381
|
-
for (var _b = tslib_1.__values(igniteuiWebcomponentsCore.fromEnum(this.
|
|
70427
|
+
for (var _b = tslib_1.__values(igniteuiWebcomponentsCore.fromEnum(this.e)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
70382
70428
|
var a = _c.value;
|
|
70383
70429
|
var b = a.value;
|
|
70384
70430
|
b.i = this.b.y;
|
|
@@ -70402,43 +70448,43 @@
|
|
|
70402
70448
|
this.a.i = this.b.y;
|
|
70403
70449
|
}
|
|
70404
70450
|
};
|
|
70405
|
-
CheckboxListView.prototype.
|
|
70451
|
+
CheckboxListView.prototype.x = function () {
|
|
70406
70452
|
};
|
|
70407
|
-
CheckboxListView.prototype.
|
|
70453
|
+
CheckboxListView.prototype.k = function (a, b) {
|
|
70408
70454
|
var c = a;
|
|
70409
70455
|
var d = parseInt(c.a5.toString());
|
|
70410
70456
|
var e = c.checked;
|
|
70411
70457
|
if (e == true) {
|
|
70412
70458
|
if (this.b.l == 0) {
|
|
70413
|
-
this.b.
|
|
70459
|
+
this.b.cw(d);
|
|
70414
70460
|
}
|
|
70415
70461
|
else {
|
|
70416
|
-
this.b.
|
|
70462
|
+
this.b.b5(d);
|
|
70417
70463
|
}
|
|
70418
70464
|
}
|
|
70419
70465
|
else {
|
|
70420
70466
|
if (this.b.l == 0) {
|
|
70421
|
-
this.b.
|
|
70467
|
+
this.b.b5(d);
|
|
70422
70468
|
}
|
|
70423
70469
|
else {
|
|
70424
|
-
this.b.
|
|
70470
|
+
this.b.cw(d);
|
|
70425
70471
|
}
|
|
70426
70472
|
}
|
|
70427
|
-
this.b.
|
|
70428
|
-
this.
|
|
70473
|
+
this.b.ci(d, e);
|
|
70474
|
+
this.ag(false);
|
|
70429
70475
|
};
|
|
70430
|
-
CheckboxListView.prototype.
|
|
70476
|
+
CheckboxListView.prototype.l = function () {
|
|
70431
70477
|
};
|
|
70432
|
-
CheckboxListView.prototype.
|
|
70478
|
+
CheckboxListView.prototype.t = function (a, b) {
|
|
70433
70479
|
var e_2, _a;
|
|
70434
70480
|
try {
|
|
70435
|
-
for (var _b = tslib_1.__values(igniteuiWebcomponentsCore.fromEnum(this.
|
|
70481
|
+
for (var _b = tslib_1.__values(igniteuiWebcomponentsCore.fromEnum(this.e)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
70436
70482
|
var c = _c.value;
|
|
70437
70483
|
var d = c.value;
|
|
70438
70484
|
var e = parseInt(d.a5.toString());
|
|
70439
70485
|
if (e == a) {
|
|
70440
70486
|
d.checked = b;
|
|
70441
|
-
this.b.
|
|
70487
|
+
this.b.ci(e, b);
|
|
70442
70488
|
}
|
|
70443
70489
|
}
|
|
70444
70490
|
}
|
|
@@ -70455,12 +70501,12 @@
|
|
|
70455
70501
|
throw e_2.error;
|
|
70456
70502
|
}
|
|
70457
70503
|
}
|
|
70458
|
-
this.
|
|
70504
|
+
this.ag();
|
|
70459
70505
|
};
|
|
70460
|
-
CheckboxListView.prototype.
|
|
70506
|
+
CheckboxListView.prototype.u = function (a) {
|
|
70461
70507
|
var e_3, _a;
|
|
70462
70508
|
try {
|
|
70463
|
-
for (var _b = tslib_1.__values(igniteuiWebcomponentsCore.fromEnum(this.
|
|
70509
|
+
for (var _b = tslib_1.__values(igniteuiWebcomponentsCore.fromEnum(this.e)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
70464
70510
|
var b = _c.value;
|
|
70465
70511
|
var c = b.value;
|
|
70466
70512
|
c.checked = a;
|
|
@@ -70480,68 +70526,68 @@
|
|
|
70480
70526
|
}
|
|
70481
70527
|
}
|
|
70482
70528
|
};
|
|
70483
|
-
CheckboxListView.prototype.
|
|
70484
|
-
this.
|
|
70485
|
-
if (null != this.
|
|
70486
|
-
this.
|
|
70529
|
+
CheckboxListView.prototype.q = function (a) {
|
|
70530
|
+
this.j = a;
|
|
70531
|
+
if (null != this.j) {
|
|
70532
|
+
this.j.setStyleProperty("margin", "5px 0px 4px 0px");
|
|
70487
70533
|
}
|
|
70488
70534
|
};
|
|
70489
|
-
CheckboxListView.prototype.
|
|
70490
|
-
var a = this.
|
|
70491
|
-
if (null == a || null == this.
|
|
70535
|
+
CheckboxListView.prototype.ah = function () {
|
|
70536
|
+
var a = this.f;
|
|
70537
|
+
if (null == a || null == this.j) {
|
|
70492
70538
|
return;
|
|
70493
70539
|
}
|
|
70494
70540
|
var b = a.createElement("div");
|
|
70495
70541
|
var c = a.getSubRenderer(b);
|
|
70496
70542
|
this.a = new igniteuiWebcomponentsInputs.XCheckbox();
|
|
70497
70543
|
this.a.provideContainer(c);
|
|
70498
|
-
var d = this.
|
|
70544
|
+
var d = this.f.getExternal(this.a, c.rootWrapper, this.f.getExternal(this.b, null, null));
|
|
70499
70545
|
this.a.i = this.b.y;
|
|
70500
|
-
this.
|
|
70501
|
-
this.
|
|
70502
|
-
this.
|
|
70503
|
-
this.
|
|
70504
|
-
this.
|
|
70505
|
-
this.
|
|
70506
|
-
this.
|
|
70507
|
-
this.
|
|
70508
|
-
this.
|
|
70509
|
-
this.
|
|
70510
|
-
this.
|
|
70546
|
+
this.i = a.createElement("label");
|
|
70547
|
+
this.i.setRawText(this.b.bx);
|
|
70548
|
+
this.i.setStyleProperty("font-size", "13px");
|
|
70549
|
+
this.j.setStyleProperty("display", "flex");
|
|
70550
|
+
this.j.setStyleProperty("flex-direction", "row");
|
|
70551
|
+
this.j.setStyleProperty("font-family", "Verdana");
|
|
70552
|
+
this.j.setStyleProperty("align-items", "center");
|
|
70553
|
+
this.j.append(b);
|
|
70554
|
+
this.j.append(this.i);
|
|
70555
|
+
this.ai();
|
|
70556
|
+
this.af();
|
|
70511
70557
|
var e = this.a;
|
|
70512
|
-
e.change = igniteuiWebcomponentsCore.delegateCombine(e.change, igniteuiWebcomponentsCore.runOn(this, this.
|
|
70558
|
+
e.change = igniteuiWebcomponentsCore.delegateCombine(e.change, igniteuiWebcomponentsCore.runOn(this, this.r));
|
|
70513
70559
|
this.a.t = true;
|
|
70514
70560
|
};
|
|
70515
|
-
CheckboxListView.prototype.
|
|
70516
|
-
if (null != this.
|
|
70517
|
-
this.
|
|
70518
|
-
igniteuiWebcomponentsCore.NativeUI.o(this.
|
|
70561
|
+
CheckboxListView.prototype.af = function () {
|
|
70562
|
+
if (null != this.i) {
|
|
70563
|
+
this.i.setRawText(this.b.bx);
|
|
70564
|
+
igniteuiWebcomponentsCore.NativeUI.o(this.i, this.b.dh);
|
|
70519
70565
|
}
|
|
70520
70566
|
};
|
|
70521
|
-
CheckboxListView.prototype.
|
|
70522
|
-
if (null != this.
|
|
70523
|
-
var a = this.b.
|
|
70524
|
-
this.
|
|
70567
|
+
CheckboxListView.prototype.ai = function () {
|
|
70568
|
+
if (null != this.i) {
|
|
70569
|
+
var a = this.b.as ? "flex" : "none";
|
|
70570
|
+
this.j.setStyleProperty("display", a);
|
|
70525
70571
|
}
|
|
70526
70572
|
};
|
|
70527
|
-
CheckboxListView.prototype.
|
|
70528
|
-
if (this.
|
|
70529
|
-
this.
|
|
70573
|
+
CheckboxListView.prototype.ae = function () {
|
|
70574
|
+
if (this.h != null) {
|
|
70575
|
+
this.h.setStyleProperty("display", this.b.aq ? "block" : "none");
|
|
70530
70576
|
}
|
|
70531
|
-
if (this.
|
|
70532
|
-
this.
|
|
70577
|
+
if (this.g != null) {
|
|
70578
|
+
this.g.setStyleProperty("display", this.b.aq ? "block" : "none");
|
|
70533
70579
|
}
|
|
70534
70580
|
};
|
|
70535
|
-
CheckboxListView.prototype.
|
|
70581
|
+
CheckboxListView.prototype.ag = function (a) {
|
|
70536
70582
|
if (a === void 0) {
|
|
70537
70583
|
a = true;
|
|
70538
70584
|
}
|
|
70539
|
-
var b = this.
|
|
70540
|
-
this.
|
|
70585
|
+
var b = this.d;
|
|
70586
|
+
this.d = true;
|
|
70541
70587
|
var c = this.a.u;
|
|
70542
70588
|
this.a.u = a;
|
|
70543
70589
|
try {
|
|
70544
|
-
if (this.b.
|
|
70590
|
+
if (this.b.ao) {
|
|
70545
70591
|
this.a.indeterminate = true;
|
|
70546
70592
|
return;
|
|
70547
70593
|
}
|
|
@@ -70555,40 +70601,61 @@
|
|
|
70555
70601
|
}
|
|
70556
70602
|
finally {
|
|
70557
70603
|
this.a.u = c;
|
|
70558
|
-
this.
|
|
70604
|
+
this.d = b;
|
|
70559
70605
|
}
|
|
70560
70606
|
};
|
|
70561
|
-
CheckboxListView.prototype.
|
|
70562
|
-
if (this.
|
|
70607
|
+
CheckboxListView.prototype.r = function (a, b) {
|
|
70608
|
+
if (this.d || b.isIndeterminate) {
|
|
70563
70609
|
return;
|
|
70564
70610
|
}
|
|
70565
70611
|
if (b.isChecked) {
|
|
70566
|
-
this.b.
|
|
70567
|
-
this.b.
|
|
70612
|
+
this.b.cy();
|
|
70613
|
+
this.b.cp(b.isChecked);
|
|
70568
70614
|
}
|
|
70569
70615
|
else {
|
|
70570
|
-
this.b.
|
|
70571
|
-
this.b.
|
|
70616
|
+
this.b.b9();
|
|
70617
|
+
this.b.cp(b.isChecked);
|
|
70572
70618
|
}
|
|
70573
70619
|
};
|
|
70574
|
-
CheckboxListView.prototype.
|
|
70575
|
-
var a = this.
|
|
70620
|
+
CheckboxListView.prototype.ad = function () {
|
|
70621
|
+
var a = this.f;
|
|
70576
70622
|
if (null == a) {
|
|
70577
70623
|
return;
|
|
70578
70624
|
}
|
|
70579
70625
|
var b = a.rootWrapper;
|
|
70580
70626
|
if (null != b) {
|
|
70581
|
-
igniteuiWebcomponentsCore.NativeUI.o(b, this.b.
|
|
70582
|
-
igniteuiWebcomponentsCore.NativeUI.k(b, this.b.
|
|
70627
|
+
igniteuiWebcomponentsCore.NativeUI.o(b, this.b.dy);
|
|
70628
|
+
igniteuiWebcomponentsCore.NativeUI.k(b, this.b.di);
|
|
70583
70629
|
}
|
|
70584
70630
|
};
|
|
70585
|
-
CheckboxListView.prototype.
|
|
70586
|
-
if (this.
|
|
70587
|
-
|
|
70631
|
+
CheckboxListView.prototype.ab = function () {
|
|
70632
|
+
if (this.c != null) {
|
|
70633
|
+
this.c.fill = this.b.du;
|
|
70588
70634
|
}
|
|
70589
70635
|
};
|
|
70590
|
-
CheckboxListView.prototype.
|
|
70591
|
-
this.
|
|
70636
|
+
CheckboxListView.prototype.ac = function () {
|
|
70637
|
+
if (this.b.ae != null) {
|
|
70638
|
+
this.i.setStyleProperty("font", this.b.ae.fontString);
|
|
70639
|
+
}
|
|
70640
|
+
else {
|
|
70641
|
+
this.i.setStyleProperty("font-family", "Verdana");
|
|
70642
|
+
this.i.setStyleProperty("font-size", 13 + "px");
|
|
70643
|
+
}
|
|
70644
|
+
};
|
|
70645
|
+
CheckboxListView.prototype.y = function () {
|
|
70646
|
+
this.a.ds = this.b.dl;
|
|
70647
|
+
this.a.da = this.b.dj;
|
|
70648
|
+
this.a.dt = this.b.dm;
|
|
70649
|
+
this.a.db = this.b.dk;
|
|
70650
|
+
this.a.du = this.b.dn;
|
|
70651
|
+
};
|
|
70652
|
+
CheckboxListView.prototype.aa = function (a) {
|
|
70653
|
+
if (this.g != null) {
|
|
70654
|
+
igniteuiWebcomponentsCore.NativeUI.t(this.g, a);
|
|
70655
|
+
}
|
|
70656
|
+
};
|
|
70657
|
+
CheckboxListView.prototype.p = function (a) {
|
|
70658
|
+
this.g = a;
|
|
70592
70659
|
};
|
|
70593
70660
|
CheckboxListView.$t = igniteuiWebcomponentsCore.markType(CheckboxListView, 'CheckboxListView');
|
|
70594
70661
|
return CheckboxListView;
|
|
@@ -70605,45 +70672,55 @@
|
|
|
70605
70672
|
_this.i = null;
|
|
70606
70673
|
_this.ab = null;
|
|
70607
70674
|
_this.d = null;
|
|
70608
|
-
_this.
|
|
70675
|
+
_this.ai = false;
|
|
70609
70676
|
_this.c = null;
|
|
70610
70677
|
_this.o = null;
|
|
70611
70678
|
_this.q = null;
|
|
70612
|
-
_this.
|
|
70613
|
-
_this.
|
|
70679
|
+
_this.aj = false;
|
|
70680
|
+
_this.ag = null;
|
|
70614
70681
|
_this.f = new GridSelectedKeysCollection();
|
|
70615
70682
|
_this.a = null;
|
|
70616
70683
|
_this.propertyChanged = null;
|
|
70617
70684
|
_this.checkedChanged = null;
|
|
70618
|
-
_this.av = null;
|
|
70619
|
-
_this.ax = null;
|
|
70620
|
-
_this.az = null;
|
|
70621
70685
|
_this.ay = null;
|
|
70686
|
+
_this.a0 = null;
|
|
70687
|
+
_this.a2 = null;
|
|
70688
|
+
_this.a1 = null;
|
|
70622
70689
|
_this.s = 3;
|
|
70623
|
-
_this.
|
|
70690
|
+
_this.au = -1;
|
|
70624
70691
|
_this.ac = null;
|
|
70625
70692
|
_this.k = 1;
|
|
70626
70693
|
_this.x = 1;
|
|
70627
70694
|
_this.z = 2;
|
|
70695
|
+
_this.dd = igniteuiWebcomponentsCore.BrushUtil.g(255, 24, 29, 31);
|
|
70696
|
+
_this.db = null;
|
|
70697
|
+
_this.de = null;
|
|
70698
|
+
_this.dc = null;
|
|
70699
|
+
_this.ad = null;
|
|
70700
|
+
_this.c7 = null;
|
|
70701
|
+
_this.c5 = null;
|
|
70702
|
+
_this.c8 = null;
|
|
70703
|
+
_this.c6 = null;
|
|
70704
|
+
_this.c9 = null;
|
|
70628
70705
|
_this.v = 0;
|
|
70629
|
-
_this.
|
|
70630
|
-
_this.
|
|
70631
|
-
_this.
|
|
70632
|
-
_this.
|
|
70633
|
-
_this.
|
|
70634
|
-
_this.
|
|
70635
|
-
_this.
|
|
70706
|
+
_this.da = null;
|
|
70707
|
+
_this.bw = null;
|
|
70708
|
+
_this.df = null;
|
|
70709
|
+
_this.c3 = CheckboxList.dq;
|
|
70710
|
+
_this.ar = true;
|
|
70711
|
+
_this.c4 = CheckboxList.dp;
|
|
70712
|
+
_this.dg = CheckboxList.dq;
|
|
70636
70713
|
_this.selectAllCheckboxChanged = null;
|
|
70637
|
-
_this.
|
|
70638
|
-
_this.
|
|
70639
|
-
_this.
|
|
70714
|
+
_this.aw = -1;
|
|
70715
|
+
_this.ap = true;
|
|
70716
|
+
_this.am = true;
|
|
70640
70717
|
var a = _this.f;
|
|
70641
|
-
a.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(a.collectionChanged, igniteuiWebcomponentsCore.runOn(_this, _this.
|
|
70718
|
+
a.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(a.collectionChanged, igniteuiWebcomponentsCore.runOn(_this, _this.cr));
|
|
70642
70719
|
_this.d = new igniteuiWebcomponentsCore.FilterFactory();
|
|
70643
70720
|
var b = new CheckboxListView();
|
|
70644
70721
|
b.b = _this;
|
|
70645
70722
|
_this.m = b;
|
|
70646
|
-
_this.m.
|
|
70723
|
+
_this.m.n();
|
|
70647
70724
|
return _this;
|
|
70648
70725
|
}
|
|
70649
70726
|
Object.defineProperty(CheckboxList.prototype, "r", {
|
|
@@ -70676,13 +70753,13 @@
|
|
|
70676
70753
|
enumerable: true,
|
|
70677
70754
|
configurable: true
|
|
70678
70755
|
});
|
|
70679
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
70756
|
+
Object.defineProperty(CheckboxList.prototype, "ah", {
|
|
70680
70757
|
get: function () {
|
|
70681
|
-
if (this.
|
|
70682
|
-
this.
|
|
70683
|
-
this.
|
|
70758
|
+
if (this.ag == null) {
|
|
70759
|
+
this.ag = new igniteuiWebcomponentsCore.SRProvider(this.m.f);
|
|
70760
|
+
this.ag.cb("DataGrid");
|
|
70684
70761
|
}
|
|
70685
|
-
return this.
|
|
70762
|
+
return this.ag;
|
|
70686
70763
|
},
|
|
70687
70764
|
enumerable: true,
|
|
70688
70765
|
configurable: true
|
|
@@ -70702,57 +70779,57 @@
|
|
|
70702
70779
|
var b = this.a;
|
|
70703
70780
|
this.a = a;
|
|
70704
70781
|
if (b != this.a) {
|
|
70705
|
-
this.
|
|
70782
|
+
this.cn("PrimaryKey", b, this.a);
|
|
70706
70783
|
}
|
|
70707
70784
|
},
|
|
70708
70785
|
enumerable: true,
|
|
70709
70786
|
configurable: true
|
|
70710
70787
|
});
|
|
70711
|
-
CheckboxList.prototype.
|
|
70712
|
-
if (this.e == null || this.e.actualSchema == null || this.
|
|
70788
|
+
CheckboxList.prototype.cr = function (a, b) {
|
|
70789
|
+
if (this.e == null || this.e.actualSchema == null || this.ai) {
|
|
70713
70790
|
return;
|
|
70714
70791
|
}
|
|
70715
70792
|
switch (b.action) {
|
|
70716
70793
|
case 0:
|
|
70717
70794
|
for (var c = 0; c < b.newItems.count; c++) {
|
|
70718
|
-
this.
|
|
70795
|
+
this.cl(b.newItems.item(c));
|
|
70719
70796
|
}
|
|
70720
70797
|
break;
|
|
70721
70798
|
case 1:
|
|
70722
70799
|
for (var d = 0; d < b.oldItems.count; d++) {
|
|
70723
|
-
this.
|
|
70800
|
+
this.cm(b.oldItems.item(d));
|
|
70724
70801
|
}
|
|
70725
70802
|
break;
|
|
70726
70803
|
case 2:
|
|
70727
70804
|
for (var e = 0; e < b.oldItems.count; e++) {
|
|
70728
|
-
this.
|
|
70805
|
+
this.cm(b.oldItems.item(e));
|
|
70729
70806
|
}
|
|
70730
70807
|
for (var f = 0; f < b.newItems.count; f++) {
|
|
70731
|
-
this.
|
|
70808
|
+
this.cl(b.newItems.item(f));
|
|
70732
70809
|
}
|
|
70733
70810
|
break;
|
|
70734
70811
|
case 4:
|
|
70735
|
-
this.m.
|
|
70812
|
+
this.m.u(this.l == 0);
|
|
70736
70813
|
for (var g = 0; g < this.g.ae.count; g++) {
|
|
70737
|
-
this.
|
|
70814
|
+
this.cl(this.g.ae._inner[g]);
|
|
70738
70815
|
}
|
|
70739
70816
|
break;
|
|
70740
70817
|
}
|
|
70741
70818
|
};
|
|
70742
|
-
CheckboxList.prototype.
|
|
70819
|
+
CheckboxList.prototype.cl = function (a) {
|
|
70743
70820
|
var b = this.e.indexOfKey(a.value);
|
|
70744
70821
|
if (b >= 0) {
|
|
70745
|
-
this.m.
|
|
70822
|
+
this.m.t(b, this.l == 1);
|
|
70746
70823
|
}
|
|
70747
70824
|
};
|
|
70748
|
-
CheckboxList.prototype.
|
|
70825
|
+
CheckboxList.prototype.cm = function (a) {
|
|
70749
70826
|
var b = this.e.indexOfKey(a.value);
|
|
70750
70827
|
if (b >= 0) {
|
|
70751
|
-
this.m.
|
|
70828
|
+
this.m.t(b, this.l == 0);
|
|
70752
70829
|
}
|
|
70753
70830
|
};
|
|
70754
|
-
CheckboxList.prototype.
|
|
70755
|
-
if (this.checkedChanged != null && this.
|
|
70831
|
+
CheckboxList.prototype.ci = function (a, b) {
|
|
70832
|
+
if (this.checkedChanged != null && this.aj == false) {
|
|
70756
70833
|
this.checkedChanged(this, ((function () {
|
|
70757
70834
|
var $ret = new CheckedChangedEventArgs();
|
|
70758
70835
|
$ret.b = a;
|
|
@@ -70762,32 +70839,32 @@
|
|
|
70762
70839
|
}
|
|
70763
70840
|
};
|
|
70764
70841
|
CheckboxList.prototype.notifySizeChanged = function () {
|
|
70765
|
-
this.m.
|
|
70842
|
+
this.m.l();
|
|
70766
70843
|
};
|
|
70767
70844
|
CheckboxList.prototype.destroy = function () {
|
|
70768
70845
|
if (this.h != null) {
|
|
70769
70846
|
var a = this.h;
|
|
70770
|
-
a.cellClicked = igniteuiWebcomponentsCore.delegateRemove(a.cellClicked, igniteuiWebcomponentsCore.runOn(this, this.
|
|
70847
|
+
a.cellClicked = igniteuiWebcomponentsCore.delegateRemove(a.cellClicked, igniteuiWebcomponentsCore.runOn(this, this.cb));
|
|
70771
70848
|
if (this.h.actualDataSource != null) {
|
|
70772
70849
|
var b = this.h.actualDataSource;
|
|
70773
|
-
b.schemaChanged = igniteuiWebcomponentsCore.delegateRemove(b.schemaChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
70850
|
+
b.schemaChanged = igniteuiWebcomponentsCore.delegateRemove(b.schemaChanged, igniteuiWebcomponentsCore.runOn(this, this.co));
|
|
70774
70851
|
}
|
|
70775
70852
|
}
|
|
70776
70853
|
if (this.o != null) {
|
|
70777
70854
|
var c = this.o;
|
|
70778
|
-
c.change = igniteuiWebcomponentsCore.delegateRemove(c.change, igniteuiWebcomponentsCore.runOn(this, this.
|
|
70855
|
+
c.change = igniteuiWebcomponentsCore.delegateRemove(c.change, igniteuiWebcomponentsCore.runOn(this, this.cc));
|
|
70779
70856
|
}
|
|
70780
70857
|
this.provideContainer(null, null, null);
|
|
70781
70858
|
if (this.i != null) {
|
|
70782
70859
|
var d = this.i;
|
|
70783
|
-
d.cellUpdating = igniteuiWebcomponentsCore.delegateRemove(d.cellUpdating, igniteuiWebcomponentsCore.runOn(this, this.
|
|
70860
|
+
d.cellUpdating = igniteuiWebcomponentsCore.delegateRemove(d.cellUpdating, igniteuiWebcomponentsCore.runOn(this, this.b8));
|
|
70784
70861
|
}
|
|
70785
70862
|
};
|
|
70786
70863
|
CheckboxList.prototype.provideContainer = function (a, b, c) {
|
|
70787
70864
|
this.h = b;
|
|
70788
70865
|
if (null != this.h) {
|
|
70789
70866
|
this.h.gm = this.w;
|
|
70790
|
-
this.h.aae = this.
|
|
70867
|
+
this.h.aae = this.dr;
|
|
70791
70868
|
this.h.n1 = 0;
|
|
70792
70869
|
this.h.oc = 0;
|
|
70793
70870
|
this.h.md = NaN;
|
|
@@ -70795,24 +70872,24 @@
|
|
|
70795
70872
|
this.h.c9 = 0;
|
|
70796
70873
|
this.h.cu = 0;
|
|
70797
70874
|
var d = this.h;
|
|
70798
|
-
d.cellClicked = igniteuiWebcomponentsCore.delegateCombine(d.cellClicked, igniteuiWebcomponentsCore.runOn(this, this.
|
|
70799
|
-
if (this.
|
|
70800
|
-
this.h.itemsSource = this.
|
|
70801
|
-
this.
|
|
70802
|
-
this.
|
|
70803
|
-
}
|
|
70804
|
-
if (this.
|
|
70805
|
-
this.
|
|
70806
|
-
this.
|
|
70875
|
+
d.cellClicked = igniteuiWebcomponentsCore.delegateCombine(d.cellClicked, igniteuiWebcomponentsCore.runOn(this, this.cb));
|
|
70876
|
+
if (this.ay != null) {
|
|
70877
|
+
this.h.itemsSource = this.ay;
|
|
70878
|
+
this.b7();
|
|
70879
|
+
this.cq();
|
|
70880
|
+
}
|
|
70881
|
+
if (this.a0 != null) {
|
|
70882
|
+
this.cq();
|
|
70883
|
+
this.c1();
|
|
70807
70884
|
}
|
|
70808
70885
|
}
|
|
70809
|
-
this.m.
|
|
70810
|
-
this.m.
|
|
70886
|
+
this.m.q(c);
|
|
70887
|
+
this.m.m(a);
|
|
70811
70888
|
};
|
|
70812
70889
|
CheckboxList.prototype.provideSelectAllSection = function (a) {
|
|
70813
|
-
this.m.
|
|
70890
|
+
this.m.q(a);
|
|
70814
70891
|
};
|
|
70815
|
-
CheckboxList.prototype.
|
|
70892
|
+
CheckboxList.prototype.cb = function (a, b) {
|
|
70816
70893
|
if (b.cellInfo.l.a5 == 0) {
|
|
70817
70894
|
return;
|
|
70818
70895
|
}
|
|
@@ -70828,7 +70905,7 @@
|
|
|
70828
70905
|
this.g.add(d);
|
|
70829
70906
|
}
|
|
70830
70907
|
};
|
|
70831
|
-
CheckboxList.prototype.
|
|
70908
|
+
CheckboxList.prototype.b8 = function (a, b) {
|
|
70832
70909
|
var c = b.cellInfo.l.x;
|
|
70833
70910
|
if (-1 == c) {
|
|
70834
70911
|
return;
|
|
@@ -70840,11 +70917,11 @@
|
|
|
70840
70917
|
d = true;
|
|
70841
70918
|
}
|
|
70842
70919
|
}
|
|
70843
|
-
this.m.
|
|
70920
|
+
this.m.o(b.content.element, c, d);
|
|
70844
70921
|
};
|
|
70845
|
-
CheckboxList.prototype.
|
|
70846
|
-
if (this.
|
|
70847
|
-
var b = this.d.property(this.
|
|
70922
|
+
CheckboxList.prototype.cj = function (a) {
|
|
70923
|
+
if (this.a0 != null) {
|
|
70924
|
+
var b = this.d.property(this.a0).cast(igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.DataSourceSchemaPropertyType_$type, 0)).toLower();
|
|
70848
70925
|
var c = b.contains(a);
|
|
70849
70926
|
if (!this.h.u.k.contains(this.c)) {
|
|
70850
70927
|
this.c = c;
|
|
@@ -70858,55 +70935,55 @@
|
|
|
70858
70935
|
};
|
|
70859
70936
|
Object.defineProperty(CheckboxList.prototype, "itemsSource", {
|
|
70860
70937
|
get: function () {
|
|
70861
|
-
return this.
|
|
70938
|
+
return this.ay;
|
|
70862
70939
|
},
|
|
70863
70940
|
set: function (a) {
|
|
70864
|
-
var b = this.
|
|
70865
|
-
this.
|
|
70866
|
-
if (b != this.
|
|
70867
|
-
this.
|
|
70941
|
+
var b = this.ay;
|
|
70942
|
+
this.ay = a;
|
|
70943
|
+
if (b != this.ay) {
|
|
70944
|
+
this.cn("ItemsSource", b, this.ay);
|
|
70868
70945
|
}
|
|
70869
70946
|
},
|
|
70870
70947
|
enumerable: true,
|
|
70871
70948
|
configurable: true
|
|
70872
70949
|
});
|
|
70873
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
70950
|
+
Object.defineProperty(CheckboxList.prototype, "bc", {
|
|
70874
70951
|
get: function () {
|
|
70875
|
-
return this.
|
|
70952
|
+
return this.a0;
|
|
70876
70953
|
},
|
|
70877
70954
|
set: function (a) {
|
|
70878
|
-
var b = this.
|
|
70879
|
-
this.
|
|
70880
|
-
if (b != this.
|
|
70881
|
-
this.
|
|
70955
|
+
var b = this.a0;
|
|
70956
|
+
this.a0 = a;
|
|
70957
|
+
if (b != this.a0) {
|
|
70958
|
+
this.cn("DataMemberPath", b, this.a0);
|
|
70882
70959
|
}
|
|
70883
70960
|
},
|
|
70884
70961
|
enumerable: true,
|
|
70885
70962
|
configurable: true
|
|
70886
70963
|
});
|
|
70887
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
70964
|
+
Object.defineProperty(CheckboxList.prototype, "b0", {
|
|
70888
70965
|
get: function () {
|
|
70889
|
-
return this.
|
|
70966
|
+
return this.a2;
|
|
70890
70967
|
},
|
|
70891
70968
|
set: function (a) {
|
|
70892
|
-
var b = this.
|
|
70893
|
-
this.
|
|
70894
|
-
if (b != this.
|
|
70895
|
-
this.
|
|
70969
|
+
var b = this.a2;
|
|
70970
|
+
this.a2 = a;
|
|
70971
|
+
if (b != this.a2) {
|
|
70972
|
+
this.cn("SelectedMemberPath", b, this.a2);
|
|
70896
70973
|
}
|
|
70897
70974
|
},
|
|
70898
70975
|
enumerable: true,
|
|
70899
70976
|
configurable: true
|
|
70900
70977
|
});
|
|
70901
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
70978
|
+
Object.defineProperty(CheckboxList.prototype, "bg", {
|
|
70902
70979
|
get: function () {
|
|
70903
|
-
return this.
|
|
70980
|
+
return this.a1;
|
|
70904
70981
|
},
|
|
70905
70982
|
set: function (a) {
|
|
70906
|
-
var b = this.
|
|
70907
|
-
this.
|
|
70908
|
-
if (b != this.
|
|
70909
|
-
this.
|
|
70983
|
+
var b = this.a1;
|
|
70984
|
+
this.a1 = a;
|
|
70985
|
+
if (b != this.a1) {
|
|
70986
|
+
this.cn("FilterPlaceholderText", b, this.a1);
|
|
70910
70987
|
}
|
|
70911
70988
|
},
|
|
70912
70989
|
enumerable: true,
|
|
@@ -70920,27 +70997,27 @@
|
|
|
70920
70997
|
var b = this.s;
|
|
70921
70998
|
this.s = a;
|
|
70922
70999
|
if (b != this.s) {
|
|
70923
|
-
this.
|
|
71000
|
+
this.cn("SearchInputType", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsInputs.InputGroupDisplayType_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsInputs.InputGroupDisplayType_$type, this.s));
|
|
70924
71001
|
}
|
|
70925
71002
|
},
|
|
70926
71003
|
enumerable: true,
|
|
70927
71004
|
configurable: true
|
|
70928
71005
|
});
|
|
70929
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71006
|
+
Object.defineProperty(CheckboxList.prototype, "ax", {
|
|
70930
71007
|
get: function () {
|
|
70931
|
-
return this.
|
|
71008
|
+
return this.au;
|
|
70932
71009
|
},
|
|
70933
71010
|
set: function (a) {
|
|
70934
|
-
var b = this.
|
|
70935
|
-
this.
|
|
70936
|
-
if (b != this.
|
|
70937
|
-
this.
|
|
71011
|
+
var b = this.au;
|
|
71012
|
+
this.au = a;
|
|
71013
|
+
if (b != this.au) {
|
|
71014
|
+
this.cn("RowHeight", b, this.au);
|
|
70938
71015
|
}
|
|
70939
71016
|
},
|
|
70940
71017
|
enumerable: true,
|
|
70941
71018
|
configurable: true
|
|
70942
71019
|
});
|
|
70943
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71020
|
+
Object.defineProperty(CheckboxList.prototype, "av", {
|
|
70944
71021
|
get: function () {
|
|
70945
71022
|
if (this.h != null) {
|
|
70946
71023
|
return this.h.nf;
|
|
@@ -70950,7 +71027,7 @@
|
|
|
70950
71027
|
enumerable: true,
|
|
70951
71028
|
configurable: true
|
|
70952
71029
|
});
|
|
70953
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71030
|
+
Object.defineProperty(CheckboxList.prototype, "ae", {
|
|
70954
71031
|
get: function () {
|
|
70955
71032
|
return this.ac;
|
|
70956
71033
|
},
|
|
@@ -70958,7 +71035,7 @@
|
|
|
70958
71035
|
var b = this.ac;
|
|
70959
71036
|
this.ac = a;
|
|
70960
71037
|
if (b != this.ac) {
|
|
70961
|
-
this.
|
|
71038
|
+
this.cn("CellTextStyle", b, this.ac);
|
|
70962
71039
|
}
|
|
70963
71040
|
},
|
|
70964
71041
|
enumerable: true,
|
|
@@ -70972,7 +71049,7 @@
|
|
|
70972
71049
|
var b = this.k;
|
|
70973
71050
|
this.k = a;
|
|
70974
71051
|
if (b != this.k) {
|
|
70975
|
-
this.
|
|
71052
|
+
this.cn("IndexType", igniteuiWebcomponentsCore.enumGetBox(CheckboxListIndexType_$type, b), igniteuiWebcomponentsCore.enumGetBox(CheckboxListIndexType_$type, this.k));
|
|
70976
71053
|
}
|
|
70977
71054
|
},
|
|
70978
71055
|
enumerable: true,
|
|
@@ -70986,7 +71063,7 @@
|
|
|
70986
71063
|
var b = this.x;
|
|
70987
71064
|
this.x = a;
|
|
70988
71065
|
if (b != this.x) {
|
|
70989
|
-
this.
|
|
71066
|
+
this.cn("BaseTheme", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, this.x));
|
|
70990
71067
|
}
|
|
70991
71068
|
},
|
|
70992
71069
|
enumerable: true,
|
|
@@ -71000,7 +71077,147 @@
|
|
|
71000
71077
|
var b = this.z;
|
|
71001
71078
|
this.z = a;
|
|
71002
71079
|
if (b != this.z) {
|
|
71003
|
-
this.
|
|
71080
|
+
this.cn("Density", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ControlDisplayDensity_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ControlDisplayDensity_$type, this.z));
|
|
71081
|
+
}
|
|
71082
|
+
},
|
|
71083
|
+
enumerable: true,
|
|
71084
|
+
configurable: true
|
|
71085
|
+
});
|
|
71086
|
+
Object.defineProperty(CheckboxList.prototype, "du", {
|
|
71087
|
+
get: function () {
|
|
71088
|
+
return this.dd;
|
|
71089
|
+
},
|
|
71090
|
+
set: function (a) {
|
|
71091
|
+
var b = this.dd;
|
|
71092
|
+
this.dd = a;
|
|
71093
|
+
if (b != this.dd) {
|
|
71094
|
+
this.cn("SearchIconColor", b, this.dd);
|
|
71095
|
+
}
|
|
71096
|
+
},
|
|
71097
|
+
enumerable: true,
|
|
71098
|
+
configurable: true
|
|
71099
|
+
});
|
|
71100
|
+
Object.defineProperty(CheckboxList.prototype, "ds", {
|
|
71101
|
+
get: function () {
|
|
71102
|
+
return this.db;
|
|
71103
|
+
},
|
|
71104
|
+
set: function (a) {
|
|
71105
|
+
var b = this.db;
|
|
71106
|
+
this.db = a;
|
|
71107
|
+
if (b != this.db) {
|
|
71108
|
+
this.cn("SearchBackgroundColor", b, this.db);
|
|
71109
|
+
}
|
|
71110
|
+
},
|
|
71111
|
+
enumerable: true,
|
|
71112
|
+
configurable: true
|
|
71113
|
+
});
|
|
71114
|
+
Object.defineProperty(CheckboxList.prototype, "dv", {
|
|
71115
|
+
get: function () {
|
|
71116
|
+
return this.de;
|
|
71117
|
+
},
|
|
71118
|
+
set: function (a) {
|
|
71119
|
+
var b = this.de;
|
|
71120
|
+
this.de = a;
|
|
71121
|
+
if (b != this.de) {
|
|
71122
|
+
this.cn("SearchTextColor", b, this.de);
|
|
71123
|
+
}
|
|
71124
|
+
},
|
|
71125
|
+
enumerable: true,
|
|
71126
|
+
configurable: true
|
|
71127
|
+
});
|
|
71128
|
+
Object.defineProperty(CheckboxList.prototype, "dt", {
|
|
71129
|
+
get: function () {
|
|
71130
|
+
return this.dc;
|
|
71131
|
+
},
|
|
71132
|
+
set: function (a) {
|
|
71133
|
+
var b = this.dc;
|
|
71134
|
+
this.dc = a;
|
|
71135
|
+
if (b != this.dc) {
|
|
71136
|
+
this.cn("SearchBorderColor", b, this.dc);
|
|
71137
|
+
}
|
|
71138
|
+
},
|
|
71139
|
+
enumerable: true,
|
|
71140
|
+
configurable: true
|
|
71141
|
+
});
|
|
71142
|
+
Object.defineProperty(CheckboxList.prototype, "af", {
|
|
71143
|
+
get: function () {
|
|
71144
|
+
return this.ad;
|
|
71145
|
+
},
|
|
71146
|
+
set: function (a) {
|
|
71147
|
+
var b = this.ad;
|
|
71148
|
+
this.ad = a;
|
|
71149
|
+
if (b != this.ad) {
|
|
71150
|
+
this.cn("SearchTextStyle", b, this.ad);
|
|
71151
|
+
}
|
|
71152
|
+
},
|
|
71153
|
+
enumerable: true,
|
|
71154
|
+
configurable: true
|
|
71155
|
+
});
|
|
71156
|
+
Object.defineProperty(CheckboxList.prototype, "dl", {
|
|
71157
|
+
get: function () {
|
|
71158
|
+
return this.c7;
|
|
71159
|
+
},
|
|
71160
|
+
set: function (a) {
|
|
71161
|
+
var b = this.c7;
|
|
71162
|
+
this.c7 = a;
|
|
71163
|
+
if (b != this.c7) {
|
|
71164
|
+
this.cn("CheckboxTickColor", b, this.c7);
|
|
71165
|
+
}
|
|
71166
|
+
},
|
|
71167
|
+
enumerable: true,
|
|
71168
|
+
configurable: true
|
|
71169
|
+
});
|
|
71170
|
+
Object.defineProperty(CheckboxList.prototype, "dj", {
|
|
71171
|
+
get: function () {
|
|
71172
|
+
return this.c5;
|
|
71173
|
+
},
|
|
71174
|
+
set: function (a) {
|
|
71175
|
+
var b = this.c5;
|
|
71176
|
+
this.c5 = a;
|
|
71177
|
+
if (b != this.c5) {
|
|
71178
|
+
this.cn("CheckboxCheckedBackgroundColor", b, this.c5);
|
|
71179
|
+
}
|
|
71180
|
+
},
|
|
71181
|
+
enumerable: true,
|
|
71182
|
+
configurable: true
|
|
71183
|
+
});
|
|
71184
|
+
Object.defineProperty(CheckboxList.prototype, "dm", {
|
|
71185
|
+
get: function () {
|
|
71186
|
+
return this.c8;
|
|
71187
|
+
},
|
|
71188
|
+
set: function (a) {
|
|
71189
|
+
var b = this.c8;
|
|
71190
|
+
this.c8 = a;
|
|
71191
|
+
if (b != this.c8) {
|
|
71192
|
+
this.cn("CheckboxUncheckedBackgroundColor", b, this.c8);
|
|
71193
|
+
}
|
|
71194
|
+
},
|
|
71195
|
+
enumerable: true,
|
|
71196
|
+
configurable: true
|
|
71197
|
+
});
|
|
71198
|
+
Object.defineProperty(CheckboxList.prototype, "dk", {
|
|
71199
|
+
get: function () {
|
|
71200
|
+
return this.c6;
|
|
71201
|
+
},
|
|
71202
|
+
set: function (a) {
|
|
71203
|
+
var b = this.c6;
|
|
71204
|
+
this.c6 = a;
|
|
71205
|
+
if (b != this.c6) {
|
|
71206
|
+
this.cn("CheckboxCheckedBorderColor", b, this.c6);
|
|
71207
|
+
}
|
|
71208
|
+
},
|
|
71209
|
+
enumerable: true,
|
|
71210
|
+
configurable: true
|
|
71211
|
+
});
|
|
71212
|
+
Object.defineProperty(CheckboxList.prototype, "dn", {
|
|
71213
|
+
get: function () {
|
|
71214
|
+
return this.c9;
|
|
71215
|
+
},
|
|
71216
|
+
set: function (a) {
|
|
71217
|
+
var b = this.c9;
|
|
71218
|
+
this.c9 = a;
|
|
71219
|
+
if (b != this.c9) {
|
|
71220
|
+
this.cn("CheckboxUncheckedBorderColor", b, this.c9);
|
|
71004
71221
|
}
|
|
71005
71222
|
},
|
|
71006
71223
|
enumerable: true,
|
|
@@ -71014,33 +71231,33 @@
|
|
|
71014
71231
|
var b = this.v;
|
|
71015
71232
|
this.v = a;
|
|
71016
71233
|
if (b != this.v) {
|
|
71017
|
-
this.
|
|
71234
|
+
this.cn("ScrollbarStyle", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ScrollbarStyle_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ScrollbarStyle_$type, this.v));
|
|
71018
71235
|
}
|
|
71019
71236
|
},
|
|
71020
71237
|
enumerable: true,
|
|
71021
71238
|
configurable: true
|
|
71022
71239
|
});
|
|
71023
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71240
|
+
Object.defineProperty(CheckboxList.prototype, "dr", {
|
|
71024
71241
|
get: function () {
|
|
71025
|
-
return this.
|
|
71242
|
+
return this.da;
|
|
71026
71243
|
},
|
|
71027
71244
|
set: function (a) {
|
|
71028
|
-
var b = this.
|
|
71029
|
-
this.
|
|
71030
|
-
if (b != this.
|
|
71031
|
-
this.
|
|
71245
|
+
var b = this.da;
|
|
71246
|
+
this.da = a;
|
|
71247
|
+
if (b != this.da) {
|
|
71248
|
+
this.cn("ScrollbarBackground", b, this.da);
|
|
71032
71249
|
}
|
|
71033
71250
|
},
|
|
71034
71251
|
enumerable: true,
|
|
71035
71252
|
configurable: true
|
|
71036
71253
|
});
|
|
71037
|
-
CheckboxList.prototype.
|
|
71254
|
+
CheckboxList.prototype.cn = function (a, b, c) {
|
|
71038
71255
|
if (this.propertyChanged != null) {
|
|
71039
71256
|
this.propertyChanged(this, new igniteuiWebcomponentsCore.PropertyChangedEventArgs(a));
|
|
71040
71257
|
}
|
|
71041
|
-
this.
|
|
71258
|
+
this.cs(a, b, c);
|
|
71042
71259
|
};
|
|
71043
|
-
CheckboxList.prototype.
|
|
71260
|
+
CheckboxList.prototype.cs = function (a, b, c) {
|
|
71044
71261
|
switch (a) {
|
|
71045
71262
|
case "ItemsSource":
|
|
71046
71263
|
if (this.h != null) {
|
|
@@ -71053,26 +71270,26 @@
|
|
|
71053
71270
|
}
|
|
71054
71271
|
if (this.h.actualDataSource != null) {
|
|
71055
71272
|
var d = this.h.actualDataSource;
|
|
71056
|
-
d.schemaChanged = igniteuiWebcomponentsCore.delegateRemove(d.schemaChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
71273
|
+
d.schemaChanged = igniteuiWebcomponentsCore.delegateRemove(d.schemaChanged, igniteuiWebcomponentsCore.runOn(this, this.co));
|
|
71057
71274
|
}
|
|
71058
|
-
this.h.itemsSource = this.
|
|
71059
|
-
this.
|
|
71275
|
+
this.h.itemsSource = this.ay;
|
|
71276
|
+
this.b7();
|
|
71060
71277
|
if (this.h.actualDataSource != null) {
|
|
71061
71278
|
var e = this.h.actualDataSource;
|
|
71062
|
-
e.schemaChanged = igniteuiWebcomponentsCore.delegateCombine(e.schemaChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
71279
|
+
e.schemaChanged = igniteuiWebcomponentsCore.delegateCombine(e.schemaChanged, igniteuiWebcomponentsCore.runOn(this, this.co));
|
|
71063
71280
|
}
|
|
71064
|
-
this.
|
|
71065
|
-
this.
|
|
71066
|
-
this.
|
|
71067
|
-
this.m.
|
|
71281
|
+
this.aj = true;
|
|
71282
|
+
this.cq();
|
|
71283
|
+
this.aj = false;
|
|
71284
|
+
this.m.ag();
|
|
71068
71285
|
}
|
|
71069
71286
|
break;
|
|
71070
71287
|
case "DataMemberPath":
|
|
71071
71288
|
case "SelectedMemberPath":
|
|
71072
71289
|
if (this.h != null) {
|
|
71073
|
-
if (this.
|
|
71074
|
-
this.
|
|
71075
|
-
this.
|
|
71290
|
+
if (this.a0 != null) {
|
|
71291
|
+
this.cq();
|
|
71292
|
+
this.c1();
|
|
71076
71293
|
}
|
|
71077
71294
|
}
|
|
71078
71295
|
break;
|
|
@@ -71082,23 +71299,23 @@
|
|
|
71082
71299
|
}
|
|
71083
71300
|
break;
|
|
71084
71301
|
case "SelectAllCaptionTextColor":
|
|
71085
|
-
this.
|
|
71302
|
+
this.dh = null != this.dw ? this.dw : CheckboxList.dq;
|
|
71086
71303
|
break;
|
|
71087
71304
|
case "SelectAllCaption":
|
|
71088
71305
|
case "ActualSelectAllCaptionTextColor":
|
|
71089
|
-
this.m.
|
|
71306
|
+
this.m.af();
|
|
71090
71307
|
break;
|
|
71091
71308
|
case "showSelectAll":
|
|
71092
|
-
this.m.
|
|
71093
|
-
this.m.
|
|
71309
|
+
this.m.ai();
|
|
71310
|
+
this.m.s();
|
|
71094
71311
|
break;
|
|
71095
71312
|
case "ShowFilter":
|
|
71096
|
-
this.m.
|
|
71097
|
-
this.m.
|
|
71313
|
+
this.m.ae();
|
|
71314
|
+
this.m.s();
|
|
71098
71315
|
break;
|
|
71099
71316
|
case "FilterPlaceholderText":
|
|
71100
71317
|
if (this.o != null) {
|
|
71101
|
-
this.o.
|
|
71318
|
+
this.o.ce = this.bg;
|
|
71102
71319
|
}
|
|
71103
71320
|
break;
|
|
71104
71321
|
case "SearchInputType":
|
|
@@ -71108,32 +71325,33 @@
|
|
|
71108
71325
|
break;
|
|
71109
71326
|
case "RowHeight":
|
|
71110
71327
|
if (this.h != null) {
|
|
71111
|
-
this.h.oa = this.
|
|
71328
|
+
this.h.oa = this.ax;
|
|
71112
71329
|
}
|
|
71113
71330
|
break;
|
|
71114
71331
|
case "CellTextStyle":
|
|
71115
71332
|
if (this.h != null) {
|
|
71116
|
-
this.h.gx = this.
|
|
71333
|
+
this.h.gx = this.ae;
|
|
71117
71334
|
}
|
|
71335
|
+
this.m.ac();
|
|
71118
71336
|
break;
|
|
71119
71337
|
case "BackgroundColor":
|
|
71120
71338
|
case "TextColor":
|
|
71121
71339
|
var f = this.h;
|
|
71122
71340
|
if (null != f) {
|
|
71123
|
-
f.zv = this.
|
|
71124
|
-
f.zt = this.
|
|
71341
|
+
f.zv = this.dy;
|
|
71342
|
+
f.zt = this.di;
|
|
71125
71343
|
}
|
|
71126
|
-
this.m.
|
|
71344
|
+
this.m.ad();
|
|
71127
71345
|
break;
|
|
71128
71346
|
case "BaseTheme":
|
|
71129
|
-
this.
|
|
71347
|
+
this.c0();
|
|
71130
71348
|
break;
|
|
71131
71349
|
case "Density":
|
|
71132
|
-
this.
|
|
71350
|
+
this.cz();
|
|
71133
71351
|
break;
|
|
71134
71352
|
case "IsRowHoverEnabled":
|
|
71135
71353
|
if (this.h != null) {
|
|
71136
|
-
this.h.ka = this.
|
|
71354
|
+
this.h.ka = this.an;
|
|
71137
71355
|
}
|
|
71138
71356
|
break;
|
|
71139
71357
|
case "ScrollbarStyle":
|
|
@@ -71143,44 +71361,69 @@
|
|
|
71143
71361
|
break;
|
|
71144
71362
|
case "ScrollbarBackground":
|
|
71145
71363
|
if (this.h != null) {
|
|
71146
|
-
this.h.aae = this.
|
|
71364
|
+
this.h.aae = this.dr;
|
|
71365
|
+
}
|
|
71366
|
+
break;
|
|
71367
|
+
case "SearchIconColor":
|
|
71368
|
+
this.m.ab();
|
|
71369
|
+
break;
|
|
71370
|
+
case "SearchBackgroundColor":
|
|
71371
|
+
this.r.oz = this.ds;
|
|
71372
|
+
break;
|
|
71373
|
+
case "SearchBorderColor":
|
|
71374
|
+
this.r.o0 = this.dt;
|
|
71375
|
+
break;
|
|
71376
|
+
case "SearchTextColor":
|
|
71377
|
+
this.p.d1 = this.dv;
|
|
71378
|
+
break;
|
|
71379
|
+
case "SearchTextStyle":
|
|
71380
|
+
this.p.af = this.af;
|
|
71381
|
+
break;
|
|
71382
|
+
case "CheckboxTickColor":
|
|
71383
|
+
case "CheckboxCheckedBackgroundColor":
|
|
71384
|
+
case "CheckboxUncheckedBackgroundColor":
|
|
71385
|
+
case "CheckboxCheckedBorderColor":
|
|
71386
|
+
case "CheckboxUncheckedBorderColor":
|
|
71387
|
+
this.m.y();
|
|
71388
|
+
if (this.h != null) {
|
|
71389
|
+
this.h.w9();
|
|
71147
71390
|
}
|
|
71148
71391
|
break;
|
|
71149
71392
|
}
|
|
71150
71393
|
};
|
|
71151
|
-
CheckboxList.prototype.
|
|
71394
|
+
CheckboxList.prototype.cz = function () {
|
|
71152
71395
|
if (this.h != null) {
|
|
71153
71396
|
this.h.go = this.aa;
|
|
71154
71397
|
}
|
|
71155
71398
|
if (this.q != null) {
|
|
71156
71399
|
this.q.n = this.aa;
|
|
71157
71400
|
}
|
|
71158
|
-
this.m.
|
|
71401
|
+
this.m.x();
|
|
71159
71402
|
};
|
|
71160
|
-
CheckboxList.prototype.
|
|
71403
|
+
CheckboxList.prototype.c0 = function () {
|
|
71161
71404
|
if (this.q != null) {
|
|
71162
71405
|
this.q.j = this.y;
|
|
71163
71406
|
}
|
|
71164
|
-
this.m.
|
|
71407
|
+
this.m.z();
|
|
71165
71408
|
};
|
|
71166
|
-
CheckboxList.prototype.
|
|
71167
|
-
this.
|
|
71168
|
-
this.
|
|
71409
|
+
CheckboxList.prototype.co = function (a, b) {
|
|
71410
|
+
this.aj = true;
|
|
71411
|
+
this.b7();
|
|
71169
71412
|
if (b.schema != null) {
|
|
71170
|
-
this.
|
|
71413
|
+
this.cq();
|
|
71171
71414
|
for (var c = 0; c < this.g.count; c++) {
|
|
71172
|
-
this.
|
|
71415
|
+
this.cl(this.g._inner[c]);
|
|
71173
71416
|
}
|
|
71174
|
-
this.m.
|
|
71417
|
+
this.m.ag();
|
|
71175
71418
|
}
|
|
71176
|
-
this.
|
|
71419
|
+
this.aj = false;
|
|
71177
71420
|
};
|
|
71178
|
-
CheckboxList.prototype.
|
|
71179
|
-
if (this.ab == null && this.
|
|
71180
|
-
this.ab = new igniteuiWebcomponentsCore.FastReflectionHelper(false, this.
|
|
71421
|
+
CheckboxList.prototype.cq = function () {
|
|
71422
|
+
if (this.ab == null && this.a2 != null && this.a2 != "") {
|
|
71423
|
+
this.ab = new igniteuiWebcomponentsCore.FastReflectionHelper(false, this.a2);
|
|
71181
71424
|
}
|
|
71182
|
-
if (this.
|
|
71183
|
-
this.ab.propertyName = this.
|
|
71425
|
+
if (this.ay != null && this.ab != null && this.h.actualDataSource.actualSchema != null) {
|
|
71426
|
+
this.ab.propertyName = this.a2;
|
|
71184
71427
|
var a = this.h.actualDataSource.actualCount;
|
|
71185
71428
|
for (var b = 0; b < a; b++) {
|
|
71186
71429
|
var c = this.h.actualDataSource.getItemAtIndex(b);
|
|
@@ -71194,24 +71437,24 @@
|
|
|
71194
71437
|
}
|
|
71195
71438
|
}
|
|
71196
71439
|
};
|
|
71197
|
-
CheckboxList.prototype.
|
|
71440
|
+
CheckboxList.prototype.c1 = function () {
|
|
71198
71441
|
this.h.actualColumns.clear();
|
|
71199
71442
|
this.h.l = this.b;
|
|
71200
71443
|
this.h.jy = false;
|
|
71201
|
-
this.h.oa = this.
|
|
71202
|
-
this.h.zt = this.
|
|
71203
|
-
this.h.zu = this.
|
|
71444
|
+
this.h.oa = this.ax;
|
|
71445
|
+
this.h.zt = this.di;
|
|
71446
|
+
this.h.zu = this.di;
|
|
71204
71447
|
this.h.go = this.aa;
|
|
71205
|
-
this.h.ka = this.
|
|
71448
|
+
this.h.ka = this.an;
|
|
71206
71449
|
this.h.aa0 = new igniteuiWebcomponentsCore.Thickness(0, 0);
|
|
71207
|
-
if (this.
|
|
71208
|
-
this.h.gx = this.
|
|
71450
|
+
if (this.ae != null) {
|
|
71451
|
+
this.h.gx = this.ae;
|
|
71209
71452
|
}
|
|
71210
71453
|
var a = new TemplateColumn();
|
|
71211
|
-
if (this.
|
|
71212
|
-
this.
|
|
71454
|
+
if (this.a2 == null) {
|
|
71455
|
+
this.a2 = "";
|
|
71213
71456
|
}
|
|
71214
|
-
a.i8 = this.
|
|
71457
|
+
a.i8 = this.a2;
|
|
71215
71458
|
a.jz = "CheckboxColumn";
|
|
71216
71459
|
var b = new ColumnWidth();
|
|
71217
71460
|
b.c = false;
|
|
@@ -71219,10 +71462,10 @@
|
|
|
71219
71462
|
a.width = b;
|
|
71220
71463
|
a.h2 = 0;
|
|
71221
71464
|
a.h3 = 0;
|
|
71222
|
-
a.cellUpdating = igniteuiWebcomponentsCore.delegateCombine(a.cellUpdating, igniteuiWebcomponentsCore.runOn(this, this.
|
|
71465
|
+
a.cellUpdating = igniteuiWebcomponentsCore.delegateCombine(a.cellUpdating, igniteuiWebcomponentsCore.runOn(this, this.b8));
|
|
71223
71466
|
this.h.columns.add(a);
|
|
71224
71467
|
this.i = a;
|
|
71225
|
-
var c = this.h.actualDataSource.resolveSchemaPropertyType(this.
|
|
71468
|
+
var c = this.h.actualDataSource.resolveSchemaPropertyType(this.a0);
|
|
71226
71469
|
var d;
|
|
71227
71470
|
switch (c) {
|
|
71228
71471
|
case 8:
|
|
@@ -71245,25 +71488,25 @@
|
|
|
71245
71488
|
d = new TextColumn();
|
|
71246
71489
|
break;
|
|
71247
71490
|
}
|
|
71248
|
-
d.i8 = this.
|
|
71491
|
+
d.i8 = this.a0;
|
|
71249
71492
|
d.jz = "DataColumn";
|
|
71250
71493
|
d.h2 = 0;
|
|
71251
71494
|
d.e = 0;
|
|
71252
71495
|
this.h.columns.add(d);
|
|
71253
71496
|
};
|
|
71254
71497
|
CheckboxList.prototype.updateHrMargin = function (a) {
|
|
71255
|
-
this.m.
|
|
71498
|
+
this.m.aa(a);
|
|
71256
71499
|
};
|
|
71257
71500
|
CheckboxList.prototype.provideHrElement = function (a) {
|
|
71258
|
-
this.m.
|
|
71501
|
+
this.m.p(a);
|
|
71259
71502
|
};
|
|
71260
|
-
CheckboxList.prototype.
|
|
71503
|
+
CheckboxList.prototype.ck = function () {
|
|
71261
71504
|
var a = this.p;
|
|
71262
|
-
a.changing = igniteuiWebcomponentsCore.delegateCombine(a.changing, igniteuiWebcomponentsCore.runOn(this, this.
|
|
71505
|
+
a.changing = igniteuiWebcomponentsCore.delegateCombine(a.changing, igniteuiWebcomponentsCore.runOn(this, this.cc));
|
|
71263
71506
|
};
|
|
71264
|
-
CheckboxList.prototype.
|
|
71507
|
+
CheckboxList.prototype.cc = function (a, b) {
|
|
71265
71508
|
var c = b.value.toLowerCase();
|
|
71266
|
-
this.
|
|
71509
|
+
this.cj(c);
|
|
71267
71510
|
};
|
|
71268
71511
|
CheckboxList.prototype.j = function (a) {
|
|
71269
71512
|
if (this.b == null) {
|
|
@@ -71277,55 +71520,55 @@
|
|
|
71277
71520
|
}
|
|
71278
71521
|
return new PrimaryKeyValue(b, c);
|
|
71279
71522
|
};
|
|
71280
|
-
CheckboxList.prototype.
|
|
71281
|
-
this.
|
|
71523
|
+
CheckboxList.prototype.cw = function (a) {
|
|
71524
|
+
this.ai = true;
|
|
71282
71525
|
var b = this.e.getItemAtIndex(a);
|
|
71283
71526
|
var c = this.j(b);
|
|
71284
71527
|
this.g.remove(c);
|
|
71285
|
-
this.
|
|
71528
|
+
this.ai = false;
|
|
71286
71529
|
};
|
|
71287
|
-
CheckboxList.prototype.
|
|
71288
|
-
this.
|
|
71530
|
+
CheckboxList.prototype.b5 = function (a) {
|
|
71531
|
+
this.ai = true;
|
|
71289
71532
|
var b = this.e.getItemAtIndex(a);
|
|
71290
71533
|
var c = this.j(b);
|
|
71291
71534
|
this.g.add(c);
|
|
71292
|
-
this.
|
|
71535
|
+
this.ai = false;
|
|
71293
71536
|
};
|
|
71294
|
-
CheckboxList.prototype.
|
|
71537
|
+
CheckboxList.prototype.cy = function () {
|
|
71295
71538
|
this.l = 0;
|
|
71296
71539
|
this.g.clear();
|
|
71297
|
-
this.
|
|
71298
|
-
this.m.
|
|
71540
|
+
this.cd();
|
|
71541
|
+
this.m.ag();
|
|
71299
71542
|
};
|
|
71300
|
-
CheckboxList.prototype.
|
|
71543
|
+
CheckboxList.prototype.b9 = function () {
|
|
71301
71544
|
this.l = 1;
|
|
71302
71545
|
this.g.clear();
|
|
71303
|
-
this.
|
|
71304
|
-
this.m.
|
|
71546
|
+
this.cd();
|
|
71547
|
+
this.m.ag();
|
|
71305
71548
|
};
|
|
71306
|
-
CheckboxList.prototype.
|
|
71549
|
+
CheckboxList.prototype.cg = function (a, b, c) {
|
|
71307
71550
|
if (this.h != null) {
|
|
71308
71551
|
this.h.u5(a, b, c);
|
|
71309
71552
|
}
|
|
71310
71553
|
};
|
|
71311
|
-
CheckboxList.prototype.
|
|
71554
|
+
CheckboxList.prototype.cd = function () {
|
|
71312
71555
|
if (this.h != null) {
|
|
71313
71556
|
this.h.uz();
|
|
71314
71557
|
}
|
|
71315
71558
|
};
|
|
71316
|
-
CheckboxList.prototype.
|
|
71559
|
+
CheckboxList.prototype.ce = function (a, b) {
|
|
71317
71560
|
if (this.h != null) {
|
|
71318
71561
|
this.h.u1(a, b);
|
|
71319
71562
|
}
|
|
71320
71563
|
;
|
|
71321
71564
|
};
|
|
71322
|
-
CheckboxList.prototype.
|
|
71565
|
+
CheckboxList.prototype.cf = function (a, b) {
|
|
71323
71566
|
if (this.h != null) {
|
|
71324
71567
|
this.h.u2(a, b);
|
|
71325
71568
|
}
|
|
71326
71569
|
;
|
|
71327
71570
|
};
|
|
71328
|
-
CheckboxList.prototype.
|
|
71571
|
+
CheckboxList.prototype.b6 = function (a) {
|
|
71329
71572
|
var b = null;
|
|
71330
71573
|
if (this.b == null || this.b.length == 0) {
|
|
71331
71574
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -71340,7 +71583,7 @@
|
|
|
71340
71583
|
this.g.add(b);
|
|
71341
71584
|
}
|
|
71342
71585
|
};
|
|
71343
|
-
CheckboxList.prototype.
|
|
71586
|
+
CheckboxList.prototype.cx = function (a) {
|
|
71344
71587
|
var b = null;
|
|
71345
71588
|
if (this.b == null || this.b.length == 0) {
|
|
71346
71589
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -71355,59 +71598,59 @@
|
|
|
71355
71598
|
this.g.remove(b);
|
|
71356
71599
|
}
|
|
71357
71600
|
};
|
|
71358
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71601
|
+
Object.defineProperty(CheckboxList.prototype, "bx", {
|
|
71359
71602
|
get: function () {
|
|
71360
|
-
return this.
|
|
71603
|
+
return this.bw != null ? this.bw : !igniteuiWebcomponentsCore.stringIsNullOrWhiteSpace(this.ah.b1("Select_All")) ? this.ah.b1("Select_All") : "(Select All)";
|
|
71361
71604
|
},
|
|
71362
71605
|
set: function (a) {
|
|
71363
|
-
if (a == this.
|
|
71606
|
+
if (a == this.bw) {
|
|
71364
71607
|
return;
|
|
71365
71608
|
}
|
|
71366
|
-
var b = this.
|
|
71367
|
-
this.
|
|
71368
|
-
this.
|
|
71609
|
+
var b = this.bw;
|
|
71610
|
+
this.bw = a;
|
|
71611
|
+
this.cn("SelectAllCaption", b, this.bw);
|
|
71369
71612
|
},
|
|
71370
71613
|
enumerable: true,
|
|
71371
71614
|
configurable: true
|
|
71372
71615
|
});
|
|
71373
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71616
|
+
Object.defineProperty(CheckboxList.prototype, "dw", {
|
|
71374
71617
|
get: function () {
|
|
71375
|
-
return this.
|
|
71618
|
+
return this.df;
|
|
71376
71619
|
},
|
|
71377
71620
|
set: function (a) {
|
|
71378
|
-
var b = this.
|
|
71379
|
-
this.
|
|
71380
|
-
if (b != this.
|
|
71381
|
-
this.
|
|
71621
|
+
var b = this.df;
|
|
71622
|
+
this.df = a;
|
|
71623
|
+
if (b != this.df) {
|
|
71624
|
+
this.cn("SelectAllCaptionTextColor", b, a);
|
|
71382
71625
|
}
|
|
71383
71626
|
},
|
|
71384
71627
|
enumerable: true,
|
|
71385
71628
|
configurable: true
|
|
71386
71629
|
});
|
|
71387
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71630
|
+
Object.defineProperty(CheckboxList.prototype, "dh", {
|
|
71388
71631
|
get: function () {
|
|
71389
|
-
return this.
|
|
71632
|
+
return this.c3;
|
|
71390
71633
|
},
|
|
71391
71634
|
set: function (a) {
|
|
71392
|
-
var b = this.
|
|
71393
|
-
this.
|
|
71394
|
-
if (b != this.
|
|
71395
|
-
this.
|
|
71635
|
+
var b = this.c3;
|
|
71636
|
+
this.c3 = a;
|
|
71637
|
+
if (b != this.c3) {
|
|
71638
|
+
this.cn("ActualSelectAllCaptionTextColor", b, a);
|
|
71396
71639
|
}
|
|
71397
71640
|
},
|
|
71398
71641
|
enumerable: true,
|
|
71399
71642
|
configurable: true
|
|
71400
71643
|
});
|
|
71401
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71644
|
+
Object.defineProperty(CheckboxList.prototype, "ao", {
|
|
71402
71645
|
get: function () {
|
|
71403
|
-
if (-1 == this.
|
|
71646
|
+
if (-1 == this.aw) {
|
|
71404
71647
|
return false;
|
|
71405
71648
|
}
|
|
71406
71649
|
var a = this.g.count;
|
|
71407
71650
|
if (0 == a) {
|
|
71408
71651
|
return false;
|
|
71409
71652
|
}
|
|
71410
|
-
if (a == this.
|
|
71653
|
+
if (a == this.aw) {
|
|
71411
71654
|
return false;
|
|
71412
71655
|
}
|
|
71413
71656
|
return true;
|
|
@@ -71415,50 +71658,50 @@
|
|
|
71415
71658
|
enumerable: true,
|
|
71416
71659
|
configurable: true
|
|
71417
71660
|
});
|
|
71418
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71661
|
+
Object.defineProperty(CheckboxList.prototype, "as", {
|
|
71419
71662
|
get: function () {
|
|
71420
|
-
return this.
|
|
71663
|
+
return this.ar;
|
|
71421
71664
|
},
|
|
71422
71665
|
set: function (a) {
|
|
71423
|
-
if (a == this.
|
|
71666
|
+
if (a == this.ar) {
|
|
71424
71667
|
return;
|
|
71425
71668
|
}
|
|
71426
|
-
var b = this.
|
|
71427
|
-
this.
|
|
71428
|
-
this.
|
|
71669
|
+
var b = this.ar;
|
|
71670
|
+
this.ar = a;
|
|
71671
|
+
this.cn("showSelectAll", b, this.ar);
|
|
71429
71672
|
},
|
|
71430
71673
|
enumerable: true,
|
|
71431
71674
|
configurable: true
|
|
71432
71675
|
});
|
|
71433
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71676
|
+
Object.defineProperty(CheckboxList.prototype, "di", {
|
|
71434
71677
|
get: function () {
|
|
71435
|
-
return this.
|
|
71678
|
+
return this.c4;
|
|
71436
71679
|
},
|
|
71437
71680
|
set: function (a) {
|
|
71438
|
-
var b = this.
|
|
71439
|
-
this.
|
|
71440
|
-
if (b != this.
|
|
71441
|
-
this.
|
|
71681
|
+
var b = this.c4;
|
|
71682
|
+
this.c4 = a;
|
|
71683
|
+
if (b != this.c4) {
|
|
71684
|
+
this.cn("BackgroundColor", b, a);
|
|
71442
71685
|
}
|
|
71443
71686
|
},
|
|
71444
71687
|
enumerable: true,
|
|
71445
71688
|
configurable: true
|
|
71446
71689
|
});
|
|
71447
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71690
|
+
Object.defineProperty(CheckboxList.prototype, "dy", {
|
|
71448
71691
|
get: function () {
|
|
71449
|
-
return this.
|
|
71692
|
+
return this.dg;
|
|
71450
71693
|
},
|
|
71451
71694
|
set: function (a) {
|
|
71452
|
-
var b = this.
|
|
71453
|
-
this.
|
|
71454
|
-
if (b != this.
|
|
71455
|
-
this.
|
|
71695
|
+
var b = this.dg;
|
|
71696
|
+
this.dg = a;
|
|
71697
|
+
if (b != this.dg) {
|
|
71698
|
+
this.cn("TextColor", b, a);
|
|
71456
71699
|
}
|
|
71457
71700
|
},
|
|
71458
71701
|
enumerable: true,
|
|
71459
71702
|
configurable: true
|
|
71460
71703
|
});
|
|
71461
|
-
CheckboxList.prototype.
|
|
71704
|
+
CheckboxList.prototype.cp = function (a) {
|
|
71462
71705
|
if (this.selectAllCheckboxChanged != null) {
|
|
71463
71706
|
this.selectAllCheckboxChanged(this, ((function () {
|
|
71464
71707
|
var $ret = new SelectAllCheckboxChangedEventArgs();
|
|
@@ -71467,77 +71710,77 @@
|
|
|
71467
71710
|
})()));
|
|
71468
71711
|
}
|
|
71469
71712
|
};
|
|
71470
|
-
CheckboxList.prototype.
|
|
71471
|
-
if (-1 == this.
|
|
71713
|
+
CheckboxList.prototype.al = function () {
|
|
71714
|
+
if (-1 == this.aw) {
|
|
71472
71715
|
return true;
|
|
71473
71716
|
}
|
|
71474
71717
|
var a = this.g.count;
|
|
71475
71718
|
switch (this.l) {
|
|
71476
|
-
case 0: return this.
|
|
71719
|
+
case 0: return this.aw == a;
|
|
71477
71720
|
case 1: return 0 == a;
|
|
71478
71721
|
default: return false;
|
|
71479
71722
|
}
|
|
71480
71723
|
};
|
|
71481
|
-
CheckboxList.prototype.
|
|
71482
|
-
if (-1 == this.
|
|
71724
|
+
CheckboxList.prototype.ak = function () {
|
|
71725
|
+
if (-1 == this.aw) {
|
|
71483
71726
|
return false;
|
|
71484
71727
|
}
|
|
71485
71728
|
var a = this.g.count;
|
|
71486
71729
|
switch (this.l) {
|
|
71487
71730
|
case 0: return 0 == a;
|
|
71488
|
-
case 1: return this.
|
|
71731
|
+
case 1: return this.aw == a;
|
|
71489
71732
|
default: return false;
|
|
71490
71733
|
}
|
|
71491
71734
|
};
|
|
71492
|
-
CheckboxList.prototype.
|
|
71735
|
+
CheckboxList.prototype.b7 = function () {
|
|
71493
71736
|
var a = this.h.actualDataSource;
|
|
71494
71737
|
if (null != a) {
|
|
71495
71738
|
if (null == a.actualSchema) {
|
|
71496
|
-
this.
|
|
71739
|
+
this.aw = -1;
|
|
71497
71740
|
return;
|
|
71498
71741
|
}
|
|
71499
71742
|
var b = a.actualCount;
|
|
71500
|
-
this.
|
|
71743
|
+
this.aw = b;
|
|
71501
71744
|
}
|
|
71502
71745
|
else {
|
|
71503
|
-
this.
|
|
71746
|
+
this.aw = -1;
|
|
71504
71747
|
}
|
|
71505
71748
|
};
|
|
71506
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71749
|
+
Object.defineProperty(CheckboxList.prototype, "aq", {
|
|
71507
71750
|
get: function () {
|
|
71508
|
-
return this.
|
|
71751
|
+
return this.ap;
|
|
71509
71752
|
},
|
|
71510
71753
|
set: function (a) {
|
|
71511
|
-
if (a == this.
|
|
71754
|
+
if (a == this.ap) {
|
|
71512
71755
|
return;
|
|
71513
71756
|
}
|
|
71514
|
-
var b = this.
|
|
71515
|
-
this.
|
|
71516
|
-
this.
|
|
71757
|
+
var b = this.ap;
|
|
71758
|
+
this.ap = a;
|
|
71759
|
+
this.cn("ShowFilter", b, this.ap);
|
|
71517
71760
|
},
|
|
71518
71761
|
enumerable: true,
|
|
71519
71762
|
configurable: true
|
|
71520
71763
|
});
|
|
71521
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
71764
|
+
Object.defineProperty(CheckboxList.prototype, "an", {
|
|
71522
71765
|
get: function () {
|
|
71523
|
-
return this.
|
|
71766
|
+
return this.am;
|
|
71524
71767
|
},
|
|
71525
71768
|
set: function (a) {
|
|
71526
|
-
if (a == this.
|
|
71769
|
+
if (a == this.am) {
|
|
71527
71770
|
return;
|
|
71528
71771
|
}
|
|
71529
|
-
var b = this.
|
|
71530
|
-
this.
|
|
71531
|
-
this.
|
|
71772
|
+
var b = this.am;
|
|
71773
|
+
this.am = a;
|
|
71774
|
+
this.cn("IsRowHoverEnabled", b, this.am);
|
|
71532
71775
|
},
|
|
71533
71776
|
enumerable: true,
|
|
71534
71777
|
configurable: true
|
|
71535
71778
|
});
|
|
71536
71779
|
CheckboxList.$t = igniteuiWebcomponentsCore.markType(CheckboxList, 'CheckboxList', igniteuiWebcomponentsCore.Base.$, [igniteuiWebcomponentsCore.INotifyPropertyChanged_$type]);
|
|
71537
|
-
CheckboxList.
|
|
71538
|
-
CheckboxList.
|
|
71539
|
-
CheckboxList.
|
|
71540
|
-
CheckboxList.
|
|
71780
|
+
CheckboxList.dx = igniteuiWebcomponentsCore.BrushUtil.g(255, 24, 29, 31);
|
|
71781
|
+
CheckboxList.bt = "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z";
|
|
71782
|
+
CheckboxList.dp = igniteuiWebcomponentsCore.BrushUtil.g(255, 248, 248, 248);
|
|
71783
|
+
CheckboxList.dq = igniteuiWebcomponentsCore.BrushUtil.g(255, 24, 29, 31);
|
|
71541
71784
|
return CheckboxList;
|
|
71542
71785
|
}(igniteuiWebcomponentsCore.Base));
|
|
71543
71786
|
|
|
@@ -71908,10 +72151,10 @@
|
|
|
71908
72151
|
* Gets or Sets the property name that contains the values.
|
|
71909
72152
|
*/
|
|
71910
72153
|
get: function () {
|
|
71911
|
-
return this.i.
|
|
72154
|
+
return this.i.bc;
|
|
71912
72155
|
},
|
|
71913
72156
|
set: function (v) {
|
|
71914
|
-
this.i.
|
|
72157
|
+
this.i.bc = v;
|
|
71915
72158
|
},
|
|
71916
72159
|
enumerable: true,
|
|
71917
72160
|
configurable: true
|
|
@@ -71921,10 +72164,10 @@
|
|
|
71921
72164
|
* Gets or Sets the property name that contains the values.
|
|
71922
72165
|
*/
|
|
71923
72166
|
get: function () {
|
|
71924
|
-
return this.i.
|
|
72167
|
+
return this.i.b0;
|
|
71925
72168
|
},
|
|
71926
72169
|
set: function (v) {
|
|
71927
|
-
this.i.
|
|
72170
|
+
this.i.b0 = v;
|
|
71928
72171
|
},
|
|
71929
72172
|
enumerable: true,
|
|
71930
72173
|
configurable: true
|
|
@@ -71934,10 +72177,10 @@
|
|
|
71934
72177
|
* Gets or Sets the property name that contains the values.
|
|
71935
72178
|
*/
|
|
71936
72179
|
get: function () {
|
|
71937
|
-
return this.i.
|
|
72180
|
+
return this.i.bg;
|
|
71938
72181
|
},
|
|
71939
72182
|
set: function (v) {
|
|
71940
|
-
this.i.
|
|
72183
|
+
this.i.bg = v;
|
|
71941
72184
|
},
|
|
71942
72185
|
enumerable: true,
|
|
71943
72186
|
configurable: true
|
|
@@ -71961,18 +72204,18 @@
|
|
|
71961
72204
|
* Gets or Sets the property name that contains the values.
|
|
71962
72205
|
*/
|
|
71963
72206
|
get: function () {
|
|
71964
|
-
return this.i.
|
|
72207
|
+
return this.i.ax;
|
|
71965
72208
|
},
|
|
71966
72209
|
set: function (v) {
|
|
71967
|
-
this.i.
|
|
71968
|
-
this._a("rowHeight", this.i.
|
|
72210
|
+
this.i.ax = +v;
|
|
72211
|
+
this._a("rowHeight", this.i.ax);
|
|
71969
72212
|
},
|
|
71970
72213
|
enumerable: true,
|
|
71971
72214
|
configurable: true
|
|
71972
72215
|
});
|
|
71973
72216
|
Object.defineProperty(IgcCheckboxListComponent.prototype, "actualRowHeight", {
|
|
71974
72217
|
get: function () {
|
|
71975
|
-
return this.i.
|
|
72218
|
+
return this.i.av;
|
|
71976
72219
|
},
|
|
71977
72220
|
enumerable: true,
|
|
71978
72221
|
configurable: true
|
|
@@ -71982,16 +72225,16 @@
|
|
|
71982
72225
|
* Gets or Sets the property name that contains the values.
|
|
71983
72226
|
*/
|
|
71984
72227
|
get: function () {
|
|
71985
|
-
if (this.i.
|
|
72228
|
+
if (this.i.ae == null) {
|
|
71986
72229
|
return null;
|
|
71987
72230
|
}
|
|
71988
|
-
return this.i.
|
|
72231
|
+
return this.i.ae.fontString;
|
|
71989
72232
|
},
|
|
71990
72233
|
set: function (v) {
|
|
71991
72234
|
var fi = new igniteuiWebcomponentsCore.FontInfo();
|
|
71992
72235
|
fi.fontString = v;
|
|
71993
|
-
this.i.
|
|
71994
|
-
this._a("cellTextStyle", this.i.
|
|
72236
|
+
this.i.ae = fi;
|
|
72237
|
+
this._a("cellTextStyle", this.i.ae != null ? this.i.ae.fontString : "");
|
|
71995
72238
|
},
|
|
71996
72239
|
enumerable: true,
|
|
71997
72240
|
configurable: true
|
|
@@ -72038,6 +72281,151 @@
|
|
|
72038
72281
|
enumerable: true,
|
|
72039
72282
|
configurable: true
|
|
72040
72283
|
});
|
|
72284
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "searchIconColor", {
|
|
72285
|
+
/**
|
|
72286
|
+
* Gets or sets the search icon color.
|
|
72287
|
+
*/
|
|
72288
|
+
get: function () {
|
|
72289
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.du);
|
|
72290
|
+
},
|
|
72291
|
+
set: function (v) {
|
|
72292
|
+
this.i.du = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
72293
|
+
this._a("searchIconColor", igniteuiWebcomponentsCore.brushToString(this.i.du));
|
|
72294
|
+
},
|
|
72295
|
+
enumerable: true,
|
|
72296
|
+
configurable: true
|
|
72297
|
+
});
|
|
72298
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "searchBackgroundColor", {
|
|
72299
|
+
/**
|
|
72300
|
+
* Gets or sets the search background color.
|
|
72301
|
+
*/
|
|
72302
|
+
get: function () {
|
|
72303
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.ds);
|
|
72304
|
+
},
|
|
72305
|
+
set: function (v) {
|
|
72306
|
+
this.i.ds = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
72307
|
+
this._a("searchBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.ds));
|
|
72308
|
+
},
|
|
72309
|
+
enumerable: true,
|
|
72310
|
+
configurable: true
|
|
72311
|
+
});
|
|
72312
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "searchTextColor", {
|
|
72313
|
+
/**
|
|
72314
|
+
* Gets or sets the search text color.
|
|
72315
|
+
*/
|
|
72316
|
+
get: function () {
|
|
72317
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.dv);
|
|
72318
|
+
},
|
|
72319
|
+
set: function (v) {
|
|
72320
|
+
this.i.dv = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
72321
|
+
this._a("searchTextColor", igniteuiWebcomponentsCore.brushToString(this.i.dv));
|
|
72322
|
+
},
|
|
72323
|
+
enumerable: true,
|
|
72324
|
+
configurable: true
|
|
72325
|
+
});
|
|
72326
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "searchBorderColor", {
|
|
72327
|
+
/**
|
|
72328
|
+
* Gets or sets the search border color.
|
|
72329
|
+
*/
|
|
72330
|
+
get: function () {
|
|
72331
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.dt);
|
|
72332
|
+
},
|
|
72333
|
+
set: function (v) {
|
|
72334
|
+
this.i.dt = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
72335
|
+
this._a("searchBorderColor", igniteuiWebcomponentsCore.brushToString(this.i.dt));
|
|
72336
|
+
},
|
|
72337
|
+
enumerable: true,
|
|
72338
|
+
configurable: true
|
|
72339
|
+
});
|
|
72340
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "searchTextStyle", {
|
|
72341
|
+
/**
|
|
72342
|
+
* Gets or sets the text style.
|
|
72343
|
+
*/
|
|
72344
|
+
get: function () {
|
|
72345
|
+
if (this.i.af == null) {
|
|
72346
|
+
return null;
|
|
72347
|
+
}
|
|
72348
|
+
return this.i.af.fontString;
|
|
72349
|
+
},
|
|
72350
|
+
set: function (v) {
|
|
72351
|
+
var fi = new igniteuiWebcomponentsCore.FontInfo();
|
|
72352
|
+
fi.fontString = v;
|
|
72353
|
+
this.i.af = fi;
|
|
72354
|
+
this._a("searchTextStyle", this.i.af != null ? this.i.af.fontString : "");
|
|
72355
|
+
},
|
|
72356
|
+
enumerable: true,
|
|
72357
|
+
configurable: true
|
|
72358
|
+
});
|
|
72359
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "checkboxTickColor", {
|
|
72360
|
+
/**
|
|
72361
|
+
* Gets or sets the checkbox tick color.
|
|
72362
|
+
*/
|
|
72363
|
+
get: function () {
|
|
72364
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.dl);
|
|
72365
|
+
},
|
|
72366
|
+
set: function (v) {
|
|
72367
|
+
this.i.dl = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
72368
|
+
this._a("checkboxTickColor", igniteuiWebcomponentsCore.brushToString(this.i.dl));
|
|
72369
|
+
},
|
|
72370
|
+
enumerable: true,
|
|
72371
|
+
configurable: true
|
|
72372
|
+
});
|
|
72373
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "checkboxCheckedBackgroundColor", {
|
|
72374
|
+
/**
|
|
72375
|
+
* Gets or sets the checkbox background color when checked.
|
|
72376
|
+
*/
|
|
72377
|
+
get: function () {
|
|
72378
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.dj);
|
|
72379
|
+
},
|
|
72380
|
+
set: function (v) {
|
|
72381
|
+
this.i.dj = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
72382
|
+
this._a("checkboxCheckedBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.dj));
|
|
72383
|
+
},
|
|
72384
|
+
enumerable: true,
|
|
72385
|
+
configurable: true
|
|
72386
|
+
});
|
|
72387
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "checkboxUncheckedBackgroundColor", {
|
|
72388
|
+
/**
|
|
72389
|
+
* Gets or sets the checkbox background color when unchecked.
|
|
72390
|
+
*/
|
|
72391
|
+
get: function () {
|
|
72392
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.dm);
|
|
72393
|
+
},
|
|
72394
|
+
set: function (v) {
|
|
72395
|
+
this.i.dm = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
72396
|
+
this._a("checkboxUncheckedBackgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.dm));
|
|
72397
|
+
},
|
|
72398
|
+
enumerable: true,
|
|
72399
|
+
configurable: true
|
|
72400
|
+
});
|
|
72401
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "checkboxCheckedBorderColor", {
|
|
72402
|
+
/**
|
|
72403
|
+
* Gets or sets the checkbox border color when checked.
|
|
72404
|
+
*/
|
|
72405
|
+
get: function () {
|
|
72406
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.dk);
|
|
72407
|
+
},
|
|
72408
|
+
set: function (v) {
|
|
72409
|
+
this.i.dk = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
72410
|
+
this._a("checkboxCheckedBorderColor", igniteuiWebcomponentsCore.brushToString(this.i.dk));
|
|
72411
|
+
},
|
|
72412
|
+
enumerable: true,
|
|
72413
|
+
configurable: true
|
|
72414
|
+
});
|
|
72415
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "checkboxUncheckedBorderColor", {
|
|
72416
|
+
/**
|
|
72417
|
+
* Gets or sets the checkbox border color when unchecked.
|
|
72418
|
+
*/
|
|
72419
|
+
get: function () {
|
|
72420
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.dn);
|
|
72421
|
+
},
|
|
72422
|
+
set: function (v) {
|
|
72423
|
+
this.i.dn = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
72424
|
+
this._a("checkboxUncheckedBorderColor", igniteuiWebcomponentsCore.brushToString(this.i.dn));
|
|
72425
|
+
},
|
|
72426
|
+
enumerable: true,
|
|
72427
|
+
configurable: true
|
|
72428
|
+
});
|
|
72041
72429
|
Object.defineProperty(IgcCheckboxListComponent.prototype, "scrollbarStyle", {
|
|
72042
72430
|
/**
|
|
72043
72431
|
* Gets or sets the style of scrollbar.
|
|
@@ -72057,11 +72445,11 @@
|
|
|
72057
72445
|
* Gets or sets the scrollbar background color.
|
|
72058
72446
|
*/
|
|
72059
72447
|
get: function () {
|
|
72060
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
72448
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.dr);
|
|
72061
72449
|
},
|
|
72062
72450
|
set: function (v) {
|
|
72063
|
-
this.i.
|
|
72064
|
-
this._a("scrollbarBackground", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
72451
|
+
this.i.dr = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
72452
|
+
this._a("scrollbarBackground", igniteuiWebcomponentsCore.brushToString(this.i.dr));
|
|
72065
72453
|
},
|
|
72066
72454
|
enumerable: true,
|
|
72067
72455
|
configurable: true
|
|
@@ -72071,10 +72459,10 @@
|
|
|
72071
72459
|
* Gets / sets the caption of the "Select All" checkbox.
|
|
72072
72460
|
*/
|
|
72073
72461
|
get: function () {
|
|
72074
|
-
return this.i.
|
|
72462
|
+
return this.i.bx;
|
|
72075
72463
|
},
|
|
72076
72464
|
set: function (v) {
|
|
72077
|
-
this.i.
|
|
72465
|
+
this.i.bx = v;
|
|
72078
72466
|
},
|
|
72079
72467
|
enumerable: true,
|
|
72080
72468
|
configurable: true
|
|
@@ -72084,11 +72472,11 @@
|
|
|
72084
72472
|
* Gets or sets the color to use for the "Select All" label.
|
|
72085
72473
|
*/
|
|
72086
72474
|
get: function () {
|
|
72087
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
72475
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.dw);
|
|
72088
72476
|
},
|
|
72089
72477
|
set: function (v) {
|
|
72090
|
-
this.i.
|
|
72091
|
-
this._a("selectAllCaptionTextColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
72478
|
+
this.i.dw = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
72479
|
+
this._a("selectAllCaptionTextColor", igniteuiWebcomponentsCore.brushToString(this.i.dw));
|
|
72092
72480
|
},
|
|
72093
72481
|
enumerable: true,
|
|
72094
72482
|
configurable: true
|
|
@@ -72098,11 +72486,11 @@
|
|
|
72098
72486
|
* Gets or sets the color to use for the actual header selectAllCaption text.
|
|
72099
72487
|
*/
|
|
72100
72488
|
get: function () {
|
|
72101
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
72489
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.dh);
|
|
72102
72490
|
},
|
|
72103
72491
|
set: function (v) {
|
|
72104
|
-
this.i.
|
|
72105
|
-
this._a("actualSelectAllCaptionTextColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
72492
|
+
this.i.dh = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
72493
|
+
this._a("actualSelectAllCaptionTextColor", igniteuiWebcomponentsCore.brushToString(this.i.dh));
|
|
72106
72494
|
},
|
|
72107
72495
|
enumerable: true,
|
|
72108
72496
|
configurable: true
|
|
@@ -72112,11 +72500,11 @@
|
|
|
72112
72500
|
* Gets / sets whether the "Select all" checkbox is visible.
|
|
72113
72501
|
*/
|
|
72114
72502
|
get: function () {
|
|
72115
|
-
return this.i.
|
|
72503
|
+
return this.i.as;
|
|
72116
72504
|
},
|
|
72117
72505
|
set: function (v) {
|
|
72118
|
-
this.i.
|
|
72119
|
-
this._a("showSelectAll", this.i.
|
|
72506
|
+
this.i.as = igniteuiWebcomponentsCore.ensureBool(v);
|
|
72507
|
+
this._a("showSelectAll", this.i.as);
|
|
72120
72508
|
},
|
|
72121
72509
|
enumerable: true,
|
|
72122
72510
|
configurable: true
|
|
@@ -72126,11 +72514,11 @@
|
|
|
72126
72514
|
* Gets or sets the color to use for the background of the component.
|
|
72127
72515
|
*/
|
|
72128
72516
|
get: function () {
|
|
72129
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
72517
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.di);
|
|
72130
72518
|
},
|
|
72131
72519
|
set: function (v) {
|
|
72132
|
-
this.i.
|
|
72133
|
-
this._a("backgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
72520
|
+
this.i.di = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
72521
|
+
this._a("backgroundColor", igniteuiWebcomponentsCore.brushToString(this.i.di));
|
|
72134
72522
|
},
|
|
72135
72523
|
enumerable: true,
|
|
72136
72524
|
configurable: true
|
|
@@ -72140,11 +72528,11 @@
|
|
|
72140
72528
|
* Gets or sets the color to use for the text of the component.
|
|
72141
72529
|
*/
|
|
72142
72530
|
get: function () {
|
|
72143
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
72531
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.dy);
|
|
72144
72532
|
},
|
|
72145
72533
|
set: function (v) {
|
|
72146
|
-
this.i.
|
|
72147
|
-
this._a("textColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
72534
|
+
this.i.dy = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
72535
|
+
this._a("textColor", igniteuiWebcomponentsCore.brushToString(this.i.dy));
|
|
72148
72536
|
},
|
|
72149
72537
|
enumerable: true,
|
|
72150
72538
|
configurable: true
|
|
@@ -72154,11 +72542,11 @@
|
|
|
72154
72542
|
* Gets or sets whether the filter input is visible.
|
|
72155
72543
|
*/
|
|
72156
72544
|
get: function () {
|
|
72157
|
-
return this.i.
|
|
72545
|
+
return this.i.aq;
|
|
72158
72546
|
},
|
|
72159
72547
|
set: function (v) {
|
|
72160
|
-
this.i.
|
|
72161
|
-
this._a("showFilter", this.i.
|
|
72548
|
+
this.i.aq = igniteuiWebcomponentsCore.ensureBool(v);
|
|
72549
|
+
this._a("showFilter", this.i.aq);
|
|
72162
72550
|
},
|
|
72163
72551
|
enumerable: true,
|
|
72164
72552
|
configurable: true
|
|
@@ -72168,11 +72556,11 @@
|
|
|
72168
72556
|
* Gets or sets whether row hover highlighting is enabled.
|
|
72169
72557
|
*/
|
|
72170
72558
|
get: function () {
|
|
72171
|
-
return this.i.
|
|
72559
|
+
return this.i.an;
|
|
72172
72560
|
},
|
|
72173
72561
|
set: function (v) {
|
|
72174
|
-
this.i.
|
|
72175
|
-
this._a("isRowHoverEnabled", this.i.
|
|
72562
|
+
this.i.an = igniteuiWebcomponentsCore.ensureBool(v);
|
|
72563
|
+
this._a("isRowHoverEnabled", this.i.an);
|
|
72176
72564
|
},
|
|
72177
72565
|
enumerable: true,
|
|
72178
72566
|
configurable: true
|
|
@@ -72250,17 +72638,17 @@
|
|
|
72250
72638
|
|
|
72251
72639
|
*/
|
|
72252
72640
|
IgcCheckboxListComponent.prototype.selectAll = function () {
|
|
72253
|
-
this.i.
|
|
72641
|
+
this.i.cy();
|
|
72254
72642
|
};
|
|
72255
72643
|
/**
|
|
72256
72644
|
* Deselects all the items in the checkbox list.
|
|
72257
72645
|
|
|
72258
72646
|
*/
|
|
72259
72647
|
IgcCheckboxListComponent.prototype.deselectAll = function () {
|
|
72260
|
-
this.i.
|
|
72648
|
+
this.i.b9();
|
|
72261
72649
|
};
|
|
72262
72650
|
IgcCheckboxListComponent.prototype.notifySetItem = function (index, oldItem, newItem) {
|
|
72263
|
-
this.i.
|
|
72651
|
+
this.i.cg(index, oldItem, newItem);
|
|
72264
72652
|
};
|
|
72265
72653
|
/**
|
|
72266
72654
|
* Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
|
|
@@ -72268,26 +72656,26 @@
|
|
|
72268
72656
|
|
|
72269
72657
|
*/
|
|
72270
72658
|
IgcCheckboxListComponent.prototype.notifyClearItems = function () {
|
|
72271
|
-
this.i.
|
|
72659
|
+
this.i.cd();
|
|
72272
72660
|
};
|
|
72273
72661
|
IgcCheckboxListComponent.prototype.notifyInsertItem = function (index, newItem) {
|
|
72274
|
-
this.i.
|
|
72662
|
+
this.i.ce(index, newItem);
|
|
72275
72663
|
};
|
|
72276
72664
|
IgcCheckboxListComponent.prototype.notifyRemoveItem = function (index, oldItem) {
|
|
72277
|
-
this.i.
|
|
72665
|
+
this.i.cf(index, oldItem);
|
|
72278
72666
|
};
|
|
72279
72667
|
IgcCheckboxListComponent.prototype.addKeyValue = function (value) {
|
|
72280
|
-
this.i.
|
|
72668
|
+
this.i.b6(value);
|
|
72281
72669
|
};
|
|
72282
72670
|
IgcCheckboxListComponent.prototype.removeKeyValue = function (value) {
|
|
72283
|
-
this.i.
|
|
72671
|
+
this.i.cx(value);
|
|
72284
72672
|
};
|
|
72285
72673
|
/**
|
|
72286
72674
|
* Returns true if no items are selected / checked; otherwise false.
|
|
72287
72675
|
|
|
72288
72676
|
*/
|
|
72289
72677
|
IgcCheckboxListComponent.prototype.isNothingSelected = function () {
|
|
72290
|
-
var iv = this.i.
|
|
72678
|
+
var iv = this.i.al();
|
|
72291
72679
|
return (iv);
|
|
72292
72680
|
};
|
|
72293
72681
|
/**
|
|
@@ -72295,7 +72683,7 @@
|
|
|
72295
72683
|
|
|
72296
72684
|
*/
|
|
72297
72685
|
IgcCheckboxListComponent.prototype.isEverythingSelected = function () {
|
|
72298
|
-
var iv = this.i.
|
|
72686
|
+
var iv = this.i.ak();
|
|
72299
72687
|
return (iv);
|
|
72300
72688
|
};
|
|
72301
72689
|
Object.defineProperty(IgcCheckboxListComponent.prototype, "checkedChanged", {
|
|
@@ -72710,7 +73098,7 @@
|
|
|
72710
73098
|
break;
|
|
72711
73099
|
case "FilterPlaceholderText":
|
|
72712
73100
|
if (this.d != null) {
|
|
72713
|
-
this.d.
|
|
73101
|
+
this.d.bg = this.s;
|
|
72714
73102
|
}
|
|
72715
73103
|
break;
|
|
72716
73104
|
case "BaseTheme":
|
|
@@ -72721,7 +73109,7 @@
|
|
|
72721
73109
|
break;
|
|
72722
73110
|
case "BackgroundColor":
|
|
72723
73111
|
if (this.d != null) {
|
|
72724
|
-
this.d.
|
|
73112
|
+
this.d.di = this.aq;
|
|
72725
73113
|
}
|
|
72726
73114
|
this.c.i();
|
|
72727
73115
|
break;
|
|
@@ -72751,7 +73139,7 @@
|
|
|
72751
73139
|
if (this.a != null && this.d != null) {
|
|
72752
73140
|
this.d.y = this.f;
|
|
72753
73141
|
this.d.aa = this.h;
|
|
72754
|
-
this.d.
|
|
73142
|
+
this.d.di = this.aq;
|
|
72755
73143
|
var a = void 0;
|
|
72756
73144
|
var b = new igniteuiWebcomponentsCore.ObservableCollection$1(ColumnChooserInfo.$, 0);
|
|
72757
73145
|
try {
|
|
@@ -72781,16 +73169,16 @@
|
|
|
72781
73169
|
}
|
|
72782
73170
|
}
|
|
72783
73171
|
if (this.s != null) {
|
|
72784
|
-
this.d.
|
|
73172
|
+
this.d.bg = this.s;
|
|
72785
73173
|
}
|
|
72786
73174
|
this.d.itemsSource = b;
|
|
72787
73175
|
var e = "";
|
|
72788
73176
|
var f = "";
|
|
72789
73177
|
e = "columnName";
|
|
72790
73178
|
f = "isNotHidden";
|
|
72791
|
-
this.d.
|
|
72792
|
-
this.d.
|
|
72793
|
-
this.d.
|
|
73179
|
+
this.d.b0 = f;
|
|
73180
|
+
this.d.bc = e;
|
|
73181
|
+
this.d.as = true;
|
|
72794
73182
|
}
|
|
72795
73183
|
};
|
|
72796
73184
|
ColumnChooser.prototype.an = function (a) {
|
|
@@ -72800,7 +73188,7 @@
|
|
|
72800
73188
|
};
|
|
72801
73189
|
ColumnChooser.prototype.al = function () {
|
|
72802
73190
|
var e_2, _a;
|
|
72803
|
-
this.d.
|
|
73191
|
+
this.d.cy();
|
|
72804
73192
|
if (this.a != null) {
|
|
72805
73193
|
try {
|
|
72806
73194
|
for (var _b = tslib_1.__values(igniteuiWebcomponentsCore.fromEnum(this.a.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
@@ -72826,7 +73214,7 @@
|
|
|
72826
73214
|
};
|
|
72827
73215
|
ColumnChooser.prototype.ae = function () {
|
|
72828
73216
|
var e_3, _a;
|
|
72829
|
-
this.d.
|
|
73217
|
+
this.d.b9();
|
|
72830
73218
|
if (this.a != null) {
|
|
72831
73219
|
try {
|
|
72832
73220
|
for (var _b = tslib_1.__values(igniteuiWebcomponentsCore.fromEnum(this.a.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
@@ -74055,7 +74443,7 @@
|
|
|
74055
74443
|
break;
|
|
74056
74444
|
case "FilterPlaceholderText":
|
|
74057
74445
|
if (this.d != null) {
|
|
74058
|
-
this.d.
|
|
74446
|
+
this.d.bg = this.s;
|
|
74059
74447
|
}
|
|
74060
74448
|
break;
|
|
74061
74449
|
case "BaseTheme":
|
|
@@ -74066,7 +74454,7 @@
|
|
|
74066
74454
|
break;
|
|
74067
74455
|
case "BackgroundColor":
|
|
74068
74456
|
if (this.d != null) {
|
|
74069
|
-
this.d.
|
|
74457
|
+
this.d.di = this.an;
|
|
74070
74458
|
}
|
|
74071
74459
|
this.c.g();
|
|
74072
74460
|
break;
|
|
@@ -74096,7 +74484,7 @@
|
|
|
74096
74484
|
if (this.a != null && this.d != null) {
|
|
74097
74485
|
this.d.y = this.f;
|
|
74098
74486
|
this.d.aa = this.h;
|
|
74099
|
-
this.d.
|
|
74487
|
+
this.d.di = this.an;
|
|
74100
74488
|
var a = void 0;
|
|
74101
74489
|
var b = new igniteuiWebcomponentsCore.ObservableCollection$1(ColumnPinningInfo.$, 0);
|
|
74102
74490
|
try {
|
|
@@ -74130,17 +74518,17 @@
|
|
|
74130
74518
|
throw e_1.error;
|
|
74131
74519
|
}
|
|
74132
74520
|
}
|
|
74133
|
-
this.d.
|
|
74521
|
+
this.d.as = false;
|
|
74134
74522
|
if (this.s != null) {
|
|
74135
|
-
this.d.
|
|
74523
|
+
this.d.bg = this.s;
|
|
74136
74524
|
}
|
|
74137
74525
|
this.d.itemsSource = b;
|
|
74138
74526
|
var e = "";
|
|
74139
74527
|
var f = "";
|
|
74140
74528
|
e = "columnName";
|
|
74141
74529
|
f = "isPinned";
|
|
74142
|
-
this.d.
|
|
74143
|
-
this.d.
|
|
74530
|
+
this.d.b0 = f;
|
|
74531
|
+
this.d.bc = e;
|
|
74144
74532
|
}
|
|
74145
74533
|
};
|
|
74146
74534
|
ColumnPinning.prototype.ae = function (a, b) {
|
|
@@ -78937,7 +79325,7 @@
|
|
|
78937
79325
|
configurable: true
|
|
78938
79326
|
});
|
|
78939
79327
|
GridColumnFilterOptions.prototype.cu = function () {
|
|
78940
|
-
var a = this.bx.
|
|
79328
|
+
var a = this.bx.al();
|
|
78941
79329
|
this.bw.al(!a);
|
|
78942
79330
|
var b = this.b3();
|
|
78943
79331
|
this.bw.am(b);
|
|
@@ -79072,7 +79460,7 @@
|
|
|
79072
79460
|
}
|
|
79073
79461
|
}
|
|
79074
79462
|
this.bx.itemsSource = e;
|
|
79075
|
-
this.bx.
|
|
79463
|
+
this.bx.bc = c;
|
|
79076
79464
|
this.bx.b = [c];
|
|
79077
79465
|
e.shouldEmitSectionHeaders = true;
|
|
79078
79466
|
e.isSectionHeaderNormalRow = true;
|
|
@@ -79118,15 +79506,15 @@
|
|
|
79118
79506
|
}
|
|
79119
79507
|
}
|
|
79120
79508
|
if (e.count == 0 || !c) {
|
|
79121
|
-
this.bx.
|
|
79509
|
+
this.bx.cy();
|
|
79122
79510
|
return;
|
|
79123
79511
|
}
|
|
79124
79512
|
switch (d.value) {
|
|
79125
79513
|
case 0:
|
|
79126
|
-
this.bx.
|
|
79514
|
+
this.bx.b9();
|
|
79127
79515
|
break;
|
|
79128
79516
|
case 1:
|
|
79129
|
-
this.bx.
|
|
79517
|
+
this.bx.cy();
|
|
79130
79518
|
break;
|
|
79131
79519
|
}
|
|
79132
79520
|
var h = this.bx.g;
|
|
@@ -79184,9 +79572,9 @@
|
|
|
79184
79572
|
GridColumnFilterOptions.prototype.cw = function () {
|
|
79185
79573
|
if (null != this.bx) {
|
|
79186
79574
|
this.bx.aa = this.b0;
|
|
79187
|
-
this.bx.
|
|
79188
|
-
this.bx.
|
|
79189
|
-
this.bx.
|
|
79575
|
+
this.bx.bg = this.cc;
|
|
79576
|
+
this.bx.di = this.bo;
|
|
79577
|
+
this.bx.dy = this.br;
|
|
79190
79578
|
this.bx.y = this.i;
|
|
79191
79579
|
this.bx.updateHrMargin(new igniteuiWebcomponentsCore.Thickness(1, -7, 3, -7, 3));
|
|
79192
79580
|
}
|
|
@@ -79540,8 +79928,8 @@
|
|
|
79540
79928
|
this.e();
|
|
79541
79929
|
};
|
|
79542
79930
|
SummaryChooserView.prototype.e = function () {
|
|
79543
|
-
if (this.model.f.
|
|
79544
|
-
var a = this.model.r.count * this.model.f.
|
|
79931
|
+
if (this.model.f.av > -1) {
|
|
79932
|
+
var a = this.model.r.count * this.model.f.av;
|
|
79545
79933
|
a += 4;
|
|
79546
79934
|
this.d.setStyleProperty("height", a + "px");
|
|
79547
79935
|
}
|
|
@@ -79844,15 +80232,15 @@
|
|
|
79844
80232
|
SummaryChooser.prototype.a6 = function () {
|
|
79845
80233
|
if (this.e != null) {
|
|
79846
80234
|
this.e.aa = this.m;
|
|
79847
|
-
this.e.
|
|
80235
|
+
this.e.dy = this.ba;
|
|
79848
80236
|
this.e.y = this.i;
|
|
80237
|
+
this.e.as = false;
|
|
79849
80238
|
this.e.aq = false;
|
|
79850
|
-
this.e.
|
|
79851
|
-
this.e.al = false;
|
|
80239
|
+
this.e.an = false;
|
|
79852
80240
|
this.e.updateHrMargin(new igniteuiWebcomponentsCore.Thickness(1, -7, 3, -7, 3));
|
|
79853
80241
|
this.e.itemsSource = this.q;
|
|
79854
|
-
this.e.
|
|
79855
|
-
this.e.
|
|
80242
|
+
this.e.bc = "label";
|
|
80243
|
+
this.e.b0 = "isSelected";
|
|
79856
80244
|
this.e.b = ["label"];
|
|
79857
80245
|
}
|
|
79858
80246
|
};
|
|
@@ -79902,7 +80290,7 @@
|
|
|
79902
80290
|
if (d.iD == a) {
|
|
79903
80291
|
d.isSelected = b;
|
|
79904
80292
|
if (this.e != null) {
|
|
79905
|
-
this.e.
|
|
80293
|
+
this.e.cg(c, d, d);
|
|
79906
80294
|
}
|
|
79907
80295
|
break;
|
|
79908
80296
|
}
|
|
@@ -79914,7 +80302,7 @@
|
|
|
79914
80302
|
c.label = b;
|
|
79915
80303
|
this.q.add(c);
|
|
79916
80304
|
if (this.e != null) {
|
|
79917
|
-
this.e.
|
|
80305
|
+
this.e.ce(this.q.count - 1, c);
|
|
79918
80306
|
}
|
|
79919
80307
|
this.c.onItemInserted();
|
|
79920
80308
|
};
|
|
@@ -79924,7 +80312,7 @@
|
|
|
79924
80312
|
if (c.iD == a) {
|
|
79925
80313
|
this.q.removeAt(b);
|
|
79926
80314
|
if (this.e != null) {
|
|
79927
|
-
this.e.
|
|
80315
|
+
this.e.cf(b, c);
|
|
79928
80316
|
}
|
|
79929
80317
|
break;
|
|
79930
80318
|
}
|
|
@@ -79937,7 +80325,7 @@
|
|
|
79937
80325
|
if (d.iD == a) {
|
|
79938
80326
|
d.label = b;
|
|
79939
80327
|
if (this.e != null) {
|
|
79940
|
-
this.e.
|
|
80328
|
+
this.e.cg(c, d, d);
|
|
79941
80329
|
}
|
|
79942
80330
|
break;
|
|
79943
80331
|
}
|
|
@@ -80019,7 +80407,7 @@
|
|
|
80019
80407
|
this.n.cm(d);
|
|
80020
80408
|
var e = this.e.createElement("div");
|
|
80021
80409
|
var f = this.e.getSubRenderer(e);
|
|
80022
|
-
var g = new
|
|
80410
|
+
var g = new igniteuiWebcomponentsCore.Popup();
|
|
80023
80411
|
g.provideRenderer(f);
|
|
80024
80412
|
g.appendPopupContent(d.c.container);
|
|
80025
80413
|
this.n.cj(g);
|
|
@@ -80364,7 +80752,7 @@
|
|
|
80364
80752
|
if (this.by != null) {
|
|
80365
80753
|
this.by.ef = 0;
|
|
80366
80754
|
this.by.ak = false;
|
|
80367
|
-
this.by.
|
|
80755
|
+
this.by.t9 = this.br;
|
|
80368
80756
|
this.bh(this.by);
|
|
80369
80757
|
}
|
|
80370
80758
|
};
|
|
@@ -83388,8 +83776,8 @@
|
|
|
83388
83776
|
this.j = new igniteuiWebcomponentsInputs.XInput();
|
|
83389
83777
|
this.j.provideContainer(g);
|
|
83390
83778
|
a.getExternal(this.j, a.rootWrapper, a.getExternal(b, null, null));
|
|
83391
|
-
this.j.
|
|
83392
|
-
this.j.
|
|
83779
|
+
this.j.b6 = "text";
|
|
83780
|
+
this.j.cm = b.text;
|
|
83393
83781
|
var h = this.j;
|
|
83394
83782
|
h.changing = igniteuiWebcomponentsCore.delegateCombine(h.changing, igniteuiWebcomponentsCore.runOn(this, this.bi));
|
|
83395
83783
|
var i = this.j;
|
|
@@ -83440,7 +83828,7 @@
|
|
|
83440
83828
|
MultiColumnComboBoxView.prototype.a1 = function () {
|
|
83441
83829
|
var a = this.ac.createElement("div");
|
|
83442
83830
|
var b = this.ac.getSubRenderer(a);
|
|
83443
|
-
this.m = new
|
|
83831
|
+
this.m = new igniteuiWebcomponentsCore.Popup();
|
|
83444
83832
|
this.m.provideRenderer(b);
|
|
83445
83833
|
var c = b.getExternal(this.m, b.rootWrapper, b.getExternal(this.g, null, null));
|
|
83446
83834
|
this.am = this.ac.createElement("div");
|
|
@@ -83639,14 +84027,14 @@
|
|
|
83639
84027
|
this.az();
|
|
83640
84028
|
var b = this.j;
|
|
83641
84029
|
b.focus();
|
|
83642
|
-
var c = b.
|
|
83643
|
-
var d = null != c ? b.
|
|
83644
|
-
b.
|
|
84030
|
+
var c = b.cm;
|
|
84031
|
+
var d = null != c ? b.cm.length : 0;
|
|
84032
|
+
b.dl(d, d);
|
|
83645
84033
|
}
|
|
83646
84034
|
};
|
|
83647
84035
|
MultiColumnComboBoxView.prototype.by = function () {
|
|
83648
84036
|
this.k.ah = true;
|
|
83649
|
-
this.j.
|
|
84037
|
+
this.j.dj();
|
|
83650
84038
|
var a = new GotFocusEventArgs();
|
|
83651
84039
|
this.g.f1(a);
|
|
83652
84040
|
};
|
|
@@ -83756,7 +84144,7 @@
|
|
|
83756
84144
|
if (this.x && !igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.au) && b > 0) {
|
|
83757
84145
|
b--;
|
|
83758
84146
|
}
|
|
83759
|
-
this.j.
|
|
84147
|
+
this.j.dl(b, c);
|
|
83760
84148
|
};
|
|
83761
84149
|
MultiColumnComboBoxView.prototype.b8 = function () {
|
|
83762
84150
|
if (this.p) {
|
|
@@ -83785,7 +84173,7 @@
|
|
|
83785
84173
|
if (this.g.bi == false) {
|
|
83786
84174
|
this.ae.setStyleProperty("display", "none");
|
|
83787
84175
|
}
|
|
83788
|
-
else if ((this.g.value != null && this.g.value != "") || (this.j.
|
|
84176
|
+
else if ((this.g.value != null && this.g.value != "") || (this.j.cm != null && this.j.cm != "")) {
|
|
83789
84177
|
this.ae.show();
|
|
83790
84178
|
}
|
|
83791
84179
|
else {
|
|
@@ -83933,9 +84321,9 @@
|
|
|
83933
84321
|
this.k.h4 = a.cc;
|
|
83934
84322
|
}
|
|
83935
84323
|
if (null != this.j) {
|
|
83936
|
-
this.j.
|
|
83937
|
-
this.j.
|
|
83938
|
-
this.j.
|
|
84324
|
+
this.j.d1 = a.hg;
|
|
84325
|
+
this.j.af = a.aw;
|
|
84326
|
+
this.j.ce = a.fb;
|
|
83939
84327
|
}
|
|
83940
84328
|
if (null != this.l) {
|
|
83941
84329
|
this.l.text = a.e0;
|
|
@@ -83966,7 +84354,7 @@
|
|
|
83966
84354
|
if (!this.v) {
|
|
83967
84355
|
if (null != this.j) {
|
|
83968
84356
|
var a = this.f.text;
|
|
83969
|
-
this.j.
|
|
84357
|
+
this.j.cm = a;
|
|
83970
84358
|
}
|
|
83971
84359
|
}
|
|
83972
84360
|
};
|
|
@@ -84201,7 +84589,7 @@
|
|
|
84201
84589
|
};
|
|
84202
84590
|
MultiColumnComboBoxView.prototype.ce = function () {
|
|
84203
84591
|
if (this.j != null) {
|
|
84204
|
-
this.j.
|
|
84592
|
+
this.j.dj();
|
|
84205
84593
|
}
|
|
84206
84594
|
};
|
|
84207
84595
|
MultiColumnComboBoxView.prototype.ci = function (a) {
|
|
@@ -84243,7 +84631,7 @@
|
|
|
84243
84631
|
};
|
|
84244
84632
|
MultiColumnComboBoxView.prototype.ax = function (a) {
|
|
84245
84633
|
this.d.ae.clear();
|
|
84246
|
-
this.j.
|
|
84634
|
+
this.j.cm = "";
|
|
84247
84635
|
this.g.text = "";
|
|
84248
84636
|
this.g.value = null;
|
|
84249
84637
|
};
|
|
@@ -84257,7 +84645,7 @@
|
|
|
84257
84645
|
}
|
|
84258
84646
|
if (null != this.j) {
|
|
84259
84647
|
this.j.focus();
|
|
84260
|
-
this.j.
|
|
84648
|
+
this.j.dj();
|
|
84261
84649
|
}
|
|
84262
84650
|
};
|
|
84263
84651
|
MultiColumnComboBoxView.prototype.a7 = function (a, b) {
|
|
@@ -84301,7 +84689,7 @@
|
|
|
84301
84689
|
this.b9(c);
|
|
84302
84690
|
};
|
|
84303
84691
|
MultiColumnComboBoxView.prototype.bj = function (a, b) {
|
|
84304
|
-
var c = this.j.
|
|
84692
|
+
var c = this.j.cm;
|
|
84305
84693
|
this.b9(c);
|
|
84306
84694
|
};
|
|
84307
84695
|
MultiColumnComboBoxView.prototype.bk = function (a, b) {
|
|
@@ -84322,7 +84710,7 @@
|
|
|
84322
84710
|
if (0 == e) {
|
|
84323
84711
|
break;
|
|
84324
84712
|
}
|
|
84325
|
-
var f = this.j.
|
|
84713
|
+
var f = this.j.cm;
|
|
84326
84714
|
if (igniteuiWebcomponentsCore.stringIsNullOrEmpty(f)) {
|
|
84327
84715
|
break;
|
|
84328
84716
|
}
|
|
@@ -84401,7 +84789,7 @@
|
|
|
84401
84789
|
};
|
|
84402
84790
|
MultiColumnComboBoxView.prototype.bm = function (a, b) {
|
|
84403
84791
|
if (false == this.o()) {
|
|
84404
|
-
this.j.
|
|
84792
|
+
this.j.dj();
|
|
84405
84793
|
b.handled = true;
|
|
84406
84794
|
}
|
|
84407
84795
|
};
|
|
@@ -95754,7 +96142,7 @@
|
|
|
95754
96142
|
break;
|
|
95755
96143
|
case "FilterPlaceholderText":
|
|
95756
96144
|
if (this.n != null) {
|
|
95757
|
-
this.n.
|
|
96145
|
+
this.n.ce = this.b8;
|
|
95758
96146
|
}
|
|
95759
96147
|
break;
|
|
95760
96148
|
case "SearchInputType":
|
|
@@ -95797,11 +96185,11 @@
|
|
|
95797
96185
|
try {
|
|
95798
96186
|
for (var _b = tslib_1.__values(igniteuiWebcomponentsCore.fromEnum(this.properties)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
95799
96187
|
var c = _c.value;
|
|
95800
|
-
var d = c.
|
|
96188
|
+
var d = c.an;
|
|
95801
96189
|
if (this.r != null) {
|
|
95802
96190
|
var e = this.r.e(d, false);
|
|
95803
96191
|
if (e != null) {
|
|
95804
|
-
if (c.
|
|
96192
|
+
if (c.r(e)) {
|
|
95805
96193
|
b = true;
|
|
95806
96194
|
}
|
|
95807
96195
|
}
|
|
@@ -96103,7 +96491,7 @@
|
|
|
96103
96491
|
PropertyEditor.prototype.ct = function (a, b) {
|
|
96104
96492
|
var c = a;
|
|
96105
96493
|
var d = this.s(c, b.cellInfo.et, b.rowObject);
|
|
96106
|
-
b.resolvedValue = igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsLayouts.PropertyEditorValueType_$type, d != null ? d.
|
|
96494
|
+
b.resolvedValue = igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsLayouts.PropertyEditorValueType_$type, d != null ? d.p : 0);
|
|
96107
96495
|
};
|
|
96108
96496
|
PropertyEditor.prototype.dm = function (a, b) {
|
|
96109
96497
|
var c = a;
|
|
@@ -96112,10 +96500,10 @@
|
|
|
96112
96500
|
b.resolvedValue = null;
|
|
96113
96501
|
return;
|
|
96114
96502
|
}
|
|
96115
|
-
b.resolvedValue = d.
|
|
96503
|
+
b.resolvedValue = d.al != null ? d.al : d.an;
|
|
96116
96504
|
};
|
|
96117
96505
|
PropertyEditor.prototype.a9 = function (a) {
|
|
96118
|
-
switch (a.
|
|
96506
|
+
switch (a.p) {
|
|
96119
96507
|
case 10: return this.aw(a);
|
|
96120
96508
|
case 7: return this.ax(a);
|
|
96121
96509
|
case 4: return this.az(a);
|
|
@@ -96216,12 +96604,12 @@
|
|
|
96216
96604
|
return this.m.i(this.cb(a)) + 17;
|
|
96217
96605
|
};
|
|
96218
96606
|
PropertyEditor.prototype.cb = function (a) {
|
|
96219
|
-
return a.
|
|
96607
|
+
return a.al != null ? a.al : a.an;
|
|
96220
96608
|
};
|
|
96221
96609
|
PropertyEditor.prototype.cs = function (a, b) {
|
|
96222
96610
|
var c = a;
|
|
96223
96611
|
var d = this.s(c, b.cellInfo.et, b.cellInfo.g4);
|
|
96224
|
-
var e = d != null ? d.
|
|
96612
|
+
var e = d != null ? d.p : 0;
|
|
96225
96613
|
switch (e) {
|
|
96226
96614
|
case 10:
|
|
96227
96615
|
this.cu(c, b);
|
|
@@ -96317,8 +96705,8 @@
|
|
|
96317
96705
|
}
|
|
96318
96706
|
var e = _this.s(a, b.cellInfo.et, b.cellInfo.g4);
|
|
96319
96707
|
var f = c.inputs._inner[0];
|
|
96320
|
-
f.
|
|
96321
|
-
f.
|
|
96708
|
+
f.bf = e;
|
|
96709
|
+
f.cm = (e.af != null ? e.af.toString() : "");
|
|
96322
96710
|
if (d) {
|
|
96323
96711
|
f.changing = igniteuiWebcomponentsCore.delegateCombine(f.changing, igniteuiWebcomponentsCore.runOn(_this, _this.dj));
|
|
96324
96712
|
}
|
|
@@ -96332,9 +96720,9 @@
|
|
|
96332
96720
|
}
|
|
96333
96721
|
var e = _this.s(a, b.cellInfo.et, b.cellInfo.g4);
|
|
96334
96722
|
c.ez = e;
|
|
96335
|
-
var f = e.
|
|
96336
|
-
if (typeof e.
|
|
96337
|
-
f = e.
|
|
96723
|
+
var f = e.af;
|
|
96724
|
+
if (typeof e.af === 'number' || typeof e.af === 'number') {
|
|
96725
|
+
f = e.af.toString();
|
|
96338
96726
|
}
|
|
96339
96727
|
_this.m.ac(c, f);
|
|
96340
96728
|
if (d) {
|
|
@@ -96356,12 +96744,12 @@
|
|
|
96356
96744
|
c.c4 = e;
|
|
96357
96745
|
c.value = null;
|
|
96358
96746
|
c.itemsSource = _this.b(_this.a(e));
|
|
96359
|
-
if (e.
|
|
96360
|
-
if (typeof e.
|
|
96361
|
-
c.value = e.
|
|
96747
|
+
if (e.af != c.value) {
|
|
96748
|
+
if (typeof e.af === 'number' || typeof e.af === 'number') {
|
|
96749
|
+
c.value = e.af.toString();
|
|
96362
96750
|
}
|
|
96363
96751
|
else {
|
|
96364
|
-
c.value = e.
|
|
96752
|
+
c.value = e.af;
|
|
96365
96753
|
}
|
|
96366
96754
|
}
|
|
96367
96755
|
if (!d) {
|
|
@@ -96369,12 +96757,12 @@
|
|
|
96369
96757
|
}
|
|
96370
96758
|
}
|
|
96371
96759
|
else {
|
|
96372
|
-
if (e.
|
|
96373
|
-
if (typeof e.
|
|
96374
|
-
c.value = e.
|
|
96760
|
+
if (e.af != c.value) {
|
|
96761
|
+
if (typeof e.af === 'number' || typeof e.af === 'number') {
|
|
96762
|
+
c.value = e.af.toString();
|
|
96375
96763
|
}
|
|
96376
96764
|
else {
|
|
96377
|
-
c.value = e.
|
|
96765
|
+
c.value = e.af;
|
|
96378
96766
|
}
|
|
96379
96767
|
}
|
|
96380
96768
|
}
|
|
@@ -96418,25 +96806,25 @@
|
|
|
96418
96806
|
var c = a;
|
|
96419
96807
|
var d = c.c4;
|
|
96420
96808
|
this.an = true;
|
|
96421
|
-
d.
|
|
96422
|
-
d.
|
|
96809
|
+
d.af = c.value;
|
|
96810
|
+
d.ao();
|
|
96423
96811
|
this.an = false;
|
|
96424
96812
|
this.dv(d);
|
|
96425
96813
|
};
|
|
96426
96814
|
PropertyEditor.prototype.dj = function (a, b) {
|
|
96427
96815
|
var c = a;
|
|
96428
|
-
var d = c.
|
|
96816
|
+
var d = c.bf;
|
|
96429
96817
|
this.an = true;
|
|
96430
|
-
if (d.
|
|
96818
|
+
if (d.p == 1) {
|
|
96431
96819
|
var e = 0;
|
|
96432
|
-
var f = igniteuiWebcomponentsCore.tryParseNumber(c.
|
|
96820
|
+
var f = igniteuiWebcomponentsCore.tryParseNumber(c.cm, e);
|
|
96433
96821
|
e = f.p1;
|
|
96434
|
-
d.
|
|
96822
|
+
d.af = e;
|
|
96435
96823
|
}
|
|
96436
96824
|
else {
|
|
96437
|
-
d.
|
|
96825
|
+
d.af = c.cm;
|
|
96438
96826
|
}
|
|
96439
|
-
d.
|
|
96827
|
+
d.ao();
|
|
96440
96828
|
this.an = false;
|
|
96441
96829
|
this.dv(d);
|
|
96442
96830
|
};
|
|
@@ -96444,7 +96832,7 @@
|
|
|
96444
96832
|
var c = a;
|
|
96445
96833
|
var d = c.ez;
|
|
96446
96834
|
this.an = true;
|
|
96447
|
-
d.
|
|
96835
|
+
d.ap();
|
|
96448
96836
|
this.an = false;
|
|
96449
96837
|
this.dv(d);
|
|
96450
96838
|
};
|
|
@@ -96471,9 +96859,9 @@
|
|
|
96471
96859
|
d = d.ae;
|
|
96472
96860
|
}
|
|
96473
96861
|
for (var e = 0; e < d.count; e++) {
|
|
96474
|
-
var f = d._inner[e].
|
|
96862
|
+
var f = d._inner[e].an;
|
|
96475
96863
|
if (this.as(f, a)) {
|
|
96476
|
-
d._inner[e].
|
|
96864
|
+
d._inner[e].ar(a, b, c);
|
|
96477
96865
|
}
|
|
96478
96866
|
}
|
|
96479
96867
|
if (this.ap) {
|
|
@@ -96550,22 +96938,22 @@
|
|
|
96550
96938
|
PropertyEditor.prototype.c4 = function (a, b, c, d) {
|
|
96551
96939
|
for (var e = 0; e < a.count; e++) {
|
|
96552
96940
|
var f = a._inner[e];
|
|
96553
|
-
if (f.
|
|
96941
|
+
if (f.p == 20) {
|
|
96554
96942
|
continue;
|
|
96555
96943
|
}
|
|
96556
96944
|
if (f.i != null) {
|
|
96557
96945
|
for (var g = 0; g < f.i.count; g++) {
|
|
96558
96946
|
var h = f.i._inner[g];
|
|
96559
|
-
var i = b + f.
|
|
96947
|
+
var i = b + f.an + "[" + g + "]";
|
|
96560
96948
|
this.c4(h.a, i, c, h.b);
|
|
96561
96949
|
}
|
|
96562
96950
|
}
|
|
96563
96951
|
else if (f.g != null) {
|
|
96564
|
-
var j = b + f.
|
|
96952
|
+
var j = b + f.an;
|
|
96565
96953
|
this.c4(f.g.a, j, c, f.g.b);
|
|
96566
96954
|
}
|
|
96567
96955
|
else {
|
|
96568
|
-
c.h(b + f.
|
|
96956
|
+
c.h(b + f.an, f.af, d);
|
|
96569
96957
|
}
|
|
96570
96958
|
}
|
|
96571
96959
|
};
|
|
@@ -96599,7 +96987,7 @@
|
|
|
96599
96987
|
c.t = true;
|
|
96600
96988
|
}
|
|
96601
96989
|
var e = _this.s(a, b.cellInfo.et, b.cellInfo.g4);
|
|
96602
|
-
var f = e.
|
|
96990
|
+
var f = e.af;
|
|
96603
96991
|
if (f == null) {
|
|
96604
96992
|
f = false;
|
|
96605
96993
|
}
|
|
@@ -96635,8 +97023,8 @@
|
|
|
96635
97023
|
var c = a;
|
|
96636
97024
|
var d = c.a5;
|
|
96637
97025
|
this.an = true;
|
|
96638
|
-
d.
|
|
96639
|
-
d.
|
|
97026
|
+
d.af = c.checked;
|
|
97027
|
+
d.ao();
|
|
96640
97028
|
this.an = false;
|
|
96641
97029
|
this.dv(d);
|
|
96642
97030
|
};
|
|
@@ -96649,7 +97037,7 @@
|
|
|
96649
97037
|
d = this.actualProperties._inner[b.rowNumber];
|
|
96650
97038
|
}
|
|
96651
97039
|
var e = this.s(c, b.rowNumber, d);
|
|
96652
|
-
var f = e != null ? e.
|
|
97040
|
+
var f = e != null ? e.p : 0;
|
|
96653
97041
|
b.styleKey = "editortype_" + igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsLayouts.PropertyEditorValueType_$type, f);
|
|
96654
97042
|
};
|
|
96655
97043
|
PropertyEditor.prototype.dk = function (a, b) {
|