UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

109 lines (108 loc) 8.1 kB
/* THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE: https://www.infragistics.com/legal/license/igultimate-la https://www.infragistics.com/legal/license/igultimate-eula 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. */ import { Base, String_$type, markType } from "./type"; import { Dictionary$2 } from "./Dictionary$2"; import { CheckedChangedEventArgsDescriptionMetadata } from "./CheckedChangedEventArgsDescriptionMetadata"; import { CheckboxListIndexTypeChangedEventArgsDescriptionMetadata } from "./CheckboxListIndexTypeChangedEventArgsDescriptionMetadata"; import { CheckboxListKeysClearedEventArgsDescriptionMetadata } from "./CheckboxListKeysClearedEventArgsDescriptionMetadata"; import { SelectAllCheckboxChangedEventArgsDescriptionMetadata } from "./SelectAllCheckboxChangedEventArgsDescriptionMetadata"; import { CheckboxListDescription } from "./CheckboxListDescription"; /** * @hidden */ export let CheckboxListDescriptionMetadata = /*@__PURE__*/ (() => { class CheckboxListDescriptionMetadata extends Base { static b(a) { if (CheckboxListDescriptionMetadata.a == null) { CheckboxListDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); CheckboxListDescriptionMetadata.c(CheckboxListDescriptionMetadata.a); } if (a.k(CheckboxListDescriptionMetadata.a)) { return; } a.ad(CheckboxListDescriptionMetadata.a); CheckedChangedEventArgsDescriptionMetadata.d(a); CheckboxListIndexTypeChangedEventArgsDescriptionMetadata.d(a); CheckboxListKeysClearedEventArgsDescriptionMetadata.d(a); SelectAllCheckboxChangedEventArgsDescriptionMetadata.d(a); } static c(a) { a.item("Keys", "Collection:PrimaryKeyValue:GridSelectedKeysCollection:PrimaryKeyValue"); a.item("PrimaryKey", "Array:string"); a.item("DataSourceRef", "(w:ItemsSource,xam:ItemsSource,p:ItemsSource)DataRef::object"); a.item("DataMemberPath", "String"); a.item("DataLegendTargetRef", "(w:DataLegendTarget,p:DataLegendTarget)DataRef"); a.item("SubtitleMemberPath", "String"); a.item("PropertyTypeMemberPath", "String"); a.item("SelectedMemberPath", "String"); a.item("FilterPlaceholderText", "String"); a.item("SearchInputType", "ExportedType:string:InputGroupDisplayType"); a.item("SearchInputType@names", "Line;Box;Border;Search"); a.item("RowHeight", "Number:int"); a.item("CellFontFamily", "(w:CellFontFamily/FontFamilyTransform,s:CellTextStyle/FontFamilyTransform,xam:CellFontFamily,wf:CellFontFamily,web:cellTextStyle/FontFamilyTransform)String"); a.item("CellFontSize", "(w:CellFontSize,s:CellTextStyle/FontSizeTransform,xam:CellFontSize,wf:CellFontSize,web:cellTextStyle/FontSizeTransform)Number:double"); a.item("CellFontStyle", "(w:CellFontStyle/FontStyleTransform,p:CellFontStyle/FontStyleTransform,wf:CellTextStyle/FontStyleTransform,s:CellTextStyle/FontStyleTransform,web:cellTextStyle/FontStyleTransform)String"); a.item("CellFontWeight", "(w:CellFontWeight/FontWeightTransform,p:CellFontWeight/FontWeightTransform,s:CellTextStyle/FontWeightTransform,web:cellTextStyle/FontWeightTransform)String"); a.item("IndexType", "ExportedType:string:CheckboxListIndexType"); a.item("IndexType@names", "Selected;DeSelected"); a.item("BaseTheme", "ExportedType:string:BaseControlTheme"); a.item("BaseTheme@names", "Default;DenaliLight;MaterialLight;SlingshotLight;SlingshotDark;RevealLight;RevealDark"); a.item("Density", "ExportedType:string:ControlDisplayDensity"); a.item("Density@names", "Auto;Comfortable;Cosy;Compact;Minimal"); a.item("SearchIconColor", "Brush"); a.item("SearchBackgroundColor", "Brush"); a.item("LabelClickTriggersChange", "Boolean"); a.item("SearchTextColor", "Brush"); a.item("SearchBorderColor", "Brush"); a.item("SearchFontFamily", "(w:SearchFontFamily/FontFamilyTransform,s:SearchTextStyle/FontFamilyTransform,xam:SearchFontFamily,wf:SearchFontFamily,web:searchTextStyle/FontFamilyTransform)String"); a.item("SearchFontSize", "(w:SearchFontSize,s:SearchTextStyle/FontSizeTransform,xam:SearchFontSize,wf:SearchFontSize,web:searchTextStyle/FontSizeTransform)Number:double"); a.item("SearchFontStyle", "(w:SearchFontStyle/FontStyleTransform,p:SearchFontStyle/FontStyleTransform,wf:SearchTextStyle/FontStyleTransform,s:SearchTextStyle/FontStyleTransform,web:searchTextStyle/FontStyleTransform)String"); a.item("SearchFontWeight", "(w:SearchFontWeight/FontWeightTransform,p:SearchFontWeight/FontWeightTransform,s:SearchTextStyle/FontWeightTransform,web:searchTextStyle/FontWeightTransform)String"); a.item("CheckboxTickColor", "Brush"); a.item("CheckboxCheckedBackgroundColor", "Brush"); a.item("CheckboxUncheckedBackgroundColor", "Brush"); a.item("CheckboxCheckedBorderColor", "Brush"); a.item("CheckboxUncheckedBorderColor", "Brush"); a.item("CheckboxCornerRadius", "Number:double"); a.item("ScrollbarStyle", "ExportedType:string:ScrollbarStyle"); a.item("ScrollbarStyle@names", "Default;Fading;Thin;Hidden"); a.item("ScrollbarBackground", "Brush"); a.item("SelectAllCaption", "String"); a.item("SelectAllCaptionTextColor", "Brush"); a.item("ActualSelectAllCaptionTextColor", "Brush"); a.item("ShowSelectAll", "Boolean"); a.item("BackgroundColor", "Brush"); a.item("RowHoverBackgroundColor", "Brush"); a.item("TextColor", "Brush"); a.item("ShowFilter", "Boolean"); a.item("IsRowHoverEnabled", "Boolean"); a.item("CheckboxAlignedRight", "Boolean"); a.item("SelectedKeyAddedRef", "EventRef:CheckedChanged:selectedKeyAdded"); a.item("SelectedKeyAddedRef@args", "CheckedChangedEventArgs"); a.item("SelectedKeyRemovedRef", "EventRef:CheckedChanged:selectedKeyRemoved"); a.item("SelectedKeyRemovedRef@args", "CheckedChangedEventArgs"); a.item("CheckedChangedRef", "EventRef:CheckedChanged:checkedChanged"); a.item("CheckedChangedRef@args", "CheckedChangedEventArgs"); a.item("LabelClickedRef", "EventRef:CheckedChanged:labelClicked"); a.item("LabelClickedRef@args", "CheckedChangedEventArgs"); a.item("IndexTypeChangedRef", "EventRef:CheckboxListIndexTypeChangedEventHandler:indexTypeChanged"); a.item("IndexTypeChangedRef@args", "CheckboxListIndexTypeChangedEventArgs"); a.item("KeysClearedRef", "EventRef:CheckboxListKeysClearedEventHandler:keysCleared"); a.item("KeysClearedRef@args", "CheckboxListKeysClearedEventArgs"); a.item("SelectAllCheckboxChangedRef", "EventRef:SelectAllCheckboxChanged:selectAllCheckboxChanged"); a.item("SelectAllCheckboxChangedRef@args", "SelectAllCheckboxChangedEventArgs"); } static d(a) { CheckboxListDescriptionMetadata.b(a); a.af("CheckboxList", () => new CheckboxListDescription()); a.ae("CheckboxList", CheckboxListDescriptionMetadata.a); } } CheckboxListDescriptionMetadata.$t = markType(CheckboxListDescriptionMetadata, 'CheckboxListDescriptionMetadata'); CheckboxListDescriptionMetadata.a = null; return CheckboxListDescriptionMetadata; })();