UNPKG

igniteui-react-core

Version:
46 lines (45 loc) 3.06 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 { ToolActionDescriptionMetadata } from "./ToolActionDescriptionMetadata"; import { ToolActionRadioGroupDescription } from "./ToolActionRadioGroupDescription"; /** * @hidden */ export let ToolActionRadioGroupDescriptionMetadata = /*@__PURE__*/ (() => { class ToolActionRadioGroupDescriptionMetadata extends Base { static b(a) { if (ToolActionRadioGroupDescriptionMetadata.a == null) { ToolActionRadioGroupDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); ToolActionRadioGroupDescriptionMetadata.c(ToolActionRadioGroupDescriptionMetadata.a); } if (a.k(ToolActionRadioGroupDescriptionMetadata.a)) { return; } a.ad(ToolActionRadioGroupDescriptionMetadata.a); } static c(a) { ToolActionDescriptionMetadata.c(a); a.item("SelectedFontFamily", "(w:SelectedFontFamily/FontFamilyTransform,s:SelectedTextStyle/FontFamilyTransform,xam:SelectedFontFamily,wf:SelectedFontFamily,web:selectedTextStyle/FontFamilyTransform)String"); a.item("SelectedFontSize", "(w:SelectedFontSize,s:SelectedTextStyle/FontSizeTransform,xam:SelectedFontSize,wf:SelectedFontSize,web:selectedTextStyle/FontSizeTransform)Number:double"); a.item("SelectedFontStyle", "(w:SelectedFontStyle/FontStyleTransform,p:SelectedFontStyle/FontStyleTransform,wf:SelectedTextStyle/FontStyleTransform,s:SelectedTextStyle/FontStyleTransform,web:selectedTextStyle/FontStyleTransform)String"); a.item("SelectedFontWeight", "(w:SelectedFontWeight/FontWeightTransform,p:SelectedFontWeight/FontWeightTransform,s:SelectedTextStyle/FontWeightTransform,web:selectedTextStyle/FontWeightTransform)String"); a.item("SelectedTextColor", "Brush"); a.item("ActualSelectedTextColor", "Brush"); } static d(a) { ToolActionDescriptionMetadata.d(a); ToolActionRadioGroupDescriptionMetadata.b(a); a.af("ToolActionRadioGroup", () => new ToolActionRadioGroupDescription()); a.ae("ToolActionRadioGroup", ToolActionRadioGroupDescriptionMetadata.a); } } ToolActionRadioGroupDescriptionMetadata.$t = /*@__PURE__*/ markType(ToolActionRadioGroupDescriptionMetadata, 'ToolActionRadioGroupDescriptionMetadata'); ToolActionRadioGroupDescriptionMetadata.a = null; return ToolActionRadioGroupDescriptionMetadata; })();