igniteui-webcomponents-grids 5.1.0 → 5.1.1-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-grids.umd.js +29290 -22265
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +3 -3
- package/esm2015/lib/BaseEditorView.js +36 -30
- package/esm2015/lib/CanvasCellPresenterBase.js +17 -17
- package/esm2015/lib/CanvasContentCellModelHelper.js +26 -26
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +377 -361
- package/esm2015/lib/CanvasImageCell.js +30 -30
- package/esm2015/lib/CanvasImageCellPresenter.js +17 -17
- package/esm2015/lib/CanvasNumericCell.js +2 -2
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCell.js +3 -3
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +11 -11
- package/esm2015/lib/CanvasSummaryCell.js +50 -50
- package/esm2015/lib/CanvasSummaryCellPresenter.js +10 -10
- package/esm2015/lib/CanvasTemplateCell.js +7 -7
- package/esm2015/lib/CanvasTemplateCellPresenter.js +6 -6
- package/esm2015/lib/CanvasTemplateHeaderCell.js +7 -7
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTextCell.js +3 -3
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCell.js +24 -24
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +20 -20
- package/esm2015/lib/CellPresenterBase.js +40 -38
- package/esm2015/lib/CheckboxListBridge.js +88 -23
- package/esm2015/lib/CheckboxListExternalIndexType.js +11 -0
- package/esm2015/lib/CheckboxListExternalIndexTypeChangedEventArgs.js +21 -0
- package/esm2015/lib/CheckboxListExternalKeysClearedEventArgs.js +16 -0
- package/esm2015/lib/CheckboxListIndexTypeChangedEventArgs.js +21 -0
- package/esm2015/lib/CheckboxListKeysClearedEventArgs.js +16 -0
- package/esm2015/lib/CheckboxListViewExternal.js +11 -0
- package/esm2015/lib/CheckboxListView_combined.js +617 -520
- package/esm2015/lib/ColumnChooserView_combined.js +15 -15
- package/esm2015/lib/ColumnFilterCondition_combined.js +13473 -10334
- package/esm2015/lib/ColumnGroupingView_combined.js +6 -5
- package/esm2015/lib/ColumnOptionsToolbarManagerOpeningEventArgs.js +16 -0
- package/esm2015/lib/ColumnPinningView_combined.js +15 -15
- package/esm2015/lib/ColumnSummaryDescription.js +53 -46
- package/esm2015/lib/ColumnSummaryDescriptionCollection.js +4 -2
- package/esm2015/lib/ComboEditorView.js +119 -117
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +12 -12
- package/esm2015/lib/ContentCellModelHelper.js +19 -19
- package/esm2015/lib/DataGridCellLayoutPanel.js +21 -21
- package/esm2015/lib/DataGridColumnToolbarManager.js +7 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +3 -2
- package/esm2015/lib/DateEditorView.js +94 -94
- package/esm2015/lib/DateTimeCellPresenter.js +8 -8
- package/esm2015/lib/Dragger.js +3 -2
- package/esm2015/lib/DraggerView.js +1 -1
- package/esm2015/lib/EditorCell.js +303 -303
- package/esm2015/lib/EditorCellPresenter.js +28 -28
- package/esm2015/lib/EditorRowCell.js +1 -1
- package/esm2015/lib/FilterCell.js +272 -272
- package/esm2015/lib/FilterCellPresenter.js +18 -18
- package/esm2015/lib/GridCellBase.js +295 -279
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +23 -22
- 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 +19 -18
- package/esm2015/lib/GridCompoundConditionalStyle.js +7 -0
- package/esm2015/lib/GridConditionFilterStringErrorsParsingEventArgs.js +33 -0
- package/esm2015/lib/GridConditionalStyle.js +7 -0
- package/esm2015/lib/GridConditionalStyleBoundType.js +16 -0
- package/esm2015/lib/GridConditionalStyleCollection.js +7 -0
- package/esm2015/lib/GridConditionalStyleProperty.js +615 -0
- package/esm2015/lib/GridConditionalStylePropertyCollection.js +21 -0
- package/esm2015/lib/GridConditionalStylePropertyStylingType.js +18 -0
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +308 -301
- package/esm2015/lib/GridModuleHelper.js +24 -0
- package/esm2015/lib/GridSelectedKeysCollection.js +21 -3
- package/esm2015/lib/GridSortIndicatorView_combined.js +1 -1
- package/esm2015/lib/GridStyleRepository.js +206 -173
- package/esm2015/lib/ISummaryChooserView_combined.js +10 -10
- package/esm2015/lib/ImageCell.js +60 -60
- package/esm2015/lib/ImageCellPresenter.js +18 -18
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +34 -34
- package/esm2015/lib/NativeUIComboFactory.js +47 -0
- package/esm2015/lib/NativeUIGridFactory.js +1 -1
- package/esm2015/lib/NumericCell.js +5 -5
- package/esm2015/lib/NumericCellPresenter.js +8 -8
- package/esm2015/lib/NumericEditorView.js +3 -3
- package/esm2015/lib/PropertyEditorView_combined.js +66 -66
- 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 +9 -9
- package/esm2015/lib/TemplateHeaderCell.js +6 -6
- package/esm2015/lib/TemplateHeaderCellModel.js +23 -17
- package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/TemplateSectionHeader.js +3 -3
- package/esm2015/lib/TextCell.js +30 -30
- package/esm2015/lib/TextCellPresenter.js +9 -9
- package/esm2015/lib/TextEditorView.js +78 -78
- package/esm2015/lib/TextHeaderCell.js +149 -153
- package/esm2015/lib/TextHeaderCellPresenter.js +38 -32
- package/esm2015/lib/TextIconSetBuiltInTypes.js +18 -0
- package/esm2015/lib/TextIconSetConditionalStyle.js +101 -0
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igc-cell-info.js +177 -177
- package/esm2015/lib/igc-checkbox-list-component.js +131 -79
- package/esm2015/lib/igc-checkbox-list-index-type-changed-event-args.js +44 -0
- package/esm2015/lib/igc-checkbox-list-keys-cleared-event-args.js +30 -0
- package/esm2015/lib/igc-column-moving-separator-component.js +15 -9
- package/esm2015/lib/igc-column-resizing-separator-component.js +12 -6
- package/esm2015/lib/igc-column-summary-description.js +24 -15
- package/esm2015/lib/igc-combo-box-column-component.js +16 -10
- package/esm2015/lib/igc-data-grid-all-columns-module.js +4 -0
- package/esm2015/lib/igc-data-grid-column-component.js +182 -160
- package/esm2015/lib/igc-data-grid-component.js +50 -24
- package/esm2015/lib/igc-data-grid-core-module.js +5 -0
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +51 -20
- package/esm2015/lib/igc-date-time-cell-info.js +12 -12
- package/esm2015/lib/igc-date-time-column-component.js +29 -23
- package/esm2015/lib/igc-definition-base-component.js +317 -111
- package/esm2015/lib/igc-edit-row-definition-component.js +6 -0
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-editor-definition-component.js +6 -0
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-filter-row-definition-component.js +18 -12
- package/esm2015/lib/igc-grid-compound-conditional-style-component.js +88 -0
- package/esm2015/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +48 -0
- package/esm2015/lib/igc-grid-conditional-style-collection.js +53 -0
- package/esm2015/lib/igc-grid-conditional-style-component.js +413 -0
- package/esm2015/lib/igc-grid-conditional-style-module.js +16 -0
- package/esm2015/lib/igc-grid-conditional-style-property-collection.js +53 -0
- package/esm2015/lib/igc-grid-conditional-style-property-component.js +400 -0
- package/esm2015/lib/igc-grid-conditional-style-property-module.js +16 -0
- package/esm2015/lib/igc-header-component.js +30 -24
- package/esm2015/lib/igc-header-row-separator-component.js +6 -0
- package/esm2015/lib/igc-header-separator-component.js +6 -0
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +18 -12
- package/esm2015/lib/igc-multi-column-combo-box-component.js +24 -24
- package/esm2015/lib/igc-numeric-cell-info.js +26 -26
- package/esm2015/lib/igc-numeric-column-component.js +41 -35
- package/esm2015/lib/igc-pinned-area-separator-component.js +6 -0
- package/esm2015/lib/igc-row-separator-component.js +6 -0
- package/esm2015/lib/igc-section-footer-component.js +6 -0
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +30 -24
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-summary-row-component.js +30 -24
- package/esm2015/lib/igc-summary-row-root-component.js +6 -0
- package/esm2015/lib/igc-summary-row-section-component.js +6 -0
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-column-component.js +6 -0
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-component.js +6 -0
- package/esm2015/lib/igc-template-section-header-component.js +6 -0
- package/esm2015/lib/igc-text-cell-info.js +2 -2
- package/esm2015/lib/igc-text-column-component.js +15 -9
- package/esm2015/lib/igc-text-header-cell-info.js +10 -10
- package/esm2015/lib/igc-text-header-component.js +6 -0
- package/esm2015/lib/igc-text-icon-set-conditional-style-component.js +94 -0
- package/esm2015/lib/igc-text-icon-set-conditional-style-module.js +16 -0
- package/esm2015/public_api.js +36 -4
- package/esm5/lib/AccessibilityRow.js +3 -3
- package/esm5/lib/BaseEditorView.js +36 -30
- package/esm5/lib/CanvasCellPresenterBase.js +17 -17
- package/esm5/lib/CanvasContentCellModelHelper.js +26 -26
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +375 -359
- package/esm5/lib/CanvasImageCell.js +29 -29
- package/esm5/lib/CanvasImageCellPresenter.js +17 -17
- package/esm5/lib/CanvasNumericCell.js +2 -2
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCell.js +3 -3
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +11 -11
- package/esm5/lib/CanvasSummaryCell.js +50 -50
- package/esm5/lib/CanvasSummaryCellPresenter.js +10 -10
- package/esm5/lib/CanvasTemplateCell.js +7 -7
- package/esm5/lib/CanvasTemplateCellPresenter.js +6 -6
- package/esm5/lib/CanvasTemplateHeaderCell.js +7 -7
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/CanvasTextCell.js +3 -3
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCell.js +24 -24
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +20 -20
- package/esm5/lib/CellPresenterBase.js +40 -38
- package/esm5/lib/CheckboxListBridge.js +88 -23
- package/esm5/lib/CheckboxListExternalIndexType.js +11 -0
- package/esm5/lib/CheckboxListExternalIndexTypeChangedEventArgs.js +23 -0
- package/esm5/lib/CheckboxListExternalKeysClearedEventArgs.js +20 -0
- package/esm5/lib/CheckboxListIndexTypeChangedEventArgs.js +23 -0
- package/esm5/lib/CheckboxListKeysClearedEventArgs.js +20 -0
- package/esm5/lib/CheckboxListViewExternal.js +11 -0
- package/esm5/lib/CheckboxListView_combined.js +599 -498
- package/esm5/lib/ColumnChooserView_combined.js +15 -15
- package/esm5/lib/ColumnFilterCondition_combined.js +13154 -9751
- package/esm5/lib/ColumnGroupingView_combined.js +6 -5
- package/esm5/lib/ColumnOptionsToolbarManagerOpeningEventArgs.js +20 -0
- package/esm5/lib/ColumnPinningView_combined.js +15 -15
- package/esm5/lib/ColumnSummaryDescription.js +56 -45
- package/esm5/lib/ColumnSummaryDescriptionCollection.js +4 -2
- package/esm5/lib/ComboEditorView.js +116 -114
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +12 -12
- package/esm5/lib/ContentCellModelHelper.js +19 -19
- package/esm5/lib/DataGridCellLayoutPanel.js +21 -21
- package/esm5/lib/DataGridColumnToolbarManager.js +7 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +3 -2
- package/esm5/lib/DateEditorView.js +92 -92
- package/esm5/lib/DateTimeCellPresenter.js +8 -8
- package/esm5/lib/Dragger.js +3 -2
- package/esm5/lib/DraggerView.js +1 -1
- package/esm5/lib/EditorCell.js +285 -285
- package/esm5/lib/EditorCellPresenter.js +28 -28
- package/esm5/lib/EditorRowCell.js +1 -1
- package/esm5/lib/FilterCell.js +262 -262
- package/esm5/lib/FilterCellPresenter.js +18 -18
- package/esm5/lib/GridCellBase.js +286 -270
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +23 -22
- 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 +19 -18
- package/esm5/lib/GridCompoundConditionalStyle.js +7 -0
- package/esm5/lib/GridConditionFilterStringErrorsParsingEventArgs.js +43 -0
- package/esm5/lib/GridConditionalStyle.js +7 -0
- package/esm5/lib/GridConditionalStyleBoundType.js +16 -0
- package/esm5/lib/GridConditionalStyleCollection.js +7 -0
- package/esm5/lib/GridConditionalStyleProperty.js +761 -0
- package/esm5/lib/GridConditionalStylePropertyCollection.js +22 -0
- package/esm5/lib/GridConditionalStylePropertyStylingType.js +18 -0
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +311 -291
- package/esm5/lib/GridModuleHelper.js +28 -0
- package/esm5/lib/GridSelectedKeysCollection.js +54 -3
- package/esm5/lib/GridSortIndicatorView_combined.js +1 -1
- package/esm5/lib/GridStyleRepository.js +248 -203
- package/esm5/lib/ISummaryChooserView_combined.js +10 -10
- package/esm5/lib/ImageCell.js +60 -60
- package/esm5/lib/ImageCellPresenter.js +18 -18
- package/esm5/lib/MultiColumnComboBoxView_combined.js +34 -34
- package/esm5/lib/NativeUIComboFactory.js +57 -0
- package/esm5/lib/NativeUIGridFactory.js +1 -1
- package/esm5/lib/NumericCell.js +5 -5
- package/esm5/lib/NumericCellPresenter.js +8 -8
- package/esm5/lib/NumericEditorView.js +3 -3
- package/esm5/lib/PropertyEditorView_combined.js +66 -66
- 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 +9 -9
- package/esm5/lib/TemplateHeaderCell.js +6 -6
- package/esm5/lib/TemplateHeaderCellModel.js +22 -16
- package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/TemplateSectionHeader.js +3 -3
- package/esm5/lib/TextCell.js +30 -30
- package/esm5/lib/TextCellPresenter.js +9 -9
- package/esm5/lib/TextEditorView.js +78 -78
- package/esm5/lib/TextHeaderCell.js +147 -151
- package/esm5/lib/TextHeaderCellPresenter.js +38 -32
- package/esm5/lib/TextIconSetBuiltInTypes.js +18 -0
- package/esm5/lib/TextIconSetConditionalStyle.js +107 -0
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igc-cell-info.js +177 -177
- package/esm5/lib/igc-checkbox-list-component.js +141 -79
- package/esm5/lib/igc-checkbox-list-index-type-changed-event-args.js +58 -0
- package/esm5/lib/igc-checkbox-list-keys-cleared-event-args.js +36 -0
- package/esm5/lib/igc-column-moving-separator-component.js +15 -9
- package/esm5/lib/igc-column-resizing-separator-component.js +12 -6
- package/esm5/lib/igc-column-summary-description.js +28 -15
- package/esm5/lib/igc-combo-box-column-component.js +16 -10
- package/esm5/lib/igc-data-grid-all-columns-module.js +4 -0
- package/esm5/lib/igc-data-grid-column-component.js +182 -160
- package/esm5/lib/igc-data-grid-component.js +55 -24
- package/esm5/lib/igc-data-grid-core-module.js +5 -0
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +59 -20
- package/esm5/lib/igc-date-time-cell-info.js +12 -12
- package/esm5/lib/igc-date-time-column-component.js +29 -23
- package/esm5/lib/igc-definition-base-component.js +389 -112
- package/esm5/lib/igc-edit-row-definition-component.js +6 -0
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-editor-definition-component.js +6 -0
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-filter-row-definition-component.js +18 -12
- package/esm5/lib/igc-grid-compound-conditional-style-component.js +101 -0
- package/esm5/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +62 -0
- package/esm5/lib/igc-grid-conditional-style-collection.js +58 -0
- package/esm5/lib/igc-grid-conditional-style-component.js +500 -0
- package/esm5/lib/igc-grid-conditional-style-module.js +20 -0
- package/esm5/lib/igc-grid-conditional-style-property-collection.js +58 -0
- package/esm5/lib/igc-grid-conditional-style-property-component.js +535 -0
- package/esm5/lib/igc-grid-conditional-style-property-module.js +20 -0
- package/esm5/lib/igc-header-component.js +30 -24
- package/esm5/lib/igc-header-row-separator-component.js +6 -0
- package/esm5/lib/igc-header-separator-component.js +6 -0
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +18 -12
- package/esm5/lib/igc-multi-column-combo-box-component.js +24 -24
- package/esm5/lib/igc-numeric-cell-info.js +26 -26
- package/esm5/lib/igc-numeric-column-component.js +41 -35
- package/esm5/lib/igc-pinned-area-separator-component.js +6 -0
- package/esm5/lib/igc-row-separator-component.js +6 -0
- package/esm5/lib/igc-section-footer-component.js +6 -0
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +30 -24
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-summary-row-component.js +30 -24
- package/esm5/lib/igc-summary-row-root-component.js +6 -0
- package/esm5/lib/igc-summary-row-section-component.js +6 -0
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-column-component.js +6 -0
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-component.js +6 -0
- package/esm5/lib/igc-template-section-header-component.js +6 -0
- package/esm5/lib/igc-text-cell-info.js +2 -2
- package/esm5/lib/igc-text-column-component.js +15 -9
- package/esm5/lib/igc-text-header-cell-info.js +10 -10
- package/esm5/lib/igc-text-header-component.js +6 -0
- package/esm5/lib/igc-text-icon-set-conditional-style-component.js +107 -0
- package/esm5/lib/igc-text-icon-set-conditional-style-module.js +20 -0
- package/esm5/public_api.js +36 -4
- package/fesm2015/igniteui-webcomponents-grids.js +20004 -13895
- package/fesm5/igniteui-webcomponents-grids.js +29259 -22269
- package/grids/combined.js +7842 -7830
- 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/BaseEditorView.d.ts +12 -11
- package/lib/CanvasGridCellBase.d.ts +113 -110
- package/lib/CanvasImageCell.d.ts +13 -13
- package/lib/CanvasSectionHeaderCell.d.ts +1 -1
- package/lib/CanvasSummaryCell.d.ts +14 -14
- package/lib/CanvasTemplateCell.d.ts +4 -4
- package/lib/CanvasTemplateHeaderCell.d.ts +4 -4
- package/lib/CanvasTextCell.d.ts +1 -1
- package/lib/CanvasTextHeaderCell.d.ts +6 -6
- package/lib/CheckboxListBridge.d.ts +20 -9
- package/lib/CheckboxListExternal.d.ts +6 -6
- package/lib/CheckboxListExternalIndexType.d.ts +12 -0
- package/lib/CheckboxListExternalIndexTypeChangedEventArgs.d.ts +10 -0
- package/lib/CheckboxListExternalKeysClearedEventArgs.d.ts +7 -0
- package/lib/CheckboxListIndexTypeChangedEventArgs.d.ts +10 -0
- package/lib/CheckboxListKeysClearedEventArgs.d.ts +7 -0
- package/lib/CheckboxListViewExternal.d.ts +20 -0
- package/lib/CheckboxListView_combined.d.ts +135 -121
- package/lib/ColumnFilterCondition_combined.d.ts +2301 -1956
- package/lib/ColumnOptionsToolbarManagerOpeningEventArgs.d.ts +7 -0
- package/lib/ColumnSummaryDescription.d.ts +21 -18
- package/lib/ComboEditorView.d.ts +17 -17
- package/lib/DataGridColumnToolbarManager.d.ts +1 -0
- package/lib/DateEditorView.d.ts +14 -14
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +92 -89
- package/lib/GridCompoundConditionalStyle.d.ts +1 -0
- package/lib/GridConditionFilterStringErrorsParsingEventArgs.d.ts +14 -0
- package/lib/GridConditionalStyle.d.ts +1 -0
- package/lib/GridConditionalStyleBoundType.d.ts +9 -0
- package/lib/GridConditionalStyleCollection.d.ts +1 -0
- package/lib/GridConditionalStyleProperty.d.ts +127 -0
- package/lib/GridConditionalStylePropertyCollection.d.ts +10 -0
- package/lib/GridConditionalStylePropertyStylingType.d.ts +11 -0
- package/lib/GridFilterDialogView_combined.d.ts +103 -79
- package/lib/GridModuleHelper.d.ts +8 -0
- package/lib/GridSelectedKeysCollection.d.ts +6 -2
- package/lib/GridStyleRepository.d.ts +68 -62
- package/lib/ICellActionManager.d.ts +1 -1
- package/lib/ICellPresenter.d.ts +1 -1
- package/lib/ICellRenderingEngine.d.ts +1 -1
- package/lib/IDataAdapter.d.ts +1 -1
- package/lib/IDragger.d.ts +1 -1
- package/lib/IDraggerView.d.ts +1 -1
- package/lib/IExternalDefinitionBase.d.ts +1 -1
- package/lib/IExternalGrid.d.ts +1 -1
- package/lib/IGridInfoRequestor.d.ts +1 -1
- package/lib/ISummaryChooserView.d.ts +1 -1
- package/lib/ImageCell.d.ts +18 -18
- package/lib/NativeUIComboFactory.d.ts +18 -0
- package/lib/NumericCell.d.ts +1 -1
- package/lib/SectionHeaderCell.d.ts +4 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +6 -6
- package/lib/TemplateHeader.d.ts +4 -4
- package/lib/TemplateHeaderCell.d.ts +3 -3
- package/lib/TemplateHeaderCellModel.d.ts +7 -6
- package/lib/TemplateSectionHeader.d.ts +3 -3
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextEditorView.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/TextIconSetBuiltInTypes.d.ts +11 -0
- package/lib/TextIconSetConditionalStyle.d.ts +18 -0
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igc-checkbox-list-component.d.ts +10 -0
- package/lib/igc-checkbox-list-index-type-changed-event-args.d.ts +17 -0
- package/lib/igc-checkbox-list-keys-cleared-event-args.d.ts +12 -0
- package/lib/igc-column-summary-description.d.ts +5 -0
- package/lib/igc-data-grid-column-component.d.ts +8 -0
- package/lib/igc-data-grid-component.d.ts +5 -0
- package/lib/igc-data-grid-filter-dialog-component.d.ts +15 -0
- package/lib/igc-definition-base-component.d.ts +63 -0
- package/lib/igc-grid-compound-conditional-style-component.d.ts +19 -0
- package/lib/igc-grid-condition-filter-string-errors-parsing-event-args.d.ts +22 -0
- package/lib/igc-grid-conditional-style-collection.d.ts +8 -0
- package/lib/igc-grid-conditional-style-component.d.ts +80 -0
- package/lib/igc-grid-conditional-style-module.d.ts +3 -0
- package/lib/igc-grid-conditional-style-property-collection.d.ts +8 -0
- package/lib/igc-grid-conditional-style-property-component.d.ts +101 -0
- package/lib/igc-grid-conditional-style-property-module.d.ts +3 -0
- package/lib/igc-text-icon-set-conditional-style-component.d.ts +22 -0
- package/lib/igc-text-icon-set-conditional-style-module.d.ts +3 -0
- package/package.json +4 -4
- package/public_api.d.ts +36 -4
|
@@ -29,38 +29,38 @@ export let CanvasTextHeaderCellPresenter = /*@__PURE__*/ (() => {
|
|
|
29
29
|
b(a) {
|
|
30
30
|
super.b(a);
|
|
31
31
|
let b = a;
|
|
32
|
-
if (a.
|
|
33
|
-
if (a.
|
|
34
|
-
b.
|
|
35
|
-
this.d.
|
|
32
|
+
if (a.a3) {
|
|
33
|
+
if (a.a8(TextCellModel.mf)) {
|
|
34
|
+
b.j1 = b.mh;
|
|
35
|
+
this.d.cr(b.j1);
|
|
36
36
|
}
|
|
37
|
-
if (a.
|
|
38
|
-
if (a.
|
|
39
|
-
this.d.
|
|
37
|
+
if (a.a8(CellModel.g4)) {
|
|
38
|
+
if (a.bp) {
|
|
39
|
+
this.d.db.l = false;
|
|
40
40
|
}
|
|
41
41
|
if (this.e == null) {
|
|
42
42
|
let c = a.p;
|
|
43
43
|
this.e = () => c.refresh();
|
|
44
44
|
}
|
|
45
|
-
this.d.
|
|
46
|
-
this.d.
|
|
47
|
-
if (a.
|
|
48
|
-
this.d.
|
|
45
|
+
this.d.de(a.n);
|
|
46
|
+
this.d.cp(runOn(this, this.f));
|
|
47
|
+
if (a.bp) {
|
|
48
|
+
this.d.db.l = true;
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
|
-
if (a.
|
|
52
|
-
if (a.
|
|
53
|
-
this.d.
|
|
51
|
+
if (a.a8(CellModel.g5)) {
|
|
52
|
+
if (a.bp) {
|
|
53
|
+
this.d.db.l = false;
|
|
54
54
|
}
|
|
55
|
-
this.d.
|
|
56
|
-
if (a.
|
|
57
|
-
this.d.
|
|
55
|
+
this.d.db.a0 = a.ma;
|
|
56
|
+
if (a.bp) {
|
|
57
|
+
this.d.db.l = true;
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
|
-
if (a.
|
|
61
|
-
this.d.
|
|
60
|
+
if (a.a7("SortIndicatorStyle")) {
|
|
61
|
+
this.d.db.f = b.mo;
|
|
62
62
|
}
|
|
63
|
-
CanvasContentCellModelHelper.a(this.a.
|
|
63
|
+
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
}
|
|
@@ -22,58 +22,60 @@ export let CellPresenterBase = /*@__PURE__*/ (() => {
|
|
|
22
22
|
this.b(a);
|
|
23
23
|
}
|
|
24
24
|
b(a) {
|
|
25
|
-
this.a.
|
|
26
|
-
this.a.
|
|
27
|
-
this.a.
|
|
28
|
-
this.a.
|
|
29
|
-
if (a.
|
|
30
|
-
this.a.
|
|
25
|
+
this.a.bz(a.c);
|
|
26
|
+
this.a.b5(a.e);
|
|
27
|
+
this.a.b2(a.d);
|
|
28
|
+
this.a.br();
|
|
29
|
+
if (a.a8(CellModel.f8)) {
|
|
30
|
+
this.a.y = a.bd;
|
|
31
31
|
}
|
|
32
|
-
if (a.
|
|
33
|
-
this.a.
|
|
32
|
+
if (a.a8(CellModel.em) || a.a8(CellModel.eq) || a.a8(CellModel.eo) || a.a8(CellModel.ek)) {
|
|
33
|
+
this.a.b7(a.el, a.ep, a.en, a.ej);
|
|
34
34
|
}
|
|
35
|
-
if (a.
|
|
36
|
-
this.a.
|
|
37
|
-
if (a.
|
|
38
|
-
if (!a.
|
|
39
|
-
this.a.
|
|
35
|
+
if (a.a1) {
|
|
36
|
+
this.a.b1(a.lv, a.d9, a.ee, a.ec, a.d7);
|
|
37
|
+
if (a.a8(CellModel.d5)) {
|
|
38
|
+
if (!a.bf && a.p.ix && a.bc && a.cf == 1) {
|
|
39
|
+
this.a.bh();
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
|
-
if (a.
|
|
44
|
-
this.a.
|
|
45
|
-
this.a.
|
|
43
|
+
if (a.bo) {
|
|
44
|
+
this.a.b3(a.fu, (a.ep + a.ej + a.ee + a.d7));
|
|
45
|
+
this.a.b9(a.hd, (a.el + a.en + a.d9 + a.ec));
|
|
46
46
|
}
|
|
47
|
-
if (a.
|
|
48
|
-
if (a.
|
|
49
|
-
this.a.
|
|
47
|
+
if (a.a3) {
|
|
48
|
+
if (a.bi && !this.a.u) {
|
|
49
|
+
this.a.bg();
|
|
50
50
|
}
|
|
51
|
-
if (a.
|
|
52
|
-
this.a.
|
|
51
|
+
if (a.a8(CellModel.d6)) {
|
|
52
|
+
this.a.b0(a.lu.color);
|
|
53
53
|
}
|
|
54
|
-
if (a.
|
|
55
|
-
this.a.
|
|
54
|
+
if (a.a8(CellModel.ei)) {
|
|
55
|
+
this.a.b6(a.ch);
|
|
56
56
|
}
|
|
57
|
-
if (a.
|
|
58
|
-
this.a.
|
|
59
|
-
this.a.
|
|
60
|
-
this.a.
|
|
61
|
-
this.a.
|
|
57
|
+
if (a.a7("IsCollapsable")) {
|
|
58
|
+
this.a.v = a.a2;
|
|
59
|
+
this.a.a6 = a.f0;
|
|
60
|
+
this.a.w = a.ba;
|
|
61
|
+
this.a.b9(a.hd, (a.el + a.en + a.d9 + a.ec));
|
|
62
62
|
}
|
|
63
|
-
if (a.
|
|
64
|
-
this.a.
|
|
65
|
-
this.a.
|
|
63
|
+
if (a.a7("Indent")) {
|
|
64
|
+
this.a.a6 = a.f0;
|
|
65
|
+
this.a.b9(a.hd, (a.el + a.en + a.d9 + a.ec));
|
|
66
66
|
}
|
|
67
|
-
if (a.
|
|
68
|
-
this.a.
|
|
67
|
+
if (a.a7("IsExpanded")) {
|
|
68
|
+
this.a.w = a.ba;
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
|
-
if (a.
|
|
72
|
-
this.a.
|
|
71
|
+
if (a.bo && a.bi) {
|
|
72
|
+
this.a.ch(a);
|
|
73
73
|
}
|
|
74
|
-
if (a.
|
|
75
|
-
a.
|
|
76
|
-
|
|
74
|
+
if (a.a7("DoClone")) {
|
|
75
|
+
if (a.ax) {
|
|
76
|
+
a.ax = false;
|
|
77
|
+
this.a.bf();
|
|
78
|
+
}
|
|
77
79
|
}
|
|
78
80
|
}
|
|
79
81
|
c(a, b, c) {
|
|
@@ -5,10 +5,15 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
7
|
import { XComponentBridge } from "igniteui-webcomponents-inputs";
|
|
8
|
+
import { INativeUICheckboxListBridge_$type } from "igniteui-webcomponents-core";
|
|
8
9
|
import { runOn, delegateCombine, delegateRemove, EnumUtil, enumGetBox, markType } from "igniteui-webcomponents-core";
|
|
9
10
|
import { NativeUICheckboxListChangeEventArgs } from "igniteui-webcomponents-core";
|
|
11
|
+
import { NativeUICheckboxListIndexTypeChangedEventArgs } from "igniteui-webcomponents-core";
|
|
12
|
+
import { NativeUICheckboxListKeysClearedEventArgs } from "igniteui-webcomponents-core";
|
|
10
13
|
import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
|
|
11
14
|
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
15
|
+
import { NativeUICheckboxListIndexType_$type } from "igniteui-webcomponents-core";
|
|
16
|
+
import { CheckboxListExternalIndexType_$type } from "./CheckboxListExternalIndexType";
|
|
12
17
|
/**
|
|
13
18
|
* @hidden
|
|
14
19
|
*/
|
|
@@ -16,59 +21,97 @@ export let CheckboxListBridge = /*@__PURE__*/ (() => {
|
|
|
16
21
|
class CheckboxListBridge extends XComponentBridge {
|
|
17
22
|
constructor(a) {
|
|
18
23
|
super(a);
|
|
19
|
-
this.
|
|
20
|
-
this.
|
|
21
|
-
this.
|
|
24
|
+
this.ab = null;
|
|
25
|
+
this.ac = null;
|
|
26
|
+
this.ad = null;
|
|
22
27
|
this.u = null;
|
|
23
28
|
this.v = null;
|
|
24
29
|
this.w = null;
|
|
30
|
+
this.x = null;
|
|
31
|
+
this.z = null;
|
|
32
|
+
this.y = null;
|
|
33
|
+
this.aa = null;
|
|
25
34
|
}
|
|
26
35
|
getDesiredSize(a, b) {
|
|
27
|
-
return this.t.getDesiredSize();
|
|
36
|
+
return this.t.view.getDesiredSize();
|
|
28
37
|
}
|
|
29
38
|
addHandler(a, b, c, d) {
|
|
30
39
|
let e = a;
|
|
31
40
|
switch (c) {
|
|
32
41
|
case 2:
|
|
33
|
-
e.checkedChanged = delegateCombine(e.checkedChanged, runOn(this, this.
|
|
42
|
+
e.checkedChanged = delegateCombine(e.checkedChanged, runOn(this, this.ae));
|
|
34
43
|
this.u = d;
|
|
35
|
-
this.
|
|
44
|
+
this.ab = b;
|
|
36
45
|
break;
|
|
37
46
|
case 18:
|
|
38
|
-
e.selectedKeyAdded = delegateCombine(e.selectedKeyAdded, runOn(this, this.
|
|
47
|
+
e.selectedKeyAdded = delegateCombine(e.selectedKeyAdded, runOn(this, this.ag));
|
|
39
48
|
this.v = d;
|
|
40
|
-
this.
|
|
49
|
+
this.ac = b;
|
|
41
50
|
break;
|
|
42
51
|
case 19:
|
|
43
|
-
e.selectedKeyRemoved = delegateCombine(e.selectedKeyRemoved, runOn(this, this.
|
|
52
|
+
e.selectedKeyRemoved = delegateCombine(e.selectedKeyRemoved, runOn(this, this.ah));
|
|
44
53
|
this.w = d;
|
|
54
|
+
this.ad = b;
|
|
55
|
+
break;
|
|
56
|
+
case 21:
|
|
57
|
+
e.indexTypeChanged = delegateCombine(e.indexTypeChanged, runOn(this, this.af));
|
|
58
|
+
this.x = d;
|
|
45
59
|
this.z = b;
|
|
46
60
|
break;
|
|
61
|
+
case 25:
|
|
62
|
+
e.keysCleared = delegateCombine(e.keysCleared, runOn(this, this.ai));
|
|
63
|
+
this.y = d;
|
|
64
|
+
this.aa = b;
|
|
65
|
+
break;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
ai(a, b) {
|
|
69
|
+
if (this.y != null) {
|
|
70
|
+
this.y(this.aa, ((() => {
|
|
71
|
+
let $ret = new NativeUICheckboxListKeysClearedEventArgs();
|
|
72
|
+
return $ret;
|
|
73
|
+
})()));
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
af(a, b) {
|
|
77
|
+
if (this.x != null) {
|
|
78
|
+
this.x(this.z, ((() => {
|
|
79
|
+
let $ret = new NativeUICheckboxListIndexTypeChangedEventArgs();
|
|
80
|
+
$ret.b = b.b;
|
|
81
|
+
$ret.a = b.a;
|
|
82
|
+
return $ret;
|
|
83
|
+
})()));
|
|
47
84
|
}
|
|
48
85
|
}
|
|
49
86
|
removeHandler(a, b, c, d) {
|
|
50
87
|
let e = a;
|
|
51
88
|
switch (c) {
|
|
52
89
|
case 2:
|
|
53
|
-
e.checkedChanged = delegateRemove(e.checkedChanged, runOn(this, this.
|
|
90
|
+
e.checkedChanged = delegateRemove(e.checkedChanged, runOn(this, this.ae));
|
|
54
91
|
this.u = null;
|
|
55
|
-
this.
|
|
92
|
+
this.ab = null;
|
|
56
93
|
break;
|
|
57
94
|
case 18:
|
|
58
|
-
e.selectedKeyAdded = delegateRemove(e.selectedKeyAdded, runOn(this, this.
|
|
95
|
+
e.selectedKeyAdded = delegateRemove(e.selectedKeyAdded, runOn(this, this.ag));
|
|
59
96
|
this.v = null;
|
|
60
|
-
this.
|
|
97
|
+
this.ac = null;
|
|
61
98
|
break;
|
|
62
99
|
case 19:
|
|
63
|
-
e.selectedKeyRemoved = delegateRemove(e.selectedKeyRemoved, runOn(this, this.
|
|
100
|
+
e.selectedKeyRemoved = delegateRemove(e.selectedKeyRemoved, runOn(this, this.ah));
|
|
64
101
|
this.w = null;
|
|
102
|
+
this.ad = null;
|
|
103
|
+
break;
|
|
104
|
+
case 21:
|
|
105
|
+
e.indexTypeChanged = delegateRemove(e.indexTypeChanged, runOn(this, this.af));
|
|
106
|
+
this.x = null;
|
|
65
107
|
this.z = null;
|
|
66
108
|
break;
|
|
67
109
|
}
|
|
68
110
|
}
|
|
69
|
-
|
|
111
|
+
ae(a, b) {
|
|
112
|
+
let c = a;
|
|
70
113
|
if (this.u != null) {
|
|
71
|
-
this.u(this.
|
|
114
|
+
this.u(this.ab, ((() => {
|
|
72
115
|
let $ret = new NativeUICheckboxListChangeEventArgs();
|
|
73
116
|
$ret.c = b.c;
|
|
74
117
|
$ret.b = b.b;
|
|
@@ -77,9 +120,10 @@ export let CheckboxListBridge = /*@__PURE__*/ (() => {
|
|
|
77
120
|
})()));
|
|
78
121
|
}
|
|
79
122
|
}
|
|
80
|
-
|
|
123
|
+
ag(a, b) {
|
|
124
|
+
let c = a;
|
|
81
125
|
if (this.v != null) {
|
|
82
|
-
this.v(this.
|
|
126
|
+
this.v(this.ac, ((() => {
|
|
83
127
|
let $ret = new NativeUICheckboxListChangeEventArgs();
|
|
84
128
|
$ret.c = b.c;
|
|
85
129
|
$ret.b = b.b;
|
|
@@ -88,9 +132,10 @@ export let CheckboxListBridge = /*@__PURE__*/ (() => {
|
|
|
88
132
|
})()));
|
|
89
133
|
}
|
|
90
134
|
}
|
|
91
|
-
|
|
135
|
+
ah(a, b) {
|
|
136
|
+
let c = a;
|
|
92
137
|
if (this.w != null) {
|
|
93
|
-
this.w(this.
|
|
138
|
+
this.w(this.ad, ((() => {
|
|
94
139
|
let $ret = new NativeUICheckboxListChangeEventArgs();
|
|
95
140
|
$ret.c = b.c;
|
|
96
141
|
$ret.b = b.b;
|
|
@@ -138,6 +183,9 @@ export let CheckboxListBridge = /*@__PURE__*/ (() => {
|
|
|
138
183
|
case 79:
|
|
139
184
|
d.searchTextColor = c;
|
|
140
185
|
break;
|
|
186
|
+
case 96:
|
|
187
|
+
d.indexType = EnumUtil.getEnumValue(NativeUICheckboxListIndexType_$type, c);
|
|
188
|
+
break;
|
|
141
189
|
}
|
|
142
190
|
}
|
|
143
191
|
getValue(a, b) {
|
|
@@ -155,14 +203,31 @@ export let CheckboxListBridge = /*@__PURE__*/ (() => {
|
|
|
155
203
|
case 24: return c.rowHoverBackgroundColor;
|
|
156
204
|
case 78: return c.searchIconColor;
|
|
157
205
|
case 79: return c.searchTextColor;
|
|
206
|
+
case 96: return enumGetBox(CheckboxListExternalIndexType_$type, c.indexType);
|
|
158
207
|
}
|
|
159
208
|
return null;
|
|
160
209
|
}
|
|
161
|
-
|
|
210
|
+
clearSelectedKeys(a) {
|
|
211
|
+
let b = a;
|
|
212
|
+
b.clearSelectedKeys();
|
|
213
|
+
}
|
|
214
|
+
addSelectedKey(a, b, c) {
|
|
215
|
+
let d = a;
|
|
216
|
+
d.addSelectedKey(b, c);
|
|
217
|
+
}
|
|
218
|
+
insertSelectedKey(a, b, c, d) {
|
|
219
|
+
let e = a;
|
|
220
|
+
e.insertSelectedKey(b, c, d);
|
|
221
|
+
}
|
|
222
|
+
removeSelectedKeyAt(a, b) {
|
|
223
|
+
let c = a;
|
|
224
|
+
c.removeSelectedKeyAt(b);
|
|
225
|
+
}
|
|
226
|
+
ak(a) {
|
|
162
227
|
}
|
|
163
|
-
|
|
228
|
+
aj(a, b) {
|
|
164
229
|
}
|
|
165
230
|
}
|
|
166
|
-
CheckboxListBridge.$t = /*@__PURE__*/ markType(CheckboxListBridge, 'CheckboxListBridge', XComponentBridge
|
|
231
|
+
CheckboxListBridge.$t = /*@__PURE__*/ markType(CheckboxListBridge, 'CheckboxListBridge', XComponentBridge.$, [INativeUICheckboxListBridge_$type]);
|
|
167
232
|
return CheckboxListBridge;
|
|
168
233
|
})();
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { markEnum } from "igniteui-webcomponents-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export let CheckboxListExternalIndexType_$type = /*@__PURE__*/ markEnum('CheckboxListExternalIndexType', 'Selected,0|DeSelected,1');
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { Base, markType } from "igniteui-webcomponents-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export let CheckboxListExternalIndexTypeChangedEventArgs = /*@__PURE__*/ (() => {
|
|
12
|
+
class CheckboxListExternalIndexTypeChangedEventArgs extends Base {
|
|
13
|
+
constructor() {
|
|
14
|
+
super(...arguments);
|
|
15
|
+
this.b = 0;
|
|
16
|
+
this.a = 0;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
CheckboxListExternalIndexTypeChangedEventArgs.$t = /*@__PURE__*/ markType(CheckboxListExternalIndexTypeChangedEventArgs, 'CheckboxListExternalIndexTypeChangedEventArgs');
|
|
20
|
+
return CheckboxListExternalIndexTypeChangedEventArgs;
|
|
21
|
+
})();
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { Base, markType } from "igniteui-webcomponents-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export let CheckboxListExternalKeysClearedEventArgs = /*@__PURE__*/ (() => {
|
|
12
|
+
class CheckboxListExternalKeysClearedEventArgs extends Base {
|
|
13
|
+
}
|
|
14
|
+
CheckboxListExternalKeysClearedEventArgs.$t = /*@__PURE__*/ markType(CheckboxListExternalKeysClearedEventArgs, 'CheckboxListExternalKeysClearedEventArgs');
|
|
15
|
+
return CheckboxListExternalKeysClearedEventArgs;
|
|
16
|
+
})();
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { Base, markType } from "igniteui-webcomponents-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export let CheckboxListIndexTypeChangedEventArgs = /*@__PURE__*/ (() => {
|
|
12
|
+
class CheckboxListIndexTypeChangedEventArgs extends Base {
|
|
13
|
+
constructor() {
|
|
14
|
+
super(...arguments);
|
|
15
|
+
this.b = 0;
|
|
16
|
+
this.a = 0;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
CheckboxListIndexTypeChangedEventArgs.$t = /*@__PURE__*/ markType(CheckboxListIndexTypeChangedEventArgs, 'CheckboxListIndexTypeChangedEventArgs');
|
|
20
|
+
return CheckboxListIndexTypeChangedEventArgs;
|
|
21
|
+
})();
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { Base, markType } from "igniteui-webcomponents-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export let CheckboxListKeysClearedEventArgs = /*@__PURE__*/ (() => {
|
|
12
|
+
class CheckboxListKeysClearedEventArgs extends Base {
|
|
13
|
+
}
|
|
14
|
+
CheckboxListKeysClearedEventArgs.$t = /*@__PURE__*/ markType(CheckboxListKeysClearedEventArgs, 'CheckboxListKeysClearedEventArgs');
|
|
15
|
+
return CheckboxListKeysClearedEventArgs;
|
|
16
|
+
})();
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export let CheckboxListViewExternal_$type = /*@__PURE__*/ new Type(null, 'CheckboxListViewExternal');
|