igniteui-webcomponents-data-grids 6.0.1-beta.1 → 6.0.2-beta.0
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-data-grids.umd.js +12298 -10495
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +3 -3
- package/esm2015/lib/CanvasCellPresenterBase.js +14 -14
- package/esm2015/lib/CanvasContentCellModelHelper.js +18 -18
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +9 -9
- package/esm2015/lib/CanvasGridCellBase.js +9 -9
- package/esm2015/lib/CanvasImageCellPresenter.js +10 -10
- package/esm2015/lib/CanvasNumericCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/CanvasSummaryCell.js +1 -1
- package/esm2015/lib/CanvasSummaryCellPresenter.js +8 -8
- package/esm2015/lib/CanvasTemplateCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTextCellPresenter.js +10 -10
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +13 -13
- package/esm2015/lib/CellPresenterBase.js +64 -39
- package/esm2015/lib/CheckboxListView_combined.js +49 -49
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnFilterCondition_combined.js +8409 -7998
- package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
- package/esm2015/lib/ColumnPinningView_combined.js +11 -11
- package/esm2015/lib/ColumnSortDescription.js +6 -1
- package/esm2015/lib/ColumnSummaryDescription.js +6 -1
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +46 -33
- package/esm2015/lib/DataGridCellLayoutPanel.js +19 -19
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +10 -10
- package/esm2015/lib/EditorCell.js +308 -308
- package/esm2015/lib/EditorCellPresenter.js +28 -28
- package/esm2015/lib/EditorRowCell.js +1 -1
- package/esm2015/lib/FilterCell.js +278 -278
- package/esm2015/lib/FilterCellPresenter.js +18 -18
- package/esm2015/lib/GridCellBase.js +587 -317
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +11 -11
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridConditionFilterStringErrorsParsingEventArgs.js +2 -14
- package/esm2015/lib/GridConditionalStyleFontInfo.js +26 -0
- package/esm2015/lib/GridConditionalStyleProperty.js +326 -205
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +1 -1
- package/esm2015/lib/ImageCell.js +62 -62
- package/esm2015/lib/ImageCellPresenter.js +18 -18
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +15 -15
- package/esm2015/lib/NumericCell.js +9 -5
- package/esm2015/lib/NumericCellPresenter.js +10 -10
- package/esm2015/lib/PropertyEditorView_combined.js +21 -21
- package/esm2015/lib/SectionHeaderCell.js +17 -17
- package/esm2015/lib/SectionHeaderCellPresenter.js +11 -11
- package/esm2015/lib/SummaryCell.js +41 -41
- package/esm2015/lib/SummaryCellPresenter.js +14 -14
- package/esm2015/lib/TemplateCell.js +16 -16
- package/esm2015/lib/TemplateCellPresenter.js +5 -5
- package/esm2015/lib/TemplateHeader.js +8 -8
- package/esm2015/lib/TemplateHeaderCell.js +6 -6
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +35 -30
- package/esm2015/lib/TextCellDecoration.js +33 -0
- package/esm2015/lib/TextCellPresenter.js +11 -11
- package/esm2015/lib/TextHeaderCell.js +157 -150
- package/esm2015/lib/TextHeaderCellPresenter.js +35 -35
- package/esm2015/lib/TextIconSetConditionalStyle.js +14 -9
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igc-cell-info.js +301 -190
- package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
- package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-column-component.js +284 -160
- package/esm2015/lib/igc-data-grid-component.js +64 -4
- package/esm2015/lib/igc-date-time-cell-info.js +12 -12
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-definition-base-component.js +66 -65
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
- package/esm2015/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +4 -4
- package/esm2015/lib/igc-grid-conditional-style-font-info-component.js +214 -0
- package/esm2015/lib/igc-grid-conditional-style-font-info-module.js +16 -0
- package/esm2015/lib/igc-grid-conditional-style-property-component.js +101 -35
- package/esm2015/lib/igc-header-component.js +24 -24
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-cell-info.js +26 -26
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +24 -24
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-summary-row-component.js +24 -24
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-text-cell-info.js +2 -2
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-header-cell-info.js +10 -10
- package/esm2015/public_api.js +4 -0
- package/esm5/lib/AccessibilityRow.js +3 -3
- package/esm5/lib/CanvasCellPresenterBase.js +14 -14
- package/esm5/lib/CanvasContentCellModelHelper.js +18 -18
- package/esm5/lib/CanvasDateTimeCellPresenter.js +9 -9
- package/esm5/lib/CanvasGridCellBase.js +9 -9
- package/esm5/lib/CanvasImageCellPresenter.js +10 -10
- package/esm5/lib/CanvasNumericCellPresenter.js +9 -9
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/CanvasSummaryCell.js +1 -1
- package/esm5/lib/CanvasSummaryCellPresenter.js +8 -8
- package/esm5/lib/CanvasTemplateCellPresenter.js +4 -4
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +4 -4
- package/esm5/lib/CanvasTextCellPresenter.js +10 -10
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +13 -13
- package/esm5/lib/CellPresenterBase.js +64 -39
- package/esm5/lib/CheckboxListView_combined.js +49 -49
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnFilterCondition_combined.js +8205 -7695
- package/esm5/lib/ColumnGroupingView_combined.js +5 -5
- package/esm5/lib/ColumnPinningView_combined.js +11 -11
- package/esm5/lib/ColumnSortDescription.js +6 -1
- package/esm5/lib/ColumnSummaryDescription.js +6 -1
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +46 -33
- package/esm5/lib/DataGridCellLayoutPanel.js +19 -19
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +10 -10
- package/esm5/lib/EditorCell.js +291 -291
- package/esm5/lib/EditorCellPresenter.js +28 -28
- package/esm5/lib/EditorRowCell.js +1 -1
- package/esm5/lib/FilterCell.js +266 -266
- package/esm5/lib/FilterCellPresenter.js +18 -18
- package/esm5/lib/GridCellBase.js +625 -311
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +11 -11
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridConditionFilterStringErrorsParsingEventArgs.js +2 -22
- package/esm5/lib/GridConditionalStyleFontInfo.js +32 -0
- package/esm5/lib/GridConditionalStyleProperty.js +343 -194
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +1 -1
- package/esm5/lib/ImageCell.js +61 -61
- package/esm5/lib/ImageCellPresenter.js +18 -18
- package/esm5/lib/MultiColumnComboBoxView_combined.js +15 -15
- package/esm5/lib/NumericCell.js +9 -5
- package/esm5/lib/NumericCellPresenter.js +10 -10
- package/esm5/lib/PropertyEditorView_combined.js +21 -21
- package/esm5/lib/SectionHeaderCell.js +17 -17
- package/esm5/lib/SectionHeaderCellPresenter.js +11 -11
- package/esm5/lib/SummaryCell.js +41 -41
- package/esm5/lib/SummaryCellPresenter.js +14 -14
- package/esm5/lib/TemplateCell.js +16 -16
- package/esm5/lib/TemplateCellPresenter.js +5 -5
- package/esm5/lib/TemplateHeader.js +8 -8
- package/esm5/lib/TemplateHeaderCell.js +6 -6
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +35 -30
- package/esm5/lib/TextCellDecoration.js +33 -0
- package/esm5/lib/TextCellPresenter.js +11 -11
- package/esm5/lib/TextHeaderCell.js +155 -148
- package/esm5/lib/TextHeaderCellPresenter.js +35 -35
- package/esm5/lib/TextIconSetConditionalStyle.js +14 -9
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igc-cell-info.js +349 -190
- package/esm5/lib/igc-column-moving-separator-component.js +9 -9
- package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-column-component.js +332 -160
- package/esm5/lib/igc-data-grid-component.js +68 -4
- package/esm5/lib/igc-date-time-cell-info.js +12 -12
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-definition-base-component.js +66 -65
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-filter-row-definition-component.js +12 -12
- package/esm5/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +4 -4
- package/esm5/lib/igc-grid-conditional-style-font-info-component.js +232 -0
- package/esm5/lib/igc-grid-conditional-style-font-info-module.js +20 -0
- package/esm5/lib/igc-grid-conditional-style-property-component.js +128 -34
- package/esm5/lib/igc-header-component.js +24 -24
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-numeric-cell-info.js +26 -26
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +24 -24
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-summary-row-component.js +24 -24
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-text-cell-info.js +2 -2
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-header-cell-info.js +10 -10
- package/esm5/public_api.js +4 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +12290 -10806
- package/fesm5/igniteui-webcomponents-data-grids.js +12295 -10497
- package/lib/ColumnFilterCondition_combined.d.ts +1999 -1901
- package/lib/ContentCellModelHelper.d.ts +4 -4
- package/lib/EditorCell.d.ts +74 -74
- package/lib/FilterCell.d.ts +61 -61
- package/lib/GridCellBase.d.ts +140 -95
- package/lib/GridConditionFilterStringErrorsParsingEventArgs.d.ts +2 -6
- package/lib/GridConditionalStyleFontInfo.d.ts +11 -0
- package/lib/GridConditionalStyleProperty.d.ts +84 -61
- package/lib/ImageCell.d.ts +20 -20
- package/lib/MultiColumnComboBoxView_combined.d.ts +1 -1
- package/lib/NumericCell.d.ts +2 -1
- package/lib/SectionHeaderCell.d.ts +4 -4
- package/lib/SummaryCell.d.ts +11 -11
- package/lib/TemplateCell.d.ts +6 -6
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +3 -3
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +10 -8
- package/lib/TextCellDecoration.d.ts +26 -0
- package/lib/TextHeaderCell.d.ts +37 -35
- package/lib/VerticalSeparatorCell.d.ts +9 -9
- package/lib/igc-cell-info.d.ts +58 -0
- package/lib/igc-data-grid-column-component.d.ts +62 -1
- package/lib/igc-data-grid-component.d.ts +15 -1
- package/lib/igc-definition-base-component.d.ts +1 -1
- package/lib/igc-grid-conditional-style-font-info-component.d.ts +44 -0
- package/lib/igc-grid-conditional-style-font-info-module.d.ts +3 -0
- package/lib/igc-grid-conditional-style-property-component.d.ts +17 -2
- package/package.json +4 -4
- package/public_api.d.ts +4 -0
|
@@ -10,6 +10,7 @@ import { MergedCellEvaluationCriteria } from "./MergedCellEvaluationCriteria";
|
|
|
10
10
|
import { CellContentVerticalAlignment } from "./CellContentVerticalAlignment";
|
|
11
11
|
import { FilterComparisonType } from "./FilterComparisonType";
|
|
12
12
|
import { IgcGridFilterOperandsCollection } from "./igc-grid-filter-operands-collection";
|
|
13
|
+
import { TextCellDecoration } from "./TextCellDecoration";
|
|
13
14
|
import { IgcFormatCellEventArgs } from "./igc-format-cell-event-args";
|
|
14
15
|
import { CellPropertyAnimationType } from "./CellPropertyAnimationType";
|
|
15
16
|
import { IgcDefinitionBaseComponent } from "./igc-definition-base-component";
|
|
@@ -314,6 +315,66 @@ export declare abstract class IgcDataGridColumnComponent extends IgcDefinitionBa
|
|
|
314
315
|
*/
|
|
315
316
|
get filterOperands(): IgcGridFilterOperandsCollection;
|
|
316
317
|
set filterOperands(v: IgcGridFilterOperandsCollection);
|
|
318
|
+
/**
|
|
319
|
+
* Gets or sets the text to display in the suffix area of cells in this column.
|
|
320
|
+
*/
|
|
321
|
+
get suffixText(): string;
|
|
322
|
+
set suffixText(v: string);
|
|
323
|
+
/**
|
|
324
|
+
* Gets or sets the color of the text in the suffix area of the cells in this column.
|
|
325
|
+
*/
|
|
326
|
+
get suffixTextColor(): string;
|
|
327
|
+
set suffixTextColor(v: string);
|
|
328
|
+
/**
|
|
329
|
+
* Gets or sets the font of the suffix text.
|
|
330
|
+
*/
|
|
331
|
+
get suffixTextStyle(): string;
|
|
332
|
+
set suffixTextStyle(v: string);
|
|
333
|
+
/**
|
|
334
|
+
* Gets or sets the icon to use in the suffix area of the cells in this column.
|
|
335
|
+
*/
|
|
336
|
+
get suffixIconName(): string;
|
|
337
|
+
set suffixIconName(v: string);
|
|
338
|
+
/**
|
|
339
|
+
* Gets or sets the icon to use in the suffix area of the cells in this column.
|
|
340
|
+
*/
|
|
341
|
+
get suffixIconCollectionName(): string;
|
|
342
|
+
set suffixIconCollectionName(v: string);
|
|
343
|
+
/**
|
|
344
|
+
* Gets or sets the stroke color of suffix icon.
|
|
345
|
+
*/
|
|
346
|
+
get suffixIconStroke(): string;
|
|
347
|
+
set suffixIconStroke(v: string);
|
|
348
|
+
/**
|
|
349
|
+
* Gets or sets the fill color of suffix icon.
|
|
350
|
+
*/
|
|
351
|
+
get suffixIconFill(): string;
|
|
352
|
+
set suffixIconFill(v: string);
|
|
353
|
+
/**
|
|
354
|
+
* Gets or sets the suffix icon's viewbox x coordinate.
|
|
355
|
+
*/
|
|
356
|
+
get suffixIconViewBoxLeft(): number;
|
|
357
|
+
set suffixIconViewBoxLeft(v: number);
|
|
358
|
+
/**
|
|
359
|
+
* Gets or sets the suffix icon's viewbox y coordinate.
|
|
360
|
+
*/
|
|
361
|
+
get suffixIconViewBoxTop(): number;
|
|
362
|
+
set suffixIconViewBoxTop(v: number);
|
|
363
|
+
/**
|
|
364
|
+
* Gets or sets the suffix icon's viewbox width.
|
|
365
|
+
*/
|
|
366
|
+
get suffixIconViewBoxWidth(): number;
|
|
367
|
+
set suffixIconViewBoxWidth(v: number);
|
|
368
|
+
/**
|
|
369
|
+
* Gets or sets the suffix icon's viewbox height.
|
|
370
|
+
*/
|
|
371
|
+
get suffixIconViewBoxHeight(): number;
|
|
372
|
+
set suffixIconViewBoxHeight(v: number);
|
|
373
|
+
/**
|
|
374
|
+
* Gets or sets the text decoration to apply to cells in this column.
|
|
375
|
+
*/
|
|
376
|
+
get textDecoration(): TextCellDecoration;
|
|
377
|
+
set textDecoration(v: TextCellDecoration);
|
|
317
378
|
findByName(name: string): any;
|
|
318
379
|
protected _styling(container: any, component: any, parent?: any): void;
|
|
319
380
|
/**
|
|
@@ -321,7 +382,7 @@ export declare abstract class IgcDataGridColumnComponent extends IgcDefinitionBa
|
|
|
321
382
|
|
|
322
383
|
*/
|
|
323
384
|
getUniqueKey(): string;
|
|
324
|
-
setNamedHeaderValue(valueName: string, animationType: CellPropertyAnimationType, value: any): void;
|
|
385
|
+
setNamedHeaderValue(valueName: string, animationType: CellPropertyAnimationType | string, value: any): void;
|
|
325
386
|
/**
|
|
326
387
|
* Returns if the column has named header values.
|
|
327
388
|
|
|
@@ -143,6 +143,7 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
|
|
|
143
143
|
disconnectedCallback(): void;
|
|
144
144
|
private _initialized;
|
|
145
145
|
connectedCallback(): void;
|
|
146
|
+
private onMouseEvent;
|
|
146
147
|
private SetupColumnGrouping;
|
|
147
148
|
private showPager;
|
|
148
149
|
private hidePager;
|
|
@@ -824,6 +825,11 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
|
|
|
824
825
|
*/
|
|
825
826
|
get isActiveCellStyleEnabled(): boolean;
|
|
826
827
|
set isActiveCellStyleEnabled(v: boolean);
|
|
828
|
+
/**
|
|
829
|
+
* Prevents mouse events from bubbling out of the grid.
|
|
830
|
+
*/
|
|
831
|
+
get stopPropagation(): boolean;
|
|
832
|
+
set stopPropagation(v: boolean);
|
|
827
833
|
private _responsiveStates;
|
|
828
834
|
/**
|
|
829
835
|
* A set of states that can be applied to the columns of the grid based on available space.
|
|
@@ -1085,7 +1091,7 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
|
|
|
1085
1091
|
notifyScrollStart(): void;
|
|
1086
1092
|
notifyScrollStop(): void;
|
|
1087
1093
|
exchangeColumn(newColumn: IgcDataGridColumnComponent, oldColumn: IgcDataGridColumnComponent): void;
|
|
1088
|
-
pinColumn(column: IgcDataGridColumnComponent, position: PinnedPositions): void;
|
|
1094
|
+
pinColumn(column: IgcDataGridColumnComponent, position: PinnedPositions | string): void;
|
|
1089
1095
|
moveColumn(oldIndex: number, newIndex: number): void;
|
|
1090
1096
|
/**
|
|
1091
1097
|
* Moves a column to the left, if possible.
|
|
@@ -1286,6 +1292,14 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
|
|
|
1286
1292
|
|
|
1287
1293
|
*/
|
|
1288
1294
|
loadLayout(json: string): void;
|
|
1295
|
+
registerIconFromText(iconCollection: string, iconName: string, iconText: string): void;
|
|
1296
|
+
getIconFromCache(iconCollection: string, iconName: string): string;
|
|
1297
|
+
registerMultiPathSVG(iconCollection: string, iconName: string, multiPathSVG: string[]): void;
|
|
1298
|
+
getMultiPathSVGFromCache(iconCollection: string, iconName: string): string[];
|
|
1299
|
+
registerIconFromDataURL(iconCollection: string, iconName: string, dataURL: string): void;
|
|
1300
|
+
getDataURLFromCache(iconCollection: string, iconName: string): string;
|
|
1301
|
+
registerIconSource(iconCollection: string, iconName: string, source: any): void;
|
|
1302
|
+
getIconSource(iconCollection: string, iconName: string): any;
|
|
1289
1303
|
private _filterExpressionsChanging;
|
|
1290
1304
|
private _filterExpressionsChanging_wrapped;
|
|
1291
1305
|
get filterExpressionsChanging(): (s: IgcDataGridComponent, e: IgcGridFilterExpressionsEventArgs) => void;
|
|
@@ -272,7 +272,7 @@ export declare abstract class IgcDefinitionBaseComponent extends IgcHTMLElement
|
|
|
272
272
|
transitionStyleOut(style: IgcGridConditionalStyleComponent): void;
|
|
273
273
|
transitionStyleIn(style: IgcGridConditionalStyleComponent): void;
|
|
274
274
|
isStyleTransitioningOut(style: IgcGridConditionalStyleComponent): boolean;
|
|
275
|
-
setNamedValue(valueName: string, animationType: CellPropertyAnimationType, value: any): void;
|
|
275
|
+
setNamedValue(valueName: string, animationType: CellPropertyAnimationType | string, value: any): void;
|
|
276
276
|
/**
|
|
277
277
|
* Returns if this definition has named value.
|
|
278
278
|
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
2
|
+
import { GridConditionalStyleFontInfo } from "./GridConditionalStyleFontInfo";
|
|
3
|
+
export declare class IgcGridConditionalStyleFontInfoComponent extends IgcHTMLElement {
|
|
4
|
+
protected createImplementation(): GridConditionalStyleFontInfo;
|
|
5
|
+
protected _implementation: any;
|
|
6
|
+
/**
|
|
7
|
+
* @hidden
|
|
8
|
+
*/
|
|
9
|
+
get i(): GridConditionalStyleFontInfo; /**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
static _createFromInternal(internal: any): IgcGridConditionalStyleFontInfoComponent;
|
|
13
|
+
private onImplementationCreated;
|
|
14
|
+
constructor();
|
|
15
|
+
private _settingAttributes;
|
|
16
|
+
protected _attached: boolean;
|
|
17
|
+
private _queuedSetAttributes;
|
|
18
|
+
protected _enqueueSetAttribute(attrName: string, attrValue: string): void;
|
|
19
|
+
protected _flushQueuedAttributes(): void;
|
|
20
|
+
protected _a(attrName: string, attrValue: any): void;
|
|
21
|
+
connectedCallback(): void;
|
|
22
|
+
disconnectedCallback(): void;
|
|
23
|
+
private static _observedAttributesIgcGridConditionalStyleFontInfoComponent;
|
|
24
|
+
static get observedAttributes(): string[];
|
|
25
|
+
private _updatingFromAttribute;
|
|
26
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
27
|
+
static htmlTagName: string;
|
|
28
|
+
protected static _isElementRegistered: boolean;
|
|
29
|
+
static register(): void;
|
|
30
|
+
/**
|
|
31
|
+
* Gets or sets the font info for a conditional style.
|
|
32
|
+
*/
|
|
33
|
+
get textStyle(): string;
|
|
34
|
+
set textStyle(v: string);
|
|
35
|
+
findByName(name: string): any;
|
|
36
|
+
protected __p: string;
|
|
37
|
+
protected _hasUserValues: Set<string>;
|
|
38
|
+
protected get hasUserValues(): Set<string>;
|
|
39
|
+
protected __m(propertyName: string): void;
|
|
40
|
+
protected _stylingContainer: any;
|
|
41
|
+
protected _stylingParent: any;
|
|
42
|
+
protected _inStyling: boolean;
|
|
43
|
+
protected _styling(container: any, component: any, parent?: any): void;
|
|
44
|
+
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
2
2
|
import { GridConditionalStylePropertyStylingType } from "./GridConditionalStylePropertyStylingType";
|
|
3
3
|
import { GridConditionalStyleBoundType } from "./GridConditionalStyleBoundType";
|
|
4
|
+
import { IgcGridConditionalStyleFontInfoComponent } from "./igc-grid-conditional-style-font-info-component";
|
|
4
5
|
import { IgcGridConditionFilterStringErrorsParsingEventArgs } from "./igc-grid-condition-filter-string-errors-parsing-event-args";
|
|
5
6
|
import { GridConditionalStyleProperty } from "./GridConditionalStyleProperty";
|
|
6
7
|
import { IFilterExpression } from "igniteui-webcomponents-core";
|
|
@@ -63,8 +64,22 @@ export declare class IgcGridConditionalStylePropertyComponent extends IgcHTMLEle
|
|
|
63
64
|
set sumInputValueExpressionString(v: string);
|
|
64
65
|
get actualSumInputValueExpression(): IFilterExpression;
|
|
65
66
|
set actualSumInputValueExpression(v: IFilterExpression);
|
|
66
|
-
get
|
|
67
|
-
set
|
|
67
|
+
get doubleValue(): number;
|
|
68
|
+
set doubleValue(v: number);
|
|
69
|
+
get intValue(): number;
|
|
70
|
+
set intValue(v: number);
|
|
71
|
+
get boolValue(): boolean;
|
|
72
|
+
set boolValue(v: boolean);
|
|
73
|
+
get dateValue(): Date;
|
|
74
|
+
set dateValue(v: Date);
|
|
75
|
+
get fontValue(): IgcGridConditionalStyleFontInfoComponent;
|
|
76
|
+
set fontValue(v: IgcGridConditionalStyleFontInfoComponent);
|
|
77
|
+
get objectValue(): any;
|
|
78
|
+
set objectValue(v: any);
|
|
79
|
+
get stringValue(): string;
|
|
80
|
+
set stringValue(v: string);
|
|
81
|
+
get brushValue(): string;
|
|
82
|
+
set brushValue(v: string);
|
|
68
83
|
get shouldSetValue(): boolean;
|
|
69
84
|
set shouldSetValue(v: boolean);
|
|
70
85
|
get minimumColor(): string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-webcomponents-data-grids",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.2-beta.0",
|
|
4
4
|
"description": "Ignite UI Web Components data grid components.",
|
|
5
5
|
"homepage": "https://github.com/IgniteUI/igniteui-webcomponents-data-grids",
|
|
6
6
|
"keywords": [
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"tslib": "^2.3.1"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"igniteui-webcomponents-core": "25.1.0.
|
|
22
|
-
"igniteui-webcomponents-layouts": "25.1.0.
|
|
23
|
-
"igniteui-webcomponents-inputs": "25.1.0.
|
|
21
|
+
"igniteui-webcomponents-core": "25.1.0.80",
|
|
22
|
+
"igniteui-webcomponents-layouts": "25.1.0.80",
|
|
23
|
+
"igniteui-webcomponents-inputs": "25.1.0.80"
|
|
24
24
|
},
|
|
25
25
|
"sideEffects": [
|
|
26
26
|
"./grids/combined.js"
|
package/public_api.d.ts
CHANGED
|
@@ -393,6 +393,7 @@ export * from './lib/igc-date-time-column-module';
|
|
|
393
393
|
export * from './lib/DefinitionBase';
|
|
394
394
|
export * from './lib/IExternalDefinitionBase';
|
|
395
395
|
export * from './lib/TextCellLineBreakMode';
|
|
396
|
+
export * from './lib/TextCellDecoration';
|
|
396
397
|
export * from './lib/DataBindingEventArgs';
|
|
397
398
|
export * from './lib/DefinitionPropertyUpdatedEventArgs';
|
|
398
399
|
export * from './lib/GridCompoundConditionalStyle';
|
|
@@ -406,6 +407,9 @@ export * from './lib/igc-grid-conditional-style-component';
|
|
|
406
407
|
export * from './lib/igc-grid-conditional-style-module';
|
|
407
408
|
export * from './lib/GridConditionFilterStringErrorsParsingEventArgs';
|
|
408
409
|
export * from './lib/igc-grid-condition-filter-string-errors-parsing-event-args';
|
|
410
|
+
export * from './lib/GridConditionalStyleFontInfo';
|
|
411
|
+
export * from './lib/igc-grid-conditional-style-font-info-component';
|
|
412
|
+
export * from './lib/igc-grid-conditional-style-font-info-module';
|
|
409
413
|
export * from './lib/GridConditionalStylePropertyStylingType';
|
|
410
414
|
export * from './lib/GridConditionalStyleBoundType';
|
|
411
415
|
export * from './lib/GridConditionalStyleProperty';
|