igniteui-webcomponents-grids 5.1.0 → 5.1.1-beta.1
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 +29294 -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 +6 -2
- 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 +6 -2
- 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 +20008 -13895
- package/fesm5/igniteui-webcomponents-grids.js +29263 -22269
- package/grids/combined.js +9215 -9187
- 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
|
@@ -4,7 +4,7 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
4
4
|
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
|
-
import { Base, runOn, delegateCombine, fromEnum, markType, INotifyPropertyChanged_$type, PropertyChangedEventArgs, delegateRemove, enumGetBox } from "igniteui-webcomponents-core";
|
|
7
|
+
import { Base, runOn, delegateCombine, fromEnum, markType, INotifyPropertyChanged_$type, PropertyChangedEventArgs, delegateRemove, enumGetBox, EnumUtil } from "igniteui-webcomponents-core";
|
|
8
8
|
import { DomWrapper_$type } from "igniteui-webcomponents-core";
|
|
9
9
|
import { Dictionary$2 } from "igniteui-webcomponents-core";
|
|
10
10
|
import { XCheckbox } from "igniteui-webcomponents-inputs";
|
|
@@ -15,6 +15,7 @@ import { XInput } from "igniteui-webcomponents-inputs";
|
|
|
15
15
|
import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
|
|
16
16
|
import { NativeUI } from "igniteui-webcomponents-core";
|
|
17
17
|
import { PrimaryKeyValue } from "./PrimaryKeyValue";
|
|
18
|
+
import { Size } from "igniteui-webcomponents-core";
|
|
18
19
|
import { Thickness } from "igniteui-webcomponents-core";
|
|
19
20
|
import { CheckboxListIndexType_$type } from "./CheckboxListIndexType";
|
|
20
21
|
import { SRProvider } from "igniteui-webcomponents-core";
|
|
@@ -24,16 +25,17 @@ import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
|
24
25
|
import { ScrollbarStyle_$type } from "igniteui-webcomponents-core";
|
|
25
26
|
import { BrushUtil } from "igniteui-webcomponents-core";
|
|
26
27
|
import { FilterFactory } from "igniteui-webcomponents-core";
|
|
28
|
+
import { CheckboxListKeysClearedEventArgs } from "./CheckboxListKeysClearedEventArgs";
|
|
27
29
|
import { CheckedChangedEventArgs } from "./CheckedChangedEventArgs";
|
|
28
30
|
import { TemplateColumn } from "./TemplateColumn";
|
|
29
31
|
import { FastReflectionHelper } from "igniteui-webcomponents-core";
|
|
30
32
|
import { DataSourceSchemaPropertyType_$type } from "igniteui-webcomponents-core";
|
|
33
|
+
import { CheckboxListIndexTypeChangedEventArgs } from "./CheckboxListIndexTypeChangedEventArgs";
|
|
31
34
|
import { ColumnWidth } from "./ColumnWidth";
|
|
32
35
|
import { DateTimeColumn } from "./DateTimeColumn";
|
|
33
36
|
import { NumericColumn } from "./NumericColumn";
|
|
34
37
|
import { TextColumn } from "./TextColumn";
|
|
35
38
|
import { ArgumentException } from "igniteui-webcomponents-core";
|
|
36
|
-
import { Size } from "igniteui-webcomponents-core";
|
|
37
39
|
import { SelectAllCheckboxChangedEventArgs } from "./SelectAllCheckboxChangedEventArgs";
|
|
38
40
|
import { stringIsNullOrWhiteSpace } from "igniteui-webcomponents-core";
|
|
39
41
|
/**
|
|
@@ -71,6 +73,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
71
73
|
let c = Math.round(a.rootWrapper.height());
|
|
72
74
|
this.f.rootWrapper.setStyleProperty("position", "relative");
|
|
73
75
|
this.f.rootWrapper.setStyleProperty("padding-bottom", "4px");
|
|
76
|
+
this.ag();
|
|
74
77
|
}
|
|
75
78
|
v() {
|
|
76
79
|
if (this.f != null) {
|
|
@@ -80,13 +83,13 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
80
83
|
w(a) {
|
|
81
84
|
let b = a.rootWrapper.getChildAt(0);
|
|
82
85
|
this.h = b;
|
|
83
|
-
this.b.
|
|
86
|
+
this.b.v = new XInputGroup();
|
|
84
87
|
let c = a.getSubRenderer(b);
|
|
85
|
-
this.b.
|
|
86
|
-
let d = c.getExternal(this.b.
|
|
87
|
-
this.b.
|
|
88
|
-
this.b.
|
|
89
|
-
this.b.
|
|
88
|
+
this.b.v.provideContainer(c);
|
|
89
|
+
let d = c.getExternal(this.b.v, c.rootWrapper, c.getExternal(this.b, null, null));
|
|
90
|
+
this.b.v.d = this.b.x;
|
|
91
|
+
this.b.v.p = this.b.baseTheme;
|
|
92
|
+
this.b.v.t = this.b.density;
|
|
90
93
|
let e = a.createElement("div");
|
|
91
94
|
let f = a.getSubRenderer(e);
|
|
92
95
|
let g = new XPrefix();
|
|
@@ -97,24 +100,24 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
97
100
|
this.c = new XIcon();
|
|
98
101
|
this.c.provideContainer(j);
|
|
99
102
|
this.c.fill = this.b.searchIconColor;
|
|
100
|
-
this.c.svgPath = CheckboxList.
|
|
103
|
+
this.c.svgPath = CheckboxList.by;
|
|
101
104
|
let k = f.getExternal(this.c, j.rootWrapper, j.getExternal(this.b, null, null));
|
|
102
105
|
g.appendContentChild(i);
|
|
103
|
-
this.b.
|
|
104
|
-
this.b.
|
|
106
|
+
this.b.v.appendContentChild(e);
|
|
107
|
+
this.b.v.inputs.add(g);
|
|
105
108
|
let l = a.createElement("div");
|
|
106
109
|
l.setRawStyleProperty("flex-grow", "1");
|
|
107
110
|
let m = a.getSubRenderer(l);
|
|
108
|
-
this.b.
|
|
109
|
-
this.b.
|
|
110
|
-
this.b.
|
|
111
|
-
let n = m.getExternal(this.b.
|
|
112
|
-
if (this.b.
|
|
113
|
-
this.b.
|
|
111
|
+
this.b.t = new XInput();
|
|
112
|
+
this.b.t.provideContainer(m);
|
|
113
|
+
this.b.t.b8 = "text";
|
|
114
|
+
let n = m.getExternal(this.b.t, m.rootWrapper, m.getExternal(this.b, null, null));
|
|
115
|
+
if (this.b.bk != null) {
|
|
116
|
+
this.b.t.cg = this.b.bk;
|
|
114
117
|
}
|
|
115
|
-
this.b.
|
|
116
|
-
this.b.
|
|
117
|
-
this.b.
|
|
118
|
+
this.b.v.appendContentChild(l);
|
|
119
|
+
this.b.v.inputs.add(this.b.t);
|
|
120
|
+
this.b.cv();
|
|
118
121
|
}
|
|
119
122
|
s() {
|
|
120
123
|
if (this.f != null) {
|
|
@@ -127,7 +130,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
127
130
|
else {
|
|
128
131
|
a.setStyleProperty("height", "calc(100% - 75px");
|
|
129
132
|
}
|
|
130
|
-
if (!this.b.
|
|
133
|
+
if (!this.b.au && !this.b.showSelectAll) {
|
|
131
134
|
a.setStyleProperty("height", "100%");
|
|
132
135
|
}
|
|
133
136
|
}
|
|
@@ -140,7 +143,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
140
143
|
d.provideContainer(e);
|
|
141
144
|
let f = this.f.getExternal(d, e.rootWrapper, this.f.getExternal(this.b, null, null));
|
|
142
145
|
this.e.addItem(a, d);
|
|
143
|
-
d.n = this.b.
|
|
146
|
+
d.n = this.b.baseTheme;
|
|
144
147
|
d.y = true;
|
|
145
148
|
d.change = delegateCombine(d.change, runOn(this, this.k));
|
|
146
149
|
let g = this.f.createElement("div");
|
|
@@ -154,6 +157,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
154
157
|
case 2:
|
|
155
158
|
a.setStyleProperty("margin-top", "-1px");
|
|
156
159
|
break;
|
|
160
|
+
case 4:
|
|
157
161
|
case 3:
|
|
158
162
|
a.setStyleProperty("margin-top", "1px");
|
|
159
163
|
break;
|
|
@@ -169,7 +173,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
169
173
|
d.z = true;
|
|
170
174
|
d.a4 = b;
|
|
171
175
|
if (c) {
|
|
172
|
-
if (this.b.
|
|
176
|
+
if (this.b.indexType == 0) {
|
|
173
177
|
d.checked = false;
|
|
174
178
|
}
|
|
175
179
|
else {
|
|
@@ -177,7 +181,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
177
181
|
}
|
|
178
182
|
}
|
|
179
183
|
else {
|
|
180
|
-
if (this.b.
|
|
184
|
+
if (this.b.indexType == 0) {
|
|
181
185
|
d.checked = true;
|
|
182
186
|
}
|
|
183
187
|
else {
|
|
@@ -188,22 +192,22 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
188
192
|
finally {
|
|
189
193
|
d.z = h;
|
|
190
194
|
}
|
|
191
|
-
d.dk = this.b.
|
|
192
|
-
d.dd = this.b.
|
|
193
|
-
d.dl = this.b.
|
|
194
|
-
d.de = this.b.
|
|
195
|
-
d.dm = this.b.
|
|
195
|
+
d.dk = this.b.d0;
|
|
196
|
+
d.dd = this.b.dy;
|
|
197
|
+
d.dl = this.b.d1;
|
|
198
|
+
d.de = this.b.dz;
|
|
199
|
+
d.dm = this.b.d2;
|
|
196
200
|
}
|
|
197
201
|
}
|
|
198
202
|
z() {
|
|
199
203
|
if (this.e != null) {
|
|
200
204
|
for (let a of fromEnum(this.e)) {
|
|
201
205
|
let b = a.value;
|
|
202
|
-
b.n = this.b.
|
|
206
|
+
b.n = this.b.baseTheme;
|
|
203
207
|
}
|
|
204
208
|
}
|
|
205
209
|
if (this.a != null) {
|
|
206
|
-
this.a.n = this.b.
|
|
210
|
+
this.a.n = this.b.baseTheme;
|
|
207
211
|
}
|
|
208
212
|
}
|
|
209
213
|
x() {
|
|
@@ -213,22 +217,22 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
213
217
|
let d = parseInt(c.a4.toString());
|
|
214
218
|
let e = c.checked;
|
|
215
219
|
if (e == true) {
|
|
216
|
-
if (this.b.
|
|
217
|
-
this.b.
|
|
220
|
+
if (this.b.indexType == 0) {
|
|
221
|
+
this.b.c8(d);
|
|
218
222
|
}
|
|
219
223
|
else {
|
|
220
|
-
this.b.
|
|
224
|
+
this.b.ca(d);
|
|
221
225
|
}
|
|
222
226
|
}
|
|
223
227
|
else {
|
|
224
|
-
if (this.b.
|
|
225
|
-
this.b.
|
|
228
|
+
if (this.b.indexType == 0) {
|
|
229
|
+
this.b.ca(d);
|
|
226
230
|
}
|
|
227
231
|
else {
|
|
228
|
-
this.b.
|
|
232
|
+
this.b.c8(d);
|
|
229
233
|
}
|
|
230
234
|
}
|
|
231
|
-
this.b.
|
|
235
|
+
this.b.cs(d, e);
|
|
232
236
|
this.ag(false);
|
|
233
237
|
}
|
|
234
238
|
l() {
|
|
@@ -239,7 +243,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
239
243
|
let e = parseInt(d.a4.toString());
|
|
240
244
|
if (e == a) {
|
|
241
245
|
d.checked = b;
|
|
242
|
-
this.b.
|
|
246
|
+
this.b.cs(e, b);
|
|
243
247
|
}
|
|
244
248
|
}
|
|
245
249
|
this.ag();
|
|
@@ -266,9 +270,9 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
266
270
|
this.a = new XCheckbox();
|
|
267
271
|
this.a.provideContainer(c);
|
|
268
272
|
let d = this.f.getExternal(this.a, c.rootWrapper, this.f.getExternal(this.b, null, null));
|
|
269
|
-
this.a.n = this.b.
|
|
273
|
+
this.a.n = this.b.baseTheme;
|
|
270
274
|
this.i = a.createElement("label");
|
|
271
|
-
this.i.setRawText(this.b.
|
|
275
|
+
this.i.setRawText(this.b.b2);
|
|
272
276
|
this.i.setStyleProperty("font-size", "13px");
|
|
273
277
|
this.j.setStyleProperty("display", "flex");
|
|
274
278
|
this.j.setStyleProperty("flex-direction", "row");
|
|
@@ -284,8 +288,8 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
284
288
|
}
|
|
285
289
|
af() {
|
|
286
290
|
if (null != this.i) {
|
|
287
|
-
this.i.setRawText(this.b.
|
|
288
|
-
NativeUI.q(this.i, this.b.
|
|
291
|
+
this.i.setRawText(this.b.b2);
|
|
292
|
+
NativeUI.q(this.i, this.b.dw);
|
|
289
293
|
}
|
|
290
294
|
}
|
|
291
295
|
ai() {
|
|
@@ -296,10 +300,10 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
296
300
|
}
|
|
297
301
|
ae() {
|
|
298
302
|
if (this.h != null) {
|
|
299
|
-
this.h.setStyleProperty("display", this.b.
|
|
303
|
+
this.h.setStyleProperty("display", this.b.au ? "block" : "none");
|
|
300
304
|
}
|
|
301
305
|
if (this.g != null) {
|
|
302
|
-
this.g.setStyleProperty("display", this.b.
|
|
306
|
+
this.g.setStyleProperty("display", this.b.au ? "block" : "none");
|
|
303
307
|
}
|
|
304
308
|
}
|
|
305
309
|
ag(a = true) {
|
|
@@ -311,16 +315,16 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
311
315
|
let c = this.a.z;
|
|
312
316
|
this.a.z = a;
|
|
313
317
|
try {
|
|
314
|
-
if (this.b.
|
|
318
|
+
if (this.b.as) {
|
|
315
319
|
this.a.indeterminate = true;
|
|
316
320
|
return;
|
|
317
321
|
}
|
|
318
322
|
this.a.indeterminate = false;
|
|
319
|
-
if (this.b.
|
|
320
|
-
this.a.checked = this.b.
|
|
323
|
+
if (this.b.indexType == 0) {
|
|
324
|
+
this.a.checked = this.b.keys.count == 0;
|
|
321
325
|
}
|
|
322
326
|
else {
|
|
323
|
-
this.a.checked = this.b.
|
|
327
|
+
this.a.checked = this.b.keys.count != 0;
|
|
324
328
|
}
|
|
325
329
|
}
|
|
326
330
|
finally {
|
|
@@ -333,12 +337,12 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
333
337
|
return;
|
|
334
338
|
}
|
|
335
339
|
if (b.isChecked) {
|
|
336
|
-
this.b.
|
|
337
|
-
this.b.
|
|
340
|
+
this.b.db();
|
|
341
|
+
this.b.c0(b.isChecked);
|
|
338
342
|
}
|
|
339
343
|
else {
|
|
340
|
-
this.b.
|
|
341
|
-
this.b.
|
|
344
|
+
this.b.cg();
|
|
345
|
+
this.b.c0(b.isChecked);
|
|
342
346
|
}
|
|
343
347
|
}
|
|
344
348
|
ad() {
|
|
@@ -348,7 +352,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
348
352
|
}
|
|
349
353
|
let b = a.rootWrapper;
|
|
350
354
|
if (null != b) {
|
|
351
|
-
NativeUI.q(b, this.b.
|
|
355
|
+
NativeUI.q(b, this.b.ee);
|
|
352
356
|
NativeUI.m(b, this.b.backgroundColor);
|
|
353
357
|
}
|
|
354
358
|
}
|
|
@@ -357,9 +361,41 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
357
361
|
this.c.fill = this.b.searchIconColor;
|
|
358
362
|
}
|
|
359
363
|
}
|
|
364
|
+
getDesiredSize() {
|
|
365
|
+
let a = 248;
|
|
366
|
+
let b = 0;
|
|
367
|
+
if (this.b.itemsSource == null) {
|
|
368
|
+
return new Size(1, a, b + 158);
|
|
369
|
+
}
|
|
370
|
+
let c = 0;
|
|
371
|
+
if ((this.b.itemsSource.actualCount !== undefined)) {
|
|
372
|
+
c = (this.b.itemsSource.actualCount);
|
|
373
|
+
}
|
|
374
|
+
else {
|
|
375
|
+
c = (this.b.itemsSource.length);
|
|
376
|
+
}
|
|
377
|
+
b += 4;
|
|
378
|
+
b += 16;
|
|
379
|
+
b += 38;
|
|
380
|
+
b += 8;
|
|
381
|
+
b += 4;
|
|
382
|
+
let d = this.b.f != null ? this.b.f.actualRowHeight : 30;
|
|
383
|
+
let e = d * c;
|
|
384
|
+
if (e > 150) {
|
|
385
|
+
b += 150;
|
|
386
|
+
b += 15;
|
|
387
|
+
}
|
|
388
|
+
else {
|
|
389
|
+
b += e;
|
|
390
|
+
}
|
|
391
|
+
if (this.b.showSelectAll) {
|
|
392
|
+
b += d;
|
|
393
|
+
}
|
|
394
|
+
return new Size(1, a, b);
|
|
395
|
+
}
|
|
360
396
|
ac() {
|
|
361
|
-
if (this.b.
|
|
362
|
-
this.i.setStyleProperty("font", this.b.
|
|
397
|
+
if (this.b.ai != null) {
|
|
398
|
+
this.i.setStyleProperty("font", this.b.ai.fontString);
|
|
363
399
|
}
|
|
364
400
|
else {
|
|
365
401
|
this.i.setStyleProperty("font-family", "Verdana");
|
|
@@ -367,11 +403,11 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
367
403
|
}
|
|
368
404
|
}
|
|
369
405
|
y() {
|
|
370
|
-
this.a.dk = this.b.
|
|
371
|
-
this.a.dd = this.b.
|
|
372
|
-
this.a.dl = this.b.
|
|
373
|
-
this.a.de = this.b.
|
|
374
|
-
this.a.dm = this.b.
|
|
406
|
+
this.a.dk = this.b.d0;
|
|
407
|
+
this.a.dd = this.b.dy;
|
|
408
|
+
this.a.dl = this.b.d1;
|
|
409
|
+
this.a.de = this.b.dz;
|
|
410
|
+
this.a.dm = this.b.d2;
|
|
375
411
|
}
|
|
376
412
|
aa(a) {
|
|
377
413
|
if (this.g != null) {
|
|
@@ -390,32 +426,38 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
390
426
|
*/
|
|
391
427
|
export let CheckboxList = /*@__PURE__*/ (() => {
|
|
392
428
|
class CheckboxList extends Base {
|
|
429
|
+
get view() {
|
|
430
|
+
return this._view;
|
|
431
|
+
}
|
|
432
|
+
set view(a) {
|
|
433
|
+
this._view = a;
|
|
434
|
+
}
|
|
435
|
+
get v() {
|
|
436
|
+
return this.u;
|
|
437
|
+
}
|
|
438
|
+
set v(a) {
|
|
439
|
+
this.u = a;
|
|
440
|
+
}
|
|
393
441
|
get t() {
|
|
394
442
|
return this.s;
|
|
395
443
|
}
|
|
396
444
|
set t(a) {
|
|
397
445
|
this.s = a;
|
|
398
446
|
}
|
|
399
|
-
get r() {
|
|
400
|
-
return this.q;
|
|
401
|
-
}
|
|
402
|
-
set r(a) {
|
|
403
|
-
this.q = a;
|
|
404
|
-
}
|
|
405
447
|
get e() {
|
|
406
448
|
if (this.f == null) {
|
|
407
449
|
return null;
|
|
408
450
|
}
|
|
409
451
|
return this.f.actualDataSource;
|
|
410
452
|
}
|
|
411
|
-
get
|
|
412
|
-
if (this.
|
|
413
|
-
this.
|
|
414
|
-
this.
|
|
453
|
+
get al() {
|
|
454
|
+
if (this.ak == null) {
|
|
455
|
+
this.ak = new SRProvider(this.view.f);
|
|
456
|
+
this.ak.cb("DataGrid");
|
|
415
457
|
}
|
|
416
|
-
return this.
|
|
458
|
+
return this.ak;
|
|
417
459
|
}
|
|
418
|
-
get
|
|
460
|
+
get keys() {
|
|
419
461
|
return this.g;
|
|
420
462
|
}
|
|
421
463
|
get primaryKey() {
|
|
@@ -425,104 +467,128 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
425
467
|
let b = this.a;
|
|
426
468
|
this.a = a;
|
|
427
469
|
if (b != this.a) {
|
|
428
|
-
this.
|
|
470
|
+
this.cy("PrimaryKey", b, this.a);
|
|
429
471
|
}
|
|
430
472
|
}
|
|
431
473
|
constructor() {
|
|
432
474
|
super();
|
|
433
|
-
this.
|
|
475
|
+
this._view = null;
|
|
434
476
|
this.f = null;
|
|
435
477
|
this.j = null;
|
|
436
|
-
this.
|
|
478
|
+
this.af = null;
|
|
437
479
|
this.d = null;
|
|
438
|
-
this.
|
|
480
|
+
this.am = false;
|
|
439
481
|
this.c = null;
|
|
440
|
-
this.q = null;
|
|
441
482
|
this.s = null;
|
|
442
|
-
this.
|
|
443
|
-
this.
|
|
483
|
+
this.u = null;
|
|
484
|
+
this.an = false;
|
|
485
|
+
this.ak = null;
|
|
444
486
|
this.g = new GridSelectedKeysCollection();
|
|
445
487
|
this.a = null;
|
|
446
488
|
this.propertyChanged = null;
|
|
447
489
|
this.selectedKeyAdded = null;
|
|
448
490
|
this.selectedKeyRemoved = null;
|
|
449
491
|
this.checkedChanged = null;
|
|
450
|
-
this.a0 = null;
|
|
451
492
|
this.a2 = null;
|
|
452
493
|
this.a4 = null;
|
|
453
|
-
this.
|
|
454
|
-
this.
|
|
455
|
-
this.
|
|
456
|
-
this.
|
|
494
|
+
this.a6 = null;
|
|
495
|
+
this.a5 = null;
|
|
496
|
+
this.w = 3;
|
|
497
|
+
this.ay = -1;
|
|
498
|
+
this.ag = null;
|
|
457
499
|
this.k = 1;
|
|
458
|
-
this.
|
|
459
|
-
this.
|
|
460
|
-
this.
|
|
461
|
-
this.
|
|
462
|
-
this.
|
|
463
|
-
this.
|
|
464
|
-
this.
|
|
465
|
-
this.db = null;
|
|
466
|
-
this.c9 = null;
|
|
467
|
-
this.dc = null;
|
|
468
|
-
this.da = null;
|
|
469
|
-
this.dd = null;
|
|
470
|
-
this.x = 0;
|
|
471
|
-
this.df = null;
|
|
472
|
-
this.bz = null;
|
|
500
|
+
this.ab = 1;
|
|
501
|
+
this.ad = 2;
|
|
502
|
+
this.ds = BrushUtil.h(255, 24, 29, 31);
|
|
503
|
+
this.dq = null;
|
|
504
|
+
this.dt = null;
|
|
505
|
+
this.dr = null;
|
|
506
|
+
this.ah = null;
|
|
473
507
|
this.dk = null;
|
|
474
|
-
this.
|
|
475
|
-
this.
|
|
476
|
-
this.
|
|
477
|
-
this.
|
|
478
|
-
this.
|
|
508
|
+
this.di = null;
|
|
509
|
+
this.dl = null;
|
|
510
|
+
this.dj = null;
|
|
511
|
+
this.dm = null;
|
|
512
|
+
this.z = 0;
|
|
513
|
+
this.dp = null;
|
|
514
|
+
this.indexTypeChanged = null;
|
|
515
|
+
this.b1 = null;
|
|
516
|
+
this.du = null;
|
|
517
|
+
this.dg = CheckboxList.d5;
|
|
518
|
+
this.av = true;
|
|
519
|
+
this.dh = CheckboxList.d3;
|
|
520
|
+
this.dn = CheckboxList.d4;
|
|
521
|
+
this.dv = CheckboxList.d5;
|
|
522
|
+
this.keysCleared = null;
|
|
479
523
|
this.selectAllCheckboxChanged = null;
|
|
480
|
-
this.
|
|
481
|
-
this.
|
|
482
|
-
this.
|
|
524
|
+
this.a0 = -1;
|
|
525
|
+
this.at = true;
|
|
526
|
+
this.aq = true;
|
|
483
527
|
let a = this.g;
|
|
484
|
-
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.
|
|
528
|
+
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.c3));
|
|
529
|
+
this.g.am(runOn(this, this.c2));
|
|
485
530
|
this.d = new FilterFactory();
|
|
486
531
|
let b = new CheckboxListView();
|
|
487
532
|
b.b = this;
|
|
488
|
-
this.
|
|
489
|
-
this.
|
|
533
|
+
this.view = b;
|
|
534
|
+
this.view.n();
|
|
535
|
+
}
|
|
536
|
+
clearSelectedKeys() {
|
|
537
|
+
this.keys.clear();
|
|
538
|
+
if (this.keysCleared != null) {
|
|
539
|
+
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
540
|
+
}
|
|
541
|
+
}
|
|
542
|
+
addSelectedKey(a, b) {
|
|
543
|
+
this.keys.add(new PrimaryKeyValue(a, b));
|
|
544
|
+
}
|
|
545
|
+
insertSelectedKey(a, b, c) {
|
|
546
|
+
this.keys.insert(a, new PrimaryKeyValue(b, c));
|
|
547
|
+
}
|
|
548
|
+
removeSelectedKeyAt(a) {
|
|
549
|
+
this.keys.removeAt(a);
|
|
490
550
|
}
|
|
491
|
-
|
|
492
|
-
|
|
551
|
+
c2() {
|
|
552
|
+
this.cm();
|
|
553
|
+
if (this.keysCleared != null) {
|
|
554
|
+
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
555
|
+
}
|
|
556
|
+
}
|
|
557
|
+
c3(a, b) {
|
|
558
|
+
if (this.e == null || this.e.actualSchema == null || this.am) {
|
|
493
559
|
return;
|
|
494
560
|
}
|
|
495
561
|
switch (b.action) {
|
|
496
562
|
case 0:
|
|
497
563
|
for (let c = 0; c < b.newItems.count; c++) {
|
|
498
|
-
this.
|
|
564
|
+
this.cw(b.newItems.item(c));
|
|
499
565
|
}
|
|
500
566
|
break;
|
|
501
567
|
case 1:
|
|
502
568
|
for (let d = 0; d < b.oldItems.count; d++) {
|
|
503
|
-
this.
|
|
569
|
+
this.cx(b.oldItems.item(d));
|
|
504
570
|
}
|
|
505
571
|
break;
|
|
506
572
|
case 2:
|
|
507
573
|
for (let e = 0; e < b.oldItems.count; e++) {
|
|
508
|
-
this.
|
|
574
|
+
this.cx(b.oldItems.item(e));
|
|
509
575
|
}
|
|
510
576
|
for (let f = 0; f < b.newItems.count; f++) {
|
|
511
|
-
this.
|
|
577
|
+
this.cw(b.newItems.item(f));
|
|
512
578
|
}
|
|
513
579
|
break;
|
|
514
580
|
case 4:
|
|
515
|
-
this.
|
|
516
|
-
for (let g = 0; g < this.
|
|
517
|
-
this.
|
|
581
|
+
this.view.u(this.indexType == 0);
|
|
582
|
+
for (let g = 0; g < this.keys.ae.count; g++) {
|
|
583
|
+
this.cw(this.keys.ae._inner[g]);
|
|
518
584
|
}
|
|
519
585
|
break;
|
|
520
586
|
}
|
|
521
587
|
}
|
|
522
|
-
|
|
588
|
+
cw(a) {
|
|
523
589
|
let b = this.e.indexOfKey(a.value);
|
|
524
590
|
if (b >= 0) {
|
|
525
|
-
this.
|
|
591
|
+
this.view.t(b, this.indexType == 1);
|
|
526
592
|
}
|
|
527
593
|
if (this.selectedKeyAdded == null) {
|
|
528
594
|
return;
|
|
@@ -530,15 +596,15 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
530
596
|
this.selectedKeyAdded(this, ((() => {
|
|
531
597
|
let $ret = new CheckedChangedEventArgs();
|
|
532
598
|
$ret.c = b;
|
|
533
|
-
$ret.b = this.
|
|
599
|
+
$ret.b = this.indexType == 1;
|
|
534
600
|
$ret.a = a.value;
|
|
535
601
|
return $ret;
|
|
536
602
|
})()));
|
|
537
603
|
}
|
|
538
|
-
|
|
604
|
+
cx(a) {
|
|
539
605
|
let b = this.e.indexOfKey(a.value);
|
|
540
606
|
if (b >= 0) {
|
|
541
|
-
this.
|
|
607
|
+
this.view.t(b, this.indexType == 0);
|
|
542
608
|
}
|
|
543
609
|
if (this.selectedKeyRemoved == null) {
|
|
544
610
|
return;
|
|
@@ -546,13 +612,13 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
546
612
|
this.selectedKeyRemoved(this, ((() => {
|
|
547
613
|
let $ret = new CheckedChangedEventArgs();
|
|
548
614
|
$ret.c = b;
|
|
549
|
-
$ret.b = this.
|
|
615
|
+
$ret.b = this.indexType == 0;
|
|
550
616
|
$ret.a = a.value;
|
|
551
617
|
return $ret;
|
|
552
618
|
})()));
|
|
553
619
|
}
|
|
554
|
-
|
|
555
|
-
if (this.checkedChanged != null && this.
|
|
620
|
+
cs(a, b) {
|
|
621
|
+
if (this.checkedChanged != null && this.an == false) {
|
|
556
622
|
let c = null;
|
|
557
623
|
if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
|
|
558
624
|
c = new Array(this.e.actualPrimaryKey.length);
|
|
@@ -570,27 +636,27 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
570
636
|
}
|
|
571
637
|
}
|
|
572
638
|
notifySizeChanged() {
|
|
573
|
-
this.
|
|
639
|
+
this.view.l();
|
|
574
640
|
}
|
|
575
641
|
destroy() {
|
|
576
642
|
if (this.f != null) {
|
|
577
643
|
let a = this.f;
|
|
578
|
-
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.
|
|
644
|
+
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.ci));
|
|
579
645
|
let b = this.f;
|
|
580
|
-
b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.
|
|
646
|
+
b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.cj));
|
|
581
647
|
if (this.f.actualDataSource != null) {
|
|
582
648
|
let c = this.f.actualDataSource;
|
|
583
|
-
c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.
|
|
649
|
+
c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.cz));
|
|
584
650
|
}
|
|
585
651
|
}
|
|
586
|
-
if (this.
|
|
587
|
-
let d = this.
|
|
588
|
-
d.change = delegateRemove(d.change, runOn(this, this.
|
|
652
|
+
if (this.s != null) {
|
|
653
|
+
let d = this.s;
|
|
654
|
+
d.change = delegateRemove(d.change, runOn(this, this.ck));
|
|
589
655
|
}
|
|
590
656
|
this.provideContainer(null, null, null);
|
|
591
657
|
if (this.j != null) {
|
|
592
658
|
let e = this.j;
|
|
593
|
-
e.cellUpdating = delegateRemove(e.cellUpdating, runOn(this, this.
|
|
659
|
+
e.cellUpdating = delegateRemove(e.cellUpdating, runOn(this, this.ce));
|
|
594
660
|
}
|
|
595
661
|
}
|
|
596
662
|
provideContainer(a, b, c) {
|
|
@@ -598,8 +664,8 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
598
664
|
if (null != this.f) {
|
|
599
665
|
this.f.scrollbarStyle = 1;
|
|
600
666
|
let d = this.f;
|
|
601
|
-
d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.
|
|
602
|
-
this.f.scrollbarBackground = this.
|
|
667
|
+
d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.cj));
|
|
668
|
+
this.f.scrollbarBackground = this.d7;
|
|
603
669
|
this.f.headerHeight = 0;
|
|
604
670
|
this.f.rowSeparatorHeight = 0;
|
|
605
671
|
this.f.defaultColumnMinWidth = NaN;
|
|
@@ -607,27 +673,27 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
607
673
|
this.f.activationMode = 0;
|
|
608
674
|
this.f.editMode = 0;
|
|
609
675
|
let e = this.f;
|
|
610
|
-
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.
|
|
611
|
-
if (this.a0 != null) {
|
|
612
|
-
this.f.itemsSource = this.a0;
|
|
613
|
-
this.ca();
|
|
614
|
-
this.cu();
|
|
615
|
-
}
|
|
676
|
+
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.ci));
|
|
616
677
|
if (this.a2 != null) {
|
|
617
|
-
this.
|
|
618
|
-
this.
|
|
678
|
+
this.f.itemsSource = this.a2;
|
|
679
|
+
this.cd();
|
|
680
|
+
this.c1();
|
|
681
|
+
}
|
|
682
|
+
if (this.a4 != null) {
|
|
683
|
+
this.c1();
|
|
684
|
+
this.de();
|
|
619
685
|
}
|
|
620
686
|
}
|
|
621
|
-
this.
|
|
622
|
-
this.
|
|
687
|
+
this.view.q(c);
|
|
688
|
+
this.view.m(a);
|
|
623
689
|
}
|
|
624
|
-
|
|
625
|
-
this.f.scrollbarStyle = this.
|
|
690
|
+
cj(a, b) {
|
|
691
|
+
this.f.scrollbarStyle = this.aa;
|
|
626
692
|
}
|
|
627
693
|
provideSelectAllSection(a) {
|
|
628
|
-
this.
|
|
694
|
+
this.view.q(a);
|
|
629
695
|
}
|
|
630
|
-
|
|
696
|
+
ci(a, b) {
|
|
631
697
|
if (b.cellInfo.l.a5 == 0) {
|
|
632
698
|
return;
|
|
633
699
|
}
|
|
@@ -635,38 +701,38 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
635
701
|
if (-1 == c) {
|
|
636
702
|
return;
|
|
637
703
|
}
|
|
638
|
-
let d = b.cellInfo.
|
|
704
|
+
let d = b.cellInfo.hn;
|
|
639
705
|
let e = this.i(d);
|
|
640
|
-
if (this.
|
|
641
|
-
if (this.
|
|
642
|
-
this.
|
|
706
|
+
if (this.keys.contains(e)) {
|
|
707
|
+
if (this.af != null) {
|
|
708
|
+
this.af.setPropertyValue(d, false);
|
|
643
709
|
}
|
|
644
|
-
this.
|
|
710
|
+
this.keys.remove(e);
|
|
645
711
|
}
|
|
646
712
|
else {
|
|
647
|
-
if (this.
|
|
648
|
-
this.
|
|
713
|
+
if (this.af != null) {
|
|
714
|
+
this.af.setPropertyValue(d, true);
|
|
649
715
|
}
|
|
650
|
-
this.
|
|
716
|
+
this.keys.add(e);
|
|
651
717
|
}
|
|
652
718
|
}
|
|
653
|
-
|
|
719
|
+
ce(a, b) {
|
|
654
720
|
let c = b.cellInfo.l.x;
|
|
655
721
|
if (-1 == c) {
|
|
656
722
|
return;
|
|
657
723
|
}
|
|
658
724
|
let d = false;
|
|
659
|
-
if (b.cellInfo.
|
|
660
|
-
let e = this.i(b.cellInfo.
|
|
661
|
-
if (this.
|
|
725
|
+
if (b.cellInfo.hn != null) {
|
|
726
|
+
let e = this.i(b.cellInfo.hn);
|
|
727
|
+
if (this.keys.contains(e)) {
|
|
662
728
|
d = true;
|
|
663
729
|
}
|
|
664
730
|
}
|
|
665
|
-
this.
|
|
731
|
+
this.view.o(b.content.element, c, d);
|
|
666
732
|
}
|
|
667
|
-
|
|
668
|
-
if (this.
|
|
669
|
-
let b = this.d.property(this.
|
|
733
|
+
ct(a) {
|
|
734
|
+
if (this.a4 != null) {
|
|
735
|
+
let b = this.d.property(this.a4).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
|
|
670
736
|
let c = b.contains(a);
|
|
671
737
|
if (!this.f.filterExpressions.k.contains(this.c)) {
|
|
672
738
|
this.c = c;
|
|
@@ -679,242 +745,251 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
679
745
|
}
|
|
680
746
|
}
|
|
681
747
|
get itemsSource() {
|
|
682
|
-
return this.a0;
|
|
683
|
-
}
|
|
684
|
-
set itemsSource(a) {
|
|
685
|
-
let b = this.a0;
|
|
686
|
-
this.a0 = a;
|
|
687
|
-
if (b != this.a0) {
|
|
688
|
-
this.cr("ItemsSource", b, this.a0);
|
|
689
|
-
}
|
|
690
|
-
}
|
|
691
|
-
get dataMemberPath() {
|
|
692
748
|
return this.a2;
|
|
693
749
|
}
|
|
694
|
-
set
|
|
750
|
+
set itemsSource(a) {
|
|
695
751
|
let b = this.a2;
|
|
696
752
|
this.a2 = a;
|
|
697
753
|
if (b != this.a2) {
|
|
698
|
-
this.
|
|
754
|
+
this.cy("ItemsSource", b, this.a2);
|
|
699
755
|
}
|
|
700
756
|
}
|
|
701
|
-
get
|
|
757
|
+
get dataMemberPath() {
|
|
702
758
|
return this.a4;
|
|
703
759
|
}
|
|
704
|
-
set
|
|
760
|
+
set dataMemberPath(a) {
|
|
705
761
|
let b = this.a4;
|
|
706
762
|
this.a4 = a;
|
|
707
763
|
if (b != this.a4) {
|
|
708
|
-
this.
|
|
764
|
+
this.cy("DataMemberPath", b, this.a4);
|
|
765
|
+
}
|
|
766
|
+
}
|
|
767
|
+
get selectedMemberPath() {
|
|
768
|
+
return this.a6;
|
|
769
|
+
}
|
|
770
|
+
set selectedMemberPath(a) {
|
|
771
|
+
let b = this.a6;
|
|
772
|
+
this.a6 = a;
|
|
773
|
+
if (b != this.a6) {
|
|
774
|
+
this.cy("SelectedMemberPath", b, this.a6);
|
|
709
775
|
}
|
|
710
776
|
}
|
|
711
|
-
get
|
|
712
|
-
return this.
|
|
777
|
+
get bk() {
|
|
778
|
+
return this.a5;
|
|
713
779
|
}
|
|
714
|
-
set
|
|
715
|
-
let b = this.
|
|
716
|
-
this.
|
|
717
|
-
if (b != this.
|
|
718
|
-
this.
|
|
780
|
+
set bk(a) {
|
|
781
|
+
let b = this.a5;
|
|
782
|
+
this.a5 = a;
|
|
783
|
+
if (b != this.a5) {
|
|
784
|
+
this.cy("FilterPlaceholderText", b, this.a5);
|
|
719
785
|
}
|
|
720
786
|
}
|
|
721
|
-
get
|
|
722
|
-
return this.
|
|
787
|
+
get x() {
|
|
788
|
+
return this.w;
|
|
723
789
|
}
|
|
724
|
-
set
|
|
725
|
-
let b = this.
|
|
726
|
-
this.
|
|
727
|
-
if (b != this.
|
|
728
|
-
this.
|
|
790
|
+
set x(a) {
|
|
791
|
+
let b = this.w;
|
|
792
|
+
this.w = a;
|
|
793
|
+
if (b != this.w) {
|
|
794
|
+
this.cy("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.w));
|
|
729
795
|
}
|
|
730
796
|
}
|
|
731
|
-
get
|
|
732
|
-
return this.
|
|
797
|
+
get a1() {
|
|
798
|
+
return this.ay;
|
|
733
799
|
}
|
|
734
|
-
set
|
|
735
|
-
let b = this.
|
|
736
|
-
this.
|
|
737
|
-
if (b != this.
|
|
738
|
-
this.
|
|
800
|
+
set a1(a) {
|
|
801
|
+
let b = this.ay;
|
|
802
|
+
this.ay = a;
|
|
803
|
+
if (b != this.ay) {
|
|
804
|
+
this.cy("RowHeight", b, this.ay);
|
|
739
805
|
}
|
|
740
806
|
}
|
|
741
|
-
get
|
|
807
|
+
get az() {
|
|
742
808
|
if (this.f != null) {
|
|
743
809
|
return this.f.actualRowHeight;
|
|
744
810
|
}
|
|
745
811
|
return -1;
|
|
746
812
|
}
|
|
747
|
-
get
|
|
748
|
-
return this.
|
|
813
|
+
get ai() {
|
|
814
|
+
return this.ag;
|
|
749
815
|
}
|
|
750
|
-
set
|
|
751
|
-
let b = this.
|
|
752
|
-
this.
|
|
753
|
-
if (b != this.
|
|
754
|
-
this.
|
|
816
|
+
set ai(a) {
|
|
817
|
+
let b = this.ag;
|
|
818
|
+
this.ag = a;
|
|
819
|
+
if (b != this.ag) {
|
|
820
|
+
this.cy("CellTextStyle", b, this.ag);
|
|
755
821
|
}
|
|
756
822
|
}
|
|
757
|
-
get
|
|
823
|
+
get indexType() {
|
|
758
824
|
return this.k;
|
|
759
825
|
}
|
|
760
|
-
set
|
|
826
|
+
set indexType(a) {
|
|
761
827
|
let b = this.k;
|
|
762
828
|
this.k = a;
|
|
763
829
|
if (b != this.k) {
|
|
764
|
-
this.
|
|
830
|
+
this.cy("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.k));
|
|
765
831
|
}
|
|
766
832
|
}
|
|
767
|
-
get
|
|
768
|
-
return this.
|
|
833
|
+
get baseTheme() {
|
|
834
|
+
return this.ab;
|
|
769
835
|
}
|
|
770
|
-
set
|
|
771
|
-
let b = this.
|
|
772
|
-
this.
|
|
773
|
-
if (b != this.
|
|
774
|
-
this.
|
|
836
|
+
set baseTheme(a) {
|
|
837
|
+
let b = this.ab;
|
|
838
|
+
this.ab = a;
|
|
839
|
+
if (b != this.ab) {
|
|
840
|
+
this.cy("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.ab));
|
|
775
841
|
}
|
|
776
842
|
}
|
|
777
843
|
get density() {
|
|
778
|
-
return this.
|
|
844
|
+
return this.ad;
|
|
779
845
|
}
|
|
780
846
|
set density(a) {
|
|
781
|
-
let b = this.
|
|
782
|
-
this.
|
|
783
|
-
if (b != this.
|
|
784
|
-
this.
|
|
847
|
+
let b = this.ad;
|
|
848
|
+
this.ad = a;
|
|
849
|
+
if (b != this.ad) {
|
|
850
|
+
this.cy("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.ad));
|
|
785
851
|
}
|
|
786
852
|
}
|
|
787
853
|
get searchIconColor() {
|
|
788
|
-
return this.
|
|
854
|
+
return this.ds;
|
|
789
855
|
}
|
|
790
856
|
set searchIconColor(a) {
|
|
791
|
-
let b = this.
|
|
792
|
-
this.
|
|
793
|
-
if (b != this.
|
|
794
|
-
this.
|
|
857
|
+
let b = this.ds;
|
|
858
|
+
this.ds = a;
|
|
859
|
+
if (b != this.ds) {
|
|
860
|
+
this.cy("SearchIconColor", b, this.ds);
|
|
795
861
|
}
|
|
796
862
|
}
|
|
797
|
-
get
|
|
798
|
-
return this.
|
|
863
|
+
get d8() {
|
|
864
|
+
return this.dq;
|
|
799
865
|
}
|
|
800
|
-
set
|
|
801
|
-
let b = this.
|
|
802
|
-
this.
|
|
803
|
-
if (b != this.
|
|
804
|
-
this.
|
|
866
|
+
set d8(a) {
|
|
867
|
+
let b = this.dq;
|
|
868
|
+
this.dq = a;
|
|
869
|
+
if (b != this.dq) {
|
|
870
|
+
this.cy("SearchBackgroundColor", b, this.dq);
|
|
805
871
|
}
|
|
806
872
|
}
|
|
807
873
|
get searchTextColor() {
|
|
808
|
-
return this.
|
|
874
|
+
return this.dt;
|
|
809
875
|
}
|
|
810
876
|
set searchTextColor(a) {
|
|
811
|
-
let b = this.
|
|
812
|
-
this.
|
|
813
|
-
if (b != this.
|
|
814
|
-
this.
|
|
877
|
+
let b = this.dt;
|
|
878
|
+
this.dt = a;
|
|
879
|
+
if (b != this.dt) {
|
|
880
|
+
this.cy("SearchTextColor", b, this.dt);
|
|
815
881
|
}
|
|
816
882
|
}
|
|
817
|
-
get
|
|
818
|
-
return this.
|
|
883
|
+
get d9() {
|
|
884
|
+
return this.dr;
|
|
819
885
|
}
|
|
820
|
-
set
|
|
821
|
-
let b = this.
|
|
822
|
-
this.
|
|
823
|
-
if (b != this.
|
|
824
|
-
this.
|
|
886
|
+
set d9(a) {
|
|
887
|
+
let b = this.dr;
|
|
888
|
+
this.dr = a;
|
|
889
|
+
if (b != this.dr) {
|
|
890
|
+
this.cy("SearchBorderColor", b, this.dr);
|
|
825
891
|
}
|
|
826
892
|
}
|
|
827
|
-
get
|
|
828
|
-
return this.
|
|
893
|
+
get aj() {
|
|
894
|
+
return this.ah;
|
|
829
895
|
}
|
|
830
|
-
set
|
|
831
|
-
let b = this.
|
|
832
|
-
this.
|
|
833
|
-
if (b != this.
|
|
834
|
-
this.
|
|
896
|
+
set aj(a) {
|
|
897
|
+
let b = this.ah;
|
|
898
|
+
this.ah = a;
|
|
899
|
+
if (b != this.ah) {
|
|
900
|
+
this.cy("SearchTextStyle", b, this.ah);
|
|
835
901
|
}
|
|
836
902
|
}
|
|
837
|
-
get
|
|
838
|
-
return this.
|
|
903
|
+
get d0() {
|
|
904
|
+
return this.dk;
|
|
839
905
|
}
|
|
840
|
-
set
|
|
841
|
-
let b = this.
|
|
842
|
-
this.
|
|
843
|
-
if (b != this.
|
|
844
|
-
this.
|
|
906
|
+
set d0(a) {
|
|
907
|
+
let b = this.dk;
|
|
908
|
+
this.dk = a;
|
|
909
|
+
if (b != this.dk) {
|
|
910
|
+
this.cy("CheckboxTickColor", b, this.dk);
|
|
845
911
|
}
|
|
846
912
|
}
|
|
847
|
-
get
|
|
848
|
-
return this.
|
|
913
|
+
get dy() {
|
|
914
|
+
return this.di;
|
|
849
915
|
}
|
|
850
|
-
set
|
|
851
|
-
let b = this.
|
|
852
|
-
this.
|
|
853
|
-
if (b != this.
|
|
854
|
-
this.
|
|
916
|
+
set dy(a) {
|
|
917
|
+
let b = this.di;
|
|
918
|
+
this.di = a;
|
|
919
|
+
if (b != this.di) {
|
|
920
|
+
this.cy("CheckboxCheckedBackgroundColor", b, this.di);
|
|
855
921
|
}
|
|
856
922
|
}
|
|
857
|
-
get
|
|
858
|
-
return this.
|
|
923
|
+
get d1() {
|
|
924
|
+
return this.dl;
|
|
859
925
|
}
|
|
860
|
-
set
|
|
861
|
-
let b = this.
|
|
862
|
-
this.
|
|
863
|
-
if (b != this.
|
|
864
|
-
this.
|
|
926
|
+
set d1(a) {
|
|
927
|
+
let b = this.dl;
|
|
928
|
+
this.dl = a;
|
|
929
|
+
if (b != this.dl) {
|
|
930
|
+
this.cy("CheckboxUncheckedBackgroundColor", b, this.dl);
|
|
865
931
|
}
|
|
866
932
|
}
|
|
867
|
-
get
|
|
868
|
-
return this.
|
|
933
|
+
get dz() {
|
|
934
|
+
return this.dj;
|
|
869
935
|
}
|
|
870
|
-
set
|
|
871
|
-
let b = this.
|
|
872
|
-
this.
|
|
873
|
-
if (b != this.
|
|
874
|
-
this.
|
|
936
|
+
set dz(a) {
|
|
937
|
+
let b = this.dj;
|
|
938
|
+
this.dj = a;
|
|
939
|
+
if (b != this.dj) {
|
|
940
|
+
this.cy("CheckboxCheckedBorderColor", b, this.dj);
|
|
875
941
|
}
|
|
876
942
|
}
|
|
877
|
-
get
|
|
878
|
-
return this.
|
|
943
|
+
get d2() {
|
|
944
|
+
return this.dm;
|
|
879
945
|
}
|
|
880
|
-
set
|
|
881
|
-
let b = this.
|
|
882
|
-
this.
|
|
883
|
-
if (b != this.
|
|
884
|
-
this.
|
|
946
|
+
set d2(a) {
|
|
947
|
+
let b = this.dm;
|
|
948
|
+
this.dm = a;
|
|
949
|
+
if (b != this.dm) {
|
|
950
|
+
this.cy("CheckboxUncheckedBorderColor", b, this.dm);
|
|
885
951
|
}
|
|
886
952
|
}
|
|
887
|
-
get
|
|
888
|
-
return this.
|
|
953
|
+
get aa() {
|
|
954
|
+
return this.z;
|
|
889
955
|
}
|
|
890
|
-
set
|
|
891
|
-
let b = this.
|
|
892
|
-
this.
|
|
893
|
-
if (b != this.
|
|
894
|
-
this.
|
|
956
|
+
set aa(a) {
|
|
957
|
+
let b = this.z;
|
|
958
|
+
this.z = a;
|
|
959
|
+
if (b != this.z) {
|
|
960
|
+
this.cy("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.z));
|
|
895
961
|
}
|
|
896
962
|
}
|
|
897
|
-
get
|
|
898
|
-
return this.
|
|
963
|
+
get d7() {
|
|
964
|
+
return this.dp;
|
|
899
965
|
}
|
|
900
|
-
set
|
|
901
|
-
let b = this.
|
|
902
|
-
this.
|
|
903
|
-
if (b != this.
|
|
904
|
-
this.
|
|
966
|
+
set d7(a) {
|
|
967
|
+
let b = this.dp;
|
|
968
|
+
this.dp = a;
|
|
969
|
+
if (b != this.dp) {
|
|
970
|
+
this.cy("ScrollbarBackground", b, this.dp);
|
|
905
971
|
}
|
|
906
972
|
}
|
|
907
|
-
|
|
973
|
+
cy(a, b, c) {
|
|
908
974
|
if (this.propertyChanged != null) {
|
|
909
975
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
910
976
|
}
|
|
911
|
-
this.
|
|
977
|
+
this.c4(a, b, c);
|
|
912
978
|
}
|
|
913
|
-
|
|
979
|
+
c4(a, b, c) {
|
|
914
980
|
switch (a) {
|
|
981
|
+
case "IndexType":
|
|
982
|
+
this.keys.clear();
|
|
983
|
+
this.cm();
|
|
984
|
+
if (this.keysCleared != null) {
|
|
985
|
+
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
986
|
+
}
|
|
987
|
+
this.view.ag();
|
|
988
|
+
this.cu(b, c);
|
|
989
|
+
break;
|
|
915
990
|
case "ItemsSource":
|
|
916
991
|
if (this.f != null) {
|
|
917
|
-
this.
|
|
992
|
+
this.indexType = 1;
|
|
918
993
|
if (c != null) {
|
|
919
994
|
this.f.groupDescriptions.n();
|
|
920
995
|
this.f.sortDescriptions.n();
|
|
@@ -923,26 +998,26 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
923
998
|
}
|
|
924
999
|
if (this.f.actualDataSource != null) {
|
|
925
1000
|
let d = this.f.actualDataSource;
|
|
926
|
-
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.
|
|
1001
|
+
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.cz));
|
|
927
1002
|
}
|
|
928
|
-
this.f.itemsSource = this.
|
|
929
|
-
this.
|
|
1003
|
+
this.f.itemsSource = this.a2;
|
|
1004
|
+
this.cd();
|
|
930
1005
|
if (this.f.actualDataSource != null) {
|
|
931
1006
|
let e = this.f.actualDataSource;
|
|
932
|
-
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.
|
|
1007
|
+
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.cz));
|
|
933
1008
|
}
|
|
934
|
-
this.
|
|
935
|
-
this.
|
|
936
|
-
this.
|
|
937
|
-
this.
|
|
1009
|
+
this.an = true;
|
|
1010
|
+
this.c1();
|
|
1011
|
+
this.an = false;
|
|
1012
|
+
this.view.ag();
|
|
938
1013
|
}
|
|
939
1014
|
break;
|
|
940
1015
|
case "DataMemberPath":
|
|
941
1016
|
case "SelectedMemberPath":
|
|
942
1017
|
if (this.f != null) {
|
|
943
|
-
if (this.
|
|
944
|
-
this.
|
|
945
|
-
this.
|
|
1018
|
+
if (this.a4 != null) {
|
|
1019
|
+
this.c1();
|
|
1020
|
+
this.de();
|
|
946
1021
|
}
|
|
947
1022
|
}
|
|
948
1023
|
break;
|
|
@@ -952,187 +1027,197 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
952
1027
|
}
|
|
953
1028
|
break;
|
|
954
1029
|
case "SelectAllCaptionTextColor":
|
|
955
|
-
this.
|
|
1030
|
+
this.dw = null != this.ec ? this.ec : CheckboxList.d5;
|
|
956
1031
|
break;
|
|
957
1032
|
case "SelectAllCaption":
|
|
958
1033
|
case "ActualSelectAllCaptionTextColor":
|
|
959
|
-
this.
|
|
1034
|
+
this.view.af();
|
|
960
1035
|
break;
|
|
961
1036
|
case "showSelectAll":
|
|
962
|
-
this.
|
|
963
|
-
this.
|
|
1037
|
+
this.view.ai();
|
|
1038
|
+
this.view.s();
|
|
964
1039
|
break;
|
|
965
1040
|
case "ShowFilter":
|
|
966
|
-
this.
|
|
967
|
-
this.
|
|
1041
|
+
this.view.ae();
|
|
1042
|
+
this.view.s();
|
|
968
1043
|
break;
|
|
969
1044
|
case "FilterPlaceholderText":
|
|
970
|
-
if (this.
|
|
971
|
-
this.
|
|
1045
|
+
if (this.s != null) {
|
|
1046
|
+
this.s.cg = this.bk;
|
|
972
1047
|
}
|
|
973
1048
|
break;
|
|
974
1049
|
case "SearchInputType":
|
|
975
|
-
if (this.
|
|
976
|
-
this.
|
|
1050
|
+
if (this.u != null) {
|
|
1051
|
+
this.u.d = this.x;
|
|
977
1052
|
}
|
|
978
1053
|
break;
|
|
979
1054
|
case "RowHeight":
|
|
980
1055
|
if (this.f != null) {
|
|
981
|
-
this.f.rowHeight = this.
|
|
1056
|
+
this.f.rowHeight = this.a1;
|
|
982
1057
|
}
|
|
983
1058
|
break;
|
|
984
1059
|
case "CellTextStyle":
|
|
985
1060
|
if (this.f != null) {
|
|
986
|
-
this.f.cellTextStyle = this.
|
|
1061
|
+
this.f.cellTextStyle = this.ai;
|
|
987
1062
|
}
|
|
988
|
-
this.
|
|
1063
|
+
this.view.ac();
|
|
989
1064
|
break;
|
|
990
1065
|
case "BackgroundColor":
|
|
991
1066
|
case "TextColor":
|
|
992
1067
|
case "RowHoverBackgroundColor":
|
|
993
1068
|
let f = this.f;
|
|
994
1069
|
if (null != f) {
|
|
995
|
-
f.cellTextColor = this.
|
|
1070
|
+
f.cellTextColor = this.ee;
|
|
996
1071
|
f.cellBackground = this.backgroundColor;
|
|
997
1072
|
f.cellSelectedBackground = this.backgroundColor;
|
|
998
1073
|
f.rowHoverBackground = this.rowHoverBackgroundColor;
|
|
999
1074
|
}
|
|
1000
|
-
this.
|
|
1075
|
+
this.view.ad();
|
|
1001
1076
|
break;
|
|
1002
1077
|
case "BaseTheme":
|
|
1003
|
-
this.
|
|
1078
|
+
this.dd();
|
|
1004
1079
|
break;
|
|
1005
1080
|
case "Density":
|
|
1006
|
-
this.
|
|
1081
|
+
this.dc();
|
|
1007
1082
|
break;
|
|
1008
1083
|
case "IsRowHoverEnabled":
|
|
1009
1084
|
if (this.f != null) {
|
|
1010
|
-
this.f.isRowHoverEnabled = this.
|
|
1085
|
+
this.f.isRowHoverEnabled = this.ar;
|
|
1011
1086
|
}
|
|
1012
1087
|
break;
|
|
1013
1088
|
case "ScrollbarStyle":
|
|
1014
1089
|
if (this.f != null) {
|
|
1015
|
-
this.f.scrollbarStyle = this.
|
|
1090
|
+
this.f.scrollbarStyle = this.aa;
|
|
1016
1091
|
}
|
|
1017
1092
|
break;
|
|
1018
1093
|
case "ScrollbarBackground":
|
|
1019
1094
|
if (this.f != null) {
|
|
1020
|
-
this.f.scrollbarBackground = this.
|
|
1095
|
+
this.f.scrollbarBackground = this.d7;
|
|
1021
1096
|
}
|
|
1022
1097
|
break;
|
|
1023
1098
|
case "SearchIconColor":
|
|
1024
|
-
this.
|
|
1099
|
+
this.view.ab();
|
|
1025
1100
|
break;
|
|
1026
1101
|
case "SearchBackgroundColor":
|
|
1027
|
-
this.
|
|
1102
|
+
this.v.mc = this.d8;
|
|
1028
1103
|
break;
|
|
1029
1104
|
case "SearchBorderColor":
|
|
1030
|
-
this.
|
|
1105
|
+
this.v.md = this.d9;
|
|
1031
1106
|
break;
|
|
1032
1107
|
case "SearchTextColor":
|
|
1033
|
-
if (this.
|
|
1034
|
-
this.
|
|
1108
|
+
if (this.t != null) {
|
|
1109
|
+
this.t.d8 = this.searchTextColor;
|
|
1035
1110
|
}
|
|
1036
1111
|
break;
|
|
1037
1112
|
case "SearchTextStyle":
|
|
1038
|
-
this.
|
|
1113
|
+
this.t.af = this.aj;
|
|
1039
1114
|
break;
|
|
1040
1115
|
case "CheckboxTickColor":
|
|
1041
1116
|
case "CheckboxCheckedBackgroundColor":
|
|
1042
1117
|
case "CheckboxUncheckedBackgroundColor":
|
|
1043
1118
|
case "CheckboxCheckedBorderColor":
|
|
1044
1119
|
case "CheckboxUncheckedBorderColor":
|
|
1045
|
-
this.
|
|
1120
|
+
this.view.y();
|
|
1046
1121
|
if (this.f != null) {
|
|
1047
|
-
this.f.
|
|
1122
|
+
this.f.xq();
|
|
1048
1123
|
}
|
|
1049
1124
|
break;
|
|
1050
1125
|
}
|
|
1051
1126
|
}
|
|
1052
|
-
|
|
1127
|
+
cu(a, b) {
|
|
1128
|
+
if (this.indexTypeChanged != null) {
|
|
1129
|
+
this.indexTypeChanged(this, ((() => {
|
|
1130
|
+
let $ret = new CheckboxListIndexTypeChangedEventArgs();
|
|
1131
|
+
$ret.b = EnumUtil.getEnumValue(CheckboxListIndexType_$type, a);
|
|
1132
|
+
$ret.a = EnumUtil.getEnumValue(CheckboxListIndexType_$type, b);
|
|
1133
|
+
return $ret;
|
|
1134
|
+
})()));
|
|
1135
|
+
}
|
|
1136
|
+
}
|
|
1137
|
+
dc() {
|
|
1053
1138
|
if (this.f != null) {
|
|
1054
1139
|
this.f.density = this.density;
|
|
1055
1140
|
}
|
|
1056
|
-
if (this.
|
|
1057
|
-
this.
|
|
1141
|
+
if (this.u != null) {
|
|
1142
|
+
this.u.t = this.density;
|
|
1058
1143
|
}
|
|
1059
|
-
this.
|
|
1144
|
+
this.view.x();
|
|
1060
1145
|
}
|
|
1061
|
-
|
|
1062
|
-
if (this.
|
|
1063
|
-
this.
|
|
1146
|
+
dd() {
|
|
1147
|
+
if (this.u != null) {
|
|
1148
|
+
this.u.p = this.baseTheme;
|
|
1064
1149
|
}
|
|
1065
|
-
if (this.
|
|
1066
|
-
this.
|
|
1150
|
+
if (this.t != null) {
|
|
1151
|
+
this.t.d8 = this.searchTextColor;
|
|
1067
1152
|
}
|
|
1068
1153
|
if (this.f != null) {
|
|
1069
|
-
this.f.cellTextColor = this.
|
|
1154
|
+
this.f.cellTextColor = this.ee;
|
|
1070
1155
|
this.f.cellBackground = this.backgroundColor;
|
|
1071
1156
|
this.f.cellSelectedBackground = this.backgroundColor;
|
|
1072
1157
|
this.f.rowHoverBackground = this.rowHoverBackgroundColor;
|
|
1073
1158
|
}
|
|
1074
|
-
this.
|
|
1159
|
+
this.view.z();
|
|
1075
1160
|
}
|
|
1076
|
-
|
|
1077
|
-
this.
|
|
1078
|
-
this.
|
|
1161
|
+
cz(a, b) {
|
|
1162
|
+
this.an = true;
|
|
1163
|
+
this.cd();
|
|
1079
1164
|
if (b.schema != null) {
|
|
1080
|
-
this.
|
|
1081
|
-
for (let c = 0; c < this.
|
|
1082
|
-
this.
|
|
1165
|
+
this.c1();
|
|
1166
|
+
for (let c = 0; c < this.keys.count; c++) {
|
|
1167
|
+
this.cw(this.keys._inner[c]);
|
|
1083
1168
|
}
|
|
1084
|
-
this.
|
|
1169
|
+
this.view.ag();
|
|
1085
1170
|
}
|
|
1086
|
-
this.
|
|
1171
|
+
this.an = false;
|
|
1087
1172
|
}
|
|
1088
|
-
|
|
1089
|
-
if (this.
|
|
1090
|
-
this.
|
|
1173
|
+
c1() {
|
|
1174
|
+
if (this.af == null && this.a6 != null && this.a6 != "") {
|
|
1175
|
+
this.af = new FastReflectionHelper(false, this.a6);
|
|
1091
1176
|
}
|
|
1092
|
-
if (this.
|
|
1093
|
-
this.
|
|
1177
|
+
if (this.a2 != null && this.af != null && this.f.actualDataSource.actualSchema != null) {
|
|
1178
|
+
this.af.propertyName = this.a6;
|
|
1094
1179
|
let a = this.f.actualDataSource.actualCount;
|
|
1095
1180
|
for (let b = 0; b < a; b++) {
|
|
1096
1181
|
let c = this.f.actualDataSource.getItemAtIndex(b);
|
|
1097
|
-
let d = this.
|
|
1182
|
+
let d = this.af.getPropertyValue(c);
|
|
1098
1183
|
if (d == true) {
|
|
1099
1184
|
let e = this.i(c);
|
|
1100
|
-
if (!this.
|
|
1101
|
-
this.
|
|
1185
|
+
if (!this.keys.contains(e)) {
|
|
1186
|
+
this.keys.add(e);
|
|
1102
1187
|
}
|
|
1103
1188
|
}
|
|
1104
1189
|
}
|
|
1105
1190
|
}
|
|
1106
1191
|
}
|
|
1107
|
-
|
|
1192
|
+
de() {
|
|
1108
1193
|
this.f.actualColumns.clear();
|
|
1109
1194
|
this.f.primaryKey = this.primaryKey;
|
|
1110
1195
|
this.f.isGroupRowSticky = false;
|
|
1111
|
-
this.f.rowHeight = this.
|
|
1196
|
+
this.f.rowHeight = this.a1;
|
|
1112
1197
|
this.f.cellBackground = this.backgroundColor;
|
|
1113
1198
|
this.f.cellSelectedBackground = this.backgroundColor;
|
|
1114
1199
|
this.f.density = this.density;
|
|
1115
|
-
this.f.isRowHoverEnabled = this.
|
|
1200
|
+
this.f.isRowHoverEnabled = this.ar;
|
|
1116
1201
|
this.f.borderWidth = new Thickness(0, 0);
|
|
1117
|
-
if (this.
|
|
1118
|
-
this.f.cellTextStyle = this.
|
|
1202
|
+
if (this.ai != null) {
|
|
1203
|
+
this.f.cellTextStyle = this.ai;
|
|
1119
1204
|
}
|
|
1120
1205
|
let a = new TemplateColumn();
|
|
1121
|
-
if (this.
|
|
1122
|
-
this.
|
|
1206
|
+
if (this.a6 == null) {
|
|
1207
|
+
this.a6 = "";
|
|
1123
1208
|
}
|
|
1124
|
-
a.
|
|
1125
|
-
a.
|
|
1209
|
+
a.lo = this.a6;
|
|
1210
|
+
a.mf = "CheckboxColumn";
|
|
1126
1211
|
let b = new ColumnWidth();
|
|
1127
1212
|
b.c = false;
|
|
1128
1213
|
b.f = 28;
|
|
1129
1214
|
a.width = b;
|
|
1130
|
-
a.
|
|
1131
|
-
a.
|
|
1132
|
-
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.
|
|
1215
|
+
a.kk = 0;
|
|
1216
|
+
a.kl = 0;
|
|
1217
|
+
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.ce));
|
|
1133
1218
|
this.f.columns.add(a);
|
|
1134
1219
|
this.j = a;
|
|
1135
|
-
let c = this.f.actualDataSource.resolveSchemaPropertyType(this.
|
|
1220
|
+
let c = this.f.actualDataSource.resolveSchemaPropertyType(this.a4);
|
|
1136
1221
|
let d;
|
|
1137
1222
|
switch (c) {
|
|
1138
1223
|
case 8:
|
|
@@ -1155,26 +1240,26 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1155
1240
|
d = new TextColumn();
|
|
1156
1241
|
break;
|
|
1157
1242
|
}
|
|
1158
|
-
d.
|
|
1159
|
-
d.
|
|
1160
|
-
d.
|
|
1161
|
-
d.
|
|
1243
|
+
d.lo = this.a4;
|
|
1244
|
+
d.mf = "DataColumn";
|
|
1245
|
+
d.kk = 0;
|
|
1246
|
+
d.g = 0;
|
|
1162
1247
|
this.f.columns.add(d);
|
|
1163
1248
|
}
|
|
1164
1249
|
updateHrMargin(a) {
|
|
1165
|
-
this.
|
|
1250
|
+
this.view.aa(a);
|
|
1166
1251
|
}
|
|
1167
1252
|
provideHrElement(a) {
|
|
1168
|
-
this.
|
|
1253
|
+
this.view.p(a);
|
|
1169
1254
|
}
|
|
1170
|
-
|
|
1171
|
-
let a = this.
|
|
1172
|
-
a.changing = delegateCombine(a.changing, runOn(this, this.
|
|
1173
|
-
this.
|
|
1255
|
+
cv() {
|
|
1256
|
+
let a = this.t;
|
|
1257
|
+
a.changing = delegateCombine(a.changing, runOn(this, this.ck));
|
|
1258
|
+
this.dd();
|
|
1174
1259
|
}
|
|
1175
|
-
|
|
1260
|
+
ck(a, b) {
|
|
1176
1261
|
let c = b.value.toLowerCase();
|
|
1177
|
-
this.
|
|
1262
|
+
this.ct(c);
|
|
1178
1263
|
}
|
|
1179
1264
|
i(a) {
|
|
1180
1265
|
if (this.primaryKey == null) {
|
|
@@ -1188,61 +1273,70 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1188
1273
|
}
|
|
1189
1274
|
return new PrimaryKeyValue(b, c);
|
|
1190
1275
|
}
|
|
1191
|
-
|
|
1192
|
-
this.
|
|
1276
|
+
c8(a) {
|
|
1277
|
+
this.am = true;
|
|
1193
1278
|
let b = this.e.getItemAtIndex(a);
|
|
1194
|
-
if (this.
|
|
1195
|
-
this.
|
|
1279
|
+
if (this.af != null) {
|
|
1280
|
+
this.af.setPropertyValue(b, false);
|
|
1196
1281
|
}
|
|
1197
1282
|
let c = this.i(b);
|
|
1198
|
-
this.
|
|
1199
|
-
this.
|
|
1283
|
+
this.keys.remove(c);
|
|
1284
|
+
this.am = false;
|
|
1200
1285
|
}
|
|
1201
|
-
|
|
1202
|
-
this.
|
|
1286
|
+
ca(a) {
|
|
1287
|
+
this.am = true;
|
|
1203
1288
|
let b = this.e.getItemAtIndex(a);
|
|
1204
|
-
if (this.
|
|
1205
|
-
this.
|
|
1289
|
+
if (this.af != null) {
|
|
1290
|
+
this.af.setPropertyValue(b, true);
|
|
1206
1291
|
}
|
|
1207
1292
|
let c = this.i(b);
|
|
1208
|
-
this.
|
|
1209
|
-
this.
|
|
1293
|
+
this.keys.add(c);
|
|
1294
|
+
this.am = false;
|
|
1210
1295
|
}
|
|
1211
|
-
|
|
1212
|
-
this.
|
|
1213
|
-
this.
|
|
1214
|
-
this.
|
|
1215
|
-
this.
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
this.
|
|
1221
|
-
this.
|
|
1222
|
-
|
|
1223
|
-
|
|
1296
|
+
db() {
|
|
1297
|
+
this.indexType = 0;
|
|
1298
|
+
this.keys.clear();
|
|
1299
|
+
this.cm();
|
|
1300
|
+
if (this.keysCleared != null) {
|
|
1301
|
+
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1302
|
+
}
|
|
1303
|
+
}
|
|
1304
|
+
cg() {
|
|
1305
|
+
this.indexType = 1;
|
|
1306
|
+
this.keys.clear();
|
|
1307
|
+
this.cm();
|
|
1308
|
+
if (this.keysCleared != null) {
|
|
1309
|
+
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1310
|
+
}
|
|
1311
|
+
}
|
|
1312
|
+
cq(a, b, c) {
|
|
1224
1313
|
if (this.f != null) {
|
|
1225
1314
|
this.f.notifySetItem(a, b, c);
|
|
1226
1315
|
}
|
|
1227
1316
|
}
|
|
1228
|
-
|
|
1317
|
+
cn() {
|
|
1229
1318
|
if (this.f != null) {
|
|
1230
1319
|
this.f.notifyClearItems();
|
|
1231
1320
|
}
|
|
1232
1321
|
}
|
|
1233
|
-
|
|
1322
|
+
cm() {
|
|
1323
|
+
if (this.f != null) {
|
|
1324
|
+
this.f.invalidateVisibleRows();
|
|
1325
|
+
}
|
|
1326
|
+
}
|
|
1327
|
+
co(a, b) {
|
|
1234
1328
|
if (this.f != null) {
|
|
1235
1329
|
this.f.notifyInsertItem(a, b);
|
|
1236
1330
|
}
|
|
1237
1331
|
;
|
|
1238
1332
|
}
|
|
1239
|
-
|
|
1333
|
+
cp(a, b) {
|
|
1240
1334
|
if (this.f != null) {
|
|
1241
1335
|
this.f.notifyRemoveItem(a, b);
|
|
1242
1336
|
}
|
|
1243
1337
|
;
|
|
1244
1338
|
}
|
|
1245
|
-
|
|
1339
|
+
cb(a) {
|
|
1246
1340
|
let b = null;
|
|
1247
1341
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
1248
1342
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -1254,15 +1348,15 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1254
1348
|
throw new ArgumentException(1, "value length must match PrimaryKey length");
|
|
1255
1349
|
}
|
|
1256
1350
|
if (b != null) {
|
|
1257
|
-
if (this.
|
|
1351
|
+
if (this.af != null) {
|
|
1258
1352
|
let c = this.e.indexOfKey(a);
|
|
1259
1353
|
let d = this.e.getItemAtIndex(c);
|
|
1260
|
-
this.
|
|
1354
|
+
this.af.setPropertyValue(d, true);
|
|
1261
1355
|
}
|
|
1262
|
-
this.
|
|
1356
|
+
this.keys.add(b);
|
|
1263
1357
|
}
|
|
1264
1358
|
}
|
|
1265
|
-
|
|
1359
|
+
c9(a) {
|
|
1266
1360
|
let b = null;
|
|
1267
1361
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
1268
1362
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -1273,13 +1367,13 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1273
1367
|
else {
|
|
1274
1368
|
throw new ArgumentException(1, "value length must match PrimaryKey length");
|
|
1275
1369
|
}
|
|
1276
|
-
if (this.
|
|
1277
|
-
if (this.
|
|
1370
|
+
if (this.keys.contains(b)) {
|
|
1371
|
+
if (this.af != null) {
|
|
1278
1372
|
let c = this.e.indexOfKey(a);
|
|
1279
1373
|
let d = this.e.getItemAtIndex(c);
|
|
1280
|
-
this.
|
|
1374
|
+
this.af.setPropertyValue(d, false);
|
|
1281
1375
|
}
|
|
1282
|
-
this.
|
|
1376
|
+
this.keys.remove(b);
|
|
1283
1377
|
}
|
|
1284
1378
|
}
|
|
1285
1379
|
getDesiredSize() {
|
|
@@ -1303,94 +1397,97 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1303
1397
|
else {
|
|
1304
1398
|
b += e;
|
|
1305
1399
|
}
|
|
1400
|
+
if (this.showSelectAll) {
|
|
1401
|
+
b += c;
|
|
1402
|
+
}
|
|
1306
1403
|
return new Size(1, a, b);
|
|
1307
1404
|
}
|
|
1308
|
-
get
|
|
1309
|
-
return this.
|
|
1405
|
+
get b2() {
|
|
1406
|
+
return this.b1 != null ? this.b1 : !stringIsNullOrWhiteSpace(this.al.b1("Select_All")) ? this.al.b1("Select_All") : "(Select All)";
|
|
1310
1407
|
}
|
|
1311
|
-
set
|
|
1312
|
-
if (a == this.
|
|
1408
|
+
set b2(a) {
|
|
1409
|
+
if (a == this.b1) {
|
|
1313
1410
|
return;
|
|
1314
1411
|
}
|
|
1315
|
-
let b = this.
|
|
1316
|
-
this.
|
|
1317
|
-
this.
|
|
1412
|
+
let b = this.b1;
|
|
1413
|
+
this.b1 = a;
|
|
1414
|
+
this.cy("SelectAllCaption", b, this.b1);
|
|
1318
1415
|
}
|
|
1319
|
-
get
|
|
1320
|
-
return this.
|
|
1416
|
+
get ec() {
|
|
1417
|
+
return this.du;
|
|
1321
1418
|
}
|
|
1322
|
-
set
|
|
1323
|
-
let b = this.
|
|
1324
|
-
this.
|
|
1325
|
-
if (b != this.
|
|
1326
|
-
this.
|
|
1419
|
+
set ec(a) {
|
|
1420
|
+
let b = this.du;
|
|
1421
|
+
this.du = a;
|
|
1422
|
+
if (b != this.du) {
|
|
1423
|
+
this.cy("SelectAllCaptionTextColor", b, a);
|
|
1327
1424
|
}
|
|
1328
1425
|
}
|
|
1329
|
-
get
|
|
1330
|
-
return this.
|
|
1426
|
+
get dw() {
|
|
1427
|
+
return this.dg;
|
|
1331
1428
|
}
|
|
1332
|
-
set
|
|
1333
|
-
let b = this.
|
|
1334
|
-
this.
|
|
1335
|
-
if (b != this.
|
|
1336
|
-
this.
|
|
1429
|
+
set dw(a) {
|
|
1430
|
+
let b = this.dg;
|
|
1431
|
+
this.dg = a;
|
|
1432
|
+
if (b != this.dg) {
|
|
1433
|
+
this.cy("ActualSelectAllCaptionTextColor", b, a);
|
|
1337
1434
|
}
|
|
1338
1435
|
}
|
|
1339
|
-
get
|
|
1340
|
-
if (-1 == this.
|
|
1436
|
+
get as() {
|
|
1437
|
+
if (-1 == this.a0) {
|
|
1341
1438
|
return false;
|
|
1342
1439
|
}
|
|
1343
|
-
let a = this.
|
|
1440
|
+
let a = this.keys.count;
|
|
1344
1441
|
if (0 == a) {
|
|
1345
1442
|
return false;
|
|
1346
1443
|
}
|
|
1347
|
-
if (a == this.
|
|
1444
|
+
if (a == this.a0) {
|
|
1348
1445
|
return false;
|
|
1349
1446
|
}
|
|
1350
1447
|
return true;
|
|
1351
1448
|
}
|
|
1352
1449
|
get showSelectAll() {
|
|
1353
|
-
return this.
|
|
1450
|
+
return this.av;
|
|
1354
1451
|
}
|
|
1355
1452
|
set showSelectAll(a) {
|
|
1356
|
-
if (a == this.
|
|
1453
|
+
if (a == this.av) {
|
|
1357
1454
|
return;
|
|
1358
1455
|
}
|
|
1359
|
-
let b = this.
|
|
1360
|
-
this.
|
|
1361
|
-
this.
|
|
1456
|
+
let b = this.av;
|
|
1457
|
+
this.av = a;
|
|
1458
|
+
this.cy("showSelectAll", b, this.av);
|
|
1362
1459
|
}
|
|
1363
1460
|
get backgroundColor() {
|
|
1364
|
-
return this.
|
|
1461
|
+
return this.dh;
|
|
1365
1462
|
}
|
|
1366
1463
|
set backgroundColor(a) {
|
|
1367
|
-
let b = this.
|
|
1368
|
-
this.
|
|
1369
|
-
if (b != this.
|
|
1370
|
-
this.
|
|
1464
|
+
let b = this.dh;
|
|
1465
|
+
this.dh = a;
|
|
1466
|
+
if (b != this.dh) {
|
|
1467
|
+
this.cy("BackgroundColor", b, a);
|
|
1371
1468
|
}
|
|
1372
1469
|
}
|
|
1373
1470
|
get rowHoverBackgroundColor() {
|
|
1374
|
-
return this.
|
|
1471
|
+
return this.dn;
|
|
1375
1472
|
}
|
|
1376
1473
|
set rowHoverBackgroundColor(a) {
|
|
1377
|
-
let b = this.
|
|
1378
|
-
this.
|
|
1379
|
-
if (b != this.
|
|
1380
|
-
this.
|
|
1474
|
+
let b = this.dn;
|
|
1475
|
+
this.dn = a;
|
|
1476
|
+
if (b != this.dn) {
|
|
1477
|
+
this.cy("RowHoverBackgroundColor", b, a);
|
|
1381
1478
|
}
|
|
1382
1479
|
}
|
|
1383
|
-
get
|
|
1384
|
-
return this.
|
|
1480
|
+
get ee() {
|
|
1481
|
+
return this.dv;
|
|
1385
1482
|
}
|
|
1386
|
-
set
|
|
1387
|
-
let b = this.
|
|
1388
|
-
this.
|
|
1389
|
-
if (b != this.
|
|
1390
|
-
this.
|
|
1483
|
+
set ee(a) {
|
|
1484
|
+
let b = this.dv;
|
|
1485
|
+
this.dv = a;
|
|
1486
|
+
if (b != this.dv) {
|
|
1487
|
+
this.cy("TextColor", b, a);
|
|
1391
1488
|
}
|
|
1392
1489
|
}
|
|
1393
|
-
|
|
1490
|
+
c0(a) {
|
|
1394
1491
|
if (this.selectAllCheckboxChanged != null) {
|
|
1395
1492
|
this.selectAllCheckboxChanged(this, ((() => {
|
|
1396
1493
|
let $ret = new SelectAllCheckboxChangedEventArgs();
|
|
@@ -1399,70 +1496,70 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1399
1496
|
})()));
|
|
1400
1497
|
}
|
|
1401
1498
|
}
|
|
1402
|
-
|
|
1403
|
-
if (-1 == this.
|
|
1499
|
+
ap() {
|
|
1500
|
+
if (-1 == this.a0) {
|
|
1404
1501
|
return true;
|
|
1405
1502
|
}
|
|
1406
|
-
let a = this.
|
|
1407
|
-
switch (this.
|
|
1408
|
-
case 0: return this.
|
|
1503
|
+
let a = this.keys.count;
|
|
1504
|
+
switch (this.indexType) {
|
|
1505
|
+
case 0: return this.a0 == a;
|
|
1409
1506
|
case 1: return 0 == a;
|
|
1410
1507
|
default: return false;
|
|
1411
1508
|
}
|
|
1412
1509
|
}
|
|
1413
|
-
|
|
1414
|
-
if (-1 == this.
|
|
1510
|
+
ao() {
|
|
1511
|
+
if (-1 == this.a0) {
|
|
1415
1512
|
return false;
|
|
1416
1513
|
}
|
|
1417
|
-
let a = this.
|
|
1418
|
-
switch (this.
|
|
1514
|
+
let a = this.keys.count;
|
|
1515
|
+
switch (this.indexType) {
|
|
1419
1516
|
case 0: return 0 == a;
|
|
1420
|
-
case 1: return this.
|
|
1517
|
+
case 1: return this.a0 == a;
|
|
1421
1518
|
default: return false;
|
|
1422
1519
|
}
|
|
1423
1520
|
}
|
|
1424
|
-
|
|
1521
|
+
cd() {
|
|
1425
1522
|
let a = this.f.actualDataSource;
|
|
1426
1523
|
if (null != a) {
|
|
1427
1524
|
if (null == a.actualSchema) {
|
|
1428
|
-
this.
|
|
1525
|
+
this.a0 = -1;
|
|
1429
1526
|
return;
|
|
1430
1527
|
}
|
|
1431
1528
|
let b = a.actualCount;
|
|
1432
|
-
this.
|
|
1529
|
+
this.a0 = b;
|
|
1433
1530
|
}
|
|
1434
1531
|
else {
|
|
1435
|
-
this.
|
|
1532
|
+
this.a0 = -1;
|
|
1436
1533
|
}
|
|
1437
1534
|
}
|
|
1438
|
-
get
|
|
1439
|
-
return this.
|
|
1535
|
+
get au() {
|
|
1536
|
+
return this.at;
|
|
1440
1537
|
}
|
|
1441
|
-
set
|
|
1442
|
-
if (a == this.
|
|
1538
|
+
set au(a) {
|
|
1539
|
+
if (a == this.at) {
|
|
1443
1540
|
return;
|
|
1444
1541
|
}
|
|
1445
|
-
let b = this.
|
|
1446
|
-
this.
|
|
1447
|
-
this.
|
|
1542
|
+
let b = this.at;
|
|
1543
|
+
this.at = a;
|
|
1544
|
+
this.cy("ShowFilter", b, this.at);
|
|
1448
1545
|
}
|
|
1449
|
-
get
|
|
1450
|
-
return this.
|
|
1546
|
+
get ar() {
|
|
1547
|
+
return this.aq;
|
|
1451
1548
|
}
|
|
1452
|
-
set
|
|
1453
|
-
if (a == this.
|
|
1549
|
+
set ar(a) {
|
|
1550
|
+
if (a == this.aq) {
|
|
1454
1551
|
return;
|
|
1455
1552
|
}
|
|
1456
|
-
let b = this.
|
|
1457
|
-
this.
|
|
1458
|
-
this.
|
|
1553
|
+
let b = this.aq;
|
|
1554
|
+
this.aq = a;
|
|
1555
|
+
this.cy("IsRowHoverEnabled", b, this.aq);
|
|
1459
1556
|
}
|
|
1460
1557
|
}
|
|
1461
1558
|
CheckboxList.$t = /*@__PURE__*/ markType(CheckboxList, 'CheckboxList', Base.$, [INotifyPropertyChanged_$type]);
|
|
1462
|
-
CheckboxList.
|
|
1463
|
-
CheckboxList.
|
|
1464
|
-
CheckboxList.
|
|
1465
|
-
CheckboxList.
|
|
1466
|
-
CheckboxList.
|
|
1559
|
+
CheckboxList.ed = /*@__PURE__*/ BrushUtil.h(255, 24, 29, 31);
|
|
1560
|
+
CheckboxList.by = "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";
|
|
1561
|
+
CheckboxList.d3 = /*@__PURE__*/ BrushUtil.h(255, 248, 248, 248);
|
|
1562
|
+
CheckboxList.d4 = null;
|
|
1563
|
+
CheckboxList.d5 = /*@__PURE__*/ BrushUtil.h(255, 24, 29, 31);
|
|
1467
1564
|
return CheckboxList;
|
|
1468
1565
|
})();
|