igniteui-angular-inputs 16.1.0-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/License +27 -0
- package/README.md +19 -0
- package/bundles/igniteui-angular-inputs.umd.js +36173 -0
- package/bundles/igniteui-angular-inputs.umd.min.js +7 -0
- package/esm2015/igniteui-angular-inputs.js +4 -0
- package/esm2015/lib/ButtonClickEventArgs.js +16 -0
- package/esm2015/lib/ButtonDisplayStyle.js +11 -0
- package/esm2015/lib/ButtonGroupDisplayStyle.js +11 -0
- package/esm2015/lib/ButtonGroupOrientation.js +16 -0
- package/esm2015/lib/ButtonGroupSelectionChangedEventArgs.js +16 -0
- package/esm2015/lib/ButtonGroupView.js +7 -0
- package/esm2015/lib/ButtonGroupView_combined.js +1333 -0
- package/esm2015/lib/ButtonGroupVisualModelExport.js +56 -0
- package/esm2015/lib/ButtonView.js +7 -0
- package/esm2015/lib/ButtonView_combined.js +3291 -0
- package/esm2015/lib/ButtonVisualModelExport.js +109 -0
- package/esm2015/lib/CalendarView.js +7 -0
- package/esm2015/lib/CalendarView_combined.js +2791 -0
- package/esm2015/lib/CalendarVisualModelExport.js +100 -0
- package/esm2015/lib/CheckboxChangeEventArgs.js +33 -0
- package/esm2015/lib/CheckboxLabelPosition.js +11 -0
- package/esm2015/lib/CheckboxView.js +7 -0
- package/esm2015/lib/CheckboxView_combined.js +1105 -0
- package/esm2015/lib/CheckboxVisualModelExport.js +62 -0
- package/esm2015/lib/DateFormats.js +25 -0
- package/esm2015/lib/DatePicker.js +7 -0
- package/esm2015/lib/DatePickerView.js +7 -0
- package/esm2015/lib/DatePickerView_combined.js +1578 -0
- package/esm2015/lib/DatePickerVisualModelExport.js +70 -0
- package/esm2015/lib/DateTimeValueFormatter.js +108 -0
- package/esm2015/lib/DayInfo.js +23 -0
- package/esm2015/lib/DayOfWeek.js +45 -0
- package/esm2015/lib/ElevationHelper.js +67 -0
- package/esm2015/lib/FirstWeek.js +29 -0
- package/esm2015/lib/GotFocusEventArgs.js +16 -0
- package/esm2015/lib/IconClickedEventArgs.js +16 -0
- package/esm2015/lib/IconView.js +7 -0
- package/esm2015/lib/IconView_combined.js +815 -0
- package/esm2015/lib/IconVisualModelExport.js +76 -0
- package/esm2015/lib/InputChangeEventArgs.js +33 -0
- package/esm2015/lib/InputGroupDisplayType.js +18 -0
- package/esm2015/lib/InputGroupView.js +7 -0
- package/esm2015/lib/InputGroupView_combined.js +5518 -0
- package/esm2015/lib/InputGroupVisualModelExport.js +109 -0
- package/esm2015/lib/InputShiftType.js +17 -0
- package/esm2015/lib/InputView.js +7 -0
- package/esm2015/lib/InputVisualModelExport.js +78 -0
- package/esm2015/lib/KEYCODES.js +11 -0
- package/esm2015/lib/LabelShiftType.js +17 -0
- package/esm2015/lib/LabelView.js +7 -0
- package/esm2015/lib/LabelVisualModelExport.js +84 -0
- package/esm2015/lib/LostFocusEventArgs.js +16 -0
- package/esm2015/lib/MaskOptions.js +21 -0
- package/esm2015/lib/MaskParsingService.js +213 -0
- package/esm2015/lib/NativeUIXInputsFactory.js +185 -0
- package/esm2015/lib/PrefixShiftType.js +17 -0
- package/esm2015/lib/PrefixView.js +7 -0
- package/esm2015/lib/PrefixVisualModelExport.js +35 -0
- package/esm2015/lib/Replaced.js +21 -0
- package/esm2015/lib/RippleView.js +7 -0
- package/esm2015/lib/RippleView_combined.js +396 -0
- package/esm2015/lib/RippleVisualModelExport.js +38 -0
- package/esm2015/lib/SelectedValueChangedEventArgs.js +33 -0
- package/esm2015/lib/SuffixShiftType.js +17 -0
- package/esm2015/lib/SuffixView.js +7 -0
- package/esm2015/lib/SuffixVisualModelExport.js +34 -0
- package/esm2015/lib/TextElementsVisualModelExport.js +44 -0
- package/esm2015/lib/Theme.js +48 -0
- package/esm2015/lib/ThemeResolver.js +176 -0
- package/esm2015/lib/XButton.js +7 -0
- package/esm2015/lib/XButtonBridge.js +297 -0
- package/esm2015/lib/XButtonGroup.js +7 -0
- package/esm2015/lib/XButtonGroupButtonCollection.js +28 -0
- package/esm2015/lib/XCalendar.js +7 -0
- package/esm2015/lib/XCalendarLocaleEn.js +56 -0
- package/esm2015/lib/XCheckbox.js +7 -0
- package/esm2015/lib/XCheckboxBridge.js +78 -0
- package/esm2015/lib/XComponentBridge.js +48 -0
- package/esm2015/lib/XIcon.js +7 -0
- package/esm2015/lib/XIconBridge.js +93 -0
- package/esm2015/lib/XIconButtonBridge.js +77 -0
- package/esm2015/lib/XInput.js +7 -0
- package/esm2015/lib/XInputBridge.js +215 -0
- package/esm2015/lib/XInputGroup.js +7 -0
- package/esm2015/lib/XInputGroupInputCollection.js +7 -0
- package/esm2015/lib/XInputGroupItem.js +7 -0
- package/esm2015/lib/XLabel.js +7 -0
- package/esm2015/lib/XPopupBridge.js +287 -0
- package/esm2015/lib/XPrefix.js +7 -0
- package/esm2015/lib/XRipple.js +7 -0
- package/esm2015/lib/XSuffix.js +7 -0
- package/esm2015/lib/igx-button-click-event-args.js +24 -0
- package/esm2015/lib/igx-button-group-selection-changed-event-args.js +24 -0
- package/esm2015/lib/igx-checkbox-change-event-args.js +37 -0
- package/esm2015/lib/igx-date-picker-component.js +596 -0
- package/esm2015/lib/igx-date-picker-dynamic-module.js +66 -0
- package/esm2015/lib/igx-date-picker-module.js +60 -0
- package/esm2015/lib/igx-got-focus-event-args.js +24 -0
- package/esm2015/lib/igx-input-change-event-args.js +37 -0
- package/esm2015/lib/igx-lost-focus-event-args.js +24 -0
- package/esm2015/lib/igx-selected-value-changed-event-args.js +36 -0
- package/esm2015/lib/igx-x-button-component.js +2286 -0
- package/esm2015/lib/igx-x-button-dynamic-module.js +52 -0
- package/esm2015/lib/igx-x-button-group-button-collection.js +48 -0
- package/esm2015/lib/igx-x-button-group-component.js +1000 -0
- package/esm2015/lib/igx-x-button-group-dynamic-module.js +52 -0
- package/esm2015/lib/igx-x-button-group-module.js +46 -0
- package/esm2015/lib/igx-x-button-module.js +46 -0
- package/esm2015/lib/igx-x-calendar-component.js +468 -0
- package/esm2015/lib/igx-x-calendar-dynamic-module.js +52 -0
- package/esm2015/lib/igx-x-calendar-locale-en-module.js +31 -0
- package/esm2015/lib/igx-x-calendar-module.js +46 -0
- package/esm2015/lib/igx-x-checkbox-component.js +586 -0
- package/esm2015/lib/igx-x-checkbox-dynamic-module.js +52 -0
- package/esm2015/lib/igx-x-checkbox-module.js +46 -0
- package/esm2015/lib/igx-x-icon-component.js +596 -0
- package/esm2015/lib/igx-x-icon-dynamic-module.js +45 -0
- package/esm2015/lib/igx-x-icon-module.js +39 -0
- package/esm2015/lib/igx-x-input-component.js +551 -0
- package/esm2015/lib/igx-x-input-dynamic-module.js +45 -0
- package/esm2015/lib/igx-x-input-group-component.js +2046 -0
- package/esm2015/lib/igx-x-input-group-dynamic-module.js +59 -0
- package/esm2015/lib/igx-x-input-group-input-collection.js +48 -0
- package/esm2015/lib/igx-x-input-group-item-component.js +140 -0
- package/esm2015/lib/igx-x-input-group-module.js +53 -0
- package/esm2015/lib/igx-x-input-module.js +39 -0
- package/esm2015/lib/igx-x-label-component.js +423 -0
- package/esm2015/lib/igx-x-label-dynamic-module.js +45 -0
- package/esm2015/lib/igx-x-label-module.js +39 -0
- package/esm2015/lib/igx-x-prefix-component.js +165 -0
- package/esm2015/lib/igx-x-prefix-dynamic-module.js +45 -0
- package/esm2015/lib/igx-x-prefix-module.js +39 -0
- package/esm2015/lib/igx-x-ripple-component.js +322 -0
- package/esm2015/lib/igx-x-ripple-dynamic-module.js +38 -0
- package/esm2015/lib/igx-x-ripple-module.js +36 -0
- package/esm2015/lib/igx-x-suffix-component.js +165 -0
- package/esm2015/public_api.js +123 -0
- package/esm5/igniteui-angular-inputs.js +4 -0
- package/esm5/lib/ButtonClickEventArgs.js +20 -0
- package/esm5/lib/ButtonDisplayStyle.js +11 -0
- package/esm5/lib/ButtonGroupDisplayStyle.js +11 -0
- package/esm5/lib/ButtonGroupOrientation.js +16 -0
- package/esm5/lib/ButtonGroupSelectionChangedEventArgs.js +20 -0
- package/esm5/lib/ButtonGroupView.js +7 -0
- package/esm5/lib/ButtonGroupView_combined.js +1701 -0
- package/esm5/lib/ButtonGroupVisualModelExport.js +58 -0
- package/esm5/lib/ButtonView.js +7 -0
- package/esm5/lib/ButtonView_combined.js +3985 -0
- package/esm5/lib/ButtonVisualModelExport.js +111 -0
- package/esm5/lib/CalendarView.js +7 -0
- package/esm5/lib/CalendarView_combined.js +2915 -0
- package/esm5/lib/CalendarVisualModelExport.js +102 -0
- package/esm5/lib/CheckboxChangeEventArgs.js +43 -0
- package/esm5/lib/CheckboxLabelPosition.js +11 -0
- package/esm5/lib/CheckboxView.js +7 -0
- package/esm5/lib/CheckboxView_combined.js +1303 -0
- package/esm5/lib/CheckboxVisualModelExport.js +64 -0
- package/esm5/lib/DateFormats.js +25 -0
- package/esm5/lib/DatePicker.js +7 -0
- package/esm5/lib/DatePickerView.js +7 -0
- package/esm5/lib/DatePickerView_combined.js +1690 -0
- package/esm5/lib/DatePickerVisualModelExport.js +72 -0
- package/esm5/lib/DateTimeValueFormatter.js +110 -0
- package/esm5/lib/DayInfo.js +25 -0
- package/esm5/lib/DayOfWeek.js +45 -0
- package/esm5/lib/ElevationHelper.js +71 -0
- package/esm5/lib/FirstWeek.js +29 -0
- package/esm5/lib/GotFocusEventArgs.js +20 -0
- package/esm5/lib/IconClickedEventArgs.js +20 -0
- package/esm5/lib/IconView.js +7 -0
- package/esm5/lib/IconView_combined.js +1012 -0
- package/esm5/lib/IconVisualModelExport.js +82 -0
- package/esm5/lib/InputChangeEventArgs.js +43 -0
- package/esm5/lib/InputGroupDisplayType.js +18 -0
- package/esm5/lib/InputGroupView.js +7 -0
- package/esm5/lib/InputGroupView_combined.js +6660 -0
- package/esm5/lib/InputGroupVisualModelExport.js +111 -0
- package/esm5/lib/InputShiftType.js +17 -0
- package/esm5/lib/InputView.js +7 -0
- package/esm5/lib/InputVisualModelExport.js +80 -0
- package/esm5/lib/KEYCODES.js +11 -0
- package/esm5/lib/LabelShiftType.js +17 -0
- package/esm5/lib/LabelView.js +7 -0
- package/esm5/lib/LabelVisualModelExport.js +86 -0
- package/esm5/lib/LostFocusEventArgs.js +20 -0
- package/esm5/lib/MaskOptions.js +23 -0
- package/esm5/lib/MaskParsingService.js +267 -0
- package/esm5/lib/NativeUIXInputsFactory.js +195 -0
- package/esm5/lib/PrefixShiftType.js +17 -0
- package/esm5/lib/PrefixView.js +7 -0
- package/esm5/lib/PrefixVisualModelExport.js +37 -0
- package/esm5/lib/Replaced.js +23 -0
- package/esm5/lib/RippleView.js +7 -0
- package/esm5/lib/RippleView_combined.js +491 -0
- package/esm5/lib/RippleVisualModelExport.js +40 -0
- package/esm5/lib/SelectedValueChangedEventArgs.js +43 -0
- package/esm5/lib/SuffixShiftType.js +17 -0
- package/esm5/lib/SuffixView.js +7 -0
- package/esm5/lib/SuffixVisualModelExport.js +36 -0
- package/esm5/lib/TextElementsVisualModelExport.js +46 -0
- package/esm5/lib/Theme.js +58 -0
- package/esm5/lib/ThemeResolver.js +182 -0
- package/esm5/lib/XButton.js +7 -0
- package/esm5/lib/XButtonBridge.js +299 -0
- package/esm5/lib/XButtonGroup.js +7 -0
- package/esm5/lib/XButtonGroupButtonCollection.js +30 -0
- package/esm5/lib/XCalendar.js +7 -0
- package/esm5/lib/XCalendarLocaleEn.js +58 -0
- package/esm5/lib/XCheckbox.js +7 -0
- package/esm5/lib/XCheckboxBridge.js +80 -0
- package/esm5/lib/XComponentBridge.js +54 -0
- package/esm5/lib/XIcon.js +7 -0
- package/esm5/lib/XIconBridge.js +95 -0
- package/esm5/lib/XIconButtonBridge.js +79 -0
- package/esm5/lib/XInput.js +7 -0
- package/esm5/lib/XInputBridge.js +217 -0
- package/esm5/lib/XInputGroup.js +7 -0
- package/esm5/lib/XInputGroupInputCollection.js +7 -0
- package/esm5/lib/XInputGroupItem.js +7 -0
- package/esm5/lib/XLabel.js +7 -0
- package/esm5/lib/XPopupBridge.js +289 -0
- package/esm5/lib/XPrefix.js +7 -0
- package/esm5/lib/XRipple.js +7 -0
- package/esm5/lib/XSuffix.js +7 -0
- package/esm5/lib/igx-button-click-event-args.js +30 -0
- package/esm5/lib/igx-button-group-selection-changed-event-args.js +30 -0
- package/esm5/lib/igx-checkbox-change-event-args.js +51 -0
- package/esm5/lib/igx-date-picker-component.js +720 -0
- package/esm5/lib/igx-date-picker-dynamic-module.js +65 -0
- package/esm5/lib/igx-date-picker-module.js +59 -0
- package/esm5/lib/igx-got-focus-event-args.js +30 -0
- package/esm5/lib/igx-input-change-event-args.js +51 -0
- package/esm5/lib/igx-lost-focus-event-args.js +30 -0
- package/esm5/lib/igx-selected-value-changed-event-args.js +50 -0
- package/esm5/lib/igx-x-button-component.js +3018 -0
- package/esm5/lib/igx-x-button-dynamic-module.js +51 -0
- package/esm5/lib/igx-x-button-group-button-collection.js +53 -0
- package/esm5/lib/igx-x-button-group-component.js +1272 -0
- package/esm5/lib/igx-x-button-group-dynamic-module.js +51 -0
- package/esm5/lib/igx-x-button-group-module.js +45 -0
- package/esm5/lib/igx-x-button-module.js +45 -0
- package/esm5/lib/igx-x-calendar-component.js +572 -0
- package/esm5/lib/igx-x-calendar-dynamic-module.js +51 -0
- package/esm5/lib/igx-x-calendar-locale-en-module.js +30 -0
- package/esm5/lib/igx-x-calendar-module.js +45 -0
- package/esm5/lib/igx-x-checkbox-component.js +724 -0
- package/esm5/lib/igx-x-checkbox-dynamic-module.js +51 -0
- package/esm5/lib/igx-x-checkbox-module.js +45 -0
- package/esm5/lib/igx-x-icon-component.js +732 -0
- package/esm5/lib/igx-x-icon-dynamic-module.js +44 -0
- package/esm5/lib/igx-x-icon-module.js +38 -0
- package/esm5/lib/igx-x-input-component.js +683 -0
- package/esm5/lib/igx-x-input-dynamic-module.js +44 -0
- package/esm5/lib/igx-x-input-group-component.js +2697 -0
- package/esm5/lib/igx-x-input-group-dynamic-module.js +58 -0
- package/esm5/lib/igx-x-input-group-input-collection.js +53 -0
- package/esm5/lib/igx-x-input-group-item-component.js +151 -0
- package/esm5/lib/igx-x-input-group-module.js +52 -0
- package/esm5/lib/igx-x-input-module.js +38 -0
- package/esm5/lib/igx-x-label-component.js +522 -0
- package/esm5/lib/igx-x-label-dynamic-module.js +44 -0
- package/esm5/lib/igx-x-label-module.js +38 -0
- package/esm5/lib/igx-x-prefix-component.js +180 -0
- package/esm5/lib/igx-x-prefix-dynamic-module.js +44 -0
- package/esm5/lib/igx-x-prefix-module.js +38 -0
- package/esm5/lib/igx-x-ripple-component.js +381 -0
- package/esm5/lib/igx-x-ripple-dynamic-module.js +37 -0
- package/esm5/lib/igx-x-ripple-module.js +35 -0
- package/esm5/lib/igx-x-suffix-component.js +180 -0
- package/esm5/public_api.js +123 -0
- package/fesm2015/igniteui-angular-inputs.js +30534 -0
- package/fesm5/igniteui-angular-inputs.js +36038 -0
- package/igniteui-angular-inputs.d.ts +5 -0
- package/lib/ButtonClickEventArgs.d.ts +7 -0
- package/lib/ButtonDisplayStyle.d.ts +15 -0
- package/lib/ButtonGroupDisplayStyle.d.ts +12 -0
- package/lib/ButtonGroupOrientation.d.ts +9 -0
- package/lib/ButtonGroupSelectionChangedEventArgs.d.ts +7 -0
- package/lib/ButtonGroupView.d.ts +1 -0
- package/lib/ButtonGroupView_combined.d.ts +372 -0
- package/lib/ButtonGroupVisualModelExport.d.ts +24 -0
- package/lib/ButtonView.d.ts +1 -0
- package/lib/ButtonView_combined.d.ts +695 -0
- package/lib/ButtonVisualModelExport.d.ts +46 -0
- package/lib/CalendarView.d.ts +1 -0
- package/lib/CalendarView_combined.d.ts +231 -0
- package/lib/CalendarVisualModelExport.d.ts +33 -0
- package/lib/CheckboxChangeEventArgs.d.ts +13 -0
- package/lib/CheckboxLabelPosition.d.ts +12 -0
- package/lib/CheckboxView.d.ts +1 -0
- package/lib/CheckboxView_combined.d.ts +214 -0
- package/lib/CheckboxVisualModelExport.d.ts +28 -0
- package/lib/DateFormats.d.ts +18 -0
- package/lib/DatePicker.d.ts +1 -0
- package/lib/DatePickerView.d.ts +1 -0
- package/lib/DatePickerView_combined.d.ts +225 -0
- package/lib/DatePickerVisualModelExport.d.ts +24 -0
- package/lib/DateTimeValueFormatter.d.ts +20 -0
- package/lib/DayInfo.d.ts +13 -0
- package/lib/DayOfWeek.d.ts +38 -0
- package/lib/ElevationHelper.d.ts +16 -0
- package/lib/FirstWeek.d.ts +22 -0
- package/lib/GotFocusEventArgs.d.ts +7 -0
- package/lib/IconClickedEventArgs.d.ts +7 -0
- package/lib/IconView.d.ts +1 -0
- package/lib/IconView_combined.d.ts +198 -0
- package/lib/IconVisualModelExport.d.ts +26 -0
- package/lib/InputChangeEventArgs.d.ts +13 -0
- package/lib/InputGroupDisplayType.d.ts +11 -0
- package/lib/InputGroupView.d.ts +1 -0
- package/lib/InputGroupView_combined.d.ts +1202 -0
- package/lib/InputGroupVisualModelExport.d.ts +44 -0
- package/lib/InputShiftType.d.ts +10 -0
- package/lib/InputView.d.ts +1 -0
- package/lib/InputVisualModelExport.d.ts +30 -0
- package/lib/KEYCODES.d.ts +27 -0
- package/lib/LabelShiftType.d.ts +10 -0
- package/lib/LabelView.d.ts +1 -0
- package/lib/LabelVisualModelExport.d.ts +34 -0
- package/lib/LostFocusEventArgs.d.ts +7 -0
- package/lib/MaskOptions.d.ts +9 -0
- package/lib/MaskParsingService.d.ts +19 -0
- package/lib/NativeUIXInputsFactory.d.ts +24 -0
- package/lib/PrefixShiftType.d.ts +10 -0
- package/lib/PrefixView.d.ts +1 -0
- package/lib/PrefixVisualModelExport.d.ts +13 -0
- package/lib/Replaced.d.ts +9 -0
- package/lib/RippleView.d.ts +1 -0
- package/lib/RippleView_combined.d.ts +98 -0
- package/lib/RippleVisualModelExport.d.ts +15 -0
- package/lib/SelectedValueChangedEventArgs.d.ts +13 -0
- package/lib/SuffixShiftType.d.ts +10 -0
- package/lib/SuffixView.d.ts +1 -0
- package/lib/SuffixVisualModelExport.d.ts +13 -0
- package/lib/TextElementsVisualModelExport.d.ts +16 -0
- package/lib/Theme.d.ts +15 -0
- package/lib/ThemeResolver.d.ts +56 -0
- package/lib/XButton.d.ts +1 -0
- package/lib/XButtonBridge.d.ts +39 -0
- package/lib/XButtonGroup.d.ts +1 -0
- package/lib/XButtonGroupButtonCollection.d.ts +12 -0
- package/lib/XCalendar.d.ts +1 -0
- package/lib/XCalendarLocaleEn.d.ts +49 -0
- package/lib/XCheckbox.d.ts +1 -0
- package/lib/XCheckboxBridge.d.ts +19 -0
- package/lib/XComponentBridge.d.ts +18 -0
- package/lib/XIcon.d.ts +1 -0
- package/lib/XIconBridge.d.ts +14 -0
- package/lib/XIconButtonBridge.d.ts +16 -0
- package/lib/XInput.d.ts +1 -0
- package/lib/XInputBridge.d.ts +28 -0
- package/lib/XInputGroup.d.ts +1 -0
- package/lib/XInputGroupInputCollection.d.ts +1 -0
- package/lib/XInputGroupItem.d.ts +1 -0
- package/lib/XLabel.d.ts +1 -0
- package/lib/XPopupBridge.d.ts +52 -0
- package/lib/XPrefix.d.ts +1 -0
- package/lib/XRipple.d.ts +1 -0
- package/lib/XSuffix.d.ts +1 -0
- package/lib/igx-button-click-event-args.d.ts +12 -0
- package/lib/igx-button-group-selection-changed-event-args.d.ts +12 -0
- package/lib/igx-checkbox-change-event-args.d.ts +18 -0
- package/lib/igx-date-picker-component.d.ts +215 -0
- package/lib/igx-date-picker-dynamic-module.d.ts +13 -0
- package/lib/igx-date-picker-module.d.ts +13 -0
- package/lib/igx-got-focus-event-args.d.ts +12 -0
- package/lib/igx-input-change-event-args.d.ts +17 -0
- package/lib/igx-lost-focus-event-args.d.ts +12 -0
- package/lib/igx-selected-value-changed-event-args.d.ts +16 -0
- package/lib/igx-x-button-component.d.ts +980 -0
- package/lib/igx-x-button-dynamic-module.d.ts +11 -0
- package/lib/igx-x-button-group-button-collection.d.ts +8 -0
- package/lib/igx-x-button-group-component.d.ts +416 -0
- package/lib/igx-x-button-group-dynamic-module.d.ts +11 -0
- package/lib/igx-x-button-group-module.d.ts +11 -0
- package/lib/igx-x-button-module.d.ts +11 -0
- package/lib/igx-x-calendar-component.d.ts +177 -0
- package/lib/igx-x-calendar-dynamic-module.d.ts +11 -0
- package/lib/igx-x-calendar-locale-en-module.d.ts +8 -0
- package/lib/igx-x-calendar-module.d.ts +11 -0
- package/lib/igx-x-checkbox-component.d.ts +238 -0
- package/lib/igx-x-checkbox-dynamic-module.d.ts +11 -0
- package/lib/igx-x-checkbox-module.d.ts +11 -0
- package/lib/igx-x-icon-component.d.ts +255 -0
- package/lib/igx-x-icon-dynamic-module.d.ts +10 -0
- package/lib/igx-x-icon-module.d.ts +10 -0
- package/lib/igx-x-input-component.d.ts +212 -0
- package/lib/igx-x-input-dynamic-module.d.ts +10 -0
- package/lib/igx-x-input-group-component.d.ts +855 -0
- package/lib/igx-x-input-group-dynamic-module.d.ts +12 -0
- package/lib/igx-x-input-group-input-collection.d.ts +8 -0
- package/lib/igx-x-input-group-item-component.d.ts +35 -0
- package/lib/igx-x-input-group-module.d.ts +12 -0
- package/lib/igx-x-input-module.d.ts +10 -0
- package/lib/igx-x-label-component.d.ts +175 -0
- package/lib/igx-x-label-dynamic-module.d.ts +10 -0
- package/lib/igx-x-label-module.d.ts +10 -0
- package/lib/igx-x-prefix-component.d.ts +60 -0
- package/lib/igx-x-prefix-dynamic-module.d.ts +10 -0
- package/lib/igx-x-prefix-module.d.ts +10 -0
- package/lib/igx-x-ripple-component.d.ts +110 -0
- package/lib/igx-x-ripple-dynamic-module.d.ts +9 -0
- package/lib/igx-x-ripple-module.d.ts +9 -0
- package/lib/igx-x-suffix-component.d.ts +60 -0
- package/package.json +39 -0
- package/public_api.d.ts +123 -0
|
@@ -0,0 +1,3985 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
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
|
+
*/
|
|
7
|
+
import { __extends, __values } from "tslib";
|
|
8
|
+
import { Base, Delegate_$type, fromEnum, runOn, markType, INotifyPropertyChanged_$type, PropertyChangedEventArgs, enumGetBox, String_$type } from "igniteui-angular-core";
|
|
9
|
+
import { List$1 } from "igniteui-angular-core";
|
|
10
|
+
import { XRipple } from "./XRipple";
|
|
11
|
+
import { NativeUI } from "igniteui-angular-core";
|
|
12
|
+
import { ControlDisplayDensity_$type } from "igniteui-angular-core";
|
|
13
|
+
import { HorizontalAlignment_$type } from "igniteui-angular-core";
|
|
14
|
+
import { KeyFrameAnimationFactory } from "igniteui-angular-core";
|
|
15
|
+
import { ElevationMode_$type } from "igniteui-angular-core";
|
|
16
|
+
import { ElevationHelper } from "./ElevationHelper";
|
|
17
|
+
import { ButtonDisplayStyle_$type } from "./ButtonDisplayStyle";
|
|
18
|
+
import { isNaN_ } from "igniteui-angular-core";
|
|
19
|
+
import { BaseControlTheme_$type } from "igniteui-angular-core";
|
|
20
|
+
import { CornerRadius } from "igniteui-angular-core";
|
|
21
|
+
import { VerticalAlignment_$type } from "igniteui-angular-core";
|
|
22
|
+
import { AnimationKeyFrameEffectTiming } from "igniteui-angular-core";
|
|
23
|
+
import { ThemeResolver } from "./ThemeResolver";
|
|
24
|
+
import { ButtonClickEventArgs } from "./ButtonClickEventArgs";
|
|
25
|
+
import { MouseEventArgs } from "igniteui-angular-core";
|
|
26
|
+
import { FocusEventArgs } from "igniteui-angular-core";
|
|
27
|
+
import { Thickness } from "igniteui-angular-core";
|
|
28
|
+
import { BrushUtil } from "igniteui-angular-core";
|
|
29
|
+
import { ButtonVisualModelExport } from "./ButtonVisualModelExport";
|
|
30
|
+
import { UIElementPropertyAccessorFactory } from "igniteui-angular-core";
|
|
31
|
+
import { AppearanceHelper } from "igniteui-angular-core";
|
|
32
|
+
import { FontUtil } from "igniteui-angular-core";
|
|
33
|
+
import { Dictionary$2 } from "igniteui-angular-core";
|
|
34
|
+
import { Theme } from "./Theme";
|
|
35
|
+
/**
|
|
36
|
+
* @hidden
|
|
37
|
+
*/
|
|
38
|
+
var ButtonView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
39
|
+
__extends(ButtonView, _super);
|
|
40
|
+
function ButtonView() {
|
|
41
|
+
var _this = _super.call(this) || this;
|
|
42
|
+
_this.b = null;
|
|
43
|
+
_this.k = null;
|
|
44
|
+
_this.d = null;
|
|
45
|
+
_this.h = new List$1(Delegate_$type, 0);
|
|
46
|
+
_this.e = true;
|
|
47
|
+
_this.n = null;
|
|
48
|
+
_this.j = NaN;
|
|
49
|
+
_this.i = NaN;
|
|
50
|
+
_this.l = null;
|
|
51
|
+
_this.c = null;
|
|
52
|
+
_this.m = null;
|
|
53
|
+
_this.p = null;
|
|
54
|
+
_this.o = null;
|
|
55
|
+
return _this;
|
|
56
|
+
}
|
|
57
|
+
ButtonView.prototype.ao = function () {
|
|
58
|
+
};
|
|
59
|
+
ButtonView.prototype.g = function () {
|
|
60
|
+
return true;
|
|
61
|
+
};
|
|
62
|
+
Object.defineProperty(ButtonView.prototype, "q", {
|
|
63
|
+
get: function () {
|
|
64
|
+
return this.n;
|
|
65
|
+
},
|
|
66
|
+
enumerable: false,
|
|
67
|
+
configurable: true
|
|
68
|
+
});
|
|
69
|
+
Object.defineProperty(ButtonView.prototype, "s", {
|
|
70
|
+
get: function () {
|
|
71
|
+
return this.m;
|
|
72
|
+
},
|
|
73
|
+
enumerable: false,
|
|
74
|
+
configurable: true
|
|
75
|
+
});
|
|
76
|
+
ButtonView.prototype.ai = function (a) {
|
|
77
|
+
var e_1, _a;
|
|
78
|
+
var _this = this;
|
|
79
|
+
if (a == null) {
|
|
80
|
+
try {
|
|
81
|
+
for (var _b = __values(fromEnum(this.h)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
82
|
+
var b = _c.value;
|
|
83
|
+
b();
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
catch (e_1_1) {
|
|
87
|
+
e_1 = { error: e_1_1 };
|
|
88
|
+
}
|
|
89
|
+
finally {
|
|
90
|
+
try {
|
|
91
|
+
if (_c && !_c.done && (_a = _b.return))
|
|
92
|
+
_a.call(_b);
|
|
93
|
+
}
|
|
94
|
+
finally {
|
|
95
|
+
if (e_1)
|
|
96
|
+
throw e_1.error;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
this.h.clear();
|
|
100
|
+
return;
|
|
101
|
+
}
|
|
102
|
+
this.k = a;
|
|
103
|
+
this.k.rootWrapper.setStyleProperty("display", "flex");
|
|
104
|
+
this.k.rootWrapper.setStyleProperty("flex-direction", "row");
|
|
105
|
+
this.k.rootWrapper.setStyleProperty("flex-wrap", "no-wrap");
|
|
106
|
+
this.k.rootWrapper.setStyleProperty("align-items", "center");
|
|
107
|
+
var c = this.k.createElement("button");
|
|
108
|
+
this.n = c;
|
|
109
|
+
this.n.setStyleProperty("position", "relative");
|
|
110
|
+
this.n.setStyleProperty("display", "inline-flex");
|
|
111
|
+
this.n.setStyleProperty("align-items", "center");
|
|
112
|
+
this.n.setStyleProperty("justify-content", "center");
|
|
113
|
+
this.ay();
|
|
114
|
+
this.n.setStyleProperty("border", "none");
|
|
115
|
+
this.n.setStyleProperty("cursor", "pointer");
|
|
116
|
+
this.n.setStyleProperty("user-select", "none");
|
|
117
|
+
this.n.setStyleProperty("outline-style", "none");
|
|
118
|
+
this.n.setStyleProperty("-webkit-tap-highlight-color", "transparent");
|
|
119
|
+
this.n.setStyleProperty("overflow", "hidden");
|
|
120
|
+
this.n.setStyleProperty("white-space", "no-wrap");
|
|
121
|
+
this.n.setStyleProperty("color", "#000");
|
|
122
|
+
this.n.setStyleProperty("background", this.b.nf._fill);
|
|
123
|
+
NativeUI.n(this.n, this.b.kr);
|
|
124
|
+
this.n.setAttribute("id", this.b.hu);
|
|
125
|
+
this.av();
|
|
126
|
+
this.h.add(c.listen("change", runOn(this, this.x)));
|
|
127
|
+
this.h.add(c.listen("click", runOn(this, this.y)));
|
|
128
|
+
this.h.add(c.listen("focus", runOn(this, this.z)));
|
|
129
|
+
this.h.add(c.listen("blur", runOn(this, this.w)));
|
|
130
|
+
this.h.add(this.k.rootWrapper.listen("mouseenter", runOn(this, this.u)));
|
|
131
|
+
this.h.add(this.k.rootWrapper.listen("mouseleave", runOn(this, this.v)));
|
|
132
|
+
this.h.add(this.k.rootWrapper.listen("focusin", runOn(this, this.aa)));
|
|
133
|
+
this.h.add(this.k.rootWrapper.listen("focusout", runOn(this, this.ab)));
|
|
134
|
+
this.k.append(c);
|
|
135
|
+
var d = this.k.createElement("div");
|
|
136
|
+
var e = this.k.getSubRenderer(d);
|
|
137
|
+
d.setStyleProperty("position", "absolute");
|
|
138
|
+
d.setStyleProperty("width", "100%");
|
|
139
|
+
d.setStyleProperty("height", "100%");
|
|
140
|
+
d.setStyleProperty("left", "0px");
|
|
141
|
+
d.setStyleProperty("top", "0px");
|
|
142
|
+
d.setStyleProperty("overflow", "hidden");
|
|
143
|
+
var f = new XRipple();
|
|
144
|
+
f.provideContainer(e);
|
|
145
|
+
f.q = c;
|
|
146
|
+
var g = this.k.getExternal(f, this.k.rootWrapper, this.k.getExternal(this.b, null, null));
|
|
147
|
+
f.h = false;
|
|
148
|
+
f.k = true;
|
|
149
|
+
this.c = f;
|
|
150
|
+
this.n.append(d);
|
|
151
|
+
var h = this.k.createElement("div");
|
|
152
|
+
h.addClass("ig-button-content");
|
|
153
|
+
h.setStyleProperty("font-family", "Verdana");
|
|
154
|
+
h.setStyleProperty("font-weight", "400");
|
|
155
|
+
h.setStyleProperty("font-size", ".875rem");
|
|
156
|
+
this.m = h;
|
|
157
|
+
this.h.add(h.listen("click", runOn(this, this.t)));
|
|
158
|
+
this.n.append(h);
|
|
159
|
+
this.o = h;
|
|
160
|
+
this.k.getPortal(h, "ChildContent", function (i) {
|
|
161
|
+
var comp_ = i.componentRef;
|
|
162
|
+
_this.p = comp_;
|
|
163
|
+
{
|
|
164
|
+
_this.o.setStyleProperty("flex-direction", _this.b.g0);
|
|
165
|
+
_this.o.setStyleProperty("align-items", _this.b.e7);
|
|
166
|
+
var direction_ = _this.b.g0;
|
|
167
|
+
var display_ = _this.b.ff != null ? _this.b.ff : _this.b.fw;
|
|
168
|
+
var alignItems_ = _this.b.e7;
|
|
169
|
+
comp_.display = display_;
|
|
170
|
+
comp_.flexDirection = direction_;
|
|
171
|
+
comp_.alignItems = alignItems_;
|
|
172
|
+
}
|
|
173
|
+
}, true);
|
|
174
|
+
this.b.ke();
|
|
175
|
+
};
|
|
176
|
+
ButtonView.prototype.ak = function () {
|
|
177
|
+
this.c.i = this.b.ap;
|
|
178
|
+
};
|
|
179
|
+
ButtonView.prototype.ay = function () {
|
|
180
|
+
var a = "2.25rem";
|
|
181
|
+
var b = "2.25rem";
|
|
182
|
+
var c = "2.25rem";
|
|
183
|
+
var d = "2.25rem";
|
|
184
|
+
var e = "3.5rem";
|
|
185
|
+
var f = "3.5rem";
|
|
186
|
+
var g = "3.5rem";
|
|
187
|
+
var h = "3.5rem";
|
|
188
|
+
var i = "5.5rem";
|
|
189
|
+
var j = "2.25rem";
|
|
190
|
+
var k = "0px";
|
|
191
|
+
var l = ".9375rem";
|
|
192
|
+
var m = ".5625rem 1rem";
|
|
193
|
+
switch (this.b.q) {
|
|
194
|
+
case 2:
|
|
195
|
+
m = ".375rem .75rem";
|
|
196
|
+
j = "1.875rem";
|
|
197
|
+
e = "3rem";
|
|
198
|
+
f = "3rem";
|
|
199
|
+
g = "3rem";
|
|
200
|
+
h = "3rem";
|
|
201
|
+
l = ".6875rem";
|
|
202
|
+
break;
|
|
203
|
+
case 3:
|
|
204
|
+
m = ".1875rem 1rem";
|
|
205
|
+
j = "1.5rem";
|
|
206
|
+
f = "2.5rem";
|
|
207
|
+
e = "2.5rem";
|
|
208
|
+
h = "2.5rem";
|
|
209
|
+
g = "2.5rem";
|
|
210
|
+
l = ".4375rem";
|
|
211
|
+
break;
|
|
212
|
+
}
|
|
213
|
+
if (!isNaN_(this.b.bi) && !isNaN_(this.b.bk) && !isNaN_(this.b.bj) && !isNaN_(this.b.bh)) {
|
|
214
|
+
m = this.b.bk + "px " + this.b.bj + "px " + this.b.bh + "px " + this.b.bi + "px";
|
|
215
|
+
}
|
|
216
|
+
if (this.b.e == 4) {
|
|
217
|
+
this.n.setStyleProperty("min-width", a);
|
|
218
|
+
this.n.setStyleProperty("min-height", b);
|
|
219
|
+
this.n.setStyleProperty("padding", k);
|
|
220
|
+
this.n.setStyleProperty("width", c);
|
|
221
|
+
this.n.setStyleProperty("height", d);
|
|
222
|
+
}
|
|
223
|
+
else if (this.b.e == 3) {
|
|
224
|
+
this.n.setStyleProperty("min-width", e);
|
|
225
|
+
this.n.setStyleProperty("min-height", f);
|
|
226
|
+
this.n.setStyleProperty("padding", l);
|
|
227
|
+
this.n.setStyleProperty("width", g);
|
|
228
|
+
this.n.setStyleProperty("height", h);
|
|
229
|
+
}
|
|
230
|
+
else {
|
|
231
|
+
this.n.setStyleProperty("min-width", i);
|
|
232
|
+
this.n.setStyleProperty("min-height", j);
|
|
233
|
+
this.n.setStyleProperty("padding", m);
|
|
234
|
+
}
|
|
235
|
+
if (!isNaN_(this.b.bf) && this.b.bf > 0) {
|
|
236
|
+
this.n.setStyleProperty("border-style", "solid");
|
|
237
|
+
}
|
|
238
|
+
else {
|
|
239
|
+
this.n.setStyleProperty("border-style", "none");
|
|
240
|
+
}
|
|
241
|
+
if (!isNaN_(this.j)) {
|
|
242
|
+
this.n.setStyleProperty("min-width", this.j.toString() + "px");
|
|
243
|
+
}
|
|
244
|
+
if (!isNaN_(this.i)) {
|
|
245
|
+
this.n.setStyleProperty("min-height", this.i.toString() + "px");
|
|
246
|
+
}
|
|
247
|
+
if (this.b.av) {
|
|
248
|
+
this.n.setStyleProperty("width", "100%");
|
|
249
|
+
this.n.setStyleProperty("height", "100%");
|
|
250
|
+
this.k.rootWrapper.setStyleProperty("height", "100%");
|
|
251
|
+
}
|
|
252
|
+
else {
|
|
253
|
+
this.n.setStyleProperty("width", "auto");
|
|
254
|
+
this.n.setStyleProperty("height", "auto");
|
|
255
|
+
this.k.rootWrapper.setStyleProperty("height", "auto");
|
|
256
|
+
}
|
|
257
|
+
};
|
|
258
|
+
ButtonView.prototype.as = function () {
|
|
259
|
+
switch (this.b.k5) {
|
|
260
|
+
case 1:
|
|
261
|
+
this.n.setStyleProperty("justify-content", "center");
|
|
262
|
+
this.o.setStyleProperty("flex-grow", "unset");
|
|
263
|
+
break;
|
|
264
|
+
case 3:
|
|
265
|
+
this.n.setStyleProperty("justify-content", "stretch");
|
|
266
|
+
this.o.setStyleProperty("flex-grow", "1");
|
|
267
|
+
break;
|
|
268
|
+
case 0:
|
|
269
|
+
this.n.setStyleProperty("justify-content", "left");
|
|
270
|
+
this.o.setStyleProperty("flex-grow", "unset");
|
|
271
|
+
break;
|
|
272
|
+
case 2:
|
|
273
|
+
this.n.setStyleProperty("justify-content", "right");
|
|
274
|
+
this.o.setStyleProperty("flex-grow", "unset");
|
|
275
|
+
break;
|
|
276
|
+
}
|
|
277
|
+
};
|
|
278
|
+
ButtonView.prototype.au = function (a) {
|
|
279
|
+
this.j = a;
|
|
280
|
+
};
|
|
281
|
+
ButtonView.prototype.at = function (a) {
|
|
282
|
+
this.i = a;
|
|
283
|
+
};
|
|
284
|
+
ButtonView.prototype.aq = function () {
|
|
285
|
+
this.n.setAttribute("disabled", this.b.disabled ? "true" : "false");
|
|
286
|
+
this.n.setProperty("disabled", this.b.disabled);
|
|
287
|
+
};
|
|
288
|
+
ButtonView.prototype.al = function () {
|
|
289
|
+
if (this.k != null) {
|
|
290
|
+
this.k.rootWrapper.setStyleProperty("display", this.b.fw);
|
|
291
|
+
var comp_ = this.p;
|
|
292
|
+
if (this.p != null) {
|
|
293
|
+
this.o.setStyleProperty("display", this.b.fw);
|
|
294
|
+
var display_ = this.b.ff != null ? this.b.fw : this.b.ff;
|
|
295
|
+
comp_.display = display_;
|
|
296
|
+
}
|
|
297
|
+
var ext_ = this.k.getExternal(this.b, null, null);
|
|
298
|
+
if (ext_ && ext_._onDisplayChanged) {
|
|
299
|
+
ext_._onDisplayChanged();
|
|
300
|
+
}
|
|
301
|
+
;
|
|
302
|
+
}
|
|
303
|
+
};
|
|
304
|
+
ButtonView.prototype.ah = function () {
|
|
305
|
+
if (this.k != null) {
|
|
306
|
+
var comp_ = this.p;
|
|
307
|
+
if (this.p != null) {
|
|
308
|
+
var display_ = this.b.ff != null ? this.b.ff : this.b.fw;
|
|
309
|
+
comp_.display = display_;
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
};
|
|
313
|
+
ButtonView.prototype.af = function () {
|
|
314
|
+
if (this.k != null) {
|
|
315
|
+
this.k.rootWrapper.setStyleProperty("align-items", this.b.e7);
|
|
316
|
+
this.n.setStyleProperty("align-items", this.b.e7);
|
|
317
|
+
var comp_ = this.p;
|
|
318
|
+
if (this.p != null) {
|
|
319
|
+
this.o.setStyleProperty("align-items", this.b.e7);
|
|
320
|
+
var alignItems_ = this.b.e7;
|
|
321
|
+
comp_.alignItems = alignItems_;
|
|
322
|
+
}
|
|
323
|
+
var ext_ = this.k.getExternal(this.b, null, null);
|
|
324
|
+
if (ext_ && ext_._onAlignItemsChanged) {
|
|
325
|
+
ext_._onAlignItemsChanged();
|
|
326
|
+
}
|
|
327
|
+
;
|
|
328
|
+
}
|
|
329
|
+
};
|
|
330
|
+
ButtonView.prototype.am = function () {
|
|
331
|
+
if (this.k != null) {
|
|
332
|
+
this.k.rootWrapper.setStyleProperty("flex-direction", this.b.g0);
|
|
333
|
+
this.n.setStyleProperty("flex-direction", this.b.g0);
|
|
334
|
+
var ext_ = this.k.getExternal(this.b, null, null);
|
|
335
|
+
var comp_ = this.p;
|
|
336
|
+
if (this.p != null) {
|
|
337
|
+
this.o.setStyleProperty("flex-direction", this.b.g0);
|
|
338
|
+
var direction_ = this.b.g0;
|
|
339
|
+
comp_.flexDirection = direction_;
|
|
340
|
+
}
|
|
341
|
+
if (ext_ && ext_._onFlexDirectionChanged) {
|
|
342
|
+
ext_._onFlexDirectionChanged();
|
|
343
|
+
}
|
|
344
|
+
;
|
|
345
|
+
}
|
|
346
|
+
};
|
|
347
|
+
ButtonView.prototype.an = function () {
|
|
348
|
+
if (this.k != null) {
|
|
349
|
+
this.k.rootWrapper.setStyleProperty("flex-grow", this.b.g2);
|
|
350
|
+
this.n.setStyleProperty("flex-grow", this.b.g2);
|
|
351
|
+
var ext_ = this.k.getExternal(this.b, null, null);
|
|
352
|
+
if (ext_ && ext_._onFlexGrowChanged) {
|
|
353
|
+
ext_._onFlexGrowChanged();
|
|
354
|
+
}
|
|
355
|
+
;
|
|
356
|
+
}
|
|
357
|
+
};
|
|
358
|
+
ButtonView.prototype.t = function (a) {
|
|
359
|
+
};
|
|
360
|
+
ButtonView.prototype.av = function () {
|
|
361
|
+
if (this.g()) {
|
|
362
|
+
var a = this.b.hu;
|
|
363
|
+
this.n.setAttribute("name", this.b.h2);
|
|
364
|
+
this.n.setProperty("value", this.b.ea);
|
|
365
|
+
if (this.b.aw) {
|
|
366
|
+
this.n.setAttribute("tabindex", this.b.d3.toString());
|
|
367
|
+
}
|
|
368
|
+
this.n.setProperty("disabled", this.b.disabled);
|
|
369
|
+
{
|
|
370
|
+
}
|
|
371
|
+
this.n.setAttribute("aria-label", this.b.e9);
|
|
372
|
+
this.n.setStyleProperty("cursor", !this.b.as ? "pointer" : "unset");
|
|
373
|
+
}
|
|
374
|
+
};
|
|
375
|
+
ButtonView.prototype.ap = function () {
|
|
376
|
+
if (this.g()) {
|
|
377
|
+
var a = this.b.hu;
|
|
378
|
+
this.n.setAttribute("id", a);
|
|
379
|
+
}
|
|
380
|
+
};
|
|
381
|
+
ButtonView.prototype.u = function (a) {
|
|
382
|
+
this.b.kb();
|
|
383
|
+
};
|
|
384
|
+
ButtonView.prototype.v = function (a) {
|
|
385
|
+
this.b.kc();
|
|
386
|
+
};
|
|
387
|
+
ButtonView.prototype.w = function (a) {
|
|
388
|
+
this.b.j5();
|
|
389
|
+
};
|
|
390
|
+
ButtonView.prototype.z = function (a) {
|
|
391
|
+
this.b.j8();
|
|
392
|
+
};
|
|
393
|
+
ButtonView.prototype.y = function (a) {
|
|
394
|
+
if (!this.b.aq) {
|
|
395
|
+
a.preventDefault();
|
|
396
|
+
}
|
|
397
|
+
this.b.j6();
|
|
398
|
+
};
|
|
399
|
+
ButtonView.prototype.aa = function (a) {
|
|
400
|
+
this.b.j9();
|
|
401
|
+
};
|
|
402
|
+
ButtonView.prototype.ab = function (a) {
|
|
403
|
+
this.b.ka(a.originalEvent.relatedTarget);
|
|
404
|
+
};
|
|
405
|
+
ButtonView.prototype.f = function () {
|
|
406
|
+
return false;
|
|
407
|
+
};
|
|
408
|
+
ButtonView.prototype.x = function (a) {
|
|
409
|
+
};
|
|
410
|
+
ButtonView.prototype.ae = function () {
|
|
411
|
+
if (KeyFrameAnimationFactory.h == null) {
|
|
412
|
+
KeyFrameAnimationFactory.h = this.k;
|
|
413
|
+
}
|
|
414
|
+
};
|
|
415
|
+
ButtonView.prototype.ag = function () {
|
|
416
|
+
this.e = true;
|
|
417
|
+
this.h.add(this.n.listen("change", runOn(this, this.x)));
|
|
418
|
+
this.h.add(this.n.listen("click", runOn(this, this.y)));
|
|
419
|
+
this.h.add(this.n.listen("focus", runOn(this, this.z)));
|
|
420
|
+
this.h.add(this.n.listen("blur", runOn(this, this.w)));
|
|
421
|
+
this.h.add(this.m.listen("click", runOn(this, this.t)));
|
|
422
|
+
this.h.add(this.n.listen("mouseenter", runOn(this, this.u)));
|
|
423
|
+
this.h.add(this.n.listen("mouseleave", runOn(this, this.v)));
|
|
424
|
+
this.h.add(this.n.listen("focusin", runOn(this, this.aa)));
|
|
425
|
+
this.h.add(this.n.listen("focusout", runOn(this, this.ab)));
|
|
426
|
+
};
|
|
427
|
+
ButtonView.prototype.aj = function () {
|
|
428
|
+
var e_2, _a;
|
|
429
|
+
this.e = false;
|
|
430
|
+
try {
|
|
431
|
+
for (var _b = __values(fromEnum(this.h)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
432
|
+
var a = _c.value;
|
|
433
|
+
a();
|
|
434
|
+
}
|
|
435
|
+
}
|
|
436
|
+
catch (e_2_1) {
|
|
437
|
+
e_2 = { error: e_2_1 };
|
|
438
|
+
}
|
|
439
|
+
finally {
|
|
440
|
+
try {
|
|
441
|
+
if (_c && !_c.done && (_a = _b.return))
|
|
442
|
+
_a.call(_b);
|
|
443
|
+
}
|
|
444
|
+
finally {
|
|
445
|
+
if (e_2)
|
|
446
|
+
throw e_2.error;
|
|
447
|
+
}
|
|
448
|
+
}
|
|
449
|
+
this.h.clear();
|
|
450
|
+
};
|
|
451
|
+
ButtonView.prototype.ar = function () {
|
|
452
|
+
var model_ = this.b;
|
|
453
|
+
if (model_.externalObject && model_.externalObject.refreshDefaults) {
|
|
454
|
+
model_.externalObject.refreshDefaults();
|
|
455
|
+
}
|
|
456
|
+
;
|
|
457
|
+
};
|
|
458
|
+
ButtonView.prototype.aw = function (a, b) {
|
|
459
|
+
this.c.ax = a;
|
|
460
|
+
this.c.aw = b;
|
|
461
|
+
};
|
|
462
|
+
ButtonView.prototype.ax = function (a, b) {
|
|
463
|
+
var c = ElevationHelper.e(a, this.b.nr, this.b.no, this.b.ne, b);
|
|
464
|
+
this.n.setStyleProperty("box-shadow", c);
|
|
465
|
+
};
|
|
466
|
+
ButtonView.prototype.az = function (a) {
|
|
467
|
+
if (a != null) {
|
|
468
|
+
this.m.setStyleProperty("font", a.fontString);
|
|
469
|
+
}
|
|
470
|
+
};
|
|
471
|
+
ButtonView.prototype.ac = function (a) {
|
|
472
|
+
this.m.append(a);
|
|
473
|
+
};
|
|
474
|
+
ButtonView.prototype.ad = function () {
|
|
475
|
+
this.m.removeChildren();
|
|
476
|
+
};
|
|
477
|
+
ButtonView.prototype.r = function () {
|
|
478
|
+
return this.m.getChildCount() > 0 ? this.m.getChildAt(0) : null;
|
|
479
|
+
};
|
|
480
|
+
ButtonView.prototype.a = function () {
|
|
481
|
+
var rect_ = this.k.rootWrapper.getNativeElement().getBoundingClientRect();
|
|
482
|
+
var a = (rect_.top);
|
|
483
|
+
var b = (rect_.left);
|
|
484
|
+
var c = new Array(2);
|
|
485
|
+
c[0] = a;
|
|
486
|
+
c[1] = b;
|
|
487
|
+
return c;
|
|
488
|
+
};
|
|
489
|
+
ButtonView.$t = markType(ButtonView, 'ButtonView');
|
|
490
|
+
return ButtonView;
|
|
491
|
+
}(Base));
|
|
492
|
+
export { ButtonView };
|
|
493
|
+
/**
|
|
494
|
+
* @hidden
|
|
495
|
+
*/
|
|
496
|
+
var XButton = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
497
|
+
__extends(XButton, _super);
|
|
498
|
+
function XButton() {
|
|
499
|
+
var _this = _super.call(this) || this;
|
|
500
|
+
_this._view = null;
|
|
501
|
+
_this.d9 = null;
|
|
502
|
+
_this.pf = XButton.k.ae(XButton.m, "UmbraShadowColor");
|
|
503
|
+
_this.o3 = XButton.k.ae(XButton.m, "PenumbraShadowColor");
|
|
504
|
+
_this.nu = XButton.k.ae(XButton.m, "AmbientShadowColor");
|
|
505
|
+
_this.v = XButton.k.d(XButton.m, "ElevationMode");
|
|
506
|
+
_this.o6 = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledBackgroundColor");
|
|
507
|
+
_this.o7 = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledBorderColor");
|
|
508
|
+
_this.o8 = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledTextColor");
|
|
509
|
+
_this.da = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledElevation");
|
|
510
|
+
_this.dd = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 0), "RestingElevation");
|
|
511
|
+
_this.dc = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 0), "HoverElevation");
|
|
512
|
+
_this.db = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 0), "FocusElevation");
|
|
513
|
+
_this.o5 = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 0), "BorderColor");
|
|
514
|
+
_this.pd = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 0), "RippleColor");
|
|
515
|
+
_this.ky = XButton.k.y(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 0), "CornerRadius");
|
|
516
|
+
_this.bp = XButton.k.i(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 0), "BorderWidth");
|
|
517
|
+
_this.o4 = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 0), "BackgroundColor");
|
|
518
|
+
_this.pe = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 0), "TextColor");
|
|
519
|
+
_this.pc = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 0), "HoverTextColor");
|
|
520
|
+
_this.pb = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 0), "HoverBackgroundColor");
|
|
521
|
+
_this.o9 = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 0), "FocusBackgroundColor");
|
|
522
|
+
_this.pa = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 0), "FocusTextColor");
|
|
523
|
+
_this.n8 = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledBackgroundColor");
|
|
524
|
+
_this.n9 = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledBorderColor");
|
|
525
|
+
_this.oa = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledTextColor");
|
|
526
|
+
_this.cy = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledElevation");
|
|
527
|
+
_this.c1 = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 1), "RestingElevation");
|
|
528
|
+
_this.c0 = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 1), "HoverElevation");
|
|
529
|
+
_this.cz = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 1), "FocusElevation");
|
|
530
|
+
_this.n7 = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 1), "BorderColor");
|
|
531
|
+
_this.of = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 1), "RippleColor");
|
|
532
|
+
_this.kv = XButton.k.y(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 1), "CornerRadius");
|
|
533
|
+
_this.bm = XButton.k.i(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 1), "BorderWidth");
|
|
534
|
+
_this.n6 = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 1), "BackgroundColor");
|
|
535
|
+
_this.og = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 1), "TextColor");
|
|
536
|
+
_this.oe = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 1), "HoverTextColor");
|
|
537
|
+
_this.od = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 1), "HoverBackgroundColor");
|
|
538
|
+
_this.ob = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 1), "FocusBackgroundColor");
|
|
539
|
+
_this.oc = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 1), "FocusTextColor");
|
|
540
|
+
_this.ou = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledBackgroundColor");
|
|
541
|
+
_this.ov = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledBorderColor");
|
|
542
|
+
_this.ow = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledTextColor");
|
|
543
|
+
_this.c6 = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledElevation");
|
|
544
|
+
_this.c9 = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 2), "RestingElevation");
|
|
545
|
+
_this.c8 = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 2), "HoverElevation");
|
|
546
|
+
_this.c7 = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 2), "FocusElevation");
|
|
547
|
+
_this.ot = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 2), "BorderColor");
|
|
548
|
+
_this.o1 = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 2), "RippleColor");
|
|
549
|
+
_this.kx = XButton.k.y(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 2), "CornerRadius");
|
|
550
|
+
_this.bo = XButton.k.i(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 2), "BorderWidth");
|
|
551
|
+
_this.os = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 2), "BackgroundColor");
|
|
552
|
+
_this.o2 = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 2), "TextColor");
|
|
553
|
+
_this.o0 = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 2), "HoverTextColor");
|
|
554
|
+
_this.oz = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 2), "HoverBackgroundColor");
|
|
555
|
+
_this.ox = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 2), "FocusBackgroundColor");
|
|
556
|
+
_this.oy = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 2), "FocusTextColor");
|
|
557
|
+
_this.oj = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 4), "DisabledBackgroundColor");
|
|
558
|
+
_this.ok = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 4), "DisabledBorderColor");
|
|
559
|
+
_this.ol = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 4), "DisabledTextColor");
|
|
560
|
+
_this.c2 = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 4), "DisabledElevation");
|
|
561
|
+
_this.c5 = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 4), "RestingElevation");
|
|
562
|
+
_this.c4 = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 4), "HoverElevation");
|
|
563
|
+
_this.c3 = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 4), "FocusElevation");
|
|
564
|
+
_this.oi = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 4), "BorderColor");
|
|
565
|
+
_this.oq = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 4), "RippleColor");
|
|
566
|
+
_this.kw = XButton.k.y(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 4), "CornerRadius");
|
|
567
|
+
_this.bn = XButton.k.i(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 4), "BorderWidth");
|
|
568
|
+
_this.oh = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 4), "BackgroundColor");
|
|
569
|
+
_this.or = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 4), "TextColor");
|
|
570
|
+
_this.op = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 4), "HoverTextColor");
|
|
571
|
+
_this.oo = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 4), "HoverBackgroundColor");
|
|
572
|
+
_this.om = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 4), "FocusBackgroundColor");
|
|
573
|
+
_this.on = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 4), "FocusTextColor");
|
|
574
|
+
_this.nx = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 3), "DisabledBackgroundColor");
|
|
575
|
+
_this.ny = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 3), "DisabledBorderColor");
|
|
576
|
+
_this.nz = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 3), "DisabledTextColor");
|
|
577
|
+
_this.cu = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 3), "DisabledElevation");
|
|
578
|
+
_this.cx = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 3), "RestingElevation");
|
|
579
|
+
_this.cw = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 3), "HoverElevation");
|
|
580
|
+
_this.cv = XButton.k.n(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 3), "FocusElevation");
|
|
581
|
+
_this.nw = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 3), "BorderColor");
|
|
582
|
+
_this.n4 = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 3), "RippleColor");
|
|
583
|
+
_this.ku = XButton.k.y(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 3), "CornerRadius");
|
|
584
|
+
_this.bl = XButton.k.i(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 3), "BorderWidth");
|
|
585
|
+
_this.nv = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 3), "BackgroundColor");
|
|
586
|
+
_this.n5 = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 3), "TextColor");
|
|
587
|
+
_this.n3 = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 3), "HoverTextColor");
|
|
588
|
+
_this.n2 = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 3), "HoverBackgroundColor");
|
|
589
|
+
_this.n0 = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 3), "FocusBackgroundColor");
|
|
590
|
+
_this.n1 = XButton.k.ad(XButton.m, enumGetBox(ButtonDisplayStyle_$type, 3), "FocusTextColor");
|
|
591
|
+
_this.bc = NaN;
|
|
592
|
+
_this.bb = NaN;
|
|
593
|
+
_this.d = 0;
|
|
594
|
+
_this.p = 0;
|
|
595
|
+
_this.l = 0;
|
|
596
|
+
_this.o = 1;
|
|
597
|
+
_this.k8 = ThemeResolver.af(XButton.m, XButton.k, enumGetBox(ButtonDisplayStyle_$type, 0), "BorderColor");
|
|
598
|
+
_this.lj = ThemeResolver.ag(XButton.m, XButton.k, "UmbraShadowColor");
|
|
599
|
+
_this.lg = ThemeResolver.ag(XButton.m, XButton.k, "PenumbraShadowColor");
|
|
600
|
+
_this.k6 = ThemeResolver.ag(XButton.m, XButton.k, "AmbientShadowColor");
|
|
601
|
+
_this.b0 = ThemeResolver.p(XButton.m, XButton.k, enumGetBox(ButtonDisplayStyle_$type, 0), "RestingElevation");
|
|
602
|
+
_this.by = ThemeResolver.p(XButton.m, XButton.k, enumGetBox(ButtonDisplayStyle_$type, 0), "FocusElevation");
|
|
603
|
+
_this.bz = ThemeResolver.p(XButton.m, XButton.k, enumGetBox(ButtonDisplayStyle_$type, 0), "HoverElevation");
|
|
604
|
+
_this.lh = ThemeResolver.af(XButton.m, XButton.k, enumGetBox(ButtonDisplayStyle_$type, 0), "RippleColor");
|
|
605
|
+
_this.kk = ThemeResolver.aa(XButton.m, XButton.k, enumGetBox(ButtonDisplayStyle_$type, 0), "CornerRadius");
|
|
606
|
+
_this.k7 = ThemeResolver.af(XButton.m, XButton.k, enumGetBox(ButtonDisplayStyle_$type, 0), "BackgroundColor");
|
|
607
|
+
_this.k9 = ThemeResolver.af(XButton.m, XButton.k, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledBackgroundColor");
|
|
608
|
+
_this.la = ThemeResolver.af(XButton.m, XButton.k, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledBorderColor");
|
|
609
|
+
_this.lb = ThemeResolver.af(XButton.m, XButton.k, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledTextColor");
|
|
610
|
+
_this.bx = ThemeResolver.p(XButton.m, XButton.k, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledElevation");
|
|
611
|
+
_this.s = ThemeResolver.f(XButton.m, XButton.k, "ElevationMode");
|
|
612
|
+
_this.li = ThemeResolver.af(XButton.m, XButton.k, enumGetBox(ButtonDisplayStyle_$type, 0), "TextColor");
|
|
613
|
+
_this.lf = ThemeResolver.af(XButton.m, XButton.k, enumGetBox(ButtonDisplayStyle_$type, 0), "HoverTextColor");
|
|
614
|
+
_this.lc = ThemeResolver.af(XButton.m, XButton.k, enumGetBox(ButtonDisplayStyle_$type, 0), "FocusBackgroundColor");
|
|
615
|
+
_this.ld = ThemeResolver.af(XButton.m, XButton.k, enumGetBox(ButtonDisplayStyle_$type, 0), "FocusTextColor");
|
|
616
|
+
_this.le = ThemeResolver.af(XButton.m, XButton.k, enumGetBox(ButtonDisplayStyle_$type, 0), "HoverBackgroundColor");
|
|
617
|
+
_this.a2 = ThemeResolver.k(XButton.m, XButton.k, enumGetBox(ButtonDisplayStyle_$type, 0), "BorderWidth");
|
|
618
|
+
_this.m1 = null;
|
|
619
|
+
_this.m3 = null;
|
|
620
|
+
_this.m4 = null;
|
|
621
|
+
_this.m5 = null;
|
|
622
|
+
_this.ck = -1;
|
|
623
|
+
_this.m8 = null;
|
|
624
|
+
_this.m2 = null;
|
|
625
|
+
_this.cn = -1;
|
|
626
|
+
_this.cm = -1;
|
|
627
|
+
_this.cl = -1;
|
|
628
|
+
_this.be = NaN;
|
|
629
|
+
_this.kq = new CornerRadius(1, NaN, NaN, NaN, NaN);
|
|
630
|
+
_this.na = null;
|
|
631
|
+
_this.lz = null;
|
|
632
|
+
_this.l1 = null;
|
|
633
|
+
_this.l2 = null;
|
|
634
|
+
_this.l3 = null;
|
|
635
|
+
_this.b6 = -1;
|
|
636
|
+
_this.l6 = null;
|
|
637
|
+
_this.l0 = null;
|
|
638
|
+
_this.b9 = -1;
|
|
639
|
+
_this.b8 = -1;
|
|
640
|
+
_this.b7 = -1;
|
|
641
|
+
_this.l8 = null;
|
|
642
|
+
_this.l9 = null;
|
|
643
|
+
_this.l7 = null;
|
|
644
|
+
_this.l4 = null;
|
|
645
|
+
_this.l5 = null;
|
|
646
|
+
_this.a9 = NaN;
|
|
647
|
+
_this.kn = new CornerRadius(1, NaN, NaN, NaN, NaN);
|
|
648
|
+
_this.lk = null;
|
|
649
|
+
_this.lm = null;
|
|
650
|
+
_this.ln = null;
|
|
651
|
+
_this.lo = null;
|
|
652
|
+
_this.b1 = -1;
|
|
653
|
+
_this.t = 0;
|
|
654
|
+
_this.mc = null;
|
|
655
|
+
_this.ll = null;
|
|
656
|
+
_this.co = -1;
|
|
657
|
+
_this.cb = -1;
|
|
658
|
+
_this.ca = -1;
|
|
659
|
+
_this.z = null;
|
|
660
|
+
_this.nd = null;
|
|
661
|
+
_this.me = null;
|
|
662
|
+
_this.nc = null;
|
|
663
|
+
_this.nb = null;
|
|
664
|
+
_this.m9 = null;
|
|
665
|
+
_this.m6 = null;
|
|
666
|
+
_this.m7 = null;
|
|
667
|
+
_this.ma = null;
|
|
668
|
+
_this.mb = null;
|
|
669
|
+
_this.a3 = NaN;
|
|
670
|
+
_this.kl = new CornerRadius(1, NaN, NaN, NaN, NaN);
|
|
671
|
+
_this.mq = null;
|
|
672
|
+
_this.ms = null;
|
|
673
|
+
_this.mt = null;
|
|
674
|
+
_this.mu = null;
|
|
675
|
+
_this.cg = -1;
|
|
676
|
+
_this.mx = null;
|
|
677
|
+
_this.mr = null;
|
|
678
|
+
_this.cj = -1;
|
|
679
|
+
_this.ci = -1;
|
|
680
|
+
_this.ch = -1;
|
|
681
|
+
_this.bd = NaN;
|
|
682
|
+
_this.kp = new CornerRadius(1, NaN, NaN, NaN, NaN);
|
|
683
|
+
_this.mz = null;
|
|
684
|
+
_this.m0 = null;
|
|
685
|
+
_this.my = null;
|
|
686
|
+
_this.mv = null;
|
|
687
|
+
_this.mw = null;
|
|
688
|
+
_this.lp = null;
|
|
689
|
+
_this.lr = null;
|
|
690
|
+
_this.ls = null;
|
|
691
|
+
_this.lt = null;
|
|
692
|
+
_this.b2 = -1;
|
|
693
|
+
_this.md = null;
|
|
694
|
+
_this.lq = null;
|
|
695
|
+
_this.b5 = -1;
|
|
696
|
+
_this.b4 = -1;
|
|
697
|
+
_this.b3 = -1;
|
|
698
|
+
_this.a8 = NaN;
|
|
699
|
+
_this.km = new CornerRadius(1, NaN, NaN, NaN, NaN);
|
|
700
|
+
_this.lx = null;
|
|
701
|
+
_this.ly = null;
|
|
702
|
+
_this.lw = null;
|
|
703
|
+
_this.lu = null;
|
|
704
|
+
_this.lv = null;
|
|
705
|
+
_this.mf = null;
|
|
706
|
+
_this.mh = null;
|
|
707
|
+
_this.mi = null;
|
|
708
|
+
_this.mj = null;
|
|
709
|
+
_this.cc = -1;
|
|
710
|
+
_this.mm = null;
|
|
711
|
+
_this.mg = null;
|
|
712
|
+
_this.cf = -1;
|
|
713
|
+
_this.ce = -1;
|
|
714
|
+
_this.cd = -1;
|
|
715
|
+
_this.ba = NaN;
|
|
716
|
+
_this.ko = new CornerRadius(1, NaN, NaN, NaN, NaN);
|
|
717
|
+
_this.mo = null;
|
|
718
|
+
_this.mp = null;
|
|
719
|
+
_this.mn = null;
|
|
720
|
+
_this.mk = null;
|
|
721
|
+
_this.ml = null;
|
|
722
|
+
_this.ei = "ig-native-button-" + XButton.d5++;
|
|
723
|
+
_this.eh = "ig-button-" + XButton.d4++;
|
|
724
|
+
_this.ee = "inline-block";
|
|
725
|
+
_this.ed = null;
|
|
726
|
+
_this.ef = "inline-block";
|
|
727
|
+
_this.eg = null;
|
|
728
|
+
_this.eb = "center";
|
|
729
|
+
_this.d6 = null;
|
|
730
|
+
_this.ej = null;
|
|
731
|
+
_this.cp = 0;
|
|
732
|
+
_this.ak = false;
|
|
733
|
+
_this.ec = null;
|
|
734
|
+
_this.aj = false;
|
|
735
|
+
_this.am = false;
|
|
736
|
+
_this.an = true;
|
|
737
|
+
_this.ah = false;
|
|
738
|
+
_this.ad = false;
|
|
739
|
+
_this.af = false;
|
|
740
|
+
_this.ao = false;
|
|
741
|
+
_this.al = false;
|
|
742
|
+
_this.ai = false;
|
|
743
|
+
_this.ag = false;
|
|
744
|
+
_this.a5 = NaN;
|
|
745
|
+
_this.a7 = NaN;
|
|
746
|
+
_this.a6 = NaN;
|
|
747
|
+
_this.a4 = NaN;
|
|
748
|
+
_this.k4 = 1;
|
|
749
|
+
_this.q8 = 1;
|
|
750
|
+
_this.ae = true;
|
|
751
|
+
_this.propertyChanged = null;
|
|
752
|
+
_this.clicked = null;
|
|
753
|
+
_this.mouseEnter = null;
|
|
754
|
+
_this.mouseLeave = null;
|
|
755
|
+
_this.gotFocus = null;
|
|
756
|
+
_this.lostFocus = null;
|
|
757
|
+
var a = new ButtonView();
|
|
758
|
+
a.b = _this;
|
|
759
|
+
_this.view = a;
|
|
760
|
+
_this.view.ao();
|
|
761
|
+
return _this;
|
|
762
|
+
}
|
|
763
|
+
Object.defineProperty(XButton.prototype, "view", {
|
|
764
|
+
get: function () {
|
|
765
|
+
return this._view;
|
|
766
|
+
},
|
|
767
|
+
set: function (a) {
|
|
768
|
+
this._view = a;
|
|
769
|
+
},
|
|
770
|
+
enumerable: false,
|
|
771
|
+
configurable: true
|
|
772
|
+
});
|
|
773
|
+
XButton.prototype.destroy = function () {
|
|
774
|
+
this.provideContainer(null);
|
|
775
|
+
};
|
|
776
|
+
XButton.prototype.kd = function (a, b, c) {
|
|
777
|
+
if (this.propertyChanged != null) {
|
|
778
|
+
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
779
|
+
}
|
|
780
|
+
this.kf(a, b, c);
|
|
781
|
+
};
|
|
782
|
+
XButton.prototype.kf = function (a, b, c) {
|
|
783
|
+
switch (a) {
|
|
784
|
+
case "CornerRadius":
|
|
785
|
+
case "BorderColor":
|
|
786
|
+
case "RestingElevation":
|
|
787
|
+
case "HoverElevation":
|
|
788
|
+
case "FocusElevation":
|
|
789
|
+
case "RippleColor":
|
|
790
|
+
case "BorderWidth":
|
|
791
|
+
case "BackgroundColor":
|
|
792
|
+
case "DisabledBackgroundColor":
|
|
793
|
+
case "DisabledBorderColor":
|
|
794
|
+
case "DisabledTextColor":
|
|
795
|
+
case "DisabledElevation":
|
|
796
|
+
case "HoverBackgroundColor":
|
|
797
|
+
case "TextStyle":
|
|
798
|
+
case "FocusTextColor":
|
|
799
|
+
case "TextColor":
|
|
800
|
+
case "HoverTextColor":
|
|
801
|
+
case "FocusBackgroundColor":
|
|
802
|
+
case "RaisedBorderColor":
|
|
803
|
+
case "RaisedRestingElevation":
|
|
804
|
+
case "RaisedFocusElevation":
|
|
805
|
+
case "RaisedHoverElevation":
|
|
806
|
+
case "RaisedRippleColor":
|
|
807
|
+
case "RaisedBorderWidth":
|
|
808
|
+
case "RaisedBackgroundColor":
|
|
809
|
+
case "RaisedDisabledBackgroundColor":
|
|
810
|
+
case "RaisedDisabledBorderColor":
|
|
811
|
+
case "RaisedDisabledTextColor":
|
|
812
|
+
case "RaisedDisabledElevation":
|
|
813
|
+
case "RaisedHoverBackgroundColor":
|
|
814
|
+
case "RaisedCornerRadius":
|
|
815
|
+
case "RaisedFocusBackgroundColor":
|
|
816
|
+
case "RaisedFocusTextColor":
|
|
817
|
+
case "RaisedTextColor":
|
|
818
|
+
case "RaisedHoverTextColor":
|
|
819
|
+
case "FlatBorderColor":
|
|
820
|
+
case "FlatRestingElevation":
|
|
821
|
+
case "FlatFocusElevation":
|
|
822
|
+
case "FlatHoverElevation":
|
|
823
|
+
case "FlatRippleColor":
|
|
824
|
+
case "FlatBorderWidth":
|
|
825
|
+
case "FlatBackgroundColor":
|
|
826
|
+
case "FlatDisabledBackgroundColor":
|
|
827
|
+
case "FlatDisabledBorderColor":
|
|
828
|
+
case "FlatDisabledTextColor":
|
|
829
|
+
case "FlatDisabledElevation":
|
|
830
|
+
case "FlatHoverBackgroundColor":
|
|
831
|
+
case "FlatCornerRadius":
|
|
832
|
+
case "FlatFocusBackgroundColor":
|
|
833
|
+
case "FlatFocusTextColor":
|
|
834
|
+
case "FlatTextColor":
|
|
835
|
+
case "FlatHoverTextColor":
|
|
836
|
+
case "OutlinedRippleColor":
|
|
837
|
+
case "OutlinedRestingElevation":
|
|
838
|
+
case "OutlinedFocusElevation":
|
|
839
|
+
case "OutlinedHoverElevation":
|
|
840
|
+
case "OutlinedBorderColor":
|
|
841
|
+
case "OutlinedBorderWidth":
|
|
842
|
+
case "OutlinedBackgroundColor":
|
|
843
|
+
case "OutlinedDisabledBackgroundColor":
|
|
844
|
+
case "OutlinedDisabledBorderColor":
|
|
845
|
+
case "OutlinedDisabledTextColor":
|
|
846
|
+
case "OutlinedDisabledElevation":
|
|
847
|
+
case "OutlinedHoverBackgroundColor":
|
|
848
|
+
case "OutlinedCornerRadius":
|
|
849
|
+
case "OutlinedFocusBackgroundColor":
|
|
850
|
+
case "OutlinedFocusTextColor":
|
|
851
|
+
case "OutlinedTextColor":
|
|
852
|
+
case "OutlinedHoverTextColor":
|
|
853
|
+
case "FabBorderColor":
|
|
854
|
+
case "FabRippleColor":
|
|
855
|
+
case "FabRestingElevation":
|
|
856
|
+
case "FabFocusElevation":
|
|
857
|
+
case "FabHoverElevation":
|
|
858
|
+
case "FabBorderWidth":
|
|
859
|
+
case "FabBackgroundColor":
|
|
860
|
+
case "FabDisabledBackgroundColor":
|
|
861
|
+
case "FabDisabledBorderColor":
|
|
862
|
+
case "FabDisabledTextColor":
|
|
863
|
+
case "FabDisabledElevation":
|
|
864
|
+
case "FabHoverBackgroundColor":
|
|
865
|
+
case "FabCornerRadius":
|
|
866
|
+
case "FabFocusBackgroundColor":
|
|
867
|
+
case "FabFocusTextColor":
|
|
868
|
+
case "FabTextColor":
|
|
869
|
+
case "FabHoverTextColor":
|
|
870
|
+
case "IconRestingElevation":
|
|
871
|
+
case "IconFocusElevation":
|
|
872
|
+
case "IconHoverElevation":
|
|
873
|
+
case "IconBorderColor":
|
|
874
|
+
case "IconRippleColor":
|
|
875
|
+
case "IconBorderWidth":
|
|
876
|
+
case "IconBackgroundColor":
|
|
877
|
+
case "IconDisabledBackgroundColor":
|
|
878
|
+
case "IconDisabledBorderColor":
|
|
879
|
+
case "IconDisabledTextColor":
|
|
880
|
+
case "IconDisabledElevation":
|
|
881
|
+
case "IconHoverBackgroundColor":
|
|
882
|
+
case "IconCornerRadius":
|
|
883
|
+
case "IconFocusBackgroundColor":
|
|
884
|
+
case "IconFocusTextColor":
|
|
885
|
+
case "IconTextColor":
|
|
886
|
+
case "IconHoverTextColor":
|
|
887
|
+
case "ElevationMode":
|
|
888
|
+
this.ki();
|
|
889
|
+
break;
|
|
890
|
+
case "BaseTheme":
|
|
891
|
+
this.kj(this.n == 0 ? 2 : this.n);
|
|
892
|
+
this.ki();
|
|
893
|
+
break;
|
|
894
|
+
case "IsDisabled":
|
|
895
|
+
this.ap = this.disabled || this.at;
|
|
896
|
+
this.ki();
|
|
897
|
+
this.view.aq();
|
|
898
|
+
break;
|
|
899
|
+
case "DisableRipple":
|
|
900
|
+
this.ap = this.disabled || this.at;
|
|
901
|
+
this.ki();
|
|
902
|
+
break;
|
|
903
|
+
case "DisableHover":
|
|
904
|
+
this.kh();
|
|
905
|
+
break;
|
|
906
|
+
case "ActualDisableRipple":
|
|
907
|
+
this.view.ak();
|
|
908
|
+
break;
|
|
909
|
+
case "ActualBackgroundColor":
|
|
910
|
+
case "ActualDisabledBackgroundColor":
|
|
911
|
+
case "ActualDisabledBorderColor":
|
|
912
|
+
case "ActualDisabledTextColor":
|
|
913
|
+
case "ActualDisabledElevation":
|
|
914
|
+
case "ActualHoverBackgroundColor":
|
|
915
|
+
case "ActualBorderColor":
|
|
916
|
+
case "ActualFocusTextColor":
|
|
917
|
+
case "ActualHoverTextColor":
|
|
918
|
+
case "ActualElevationMode":
|
|
919
|
+
this.kh();
|
|
920
|
+
break;
|
|
921
|
+
case "Density":
|
|
922
|
+
this.q = this.r == 0 ? 1 : this.r;
|
|
923
|
+
break;
|
|
924
|
+
case "ActualDensity":
|
|
925
|
+
case "ActualBorderWidth":
|
|
926
|
+
case "ActualCornerRadius":
|
|
927
|
+
this.view.ay();
|
|
928
|
+
this.kh();
|
|
929
|
+
break;
|
|
930
|
+
case "DisplayType":
|
|
931
|
+
this.view.ay();
|
|
932
|
+
this.ki();
|
|
933
|
+
this.kh();
|
|
934
|
+
break;
|
|
935
|
+
case "ContentPaddingLeft":
|
|
936
|
+
case "ContentPaddingTop":
|
|
937
|
+
case "ContentPaddingRight":
|
|
938
|
+
case "ContentPaddingBottom":
|
|
939
|
+
case "FillAvailableSpace":
|
|
940
|
+
this.view.ay();
|
|
941
|
+
break;
|
|
942
|
+
case "HorizontalContentAlignment":
|
|
943
|
+
case "VerticalContentAlignment":
|
|
944
|
+
this.view.as();
|
|
945
|
+
break;
|
|
946
|
+
case "InputId":
|
|
947
|
+
this.view.ap();
|
|
948
|
+
break;
|
|
949
|
+
case "Display":
|
|
950
|
+
this.view.al();
|
|
951
|
+
break;
|
|
952
|
+
case "ChildContentDisplay":
|
|
953
|
+
this.view.ah();
|
|
954
|
+
break;
|
|
955
|
+
case "FlexDirection":
|
|
956
|
+
this.view.am();
|
|
957
|
+
break;
|
|
958
|
+
case "FlexGrow":
|
|
959
|
+
this.view.an();
|
|
960
|
+
break;
|
|
961
|
+
case "AlignItems":
|
|
962
|
+
this.view.af();
|
|
963
|
+
break;
|
|
964
|
+
case "TabIndex":
|
|
965
|
+
case "DisablePointer":
|
|
966
|
+
this.view.av();
|
|
967
|
+
break;
|
|
968
|
+
case "MinWidth":
|
|
969
|
+
this.view.au(this.bu);
|
|
970
|
+
this.view.ay();
|
|
971
|
+
break;
|
|
972
|
+
case "MinHeight":
|
|
973
|
+
this.view.at(this.bt);
|
|
974
|
+
this.view.ay();
|
|
975
|
+
break;
|
|
976
|
+
}
|
|
977
|
+
};
|
|
978
|
+
XButton.prototype.ks = function (a, b) {
|
|
979
|
+
return new CornerRadius(1, !isNaN_(a.c) ? a.c : b.c, !isNaN_(a.d) ? a.d : b.d, !isNaN_(a.b) ? a.b : b.b, !isNaN_(a.a) ? a.a : b.a);
|
|
980
|
+
};
|
|
981
|
+
XButton.prototype.ki = function () {
|
|
982
|
+
this.u = this.w != 0 ? this.w : this.v;
|
|
983
|
+
this.nr = this.pf;
|
|
984
|
+
this.no = this.o3;
|
|
985
|
+
this.ne = this.nu;
|
|
986
|
+
switch (this.e) {
|
|
987
|
+
case 0:
|
|
988
|
+
this.nh = this.pg != null ? this.pg : this.qx != null ? this.qx : this.o6;
|
|
989
|
+
this.ni = this.ph != null ? this.ph : this.qy != null ? this.qy : this.o7;
|
|
990
|
+
this.nj = this.pi != null ? this.pi : this.qz != null ? this.qz : this.o8;
|
|
991
|
+
this.cq = this.de >= 0 ? this.de : this.dy >= 0 ? this.dy : this.da;
|
|
992
|
+
this.ct = this.d2 >= 0 ? this.d2 : this.d1 >= 0 ? this.d1 : this.dd;
|
|
993
|
+
this.cs = this.dp >= 0 ? this.dp : this.d0 >= 0 ? this.d0 : this.dc;
|
|
994
|
+
this.cr = this.dn >= 0 ? this.dn : this.dz >= 0 ? this.dz : this.db;
|
|
995
|
+
this.ng = this.nt != null ? this.nt : this.qw != null ? this.qw : this.o5;
|
|
996
|
+
this.nf = this.ns != null ? this.ns : this.qv != null ? this.qv : this.o4;
|
|
997
|
+
this.nm = this.p7 != null ? this.p7 : this.q2 != null ? this.q2 : this.pb;
|
|
998
|
+
this.kr = this.ks(this.kt, this.ks(this.k3, this.ky));
|
|
999
|
+
this.bf = !isNaN_(this.bg) ? this.bg : !isNaN_(this.bw) ? this.bw : this.bp;
|
|
1000
|
+
this.np = this.q6 != null ? this.q6 : this.q4 != null ? this.q4 : this.pd;
|
|
1001
|
+
this.nk = this.p5 != null ? this.p5 : this.q0 != null ? this.q0 : this.o9;
|
|
1002
|
+
this.nl = this.p6 != null ? this.p6 : this.q1 != null ? this.q1 : this.pa;
|
|
1003
|
+
this.nq = this.q7 != null ? this.q7 : this.q5 != null ? this.q5 : this.pe;
|
|
1004
|
+
this.nn = this.p8 != null ? this.p8 : this.q3 != null ? this.q3 : this.pc;
|
|
1005
|
+
break;
|
|
1006
|
+
case 2:
|
|
1007
|
+
this.nh = this.pg != null ? this.pg : this.qm != null ? this.qm : this.ou;
|
|
1008
|
+
this.ni = this.ph != null ? this.ph : this.qn != null ? this.qn : this.ov;
|
|
1009
|
+
this.nj = this.pi != null ? this.pi : this.qo != null ? this.qo : this.ow;
|
|
1010
|
+
this.cq = this.de >= 0 ? this.de : this.du >= 0 ? this.du : this.c6;
|
|
1011
|
+
this.ct = this.d2 >= 0 ? this.d2 : this.dx >= 0 ? this.dx : this.c9;
|
|
1012
|
+
this.cs = this.dp >= 0 ? this.dp : this.dw >= 0 ? this.dw : this.c8;
|
|
1013
|
+
this.cr = this.dn >= 0 ? this.dn : this.dv >= 0 ? this.dv : this.c7;
|
|
1014
|
+
this.ng = this.nt != null ? this.nt : this.ql != null ? this.ql : this.ot;
|
|
1015
|
+
this.nf = this.p7 != null ? this.p7 : this.ns != null ? this.ns : this.qk != null ? this.qk : this.os;
|
|
1016
|
+
this.nm = this.qr != null ? this.qr : this.oz;
|
|
1017
|
+
this.kr = this.ks(this.kt, this.ks(this.k2, this.kx));
|
|
1018
|
+
this.bf = !isNaN_(this.bg) ? this.bg : !isNaN_(this.bv) ? this.bv : this.bo;
|
|
1019
|
+
this.np = this.q6 != null ? this.q6 : this.qt != null ? this.qt : this.o1;
|
|
1020
|
+
this.nk = this.p5 != null ? this.p5 : this.qp != null ? this.qp : this.ox;
|
|
1021
|
+
this.nl = this.p6 != null ? this.p6 : this.qq != null ? this.qq : this.oy;
|
|
1022
|
+
this.nq = this.q7 != null ? this.q7 : this.qu != null ? this.qu : this.o2;
|
|
1023
|
+
this.nn = this.p8 != null ? this.p8 : this.qs != null ? this.qs : this.o0;
|
|
1024
|
+
break;
|
|
1025
|
+
case 1:
|
|
1026
|
+
this.nh = this.pg != null ? this.pg : this.pw != null ? this.pw : this.n8;
|
|
1027
|
+
this.ni = this.ph != null ? this.ph : this.px != null ? this.px : this.n9;
|
|
1028
|
+
this.nj = this.pi != null ? this.pi : this.py != null ? this.py : this.oa;
|
|
1029
|
+
this.cq = this.de >= 0 ? this.de : this.dj >= 0 ? this.dj : this.cy;
|
|
1030
|
+
this.ct = this.d2 >= 0 ? this.d2 : this.dm >= 0 ? this.dm : this.c1;
|
|
1031
|
+
this.cs = this.dp >= 0 ? this.dp : this.dl >= 0 ? this.dl : this.c0;
|
|
1032
|
+
this.cr = this.dn >= 0 ? this.dn : this.dk >= 0 ? this.dk : this.cz;
|
|
1033
|
+
this.ng = this.nt != null ? this.nt : this.pv != null ? this.pv : this.n7;
|
|
1034
|
+
this.nf = this.ns != null ? this.ns : this.pu != null ? this.pu : this.n6;
|
|
1035
|
+
this.nm = this.p7 != null ? this.p7 : this.p1 != null ? this.p1 : this.od;
|
|
1036
|
+
this.kr = this.ks(this.kt, this.ks(this.k0, this.kv));
|
|
1037
|
+
this.bf = !isNaN_(this.bg) ? this.bg : !isNaN_(this.br) ? this.br : this.bm;
|
|
1038
|
+
this.np = this.q6 != null ? this.q6 : this.p3 != null ? this.p3 : this.of;
|
|
1039
|
+
this.nk = this.p5 != null ? this.p5 : this.pz != null ? this.pz : this.ob;
|
|
1040
|
+
this.nl = this.p6 != null ? this.p6 : this.p0 != null ? this.p0 : this.oc;
|
|
1041
|
+
this.nq = this.q7 != null ? this.q7 : this.p4 != null ? this.p4 : this.og;
|
|
1042
|
+
this.nn = this.p8 != null ? this.p8 : this.p2 != null ? this.p2 : this.oe;
|
|
1043
|
+
break;
|
|
1044
|
+
case 4:
|
|
1045
|
+
this.nh = this.pg != null ? this.pg : this.qb != null ? this.qb : this.oj;
|
|
1046
|
+
this.ni = this.ph != null ? this.ph : this.qc != null ? this.qc : this.ok;
|
|
1047
|
+
this.nj = this.pi != null ? this.pi : this.qd != null ? this.qd : this.ol;
|
|
1048
|
+
this.cq = this.de >= 0 ? this.de : this.dq >= 0 ? this.dq : this.c2;
|
|
1049
|
+
this.ct = this.d2 >= 0 ? this.d2 : this.dt >= 0 ? this.dt : this.c5;
|
|
1050
|
+
this.cs = this.dp >= 0 ? this.dp : this.ds >= 0 ? this.ds : this.c4;
|
|
1051
|
+
this.cr = this.dn >= 0 ? this.dn : this.dr >= 0 ? this.dr : this.c3;
|
|
1052
|
+
this.ng = this.nt != null ? this.nt : this.qa != null ? this.qa : this.oi;
|
|
1053
|
+
this.nf = this.ns != null ? this.ns : this.p9 != null ? this.p9 : this.oh;
|
|
1054
|
+
this.nm = this.p7 != null ? this.p7 : this.qg != null ? this.qg : this.oo;
|
|
1055
|
+
this.kr = this.ks(this.kt, this.ks(this.k1, this.kw));
|
|
1056
|
+
this.bf = !isNaN_(this.bg) ? this.bg : !isNaN_(this.bs) ? this.bs : this.bn;
|
|
1057
|
+
this.np = this.q6 != null ? this.q6 : this.qi != null ? this.qi : this.oq;
|
|
1058
|
+
this.nk = this.p5 != null ? this.p5 : this.qe != null ? this.qe : this.om;
|
|
1059
|
+
this.nl = this.p6 != null ? this.p6 : this.qf != null ? this.qf : this.on;
|
|
1060
|
+
this.nq = this.q7 != null ? this.q7 : this.qj != null ? this.qj : this.or;
|
|
1061
|
+
this.nn = this.p8 != null ? this.p8 : this.qh != null ? this.qh : this.op;
|
|
1062
|
+
break;
|
|
1063
|
+
case 3:
|
|
1064
|
+
this.nh = this.pg != null ? this.pg : this.pl != null ? this.pl : this.nx;
|
|
1065
|
+
this.ni = this.ph != null ? this.ph : this.pm != null ? this.pm : this.ny;
|
|
1066
|
+
this.nj = this.pi != null ? this.pi : this.pn != null ? this.pn : this.nz;
|
|
1067
|
+
this.cq = this.de >= 0 ? this.de : this.df >= 0 ? this.df : this.cu;
|
|
1068
|
+
this.ct = this.d2 >= 0 ? this.d2 : this.di >= 0 ? this.di : this.cx;
|
|
1069
|
+
this.cs = this.dp >= 0 ? this.dp : this.dh >= 0 ? this.dh : this.cw;
|
|
1070
|
+
this.cr = this.dn >= 0 ? this.dn : this.dg >= 0 ? this.dg : this.cv;
|
|
1071
|
+
this.ng = this.nt != null ? this.nt : this.pk != null ? this.pk : this.nw;
|
|
1072
|
+
this.nf = this.ns != null ? this.ns : this.pj != null ? this.pj : this.nv;
|
|
1073
|
+
this.nm = this.p7 != null ? this.p7 : this.pq != null ? this.pq : this.n2;
|
|
1074
|
+
this.kr = this.ks(this.kt, this.ks(this.kz, this.ku));
|
|
1075
|
+
this.bf = !isNaN_(this.bg) ? this.bg : !isNaN_(this.bq) ? this.bq : this.bl;
|
|
1076
|
+
this.np = this.q6 != null ? this.q6 : this.ps != null ? this.ps : this.pd;
|
|
1077
|
+
this.nk = this.p5 != null ? this.p5 : this.po != null ? this.po : this.n0;
|
|
1078
|
+
this.nl = this.p6 != null ? this.p6 : this.pp != null ? this.pp : this.n1;
|
|
1079
|
+
this.nq = this.q7 != null ? this.q7 : this.pt != null ? this.pt : this.n5;
|
|
1080
|
+
this.nn = this.p8 != null ? this.p8 : this.pr != null ? this.pr : this.n3;
|
|
1081
|
+
break;
|
|
1082
|
+
}
|
|
1083
|
+
};
|
|
1084
|
+
XButton.prototype.j6 = function () {
|
|
1085
|
+
if (this.disabled) {
|
|
1086
|
+
return;
|
|
1087
|
+
}
|
|
1088
|
+
if (this.clicked != null) {
|
|
1089
|
+
this.clicked(this, new ButtonClickEventArgs());
|
|
1090
|
+
}
|
|
1091
|
+
};
|
|
1092
|
+
XButton.prototype.j5 = function () {
|
|
1093
|
+
this.focused = false;
|
|
1094
|
+
this.kh();
|
|
1095
|
+
};
|
|
1096
|
+
XButton.prototype.j8 = function () {
|
|
1097
|
+
this.focused = true;
|
|
1098
|
+
this.kh();
|
|
1099
|
+
};
|
|
1100
|
+
XButton.prototype.kc = function () {
|
|
1101
|
+
this.a0 = false;
|
|
1102
|
+
this.kh();
|
|
1103
|
+
if (this.mouseLeave != null) {
|
|
1104
|
+
this.mouseLeave(this, new MouseEventArgs());
|
|
1105
|
+
}
|
|
1106
|
+
};
|
|
1107
|
+
XButton.prototype.kb = function () {
|
|
1108
|
+
this.a0 = true;
|
|
1109
|
+
this.kh();
|
|
1110
|
+
if (this.mouseEnter != null) {
|
|
1111
|
+
this.mouseEnter(this, new MouseEventArgs());
|
|
1112
|
+
}
|
|
1113
|
+
};
|
|
1114
|
+
XButton.prototype.j9 = function () {
|
|
1115
|
+
if (this.gotFocus != null) {
|
|
1116
|
+
this.gotFocus(this, new FocusEventArgs());
|
|
1117
|
+
}
|
|
1118
|
+
};
|
|
1119
|
+
XButton.prototype.ka = function (a) {
|
|
1120
|
+
if (this.lostFocus != null) {
|
|
1121
|
+
this.lostFocus(this, ((function () {
|
|
1122
|
+
var $ret = new FocusEventArgs();
|
|
1123
|
+
$ret.a = a;
|
|
1124
|
+
return $ret;
|
|
1125
|
+
})()));
|
|
1126
|
+
}
|
|
1127
|
+
};
|
|
1128
|
+
XButton.prototype.kh = function () {
|
|
1129
|
+
var a = this.view.q;
|
|
1130
|
+
if (a == null) {
|
|
1131
|
+
return;
|
|
1132
|
+
}
|
|
1133
|
+
NativeUI.n(a, this.kr);
|
|
1134
|
+
NativeUI.m(a, this.ng);
|
|
1135
|
+
if (!isNaN_(this.bf)) {
|
|
1136
|
+
NativeUI.o(a, new Thickness(0, this.bf));
|
|
1137
|
+
}
|
|
1138
|
+
if (this.disabled) {
|
|
1139
|
+
this.view.ax(this.cq, this.u);
|
|
1140
|
+
}
|
|
1141
|
+
else if (this.focused && this.az) {
|
|
1142
|
+
this.view.ax(this.cr, this.u);
|
|
1143
|
+
}
|
|
1144
|
+
else {
|
|
1145
|
+
if (this.a0 && !this.ar) {
|
|
1146
|
+
this.view.ax(this.cs, this.u);
|
|
1147
|
+
}
|
|
1148
|
+
else {
|
|
1149
|
+
this.view.ax(this.ct, this.u);
|
|
1150
|
+
}
|
|
1151
|
+
}
|
|
1152
|
+
if (this.disabled) {
|
|
1153
|
+
NativeUI.l(a, this.nh);
|
|
1154
|
+
}
|
|
1155
|
+
else if (this.focused && this.az) {
|
|
1156
|
+
NativeUI.l(a, this.nk);
|
|
1157
|
+
}
|
|
1158
|
+
else {
|
|
1159
|
+
if (this.a0 && !this.ar) {
|
|
1160
|
+
NativeUI.l(a, this.nm);
|
|
1161
|
+
}
|
|
1162
|
+
else {
|
|
1163
|
+
NativeUI.l(a, this.nf);
|
|
1164
|
+
}
|
|
1165
|
+
}
|
|
1166
|
+
this.view.aw(this.np, BrushUtil.g(0, 0, 0, 0));
|
|
1167
|
+
if (this.aa != null) {
|
|
1168
|
+
this.view.az(this.aa);
|
|
1169
|
+
}
|
|
1170
|
+
if (this.disabled) {
|
|
1171
|
+
NativeUI.p(this.view.s, this.nj);
|
|
1172
|
+
NativeUI.q(this.view.s, this.nj);
|
|
1173
|
+
}
|
|
1174
|
+
else if (this.focused && this.az) {
|
|
1175
|
+
NativeUI.p(this.view.s, this.nl);
|
|
1176
|
+
NativeUI.q(this.view.s, this.nl);
|
|
1177
|
+
}
|
|
1178
|
+
else {
|
|
1179
|
+
if (this.a0 && !this.ar) {
|
|
1180
|
+
NativeUI.p(this.view.s, this.nn);
|
|
1181
|
+
NativeUI.q(this.view.s, this.nn);
|
|
1182
|
+
}
|
|
1183
|
+
else {
|
|
1184
|
+
NativeUI.p(this.view.s, this.nq);
|
|
1185
|
+
NativeUI.q(this.view.s, this.nq);
|
|
1186
|
+
}
|
|
1187
|
+
}
|
|
1188
|
+
};
|
|
1189
|
+
XButton.prototype.kj = function (a) {
|
|
1190
|
+
this.pf = XButton.k.ae(a, "UmbraShadowColor");
|
|
1191
|
+
this.o3 = XButton.k.ae(a, "PenumbraShadowColor");
|
|
1192
|
+
this.nu = XButton.k.ae(a, "AmbientShadowColor");
|
|
1193
|
+
this.v = XButton.k.d(a, "ElevationMode");
|
|
1194
|
+
this.o6 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledBackgroundColor");
|
|
1195
|
+
this.o7 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledBorderColor");
|
|
1196
|
+
this.o8 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledTextColor");
|
|
1197
|
+
this.da = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 0), "DisabledElevation");
|
|
1198
|
+
this.dd = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 0), "RestingElevation");
|
|
1199
|
+
this.dc = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 0), "HoverElevation");
|
|
1200
|
+
this.db = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 0), "FocusElevation");
|
|
1201
|
+
this.o5 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 0), "BorderColor");
|
|
1202
|
+
this.pd = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 0), "RippleColor");
|
|
1203
|
+
this.ky = XButton.k.y(a, enumGetBox(ButtonDisplayStyle_$type, 0), "CornerRadius");
|
|
1204
|
+
this.bp = XButton.k.i(a, enumGetBox(ButtonDisplayStyle_$type, 0), "BorderWidth");
|
|
1205
|
+
this.o4 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 0), "BackgroundColor");
|
|
1206
|
+
this.pe = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 0), "TextColor");
|
|
1207
|
+
this.pc = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 0), "HoverTextColor");
|
|
1208
|
+
this.pb = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 0), "HoverBackgroundColor");
|
|
1209
|
+
this.o9 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 0), "FocusBackgroundColor");
|
|
1210
|
+
this.pa = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 0), "FocusTextColor");
|
|
1211
|
+
this.n8 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledBackgroundColor");
|
|
1212
|
+
this.n9 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledBorderColor");
|
|
1213
|
+
this.oa = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledTextColor");
|
|
1214
|
+
this.cy = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledElevation");
|
|
1215
|
+
this.c1 = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 1), "RestingElevation");
|
|
1216
|
+
this.c0 = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 1), "HoverElevation");
|
|
1217
|
+
this.cz = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 1), "FocusElevation");
|
|
1218
|
+
this.n7 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 1), "BorderColor");
|
|
1219
|
+
this.of = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 1), "RippleColor");
|
|
1220
|
+
this.kv = XButton.k.y(a, enumGetBox(ButtonDisplayStyle_$type, 1), "CornerRadius");
|
|
1221
|
+
this.bm = XButton.k.i(a, enumGetBox(ButtonDisplayStyle_$type, 1), "BorderWidth");
|
|
1222
|
+
this.n6 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 1), "BackgroundColor");
|
|
1223
|
+
this.og = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 1), "TextColor");
|
|
1224
|
+
this.oe = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 1), "HoverTextColor");
|
|
1225
|
+
this.od = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 1), "HoverBackgroundColor");
|
|
1226
|
+
this.ob = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 1), "FocusBackgroundColor");
|
|
1227
|
+
this.oc = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 1), "FocusTextColor");
|
|
1228
|
+
this.ou = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledBackgroundColor");
|
|
1229
|
+
this.ov = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledBorderColor");
|
|
1230
|
+
this.ow = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledTextColor");
|
|
1231
|
+
this.c6 = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledElevation");
|
|
1232
|
+
this.c9 = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 2), "RestingElevation");
|
|
1233
|
+
this.c8 = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 2), "HoverElevation");
|
|
1234
|
+
this.c7 = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 2), "FocusElevation");
|
|
1235
|
+
this.ot = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 2), "BorderColor");
|
|
1236
|
+
this.o1 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 2), "RippleColor");
|
|
1237
|
+
this.kx = XButton.k.y(a, enumGetBox(ButtonDisplayStyle_$type, 2), "CornerRadius");
|
|
1238
|
+
this.bo = XButton.k.i(a, enumGetBox(ButtonDisplayStyle_$type, 2), "BorderWidth");
|
|
1239
|
+
this.os = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 2), "BackgroundColor");
|
|
1240
|
+
this.o2 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 2), "TextColor");
|
|
1241
|
+
this.o0 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 2), "HoverTextColor");
|
|
1242
|
+
this.oz = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 2), "HoverBackgroundColor");
|
|
1243
|
+
this.ox = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 2), "FocusBackgroundColor");
|
|
1244
|
+
this.oy = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 2), "FocusTextColor");
|
|
1245
|
+
this.oj = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 4), "DisabledBackgroundColor");
|
|
1246
|
+
this.ok = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 4), "DisabledBorderColor");
|
|
1247
|
+
this.ol = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 4), "DisabledTextColor");
|
|
1248
|
+
this.c2 = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 4), "DisabledElevation");
|
|
1249
|
+
this.c5 = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 4), "RestingElevation");
|
|
1250
|
+
this.c4 = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 4), "HoverElevation");
|
|
1251
|
+
this.c3 = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 4), "FocusElevation");
|
|
1252
|
+
this.oi = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 4), "BorderColor");
|
|
1253
|
+
this.oq = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 4), "RippleColor");
|
|
1254
|
+
this.kw = XButton.k.y(a, enumGetBox(ButtonDisplayStyle_$type, 4), "CornerRadius");
|
|
1255
|
+
this.bn = XButton.k.i(a, enumGetBox(ButtonDisplayStyle_$type, 4), "BorderWidth");
|
|
1256
|
+
this.oh = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 4), "BackgroundColor");
|
|
1257
|
+
this.or = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 4), "TextColor");
|
|
1258
|
+
this.op = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 4), "HoverTextColor");
|
|
1259
|
+
this.oo = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 4), "HoverBackgroundColor");
|
|
1260
|
+
this.om = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 4), "FocusBackgroundColor");
|
|
1261
|
+
this.on = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 4), "FocusTextColor");
|
|
1262
|
+
this.nx = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 3), "DisabledBackgroundColor");
|
|
1263
|
+
this.ny = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 3), "DisabledBorderColor");
|
|
1264
|
+
this.nz = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 3), "DisabledTextColor");
|
|
1265
|
+
this.cu = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 3), "DisabledElevation");
|
|
1266
|
+
this.cx = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 3), "RestingElevation");
|
|
1267
|
+
this.cw = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 3), "HoverElevation");
|
|
1268
|
+
this.cv = XButton.k.n(a, enumGetBox(ButtonDisplayStyle_$type, 3), "FocusElevation");
|
|
1269
|
+
this.nw = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 3), "BorderColor");
|
|
1270
|
+
this.n4 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 3), "RippleColor");
|
|
1271
|
+
this.ku = XButton.k.y(a, enumGetBox(ButtonDisplayStyle_$type, 3), "CornerRadius");
|
|
1272
|
+
this.bl = XButton.k.i(a, enumGetBox(ButtonDisplayStyle_$type, 3), "BorderWidth");
|
|
1273
|
+
this.nv = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 3), "BackgroundColor");
|
|
1274
|
+
this.n5 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 3), "TextColor");
|
|
1275
|
+
this.n3 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 3), "HoverTextColor");
|
|
1276
|
+
this.n2 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 3), "HoverBackgroundColor");
|
|
1277
|
+
this.n0 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 3), "FocusBackgroundColor");
|
|
1278
|
+
this.n1 = XButton.k.ad(a, enumGetBox(ButtonDisplayStyle_$type, 3), "FocusTextColor");
|
|
1279
|
+
};
|
|
1280
|
+
Object.defineProperty(XButton.prototype, "bu", {
|
|
1281
|
+
get: function () {
|
|
1282
|
+
return this.bc;
|
|
1283
|
+
},
|
|
1284
|
+
set: function (a) {
|
|
1285
|
+
var b = this.bc;
|
|
1286
|
+
this.bc = a;
|
|
1287
|
+
if (b != this.bc) {
|
|
1288
|
+
this.kd("MinWidth", b, a);
|
|
1289
|
+
}
|
|
1290
|
+
},
|
|
1291
|
+
enumerable: false,
|
|
1292
|
+
configurable: true
|
|
1293
|
+
});
|
|
1294
|
+
Object.defineProperty(XButton.prototype, "bt", {
|
|
1295
|
+
get: function () {
|
|
1296
|
+
return this.bb;
|
|
1297
|
+
},
|
|
1298
|
+
set: function (a) {
|
|
1299
|
+
var b = this.bb;
|
|
1300
|
+
this.bb = a;
|
|
1301
|
+
if (b != this.bb) {
|
|
1302
|
+
this.kd("MinHeight", b, a);
|
|
1303
|
+
}
|
|
1304
|
+
},
|
|
1305
|
+
enumerable: false,
|
|
1306
|
+
configurable: true
|
|
1307
|
+
});
|
|
1308
|
+
Object.defineProperty(XButton.prototype, "e", {
|
|
1309
|
+
get: function () {
|
|
1310
|
+
return this.d;
|
|
1311
|
+
},
|
|
1312
|
+
set: function (a) {
|
|
1313
|
+
var b = this.d;
|
|
1314
|
+
this.d = a;
|
|
1315
|
+
if (b != this.d) {
|
|
1316
|
+
this.kd("DisplayType", enumGetBox(ButtonDisplayStyle_$type, b), enumGetBox(ButtonDisplayStyle_$type, a));
|
|
1317
|
+
}
|
|
1318
|
+
},
|
|
1319
|
+
enumerable: false,
|
|
1320
|
+
configurable: true
|
|
1321
|
+
});
|
|
1322
|
+
Object.defineProperty(XButton.prototype, "r", {
|
|
1323
|
+
get: function () {
|
|
1324
|
+
return this.p;
|
|
1325
|
+
},
|
|
1326
|
+
set: function (a) {
|
|
1327
|
+
var b = this.p;
|
|
1328
|
+
this.p = a;
|
|
1329
|
+
if (b != this.p) {
|
|
1330
|
+
this.kd("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
|
|
1331
|
+
}
|
|
1332
|
+
},
|
|
1333
|
+
enumerable: false,
|
|
1334
|
+
configurable: true
|
|
1335
|
+
});
|
|
1336
|
+
Object.defineProperty(XButton.prototype, "n", {
|
|
1337
|
+
get: function () {
|
|
1338
|
+
return this.l;
|
|
1339
|
+
},
|
|
1340
|
+
set: function (a) {
|
|
1341
|
+
var b = this.l;
|
|
1342
|
+
this.l = a;
|
|
1343
|
+
if (b != this.l) {
|
|
1344
|
+
this.kd("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
|
|
1345
|
+
}
|
|
1346
|
+
},
|
|
1347
|
+
enumerable: false,
|
|
1348
|
+
configurable: true
|
|
1349
|
+
});
|
|
1350
|
+
Object.defineProperty(XButton.prototype, "q", {
|
|
1351
|
+
get: function () {
|
|
1352
|
+
return this.o;
|
|
1353
|
+
},
|
|
1354
|
+
set: function (a) {
|
|
1355
|
+
var b = this.o;
|
|
1356
|
+
this.o = a;
|
|
1357
|
+
if (b != this.o) {
|
|
1358
|
+
this.kd("ActualDensity", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
|
|
1359
|
+
}
|
|
1360
|
+
},
|
|
1361
|
+
enumerable: false,
|
|
1362
|
+
configurable: true
|
|
1363
|
+
});
|
|
1364
|
+
Object.defineProperty(XButton.prototype, "ng", {
|
|
1365
|
+
get: function () {
|
|
1366
|
+
return this.k8;
|
|
1367
|
+
},
|
|
1368
|
+
set: function (a) {
|
|
1369
|
+
var b = this.k8;
|
|
1370
|
+
this.k8 = a;
|
|
1371
|
+
if (b != this.k8) {
|
|
1372
|
+
this.kd("ActualBorderColor", b, a);
|
|
1373
|
+
}
|
|
1374
|
+
},
|
|
1375
|
+
enumerable: false,
|
|
1376
|
+
configurable: true
|
|
1377
|
+
});
|
|
1378
|
+
Object.defineProperty(XButton.prototype, "nr", {
|
|
1379
|
+
get: function () {
|
|
1380
|
+
return this.lj;
|
|
1381
|
+
},
|
|
1382
|
+
set: function (a) {
|
|
1383
|
+
var b = this.lj;
|
|
1384
|
+
this.lj = a;
|
|
1385
|
+
if (b != this.lj) {
|
|
1386
|
+
this.kd("ActualUmbraShadowColor", b, a);
|
|
1387
|
+
}
|
|
1388
|
+
},
|
|
1389
|
+
enumerable: false,
|
|
1390
|
+
configurable: true
|
|
1391
|
+
});
|
|
1392
|
+
Object.defineProperty(XButton.prototype, "no", {
|
|
1393
|
+
get: function () {
|
|
1394
|
+
return this.lg;
|
|
1395
|
+
},
|
|
1396
|
+
set: function (a) {
|
|
1397
|
+
var b = this.lg;
|
|
1398
|
+
this.lg = a;
|
|
1399
|
+
if (b != this.lg) {
|
|
1400
|
+
this.kd("ActualPenumbraShadowColor", b, a);
|
|
1401
|
+
}
|
|
1402
|
+
},
|
|
1403
|
+
enumerable: false,
|
|
1404
|
+
configurable: true
|
|
1405
|
+
});
|
|
1406
|
+
Object.defineProperty(XButton.prototype, "ne", {
|
|
1407
|
+
get: function () {
|
|
1408
|
+
return this.k6;
|
|
1409
|
+
},
|
|
1410
|
+
set: function (a) {
|
|
1411
|
+
var b = this.k6;
|
|
1412
|
+
this.k6 = a;
|
|
1413
|
+
if (b != this.k6) {
|
|
1414
|
+
this.kd("ActualAmbientShadowColor", b, a);
|
|
1415
|
+
}
|
|
1416
|
+
},
|
|
1417
|
+
enumerable: false,
|
|
1418
|
+
configurable: true
|
|
1419
|
+
});
|
|
1420
|
+
Object.defineProperty(XButton.prototype, "ct", {
|
|
1421
|
+
get: function () {
|
|
1422
|
+
return this.b0;
|
|
1423
|
+
},
|
|
1424
|
+
set: function (a) {
|
|
1425
|
+
var b = this.b0;
|
|
1426
|
+
this.b0 = a;
|
|
1427
|
+
if (b != this.b0) {
|
|
1428
|
+
this.kd("ActualRestingElevation", b, a);
|
|
1429
|
+
}
|
|
1430
|
+
},
|
|
1431
|
+
enumerable: false,
|
|
1432
|
+
configurable: true
|
|
1433
|
+
});
|
|
1434
|
+
Object.defineProperty(XButton.prototype, "cr", {
|
|
1435
|
+
get: function () {
|
|
1436
|
+
return this.by;
|
|
1437
|
+
},
|
|
1438
|
+
set: function (a) {
|
|
1439
|
+
var b = this.by;
|
|
1440
|
+
this.by = a;
|
|
1441
|
+
if (b != this.by) {
|
|
1442
|
+
this.kd("ActualFocusElevation", b, a);
|
|
1443
|
+
}
|
|
1444
|
+
},
|
|
1445
|
+
enumerable: false,
|
|
1446
|
+
configurable: true
|
|
1447
|
+
});
|
|
1448
|
+
Object.defineProperty(XButton.prototype, "cs", {
|
|
1449
|
+
get: function () {
|
|
1450
|
+
return this.bz;
|
|
1451
|
+
},
|
|
1452
|
+
set: function (a) {
|
|
1453
|
+
var b = this.bz;
|
|
1454
|
+
this.bz = a;
|
|
1455
|
+
if (b != this.bz) {
|
|
1456
|
+
this.kd("ActualHoverElevation", b, a);
|
|
1457
|
+
}
|
|
1458
|
+
},
|
|
1459
|
+
enumerable: false,
|
|
1460
|
+
configurable: true
|
|
1461
|
+
});
|
|
1462
|
+
Object.defineProperty(XButton.prototype, "np", {
|
|
1463
|
+
get: function () {
|
|
1464
|
+
return this.lh;
|
|
1465
|
+
},
|
|
1466
|
+
set: function (a) {
|
|
1467
|
+
var b = this.lh;
|
|
1468
|
+
this.lh = a;
|
|
1469
|
+
if (b != this.lh) {
|
|
1470
|
+
this.kd("ActualRippleColor", b, a);
|
|
1471
|
+
}
|
|
1472
|
+
},
|
|
1473
|
+
enumerable: false,
|
|
1474
|
+
configurable: true
|
|
1475
|
+
});
|
|
1476
|
+
Object.defineProperty(XButton.prototype, "kr", {
|
|
1477
|
+
get: function () {
|
|
1478
|
+
return this.kk;
|
|
1479
|
+
},
|
|
1480
|
+
set: function (a) {
|
|
1481
|
+
var b = this.kk;
|
|
1482
|
+
this.kk = a;
|
|
1483
|
+
if (b != this.kk) {
|
|
1484
|
+
this.kd("ActualCornerRadius", b, a);
|
|
1485
|
+
}
|
|
1486
|
+
},
|
|
1487
|
+
enumerable: false,
|
|
1488
|
+
configurable: true
|
|
1489
|
+
});
|
|
1490
|
+
Object.defineProperty(XButton.prototype, "nf", {
|
|
1491
|
+
get: function () {
|
|
1492
|
+
return this.k7;
|
|
1493
|
+
},
|
|
1494
|
+
set: function (a) {
|
|
1495
|
+
var b = this.k7;
|
|
1496
|
+
this.k7 = a;
|
|
1497
|
+
if (b != this.k7) {
|
|
1498
|
+
this.kd("ActualBackgroundColor", b, a);
|
|
1499
|
+
}
|
|
1500
|
+
},
|
|
1501
|
+
enumerable: false,
|
|
1502
|
+
configurable: true
|
|
1503
|
+
});
|
|
1504
|
+
Object.defineProperty(XButton.prototype, "nh", {
|
|
1505
|
+
get: function () {
|
|
1506
|
+
return this.k9;
|
|
1507
|
+
},
|
|
1508
|
+
set: function (a) {
|
|
1509
|
+
var b = this.k9;
|
|
1510
|
+
this.k9 = a;
|
|
1511
|
+
if (b != this.k9) {
|
|
1512
|
+
this.kd("ActualDisabledBackgroundColor", b, a);
|
|
1513
|
+
}
|
|
1514
|
+
},
|
|
1515
|
+
enumerable: false,
|
|
1516
|
+
configurable: true
|
|
1517
|
+
});
|
|
1518
|
+
Object.defineProperty(XButton.prototype, "ni", {
|
|
1519
|
+
get: function () {
|
|
1520
|
+
return this.la;
|
|
1521
|
+
},
|
|
1522
|
+
set: function (a) {
|
|
1523
|
+
var b = this.la;
|
|
1524
|
+
this.la = a;
|
|
1525
|
+
if (b != this.la) {
|
|
1526
|
+
this.kd("ActualDisabledBorderColor", b, a);
|
|
1527
|
+
}
|
|
1528
|
+
},
|
|
1529
|
+
enumerable: false,
|
|
1530
|
+
configurable: true
|
|
1531
|
+
});
|
|
1532
|
+
Object.defineProperty(XButton.prototype, "nj", {
|
|
1533
|
+
get: function () {
|
|
1534
|
+
return this.lb;
|
|
1535
|
+
},
|
|
1536
|
+
set: function (a) {
|
|
1537
|
+
var b = this.lb;
|
|
1538
|
+
this.lb = a;
|
|
1539
|
+
if (b != this.lb) {
|
|
1540
|
+
this.kd("ActualDisabledTextColor", b, a);
|
|
1541
|
+
}
|
|
1542
|
+
},
|
|
1543
|
+
enumerable: false,
|
|
1544
|
+
configurable: true
|
|
1545
|
+
});
|
|
1546
|
+
Object.defineProperty(XButton.prototype, "cq", {
|
|
1547
|
+
get: function () {
|
|
1548
|
+
return this.bx;
|
|
1549
|
+
},
|
|
1550
|
+
set: function (a) {
|
|
1551
|
+
var b = this.bx;
|
|
1552
|
+
this.bx = a;
|
|
1553
|
+
if (b != this.bx) {
|
|
1554
|
+
this.kd("ActualDisabledElevation", b, a);
|
|
1555
|
+
}
|
|
1556
|
+
},
|
|
1557
|
+
enumerable: false,
|
|
1558
|
+
configurable: true
|
|
1559
|
+
});
|
|
1560
|
+
Object.defineProperty(XButton.prototype, "u", {
|
|
1561
|
+
get: function () {
|
|
1562
|
+
return this.s;
|
|
1563
|
+
},
|
|
1564
|
+
set: function (a) {
|
|
1565
|
+
var b = this.s;
|
|
1566
|
+
this.s = a;
|
|
1567
|
+
if (b != this.s) {
|
|
1568
|
+
this.kd("ActualElevationMode", enumGetBox(ElevationMode_$type, b), enumGetBox(ElevationMode_$type, a));
|
|
1569
|
+
}
|
|
1570
|
+
},
|
|
1571
|
+
enumerable: false,
|
|
1572
|
+
configurable: true
|
|
1573
|
+
});
|
|
1574
|
+
Object.defineProperty(XButton.prototype, "nq", {
|
|
1575
|
+
get: function () {
|
|
1576
|
+
return this.li;
|
|
1577
|
+
},
|
|
1578
|
+
set: function (a) {
|
|
1579
|
+
var b = this.li;
|
|
1580
|
+
this.li = a;
|
|
1581
|
+
if (b != this.li) {
|
|
1582
|
+
this.kd("ActualTextColor", b, a);
|
|
1583
|
+
}
|
|
1584
|
+
},
|
|
1585
|
+
enumerable: false,
|
|
1586
|
+
configurable: true
|
|
1587
|
+
});
|
|
1588
|
+
Object.defineProperty(XButton.prototype, "nn", {
|
|
1589
|
+
get: function () {
|
|
1590
|
+
return this.lf;
|
|
1591
|
+
},
|
|
1592
|
+
set: function (a) {
|
|
1593
|
+
var b = this.lf;
|
|
1594
|
+
this.lf = a;
|
|
1595
|
+
if (b != this.lf) {
|
|
1596
|
+
this.kd("ActualHoverTextColor", b, a);
|
|
1597
|
+
}
|
|
1598
|
+
},
|
|
1599
|
+
enumerable: false,
|
|
1600
|
+
configurable: true
|
|
1601
|
+
});
|
|
1602
|
+
Object.defineProperty(XButton.prototype, "nk", {
|
|
1603
|
+
get: function () {
|
|
1604
|
+
return this.lc;
|
|
1605
|
+
},
|
|
1606
|
+
set: function (a) {
|
|
1607
|
+
var b = this.lc;
|
|
1608
|
+
this.lc = a;
|
|
1609
|
+
if (b != this.lc) {
|
|
1610
|
+
this.kd("ActualFocusBackgroundColor", b, a);
|
|
1611
|
+
}
|
|
1612
|
+
},
|
|
1613
|
+
enumerable: false,
|
|
1614
|
+
configurable: true
|
|
1615
|
+
});
|
|
1616
|
+
Object.defineProperty(XButton.prototype, "nl", {
|
|
1617
|
+
get: function () {
|
|
1618
|
+
return this.ld;
|
|
1619
|
+
},
|
|
1620
|
+
set: function (a) {
|
|
1621
|
+
var b = this.ld;
|
|
1622
|
+
this.ld = a;
|
|
1623
|
+
if (b != this.ld) {
|
|
1624
|
+
this.kd("ActualFocusTextColor", b, a);
|
|
1625
|
+
}
|
|
1626
|
+
},
|
|
1627
|
+
enumerable: false,
|
|
1628
|
+
configurable: true
|
|
1629
|
+
});
|
|
1630
|
+
Object.defineProperty(XButton.prototype, "nm", {
|
|
1631
|
+
get: function () {
|
|
1632
|
+
return this.le;
|
|
1633
|
+
},
|
|
1634
|
+
set: function (a) {
|
|
1635
|
+
var b = this.le;
|
|
1636
|
+
this.le = a;
|
|
1637
|
+
if (b != this.le) {
|
|
1638
|
+
this.kd("ActualHoverBackgroundColor", b, a);
|
|
1639
|
+
}
|
|
1640
|
+
},
|
|
1641
|
+
enumerable: false,
|
|
1642
|
+
configurable: true
|
|
1643
|
+
});
|
|
1644
|
+
Object.defineProperty(XButton.prototype, "bf", {
|
|
1645
|
+
get: function () {
|
|
1646
|
+
return this.a2;
|
|
1647
|
+
},
|
|
1648
|
+
set: function (a) {
|
|
1649
|
+
var b = this.a2;
|
|
1650
|
+
this.a2 = a;
|
|
1651
|
+
if (b != this.a2) {
|
|
1652
|
+
this.kd("ActualBorderWidth", b, a);
|
|
1653
|
+
}
|
|
1654
|
+
},
|
|
1655
|
+
enumerable: false,
|
|
1656
|
+
configurable: true
|
|
1657
|
+
});
|
|
1658
|
+
Object.defineProperty(XButton.prototype, "qv", {
|
|
1659
|
+
get: function () {
|
|
1660
|
+
return this.m1;
|
|
1661
|
+
},
|
|
1662
|
+
set: function (a) {
|
|
1663
|
+
var b = this.m1;
|
|
1664
|
+
this.m1 = a;
|
|
1665
|
+
if (b != this.m1) {
|
|
1666
|
+
this.kd("RaisedBackgroundColor", b, a);
|
|
1667
|
+
}
|
|
1668
|
+
},
|
|
1669
|
+
enumerable: false,
|
|
1670
|
+
configurable: true
|
|
1671
|
+
});
|
|
1672
|
+
Object.defineProperty(XButton.prototype, "qx", {
|
|
1673
|
+
get: function () {
|
|
1674
|
+
return this.m3;
|
|
1675
|
+
},
|
|
1676
|
+
set: function (a) {
|
|
1677
|
+
var b = this.m3;
|
|
1678
|
+
this.m3 = a;
|
|
1679
|
+
if (b != this.m3) {
|
|
1680
|
+
this.kd("RaisedDisabledBackgroundColor", b, a);
|
|
1681
|
+
}
|
|
1682
|
+
},
|
|
1683
|
+
enumerable: false,
|
|
1684
|
+
configurable: true
|
|
1685
|
+
});
|
|
1686
|
+
Object.defineProperty(XButton.prototype, "qy", {
|
|
1687
|
+
get: function () {
|
|
1688
|
+
return this.m4;
|
|
1689
|
+
},
|
|
1690
|
+
set: function (a) {
|
|
1691
|
+
var b = this.m4;
|
|
1692
|
+
this.m4 = a;
|
|
1693
|
+
if (b != this.m4) {
|
|
1694
|
+
this.kd("RaisedDisabledBorderColor", b, a);
|
|
1695
|
+
}
|
|
1696
|
+
},
|
|
1697
|
+
enumerable: false,
|
|
1698
|
+
configurable: true
|
|
1699
|
+
});
|
|
1700
|
+
Object.defineProperty(XButton.prototype, "qz", {
|
|
1701
|
+
get: function () {
|
|
1702
|
+
return this.m5;
|
|
1703
|
+
},
|
|
1704
|
+
set: function (a) {
|
|
1705
|
+
var b = this.m5;
|
|
1706
|
+
this.m5 = a;
|
|
1707
|
+
if (b != this.m5) {
|
|
1708
|
+
this.kd("RaisedDisabledTextColor", b, a);
|
|
1709
|
+
}
|
|
1710
|
+
},
|
|
1711
|
+
enumerable: false,
|
|
1712
|
+
configurable: true
|
|
1713
|
+
});
|
|
1714
|
+
Object.defineProperty(XButton.prototype, "dy", {
|
|
1715
|
+
get: function () {
|
|
1716
|
+
return this.ck;
|
|
1717
|
+
},
|
|
1718
|
+
set: function (a) {
|
|
1719
|
+
var b = this.ck;
|
|
1720
|
+
this.ck = a;
|
|
1721
|
+
if (b != this.ck) {
|
|
1722
|
+
this.kd("RaisedDisabledElevation", b, a);
|
|
1723
|
+
}
|
|
1724
|
+
},
|
|
1725
|
+
enumerable: false,
|
|
1726
|
+
configurable: true
|
|
1727
|
+
});
|
|
1728
|
+
Object.defineProperty(XButton.prototype, "q2", {
|
|
1729
|
+
get: function () {
|
|
1730
|
+
return this.m8;
|
|
1731
|
+
},
|
|
1732
|
+
set: function (a) {
|
|
1733
|
+
var b = this.m8;
|
|
1734
|
+
this.m8 = a;
|
|
1735
|
+
if (b != this.m8) {
|
|
1736
|
+
this.kd("RaisedHoverBackgroundColor", b, a);
|
|
1737
|
+
}
|
|
1738
|
+
},
|
|
1739
|
+
enumerable: false,
|
|
1740
|
+
configurable: true
|
|
1741
|
+
});
|
|
1742
|
+
Object.defineProperty(XButton.prototype, "qw", {
|
|
1743
|
+
get: function () {
|
|
1744
|
+
return this.m2;
|
|
1745
|
+
},
|
|
1746
|
+
set: function (a) {
|
|
1747
|
+
var b = this.m2;
|
|
1748
|
+
this.m2 = a;
|
|
1749
|
+
if (b != this.m2) {
|
|
1750
|
+
this.kd("RaisedBorderColor", b, a);
|
|
1751
|
+
}
|
|
1752
|
+
},
|
|
1753
|
+
enumerable: false,
|
|
1754
|
+
configurable: true
|
|
1755
|
+
});
|
|
1756
|
+
Object.defineProperty(XButton.prototype, "d1", {
|
|
1757
|
+
get: function () {
|
|
1758
|
+
return this.cn;
|
|
1759
|
+
},
|
|
1760
|
+
set: function (a) {
|
|
1761
|
+
var b = this.cn;
|
|
1762
|
+
this.cn = a;
|
|
1763
|
+
if (b != this.cn) {
|
|
1764
|
+
this.kd("RaisedRestingElevation", b, a);
|
|
1765
|
+
}
|
|
1766
|
+
},
|
|
1767
|
+
enumerable: false,
|
|
1768
|
+
configurable: true
|
|
1769
|
+
});
|
|
1770
|
+
Object.defineProperty(XButton.prototype, "d0", {
|
|
1771
|
+
get: function () {
|
|
1772
|
+
return this.cm;
|
|
1773
|
+
},
|
|
1774
|
+
set: function (a) {
|
|
1775
|
+
var b = this.cm;
|
|
1776
|
+
this.cm = a;
|
|
1777
|
+
if (b != this.cm) {
|
|
1778
|
+
this.kd("RaisedHoverElevation", b, a);
|
|
1779
|
+
}
|
|
1780
|
+
},
|
|
1781
|
+
enumerable: false,
|
|
1782
|
+
configurable: true
|
|
1783
|
+
});
|
|
1784
|
+
Object.defineProperty(XButton.prototype, "dz", {
|
|
1785
|
+
get: function () {
|
|
1786
|
+
return this.cl;
|
|
1787
|
+
},
|
|
1788
|
+
set: function (a) {
|
|
1789
|
+
var b = this.cl;
|
|
1790
|
+
this.cl = a;
|
|
1791
|
+
if (b != this.cl) {
|
|
1792
|
+
this.kd("RaisedFocusElevation", b, a);
|
|
1793
|
+
}
|
|
1794
|
+
},
|
|
1795
|
+
enumerable: false,
|
|
1796
|
+
configurable: true
|
|
1797
|
+
});
|
|
1798
|
+
Object.defineProperty(XButton.prototype, "bw", {
|
|
1799
|
+
get: function () {
|
|
1800
|
+
return this.be;
|
|
1801
|
+
},
|
|
1802
|
+
set: function (a) {
|
|
1803
|
+
var b = this.be;
|
|
1804
|
+
this.be = a;
|
|
1805
|
+
if (b != this.be) {
|
|
1806
|
+
this.kd("RaisedBorderWidth", b, a);
|
|
1807
|
+
}
|
|
1808
|
+
},
|
|
1809
|
+
enumerable: false,
|
|
1810
|
+
configurable: true
|
|
1811
|
+
});
|
|
1812
|
+
Object.defineProperty(XButton.prototype, "k3", {
|
|
1813
|
+
get: function () {
|
|
1814
|
+
return this.kq;
|
|
1815
|
+
},
|
|
1816
|
+
set: function (a) {
|
|
1817
|
+
var b = this.kq;
|
|
1818
|
+
this.kq = a;
|
|
1819
|
+
{
|
|
1820
|
+
this.kd("RaisedCornerRadius", b, a);
|
|
1821
|
+
}
|
|
1822
|
+
},
|
|
1823
|
+
enumerable: false,
|
|
1824
|
+
configurable: true
|
|
1825
|
+
});
|
|
1826
|
+
Object.defineProperty(XButton.prototype, "q4", {
|
|
1827
|
+
get: function () {
|
|
1828
|
+
return this.na;
|
|
1829
|
+
},
|
|
1830
|
+
set: function (a) {
|
|
1831
|
+
var b = this.na;
|
|
1832
|
+
this.na = a;
|
|
1833
|
+
if (b != this.na) {
|
|
1834
|
+
this.kd("RaisedRippleColor", b, a);
|
|
1835
|
+
}
|
|
1836
|
+
},
|
|
1837
|
+
enumerable: false,
|
|
1838
|
+
configurable: true
|
|
1839
|
+
});
|
|
1840
|
+
Object.defineProperty(XButton.prototype, "pu", {
|
|
1841
|
+
get: function () {
|
|
1842
|
+
return this.lz;
|
|
1843
|
+
},
|
|
1844
|
+
set: function (a) {
|
|
1845
|
+
var b = this.lz;
|
|
1846
|
+
this.lz = a;
|
|
1847
|
+
if (b != this.lz) {
|
|
1848
|
+
this.kd("FlatBackgroundColor", b, a);
|
|
1849
|
+
}
|
|
1850
|
+
},
|
|
1851
|
+
enumerable: false,
|
|
1852
|
+
configurable: true
|
|
1853
|
+
});
|
|
1854
|
+
Object.defineProperty(XButton.prototype, "pw", {
|
|
1855
|
+
get: function () {
|
|
1856
|
+
return this.l1;
|
|
1857
|
+
},
|
|
1858
|
+
set: function (a) {
|
|
1859
|
+
var b = this.l1;
|
|
1860
|
+
this.l1 = a;
|
|
1861
|
+
if (b != this.l1) {
|
|
1862
|
+
this.kd("FlatDisabledBackgroundColor", b, a);
|
|
1863
|
+
}
|
|
1864
|
+
},
|
|
1865
|
+
enumerable: false,
|
|
1866
|
+
configurable: true
|
|
1867
|
+
});
|
|
1868
|
+
Object.defineProperty(XButton.prototype, "px", {
|
|
1869
|
+
get: function () {
|
|
1870
|
+
return this.l2;
|
|
1871
|
+
},
|
|
1872
|
+
set: function (a) {
|
|
1873
|
+
var b = this.l2;
|
|
1874
|
+
this.l2 = a;
|
|
1875
|
+
if (b != this.l2) {
|
|
1876
|
+
this.kd("FlatDisabledBorderColor", b, a);
|
|
1877
|
+
}
|
|
1878
|
+
},
|
|
1879
|
+
enumerable: false,
|
|
1880
|
+
configurable: true
|
|
1881
|
+
});
|
|
1882
|
+
Object.defineProperty(XButton.prototype, "py", {
|
|
1883
|
+
get: function () {
|
|
1884
|
+
return this.l3;
|
|
1885
|
+
},
|
|
1886
|
+
set: function (a) {
|
|
1887
|
+
var b = this.l3;
|
|
1888
|
+
this.l3 = a;
|
|
1889
|
+
if (b != this.l3) {
|
|
1890
|
+
this.kd("FlatDisabledTextColor", b, a);
|
|
1891
|
+
}
|
|
1892
|
+
},
|
|
1893
|
+
enumerable: false,
|
|
1894
|
+
configurable: true
|
|
1895
|
+
});
|
|
1896
|
+
Object.defineProperty(XButton.prototype, "dj", {
|
|
1897
|
+
get: function () {
|
|
1898
|
+
return this.b6;
|
|
1899
|
+
},
|
|
1900
|
+
set: function (a) {
|
|
1901
|
+
var b = this.b6;
|
|
1902
|
+
this.b6 = a;
|
|
1903
|
+
if (b != this.b6) {
|
|
1904
|
+
this.kd("FlatDisabledElevation", b, a);
|
|
1905
|
+
}
|
|
1906
|
+
},
|
|
1907
|
+
enumerable: false,
|
|
1908
|
+
configurable: true
|
|
1909
|
+
});
|
|
1910
|
+
Object.defineProperty(XButton.prototype, "p1", {
|
|
1911
|
+
get: function () {
|
|
1912
|
+
return this.l6;
|
|
1913
|
+
},
|
|
1914
|
+
set: function (a) {
|
|
1915
|
+
var b = this.l6;
|
|
1916
|
+
this.l6 = a;
|
|
1917
|
+
if (b != this.l6) {
|
|
1918
|
+
this.kd("FlatHoverBackgroundColor", b, a);
|
|
1919
|
+
}
|
|
1920
|
+
},
|
|
1921
|
+
enumerable: false,
|
|
1922
|
+
configurable: true
|
|
1923
|
+
});
|
|
1924
|
+
Object.defineProperty(XButton.prototype, "pv", {
|
|
1925
|
+
get: function () {
|
|
1926
|
+
return this.l0;
|
|
1927
|
+
},
|
|
1928
|
+
set: function (a) {
|
|
1929
|
+
var b = this.l0;
|
|
1930
|
+
this.l0 = a;
|
|
1931
|
+
if (b != this.l0) {
|
|
1932
|
+
this.kd("FlatBorderColor", b, a);
|
|
1933
|
+
}
|
|
1934
|
+
},
|
|
1935
|
+
enumerable: false,
|
|
1936
|
+
configurable: true
|
|
1937
|
+
});
|
|
1938
|
+
Object.defineProperty(XButton.prototype, "dm", {
|
|
1939
|
+
get: function () {
|
|
1940
|
+
return this.b9;
|
|
1941
|
+
},
|
|
1942
|
+
set: function (a) {
|
|
1943
|
+
var b = this.b9;
|
|
1944
|
+
this.b9 = a;
|
|
1945
|
+
if (b != this.b9) {
|
|
1946
|
+
this.kd("FlatRestingElevation", b, a);
|
|
1947
|
+
}
|
|
1948
|
+
},
|
|
1949
|
+
enumerable: false,
|
|
1950
|
+
configurable: true
|
|
1951
|
+
});
|
|
1952
|
+
Object.defineProperty(XButton.prototype, "dl", {
|
|
1953
|
+
get: function () {
|
|
1954
|
+
return this.b8;
|
|
1955
|
+
},
|
|
1956
|
+
set: function (a) {
|
|
1957
|
+
var b = this.b8;
|
|
1958
|
+
this.b8 = a;
|
|
1959
|
+
if (b != this.b8) {
|
|
1960
|
+
this.kd("FlatHoverElevation", b, a);
|
|
1961
|
+
}
|
|
1962
|
+
},
|
|
1963
|
+
enumerable: false,
|
|
1964
|
+
configurable: true
|
|
1965
|
+
});
|
|
1966
|
+
Object.defineProperty(XButton.prototype, "dk", {
|
|
1967
|
+
get: function () {
|
|
1968
|
+
return this.b7;
|
|
1969
|
+
},
|
|
1970
|
+
set: function (a) {
|
|
1971
|
+
var b = this.b7;
|
|
1972
|
+
this.b7 = a;
|
|
1973
|
+
if (b != this.b7) {
|
|
1974
|
+
this.kd("FlatFocusElevation", b, a);
|
|
1975
|
+
}
|
|
1976
|
+
},
|
|
1977
|
+
enumerable: false,
|
|
1978
|
+
configurable: true
|
|
1979
|
+
});
|
|
1980
|
+
Object.defineProperty(XButton.prototype, "p3", {
|
|
1981
|
+
get: function () {
|
|
1982
|
+
return this.l8;
|
|
1983
|
+
},
|
|
1984
|
+
set: function (a) {
|
|
1985
|
+
var b = this.l8;
|
|
1986
|
+
this.l8 = a;
|
|
1987
|
+
if (b != this.l8) {
|
|
1988
|
+
this.kd("FlatRippleColor", b, a);
|
|
1989
|
+
}
|
|
1990
|
+
},
|
|
1991
|
+
enumerable: false,
|
|
1992
|
+
configurable: true
|
|
1993
|
+
});
|
|
1994
|
+
Object.defineProperty(XButton.prototype, "p4", {
|
|
1995
|
+
get: function () {
|
|
1996
|
+
return this.l9;
|
|
1997
|
+
},
|
|
1998
|
+
set: function (a) {
|
|
1999
|
+
var b = this.l9;
|
|
2000
|
+
this.l9 = a;
|
|
2001
|
+
if (b != this.l9) {
|
|
2002
|
+
this.kd("FlatTextColor", b, a);
|
|
2003
|
+
}
|
|
2004
|
+
},
|
|
2005
|
+
enumerable: false,
|
|
2006
|
+
configurable: true
|
|
2007
|
+
});
|
|
2008
|
+
Object.defineProperty(XButton.prototype, "p2", {
|
|
2009
|
+
get: function () {
|
|
2010
|
+
return this.l7;
|
|
2011
|
+
},
|
|
2012
|
+
set: function (a) {
|
|
2013
|
+
var b = this.l7;
|
|
2014
|
+
this.l7 = a;
|
|
2015
|
+
if (b != this.l7) {
|
|
2016
|
+
this.kd("FlatHoverTextColor", b, a);
|
|
2017
|
+
}
|
|
2018
|
+
},
|
|
2019
|
+
enumerable: false,
|
|
2020
|
+
configurable: true
|
|
2021
|
+
});
|
|
2022
|
+
Object.defineProperty(XButton.prototype, "pz", {
|
|
2023
|
+
get: function () {
|
|
2024
|
+
return this.l4;
|
|
2025
|
+
},
|
|
2026
|
+
set: function (a) {
|
|
2027
|
+
var b = this.l4;
|
|
2028
|
+
this.l4 = a;
|
|
2029
|
+
if (b != this.l4) {
|
|
2030
|
+
this.kd("FlatFocusBackgroundColor", b, a);
|
|
2031
|
+
}
|
|
2032
|
+
},
|
|
2033
|
+
enumerable: false,
|
|
2034
|
+
configurable: true
|
|
2035
|
+
});
|
|
2036
|
+
Object.defineProperty(XButton.prototype, "p0", {
|
|
2037
|
+
get: function () {
|
|
2038
|
+
return this.l5;
|
|
2039
|
+
},
|
|
2040
|
+
set: function (a) {
|
|
2041
|
+
var b = this.l5;
|
|
2042
|
+
this.l5 = a;
|
|
2043
|
+
if (b != this.l5) {
|
|
2044
|
+
this.kd("FlatFocusTextColor", b, a);
|
|
2045
|
+
}
|
|
2046
|
+
},
|
|
2047
|
+
enumerable: false,
|
|
2048
|
+
configurable: true
|
|
2049
|
+
});
|
|
2050
|
+
Object.defineProperty(XButton.prototype, "br", {
|
|
2051
|
+
get: function () {
|
|
2052
|
+
return this.a9;
|
|
2053
|
+
},
|
|
2054
|
+
set: function (a) {
|
|
2055
|
+
var b = this.a9;
|
|
2056
|
+
this.a9 = a;
|
|
2057
|
+
if (b != this.a9) {
|
|
2058
|
+
this.kd("FlatBorderWidth", b, a);
|
|
2059
|
+
}
|
|
2060
|
+
},
|
|
2061
|
+
enumerable: false,
|
|
2062
|
+
configurable: true
|
|
2063
|
+
});
|
|
2064
|
+
Object.defineProperty(XButton.prototype, "k0", {
|
|
2065
|
+
get: function () {
|
|
2066
|
+
return this.kn;
|
|
2067
|
+
},
|
|
2068
|
+
set: function (a) {
|
|
2069
|
+
var b = this.kn;
|
|
2070
|
+
this.kn = a;
|
|
2071
|
+
{
|
|
2072
|
+
this.kd("FlatCornerRadius", b, a);
|
|
2073
|
+
}
|
|
2074
|
+
},
|
|
2075
|
+
enumerable: false,
|
|
2076
|
+
configurable: true
|
|
2077
|
+
});
|
|
2078
|
+
Object.defineProperty(XButton.prototype, "ns", {
|
|
2079
|
+
get: function () {
|
|
2080
|
+
return this.lk;
|
|
2081
|
+
},
|
|
2082
|
+
set: function (a) {
|
|
2083
|
+
var b = this.lk;
|
|
2084
|
+
this.lk = a;
|
|
2085
|
+
if (b != this.lk) {
|
|
2086
|
+
this.kd("BackgroundColor", b, a);
|
|
2087
|
+
}
|
|
2088
|
+
},
|
|
2089
|
+
enumerable: false,
|
|
2090
|
+
configurable: true
|
|
2091
|
+
});
|
|
2092
|
+
Object.defineProperty(XButton.prototype, "pg", {
|
|
2093
|
+
get: function () {
|
|
2094
|
+
return this.lm;
|
|
2095
|
+
},
|
|
2096
|
+
set: function (a) {
|
|
2097
|
+
var b = this.lm;
|
|
2098
|
+
this.lm = a;
|
|
2099
|
+
if (b != this.lm) {
|
|
2100
|
+
this.kd("DisabledBackgroundColor", b, a);
|
|
2101
|
+
}
|
|
2102
|
+
},
|
|
2103
|
+
enumerable: false,
|
|
2104
|
+
configurable: true
|
|
2105
|
+
});
|
|
2106
|
+
Object.defineProperty(XButton.prototype, "ph", {
|
|
2107
|
+
get: function () {
|
|
2108
|
+
return this.ln;
|
|
2109
|
+
},
|
|
2110
|
+
set: function (a) {
|
|
2111
|
+
var b = this.ln;
|
|
2112
|
+
this.ln = a;
|
|
2113
|
+
if (b != this.ln) {
|
|
2114
|
+
this.kd("DisabledBorderColor", b, a);
|
|
2115
|
+
}
|
|
2116
|
+
},
|
|
2117
|
+
enumerable: false,
|
|
2118
|
+
configurable: true
|
|
2119
|
+
});
|
|
2120
|
+
Object.defineProperty(XButton.prototype, "pi", {
|
|
2121
|
+
get: function () {
|
|
2122
|
+
return this.lo;
|
|
2123
|
+
},
|
|
2124
|
+
set: function (a) {
|
|
2125
|
+
var b = this.lo;
|
|
2126
|
+
this.lo = a;
|
|
2127
|
+
if (b != this.lo) {
|
|
2128
|
+
this.kd("DisabledTextColor", b, a);
|
|
2129
|
+
}
|
|
2130
|
+
},
|
|
2131
|
+
enumerable: false,
|
|
2132
|
+
configurable: true
|
|
2133
|
+
});
|
|
2134
|
+
Object.defineProperty(XButton.prototype, "de", {
|
|
2135
|
+
get: function () {
|
|
2136
|
+
return this.b1;
|
|
2137
|
+
},
|
|
2138
|
+
set: function (a) {
|
|
2139
|
+
var b = this.b1;
|
|
2140
|
+
this.b1 = a;
|
|
2141
|
+
if (b != this.b1) {
|
|
2142
|
+
this.kd("DisabledElevation", b, a);
|
|
2143
|
+
}
|
|
2144
|
+
},
|
|
2145
|
+
enumerable: false,
|
|
2146
|
+
configurable: true
|
|
2147
|
+
});
|
|
2148
|
+
Object.defineProperty(XButton.prototype, "w", {
|
|
2149
|
+
get: function () {
|
|
2150
|
+
return this.t;
|
|
2151
|
+
},
|
|
2152
|
+
set: function (a) {
|
|
2153
|
+
var b = this.t;
|
|
2154
|
+
this.t = a;
|
|
2155
|
+
if (b != this.t) {
|
|
2156
|
+
this.kd("ElevationMode", enumGetBox(ElevationMode_$type, b), enumGetBox(ElevationMode_$type, a));
|
|
2157
|
+
}
|
|
2158
|
+
},
|
|
2159
|
+
enumerable: false,
|
|
2160
|
+
configurable: true
|
|
2161
|
+
});
|
|
2162
|
+
Object.defineProperty(XButton.prototype, "p7", {
|
|
2163
|
+
get: function () {
|
|
2164
|
+
return this.mc;
|
|
2165
|
+
},
|
|
2166
|
+
set: function (a) {
|
|
2167
|
+
var b = this.mc;
|
|
2168
|
+
this.mc = a;
|
|
2169
|
+
if (b != this.mc) {
|
|
2170
|
+
this.kd("HoverBackgroundColor", b, a);
|
|
2171
|
+
}
|
|
2172
|
+
},
|
|
2173
|
+
enumerable: false,
|
|
2174
|
+
configurable: true
|
|
2175
|
+
});
|
|
2176
|
+
Object.defineProperty(XButton.prototype, "nt", {
|
|
2177
|
+
get: function () {
|
|
2178
|
+
return this.ll;
|
|
2179
|
+
},
|
|
2180
|
+
set: function (a) {
|
|
2181
|
+
var b = this.ll;
|
|
2182
|
+
this.ll = a;
|
|
2183
|
+
if (b != this.ll) {
|
|
2184
|
+
this.kd("BorderColor", b, a);
|
|
2185
|
+
}
|
|
2186
|
+
},
|
|
2187
|
+
enumerable: false,
|
|
2188
|
+
configurable: true
|
|
2189
|
+
});
|
|
2190
|
+
Object.defineProperty(XButton.prototype, "d2", {
|
|
2191
|
+
get: function () {
|
|
2192
|
+
return this.co;
|
|
2193
|
+
},
|
|
2194
|
+
set: function (a) {
|
|
2195
|
+
var b = this.co;
|
|
2196
|
+
this.co = a;
|
|
2197
|
+
if (b != this.co) {
|
|
2198
|
+
this.kd("RestingElevation", b, a);
|
|
2199
|
+
}
|
|
2200
|
+
},
|
|
2201
|
+
enumerable: false,
|
|
2202
|
+
configurable: true
|
|
2203
|
+
});
|
|
2204
|
+
Object.defineProperty(XButton.prototype, "dp", {
|
|
2205
|
+
get: function () {
|
|
2206
|
+
return this.cb;
|
|
2207
|
+
},
|
|
2208
|
+
set: function (a) {
|
|
2209
|
+
var b = this.cb;
|
|
2210
|
+
this.cb = a;
|
|
2211
|
+
if (b != this.cb) {
|
|
2212
|
+
this.kd("HoverElevation", b, a);
|
|
2213
|
+
}
|
|
2214
|
+
},
|
|
2215
|
+
enumerable: false,
|
|
2216
|
+
configurable: true
|
|
2217
|
+
});
|
|
2218
|
+
Object.defineProperty(XButton.prototype, "dn", {
|
|
2219
|
+
get: function () {
|
|
2220
|
+
return this.ca;
|
|
2221
|
+
},
|
|
2222
|
+
set: function (a) {
|
|
2223
|
+
var b = this.ca;
|
|
2224
|
+
this.ca = a;
|
|
2225
|
+
if (b != this.ca) {
|
|
2226
|
+
this.kd("FocusElevation", b, a);
|
|
2227
|
+
}
|
|
2228
|
+
},
|
|
2229
|
+
enumerable: false,
|
|
2230
|
+
configurable: true
|
|
2231
|
+
});
|
|
2232
|
+
Object.defineProperty(XButton.prototype, "aa", {
|
|
2233
|
+
get: function () {
|
|
2234
|
+
return this.z;
|
|
2235
|
+
},
|
|
2236
|
+
set: function (a) {
|
|
2237
|
+
var b = this.z;
|
|
2238
|
+
this.z = a;
|
|
2239
|
+
if (b != this.z) {
|
|
2240
|
+
this.kd("TextStyle", b, a);
|
|
2241
|
+
}
|
|
2242
|
+
},
|
|
2243
|
+
enumerable: false,
|
|
2244
|
+
configurable: true
|
|
2245
|
+
});
|
|
2246
|
+
Object.defineProperty(XButton.prototype, "q7", {
|
|
2247
|
+
get: function () {
|
|
2248
|
+
return this.nd;
|
|
2249
|
+
},
|
|
2250
|
+
set: function (a) {
|
|
2251
|
+
var b = this.nd;
|
|
2252
|
+
this.nd = a;
|
|
2253
|
+
if (b != this.nd) {
|
|
2254
|
+
this.kd("TextColor", b, a);
|
|
2255
|
+
}
|
|
2256
|
+
},
|
|
2257
|
+
enumerable: false,
|
|
2258
|
+
configurable: true
|
|
2259
|
+
});
|
|
2260
|
+
Object.defineProperty(XButton.prototype, "p8", {
|
|
2261
|
+
get: function () {
|
|
2262
|
+
return this.me;
|
|
2263
|
+
},
|
|
2264
|
+
set: function (a) {
|
|
2265
|
+
var b = this.me;
|
|
2266
|
+
this.me = a;
|
|
2267
|
+
if (b != this.me) {
|
|
2268
|
+
this.kd("HoverTextColor", b, a);
|
|
2269
|
+
}
|
|
2270
|
+
},
|
|
2271
|
+
enumerable: false,
|
|
2272
|
+
configurable: true
|
|
2273
|
+
});
|
|
2274
|
+
Object.defineProperty(XButton.prototype, "q6", {
|
|
2275
|
+
get: function () {
|
|
2276
|
+
return this.nc;
|
|
2277
|
+
},
|
|
2278
|
+
set: function (a) {
|
|
2279
|
+
var b = this.nc;
|
|
2280
|
+
this.nc = a;
|
|
2281
|
+
if (b != this.nc) {
|
|
2282
|
+
this.kd("RippleColor", b, a);
|
|
2283
|
+
}
|
|
2284
|
+
},
|
|
2285
|
+
enumerable: false,
|
|
2286
|
+
configurable: true
|
|
2287
|
+
});
|
|
2288
|
+
Object.defineProperty(XButton.prototype, "q5", {
|
|
2289
|
+
get: function () {
|
|
2290
|
+
return this.nb;
|
|
2291
|
+
},
|
|
2292
|
+
set: function (a) {
|
|
2293
|
+
var b = this.nb;
|
|
2294
|
+
this.nb = a;
|
|
2295
|
+
if (b != this.nb) {
|
|
2296
|
+
this.kd("RaisedTextColor", b, a);
|
|
2297
|
+
}
|
|
2298
|
+
},
|
|
2299
|
+
enumerable: false,
|
|
2300
|
+
configurable: true
|
|
2301
|
+
});
|
|
2302
|
+
Object.defineProperty(XButton.prototype, "q3", {
|
|
2303
|
+
get: function () {
|
|
2304
|
+
return this.m9;
|
|
2305
|
+
},
|
|
2306
|
+
set: function (a) {
|
|
2307
|
+
var b = this.m9;
|
|
2308
|
+
this.m9 = a;
|
|
2309
|
+
if (b != this.m9) {
|
|
2310
|
+
this.kd("RaisedHoverTextColor", b, a);
|
|
2311
|
+
}
|
|
2312
|
+
},
|
|
2313
|
+
enumerable: false,
|
|
2314
|
+
configurable: true
|
|
2315
|
+
});
|
|
2316
|
+
Object.defineProperty(XButton.prototype, "q0", {
|
|
2317
|
+
get: function () {
|
|
2318
|
+
return this.m6;
|
|
2319
|
+
},
|
|
2320
|
+
set: function (a) {
|
|
2321
|
+
var b = this.m6;
|
|
2322
|
+
this.m6 = a;
|
|
2323
|
+
if (b != this.m6) {
|
|
2324
|
+
this.kd("RaisedFocusBackgroundColor", b, a);
|
|
2325
|
+
}
|
|
2326
|
+
},
|
|
2327
|
+
enumerable: false,
|
|
2328
|
+
configurable: true
|
|
2329
|
+
});
|
|
2330
|
+
Object.defineProperty(XButton.prototype, "q1", {
|
|
2331
|
+
get: function () {
|
|
2332
|
+
return this.m7;
|
|
2333
|
+
},
|
|
2334
|
+
set: function (a) {
|
|
2335
|
+
var b = this.m7;
|
|
2336
|
+
this.m7 = a;
|
|
2337
|
+
if (b != this.m7) {
|
|
2338
|
+
this.kd("RaisedFocusTextColor", b, a);
|
|
2339
|
+
}
|
|
2340
|
+
},
|
|
2341
|
+
enumerable: false,
|
|
2342
|
+
configurable: true
|
|
2343
|
+
});
|
|
2344
|
+
Object.defineProperty(XButton.prototype, "p5", {
|
|
2345
|
+
get: function () {
|
|
2346
|
+
return this.ma;
|
|
2347
|
+
},
|
|
2348
|
+
set: function (a) {
|
|
2349
|
+
var b = this.ma;
|
|
2350
|
+
this.ma = a;
|
|
2351
|
+
if (b != this.ma) {
|
|
2352
|
+
this.kd("FocusBackgroundColor", b, a);
|
|
2353
|
+
}
|
|
2354
|
+
},
|
|
2355
|
+
enumerable: false,
|
|
2356
|
+
configurable: true
|
|
2357
|
+
});
|
|
2358
|
+
Object.defineProperty(XButton.prototype, "p6", {
|
|
2359
|
+
get: function () {
|
|
2360
|
+
return this.mb;
|
|
2361
|
+
},
|
|
2362
|
+
set: function (a) {
|
|
2363
|
+
var b = this.mb;
|
|
2364
|
+
this.mb = a;
|
|
2365
|
+
if (b != this.mb) {
|
|
2366
|
+
this.kd("FocusTextColor", b, a);
|
|
2367
|
+
}
|
|
2368
|
+
},
|
|
2369
|
+
enumerable: false,
|
|
2370
|
+
configurable: true
|
|
2371
|
+
});
|
|
2372
|
+
Object.defineProperty(XButton.prototype, "bg", {
|
|
2373
|
+
get: function () {
|
|
2374
|
+
return this.a3;
|
|
2375
|
+
},
|
|
2376
|
+
set: function (a) {
|
|
2377
|
+
var b = this.a3;
|
|
2378
|
+
this.a3 = a;
|
|
2379
|
+
if (b != this.a3) {
|
|
2380
|
+
this.kd("BorderWidth", b, a);
|
|
2381
|
+
}
|
|
2382
|
+
},
|
|
2383
|
+
enumerable: false,
|
|
2384
|
+
configurable: true
|
|
2385
|
+
});
|
|
2386
|
+
Object.defineProperty(XButton.prototype, "kt", {
|
|
2387
|
+
get: function () {
|
|
2388
|
+
return this.kl;
|
|
2389
|
+
},
|
|
2390
|
+
set: function (a) {
|
|
2391
|
+
var b = this.kl;
|
|
2392
|
+
this.kl = a;
|
|
2393
|
+
{
|
|
2394
|
+
this.kd("CornerRadius", b, a);
|
|
2395
|
+
}
|
|
2396
|
+
},
|
|
2397
|
+
enumerable: false,
|
|
2398
|
+
configurable: true
|
|
2399
|
+
});
|
|
2400
|
+
Object.defineProperty(XButton.prototype, "qk", {
|
|
2401
|
+
get: function () {
|
|
2402
|
+
return this.mq;
|
|
2403
|
+
},
|
|
2404
|
+
set: function (a) {
|
|
2405
|
+
var b = this.mq;
|
|
2406
|
+
this.mq = a;
|
|
2407
|
+
if (b != this.mq) {
|
|
2408
|
+
this.kd("OutlinedBackgroundColor", b, a);
|
|
2409
|
+
}
|
|
2410
|
+
},
|
|
2411
|
+
enumerable: false,
|
|
2412
|
+
configurable: true
|
|
2413
|
+
});
|
|
2414
|
+
Object.defineProperty(XButton.prototype, "qm", {
|
|
2415
|
+
get: function () {
|
|
2416
|
+
return this.ms;
|
|
2417
|
+
},
|
|
2418
|
+
set: function (a) {
|
|
2419
|
+
var b = this.ms;
|
|
2420
|
+
this.ms = a;
|
|
2421
|
+
if (b != this.ms) {
|
|
2422
|
+
this.kd("OutlinedDisabledBackgroundColor", b, a);
|
|
2423
|
+
}
|
|
2424
|
+
},
|
|
2425
|
+
enumerable: false,
|
|
2426
|
+
configurable: true
|
|
2427
|
+
});
|
|
2428
|
+
Object.defineProperty(XButton.prototype, "qn", {
|
|
2429
|
+
get: function () {
|
|
2430
|
+
return this.mt;
|
|
2431
|
+
},
|
|
2432
|
+
set: function (a) {
|
|
2433
|
+
var b = this.mt;
|
|
2434
|
+
this.mt = a;
|
|
2435
|
+
if (b != this.mt) {
|
|
2436
|
+
this.kd("OutlinedDisabledBorderColor", b, a);
|
|
2437
|
+
}
|
|
2438
|
+
},
|
|
2439
|
+
enumerable: false,
|
|
2440
|
+
configurable: true
|
|
2441
|
+
});
|
|
2442
|
+
Object.defineProperty(XButton.prototype, "qo", {
|
|
2443
|
+
get: function () {
|
|
2444
|
+
return this.mu;
|
|
2445
|
+
},
|
|
2446
|
+
set: function (a) {
|
|
2447
|
+
var b = this.mu;
|
|
2448
|
+
this.mu = a;
|
|
2449
|
+
if (b != this.mu) {
|
|
2450
|
+
this.kd("OutlinedDisabledTextColor", b, a);
|
|
2451
|
+
}
|
|
2452
|
+
},
|
|
2453
|
+
enumerable: false,
|
|
2454
|
+
configurable: true
|
|
2455
|
+
});
|
|
2456
|
+
Object.defineProperty(XButton.prototype, "du", {
|
|
2457
|
+
get: function () {
|
|
2458
|
+
return this.cg;
|
|
2459
|
+
},
|
|
2460
|
+
set: function (a) {
|
|
2461
|
+
var b = this.cg;
|
|
2462
|
+
this.cg = a;
|
|
2463
|
+
if (b != this.cg) {
|
|
2464
|
+
this.kd("OutlinedDisabledElevation", b, a);
|
|
2465
|
+
}
|
|
2466
|
+
},
|
|
2467
|
+
enumerable: false,
|
|
2468
|
+
configurable: true
|
|
2469
|
+
});
|
|
2470
|
+
Object.defineProperty(XButton.prototype, "qr", {
|
|
2471
|
+
get: function () {
|
|
2472
|
+
return this.mx;
|
|
2473
|
+
},
|
|
2474
|
+
set: function (a) {
|
|
2475
|
+
var b = this.mx;
|
|
2476
|
+
this.mx = a;
|
|
2477
|
+
if (b != this.mx) {
|
|
2478
|
+
this.kd("OutlinedHoverBackgroundColor", b, a);
|
|
2479
|
+
}
|
|
2480
|
+
},
|
|
2481
|
+
enumerable: false,
|
|
2482
|
+
configurable: true
|
|
2483
|
+
});
|
|
2484
|
+
Object.defineProperty(XButton.prototype, "ql", {
|
|
2485
|
+
get: function () {
|
|
2486
|
+
return this.mr;
|
|
2487
|
+
},
|
|
2488
|
+
set: function (a) {
|
|
2489
|
+
var b = this.mr;
|
|
2490
|
+
this.mr = a;
|
|
2491
|
+
if (b != this.mr) {
|
|
2492
|
+
this.kd("OutlinedBorderColor", b, a);
|
|
2493
|
+
}
|
|
2494
|
+
},
|
|
2495
|
+
enumerable: false,
|
|
2496
|
+
configurable: true
|
|
2497
|
+
});
|
|
2498
|
+
Object.defineProperty(XButton.prototype, "dx", {
|
|
2499
|
+
get: function () {
|
|
2500
|
+
return this.cj;
|
|
2501
|
+
},
|
|
2502
|
+
set: function (a) {
|
|
2503
|
+
var b = this.cj;
|
|
2504
|
+
this.cj = a;
|
|
2505
|
+
if (b != this.cj) {
|
|
2506
|
+
this.kd("OutlinedRestingElevation", b, a);
|
|
2507
|
+
}
|
|
2508
|
+
},
|
|
2509
|
+
enumerable: false,
|
|
2510
|
+
configurable: true
|
|
2511
|
+
});
|
|
2512
|
+
Object.defineProperty(XButton.prototype, "dw", {
|
|
2513
|
+
get: function () {
|
|
2514
|
+
return this.ci;
|
|
2515
|
+
},
|
|
2516
|
+
set: function (a) {
|
|
2517
|
+
var b = this.ci;
|
|
2518
|
+
this.ci = a;
|
|
2519
|
+
if (b != this.ci) {
|
|
2520
|
+
this.kd("OutlinedHoverElevation", b, a);
|
|
2521
|
+
}
|
|
2522
|
+
},
|
|
2523
|
+
enumerable: false,
|
|
2524
|
+
configurable: true
|
|
2525
|
+
});
|
|
2526
|
+
Object.defineProperty(XButton.prototype, "dv", {
|
|
2527
|
+
get: function () {
|
|
2528
|
+
return this.ch;
|
|
2529
|
+
},
|
|
2530
|
+
set: function (a) {
|
|
2531
|
+
var b = this.ch;
|
|
2532
|
+
this.ch = a;
|
|
2533
|
+
if (b != this.ch) {
|
|
2534
|
+
this.kd("OutlinedFocusElevation", b, a);
|
|
2535
|
+
}
|
|
2536
|
+
},
|
|
2537
|
+
enumerable: false,
|
|
2538
|
+
configurable: true
|
|
2539
|
+
});
|
|
2540
|
+
Object.defineProperty(XButton.prototype, "bv", {
|
|
2541
|
+
get: function () {
|
|
2542
|
+
return this.bd;
|
|
2543
|
+
},
|
|
2544
|
+
set: function (a) {
|
|
2545
|
+
var b = this.bd;
|
|
2546
|
+
this.bd = a;
|
|
2547
|
+
if (b != this.bd) {
|
|
2548
|
+
this.kd("OutlinedBorderWidth", b, a);
|
|
2549
|
+
}
|
|
2550
|
+
},
|
|
2551
|
+
enumerable: false,
|
|
2552
|
+
configurable: true
|
|
2553
|
+
});
|
|
2554
|
+
Object.defineProperty(XButton.prototype, "k2", {
|
|
2555
|
+
get: function () {
|
|
2556
|
+
return this.kp;
|
|
2557
|
+
},
|
|
2558
|
+
set: function (a) {
|
|
2559
|
+
var b = this.kp;
|
|
2560
|
+
this.kp = a;
|
|
2561
|
+
{
|
|
2562
|
+
this.kd("OutlinedCornerRadius", b, a);
|
|
2563
|
+
}
|
|
2564
|
+
},
|
|
2565
|
+
enumerable: false,
|
|
2566
|
+
configurable: true
|
|
2567
|
+
});
|
|
2568
|
+
Object.defineProperty(XButton.prototype, "qt", {
|
|
2569
|
+
get: function () {
|
|
2570
|
+
return this.mz;
|
|
2571
|
+
},
|
|
2572
|
+
set: function (a) {
|
|
2573
|
+
var b = this.mz;
|
|
2574
|
+
this.mz = a;
|
|
2575
|
+
if (b != this.mz) {
|
|
2576
|
+
this.kd("OutlinedRippleColor", b, a);
|
|
2577
|
+
}
|
|
2578
|
+
},
|
|
2579
|
+
enumerable: false,
|
|
2580
|
+
configurable: true
|
|
2581
|
+
});
|
|
2582
|
+
Object.defineProperty(XButton.prototype, "qu", {
|
|
2583
|
+
get: function () {
|
|
2584
|
+
return this.m0;
|
|
2585
|
+
},
|
|
2586
|
+
set: function (a) {
|
|
2587
|
+
var b = this.m0;
|
|
2588
|
+
this.m0 = a;
|
|
2589
|
+
if (b != this.m0) {
|
|
2590
|
+
this.kd("OutlinedTextColor", b, a);
|
|
2591
|
+
}
|
|
2592
|
+
},
|
|
2593
|
+
enumerable: false,
|
|
2594
|
+
configurable: true
|
|
2595
|
+
});
|
|
2596
|
+
Object.defineProperty(XButton.prototype, "qs", {
|
|
2597
|
+
get: function () {
|
|
2598
|
+
return this.my;
|
|
2599
|
+
},
|
|
2600
|
+
set: function (a) {
|
|
2601
|
+
var b = this.my;
|
|
2602
|
+
this.my = a;
|
|
2603
|
+
if (b != this.my) {
|
|
2604
|
+
this.kd("OutlinedHoverTextColor", b, a);
|
|
2605
|
+
}
|
|
2606
|
+
},
|
|
2607
|
+
enumerable: false,
|
|
2608
|
+
configurable: true
|
|
2609
|
+
});
|
|
2610
|
+
Object.defineProperty(XButton.prototype, "qp", {
|
|
2611
|
+
get: function () {
|
|
2612
|
+
return this.mv;
|
|
2613
|
+
},
|
|
2614
|
+
set: function (a) {
|
|
2615
|
+
var b = this.mv;
|
|
2616
|
+
this.mv = a;
|
|
2617
|
+
if (b != this.mv) {
|
|
2618
|
+
this.kd("OutlinedFocusBackgroundColor", b, a);
|
|
2619
|
+
}
|
|
2620
|
+
},
|
|
2621
|
+
enumerable: false,
|
|
2622
|
+
configurable: true
|
|
2623
|
+
});
|
|
2624
|
+
Object.defineProperty(XButton.prototype, "qq", {
|
|
2625
|
+
get: function () {
|
|
2626
|
+
return this.mw;
|
|
2627
|
+
},
|
|
2628
|
+
set: function (a) {
|
|
2629
|
+
var b = this.mw;
|
|
2630
|
+
this.mw = a;
|
|
2631
|
+
if (b != this.mw) {
|
|
2632
|
+
this.kd("OutlinedFocusTextColor", b, a);
|
|
2633
|
+
}
|
|
2634
|
+
},
|
|
2635
|
+
enumerable: false,
|
|
2636
|
+
configurable: true
|
|
2637
|
+
});
|
|
2638
|
+
Object.defineProperty(XButton.prototype, "pj", {
|
|
2639
|
+
get: function () {
|
|
2640
|
+
return this.lp;
|
|
2641
|
+
},
|
|
2642
|
+
set: function (a) {
|
|
2643
|
+
var b = this.lp;
|
|
2644
|
+
this.lp = a;
|
|
2645
|
+
if (b != this.lp) {
|
|
2646
|
+
this.kd("FabBackgroundColor", b, a);
|
|
2647
|
+
}
|
|
2648
|
+
},
|
|
2649
|
+
enumerable: false,
|
|
2650
|
+
configurable: true
|
|
2651
|
+
});
|
|
2652
|
+
Object.defineProperty(XButton.prototype, "pl", {
|
|
2653
|
+
get: function () {
|
|
2654
|
+
return this.lr;
|
|
2655
|
+
},
|
|
2656
|
+
set: function (a) {
|
|
2657
|
+
var b = this.lr;
|
|
2658
|
+
this.lr = a;
|
|
2659
|
+
if (b != this.lr) {
|
|
2660
|
+
this.kd("FabDisabledBackgroundColor", b, a);
|
|
2661
|
+
}
|
|
2662
|
+
},
|
|
2663
|
+
enumerable: false,
|
|
2664
|
+
configurable: true
|
|
2665
|
+
});
|
|
2666
|
+
Object.defineProperty(XButton.prototype, "pm", {
|
|
2667
|
+
get: function () {
|
|
2668
|
+
return this.ls;
|
|
2669
|
+
},
|
|
2670
|
+
set: function (a) {
|
|
2671
|
+
var b = this.ls;
|
|
2672
|
+
this.ls = a;
|
|
2673
|
+
if (b != this.ls) {
|
|
2674
|
+
this.kd("FabDisabledBorderColor", b, a);
|
|
2675
|
+
}
|
|
2676
|
+
},
|
|
2677
|
+
enumerable: false,
|
|
2678
|
+
configurable: true
|
|
2679
|
+
});
|
|
2680
|
+
Object.defineProperty(XButton.prototype, "pn", {
|
|
2681
|
+
get: function () {
|
|
2682
|
+
return this.lt;
|
|
2683
|
+
},
|
|
2684
|
+
set: function (a) {
|
|
2685
|
+
var b = this.lt;
|
|
2686
|
+
this.lt = a;
|
|
2687
|
+
if (b != this.lt) {
|
|
2688
|
+
this.kd("FabDisabledTextColor", b, a);
|
|
2689
|
+
}
|
|
2690
|
+
},
|
|
2691
|
+
enumerable: false,
|
|
2692
|
+
configurable: true
|
|
2693
|
+
});
|
|
2694
|
+
Object.defineProperty(XButton.prototype, "df", {
|
|
2695
|
+
get: function () {
|
|
2696
|
+
return this.b2;
|
|
2697
|
+
},
|
|
2698
|
+
set: function (a) {
|
|
2699
|
+
var b = this.b2;
|
|
2700
|
+
this.b2 = a;
|
|
2701
|
+
if (b != this.b2) {
|
|
2702
|
+
this.kd("FabDisabledElevation", b, a);
|
|
2703
|
+
}
|
|
2704
|
+
},
|
|
2705
|
+
enumerable: false,
|
|
2706
|
+
configurable: true
|
|
2707
|
+
});
|
|
2708
|
+
Object.defineProperty(XButton.prototype, "pq", {
|
|
2709
|
+
get: function () {
|
|
2710
|
+
return this.md;
|
|
2711
|
+
},
|
|
2712
|
+
set: function (a) {
|
|
2713
|
+
var b = this.md;
|
|
2714
|
+
this.md = a;
|
|
2715
|
+
if (b != this.md) {
|
|
2716
|
+
this.kd("FabHoverBackgroundColor", b, a);
|
|
2717
|
+
}
|
|
2718
|
+
},
|
|
2719
|
+
enumerable: false,
|
|
2720
|
+
configurable: true
|
|
2721
|
+
});
|
|
2722
|
+
Object.defineProperty(XButton.prototype, "pk", {
|
|
2723
|
+
get: function () {
|
|
2724
|
+
return this.lq;
|
|
2725
|
+
},
|
|
2726
|
+
set: function (a) {
|
|
2727
|
+
var b = this.lq;
|
|
2728
|
+
this.lq = a;
|
|
2729
|
+
if (b != this.lq) {
|
|
2730
|
+
this.kd("FabBorderColor", b, a);
|
|
2731
|
+
}
|
|
2732
|
+
},
|
|
2733
|
+
enumerable: false,
|
|
2734
|
+
configurable: true
|
|
2735
|
+
});
|
|
2736
|
+
Object.defineProperty(XButton.prototype, "di", {
|
|
2737
|
+
get: function () {
|
|
2738
|
+
return this.b5;
|
|
2739
|
+
},
|
|
2740
|
+
set: function (a) {
|
|
2741
|
+
var b = this.b5;
|
|
2742
|
+
this.b5 = a;
|
|
2743
|
+
if (b != this.b5) {
|
|
2744
|
+
this.kd("FabRestingElevation", b, a);
|
|
2745
|
+
}
|
|
2746
|
+
},
|
|
2747
|
+
enumerable: false,
|
|
2748
|
+
configurable: true
|
|
2749
|
+
});
|
|
2750
|
+
Object.defineProperty(XButton.prototype, "dh", {
|
|
2751
|
+
get: function () {
|
|
2752
|
+
return this.b4;
|
|
2753
|
+
},
|
|
2754
|
+
set: function (a) {
|
|
2755
|
+
var b = this.b4;
|
|
2756
|
+
this.b4 = a;
|
|
2757
|
+
if (b != this.b4) {
|
|
2758
|
+
this.kd("FabHoverElevation", b, a);
|
|
2759
|
+
}
|
|
2760
|
+
},
|
|
2761
|
+
enumerable: false,
|
|
2762
|
+
configurable: true
|
|
2763
|
+
});
|
|
2764
|
+
Object.defineProperty(XButton.prototype, "dg", {
|
|
2765
|
+
get: function () {
|
|
2766
|
+
return this.b3;
|
|
2767
|
+
},
|
|
2768
|
+
set: function (a) {
|
|
2769
|
+
var b = this.b3;
|
|
2770
|
+
this.b3 = a;
|
|
2771
|
+
if (b != this.b3) {
|
|
2772
|
+
this.kd("FabFocusElevation", b, a);
|
|
2773
|
+
}
|
|
2774
|
+
},
|
|
2775
|
+
enumerable: false,
|
|
2776
|
+
configurable: true
|
|
2777
|
+
});
|
|
2778
|
+
Object.defineProperty(XButton.prototype, "bq", {
|
|
2779
|
+
get: function () {
|
|
2780
|
+
return this.a8;
|
|
2781
|
+
},
|
|
2782
|
+
set: function (a) {
|
|
2783
|
+
var b = this.a8;
|
|
2784
|
+
this.a8 = a;
|
|
2785
|
+
if (b != this.a8) {
|
|
2786
|
+
this.kd("FabBorderWidth", b, a);
|
|
2787
|
+
}
|
|
2788
|
+
},
|
|
2789
|
+
enumerable: false,
|
|
2790
|
+
configurable: true
|
|
2791
|
+
});
|
|
2792
|
+
Object.defineProperty(XButton.prototype, "kz", {
|
|
2793
|
+
get: function () {
|
|
2794
|
+
return this.km;
|
|
2795
|
+
},
|
|
2796
|
+
set: function (a) {
|
|
2797
|
+
var b = this.km;
|
|
2798
|
+
this.km = a;
|
|
2799
|
+
{
|
|
2800
|
+
this.kd("FabCornerRadius", b, a);
|
|
2801
|
+
}
|
|
2802
|
+
},
|
|
2803
|
+
enumerable: false,
|
|
2804
|
+
configurable: true
|
|
2805
|
+
});
|
|
2806
|
+
Object.defineProperty(XButton.prototype, "ps", {
|
|
2807
|
+
get: function () {
|
|
2808
|
+
return this.lx;
|
|
2809
|
+
},
|
|
2810
|
+
set: function (a) {
|
|
2811
|
+
var b = this.lx;
|
|
2812
|
+
this.lx = a;
|
|
2813
|
+
if (b != this.lx) {
|
|
2814
|
+
this.kd("FabRippleColor", b, a);
|
|
2815
|
+
}
|
|
2816
|
+
},
|
|
2817
|
+
enumerable: false,
|
|
2818
|
+
configurable: true
|
|
2819
|
+
});
|
|
2820
|
+
Object.defineProperty(XButton.prototype, "pt", {
|
|
2821
|
+
get: function () {
|
|
2822
|
+
return this.ly;
|
|
2823
|
+
},
|
|
2824
|
+
set: function (a) {
|
|
2825
|
+
var b = this.ly;
|
|
2826
|
+
this.ly = a;
|
|
2827
|
+
if (b != this.ly) {
|
|
2828
|
+
this.kd("FabTextColor", b, a);
|
|
2829
|
+
}
|
|
2830
|
+
},
|
|
2831
|
+
enumerable: false,
|
|
2832
|
+
configurable: true
|
|
2833
|
+
});
|
|
2834
|
+
Object.defineProperty(XButton.prototype, "pr", {
|
|
2835
|
+
get: function () {
|
|
2836
|
+
return this.lw;
|
|
2837
|
+
},
|
|
2838
|
+
set: function (a) {
|
|
2839
|
+
var b = this.lw;
|
|
2840
|
+
this.lw = a;
|
|
2841
|
+
if (b != this.lw) {
|
|
2842
|
+
this.kd("FabHoverTextColor", b, a);
|
|
2843
|
+
}
|
|
2844
|
+
},
|
|
2845
|
+
enumerable: false,
|
|
2846
|
+
configurable: true
|
|
2847
|
+
});
|
|
2848
|
+
Object.defineProperty(XButton.prototype, "po", {
|
|
2849
|
+
get: function () {
|
|
2850
|
+
return this.lu;
|
|
2851
|
+
},
|
|
2852
|
+
set: function (a) {
|
|
2853
|
+
var b = this.lu;
|
|
2854
|
+
this.lu = a;
|
|
2855
|
+
if (b != this.lu) {
|
|
2856
|
+
this.kd("FabFocusBackgroundColor", b, a);
|
|
2857
|
+
}
|
|
2858
|
+
},
|
|
2859
|
+
enumerable: false,
|
|
2860
|
+
configurable: true
|
|
2861
|
+
});
|
|
2862
|
+
Object.defineProperty(XButton.prototype, "pp", {
|
|
2863
|
+
get: function () {
|
|
2864
|
+
return this.lv;
|
|
2865
|
+
},
|
|
2866
|
+
set: function (a) {
|
|
2867
|
+
var b = this.lv;
|
|
2868
|
+
this.lv = a;
|
|
2869
|
+
if (b != this.lv) {
|
|
2870
|
+
this.kd("FabFocusTextColor", b, a);
|
|
2871
|
+
}
|
|
2872
|
+
},
|
|
2873
|
+
enumerable: false,
|
|
2874
|
+
configurable: true
|
|
2875
|
+
});
|
|
2876
|
+
Object.defineProperty(XButton.prototype, "p9", {
|
|
2877
|
+
get: function () {
|
|
2878
|
+
return this.mf;
|
|
2879
|
+
},
|
|
2880
|
+
set: function (a) {
|
|
2881
|
+
var b = this.mf;
|
|
2882
|
+
this.mf = a;
|
|
2883
|
+
if (b != this.mf) {
|
|
2884
|
+
this.kd("IconBackgroundColor", b, a);
|
|
2885
|
+
}
|
|
2886
|
+
},
|
|
2887
|
+
enumerable: false,
|
|
2888
|
+
configurable: true
|
|
2889
|
+
});
|
|
2890
|
+
Object.defineProperty(XButton.prototype, "qb", {
|
|
2891
|
+
get: function () {
|
|
2892
|
+
return this.mh;
|
|
2893
|
+
},
|
|
2894
|
+
set: function (a) {
|
|
2895
|
+
var b = this.mh;
|
|
2896
|
+
this.mh = a;
|
|
2897
|
+
if (b != this.mh) {
|
|
2898
|
+
this.kd("IconDisabledBackgroundColor", b, a);
|
|
2899
|
+
}
|
|
2900
|
+
},
|
|
2901
|
+
enumerable: false,
|
|
2902
|
+
configurable: true
|
|
2903
|
+
});
|
|
2904
|
+
Object.defineProperty(XButton.prototype, "qc", {
|
|
2905
|
+
get: function () {
|
|
2906
|
+
return this.mi;
|
|
2907
|
+
},
|
|
2908
|
+
set: function (a) {
|
|
2909
|
+
var b = this.mi;
|
|
2910
|
+
this.mi = a;
|
|
2911
|
+
if (b != this.mi) {
|
|
2912
|
+
this.kd("IconDisabledBorderColor", b, a);
|
|
2913
|
+
}
|
|
2914
|
+
},
|
|
2915
|
+
enumerable: false,
|
|
2916
|
+
configurable: true
|
|
2917
|
+
});
|
|
2918
|
+
Object.defineProperty(XButton.prototype, "qd", {
|
|
2919
|
+
get: function () {
|
|
2920
|
+
return this.mj;
|
|
2921
|
+
},
|
|
2922
|
+
set: function (a) {
|
|
2923
|
+
var b = this.mj;
|
|
2924
|
+
this.mj = a;
|
|
2925
|
+
if (b != this.mj) {
|
|
2926
|
+
this.kd("IconDisabledTextColor", b, a);
|
|
2927
|
+
}
|
|
2928
|
+
},
|
|
2929
|
+
enumerable: false,
|
|
2930
|
+
configurable: true
|
|
2931
|
+
});
|
|
2932
|
+
Object.defineProperty(XButton.prototype, "dq", {
|
|
2933
|
+
get: function () {
|
|
2934
|
+
return this.cc;
|
|
2935
|
+
},
|
|
2936
|
+
set: function (a) {
|
|
2937
|
+
var b = this.cc;
|
|
2938
|
+
this.cc = a;
|
|
2939
|
+
if (b != this.cc) {
|
|
2940
|
+
this.kd("IconDisabledElevation", b, a);
|
|
2941
|
+
}
|
|
2942
|
+
},
|
|
2943
|
+
enumerable: false,
|
|
2944
|
+
configurable: true
|
|
2945
|
+
});
|
|
2946
|
+
Object.defineProperty(XButton.prototype, "qg", {
|
|
2947
|
+
get: function () {
|
|
2948
|
+
return this.mm;
|
|
2949
|
+
},
|
|
2950
|
+
set: function (a) {
|
|
2951
|
+
var b = this.mm;
|
|
2952
|
+
this.mm = a;
|
|
2953
|
+
if (b != this.mm) {
|
|
2954
|
+
this.kd("IconHoverBackgroundColor", b, a);
|
|
2955
|
+
}
|
|
2956
|
+
},
|
|
2957
|
+
enumerable: false,
|
|
2958
|
+
configurable: true
|
|
2959
|
+
});
|
|
2960
|
+
Object.defineProperty(XButton.prototype, "qa", {
|
|
2961
|
+
get: function () {
|
|
2962
|
+
return this.mg;
|
|
2963
|
+
},
|
|
2964
|
+
set: function (a) {
|
|
2965
|
+
var b = this.mg;
|
|
2966
|
+
this.mg = a;
|
|
2967
|
+
if (b != this.mg) {
|
|
2968
|
+
this.kd("IconBorderColor", b, a);
|
|
2969
|
+
}
|
|
2970
|
+
},
|
|
2971
|
+
enumerable: false,
|
|
2972
|
+
configurable: true
|
|
2973
|
+
});
|
|
2974
|
+
Object.defineProperty(XButton.prototype, "dt", {
|
|
2975
|
+
get: function () {
|
|
2976
|
+
return this.cf;
|
|
2977
|
+
},
|
|
2978
|
+
set: function (a) {
|
|
2979
|
+
var b = this.cf;
|
|
2980
|
+
this.cf = a;
|
|
2981
|
+
if (b != this.cf) {
|
|
2982
|
+
this.kd("IconRestingElevation", b, a);
|
|
2983
|
+
}
|
|
2984
|
+
},
|
|
2985
|
+
enumerable: false,
|
|
2986
|
+
configurable: true
|
|
2987
|
+
});
|
|
2988
|
+
Object.defineProperty(XButton.prototype, "ds", {
|
|
2989
|
+
get: function () {
|
|
2990
|
+
return this.ce;
|
|
2991
|
+
},
|
|
2992
|
+
set: function (a) {
|
|
2993
|
+
var b = this.ce;
|
|
2994
|
+
this.ce = a;
|
|
2995
|
+
if (b != this.ce) {
|
|
2996
|
+
this.kd("IconHoverElevation", b, a);
|
|
2997
|
+
}
|
|
2998
|
+
},
|
|
2999
|
+
enumerable: false,
|
|
3000
|
+
configurable: true
|
|
3001
|
+
});
|
|
3002
|
+
Object.defineProperty(XButton.prototype, "dr", {
|
|
3003
|
+
get: function () {
|
|
3004
|
+
return this.cd;
|
|
3005
|
+
},
|
|
3006
|
+
set: function (a) {
|
|
3007
|
+
var b = this.cd;
|
|
3008
|
+
this.cd = a;
|
|
3009
|
+
if (b != this.cd) {
|
|
3010
|
+
this.kd("IconFocusElevation", b, a);
|
|
3011
|
+
}
|
|
3012
|
+
},
|
|
3013
|
+
enumerable: false,
|
|
3014
|
+
configurable: true
|
|
3015
|
+
});
|
|
3016
|
+
Object.defineProperty(XButton.prototype, "bs", {
|
|
3017
|
+
get: function () {
|
|
3018
|
+
return this.ba;
|
|
3019
|
+
},
|
|
3020
|
+
set: function (a) {
|
|
3021
|
+
var b = this.ba;
|
|
3022
|
+
this.ba = a;
|
|
3023
|
+
if (b != this.ba) {
|
|
3024
|
+
this.kd("IconBorderWidth", b, a);
|
|
3025
|
+
}
|
|
3026
|
+
},
|
|
3027
|
+
enumerable: false,
|
|
3028
|
+
configurable: true
|
|
3029
|
+
});
|
|
3030
|
+
Object.defineProperty(XButton.prototype, "k1", {
|
|
3031
|
+
get: function () {
|
|
3032
|
+
return this.ko;
|
|
3033
|
+
},
|
|
3034
|
+
set: function (a) {
|
|
3035
|
+
var b = this.ko;
|
|
3036
|
+
this.ko = a;
|
|
3037
|
+
{
|
|
3038
|
+
this.kd("IconCornerRadius", b, a);
|
|
3039
|
+
}
|
|
3040
|
+
},
|
|
3041
|
+
enumerable: false,
|
|
3042
|
+
configurable: true
|
|
3043
|
+
});
|
|
3044
|
+
Object.defineProperty(XButton.prototype, "qi", {
|
|
3045
|
+
get: function () {
|
|
3046
|
+
return this.mo;
|
|
3047
|
+
},
|
|
3048
|
+
set: function (a) {
|
|
3049
|
+
var b = this.mo;
|
|
3050
|
+
this.mo = a;
|
|
3051
|
+
if (b != this.mo) {
|
|
3052
|
+
this.kd("IconRippleColor", b, a);
|
|
3053
|
+
}
|
|
3054
|
+
},
|
|
3055
|
+
enumerable: false,
|
|
3056
|
+
configurable: true
|
|
3057
|
+
});
|
|
3058
|
+
Object.defineProperty(XButton.prototype, "qj", {
|
|
3059
|
+
get: function () {
|
|
3060
|
+
return this.mp;
|
|
3061
|
+
},
|
|
3062
|
+
set: function (a) {
|
|
3063
|
+
var b = this.mp;
|
|
3064
|
+
this.mp = a;
|
|
3065
|
+
if (b != this.mp) {
|
|
3066
|
+
this.kd("IconTextColor", b, a);
|
|
3067
|
+
}
|
|
3068
|
+
},
|
|
3069
|
+
enumerable: false,
|
|
3070
|
+
configurable: true
|
|
3071
|
+
});
|
|
3072
|
+
Object.defineProperty(XButton.prototype, "qh", {
|
|
3073
|
+
get: function () {
|
|
3074
|
+
return this.mn;
|
|
3075
|
+
},
|
|
3076
|
+
set: function (a) {
|
|
3077
|
+
var b = this.mn;
|
|
3078
|
+
this.mn = a;
|
|
3079
|
+
if (b != this.mn) {
|
|
3080
|
+
this.kd("IconHoverTextColor", b, a);
|
|
3081
|
+
}
|
|
3082
|
+
},
|
|
3083
|
+
enumerable: false,
|
|
3084
|
+
configurable: true
|
|
3085
|
+
});
|
|
3086
|
+
Object.defineProperty(XButton.prototype, "qe", {
|
|
3087
|
+
get: function () {
|
|
3088
|
+
return this.mk;
|
|
3089
|
+
},
|
|
3090
|
+
set: function (a) {
|
|
3091
|
+
var b = this.mk;
|
|
3092
|
+
this.mk = a;
|
|
3093
|
+
if (b != this.mk) {
|
|
3094
|
+
this.kd("IconFocusBackgroundColor", b, a);
|
|
3095
|
+
}
|
|
3096
|
+
},
|
|
3097
|
+
enumerable: false,
|
|
3098
|
+
configurable: true
|
|
3099
|
+
});
|
|
3100
|
+
Object.defineProperty(XButton.prototype, "qf", {
|
|
3101
|
+
get: function () {
|
|
3102
|
+
return this.ml;
|
|
3103
|
+
},
|
|
3104
|
+
set: function (a) {
|
|
3105
|
+
var b = this.ml;
|
|
3106
|
+
this.ml = a;
|
|
3107
|
+
if (b != this.ml) {
|
|
3108
|
+
this.kd("IconFocusTextColor", b, a);
|
|
3109
|
+
}
|
|
3110
|
+
},
|
|
3111
|
+
enumerable: false,
|
|
3112
|
+
configurable: true
|
|
3113
|
+
});
|
|
3114
|
+
Object.defineProperty(XButton.prototype, "hu", {
|
|
3115
|
+
get: function () {
|
|
3116
|
+
return this.ei;
|
|
3117
|
+
},
|
|
3118
|
+
set: function (a) {
|
|
3119
|
+
var b = this.ei;
|
|
3120
|
+
this.ei = a;
|
|
3121
|
+
if (b != this.ei) {
|
|
3122
|
+
this.kd("InputId", b, a);
|
|
3123
|
+
}
|
|
3124
|
+
},
|
|
3125
|
+
enumerable: false,
|
|
3126
|
+
configurable: true
|
|
3127
|
+
});
|
|
3128
|
+
Object.defineProperty(XButton.prototype, "hs", {
|
|
3129
|
+
get: function () {
|
|
3130
|
+
return this.eh;
|
|
3131
|
+
},
|
|
3132
|
+
set: function (a) {
|
|
3133
|
+
var b = this.eh;
|
|
3134
|
+
this.eh = a;
|
|
3135
|
+
if (b != this.eh) {
|
|
3136
|
+
this.kd("Id", b, a);
|
|
3137
|
+
}
|
|
3138
|
+
},
|
|
3139
|
+
enumerable: false,
|
|
3140
|
+
configurable: true
|
|
3141
|
+
});
|
|
3142
|
+
Object.defineProperty(XButton.prototype, "fw", {
|
|
3143
|
+
get: function () {
|
|
3144
|
+
return this.ee;
|
|
3145
|
+
},
|
|
3146
|
+
set: function (a) {
|
|
3147
|
+
var b = this.ee;
|
|
3148
|
+
this.ee = a;
|
|
3149
|
+
if (b != this.ee) {
|
|
3150
|
+
this.kd("Display", b, a);
|
|
3151
|
+
}
|
|
3152
|
+
},
|
|
3153
|
+
enumerable: false,
|
|
3154
|
+
configurable: true
|
|
3155
|
+
});
|
|
3156
|
+
Object.defineProperty(XButton.prototype, "ff", {
|
|
3157
|
+
get: function () {
|
|
3158
|
+
return this.ed;
|
|
3159
|
+
},
|
|
3160
|
+
set: function (a) {
|
|
3161
|
+
var b = this.ed;
|
|
3162
|
+
this.ed = a;
|
|
3163
|
+
if (b != this.ed) {
|
|
3164
|
+
this.kd("ChildContentDisplay", b, this.ed);
|
|
3165
|
+
}
|
|
3166
|
+
},
|
|
3167
|
+
enumerable: false,
|
|
3168
|
+
configurable: true
|
|
3169
|
+
});
|
|
3170
|
+
Object.defineProperty(XButton.prototype, "g0", {
|
|
3171
|
+
get: function () {
|
|
3172
|
+
return this.ef;
|
|
3173
|
+
},
|
|
3174
|
+
set: function (a) {
|
|
3175
|
+
var b = this.ef;
|
|
3176
|
+
this.ef = a;
|
|
3177
|
+
if (b != this.ef) {
|
|
3178
|
+
this.kd("FlexDirection", b, a);
|
|
3179
|
+
}
|
|
3180
|
+
},
|
|
3181
|
+
enumerable: false,
|
|
3182
|
+
configurable: true
|
|
3183
|
+
});
|
|
3184
|
+
Object.defineProperty(XButton.prototype, "g2", {
|
|
3185
|
+
get: function () {
|
|
3186
|
+
return this.eg;
|
|
3187
|
+
},
|
|
3188
|
+
set: function (a) {
|
|
3189
|
+
var b = this.eg;
|
|
3190
|
+
this.eg = a;
|
|
3191
|
+
if (b != this.eg) {
|
|
3192
|
+
this.kd("FlexGrow", b, a);
|
|
3193
|
+
}
|
|
3194
|
+
},
|
|
3195
|
+
enumerable: false,
|
|
3196
|
+
configurable: true
|
|
3197
|
+
});
|
|
3198
|
+
Object.defineProperty(XButton.prototype, "e7", {
|
|
3199
|
+
get: function () {
|
|
3200
|
+
return this.eb;
|
|
3201
|
+
},
|
|
3202
|
+
set: function (a) {
|
|
3203
|
+
var b = this.eb;
|
|
3204
|
+
this.eb = a;
|
|
3205
|
+
if (b != this.eb) {
|
|
3206
|
+
this.kd("AlignItems", b, a);
|
|
3207
|
+
}
|
|
3208
|
+
},
|
|
3209
|
+
enumerable: false,
|
|
3210
|
+
configurable: true
|
|
3211
|
+
});
|
|
3212
|
+
Object.defineProperty(XButton.prototype, "ea", {
|
|
3213
|
+
get: function () {
|
|
3214
|
+
return this.d6;
|
|
3215
|
+
},
|
|
3216
|
+
set: function (a) {
|
|
3217
|
+
var b = this.d6;
|
|
3218
|
+
this.d6 = a;
|
|
3219
|
+
if (b != this.d6) {
|
|
3220
|
+
this.kd("Value", b, a);
|
|
3221
|
+
}
|
|
3222
|
+
},
|
|
3223
|
+
enumerable: false,
|
|
3224
|
+
configurable: true
|
|
3225
|
+
});
|
|
3226
|
+
Object.defineProperty(XButton.prototype, "h2", {
|
|
3227
|
+
get: function () {
|
|
3228
|
+
return this.ej;
|
|
3229
|
+
},
|
|
3230
|
+
set: function (a) {
|
|
3231
|
+
var b = this.ej;
|
|
3232
|
+
this.ej = a;
|
|
3233
|
+
if (b != this.ej) {
|
|
3234
|
+
this.kd("Name", b, a);
|
|
3235
|
+
}
|
|
3236
|
+
},
|
|
3237
|
+
enumerable: false,
|
|
3238
|
+
configurable: true
|
|
3239
|
+
});
|
|
3240
|
+
Object.defineProperty(XButton.prototype, "aw", {
|
|
3241
|
+
get: function () {
|
|
3242
|
+
return this.ak;
|
|
3243
|
+
},
|
|
3244
|
+
enumerable: false,
|
|
3245
|
+
configurable: true
|
|
3246
|
+
});
|
|
3247
|
+
Object.defineProperty(XButton.prototype, "d3", {
|
|
3248
|
+
get: function () {
|
|
3249
|
+
return this.cp;
|
|
3250
|
+
},
|
|
3251
|
+
set: function (a) {
|
|
3252
|
+
var b = this.cp;
|
|
3253
|
+
this.cp = a;
|
|
3254
|
+
this.ak = true;
|
|
3255
|
+
if (b != this.cp) {
|
|
3256
|
+
this.kd("TabIndex", b, a);
|
|
3257
|
+
}
|
|
3258
|
+
},
|
|
3259
|
+
enumerable: false,
|
|
3260
|
+
configurable: true
|
|
3261
|
+
});
|
|
3262
|
+
Object.defineProperty(XButton.prototype, "e9", {
|
|
3263
|
+
get: function () {
|
|
3264
|
+
return this.ec;
|
|
3265
|
+
},
|
|
3266
|
+
set: function (a) {
|
|
3267
|
+
var b = this.ec;
|
|
3268
|
+
this.ec = a;
|
|
3269
|
+
if (b != this.ec) {
|
|
3270
|
+
this.kd("AriaLabel", b, a);
|
|
3271
|
+
}
|
|
3272
|
+
},
|
|
3273
|
+
enumerable: false,
|
|
3274
|
+
configurable: true
|
|
3275
|
+
});
|
|
3276
|
+
Object.defineProperty(XButton.prototype, "av", {
|
|
3277
|
+
get: function () {
|
|
3278
|
+
return this.aj;
|
|
3279
|
+
},
|
|
3280
|
+
set: function (a) {
|
|
3281
|
+
var b = this.aj;
|
|
3282
|
+
this.aj = a;
|
|
3283
|
+
if (b != this.aj) {
|
|
3284
|
+
this.kd("FillAvailableSpace", b, this.aj);
|
|
3285
|
+
}
|
|
3286
|
+
},
|
|
3287
|
+
enumerable: false,
|
|
3288
|
+
configurable: true
|
|
3289
|
+
});
|
|
3290
|
+
Object.defineProperty(XButton.prototype, "focused", {
|
|
3291
|
+
get: function () {
|
|
3292
|
+
return this.am;
|
|
3293
|
+
},
|
|
3294
|
+
set: function (a) {
|
|
3295
|
+
var b = this.am;
|
|
3296
|
+
this.am = a;
|
|
3297
|
+
if (b != this.am) {
|
|
3298
|
+
this.kd("IsFocused", b, a);
|
|
3299
|
+
}
|
|
3300
|
+
},
|
|
3301
|
+
enumerable: false,
|
|
3302
|
+
configurable: true
|
|
3303
|
+
});
|
|
3304
|
+
Object.defineProperty(XButton.prototype, "az", {
|
|
3305
|
+
get: function () {
|
|
3306
|
+
return this.an;
|
|
3307
|
+
},
|
|
3308
|
+
set: function (a) {
|
|
3309
|
+
var b = this.an;
|
|
3310
|
+
this.an = a;
|
|
3311
|
+
if (b != this.an) {
|
|
3312
|
+
this.kd("IsFocusStyleEnabled", b, a);
|
|
3313
|
+
}
|
|
3314
|
+
},
|
|
3315
|
+
enumerable: false,
|
|
3316
|
+
configurable: true
|
|
3317
|
+
});
|
|
3318
|
+
Object.defineProperty(XButton.prototype, "at", {
|
|
3319
|
+
get: function () {
|
|
3320
|
+
return this.ah;
|
|
3321
|
+
},
|
|
3322
|
+
set: function (a) {
|
|
3323
|
+
var b = this.ah;
|
|
3324
|
+
this.ah = a;
|
|
3325
|
+
if (b != this.ah) {
|
|
3326
|
+
this.kd("DisableRipple", b, a);
|
|
3327
|
+
}
|
|
3328
|
+
},
|
|
3329
|
+
enumerable: false,
|
|
3330
|
+
configurable: true
|
|
3331
|
+
});
|
|
3332
|
+
Object.defineProperty(XButton.prototype, "ap", {
|
|
3333
|
+
get: function () {
|
|
3334
|
+
return this.ad;
|
|
3335
|
+
},
|
|
3336
|
+
set: function (a) {
|
|
3337
|
+
var b = this.ad;
|
|
3338
|
+
this.ad = a;
|
|
3339
|
+
if (b != this.ad) {
|
|
3340
|
+
this.kd("ActualDisableRipple", b, a);
|
|
3341
|
+
}
|
|
3342
|
+
},
|
|
3343
|
+
enumerable: false,
|
|
3344
|
+
configurable: true
|
|
3345
|
+
});
|
|
3346
|
+
Object.defineProperty(XButton.prototype, "ar", {
|
|
3347
|
+
get: function () {
|
|
3348
|
+
return this.af;
|
|
3349
|
+
},
|
|
3350
|
+
set: function (a) {
|
|
3351
|
+
var b = this.af;
|
|
3352
|
+
this.af = a;
|
|
3353
|
+
if (b != this.af) {
|
|
3354
|
+
this.kd("DisableHover", b, this.af);
|
|
3355
|
+
}
|
|
3356
|
+
},
|
|
3357
|
+
enumerable: false,
|
|
3358
|
+
configurable: true
|
|
3359
|
+
});
|
|
3360
|
+
Object.defineProperty(XButton.prototype, "a0", {
|
|
3361
|
+
get: function () {
|
|
3362
|
+
return this.ao;
|
|
3363
|
+
},
|
|
3364
|
+
set: function (a) {
|
|
3365
|
+
var b = this.ao;
|
|
3366
|
+
this.ao = a;
|
|
3367
|
+
if (b != this.ao) {
|
|
3368
|
+
this.kd("IsHover", b, a);
|
|
3369
|
+
}
|
|
3370
|
+
},
|
|
3371
|
+
enumerable: false,
|
|
3372
|
+
configurable: true
|
|
3373
|
+
});
|
|
3374
|
+
Object.defineProperty(XButton.prototype, "disabled", {
|
|
3375
|
+
get: function () {
|
|
3376
|
+
return this.al;
|
|
3377
|
+
},
|
|
3378
|
+
set: function (a) {
|
|
3379
|
+
var b = this.al;
|
|
3380
|
+
this.al = a;
|
|
3381
|
+
if (b != this.al) {
|
|
3382
|
+
this.kd("IsDisabled", b, a);
|
|
3383
|
+
}
|
|
3384
|
+
},
|
|
3385
|
+
enumerable: false,
|
|
3386
|
+
configurable: true
|
|
3387
|
+
});
|
|
3388
|
+
Object.defineProperty(XButton.prototype, "au", {
|
|
3389
|
+
get: function () {
|
|
3390
|
+
return this.ai;
|
|
3391
|
+
},
|
|
3392
|
+
set: function (a) {
|
|
3393
|
+
var b = this.ai;
|
|
3394
|
+
this.ai = a;
|
|
3395
|
+
if (b != this.ai) {
|
|
3396
|
+
this.kd("DisableTransitions", b, a);
|
|
3397
|
+
}
|
|
3398
|
+
},
|
|
3399
|
+
enumerable: false,
|
|
3400
|
+
configurable: true
|
|
3401
|
+
});
|
|
3402
|
+
Object.defineProperty(XButton.prototype, "as", {
|
|
3403
|
+
get: function () {
|
|
3404
|
+
return this.ag;
|
|
3405
|
+
},
|
|
3406
|
+
set: function (a) {
|
|
3407
|
+
var b = this.ag;
|
|
3408
|
+
this.ag = a;
|
|
3409
|
+
if (b != this.ag) {
|
|
3410
|
+
this.kd("DisablePointer", b, this.ag);
|
|
3411
|
+
}
|
|
3412
|
+
},
|
|
3413
|
+
enumerable: false,
|
|
3414
|
+
configurable: true
|
|
3415
|
+
});
|
|
3416
|
+
Object.defineProperty(XButton.prototype, "bi", {
|
|
3417
|
+
get: function () {
|
|
3418
|
+
return this.a5;
|
|
3419
|
+
},
|
|
3420
|
+
set: function (a) {
|
|
3421
|
+
var b = this.a5;
|
|
3422
|
+
this.a5 = a;
|
|
3423
|
+
if (b != this.a5) {
|
|
3424
|
+
this.kd("ContentPaddingLeft", b, this.a5);
|
|
3425
|
+
}
|
|
3426
|
+
},
|
|
3427
|
+
enumerable: false,
|
|
3428
|
+
configurable: true
|
|
3429
|
+
});
|
|
3430
|
+
Object.defineProperty(XButton.prototype, "bk", {
|
|
3431
|
+
get: function () {
|
|
3432
|
+
return this.a7;
|
|
3433
|
+
},
|
|
3434
|
+
set: function (a) {
|
|
3435
|
+
var b = this.a7;
|
|
3436
|
+
this.a7 = a;
|
|
3437
|
+
if (b != this.a7) {
|
|
3438
|
+
this.kd("ContentPaddingTop", b, this.a7);
|
|
3439
|
+
}
|
|
3440
|
+
},
|
|
3441
|
+
enumerable: false,
|
|
3442
|
+
configurable: true
|
|
3443
|
+
});
|
|
3444
|
+
Object.defineProperty(XButton.prototype, "bj", {
|
|
3445
|
+
get: function () {
|
|
3446
|
+
return this.a6;
|
|
3447
|
+
},
|
|
3448
|
+
set: function (a) {
|
|
3449
|
+
var b = this.a6;
|
|
3450
|
+
this.a6 = a;
|
|
3451
|
+
if (b != this.a6) {
|
|
3452
|
+
this.kd("ContentPaddingRight", b, this.a6);
|
|
3453
|
+
}
|
|
3454
|
+
},
|
|
3455
|
+
enumerable: false,
|
|
3456
|
+
configurable: true
|
|
3457
|
+
});
|
|
3458
|
+
Object.defineProperty(XButton.prototype, "bh", {
|
|
3459
|
+
get: function () {
|
|
3460
|
+
return this.a4;
|
|
3461
|
+
},
|
|
3462
|
+
set: function (a) {
|
|
3463
|
+
var b = this.a4;
|
|
3464
|
+
this.a4 = a;
|
|
3465
|
+
if (b != this.a4) {
|
|
3466
|
+
this.kd("ContentPaddingBottom", b, this.a4);
|
|
3467
|
+
}
|
|
3468
|
+
},
|
|
3469
|
+
enumerable: false,
|
|
3470
|
+
configurable: true
|
|
3471
|
+
});
|
|
3472
|
+
Object.defineProperty(XButton.prototype, "k5", {
|
|
3473
|
+
get: function () {
|
|
3474
|
+
return this.k4;
|
|
3475
|
+
},
|
|
3476
|
+
set: function (a) {
|
|
3477
|
+
var b = this.k4;
|
|
3478
|
+
this.k4 = a;
|
|
3479
|
+
if (b != this.k4) {
|
|
3480
|
+
this.kd("HorizontalContentAlignment", enumGetBox(HorizontalAlignment_$type, b), enumGetBox(HorizontalAlignment_$type, this.k4));
|
|
3481
|
+
}
|
|
3482
|
+
},
|
|
3483
|
+
enumerable: false,
|
|
3484
|
+
configurable: true
|
|
3485
|
+
});
|
|
3486
|
+
Object.defineProperty(XButton.prototype, "q9", {
|
|
3487
|
+
get: function () {
|
|
3488
|
+
return this.q8;
|
|
3489
|
+
},
|
|
3490
|
+
set: function (a) {
|
|
3491
|
+
var b = this.q8;
|
|
3492
|
+
this.q8 = a;
|
|
3493
|
+
if (b != this.q8) {
|
|
3494
|
+
this.kd("VerticalContentAlignment", enumGetBox(VerticalAlignment_$type, b), enumGetBox(VerticalAlignment_$type, this.q8));
|
|
3495
|
+
}
|
|
3496
|
+
},
|
|
3497
|
+
enumerable: false,
|
|
3498
|
+
configurable: true
|
|
3499
|
+
});
|
|
3500
|
+
Object.defineProperty(XButton.prototype, "aq", {
|
|
3501
|
+
get: function () {
|
|
3502
|
+
return this.ae;
|
|
3503
|
+
},
|
|
3504
|
+
set: function (a) {
|
|
3505
|
+
var b = this.ae;
|
|
3506
|
+
this.ae = a;
|
|
3507
|
+
if (b != this.ae) {
|
|
3508
|
+
this.kd("ClickTunneling", b, this.ae);
|
|
3509
|
+
}
|
|
3510
|
+
},
|
|
3511
|
+
enumerable: false,
|
|
3512
|
+
configurable: true
|
|
3513
|
+
});
|
|
3514
|
+
XButton.prototype.ke = function () {
|
|
3515
|
+
this.j3();
|
|
3516
|
+
this.view.aw(this.np, BrushUtil.g(0, 0, 0, 0));
|
|
3517
|
+
this.kh();
|
|
3518
|
+
};
|
|
3519
|
+
Object.defineProperty(XButton.prototype, "a", {
|
|
3520
|
+
get: function () {
|
|
3521
|
+
var a = new AnimationKeyFrameEffectTiming();
|
|
3522
|
+
a.g = 300;
|
|
3523
|
+
a.b = 0;
|
|
3524
|
+
return a;
|
|
3525
|
+
},
|
|
3526
|
+
enumerable: false,
|
|
3527
|
+
configurable: true
|
|
3528
|
+
});
|
|
3529
|
+
XButton.prototype.j3 = function () {
|
|
3530
|
+
this.view.ae();
|
|
3531
|
+
};
|
|
3532
|
+
XButton.prototype.onDetachedFromUI = function () {
|
|
3533
|
+
this.view.aj();
|
|
3534
|
+
};
|
|
3535
|
+
XButton.prototype.onAttachedToUI = function () {
|
|
3536
|
+
this.view.ag();
|
|
3537
|
+
};
|
|
3538
|
+
XButton.prototype.appendButtonContent = function (a) {
|
|
3539
|
+
this.view.ac(a);
|
|
3540
|
+
};
|
|
3541
|
+
XButton.prototype.clearButtonContent = function () {
|
|
3542
|
+
this.view.ad();
|
|
3543
|
+
};
|
|
3544
|
+
XButton.prototype.getButtonContent = function () {
|
|
3545
|
+
return this.view.r();
|
|
3546
|
+
};
|
|
3547
|
+
XButton.prototype.a1 = function () {
|
|
3548
|
+
return this.view.g();
|
|
3549
|
+
};
|
|
3550
|
+
XButton.prototype.d7 = function () {
|
|
3551
|
+
return this.b();
|
|
3552
|
+
};
|
|
3553
|
+
XButton.prototype.f0 = function () {
|
|
3554
|
+
var a = this.b();
|
|
3555
|
+
return a.ab();
|
|
3556
|
+
};
|
|
3557
|
+
XButton.prototype.b = function () {
|
|
3558
|
+
var a = this.view.q;
|
|
3559
|
+
var b = this.view.s;
|
|
3560
|
+
var c = new ButtonVisualModelExport();
|
|
3561
|
+
var d = UIElementPropertyAccessorFactory.c.a(12, 0);
|
|
3562
|
+
var e = d.b(a);
|
|
3563
|
+
var f = this.view.a();
|
|
3564
|
+
c.s = f[0];
|
|
3565
|
+
c.q = f[1];
|
|
3566
|
+
c.p = NativeUI.d(a);
|
|
3567
|
+
c.t = NativeUI.j(a);
|
|
3568
|
+
c.h = this.n;
|
|
3569
|
+
c.i = this.q;
|
|
3570
|
+
c.c = AppearanceHelper.a(NativeUI.ai(a));
|
|
3571
|
+
c.g = AppearanceHelper.a(this.nr);
|
|
3572
|
+
c.d = AppearanceHelper.a(this.no);
|
|
3573
|
+
c.a = AppearanceHelper.a(this.ne);
|
|
3574
|
+
c.u = this.ct;
|
|
3575
|
+
c.e = AppearanceHelper.a(this.np);
|
|
3576
|
+
c.ah = this.kr;
|
|
3577
|
+
c.b = AppearanceHelper.a(NativeUI.ah(a));
|
|
3578
|
+
c.j = this.u;
|
|
3579
|
+
c.f = AppearanceHelper.a(NativeUI.aj(b));
|
|
3580
|
+
c.o = this.bf;
|
|
3581
|
+
c.x = this.fw;
|
|
3582
|
+
c.y = this.g0;
|
|
3583
|
+
c.z = this.g2;
|
|
3584
|
+
c.w = this.e7;
|
|
3585
|
+
c.v = this.view.s.getNativeElement().innerText;
|
|
3586
|
+
c.aa = this.h2;
|
|
3587
|
+
c.m = this.focused;
|
|
3588
|
+
c.k = this.ap;
|
|
3589
|
+
c.n = this.a0;
|
|
3590
|
+
c.l = this.disabled;
|
|
3591
|
+
if (this.aa != null) {
|
|
3592
|
+
var g = this.aa;
|
|
3593
|
+
if (this.view != null && g.n == null) {
|
|
3594
|
+
var h = this.view.k;
|
|
3595
|
+
var i = FontUtil.getFontInfoFromString(h, g.fontString);
|
|
3596
|
+
g.n = i.n;
|
|
3597
|
+
g.d = i.d;
|
|
3598
|
+
g.o = i.o;
|
|
3599
|
+
g.q = i.q;
|
|
3600
|
+
g.r = i.r;
|
|
3601
|
+
g.s = i.s;
|
|
3602
|
+
}
|
|
3603
|
+
if (g.n != null) {
|
|
3604
|
+
c.ac = g.n;
|
|
3605
|
+
}
|
|
3606
|
+
if (!isNaN_(g.d)) {
|
|
3607
|
+
c.r = g.d;
|
|
3608
|
+
}
|
|
3609
|
+
if (g.s != null) {
|
|
3610
|
+
c.ag = g.s;
|
|
3611
|
+
}
|
|
3612
|
+
if (g.q != null) {
|
|
3613
|
+
c.ae = g.q;
|
|
3614
|
+
}
|
|
3615
|
+
if (g.o != null) {
|
|
3616
|
+
c.ad = g.q;
|
|
3617
|
+
}
|
|
3618
|
+
}
|
|
3619
|
+
return c;
|
|
3620
|
+
};
|
|
3621
|
+
XButton.prototype.provideContainer = function (a) {
|
|
3622
|
+
this.view.ai(a);
|
|
3623
|
+
};
|
|
3624
|
+
XButton.$t = markType(XButton, 'XButton', Base.$, [INotifyPropertyChanged_$type]);
|
|
3625
|
+
XButton.m = 2;
|
|
3626
|
+
XButton.d5 = 0;
|
|
3627
|
+
XButton.d4 = 0;
|
|
3628
|
+
XButton.i = new Theme(1, ((function () {
|
|
3629
|
+
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3630
|
+
$ret.addItem("UmbraShadowColor", BrushUtil.g(66, 0, 0, 0));
|
|
3631
|
+
$ret.addItem("PenumbraShadowColor", BrushUtil.g(30, 0, 0, 0));
|
|
3632
|
+
$ret.addItem("AmbientShadowColor", BrushUtil.g(20, 0, 0, 0));
|
|
3633
|
+
$ret.addItem("ElevationMode", enumGetBox(ElevationMode_$type, 1));
|
|
3634
|
+
return $ret;
|
|
3635
|
+
})()), ((function () {
|
|
3636
|
+
var $ret = new Dictionary$2(Base.$, Theme.$, 0);
|
|
3637
|
+
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 0), new Theme(0, ((function () {
|
|
3638
|
+
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3639
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.g(10, 0, 0, 0));
|
|
3640
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.g(10, 0, 0, 0));
|
|
3641
|
+
$ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
|
|
3642
|
+
$ret.addItem("DisabledElevation", 0);
|
|
3643
|
+
$ret.addItem("RestingElevation", 2);
|
|
3644
|
+
$ret.addItem("HoverElevation", 4);
|
|
3645
|
+
$ret.addItem("FocusElevation", 8);
|
|
3646
|
+
$ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
|
|
3647
|
+
$ret.addItem("RippleColor", BrushUtil.g(255, 255, 255, 255));
|
|
3648
|
+
$ret.addItem("CornerRadius", new CornerRadius(0, 4));
|
|
3649
|
+
$ret.addItem("BorderWidth", NaN);
|
|
3650
|
+
$ret.addItem("BackgroundColor", BrushUtil.g(255, 228, 28, 119));
|
|
3651
|
+
$ret.addItem("TextColor", BrushUtil.g(255, 0, 0, 0));
|
|
3652
|
+
$ret.addItem("HoverTextColor", BrushUtil.g(255, 0, 0, 0));
|
|
3653
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.g(255, 220, 83, 145));
|
|
3654
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.g(255, 220, 83, 145));
|
|
3655
|
+
$ret.addItem("FocusTextColor", BrushUtil.g(255, 0, 0, 0));
|
|
3656
|
+
return $ret;
|
|
3657
|
+
})())));
|
|
3658
|
+
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 1), new Theme(0, ((function () {
|
|
3659
|
+
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3660
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.g(0, 0, 0, 0));
|
|
3661
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.g(0, 0, 0, 0));
|
|
3662
|
+
$ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
|
|
3663
|
+
$ret.addItem("DisabledElevation", 0);
|
|
3664
|
+
$ret.addItem("RestingElevation", 0);
|
|
3665
|
+
$ret.addItem("HoverElevation", 0);
|
|
3666
|
+
$ret.addItem("FocusElevation", 0);
|
|
3667
|
+
$ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
|
|
3668
|
+
$ret.addItem("RippleColor", null);
|
|
3669
|
+
$ret.addItem("CornerRadius", new CornerRadius(0, 4));
|
|
3670
|
+
$ret.addItem("BorderWidth", NaN);
|
|
3671
|
+
$ret.addItem("BackgroundColor", BrushUtil.g(0, 0, 0, 0));
|
|
3672
|
+
$ret.addItem("TextColor", BrushUtil.g(255, 0, 0, 0));
|
|
3673
|
+
$ret.addItem("HoverTextColor", BrushUtil.g(255, 228, 28, 119));
|
|
3674
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.g(13, 228, 28, 119));
|
|
3675
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.g(30, 228, 28, 119));
|
|
3676
|
+
$ret.addItem("FocusTextColor", BrushUtil.g(255, 228, 28, 119));
|
|
3677
|
+
return $ret;
|
|
3678
|
+
})())));
|
|
3679
|
+
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 2), new Theme(0, ((function () {
|
|
3680
|
+
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3681
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.g(0, 0, 0, 0));
|
|
3682
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.g(30, 0, 0, 0));
|
|
3683
|
+
$ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
|
|
3684
|
+
$ret.addItem("DisabledElevation", 0);
|
|
3685
|
+
$ret.addItem("RestingElevation", 0);
|
|
3686
|
+
$ret.addItem("HoverElevation", 0);
|
|
3687
|
+
$ret.addItem("FocusElevation", 0);
|
|
3688
|
+
$ret.addItem("BorderColor", BrushUtil.g(30, 0, 0, 0));
|
|
3689
|
+
$ret.addItem("RippleColor", BrushUtil.g(0, 0, 0, 0));
|
|
3690
|
+
$ret.addItem("CornerRadius", new CornerRadius(0, 4));
|
|
3691
|
+
$ret.addItem("BorderWidth", 1);
|
|
3692
|
+
$ret.addItem("BackgroundColor", BrushUtil.g(0, 0, 0, 0));
|
|
3693
|
+
$ret.addItem("TextColor", BrushUtil.g(255, 228, 28, 119));
|
|
3694
|
+
$ret.addItem("HoverTextColor", BrushUtil.g(255, 228, 28, 119));
|
|
3695
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.g(13, 228, 28, 119));
|
|
3696
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.g(30, 228, 28, 119));
|
|
3697
|
+
$ret.addItem("FocusTextColor", BrushUtil.g(255, 228, 28, 119));
|
|
3698
|
+
return $ret;
|
|
3699
|
+
})())));
|
|
3700
|
+
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 4), new Theme(0, ((function () {
|
|
3701
|
+
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3702
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.g(0, 0, 0, 0));
|
|
3703
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.g(0, 0, 0, 0));
|
|
3704
|
+
$ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
|
|
3705
|
+
$ret.addItem("DisabledElevation", 0);
|
|
3706
|
+
$ret.addItem("RestingElevation", 0);
|
|
3707
|
+
$ret.addItem("HoverElevation", 0);
|
|
3708
|
+
$ret.addItem("FocusElevation", 0);
|
|
3709
|
+
$ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
|
|
3710
|
+
$ret.addItem("RippleColor", null);
|
|
3711
|
+
$ret.addItem("CornerRadius", new CornerRadius(0, 28));
|
|
3712
|
+
$ret.addItem("BorderWidth", NaN);
|
|
3713
|
+
$ret.addItem("BackgroundColor", BrushUtil.g(0, 0, 0, 0));
|
|
3714
|
+
$ret.addItem("TextColor", BrushUtil.g(255, 0, 0, 0));
|
|
3715
|
+
$ret.addItem("HoverTextColor", BrushUtil.g(255, 0, 0, 0));
|
|
3716
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.g(30, 0, 0, 0));
|
|
3717
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.g(66, 0, 0, 0));
|
|
3718
|
+
$ret.addItem("FocusTextColor", BrushUtil.g(255, 0, 0, 0));
|
|
3719
|
+
return $ret;
|
|
3720
|
+
})())));
|
|
3721
|
+
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 3), new Theme(0, ((function () {
|
|
3722
|
+
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3723
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.g(10, 0, 0, 0));
|
|
3724
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.g(10, 0, 0, 0));
|
|
3725
|
+
$ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
|
|
3726
|
+
$ret.addItem("DisabledElevation", 0);
|
|
3727
|
+
$ret.addItem("RestingElevation", 6);
|
|
3728
|
+
$ret.addItem("HoverElevation", 12);
|
|
3729
|
+
$ret.addItem("FocusElevation", 12);
|
|
3730
|
+
$ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
|
|
3731
|
+
$ret.addItem("RippleColor", BrushUtil.g(255, 255, 255, 255));
|
|
3732
|
+
$ret.addItem("CornerRadius", new CornerRadius(0, 28));
|
|
3733
|
+
$ret.addItem("BorderWidth", NaN);
|
|
3734
|
+
$ret.addItem("BackgroundColor", BrushUtil.g(255, 228, 28, 119));
|
|
3735
|
+
$ret.addItem("TextColor", BrushUtil.g(255, 0, 0, 0));
|
|
3736
|
+
$ret.addItem("HoverTextColor", BrushUtil.g(255, 0, 0, 0));
|
|
3737
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.g(255, 220, 83, 145));
|
|
3738
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.g(255, 220, 83, 145));
|
|
3739
|
+
$ret.addItem("FocusTextColor", BrushUtil.g(255, 0, 0, 0));
|
|
3740
|
+
return $ret;
|
|
3741
|
+
})())));
|
|
3742
|
+
return $ret;
|
|
3743
|
+
})()));
|
|
3744
|
+
XButton.h = new Theme(1, ((function () {
|
|
3745
|
+
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3746
|
+
$ret.addItem("UmbraShadowColor", BrushUtil.g(100, 33, 150, 243));
|
|
3747
|
+
$ret.addItem("PenumbraShadowColor", BrushUtil.g(70, 33, 150, 243));
|
|
3748
|
+
$ret.addItem("AmbientShadowColor", BrushUtil.g(40, 33, 150, 243));
|
|
3749
|
+
$ret.addItem("ElevationMode", enumGetBox(ElevationMode_$type, 2));
|
|
3750
|
+
return $ret;
|
|
3751
|
+
})()), ((function () {
|
|
3752
|
+
var $ret = new Dictionary$2(Base.$, Theme.$, 0);
|
|
3753
|
+
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 0), new Theme(0, ((function () {
|
|
3754
|
+
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3755
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.g(10, 0, 0, 0));
|
|
3756
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.g(10, 0, 0, 0));
|
|
3757
|
+
$ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
|
|
3758
|
+
$ret.addItem("DisabledElevation", 0);
|
|
3759
|
+
$ret.addItem("RestingElevation", 0);
|
|
3760
|
+
$ret.addItem("HoverElevation", 0);
|
|
3761
|
+
$ret.addItem("FocusElevation", 2);
|
|
3762
|
+
$ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
|
|
3763
|
+
$ret.addItem("RippleColor", BrushUtil.g(255, 255, 255, 255));
|
|
3764
|
+
$ret.addItem("CornerRadius", new CornerRadius(0, 3));
|
|
3765
|
+
$ret.addItem("BorderWidth", NaN);
|
|
3766
|
+
$ret.addItem("BackgroundColor", BrushUtil.g(255, 33, 150, 243));
|
|
3767
|
+
$ret.addItem("TextColor", BrushUtil.g(255, 255, 255, 255));
|
|
3768
|
+
$ret.addItem("HoverTextColor", BrushUtil.g(255, 255, 255, 255));
|
|
3769
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.g(255, 27, 135, 220));
|
|
3770
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.g(255, 21, 112, 184));
|
|
3771
|
+
$ret.addItem("FocusTextColor", BrushUtil.g(255, 255, 255, 255));
|
|
3772
|
+
return $ret;
|
|
3773
|
+
})())));
|
|
3774
|
+
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 1), new Theme(0, ((function () {
|
|
3775
|
+
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3776
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.g(0, 0, 0, 0));
|
|
3777
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.g(0, 0, 0, 0));
|
|
3778
|
+
$ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
|
|
3779
|
+
$ret.addItem("DisabledElevation", 0);
|
|
3780
|
+
$ret.addItem("RestingElevation", 0);
|
|
3781
|
+
$ret.addItem("HoverElevation", 0);
|
|
3782
|
+
$ret.addItem("FocusElevation", 2);
|
|
3783
|
+
$ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
|
|
3784
|
+
$ret.addItem("RippleColor", BrushUtil.g(100, 33, 150, 243));
|
|
3785
|
+
$ret.addItem("CornerRadius", new CornerRadius(0, 3));
|
|
3786
|
+
$ret.addItem("BorderWidth", NaN);
|
|
3787
|
+
$ret.addItem("BackgroundColor", BrushUtil.g(0, 0, 0, 0));
|
|
3788
|
+
$ret.addItem("TextColor", BrushUtil.g(255, 119, 119, 119));
|
|
3789
|
+
$ret.addItem("HoverTextColor", BrushUtil.g(255, 119, 119, 119));
|
|
3790
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.g(26, 33, 150, 243));
|
|
3791
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.g(0, 0, 0, 0));
|
|
3792
|
+
$ret.addItem("FocusTextColor", BrushUtil.g(255, 33, 150, 243));
|
|
3793
|
+
return $ret;
|
|
3794
|
+
})())));
|
|
3795
|
+
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 2), new Theme(0, ((function () {
|
|
3796
|
+
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3797
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.g(0, 0, 0, 0));
|
|
3798
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.g(30, 0, 0, 0));
|
|
3799
|
+
$ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
|
|
3800
|
+
$ret.addItem("DisabledElevation", 0);
|
|
3801
|
+
$ret.addItem("RestingElevation", 0);
|
|
3802
|
+
$ret.addItem("HoverElevation", 0);
|
|
3803
|
+
$ret.addItem("FocusElevation", 2);
|
|
3804
|
+
$ret.addItem("BorderColor", BrushUtil.g(255, 33, 150, 243));
|
|
3805
|
+
$ret.addItem("RippleColor", BrushUtil.g(0, 0, 0, 0));
|
|
3806
|
+
$ret.addItem("CornerRadius", new CornerRadius(0, 3));
|
|
3807
|
+
$ret.addItem("BorderWidth", 1);
|
|
3808
|
+
$ret.addItem("BackgroundColor", BrushUtil.g(0, 0, 0, 0));
|
|
3809
|
+
$ret.addItem("TextColor", BrushUtil.g(255, 33, 150, 243));
|
|
3810
|
+
$ret.addItem("HoverTextColor", BrushUtil.g(255, 33, 150, 243));
|
|
3811
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.g(26, 33, 150, 243));
|
|
3812
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.g(255, 33, 150, 243));
|
|
3813
|
+
$ret.addItem("FocusTextColor", BrushUtil.g(255, 255, 255, 255));
|
|
3814
|
+
return $ret;
|
|
3815
|
+
})())));
|
|
3816
|
+
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 4), new Theme(0, ((function () {
|
|
3817
|
+
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3818
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.g(0, 0, 0, 0));
|
|
3819
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.g(0, 0, 0, 0));
|
|
3820
|
+
$ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
|
|
3821
|
+
$ret.addItem("DisabledElevation", 0);
|
|
3822
|
+
$ret.addItem("RestingElevation", 0);
|
|
3823
|
+
$ret.addItem("HoverElevation", 0);
|
|
3824
|
+
$ret.addItem("FocusElevation", 2);
|
|
3825
|
+
$ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
|
|
3826
|
+
$ret.addItem("RippleColor", null);
|
|
3827
|
+
$ret.addItem("CornerRadius", new CornerRadius(0, 28));
|
|
3828
|
+
$ret.addItem("BorderWidth", NaN);
|
|
3829
|
+
$ret.addItem("BackgroundColor", BrushUtil.g(0, 0, 0, 0));
|
|
3830
|
+
$ret.addItem("TextColor", BrushUtil.g(255, 119, 119, 119));
|
|
3831
|
+
$ret.addItem("HoverTextColor", BrushUtil.g(255, 119, 119, 119));
|
|
3832
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.g(30, 0, 0, 0));
|
|
3833
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.g(66, 0, 0, 0));
|
|
3834
|
+
$ret.addItem("FocusTextColor", BrushUtil.g(255, 33, 150, 243));
|
|
3835
|
+
return $ret;
|
|
3836
|
+
})())));
|
|
3837
|
+
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 3), new Theme(0, ((function () {
|
|
3838
|
+
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3839
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.g(10, 0, 0, 0));
|
|
3840
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.g(10, 0, 0, 0));
|
|
3841
|
+
$ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
|
|
3842
|
+
$ret.addItem("DisabledElevation", 0);
|
|
3843
|
+
$ret.addItem("RestingElevation", 0);
|
|
3844
|
+
$ret.addItem("HoverElevation", 0);
|
|
3845
|
+
$ret.addItem("FocusElevation", 2);
|
|
3846
|
+
$ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
|
|
3847
|
+
$ret.addItem("RippleColor", BrushUtil.g(255, 255, 255, 255));
|
|
3848
|
+
$ret.addItem("CornerRadius", new CornerRadius(0, 28));
|
|
3849
|
+
$ret.addItem("BorderWidth", NaN);
|
|
3850
|
+
$ret.addItem("BackgroundColor", BrushUtil.g(255, 33, 150, 243));
|
|
3851
|
+
$ret.addItem("TextColor", BrushUtil.g(255, 255, 255, 255));
|
|
3852
|
+
$ret.addItem("HoverTextColor", BrushUtil.g(255, 255, 255, 255));
|
|
3853
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.g(255, 27, 135, 220));
|
|
3854
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.g(255, 21, 112, 184));
|
|
3855
|
+
$ret.addItem("FocusTextColor", BrushUtil.g(255, 255, 255, 255));
|
|
3856
|
+
return $ret;
|
|
3857
|
+
})())));
|
|
3858
|
+
return $ret;
|
|
3859
|
+
})()));
|
|
3860
|
+
XButton.j = new Theme(1, ((function () {
|
|
3861
|
+
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3862
|
+
$ret.addItem("UmbraShadowColor", BrushUtil.g(100, 33, 150, 243));
|
|
3863
|
+
$ret.addItem("PenumbraShadowColor", BrushUtil.g(70, 33, 150, 243));
|
|
3864
|
+
$ret.addItem("AmbientShadowColor", BrushUtil.g(40, 33, 150, 243));
|
|
3865
|
+
$ret.addItem("ElevationMode", enumGetBox(ElevationMode_$type, 2));
|
|
3866
|
+
return $ret;
|
|
3867
|
+
})()), ((function () {
|
|
3868
|
+
var $ret = new Dictionary$2(Base.$, Theme.$, 0);
|
|
3869
|
+
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 0), new Theme(0, ((function () {
|
|
3870
|
+
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3871
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.g(10, 0, 0, 0));
|
|
3872
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.g(10, 0, 0, 0));
|
|
3873
|
+
$ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
|
|
3874
|
+
$ret.addItem("DisabledElevation", 0);
|
|
3875
|
+
$ret.addItem("RestingElevation", 0);
|
|
3876
|
+
$ret.addItem("HoverElevation", 0);
|
|
3877
|
+
$ret.addItem("FocusElevation", 2);
|
|
3878
|
+
$ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
|
|
3879
|
+
$ret.addItem("RippleColor", BrushUtil.g(255, 255, 255, 255));
|
|
3880
|
+
$ret.addItem("CornerRadius", new CornerRadius(0, 3));
|
|
3881
|
+
$ret.addItem("BorderWidth", NaN);
|
|
3882
|
+
$ret.addItem("BackgroundColor", BrushUtil.g(255, 33, 150, 243));
|
|
3883
|
+
$ret.addItem("TextColor", BrushUtil.g(255, 255, 255, 255));
|
|
3884
|
+
$ret.addItem("HoverTextColor", BrushUtil.g(255, 255, 255, 255));
|
|
3885
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.g(255, 27, 135, 220));
|
|
3886
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.g(255, 21, 112, 184));
|
|
3887
|
+
$ret.addItem("FocusTextColor", BrushUtil.g(255, 255, 255, 255));
|
|
3888
|
+
return $ret;
|
|
3889
|
+
})())));
|
|
3890
|
+
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 1), new Theme(0, ((function () {
|
|
3891
|
+
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3892
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.g(0, 0, 0, 0));
|
|
3893
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.g(0, 0, 0, 0));
|
|
3894
|
+
$ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
|
|
3895
|
+
$ret.addItem("DisabledElevation", 0);
|
|
3896
|
+
$ret.addItem("RestingElevation", 0);
|
|
3897
|
+
$ret.addItem("HoverElevation", 0);
|
|
3898
|
+
$ret.addItem("FocusElevation", 2);
|
|
3899
|
+
$ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
|
|
3900
|
+
$ret.addItem("RippleColor", BrushUtil.g(100, 33, 150, 243));
|
|
3901
|
+
$ret.addItem("CornerRadius", new CornerRadius(0, 3));
|
|
3902
|
+
$ret.addItem("BorderWidth", NaN);
|
|
3903
|
+
$ret.addItem("BackgroundColor", BrushUtil.g(0, 0, 0, 0));
|
|
3904
|
+
$ret.addItem("TextColor", BrushUtil.g(255, 119, 119, 119));
|
|
3905
|
+
$ret.addItem("HoverTextColor", BrushUtil.g(255, 119, 119, 119));
|
|
3906
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.g(26, 33, 150, 243));
|
|
3907
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.g(0, 0, 0, 0));
|
|
3908
|
+
$ret.addItem("FocusTextColor", BrushUtil.g(255, 33, 150, 243));
|
|
3909
|
+
return $ret;
|
|
3910
|
+
})())));
|
|
3911
|
+
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 2), new Theme(0, ((function () {
|
|
3912
|
+
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3913
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.g(0, 0, 0, 0));
|
|
3914
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.g(30, 0, 0, 0));
|
|
3915
|
+
$ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
|
|
3916
|
+
$ret.addItem("DisabledElevation", 0);
|
|
3917
|
+
$ret.addItem("RestingElevation", 0);
|
|
3918
|
+
$ret.addItem("HoverElevation", 0);
|
|
3919
|
+
$ret.addItem("FocusElevation", 2);
|
|
3920
|
+
$ret.addItem("BorderColor", BrushUtil.g(255, 33, 150, 243));
|
|
3921
|
+
$ret.addItem("RippleColor", BrushUtil.g(0, 0, 0, 0));
|
|
3922
|
+
$ret.addItem("CornerRadius", new CornerRadius(0, 3));
|
|
3923
|
+
$ret.addItem("BorderWidth", 1);
|
|
3924
|
+
$ret.addItem("BackgroundColor", BrushUtil.g(0, 0, 0, 0));
|
|
3925
|
+
$ret.addItem("TextColor", BrushUtil.g(255, 33, 150, 243));
|
|
3926
|
+
$ret.addItem("HoverTextColor", BrushUtil.g(255, 33, 150, 243));
|
|
3927
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.g(26, 33, 150, 243));
|
|
3928
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.g(255, 33, 150, 243));
|
|
3929
|
+
$ret.addItem("FocusTextColor", BrushUtil.g(255, 255, 255, 255));
|
|
3930
|
+
return $ret;
|
|
3931
|
+
})())));
|
|
3932
|
+
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 4), new Theme(0, ((function () {
|
|
3933
|
+
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3934
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.g(0, 0, 0, 0));
|
|
3935
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.g(0, 0, 0, 0));
|
|
3936
|
+
$ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
|
|
3937
|
+
$ret.addItem("DisabledElevation", 0);
|
|
3938
|
+
$ret.addItem("RestingElevation", 0);
|
|
3939
|
+
$ret.addItem("HoverElevation", 0);
|
|
3940
|
+
$ret.addItem("FocusElevation", 2);
|
|
3941
|
+
$ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
|
|
3942
|
+
$ret.addItem("RippleColor", null);
|
|
3943
|
+
$ret.addItem("CornerRadius", new CornerRadius(0, 28));
|
|
3944
|
+
$ret.addItem("BorderWidth", NaN);
|
|
3945
|
+
$ret.addItem("BackgroundColor", BrushUtil.g(0, 0, 0, 0));
|
|
3946
|
+
$ret.addItem("TextColor", BrushUtil.g(255, 0, 0, 0));
|
|
3947
|
+
$ret.addItem("HoverTextColor", BrushUtil.g(255, 0, 0, 0));
|
|
3948
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.g(51, 178, 191, 220));
|
|
3949
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.g(51, 178, 191, 220));
|
|
3950
|
+
$ret.addItem("FocusTextColor", BrushUtil.g(255, 0, 0, 0));
|
|
3951
|
+
return $ret;
|
|
3952
|
+
})())));
|
|
3953
|
+
$ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 3), new Theme(0, ((function () {
|
|
3954
|
+
var $ret = new Dictionary$2(String_$type, Base.$, 0);
|
|
3955
|
+
$ret.addItem("DisabledBackgroundColor", BrushUtil.g(10, 0, 0, 0));
|
|
3956
|
+
$ret.addItem("DisabledBorderColor", BrushUtil.g(10, 0, 0, 0));
|
|
3957
|
+
$ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
|
|
3958
|
+
$ret.addItem("DisabledElevation", 0);
|
|
3959
|
+
$ret.addItem("RestingElevation", 0);
|
|
3960
|
+
$ret.addItem("HoverElevation", 0);
|
|
3961
|
+
$ret.addItem("FocusElevation", 2);
|
|
3962
|
+
$ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
|
|
3963
|
+
$ret.addItem("RippleColor", BrushUtil.g(255, 255, 255, 255));
|
|
3964
|
+
$ret.addItem("CornerRadius", new CornerRadius(0, 28));
|
|
3965
|
+
$ret.addItem("BorderWidth", NaN);
|
|
3966
|
+
$ret.addItem("BackgroundColor", BrushUtil.g(255, 33, 150, 243));
|
|
3967
|
+
$ret.addItem("TextColor", BrushUtil.g(255, 255, 255, 255));
|
|
3968
|
+
$ret.addItem("HoverTextColor", BrushUtil.g(255, 255, 255, 255));
|
|
3969
|
+
$ret.addItem("HoverBackgroundColor", BrushUtil.g(255, 27, 135, 220));
|
|
3970
|
+
$ret.addItem("FocusBackgroundColor", BrushUtil.g(255, 21, 112, 184));
|
|
3971
|
+
$ret.addItem("FocusTextColor", BrushUtil.g(255, 255, 255, 255));
|
|
3972
|
+
return $ret;
|
|
3973
|
+
})())));
|
|
3974
|
+
return $ret;
|
|
3975
|
+
})()));
|
|
3976
|
+
XButton.k = new ThemeResolver(1, ((function () {
|
|
3977
|
+
var $ret = new Dictionary$2(BaseControlTheme_$type, Theme.$, 0);
|
|
3978
|
+
$ret.addItem(2, XButton.i);
|
|
3979
|
+
$ret.addItem(1, XButton.h);
|
|
3980
|
+
$ret.addItem(3, XButton.j);
|
|
3981
|
+
return $ret;
|
|
3982
|
+
})()), 2);
|
|
3983
|
+
return XButton;
|
|
3984
|
+
}(Base));
|
|
3985
|
+
export { XButton };
|