igniteui-webcomponents-grids 5.1.0 → 5.1.1-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-grids.umd.js +29294 -22265
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +3 -3
- package/esm2015/lib/BaseEditorView.js +36 -30
- package/esm2015/lib/CanvasCellPresenterBase.js +17 -17
- package/esm2015/lib/CanvasContentCellModelHelper.js +26 -26
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +377 -361
- package/esm2015/lib/CanvasImageCell.js +30 -30
- package/esm2015/lib/CanvasImageCellPresenter.js +17 -17
- package/esm2015/lib/CanvasNumericCell.js +2 -2
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCell.js +3 -3
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +11 -11
- package/esm2015/lib/CanvasSummaryCell.js +50 -50
- package/esm2015/lib/CanvasSummaryCellPresenter.js +10 -10
- package/esm2015/lib/CanvasTemplateCell.js +7 -7
- package/esm2015/lib/CanvasTemplateCellPresenter.js +6 -6
- package/esm2015/lib/CanvasTemplateHeaderCell.js +7 -7
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTextCell.js +3 -3
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCell.js +24 -24
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +20 -20
- package/esm2015/lib/CellPresenterBase.js +40 -38
- package/esm2015/lib/CheckboxListBridge.js +88 -23
- package/esm2015/lib/CheckboxListExternalIndexType.js +11 -0
- package/esm2015/lib/CheckboxListExternalIndexTypeChangedEventArgs.js +21 -0
- package/esm2015/lib/CheckboxListExternalKeysClearedEventArgs.js +16 -0
- package/esm2015/lib/CheckboxListIndexTypeChangedEventArgs.js +21 -0
- package/esm2015/lib/CheckboxListKeysClearedEventArgs.js +16 -0
- package/esm2015/lib/CheckboxListViewExternal.js +11 -0
- package/esm2015/lib/CheckboxListView_combined.js +617 -520
- package/esm2015/lib/ColumnChooserView_combined.js +15 -15
- package/esm2015/lib/ColumnFilterCondition_combined.js +13473 -10334
- package/esm2015/lib/ColumnGroupingView_combined.js +6 -5
- package/esm2015/lib/ColumnOptionsToolbarManagerOpeningEventArgs.js +16 -0
- package/esm2015/lib/ColumnPinningView_combined.js +15 -15
- package/esm2015/lib/ColumnSummaryDescription.js +53 -46
- package/esm2015/lib/ColumnSummaryDescriptionCollection.js +4 -2
- package/esm2015/lib/ComboEditorView.js +119 -117
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +12 -12
- package/esm2015/lib/ContentCellModelHelper.js +19 -19
- package/esm2015/lib/DataGridCellLayoutPanel.js +21 -21
- package/esm2015/lib/DataGridColumnToolbarManager.js +7 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +3 -2
- package/esm2015/lib/DateEditorView.js +94 -94
- package/esm2015/lib/DateTimeCellPresenter.js +8 -8
- package/esm2015/lib/Dragger.js +3 -2
- package/esm2015/lib/DraggerView.js +1 -1
- package/esm2015/lib/EditorCell.js +303 -303
- package/esm2015/lib/EditorCellPresenter.js +28 -28
- package/esm2015/lib/EditorRowCell.js +1 -1
- package/esm2015/lib/FilterCell.js +272 -272
- package/esm2015/lib/FilterCellPresenter.js +18 -18
- package/esm2015/lib/GridCellBase.js +295 -279
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +23 -22
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +19 -18
- package/esm2015/lib/GridCompoundConditionalStyle.js +7 -0
- package/esm2015/lib/GridConditionFilterStringErrorsParsingEventArgs.js +33 -0
- package/esm2015/lib/GridConditionalStyle.js +7 -0
- package/esm2015/lib/GridConditionalStyleBoundType.js +16 -0
- package/esm2015/lib/GridConditionalStyleCollection.js +7 -0
- package/esm2015/lib/GridConditionalStyleProperty.js +615 -0
- package/esm2015/lib/GridConditionalStylePropertyCollection.js +21 -0
- package/esm2015/lib/GridConditionalStylePropertyStylingType.js +18 -0
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +308 -301
- package/esm2015/lib/GridModuleHelper.js +24 -0
- package/esm2015/lib/GridSelectedKeysCollection.js +21 -3
- package/esm2015/lib/GridSortIndicatorView_combined.js +1 -1
- package/esm2015/lib/GridStyleRepository.js +206 -173
- package/esm2015/lib/ISummaryChooserView_combined.js +10 -10
- package/esm2015/lib/ImageCell.js +60 -60
- package/esm2015/lib/ImageCellPresenter.js +18 -18
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +34 -34
- package/esm2015/lib/NativeUIComboFactory.js +47 -0
- package/esm2015/lib/NativeUIGridFactory.js +6 -2
- package/esm2015/lib/NumericCell.js +5 -5
- package/esm2015/lib/NumericCellPresenter.js +8 -8
- package/esm2015/lib/NumericEditorView.js +3 -3
- package/esm2015/lib/PropertyEditorView_combined.js +66 -66
- package/esm2015/lib/SectionHeaderCell.js +17 -17
- package/esm2015/lib/SectionHeaderCellPresenter.js +11 -11
- package/esm2015/lib/SummaryCell.js +41 -41
- package/esm2015/lib/SummaryCellPresenter.js +14 -14
- package/esm2015/lib/TemplateCell.js +16 -16
- package/esm2015/lib/TemplateCellPresenter.js +5 -5
- package/esm2015/lib/TemplateHeader.js +9 -9
- package/esm2015/lib/TemplateHeaderCell.js +6 -6
- package/esm2015/lib/TemplateHeaderCellModel.js +23 -17
- package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/TemplateSectionHeader.js +3 -3
- package/esm2015/lib/TextCell.js +30 -30
- package/esm2015/lib/TextCellPresenter.js +9 -9
- package/esm2015/lib/TextEditorView.js +78 -78
- package/esm2015/lib/TextHeaderCell.js +149 -153
- package/esm2015/lib/TextHeaderCellPresenter.js +38 -32
- package/esm2015/lib/TextIconSetBuiltInTypes.js +18 -0
- package/esm2015/lib/TextIconSetConditionalStyle.js +101 -0
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igc-cell-info.js +177 -177
- package/esm2015/lib/igc-checkbox-list-component.js +131 -79
- package/esm2015/lib/igc-checkbox-list-index-type-changed-event-args.js +44 -0
- package/esm2015/lib/igc-checkbox-list-keys-cleared-event-args.js +30 -0
- package/esm2015/lib/igc-column-moving-separator-component.js +15 -9
- package/esm2015/lib/igc-column-resizing-separator-component.js +12 -6
- package/esm2015/lib/igc-column-summary-description.js +24 -15
- package/esm2015/lib/igc-combo-box-column-component.js +16 -10
- package/esm2015/lib/igc-data-grid-all-columns-module.js +4 -0
- package/esm2015/lib/igc-data-grid-column-component.js +182 -160
- package/esm2015/lib/igc-data-grid-component.js +50 -24
- package/esm2015/lib/igc-data-grid-core-module.js +5 -0
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +51 -20
- package/esm2015/lib/igc-date-time-cell-info.js +12 -12
- package/esm2015/lib/igc-date-time-column-component.js +29 -23
- package/esm2015/lib/igc-definition-base-component.js +317 -111
- package/esm2015/lib/igc-edit-row-definition-component.js +6 -0
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-editor-definition-component.js +6 -0
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-filter-row-definition-component.js +18 -12
- package/esm2015/lib/igc-grid-compound-conditional-style-component.js +88 -0
- package/esm2015/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +48 -0
- package/esm2015/lib/igc-grid-conditional-style-collection.js +53 -0
- package/esm2015/lib/igc-grid-conditional-style-component.js +413 -0
- package/esm2015/lib/igc-grid-conditional-style-module.js +16 -0
- package/esm2015/lib/igc-grid-conditional-style-property-collection.js +53 -0
- package/esm2015/lib/igc-grid-conditional-style-property-component.js +400 -0
- package/esm2015/lib/igc-grid-conditional-style-property-module.js +16 -0
- package/esm2015/lib/igc-header-component.js +30 -24
- package/esm2015/lib/igc-header-row-separator-component.js +6 -0
- package/esm2015/lib/igc-header-separator-component.js +6 -0
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +18 -12
- package/esm2015/lib/igc-multi-column-combo-box-component.js +24 -24
- package/esm2015/lib/igc-numeric-cell-info.js +26 -26
- package/esm2015/lib/igc-numeric-column-component.js +41 -35
- package/esm2015/lib/igc-pinned-area-separator-component.js +6 -0
- package/esm2015/lib/igc-row-separator-component.js +6 -0
- package/esm2015/lib/igc-section-footer-component.js +6 -0
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +30 -24
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-summary-row-component.js +30 -24
- package/esm2015/lib/igc-summary-row-root-component.js +6 -0
- package/esm2015/lib/igc-summary-row-section-component.js +6 -0
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-column-component.js +6 -0
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-component.js +6 -0
- package/esm2015/lib/igc-template-section-header-component.js +6 -0
- package/esm2015/lib/igc-text-cell-info.js +2 -2
- package/esm2015/lib/igc-text-column-component.js +15 -9
- package/esm2015/lib/igc-text-header-cell-info.js +10 -10
- package/esm2015/lib/igc-text-header-component.js +6 -0
- package/esm2015/lib/igc-text-icon-set-conditional-style-component.js +94 -0
- package/esm2015/lib/igc-text-icon-set-conditional-style-module.js +16 -0
- package/esm2015/public_api.js +36 -4
- package/esm5/lib/AccessibilityRow.js +3 -3
- package/esm5/lib/BaseEditorView.js +36 -30
- package/esm5/lib/CanvasCellPresenterBase.js +17 -17
- package/esm5/lib/CanvasContentCellModelHelper.js +26 -26
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +375 -359
- package/esm5/lib/CanvasImageCell.js +29 -29
- package/esm5/lib/CanvasImageCellPresenter.js +17 -17
- package/esm5/lib/CanvasNumericCell.js +2 -2
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCell.js +3 -3
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +11 -11
- package/esm5/lib/CanvasSummaryCell.js +50 -50
- package/esm5/lib/CanvasSummaryCellPresenter.js +10 -10
- package/esm5/lib/CanvasTemplateCell.js +7 -7
- package/esm5/lib/CanvasTemplateCellPresenter.js +6 -6
- package/esm5/lib/CanvasTemplateHeaderCell.js +7 -7
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/CanvasTextCell.js +3 -3
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCell.js +24 -24
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +20 -20
- package/esm5/lib/CellPresenterBase.js +40 -38
- package/esm5/lib/CheckboxListBridge.js +88 -23
- package/esm5/lib/CheckboxListExternalIndexType.js +11 -0
- package/esm5/lib/CheckboxListExternalIndexTypeChangedEventArgs.js +23 -0
- package/esm5/lib/CheckboxListExternalKeysClearedEventArgs.js +20 -0
- package/esm5/lib/CheckboxListIndexTypeChangedEventArgs.js +23 -0
- package/esm5/lib/CheckboxListKeysClearedEventArgs.js +20 -0
- package/esm5/lib/CheckboxListViewExternal.js +11 -0
- package/esm5/lib/CheckboxListView_combined.js +599 -498
- package/esm5/lib/ColumnChooserView_combined.js +15 -15
- package/esm5/lib/ColumnFilterCondition_combined.js +13154 -9751
- package/esm5/lib/ColumnGroupingView_combined.js +6 -5
- package/esm5/lib/ColumnOptionsToolbarManagerOpeningEventArgs.js +20 -0
- package/esm5/lib/ColumnPinningView_combined.js +15 -15
- package/esm5/lib/ColumnSummaryDescription.js +56 -45
- package/esm5/lib/ColumnSummaryDescriptionCollection.js +4 -2
- package/esm5/lib/ComboEditorView.js +116 -114
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +12 -12
- package/esm5/lib/ContentCellModelHelper.js +19 -19
- package/esm5/lib/DataGridCellLayoutPanel.js +21 -21
- package/esm5/lib/DataGridColumnToolbarManager.js +7 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +3 -2
- package/esm5/lib/DateEditorView.js +92 -92
- package/esm5/lib/DateTimeCellPresenter.js +8 -8
- package/esm5/lib/Dragger.js +3 -2
- package/esm5/lib/DraggerView.js +1 -1
- package/esm5/lib/EditorCell.js +285 -285
- package/esm5/lib/EditorCellPresenter.js +28 -28
- package/esm5/lib/EditorRowCell.js +1 -1
- package/esm5/lib/FilterCell.js +262 -262
- package/esm5/lib/FilterCellPresenter.js +18 -18
- package/esm5/lib/GridCellBase.js +286 -270
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +23 -22
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +19 -18
- package/esm5/lib/GridCompoundConditionalStyle.js +7 -0
- package/esm5/lib/GridConditionFilterStringErrorsParsingEventArgs.js +43 -0
- package/esm5/lib/GridConditionalStyle.js +7 -0
- package/esm5/lib/GridConditionalStyleBoundType.js +16 -0
- package/esm5/lib/GridConditionalStyleCollection.js +7 -0
- package/esm5/lib/GridConditionalStyleProperty.js +761 -0
- package/esm5/lib/GridConditionalStylePropertyCollection.js +22 -0
- package/esm5/lib/GridConditionalStylePropertyStylingType.js +18 -0
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +311 -291
- package/esm5/lib/GridModuleHelper.js +28 -0
- package/esm5/lib/GridSelectedKeysCollection.js +54 -3
- package/esm5/lib/GridSortIndicatorView_combined.js +1 -1
- package/esm5/lib/GridStyleRepository.js +248 -203
- package/esm5/lib/ISummaryChooserView_combined.js +10 -10
- package/esm5/lib/ImageCell.js +60 -60
- package/esm5/lib/ImageCellPresenter.js +18 -18
- package/esm5/lib/MultiColumnComboBoxView_combined.js +34 -34
- package/esm5/lib/NativeUIComboFactory.js +57 -0
- package/esm5/lib/NativeUIGridFactory.js +6 -2
- package/esm5/lib/NumericCell.js +5 -5
- package/esm5/lib/NumericCellPresenter.js +8 -8
- package/esm5/lib/NumericEditorView.js +3 -3
- package/esm5/lib/PropertyEditorView_combined.js +66 -66
- package/esm5/lib/SectionHeaderCell.js +17 -17
- package/esm5/lib/SectionHeaderCellPresenter.js +11 -11
- package/esm5/lib/SummaryCell.js +41 -41
- package/esm5/lib/SummaryCellPresenter.js +14 -14
- package/esm5/lib/TemplateCell.js +16 -16
- package/esm5/lib/TemplateCellPresenter.js +5 -5
- package/esm5/lib/TemplateHeader.js +9 -9
- package/esm5/lib/TemplateHeaderCell.js +6 -6
- package/esm5/lib/TemplateHeaderCellModel.js +22 -16
- package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/TemplateSectionHeader.js +3 -3
- package/esm5/lib/TextCell.js +30 -30
- package/esm5/lib/TextCellPresenter.js +9 -9
- package/esm5/lib/TextEditorView.js +78 -78
- package/esm5/lib/TextHeaderCell.js +147 -151
- package/esm5/lib/TextHeaderCellPresenter.js +38 -32
- package/esm5/lib/TextIconSetBuiltInTypes.js +18 -0
- package/esm5/lib/TextIconSetConditionalStyle.js +107 -0
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igc-cell-info.js +177 -177
- package/esm5/lib/igc-checkbox-list-component.js +141 -79
- package/esm5/lib/igc-checkbox-list-index-type-changed-event-args.js +58 -0
- package/esm5/lib/igc-checkbox-list-keys-cleared-event-args.js +36 -0
- package/esm5/lib/igc-column-moving-separator-component.js +15 -9
- package/esm5/lib/igc-column-resizing-separator-component.js +12 -6
- package/esm5/lib/igc-column-summary-description.js +28 -15
- package/esm5/lib/igc-combo-box-column-component.js +16 -10
- package/esm5/lib/igc-data-grid-all-columns-module.js +4 -0
- package/esm5/lib/igc-data-grid-column-component.js +182 -160
- package/esm5/lib/igc-data-grid-component.js +55 -24
- package/esm5/lib/igc-data-grid-core-module.js +5 -0
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +59 -20
- package/esm5/lib/igc-date-time-cell-info.js +12 -12
- package/esm5/lib/igc-date-time-column-component.js +29 -23
- package/esm5/lib/igc-definition-base-component.js +389 -112
- package/esm5/lib/igc-edit-row-definition-component.js +6 -0
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-editor-definition-component.js +6 -0
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-filter-row-definition-component.js +18 -12
- package/esm5/lib/igc-grid-compound-conditional-style-component.js +101 -0
- package/esm5/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +62 -0
- package/esm5/lib/igc-grid-conditional-style-collection.js +58 -0
- package/esm5/lib/igc-grid-conditional-style-component.js +500 -0
- package/esm5/lib/igc-grid-conditional-style-module.js +20 -0
- package/esm5/lib/igc-grid-conditional-style-property-collection.js +58 -0
- package/esm5/lib/igc-grid-conditional-style-property-component.js +535 -0
- package/esm5/lib/igc-grid-conditional-style-property-module.js +20 -0
- package/esm5/lib/igc-header-component.js +30 -24
- package/esm5/lib/igc-header-row-separator-component.js +6 -0
- package/esm5/lib/igc-header-separator-component.js +6 -0
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +18 -12
- package/esm5/lib/igc-multi-column-combo-box-component.js +24 -24
- package/esm5/lib/igc-numeric-cell-info.js +26 -26
- package/esm5/lib/igc-numeric-column-component.js +41 -35
- package/esm5/lib/igc-pinned-area-separator-component.js +6 -0
- package/esm5/lib/igc-row-separator-component.js +6 -0
- package/esm5/lib/igc-section-footer-component.js +6 -0
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +30 -24
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-summary-row-component.js +30 -24
- package/esm5/lib/igc-summary-row-root-component.js +6 -0
- package/esm5/lib/igc-summary-row-section-component.js +6 -0
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-column-component.js +6 -0
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-component.js +6 -0
- package/esm5/lib/igc-template-section-header-component.js +6 -0
- package/esm5/lib/igc-text-cell-info.js +2 -2
- package/esm5/lib/igc-text-column-component.js +15 -9
- package/esm5/lib/igc-text-header-cell-info.js +10 -10
- package/esm5/lib/igc-text-header-component.js +6 -0
- package/esm5/lib/igc-text-icon-set-conditional-style-component.js +107 -0
- package/esm5/lib/igc-text-icon-set-conditional-style-module.js +20 -0
- package/esm5/public_api.js +36 -4
- package/fesm2015/igniteui-webcomponents-grids.js +20008 -13895
- package/fesm5/igniteui-webcomponents-grids.js +29263 -22269
- package/grids/combined.js +9215 -9187
- package/grids/styles.css +1 -1
- package/grids/themes/dark/bootstrap.css +1 -1
- package/grids/themes/dark/fluent.css +1 -1
- package/grids/themes/dark/indigo.css +1 -1
- package/grids/themes/dark/material.css +1 -1
- package/grids/themes/light/bootstrap.css +1 -1
- package/grids/themes/light/fluent.css +1 -1
- package/grids/themes/light/indigo.css +1 -1
- package/grids/themes/light/material.css +1 -1
- package/lib/BaseEditorView.d.ts +12 -11
- package/lib/CanvasGridCellBase.d.ts +113 -110
- package/lib/CanvasImageCell.d.ts +13 -13
- package/lib/CanvasSectionHeaderCell.d.ts +1 -1
- package/lib/CanvasSummaryCell.d.ts +14 -14
- package/lib/CanvasTemplateCell.d.ts +4 -4
- package/lib/CanvasTemplateHeaderCell.d.ts +4 -4
- package/lib/CanvasTextCell.d.ts +1 -1
- package/lib/CanvasTextHeaderCell.d.ts +6 -6
- package/lib/CheckboxListBridge.d.ts +20 -9
- package/lib/CheckboxListExternal.d.ts +6 -6
- package/lib/CheckboxListExternalIndexType.d.ts +12 -0
- package/lib/CheckboxListExternalIndexTypeChangedEventArgs.d.ts +10 -0
- package/lib/CheckboxListExternalKeysClearedEventArgs.d.ts +7 -0
- package/lib/CheckboxListIndexTypeChangedEventArgs.d.ts +10 -0
- package/lib/CheckboxListKeysClearedEventArgs.d.ts +7 -0
- package/lib/CheckboxListViewExternal.d.ts +20 -0
- package/lib/CheckboxListView_combined.d.ts +135 -121
- package/lib/ColumnFilterCondition_combined.d.ts +2301 -1956
- package/lib/ColumnOptionsToolbarManagerOpeningEventArgs.d.ts +7 -0
- package/lib/ColumnSummaryDescription.d.ts +21 -18
- package/lib/ComboEditorView.d.ts +17 -17
- package/lib/DataGridColumnToolbarManager.d.ts +1 -0
- package/lib/DateEditorView.d.ts +14 -14
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +92 -89
- package/lib/GridCompoundConditionalStyle.d.ts +1 -0
- package/lib/GridConditionFilterStringErrorsParsingEventArgs.d.ts +14 -0
- package/lib/GridConditionalStyle.d.ts +1 -0
- package/lib/GridConditionalStyleBoundType.d.ts +9 -0
- package/lib/GridConditionalStyleCollection.d.ts +1 -0
- package/lib/GridConditionalStyleProperty.d.ts +127 -0
- package/lib/GridConditionalStylePropertyCollection.d.ts +10 -0
- package/lib/GridConditionalStylePropertyStylingType.d.ts +11 -0
- package/lib/GridFilterDialogView_combined.d.ts +103 -79
- package/lib/GridModuleHelper.d.ts +8 -0
- package/lib/GridSelectedKeysCollection.d.ts +6 -2
- package/lib/GridStyleRepository.d.ts +68 -62
- package/lib/ICellActionManager.d.ts +1 -1
- package/lib/ICellPresenter.d.ts +1 -1
- package/lib/ICellRenderingEngine.d.ts +1 -1
- package/lib/IDataAdapter.d.ts +1 -1
- package/lib/IDragger.d.ts +1 -1
- package/lib/IDraggerView.d.ts +1 -1
- package/lib/IExternalDefinitionBase.d.ts +1 -1
- package/lib/IExternalGrid.d.ts +1 -1
- package/lib/IGridInfoRequestor.d.ts +1 -1
- package/lib/ISummaryChooserView.d.ts +1 -1
- package/lib/ImageCell.d.ts +18 -18
- package/lib/NativeUIComboFactory.d.ts +18 -0
- package/lib/NumericCell.d.ts +1 -1
- package/lib/SectionHeaderCell.d.ts +4 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +6 -6
- package/lib/TemplateHeader.d.ts +4 -4
- package/lib/TemplateHeaderCell.d.ts +3 -3
- package/lib/TemplateHeaderCellModel.d.ts +7 -6
- package/lib/TemplateSectionHeader.d.ts +3 -3
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextEditorView.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/TextIconSetBuiltInTypes.d.ts +11 -0
- package/lib/TextIconSetConditionalStyle.d.ts +18 -0
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igc-checkbox-list-component.d.ts +10 -0
- package/lib/igc-checkbox-list-index-type-changed-event-args.d.ts +17 -0
- package/lib/igc-checkbox-list-keys-cleared-event-args.d.ts +12 -0
- package/lib/igc-column-summary-description.d.ts +5 -0
- package/lib/igc-data-grid-column-component.d.ts +8 -0
- package/lib/igc-data-grid-component.d.ts +5 -0
- package/lib/igc-data-grid-filter-dialog-component.d.ts +15 -0
- package/lib/igc-definition-base-component.d.ts +63 -0
- package/lib/igc-grid-compound-conditional-style-component.d.ts +19 -0
- package/lib/igc-grid-condition-filter-string-errors-parsing-event-args.d.ts +22 -0
- package/lib/igc-grid-conditional-style-collection.d.ts +8 -0
- package/lib/igc-grid-conditional-style-component.d.ts +80 -0
- package/lib/igc-grid-conditional-style-module.d.ts +3 -0
- package/lib/igc-grid-conditional-style-property-collection.d.ts +8 -0
- package/lib/igc-grid-conditional-style-property-component.d.ts +101 -0
- package/lib/igc-grid-conditional-style-property-module.d.ts +3 -0
- package/lib/igc-text-icon-set-conditional-style-component.d.ts +22 -0
- package/lib/igc-text-icon-set-conditional-style-module.d.ts +3 -0
- package/package.json +4 -4
- package/public_api.d.ts +36 -4
|
@@ -21,168 +21,197 @@ var GridStyleRepository = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
21
21
|
function GridStyleRepository() {
|
|
22
22
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
23
23
|
}
|
|
24
|
-
Object.defineProperty(GridStyleRepository, "
|
|
24
|
+
Object.defineProperty(GridStyleRepository, "bo", {
|
|
25
25
|
get: function () {
|
|
26
|
-
if (GridStyleRepository.
|
|
26
|
+
if (GridStyleRepository.at == null) {
|
|
27
27
|
var a_1 = "#babfc7";
|
|
28
|
-
GridStyleRepository.
|
|
28
|
+
GridStyleRepository.at = ((function () {
|
|
29
29
|
var $ret = new Brush();
|
|
30
30
|
$ret.fill = a_1;
|
|
31
31
|
return $ret;
|
|
32
32
|
})());
|
|
33
33
|
}
|
|
34
|
-
return GridStyleRepository.
|
|
34
|
+
return GridStyleRepository.at;
|
|
35
35
|
},
|
|
36
36
|
enumerable: false,
|
|
37
37
|
configurable: true
|
|
38
38
|
});
|
|
39
|
-
Object.defineProperty(GridStyleRepository, "
|
|
39
|
+
Object.defineProperty(GridStyleRepository, "bq", {
|
|
40
40
|
get: function () {
|
|
41
|
-
if (GridStyleRepository.
|
|
41
|
+
if (GridStyleRepository.av == null) {
|
|
42
42
|
var a_2 = "#dde2eb";
|
|
43
|
-
GridStyleRepository.
|
|
43
|
+
GridStyleRepository.av = ((function () {
|
|
44
44
|
var $ret = new Brush();
|
|
45
45
|
$ret.fill = a_2;
|
|
46
46
|
return $ret;
|
|
47
47
|
})());
|
|
48
48
|
}
|
|
49
|
-
return GridStyleRepository.
|
|
49
|
+
return GridStyleRepository.av;
|
|
50
50
|
},
|
|
51
51
|
enumerable: false,
|
|
52
52
|
configurable: true
|
|
53
53
|
});
|
|
54
|
-
Object.defineProperty(GridStyleRepository, "
|
|
54
|
+
Object.defineProperty(GridStyleRepository, "bi", {
|
|
55
55
|
get: function () {
|
|
56
|
-
if (GridStyleRepository.
|
|
57
|
-
GridStyleRepository.
|
|
56
|
+
if (GridStyleRepository.an == null) {
|
|
57
|
+
GridStyleRepository.an = ((function () {
|
|
58
58
|
var $ret = new Brush();
|
|
59
59
|
$ret.color = Color.u(255, 224, 224, 224);
|
|
60
60
|
return $ret;
|
|
61
61
|
})());
|
|
62
62
|
}
|
|
63
|
-
return GridStyleRepository.
|
|
63
|
+
return GridStyleRepository.an;
|
|
64
64
|
},
|
|
65
65
|
enumerable: false,
|
|
66
66
|
configurable: true
|
|
67
67
|
});
|
|
68
|
-
Object.defineProperty(GridStyleRepository, "
|
|
68
|
+
Object.defineProperty(GridStyleRepository, "a8", {
|
|
69
69
|
get: function () {
|
|
70
|
-
if (GridStyleRepository.
|
|
70
|
+
if (GridStyleRepository.ad == null) {
|
|
71
71
|
var a_3 = "#babfc7";
|
|
72
|
-
GridStyleRepository.
|
|
72
|
+
GridStyleRepository.ad = ((function () {
|
|
73
73
|
var $ret = new Brush();
|
|
74
74
|
$ret.fill = a_3;
|
|
75
75
|
return $ret;
|
|
76
76
|
})());
|
|
77
77
|
}
|
|
78
|
-
return GridStyleRepository.
|
|
78
|
+
return GridStyleRepository.ad;
|
|
79
79
|
},
|
|
80
80
|
enumerable: false,
|
|
81
81
|
configurable: true
|
|
82
82
|
});
|
|
83
|
-
Object.defineProperty(GridStyleRepository, "
|
|
83
|
+
Object.defineProperty(GridStyleRepository, "a6", {
|
|
84
84
|
get: function () {
|
|
85
|
-
if (GridStyleRepository.
|
|
85
|
+
if (GridStyleRepository.ab == null) {
|
|
86
86
|
var a_4 = "#babfc7";
|
|
87
|
-
GridStyleRepository.
|
|
87
|
+
GridStyleRepository.ab = ((function () {
|
|
88
88
|
var $ret = new Brush();
|
|
89
89
|
$ret.fill = a_4;
|
|
90
90
|
return $ret;
|
|
91
91
|
})());
|
|
92
92
|
}
|
|
93
|
-
return GridStyleRepository.
|
|
93
|
+
return GridStyleRepository.ab;
|
|
94
94
|
},
|
|
95
95
|
enumerable: false,
|
|
96
96
|
configurable: true
|
|
97
97
|
});
|
|
98
|
-
Object.defineProperty(GridStyleRepository, "
|
|
98
|
+
Object.defineProperty(GridStyleRepository, "bs", {
|
|
99
99
|
get: function () {
|
|
100
|
-
if (GridStyleRepository.
|
|
100
|
+
if (GridStyleRepository.ax == null) {
|
|
101
101
|
var a_5 = "#ff80ab";
|
|
102
|
-
GridStyleRepository.
|
|
102
|
+
GridStyleRepository.ax = ((function () {
|
|
103
103
|
var $ret = new Brush();
|
|
104
104
|
$ret.fill = a_5;
|
|
105
105
|
return $ret;
|
|
106
106
|
})());
|
|
107
107
|
}
|
|
108
|
-
return GridStyleRepository.
|
|
108
|
+
return GridStyleRepository.ax;
|
|
109
109
|
},
|
|
110
110
|
enumerable: false,
|
|
111
111
|
configurable: true
|
|
112
112
|
});
|
|
113
|
-
Object.defineProperty(GridStyleRepository, "
|
|
113
|
+
Object.defineProperty(GridStyleRepository, "bt", {
|
|
114
114
|
get: function () {
|
|
115
|
-
if (GridStyleRepository.
|
|
115
|
+
if (GridStyleRepository.ay == null) {
|
|
116
116
|
var a_6 = "#181d1f";
|
|
117
|
-
GridStyleRepository.
|
|
117
|
+
GridStyleRepository.ay = ((function () {
|
|
118
118
|
var $ret = new Brush();
|
|
119
119
|
$ret.fill = a_6;
|
|
120
120
|
return $ret;
|
|
121
121
|
})());
|
|
122
122
|
}
|
|
123
|
-
return GridStyleRepository.
|
|
123
|
+
return GridStyleRepository.ay;
|
|
124
124
|
},
|
|
125
125
|
enumerable: false,
|
|
126
126
|
configurable: true
|
|
127
127
|
});
|
|
128
|
-
Object.defineProperty(GridStyleRepository, "
|
|
128
|
+
Object.defineProperty(GridStyleRepository, "a0", {
|
|
129
129
|
get: function () {
|
|
130
|
-
if (GridStyleRepository.
|
|
131
|
-
var a_7 = "#
|
|
132
|
-
GridStyleRepository.
|
|
130
|
+
if (GridStyleRepository.v == null) {
|
|
131
|
+
var a_7 = "#3c90bd";
|
|
132
|
+
GridStyleRepository.v = ((function () {
|
|
133
133
|
var $ret = new Brush();
|
|
134
134
|
$ret.fill = a_7;
|
|
135
135
|
return $ret;
|
|
136
136
|
})());
|
|
137
137
|
}
|
|
138
|
-
return GridStyleRepository.
|
|
138
|
+
return GridStyleRepository.v;
|
|
139
139
|
},
|
|
140
140
|
enumerable: false,
|
|
141
141
|
configurable: true
|
|
142
142
|
});
|
|
143
|
-
Object.defineProperty(GridStyleRepository, "
|
|
143
|
+
Object.defineProperty(GridStyleRepository, "a1", {
|
|
144
144
|
get: function () {
|
|
145
|
-
if (GridStyleRepository.
|
|
146
|
-
|
|
147
|
-
GridStyleRepository.
|
|
148
|
-
|
|
145
|
+
if (GridStyleRepository.w == null) {
|
|
146
|
+
var a_8 = "#204f69";
|
|
147
|
+
GridStyleRepository.w = ((function () {
|
|
148
|
+
var $ret = new Brush();
|
|
149
|
+
$ret.fill = a_8;
|
|
150
|
+
return $ret;
|
|
151
|
+
})());
|
|
149
152
|
}
|
|
150
|
-
return GridStyleRepository.
|
|
153
|
+
return GridStyleRepository.w;
|
|
151
154
|
},
|
|
152
155
|
enumerable: false,
|
|
153
156
|
configurable: true
|
|
154
157
|
});
|
|
155
|
-
Object.defineProperty(GridStyleRepository, "
|
|
158
|
+
Object.defineProperty(GridStyleRepository, "az", {
|
|
156
159
|
get: function () {
|
|
157
|
-
if (GridStyleRepository.
|
|
158
|
-
|
|
159
|
-
GridStyleRepository.
|
|
160
|
-
|
|
161
|
-
|
|
160
|
+
if (GridStyleRepository.u == null) {
|
|
161
|
+
var a_9 = "#2196f3";
|
|
162
|
+
GridStyleRepository.u = ((function () {
|
|
163
|
+
var $ret = new Brush();
|
|
164
|
+
$ret.fill = a_9;
|
|
165
|
+
return $ret;
|
|
166
|
+
})());
|
|
162
167
|
}
|
|
163
|
-
return GridStyleRepository.
|
|
168
|
+
return GridStyleRepository.u;
|
|
164
169
|
},
|
|
165
170
|
enumerable: false,
|
|
166
171
|
configurable: true
|
|
167
172
|
});
|
|
168
|
-
Object.defineProperty(GridStyleRepository, "
|
|
173
|
+
Object.defineProperty(GridStyleRepository, "n", {
|
|
174
|
+
get: function () {
|
|
175
|
+
if (GridStyleRepository.h == null) {
|
|
176
|
+
GridStyleRepository.h = new FontInfo();
|
|
177
|
+
GridStyleRepository.h.f = DeviceUtils.f(13);
|
|
178
|
+
GridStyleRepository.h.q = "Verdana";
|
|
179
|
+
}
|
|
180
|
+
return GridStyleRepository.h;
|
|
181
|
+
},
|
|
182
|
+
enumerable: false,
|
|
183
|
+
configurable: true
|
|
184
|
+
});
|
|
185
|
+
Object.defineProperty(GridStyleRepository, "i", {
|
|
169
186
|
get: function () {
|
|
170
187
|
if (GridStyleRepository.c == null) {
|
|
171
188
|
GridStyleRepository.c = new FontInfo();
|
|
172
|
-
GridStyleRepository.c.f = DeviceUtils.f(
|
|
173
|
-
GridStyleRepository.c.q = "
|
|
189
|
+
GridStyleRepository.c.f = DeviceUtils.f(13);
|
|
190
|
+
GridStyleRepository.c.q = "Segoe UI Emoji";
|
|
174
191
|
}
|
|
175
192
|
return GridStyleRepository.c;
|
|
176
193
|
},
|
|
177
194
|
enumerable: false,
|
|
178
195
|
configurable: true
|
|
179
196
|
});
|
|
197
|
+
Object.defineProperty(GridStyleRepository, "m", {
|
|
198
|
+
get: function () {
|
|
199
|
+
if (GridStyleRepository.g == null) {
|
|
200
|
+
GridStyleRepository.g = new FontInfo();
|
|
201
|
+
GridStyleRepository.g.f = DeviceUtils.f(13);
|
|
202
|
+
GridStyleRepository.g.t = "italic";
|
|
203
|
+
GridStyleRepository.g.q = "Verdana";
|
|
204
|
+
}
|
|
205
|
+
return GridStyleRepository.g;
|
|
206
|
+
},
|
|
207
|
+
enumerable: false,
|
|
208
|
+
configurable: true
|
|
209
|
+
});
|
|
180
210
|
Object.defineProperty(GridStyleRepository, "j", {
|
|
181
211
|
get: function () {
|
|
182
212
|
if (GridStyleRepository.d == null) {
|
|
183
213
|
GridStyleRepository.d = new FontInfo();
|
|
184
|
-
GridStyleRepository.d.f = DeviceUtils.f(
|
|
185
|
-
GridStyleRepository.d.v = "600";
|
|
214
|
+
GridStyleRepository.d.f = DeviceUtils.f(14);
|
|
186
215
|
GridStyleRepository.d.q = "Verdana";
|
|
187
216
|
}
|
|
188
217
|
return GridStyleRepository.d;
|
|
@@ -190,11 +219,12 @@ var GridStyleRepository = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
190
219
|
enumerable: false,
|
|
191
220
|
configurable: true
|
|
192
221
|
});
|
|
193
|
-
Object.defineProperty(GridStyleRepository, "
|
|
222
|
+
Object.defineProperty(GridStyleRepository, "l", {
|
|
194
223
|
get: function () {
|
|
195
224
|
if (GridStyleRepository.e == null) {
|
|
196
225
|
GridStyleRepository.e = new FontInfo();
|
|
197
226
|
GridStyleRepository.e.f = DeviceUtils.f(12);
|
|
227
|
+
GridStyleRepository.e.v = "600";
|
|
198
228
|
GridStyleRepository.e.q = "Verdana";
|
|
199
229
|
}
|
|
200
230
|
return GridStyleRepository.e;
|
|
@@ -202,68 +232,65 @@ var GridStyleRepository = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
202
232
|
enumerable: false,
|
|
203
233
|
configurable: true
|
|
204
234
|
});
|
|
205
|
-
Object.defineProperty(GridStyleRepository, "
|
|
235
|
+
Object.defineProperty(GridStyleRepository, "k", {
|
|
206
236
|
get: function () {
|
|
207
|
-
if (GridStyleRepository.
|
|
208
|
-
GridStyleRepository.
|
|
209
|
-
GridStyleRepository.
|
|
237
|
+
if (GridStyleRepository.f == null) {
|
|
238
|
+
GridStyleRepository.f = new FontInfo();
|
|
239
|
+
GridStyleRepository.f.f = DeviceUtils.f(12);
|
|
240
|
+
GridStyleRepository.f.q = "Verdana";
|
|
210
241
|
}
|
|
211
|
-
return GridStyleRepository.
|
|
242
|
+
return GridStyleRepository.f;
|
|
212
243
|
},
|
|
213
244
|
enumerable: false,
|
|
214
245
|
configurable: true
|
|
215
246
|
});
|
|
216
|
-
Object.defineProperty(GridStyleRepository, "
|
|
247
|
+
Object.defineProperty(GridStyleRepository, "bg", {
|
|
217
248
|
get: function () {
|
|
218
|
-
if (GridStyleRepository.
|
|
219
|
-
GridStyleRepository.
|
|
220
|
-
|
|
221
|
-
$ret.fill = "White";
|
|
222
|
-
return $ret;
|
|
223
|
-
})());
|
|
249
|
+
if (GridStyleRepository.al == null) {
|
|
250
|
+
GridStyleRepository.al = new Brush();
|
|
251
|
+
GridStyleRepository.al.color = Color.u(255, 210, 234, 253);
|
|
224
252
|
}
|
|
225
|
-
return GridStyleRepository.
|
|
253
|
+
return GridStyleRepository.al;
|
|
226
254
|
},
|
|
227
255
|
enumerable: false,
|
|
228
256
|
configurable: true
|
|
229
257
|
});
|
|
230
|
-
Object.defineProperty(GridStyleRepository, "
|
|
258
|
+
Object.defineProperty(GridStyleRepository, "a2", {
|
|
231
259
|
get: function () {
|
|
232
|
-
if (GridStyleRepository.
|
|
233
|
-
|
|
234
|
-
GridStyleRepository.y = ((function () {
|
|
260
|
+
if (GridStyleRepository.x == null) {
|
|
261
|
+
GridStyleRepository.x = ((function () {
|
|
235
262
|
var $ret = new Brush();
|
|
236
|
-
$ret.
|
|
263
|
+
$ret.fill = "White";
|
|
237
264
|
return $ret;
|
|
238
265
|
})());
|
|
239
266
|
}
|
|
240
|
-
return GridStyleRepository.
|
|
267
|
+
return GridStyleRepository.x;
|
|
241
268
|
},
|
|
242
269
|
enumerable: false,
|
|
243
270
|
configurable: true
|
|
244
271
|
});
|
|
245
|
-
Object.defineProperty(GridStyleRepository, "
|
|
272
|
+
Object.defineProperty(GridStyleRepository, "a7", {
|
|
246
273
|
get: function () {
|
|
247
|
-
if (GridStyleRepository.
|
|
248
|
-
var
|
|
249
|
-
GridStyleRepository.
|
|
274
|
+
if (GridStyleRepository.ac == null) {
|
|
275
|
+
var a = "#f3f9fe";
|
|
276
|
+
GridStyleRepository.ac = ((function () {
|
|
250
277
|
var $ret = new Brush();
|
|
251
|
-
$ret.
|
|
278
|
+
$ret.color = Color.u(255, 232, 244, 254);
|
|
252
279
|
return $ret;
|
|
253
280
|
})());
|
|
254
281
|
}
|
|
255
|
-
return GridStyleRepository.
|
|
282
|
+
return GridStyleRepository.ac;
|
|
256
283
|
},
|
|
257
284
|
enumerable: false,
|
|
258
285
|
configurable: true
|
|
259
286
|
});
|
|
260
|
-
Object.defineProperty(GridStyleRepository, "
|
|
287
|
+
Object.defineProperty(GridStyleRepository, "bn", {
|
|
261
288
|
get: function () {
|
|
262
289
|
if (GridStyleRepository.as == null) {
|
|
263
|
-
var
|
|
290
|
+
var a_10 = "#F8F8F8";
|
|
264
291
|
GridStyleRepository.as = ((function () {
|
|
265
292
|
var $ret = new Brush();
|
|
266
|
-
$ret.fill =
|
|
293
|
+
$ret.fill = a_10;
|
|
267
294
|
return $ret;
|
|
268
295
|
})());
|
|
269
296
|
}
|
|
@@ -272,57 +299,57 @@ var GridStyleRepository = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
272
299
|
enumerable: false,
|
|
273
300
|
configurable: true
|
|
274
301
|
});
|
|
275
|
-
Object.defineProperty(GridStyleRepository, "
|
|
302
|
+
Object.defineProperty(GridStyleRepository, "br", {
|
|
276
303
|
get: function () {
|
|
277
|
-
if (GridStyleRepository.
|
|
278
|
-
var
|
|
279
|
-
GridStyleRepository.
|
|
304
|
+
if (GridStyleRepository.aw == null) {
|
|
305
|
+
var a_11 = "#181d1f";
|
|
306
|
+
GridStyleRepository.aw = ((function () {
|
|
280
307
|
var $ret = new Brush();
|
|
281
|
-
$ret.fill =
|
|
308
|
+
$ret.fill = a_11;
|
|
282
309
|
return $ret;
|
|
283
310
|
})());
|
|
284
311
|
}
|
|
285
|
-
return GridStyleRepository.
|
|
312
|
+
return GridStyleRepository.aw;
|
|
286
313
|
},
|
|
287
314
|
enumerable: false,
|
|
288
315
|
configurable: true
|
|
289
316
|
});
|
|
290
|
-
Object.defineProperty(GridStyleRepository, "
|
|
317
|
+
Object.defineProperty(GridStyleRepository, "bp", {
|
|
291
318
|
get: function () {
|
|
292
|
-
if (GridStyleRepository.
|
|
293
|
-
var
|
|
294
|
-
GridStyleRepository.
|
|
319
|
+
if (GridStyleRepository.au == null) {
|
|
320
|
+
var a_12 = "#181d1f";
|
|
321
|
+
GridStyleRepository.au = ((function () {
|
|
295
322
|
var $ret = new Brush();
|
|
296
|
-
$ret.fill =
|
|
323
|
+
$ret.fill = a_12;
|
|
297
324
|
return $ret;
|
|
298
325
|
})());
|
|
299
326
|
}
|
|
300
|
-
return GridStyleRepository.
|
|
327
|
+
return GridStyleRepository.au;
|
|
301
328
|
},
|
|
302
329
|
enumerable: false,
|
|
303
330
|
configurable: true
|
|
304
331
|
});
|
|
305
|
-
Object.defineProperty(GridStyleRepository, "
|
|
332
|
+
Object.defineProperty(GridStyleRepository, "be", {
|
|
306
333
|
get: function () {
|
|
307
|
-
if (GridStyleRepository.
|
|
308
|
-
|
|
334
|
+
if (GridStyleRepository.aj == null) {
|
|
335
|
+
var a_13 = "#fafafa";
|
|
336
|
+
GridStyleRepository.aj = ((function () {
|
|
309
337
|
var $ret = new Brush();
|
|
310
|
-
$ret.fill =
|
|
338
|
+
$ret.fill = a_13;
|
|
311
339
|
return $ret;
|
|
312
340
|
})());
|
|
313
341
|
}
|
|
314
|
-
return GridStyleRepository.
|
|
342
|
+
return GridStyleRepository.aj;
|
|
315
343
|
},
|
|
316
344
|
enumerable: false,
|
|
317
345
|
configurable: true
|
|
318
346
|
});
|
|
319
|
-
Object.defineProperty(GridStyleRepository, "
|
|
347
|
+
Object.defineProperty(GridStyleRepository, "bd", {
|
|
320
348
|
get: function () {
|
|
321
349
|
if (GridStyleRepository.ai == null) {
|
|
322
|
-
var a_12 = "#ffffff";
|
|
323
350
|
GridStyleRepository.ai = ((function () {
|
|
324
351
|
var $ret = new Brush();
|
|
325
|
-
$ret.fill =
|
|
352
|
+
$ret.fill = "#f5f5dc";
|
|
326
353
|
return $ret;
|
|
327
354
|
})());
|
|
328
355
|
}
|
|
@@ -331,58 +358,58 @@ var GridStyleRepository = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
331
358
|
enumerable: false,
|
|
332
359
|
configurable: true
|
|
333
360
|
});
|
|
334
|
-
Object.defineProperty(GridStyleRepository, "
|
|
361
|
+
Object.defineProperty(GridStyleRepository, "bh", {
|
|
335
362
|
get: function () {
|
|
336
|
-
if (GridStyleRepository.
|
|
337
|
-
var
|
|
338
|
-
GridStyleRepository.
|
|
363
|
+
if (GridStyleRepository.am == null) {
|
|
364
|
+
var a_14 = "#ffffff";
|
|
365
|
+
GridStyleRepository.am = ((function () {
|
|
339
366
|
var $ret = new Brush();
|
|
340
|
-
$ret.fill =
|
|
367
|
+
$ret.fill = a_14;
|
|
341
368
|
return $ret;
|
|
342
369
|
})());
|
|
343
370
|
}
|
|
344
|
-
return GridStyleRepository.
|
|
371
|
+
return GridStyleRepository.am;
|
|
345
372
|
},
|
|
346
373
|
enumerable: false,
|
|
347
374
|
configurable: true
|
|
348
375
|
});
|
|
349
|
-
Object.defineProperty(GridStyleRepository, "
|
|
376
|
+
Object.defineProperty(GridStyleRepository, "ba", {
|
|
350
377
|
get: function () {
|
|
351
|
-
if (GridStyleRepository.
|
|
352
|
-
var
|
|
353
|
-
GridStyleRepository.
|
|
378
|
+
if (GridStyleRepository.af == null) {
|
|
379
|
+
var a_15 = "#ffffff";
|
|
380
|
+
GridStyleRepository.af = ((function () {
|
|
354
381
|
var $ret = new Brush();
|
|
355
|
-
$ret.fill =
|
|
382
|
+
$ret.fill = a_15;
|
|
356
383
|
return $ret;
|
|
357
384
|
})());
|
|
358
385
|
}
|
|
359
|
-
return GridStyleRepository.
|
|
386
|
+
return GridStyleRepository.af;
|
|
360
387
|
},
|
|
361
388
|
enumerable: false,
|
|
362
389
|
configurable: true
|
|
363
390
|
});
|
|
364
|
-
Object.defineProperty(GridStyleRepository, "
|
|
391
|
+
Object.defineProperty(GridStyleRepository, "bc", {
|
|
365
392
|
get: function () {
|
|
366
|
-
if (GridStyleRepository.
|
|
367
|
-
var
|
|
368
|
-
GridStyleRepository.
|
|
393
|
+
if (GridStyleRepository.ah == null) {
|
|
394
|
+
var a_16 = "#f8f8f8";
|
|
395
|
+
GridStyleRepository.ah = ((function () {
|
|
369
396
|
var $ret = new Brush();
|
|
370
|
-
$ret.fill =
|
|
397
|
+
$ret.fill = a_16;
|
|
371
398
|
return $ret;
|
|
372
399
|
})());
|
|
373
400
|
}
|
|
374
|
-
return GridStyleRepository.
|
|
401
|
+
return GridStyleRepository.ah;
|
|
375
402
|
},
|
|
376
403
|
enumerable: false,
|
|
377
404
|
configurable: true
|
|
378
405
|
});
|
|
379
|
-
Object.defineProperty(GridStyleRepository, "
|
|
406
|
+
Object.defineProperty(GridStyleRepository, "bf", {
|
|
380
407
|
get: function () {
|
|
381
408
|
if (GridStyleRepository.ak == null) {
|
|
382
|
-
var
|
|
409
|
+
var a_17 = "#fafafa";
|
|
383
410
|
GridStyleRepository.ak = ((function () {
|
|
384
411
|
var $ret = new Brush();
|
|
385
|
-
$ret.fill =
|
|
412
|
+
$ret.fill = a_17;
|
|
386
413
|
return $ret;
|
|
387
414
|
})());
|
|
388
415
|
}
|
|
@@ -391,77 +418,92 @@ var GridStyleRepository = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
391
418
|
enumerable: false,
|
|
392
419
|
configurable: true
|
|
393
420
|
});
|
|
394
|
-
Object.defineProperty(GridStyleRepository, "
|
|
421
|
+
Object.defineProperty(GridStyleRepository, "bj", {
|
|
395
422
|
get: function () {
|
|
396
|
-
if (GridStyleRepository.
|
|
397
|
-
var
|
|
398
|
-
GridStyleRepository.
|
|
423
|
+
if (GridStyleRepository.ao == null) {
|
|
424
|
+
var a_18 = "#0099FF";
|
|
425
|
+
GridStyleRepository.ao = ((function () {
|
|
399
426
|
var $ret = new Brush();
|
|
400
|
-
$ret.fill =
|
|
427
|
+
$ret.fill = a_18;
|
|
401
428
|
return $ret;
|
|
402
429
|
})());
|
|
403
430
|
}
|
|
404
|
-
return GridStyleRepository.
|
|
431
|
+
return GridStyleRepository.ao;
|
|
405
432
|
},
|
|
406
433
|
enumerable: false,
|
|
407
434
|
configurable: true
|
|
408
435
|
});
|
|
409
|
-
Object.defineProperty(GridStyleRepository, "
|
|
436
|
+
Object.defineProperty(GridStyleRepository, "bk", {
|
|
410
437
|
get: function () {
|
|
411
|
-
if (GridStyleRepository.
|
|
412
|
-
var
|
|
413
|
-
GridStyleRepository.
|
|
438
|
+
if (GridStyleRepository.ap == null) {
|
|
439
|
+
var a_19 = "#181d1f";
|
|
440
|
+
GridStyleRepository.ap = ((function () {
|
|
414
441
|
var $ret = new Brush();
|
|
415
|
-
$ret.fill =
|
|
442
|
+
$ret.fill = a_19;
|
|
416
443
|
return $ret;
|
|
417
444
|
})());
|
|
418
445
|
}
|
|
419
|
-
return GridStyleRepository.
|
|
446
|
+
return GridStyleRepository.ap;
|
|
420
447
|
},
|
|
421
448
|
enumerable: false,
|
|
422
449
|
configurable: true
|
|
423
450
|
});
|
|
424
|
-
Object.defineProperty(GridStyleRepository, "
|
|
451
|
+
Object.defineProperty(GridStyleRepository, "a4", {
|
|
425
452
|
get: function () {
|
|
426
|
-
if (GridStyleRepository.
|
|
427
|
-
var
|
|
428
|
-
GridStyleRepository.
|
|
453
|
+
if (GridStyleRepository.z == null) {
|
|
454
|
+
var a_20 = "#2196f3";
|
|
455
|
+
GridStyleRepository.z = ((function () {
|
|
429
456
|
var $ret = new Brush();
|
|
430
|
-
$ret.fill =
|
|
457
|
+
$ret.fill = a_20;
|
|
431
458
|
return $ret;
|
|
432
459
|
})());
|
|
433
460
|
}
|
|
434
|
-
return GridStyleRepository.
|
|
461
|
+
return GridStyleRepository.z;
|
|
435
462
|
},
|
|
436
463
|
enumerable: false,
|
|
437
464
|
configurable: true
|
|
438
465
|
});
|
|
439
|
-
Object.defineProperty(GridStyleRepository, "
|
|
466
|
+
Object.defineProperty(GridStyleRepository, "bb", {
|
|
440
467
|
get: function () {
|
|
441
|
-
if (GridStyleRepository.
|
|
442
|
-
var
|
|
443
|
-
GridStyleRepository.
|
|
468
|
+
if (GridStyleRepository.ag == null) {
|
|
469
|
+
var a_21 = "#2196f3";
|
|
470
|
+
GridStyleRepository.ag = ((function () {
|
|
444
471
|
var $ret = new Brush();
|
|
445
|
-
$ret.fill =
|
|
472
|
+
$ret.fill = a_21;
|
|
446
473
|
return $ret;
|
|
447
474
|
})());
|
|
448
475
|
}
|
|
449
|
-
return GridStyleRepository.
|
|
476
|
+
return GridStyleRepository.ag;
|
|
450
477
|
},
|
|
451
478
|
enumerable: false,
|
|
452
479
|
configurable: true
|
|
453
480
|
});
|
|
454
|
-
Object.defineProperty(GridStyleRepository, "
|
|
481
|
+
Object.defineProperty(GridStyleRepository, "a9", {
|
|
455
482
|
get: function () {
|
|
456
|
-
if (GridStyleRepository.
|
|
457
|
-
var
|
|
458
|
-
GridStyleRepository.
|
|
483
|
+
if (GridStyleRepository.ae == null) {
|
|
484
|
+
var a_22 = "#babfc7";
|
|
485
|
+
GridStyleRepository.ae = ((function () {
|
|
459
486
|
var $ret = new Brush();
|
|
460
|
-
$ret.fill =
|
|
487
|
+
$ret.fill = a_22;
|
|
461
488
|
return $ret;
|
|
462
489
|
})());
|
|
463
490
|
}
|
|
464
|
-
return GridStyleRepository.
|
|
491
|
+
return GridStyleRepository.ae;
|
|
492
|
+
},
|
|
493
|
+
enumerable: false,
|
|
494
|
+
configurable: true
|
|
495
|
+
});
|
|
496
|
+
Object.defineProperty(GridStyleRepository, "a5", {
|
|
497
|
+
get: function () {
|
|
498
|
+
if (GridStyleRepository.aa == null) {
|
|
499
|
+
var a_23 = "#181d1f";
|
|
500
|
+
GridStyleRepository.aa = ((function () {
|
|
501
|
+
var $ret = new Brush();
|
|
502
|
+
$ret.fill = a_23;
|
|
503
|
+
return $ret;
|
|
504
|
+
})());
|
|
505
|
+
}
|
|
506
|
+
return GridStyleRepository.aa;
|
|
465
507
|
},
|
|
466
508
|
enumerable: false,
|
|
467
509
|
configurable: true
|
|
@@ -480,123 +522,126 @@ var GridStyleRepository = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
480
522
|
enumerable: false,
|
|
481
523
|
configurable: true
|
|
482
524
|
});
|
|
483
|
-
Object.defineProperty(GridStyleRepository, "
|
|
525
|
+
Object.defineProperty(GridStyleRepository, "q", {
|
|
484
526
|
get: function () {
|
|
485
527
|
return truncate(DeviceUtils.g(30));
|
|
486
528
|
},
|
|
487
529
|
enumerable: false,
|
|
488
530
|
configurable: true
|
|
489
531
|
});
|
|
490
|
-
Object.defineProperty(GridStyleRepository, "
|
|
532
|
+
Object.defineProperty(GridStyleRepository, "r", {
|
|
491
533
|
get: function () {
|
|
492
534
|
return truncate(DeviceUtils.g(36));
|
|
493
535
|
},
|
|
494
536
|
enumerable: false,
|
|
495
537
|
configurable: true
|
|
496
538
|
});
|
|
497
|
-
Object.defineProperty(GridStyleRepository, "
|
|
539
|
+
Object.defineProperty(GridStyleRepository, "p", {
|
|
498
540
|
get: function () {
|
|
499
541
|
return truncate(DeviceUtils.g(40));
|
|
500
542
|
},
|
|
501
543
|
enumerable: false,
|
|
502
544
|
configurable: true
|
|
503
545
|
});
|
|
504
|
-
Object.defineProperty(GridStyleRepository, "
|
|
546
|
+
Object.defineProperty(GridStyleRepository, "a3", {
|
|
505
547
|
get: function () {
|
|
506
|
-
if (GridStyleRepository.
|
|
507
|
-
var
|
|
508
|
-
GridStyleRepository.
|
|
548
|
+
if (GridStyleRepository.y == null) {
|
|
549
|
+
var a_24 = "#babfc7";
|
|
550
|
+
GridStyleRepository.y = ((function () {
|
|
509
551
|
var $ret = new Brush();
|
|
510
|
-
$ret.fill =
|
|
552
|
+
$ret.fill = a_24;
|
|
511
553
|
return $ret;
|
|
512
554
|
})());
|
|
513
555
|
}
|
|
514
|
-
return GridStyleRepository.
|
|
556
|
+
return GridStyleRepository.y;
|
|
515
557
|
},
|
|
516
558
|
enumerable: false,
|
|
517
559
|
configurable: true
|
|
518
560
|
});
|
|
519
|
-
Object.defineProperty(GridStyleRepository, "
|
|
561
|
+
Object.defineProperty(GridStyleRepository, "bv", {
|
|
520
562
|
get: function () {
|
|
521
|
-
return GridStyleRepository.
|
|
563
|
+
return GridStyleRepository.bu;
|
|
522
564
|
},
|
|
523
565
|
enumerable: false,
|
|
524
566
|
configurable: true
|
|
525
567
|
});
|
|
526
|
-
Object.defineProperty(GridStyleRepository, "
|
|
568
|
+
Object.defineProperty(GridStyleRepository, "t", {
|
|
527
569
|
get: function () {
|
|
528
|
-
return GridStyleRepository.
|
|
570
|
+
return GridStyleRepository.s;
|
|
529
571
|
},
|
|
530
572
|
enumerable: false,
|
|
531
573
|
configurable: true
|
|
532
574
|
});
|
|
533
|
-
Object.defineProperty(GridStyleRepository, "
|
|
575
|
+
Object.defineProperty(GridStyleRepository, "bm", {
|
|
534
576
|
get: function () {
|
|
535
|
-
if (GridStyleRepository.
|
|
536
|
-
var
|
|
537
|
-
GridStyleRepository.
|
|
577
|
+
if (GridStyleRepository.ar == null) {
|
|
578
|
+
var a_25 = "#ff0000";
|
|
579
|
+
GridStyleRepository.ar = ((function () {
|
|
538
580
|
var $ret = new Brush();
|
|
539
|
-
$ret.fill =
|
|
581
|
+
$ret.fill = a_25;
|
|
540
582
|
return $ret;
|
|
541
583
|
})());
|
|
542
584
|
}
|
|
543
|
-
return GridStyleRepository.
|
|
585
|
+
return GridStyleRepository.ar;
|
|
544
586
|
},
|
|
545
587
|
enumerable: false,
|
|
546
588
|
configurable: true
|
|
547
589
|
});
|
|
548
|
-
Object.defineProperty(GridStyleRepository, "
|
|
590
|
+
Object.defineProperty(GridStyleRepository, "bl", {
|
|
549
591
|
get: function () {
|
|
550
|
-
if (GridStyleRepository.
|
|
551
|
-
GridStyleRepository.
|
|
592
|
+
if (GridStyleRepository.aq == null) {
|
|
593
|
+
GridStyleRepository.aq = ((function () {
|
|
552
594
|
var $ret = new Brush();
|
|
553
595
|
$ret.color = Color.u(0, 0, 0, 0);
|
|
554
596
|
return $ret;
|
|
555
597
|
})());
|
|
556
598
|
}
|
|
557
|
-
return GridStyleRepository.
|
|
599
|
+
return GridStyleRepository.aq;
|
|
558
600
|
},
|
|
559
601
|
enumerable: false,
|
|
560
602
|
configurable: true
|
|
561
603
|
});
|
|
562
604
|
GridStyleRepository.$t = markType(GridStyleRepository, 'GridStyleRepository');
|
|
563
|
-
GridStyleRepository.ap = null;
|
|
564
|
-
GridStyleRepository.ar = null;
|
|
565
|
-
GridStyleRepository.aj = null;
|
|
566
|
-
GridStyleRepository.z = null;
|
|
567
|
-
GridStyleRepository.x = null;
|
|
568
605
|
GridStyleRepository.at = null;
|
|
569
|
-
GridStyleRepository.
|
|
570
|
-
GridStyleRepository.
|
|
571
|
-
GridStyleRepository.
|
|
572
|
-
GridStyleRepository.
|
|
573
|
-
GridStyleRepository.
|
|
606
|
+
GridStyleRepository.av = null;
|
|
607
|
+
GridStyleRepository.an = null;
|
|
608
|
+
GridStyleRepository.ad = null;
|
|
609
|
+
GridStyleRepository.ab = null;
|
|
610
|
+
GridStyleRepository.ax = null;
|
|
611
|
+
GridStyleRepository.ay = null;
|
|
612
|
+
GridStyleRepository.v = null;
|
|
613
|
+
GridStyleRepository.w = null;
|
|
614
|
+
GridStyleRepository.u = null;
|
|
615
|
+
GridStyleRepository.h = null;
|
|
574
616
|
GridStyleRepository.c = null;
|
|
617
|
+
GridStyleRepository.g = null;
|
|
618
|
+
GridStyleRepository.o = 0.54;
|
|
575
619
|
GridStyleRepository.d = null;
|
|
576
620
|
GridStyleRepository.e = null;
|
|
577
|
-
GridStyleRepository.
|
|
578
|
-
GridStyleRepository.
|
|
579
|
-
GridStyleRepository.
|
|
580
|
-
GridStyleRepository.
|
|
621
|
+
GridStyleRepository.f = null;
|
|
622
|
+
GridStyleRepository.al = null;
|
|
623
|
+
GridStyleRepository.x = null;
|
|
624
|
+
GridStyleRepository.ac = null;
|
|
581
625
|
GridStyleRepository.as = null;
|
|
582
|
-
GridStyleRepository.
|
|
583
|
-
GridStyleRepository.
|
|
584
|
-
GridStyleRepository.
|
|
626
|
+
GridStyleRepository.aw = null;
|
|
627
|
+
GridStyleRepository.au = null;
|
|
628
|
+
GridStyleRepository.aj = null;
|
|
585
629
|
GridStyleRepository.ai = null;
|
|
586
|
-
GridStyleRepository.
|
|
587
|
-
GridStyleRepository.
|
|
588
|
-
GridStyleRepository.
|
|
630
|
+
GridStyleRepository.am = null;
|
|
631
|
+
GridStyleRepository.af = null;
|
|
632
|
+
GridStyleRepository.ah = null;
|
|
589
633
|
GridStyleRepository.ak = null;
|
|
590
|
-
GridStyleRepository.
|
|
591
|
-
GridStyleRepository.
|
|
592
|
-
GridStyleRepository.
|
|
634
|
+
GridStyleRepository.ao = null;
|
|
635
|
+
GridStyleRepository.ap = null;
|
|
636
|
+
GridStyleRepository.z = null;
|
|
637
|
+
GridStyleRepository.ag = null;
|
|
638
|
+
GridStyleRepository.ae = null;
|
|
593
639
|
GridStyleRepository.aa = null;
|
|
594
|
-
GridStyleRepository.
|
|
595
|
-
GridStyleRepository.
|
|
596
|
-
GridStyleRepository.
|
|
597
|
-
GridStyleRepository.
|
|
598
|
-
GridStyleRepository.
|
|
599
|
-
GridStyleRepository.am = null;
|
|
640
|
+
GridStyleRepository.y = null;
|
|
641
|
+
GridStyleRepository.bu = new Thickness(0, 1);
|
|
642
|
+
GridStyleRepository.s = new CornerRadius(0, 3);
|
|
643
|
+
GridStyleRepository.ar = null;
|
|
644
|
+
GridStyleRepository.aq = null;
|
|
600
645
|
return GridStyleRepository;
|
|
601
646
|
}(Base));
|
|
602
647
|
export { GridStyleRepository };
|