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