igniteui-webcomponents-inputs 1.3.3
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 +18 -0
- package/bundles/igniteui-webcomponents-inputs.umd.js +32535 -0
- package/bundles/igniteui-webcomponents-inputs.umd.js.map +1 -0
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +2 -0
- package/bundles/igniteui-webcomponents-inputs.umd.min.js.map +1 -0
- package/esm2015/igniteui-webcomponents-inputs.js +2 -0
- package/esm2015/igniteui-webcomponents-inputs.js.map +1 -0
- package/esm2015/lib/Button.js +8 -0
- package/esm2015/lib/Button.js.map +1 -0
- package/esm2015/lib/ButtonClickEventArgs.js +17 -0
- package/esm2015/lib/ButtonClickEventArgs.js.map +1 -0
- package/esm2015/lib/ButtonDisplayStyle.js +12 -0
- package/esm2015/lib/ButtonDisplayStyle.js.map +1 -0
- package/esm2015/lib/ButtonGroup.js +8 -0
- package/esm2015/lib/ButtonGroup.js.map +1 -0
- package/esm2015/lib/ButtonGroupButtonCollection.js +29 -0
- package/esm2015/lib/ButtonGroupButtonCollection.js.map +1 -0
- package/esm2015/lib/ButtonGroupDisplayStyle.js +12 -0
- package/esm2015/lib/ButtonGroupDisplayStyle.js.map +1 -0
- package/esm2015/lib/ButtonGroupOrientation.js +17 -0
- package/esm2015/lib/ButtonGroupOrientation.js.map +1 -0
- package/esm2015/lib/ButtonGroupSelectionChangedEventArgs.js +17 -0
- package/esm2015/lib/ButtonGroupSelectionChangedEventArgs.js.map +1 -0
- package/esm2015/lib/ButtonGroupView.js +8 -0
- package/esm2015/lib/ButtonGroupView.js.map +1 -0
- package/esm2015/lib/ButtonGroupView_combined.js +1334 -0
- package/esm2015/lib/ButtonGroupView_combined.js.map +1 -0
- package/esm2015/lib/ButtonGroupVisualModelExport.js +57 -0
- package/esm2015/lib/ButtonGroupVisualModelExport.js.map +1 -0
- package/esm2015/lib/ButtonView.js +8 -0
- package/esm2015/lib/ButtonView.js.map +1 -0
- package/esm2015/lib/ButtonView_combined.js +2879 -0
- package/esm2015/lib/ButtonView_combined.js.map +1 -0
- package/esm2015/lib/ButtonVisualModelExport.js +110 -0
- package/esm2015/lib/ButtonVisualModelExport.js.map +1 -0
- package/esm2015/lib/Calendar.js +8 -0
- package/esm2015/lib/Calendar.js.map +1 -0
- package/esm2015/lib/CalendarLocaleEn.js +57 -0
- package/esm2015/lib/CalendarLocaleEn.js.map +1 -0
- package/esm2015/lib/CalendarView.js +8 -0
- package/esm2015/lib/CalendarView.js.map +1 -0
- package/esm2015/lib/CalendarView_combined.js +2753 -0
- package/esm2015/lib/CalendarView_combined.js.map +1 -0
- package/esm2015/lib/CalendarVisualModelExport.js +101 -0
- package/esm2015/lib/CalendarVisualModelExport.js.map +1 -0
- package/esm2015/lib/Checkbox.js +8 -0
- package/esm2015/lib/Checkbox.js.map +1 -0
- package/esm2015/lib/CheckboxChangeEventArgs.js +34 -0
- package/esm2015/lib/CheckboxChangeEventArgs.js.map +1 -0
- package/esm2015/lib/CheckboxLabelPosition.js +12 -0
- package/esm2015/lib/CheckboxLabelPosition.js.map +1 -0
- package/esm2015/lib/CheckboxView.js +8 -0
- package/esm2015/lib/CheckboxView.js.map +1 -0
- package/esm2015/lib/CheckboxView_combined.js +1026 -0
- package/esm2015/lib/CheckboxView_combined.js.map +1 -0
- package/esm2015/lib/CheckboxVisualModelExport.js +63 -0
- package/esm2015/lib/CheckboxVisualModelExport.js.map +1 -0
- package/esm2015/lib/DateFormats.js +26 -0
- package/esm2015/lib/DateFormats.js.map +1 -0
- package/esm2015/lib/DatePicker.js +8 -0
- package/esm2015/lib/DatePicker.js.map +1 -0
- package/esm2015/lib/DatePickerView.js +8 -0
- package/esm2015/lib/DatePickerView.js.map +1 -0
- package/esm2015/lib/DatePickerView_combined.js +1439 -0
- package/esm2015/lib/DatePickerView_combined.js.map +1 -0
- package/esm2015/lib/DatePickerVisualModelExport.js +71 -0
- package/esm2015/lib/DatePickerVisualModelExport.js.map +1 -0
- package/esm2015/lib/DateTimeValueFormatter.js +109 -0
- package/esm2015/lib/DateTimeValueFormatter.js.map +1 -0
- package/esm2015/lib/DayInfo.js +24 -0
- package/esm2015/lib/DayInfo.js.map +1 -0
- package/esm2015/lib/DayOfWeek.js +46 -0
- package/esm2015/lib/DayOfWeek.js.map +1 -0
- package/esm2015/lib/ElevationHelper.js +68 -0
- package/esm2015/lib/ElevationHelper.js.map +1 -0
- package/esm2015/lib/FirstWeek.js +30 -0
- package/esm2015/lib/FirstWeek.js.map +1 -0
- package/esm2015/lib/GotFocusEventArgs.js +17 -0
- package/esm2015/lib/GotFocusEventArgs.js.map +1 -0
- package/esm2015/lib/Icon.js +8 -0
- package/esm2015/lib/Icon.js.map +1 -0
- package/esm2015/lib/IconView.js +8 -0
- package/esm2015/lib/IconView.js.map +1 -0
- package/esm2015/lib/IconView_combined.js +557 -0
- package/esm2015/lib/IconView_combined.js.map +1 -0
- package/esm2015/lib/IconVisualModelExport.js +68 -0
- package/esm2015/lib/IconVisualModelExport.js.map +1 -0
- package/esm2015/lib/Input.js +8 -0
- package/esm2015/lib/Input.js.map +1 -0
- package/esm2015/lib/InputChangeEventArgs.js +34 -0
- package/esm2015/lib/InputChangeEventArgs.js.map +1 -0
- package/esm2015/lib/InputGroup.js +8 -0
- package/esm2015/lib/InputGroup.js.map +1 -0
- package/esm2015/lib/InputGroupDisplayType.js +19 -0
- package/esm2015/lib/InputGroupDisplayType.js.map +1 -0
- package/esm2015/lib/InputGroupInputCollection.js +8 -0
- package/esm2015/lib/InputGroupInputCollection.js.map +1 -0
- package/esm2015/lib/InputGroupItem.js +8 -0
- package/esm2015/lib/InputGroupItem.js.map +1 -0
- package/esm2015/lib/InputGroupView.js +8 -0
- package/esm2015/lib/InputGroupView.js.map +1 -0
- package/esm2015/lib/InputGroupView_combined.js +5152 -0
- package/esm2015/lib/InputGroupView_combined.js.map +1 -0
- package/esm2015/lib/InputGroupVisualModelExport.js +110 -0
- package/esm2015/lib/InputGroupVisualModelExport.js.map +1 -0
- package/esm2015/lib/InputShiftType.js +18 -0
- package/esm2015/lib/InputShiftType.js.map +1 -0
- package/esm2015/lib/InputView.js +8 -0
- package/esm2015/lib/InputView.js.map +1 -0
- package/esm2015/lib/InputVisualModelExport.js +79 -0
- package/esm2015/lib/InputVisualModelExport.js.map +1 -0
- package/esm2015/lib/KEYCODES.js +12 -0
- package/esm2015/lib/KEYCODES.js.map +1 -0
- package/esm2015/lib/Label.js +8 -0
- package/esm2015/lib/Label.js.map +1 -0
- package/esm2015/lib/LabelShiftType.js +18 -0
- package/esm2015/lib/LabelShiftType.js.map +1 -0
- package/esm2015/lib/LabelView.js +8 -0
- package/esm2015/lib/LabelView.js.map +1 -0
- package/esm2015/lib/LabelVisualModelExport.js +85 -0
- package/esm2015/lib/LabelVisualModelExport.js.map +1 -0
- package/esm2015/lib/LostFocusEventArgs.js +17 -0
- package/esm2015/lib/LostFocusEventArgs.js.map +1 -0
- package/esm2015/lib/MaskOptions.js +22 -0
- package/esm2015/lib/MaskOptions.js.map +1 -0
- package/esm2015/lib/MaskParsingService.js +214 -0
- package/esm2015/lib/MaskParsingService.js.map +1 -0
- package/esm2015/lib/Prefix.js +8 -0
- package/esm2015/lib/Prefix.js.map +1 -0
- package/esm2015/lib/PrefixShiftType.js +18 -0
- package/esm2015/lib/PrefixShiftType.js.map +1 -0
- package/esm2015/lib/PrefixView.js +8 -0
- package/esm2015/lib/PrefixView.js.map +1 -0
- package/esm2015/lib/PrefixVisualModelExport.js +36 -0
- package/esm2015/lib/PrefixVisualModelExport.js.map +1 -0
- package/esm2015/lib/Replaced.js +22 -0
- package/esm2015/lib/Replaced.js.map +1 -0
- package/esm2015/lib/Ripple.js +8 -0
- package/esm2015/lib/Ripple.js.map +1 -0
- package/esm2015/lib/RippleView.js +8 -0
- package/esm2015/lib/RippleView.js.map +1 -0
- package/esm2015/lib/RippleView_combined.js +397 -0
- package/esm2015/lib/RippleView_combined.js.map +1 -0
- package/esm2015/lib/RippleVisualModelExport.js +39 -0
- package/esm2015/lib/RippleVisualModelExport.js.map +1 -0
- package/esm2015/lib/Suffix.js +8 -0
- package/esm2015/lib/Suffix.js.map +1 -0
- package/esm2015/lib/SuffixShiftType.js +18 -0
- package/esm2015/lib/SuffixShiftType.js.map +1 -0
- package/esm2015/lib/SuffixView.js +8 -0
- package/esm2015/lib/SuffixView.js.map +1 -0
- package/esm2015/lib/SuffixVisualModelExport.js +35 -0
- package/esm2015/lib/SuffixVisualModelExport.js.map +1 -0
- package/esm2015/lib/TextElementsVisualModelExport.js +45 -0
- package/esm2015/lib/TextElementsVisualModelExport.js.map +1 -0
- package/esm2015/lib/ThemeResolver.js +53 -0
- package/esm2015/lib/ThemeResolver.js.map +1 -0
- package/esm2015/lib/ValueChangedEventArgs.js +34 -0
- package/esm2015/lib/ValueChangedEventArgs.js.map +1 -0
- package/esm2015/lib/igc-button-click-event-args.js +25 -0
- package/esm2015/lib/igc-button-click-event-args.js.map +1 -0
- package/esm2015/lib/igc-button-component.js +2010 -0
- package/esm2015/lib/igc-button-component.js.map +1 -0
- package/esm2015/lib/igc-button-group-button-collection.js +49 -0
- package/esm2015/lib/igc-button-group-button-collection.js.map +1 -0
- package/esm2015/lib/igc-button-group-component.js +1017 -0
- package/esm2015/lib/igc-button-group-component.js.map +1 -0
- package/esm2015/lib/igc-button-group-module.js +22 -0
- package/esm2015/lib/igc-button-group-module.js.map +1 -0
- package/esm2015/lib/igc-button-group-selection-changed-event-args.js +25 -0
- package/esm2015/lib/igc-button-group-selection-changed-event-args.js.map +1 -0
- package/esm2015/lib/igc-button-module.js +22 -0
- package/esm2015/lib/igc-button-module.js.map +1 -0
- package/esm2015/lib/igc-calendar-component.js +484 -0
- package/esm2015/lib/igc-calendar-component.js.map +1 -0
- package/esm2015/lib/igc-calendar-locale-en-module.js +14 -0
- package/esm2015/lib/igc-calendar-locale-en-module.js.map +1 -0
- package/esm2015/lib/igc-calendar-module.js +22 -0
- package/esm2015/lib/igc-calendar-module.js.map +1 -0
- package/esm2015/lib/igc-checkbox-change-event-args.js +38 -0
- package/esm2015/lib/igc-checkbox-change-event-args.js.map +1 -0
- package/esm2015/lib/igc-checkbox-component.js +620 -0
- package/esm2015/lib/igc-checkbox-component.js.map +1 -0
- package/esm2015/lib/igc-checkbox-module.js +22 -0
- package/esm2015/lib/igc-checkbox-module.js.map +1 -0
- package/esm2015/lib/igc-date-picker-component.js +604 -0
- package/esm2015/lib/igc-date-picker-component.js.map +1 -0
- package/esm2015/lib/igc-date-picker-module.js +26 -0
- package/esm2015/lib/igc-date-picker-module.js.map +1 -0
- package/esm2015/lib/igc-got-focus-event-args.js +25 -0
- package/esm2015/lib/igc-got-focus-event-args.js.map +1 -0
- package/esm2015/lib/igc-icon-component.js +490 -0
- package/esm2015/lib/igc-icon-component.js.map +1 -0
- package/esm2015/lib/igc-icon-module.js +20 -0
- package/esm2015/lib/igc-icon-module.js.map +1 -0
- package/esm2015/lib/igc-input-change-event-args.js +38 -0
- package/esm2015/lib/igc-input-change-event-args.js.map +1 -0
- package/esm2015/lib/igc-input-component.js +540 -0
- package/esm2015/lib/igc-input-component.js.map +1 -0
- package/esm2015/lib/igc-input-group-component.js +1966 -0
- package/esm2015/lib/igc-input-group-component.js.map +1 -0
- package/esm2015/lib/igc-input-group-input-collection.js +49 -0
- package/esm2015/lib/igc-input-group-input-collection.js.map +1 -0
- package/esm2015/lib/igc-input-group-item-component.js +176 -0
- package/esm2015/lib/igc-input-group-item-component.js.map +1 -0
- package/esm2015/lib/igc-input-group-module.js +24 -0
- package/esm2015/lib/igc-input-group-module.js.map +1 -0
- package/esm2015/lib/igc-input-module.js +20 -0
- package/esm2015/lib/igc-input-module.js.map +1 -0
- package/esm2015/lib/igc-label-component.js +400 -0
- package/esm2015/lib/igc-label-component.js.map +1 -0
- package/esm2015/lib/igc-label-module.js +20 -0
- package/esm2015/lib/igc-label-module.js.map +1 -0
- package/esm2015/lib/igc-lost-focus-event-args.js +25 -0
- package/esm2015/lib/igc-lost-focus-event-args.js.map +1 -0
- package/esm2015/lib/igc-prefix-component.js +186 -0
- package/esm2015/lib/igc-prefix-component.js.map +1 -0
- package/esm2015/lib/igc-prefix-module.js +20 -0
- package/esm2015/lib/igc-prefix-module.js.map +1 -0
- package/esm2015/lib/igc-ripple-component.js +380 -0
- package/esm2015/lib/igc-ripple-component.js.map +1 -0
- package/esm2015/lib/igc-ripple-module.js +18 -0
- package/esm2015/lib/igc-ripple-module.js.map +1 -0
- package/esm2015/lib/igc-suffix-component.js +186 -0
- package/esm2015/lib/igc-suffix-component.js.map +1 -0
- package/esm2015/lib/igc-value-changed-event-args.js +37 -0
- package/esm2015/lib/igc-value-changed-event-args.js.map +1 -0
- package/esm2015/public_api.js +103 -0
- package/esm2015/public_api.js.map +1 -0
- package/esm5/igniteui-webcomponents-inputs.js +2 -0
- package/esm5/igniteui-webcomponents-inputs.js.map +1 -0
- package/esm5/lib/Button.js +8 -0
- package/esm5/lib/Button.js.map +1 -0
- package/esm5/lib/ButtonClickEventArgs.js +21 -0
- package/esm5/lib/ButtonClickEventArgs.js.map +1 -0
- package/esm5/lib/ButtonDisplayStyle.js +12 -0
- package/esm5/lib/ButtonDisplayStyle.js.map +1 -0
- package/esm5/lib/ButtonGroup.js +8 -0
- package/esm5/lib/ButtonGroup.js.map +1 -0
- package/esm5/lib/ButtonGroupButtonCollection.js +31 -0
- package/esm5/lib/ButtonGroupButtonCollection.js.map +1 -0
- package/esm5/lib/ButtonGroupDisplayStyle.js +12 -0
- package/esm5/lib/ButtonGroupDisplayStyle.js.map +1 -0
- package/esm5/lib/ButtonGroupOrientation.js +17 -0
- package/esm5/lib/ButtonGroupOrientation.js.map +1 -0
- package/esm5/lib/ButtonGroupSelectionChangedEventArgs.js +21 -0
- package/esm5/lib/ButtonGroupSelectionChangedEventArgs.js.map +1 -0
- package/esm5/lib/ButtonGroupView.js +8 -0
- package/esm5/lib/ButtonGroupView.js.map +1 -0
- package/esm5/lib/ButtonGroupView_combined.js +1702 -0
- package/esm5/lib/ButtonGroupView_combined.js.map +1 -0
- package/esm5/lib/ButtonGroupVisualModelExport.js +59 -0
- package/esm5/lib/ButtonGroupVisualModelExport.js.map +1 -0
- package/esm5/lib/ButtonView.js +8 -0
- package/esm5/lib/ButtonView.js.map +1 -0
- package/esm5/lib/ButtonView_combined.js +3529 -0
- package/esm5/lib/ButtonView_combined.js.map +1 -0
- package/esm5/lib/ButtonVisualModelExport.js +112 -0
- package/esm5/lib/ButtonVisualModelExport.js.map +1 -0
- package/esm5/lib/Calendar.js +8 -0
- package/esm5/lib/Calendar.js.map +1 -0
- package/esm5/lib/CalendarLocaleEn.js +59 -0
- package/esm5/lib/CalendarLocaleEn.js.map +1 -0
- package/esm5/lib/CalendarView.js +8 -0
- package/esm5/lib/CalendarView.js.map +1 -0
- package/esm5/lib/CalendarView_combined.js +2877 -0
- package/esm5/lib/CalendarView_combined.js.map +1 -0
- package/esm5/lib/CalendarVisualModelExport.js +103 -0
- package/esm5/lib/CalendarVisualModelExport.js.map +1 -0
- package/esm5/lib/Checkbox.js +8 -0
- package/esm5/lib/Checkbox.js.map +1 -0
- package/esm5/lib/CheckboxChangeEventArgs.js +44 -0
- package/esm5/lib/CheckboxChangeEventArgs.js.map +1 -0
- package/esm5/lib/CheckboxLabelPosition.js +12 -0
- package/esm5/lib/CheckboxLabelPosition.js.map +1 -0
- package/esm5/lib/CheckboxView.js +8 -0
- package/esm5/lib/CheckboxView.js.map +1 -0
- package/esm5/lib/CheckboxView_combined.js +1220 -0
- package/esm5/lib/CheckboxView_combined.js.map +1 -0
- package/esm5/lib/CheckboxVisualModelExport.js +65 -0
- package/esm5/lib/CheckboxVisualModelExport.js.map +1 -0
- package/esm5/lib/DateFormats.js +26 -0
- package/esm5/lib/DateFormats.js.map +1 -0
- package/esm5/lib/DatePicker.js +8 -0
- package/esm5/lib/DatePicker.js.map +1 -0
- package/esm5/lib/DatePickerView.js +8 -0
- package/esm5/lib/DatePickerView.js.map +1 -0
- package/esm5/lib/DatePickerView_combined.js +1539 -0
- package/esm5/lib/DatePickerView_combined.js.map +1 -0
- package/esm5/lib/DatePickerVisualModelExport.js +73 -0
- package/esm5/lib/DatePickerVisualModelExport.js.map +1 -0
- package/esm5/lib/DateTimeValueFormatter.js +111 -0
- package/esm5/lib/DateTimeValueFormatter.js.map +1 -0
- package/esm5/lib/DayInfo.js +26 -0
- package/esm5/lib/DayInfo.js.map +1 -0
- package/esm5/lib/DayOfWeek.js +46 -0
- package/esm5/lib/DayOfWeek.js.map +1 -0
- package/esm5/lib/ElevationHelper.js +72 -0
- package/esm5/lib/ElevationHelper.js.map +1 -0
- package/esm5/lib/FirstWeek.js +30 -0
- package/esm5/lib/FirstWeek.js.map +1 -0
- package/esm5/lib/GotFocusEventArgs.js +21 -0
- package/esm5/lib/GotFocusEventArgs.js.map +1 -0
- package/esm5/lib/Icon.js +8 -0
- package/esm5/lib/Icon.js.map +1 -0
- package/esm5/lib/IconView.js +8 -0
- package/esm5/lib/IconView.js.map +1 -0
- package/esm5/lib/IconView_combined.js +706 -0
- package/esm5/lib/IconView_combined.js.map +1 -0
- package/esm5/lib/IconVisualModelExport.js +74 -0
- package/esm5/lib/IconVisualModelExport.js.map +1 -0
- package/esm5/lib/Input.js +8 -0
- package/esm5/lib/Input.js.map +1 -0
- package/esm5/lib/InputChangeEventArgs.js +44 -0
- package/esm5/lib/InputChangeEventArgs.js.map +1 -0
- package/esm5/lib/InputGroup.js +8 -0
- package/esm5/lib/InputGroup.js.map +1 -0
- package/esm5/lib/InputGroupDisplayType.js +19 -0
- package/esm5/lib/InputGroupDisplayType.js.map +1 -0
- package/esm5/lib/InputGroupInputCollection.js +8 -0
- package/esm5/lib/InputGroupInputCollection.js.map +1 -0
- package/esm5/lib/InputGroupItem.js +8 -0
- package/esm5/lib/InputGroupItem.js.map +1 -0
- package/esm5/lib/InputGroupView.js +8 -0
- package/esm5/lib/InputGroupView.js.map +1 -0
- package/esm5/lib/InputGroupView_combined.js +6273 -0
- package/esm5/lib/InputGroupView_combined.js.map +1 -0
- package/esm5/lib/InputGroupVisualModelExport.js +112 -0
- package/esm5/lib/InputGroupVisualModelExport.js.map +1 -0
- package/esm5/lib/InputShiftType.js +18 -0
- package/esm5/lib/InputShiftType.js.map +1 -0
- package/esm5/lib/InputView.js +8 -0
- package/esm5/lib/InputView.js.map +1 -0
- package/esm5/lib/InputVisualModelExport.js +81 -0
- package/esm5/lib/InputVisualModelExport.js.map +1 -0
- package/esm5/lib/KEYCODES.js +12 -0
- package/esm5/lib/KEYCODES.js.map +1 -0
- package/esm5/lib/Label.js +8 -0
- package/esm5/lib/Label.js.map +1 -0
- package/esm5/lib/LabelShiftType.js +18 -0
- package/esm5/lib/LabelShiftType.js.map +1 -0
- package/esm5/lib/LabelView.js +8 -0
- package/esm5/lib/LabelView.js.map +1 -0
- package/esm5/lib/LabelVisualModelExport.js +87 -0
- package/esm5/lib/LabelVisualModelExport.js.map +1 -0
- package/esm5/lib/LostFocusEventArgs.js +21 -0
- package/esm5/lib/LostFocusEventArgs.js.map +1 -0
- package/esm5/lib/MaskOptions.js +24 -0
- package/esm5/lib/MaskOptions.js.map +1 -0
- package/esm5/lib/MaskParsingService.js +268 -0
- package/esm5/lib/MaskParsingService.js.map +1 -0
- package/esm5/lib/Prefix.js +8 -0
- package/esm5/lib/Prefix.js.map +1 -0
- package/esm5/lib/PrefixShiftType.js +18 -0
- package/esm5/lib/PrefixShiftType.js.map +1 -0
- package/esm5/lib/PrefixView.js +8 -0
- package/esm5/lib/PrefixView.js.map +1 -0
- package/esm5/lib/PrefixVisualModelExport.js +38 -0
- package/esm5/lib/PrefixVisualModelExport.js.map +1 -0
- package/esm5/lib/Replaced.js +24 -0
- package/esm5/lib/Replaced.js.map +1 -0
- package/esm5/lib/Ripple.js +8 -0
- package/esm5/lib/Ripple.js.map +1 -0
- package/esm5/lib/RippleView.js +8 -0
- package/esm5/lib/RippleView.js.map +1 -0
- package/esm5/lib/RippleView_combined.js +492 -0
- package/esm5/lib/RippleView_combined.js.map +1 -0
- package/esm5/lib/RippleVisualModelExport.js +41 -0
- package/esm5/lib/RippleVisualModelExport.js.map +1 -0
- package/esm5/lib/Suffix.js +8 -0
- package/esm5/lib/Suffix.js.map +1 -0
- package/esm5/lib/SuffixShiftType.js +18 -0
- package/esm5/lib/SuffixShiftType.js.map +1 -0
- package/esm5/lib/SuffixView.js +8 -0
- package/esm5/lib/SuffixView.js.map +1 -0
- package/esm5/lib/SuffixVisualModelExport.js +37 -0
- package/esm5/lib/SuffixVisualModelExport.js.map +1 -0
- package/esm5/lib/TextElementsVisualModelExport.js +47 -0
- package/esm5/lib/TextElementsVisualModelExport.js.map +1 -0
- package/esm5/lib/ThemeResolver.js +57 -0
- package/esm5/lib/ThemeResolver.js.map +1 -0
- package/esm5/lib/ValueChangedEventArgs.js +44 -0
- package/esm5/lib/ValueChangedEventArgs.js.map +1 -0
- package/esm5/lib/igc-button-click-event-args.js +31 -0
- package/esm5/lib/igc-button-click-event-args.js.map +1 -0
- package/esm5/lib/igc-button-component.js +2722 -0
- package/esm5/lib/igc-button-component.js.map +1 -0
- package/esm5/lib/igc-button-group-button-collection.js +54 -0
- package/esm5/lib/igc-button-group-button-collection.js.map +1 -0
- package/esm5/lib/igc-button-group-component.js +1318 -0
- package/esm5/lib/igc-button-group-component.js.map +1 -0
- package/esm5/lib/igc-button-group-module.js +26 -0
- package/esm5/lib/igc-button-group-module.js.map +1 -0
- package/esm5/lib/igc-button-group-selection-changed-event-args.js +31 -0
- package/esm5/lib/igc-button-group-selection-changed-event-args.js.map +1 -0
- package/esm5/lib/igc-button-module.js +26 -0
- package/esm5/lib/igc-button-module.js.map +1 -0
- package/esm5/lib/igc-calendar-component.js +595 -0
- package/esm5/lib/igc-calendar-component.js.map +1 -0
- package/esm5/lib/igc-calendar-locale-en-module.js +18 -0
- package/esm5/lib/igc-calendar-locale-en-module.js.map +1 -0
- package/esm5/lib/igc-calendar-module.js +26 -0
- package/esm5/lib/igc-calendar-module.js.map +1 -0
- package/esm5/lib/igc-checkbox-change-event-args.js +52 -0
- package/esm5/lib/igc-checkbox-change-event-args.js.map +1 -0
- package/esm5/lib/igc-checkbox-component.js +788 -0
- package/esm5/lib/igc-checkbox-component.js.map +1 -0
- package/esm5/lib/igc-checkbox-module.js +26 -0
- package/esm5/lib/igc-checkbox-module.js.map +1 -0
- package/esm5/lib/igc-date-picker-component.js +739 -0
- package/esm5/lib/igc-date-picker-component.js.map +1 -0
- package/esm5/lib/igc-date-picker-module.js +30 -0
- package/esm5/lib/igc-date-picker-module.js.map +1 -0
- package/esm5/lib/igc-got-focus-event-args.js +31 -0
- package/esm5/lib/igc-got-focus-event-args.js.map +1 -0
- package/esm5/lib/igc-icon-component.js +609 -0
- package/esm5/lib/igc-icon-component.js.map +1 -0
- package/esm5/lib/igc-icon-module.js +24 -0
- package/esm5/lib/igc-icon-module.js.map +1 -0
- package/esm5/lib/igc-input-change-event-args.js +52 -0
- package/esm5/lib/igc-input-change-event-args.js.map +1 -0
- package/esm5/lib/igc-input-component.js +676 -0
- package/esm5/lib/igc-input-component.js.map +1 -0
- package/esm5/lib/igc-input-group-component.js +2646 -0
- package/esm5/lib/igc-input-group-component.js.map +1 -0
- package/esm5/lib/igc-input-group-input-collection.js +54 -0
- package/esm5/lib/igc-input-group-input-collection.js.map +1 -0
- package/esm5/lib/igc-input-group-item-component.js +194 -0
- package/esm5/lib/igc-input-group-item-component.js.map +1 -0
- package/esm5/lib/igc-input-group-module.js +28 -0
- package/esm5/lib/igc-input-group-module.js.map +1 -0
- package/esm5/lib/igc-input-module.js +24 -0
- package/esm5/lib/igc-input-module.js.map +1 -0
- package/esm5/lib/igc-label-component.js +523 -0
- package/esm5/lib/igc-label-component.js.map +1 -0
- package/esm5/lib/igc-label-module.js +24 -0
- package/esm5/lib/igc-label-module.js.map +1 -0
- package/esm5/lib/igc-lost-focus-event-args.js +31 -0
- package/esm5/lib/igc-lost-focus-event-args.js.map +1 -0
- package/esm5/lib/igc-prefix-component.js +229 -0
- package/esm5/lib/igc-prefix-component.js.map +1 -0
- package/esm5/lib/igc-prefix-module.js +24 -0
- package/esm5/lib/igc-prefix-module.js.map +1 -0
- package/esm5/lib/igc-ripple-component.js +450 -0
- package/esm5/lib/igc-ripple-component.js.map +1 -0
- package/esm5/lib/igc-ripple-module.js +22 -0
- package/esm5/lib/igc-ripple-module.js.map +1 -0
- package/esm5/lib/igc-suffix-component.js +229 -0
- package/esm5/lib/igc-suffix-component.js.map +1 -0
- package/esm5/lib/igc-value-changed-event-args.js +51 -0
- package/esm5/lib/igc-value-changed-event-args.js.map +1 -0
- package/esm5/public_api.js +103 -0
- package/esm5/public_api.js.map +1 -0
- package/fesm2015/igniteui-webcomponents-inputs.js +26824 -0
- package/fesm2015/igniteui-webcomponents-inputs.js.map +1 -0
- package/fesm5/igniteui-webcomponents-inputs.js +32419 -0
- package/fesm5/igniteui-webcomponents-inputs.js.map +1 -0
- package/igniteui-webcomponents-inputs.d.ts +1 -0
- package/lib/Button.d.ts +1 -0
- package/lib/ButtonClickEventArgs.d.ts +7 -0
- package/lib/ButtonDisplayStyle.d.ts +15 -0
- package/lib/ButtonGroup.d.ts +1 -0
- package/lib/ButtonGroupButtonCollection.d.ts +12 -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 +306 -0
- package/lib/ButtonGroupVisualModelExport.d.ts +24 -0
- package/lib/ButtonView.d.ts +1 -0
- package/lib/ButtonView_combined.d.ts +667 -0
- package/lib/ButtonVisualModelExport.d.ts +46 -0
- package/lib/Calendar.d.ts +1 -0
- package/lib/CalendarLocaleEn.d.ts +49 -0
- package/lib/CalendarView.d.ts +1 -0
- package/lib/CalendarView_combined.d.ts +206 -0
- package/lib/CalendarVisualModelExport.d.ts +33 -0
- package/lib/Checkbox.d.ts +1 -0
- package/lib/CheckboxChangeEventArgs.d.ts +11 -0
- package/lib/CheckboxLabelPosition.d.ts +12 -0
- package/lib/CheckboxView.d.ts +1 -0
- package/lib/CheckboxView_combined.d.ts +181 -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 +191 -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/Icon.d.ts +1 -0
- package/lib/IconView.d.ts +1 -0
- package/lib/IconView_combined.d.ts +117 -0
- package/lib/IconVisualModelExport.d.ts +21 -0
- package/lib/Input.d.ts +1 -0
- package/lib/InputChangeEventArgs.d.ts +11 -0
- package/lib/InputGroup.d.ts +1 -0
- package/lib/InputGroupDisplayType.d.ts +11 -0
- package/lib/InputGroupInputCollection.d.ts +1 -0
- package/lib/InputGroupItem.d.ts +1 -0
- package/lib/InputGroupView.d.ts +1 -0
- package/lib/InputGroupView_combined.d.ts +1192 -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 +26 -0
- package/lib/Label.d.ts +1 -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/Prefix.d.ts +1 -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/Ripple.d.ts +1 -0
- package/lib/RippleView.d.ts +1 -0
- package/lib/RippleView_combined.d.ts +89 -0
- package/lib/RippleVisualModelExport.d.ts +15 -0
- package/lib/Suffix.d.ts +1 -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/ThemeResolver.d.ts +18 -0
- package/lib/ValueChangedEventArgs.d.ts +11 -0
- package/lib/igc-button-click-event-args.d.ts +12 -0
- package/lib/igc-button-component.d.ts +671 -0
- package/lib/igc-button-group-button-collection.d.ts +8 -0
- package/lib/igc-button-group-component.d.ts +344 -0
- package/lib/igc-button-group-module.d.ts +3 -0
- package/lib/igc-button-group-selection-changed-event-args.d.ts +12 -0
- package/lib/igc-button-module.d.ts +3 -0
- package/lib/igc-calendar-component.d.ts +152 -0
- package/lib/igc-calendar-locale-en-module.d.ts +3 -0
- package/lib/igc-calendar-module.d.ts +3 -0
- package/lib/igc-checkbox-change-event-args.d.ts +14 -0
- package/lib/igc-checkbox-component.d.ts +198 -0
- package/lib/igc-checkbox-module.d.ts +3 -0
- package/lib/igc-date-picker-component.d.ts +174 -0
- package/lib/igc-date-picker-module.d.ts +3 -0
- package/lib/igc-got-focus-event-args.d.ts +12 -0
- package/lib/igc-icon-component.d.ts +148 -0
- package/lib/igc-icon-module.d.ts +3 -0
- package/lib/igc-input-change-event-args.d.ts +14 -0
- package/lib/igc-input-component.d.ts +145 -0
- package/lib/igc-input-group-component.d.ts +588 -0
- package/lib/igc-input-group-input-collection.d.ts +8 -0
- package/lib/igc-input-group-item-component.d.ts +39 -0
- package/lib/igc-input-group-module.d.ts +3 -0
- package/lib/igc-input-module.d.ts +3 -0
- package/lib/igc-label-component.d.ts +141 -0
- package/lib/igc-label-module.d.ts +3 -0
- package/lib/igc-lost-focus-event-args.d.ts +12 -0
- package/lib/igc-prefix-component.d.ts +55 -0
- package/lib/igc-prefix-module.d.ts +3 -0
- package/lib/igc-ripple-component.d.ts +104 -0
- package/lib/igc-ripple-module.d.ts +3 -0
- package/lib/igc-suffix-component.d.ts +55 -0
- package/lib/igc-value-changed-event-args.d.ts +14 -0
- package/package.json +35 -0
- package/public_api.d.ts +102 -0
|
@@ -0,0 +1,1966 @@
|
|
|
1
|
+
import { InputGroup } from "./InputGroup";
|
|
2
|
+
import { ensureEnum, brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, NamePatcher, toSpinal, enumToString, getAllPropertyNames, fromSpinal } from "igniteui-webcomponents-core";
|
|
3
|
+
import { WebComponentRenderer, PortalManager } from "igniteui-webcomponents-core";
|
|
4
|
+
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
5
|
+
import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
6
|
+
import { IgcInputGroupItemComponent } from './igc-input-group-item-component';
|
|
7
|
+
import { IgcInputGroupInputCollection } from './igc-input-group-input-collection';
|
|
8
|
+
import { CollectionAdapter } from "igniteui-webcomponents-core";
|
|
9
|
+
import { NotifyCollectionChangedAction } from "igniteui-webcomponents-core";
|
|
10
|
+
import { InputGroupDisplayType_$type } from './InputGroupDisplayType';
|
|
11
|
+
import { CornerRadius } from "igniteui-webcomponents-core";
|
|
12
|
+
import { Thickness } from "igniteui-webcomponents-core";
|
|
13
|
+
import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
|
|
14
|
+
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
15
|
+
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
16
|
+
export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
|
|
17
|
+
class IgcInputGroupComponent extends IgcHTMLElement {
|
|
18
|
+
constructor() {
|
|
19
|
+
super();
|
|
20
|
+
this.contentInputs = [];
|
|
21
|
+
/**
|
|
22
|
+
* The style mappings actually present in the treemap. Do not directly modify this array.
|
|
23
|
+
* This array's contents can be modified by causing Angular to reproject the child content.
|
|
24
|
+
* Or adding and removing style mappings from the manual style mappings collection on the inputs property.
|
|
25
|
+
*/
|
|
26
|
+
this.actualInputs = [];
|
|
27
|
+
this._inputs = null;
|
|
28
|
+
this._inputsAdapter = null;
|
|
29
|
+
this._disconnected = false;
|
|
30
|
+
this._settingAttributes = false;
|
|
31
|
+
this._attached = false;
|
|
32
|
+
this._queuedSetAttributes = [];
|
|
33
|
+
this._updatingFromAttribute = false;
|
|
34
|
+
this.__p = null;
|
|
35
|
+
this._hasUserValues = new Set();
|
|
36
|
+
this._stylingContainer = null;
|
|
37
|
+
this._stylingParent = null;
|
|
38
|
+
this._inStyling = false;
|
|
39
|
+
if (this._styling) {
|
|
40
|
+
NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
|
|
41
|
+
}
|
|
42
|
+
this._portalManager = new PortalManager("inputContent");
|
|
43
|
+
this._renderer = new WebComponentRenderer(this, document, true, {}, this._portalManager);
|
|
44
|
+
this._container = this._renderer.createElement("div");
|
|
45
|
+
this._renderer.updateRoot(this._container);
|
|
46
|
+
this._implementation = this.createImplementation();
|
|
47
|
+
this._implementation.externalObject = this;
|
|
48
|
+
//this._container.setStyleProperty("width", "100%");
|
|
49
|
+
//this._container.setStyleProperty("height", "100%");
|
|
50
|
+
var root;
|
|
51
|
+
root = this._container;
|
|
52
|
+
if (this._container.getNativeElement() != null) {
|
|
53
|
+
root = this._container.getNativeElement();
|
|
54
|
+
}
|
|
55
|
+
this._wrapper = this._renderer;
|
|
56
|
+
var inputGroup = this.i;
|
|
57
|
+
this._inputGroup = inputGroup;
|
|
58
|
+
this._inputsAdapter = new CollectionAdapter(this.contentInputs, this.i.inputs, this.actualInputs, (c) => c.i, (i) => {
|
|
59
|
+
if (this._container && this._container.getNativeElement().parentElement) {
|
|
60
|
+
i._styling(this, this, this);
|
|
61
|
+
}
|
|
62
|
+
}, (i) => { });
|
|
63
|
+
inputGroup.provideContainer(this._renderer);
|
|
64
|
+
this._onChildrenChanged();
|
|
65
|
+
//Checkbox.notifySizeChanged();
|
|
66
|
+
let mut = new MutationObserver((list) => {
|
|
67
|
+
for (var mutation of list) {
|
|
68
|
+
if (mutation.type == 'childList') {
|
|
69
|
+
this._onChildrenChanged();
|
|
70
|
+
this.updateInputs();
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
});
|
|
74
|
+
mut.observe(this, {
|
|
75
|
+
childList: true
|
|
76
|
+
});
|
|
77
|
+
//this._renderer.addSizeWatcher(() => {
|
|
78
|
+
// this._checkbox.notifySizeChanged();
|
|
79
|
+
//});
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* A collection or manually added axes for the chart.
|
|
83
|
+
*/
|
|
84
|
+
get inputs() {
|
|
85
|
+
if (this._inputs === null) {
|
|
86
|
+
let coll = new IgcInputGroupInputCollection();
|
|
87
|
+
let inner = coll._innerColl;
|
|
88
|
+
inner.addListener((sender, e) => {
|
|
89
|
+
switch (e.action) {
|
|
90
|
+
case NotifyCollectionChangedAction.Add:
|
|
91
|
+
this._inputsAdapter.insertManualItem(e.newStartingIndex, e.newItems.item(0));
|
|
92
|
+
break;
|
|
93
|
+
case NotifyCollectionChangedAction.Remove:
|
|
94
|
+
this._inputsAdapter.removeManualItemAt(e.oldStartingIndex);
|
|
95
|
+
break;
|
|
96
|
+
case NotifyCollectionChangedAction.Replace:
|
|
97
|
+
this._inputsAdapter.removeManualItemAt(e.oldStartingIndex);
|
|
98
|
+
this._inputsAdapter.insertManualItem(e.newStartingIndex, e.newItems.item(0));
|
|
99
|
+
break;
|
|
100
|
+
case NotifyCollectionChangedAction.Reset:
|
|
101
|
+
this._inputsAdapter.clearManualItems();
|
|
102
|
+
break;
|
|
103
|
+
}
|
|
104
|
+
});
|
|
105
|
+
this._inputs = coll;
|
|
106
|
+
}
|
|
107
|
+
return this._inputs;
|
|
108
|
+
}
|
|
109
|
+
_onChildrenChanged() {
|
|
110
|
+
var children = [];
|
|
111
|
+
for (var i = 0; i < this.childNodes.length; i++) {
|
|
112
|
+
var child = this.childNodes[i];
|
|
113
|
+
if (child !== this._container.getNativeElement()) {
|
|
114
|
+
children.push(child);
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
this._portalManager.onChildrenChanged(children);
|
|
118
|
+
}
|
|
119
|
+
updateInputs() {
|
|
120
|
+
this.contentInputs.length = 0;
|
|
121
|
+
for (var i = 0; i < this.children.length; i++) {
|
|
122
|
+
if (this.children[i] instanceof IgcInputGroupItemComponent) {
|
|
123
|
+
this.contentInputs.push(this.children[i]);
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
var childContent = this.querySelector("igc-child-content");
|
|
127
|
+
if (childContent) {
|
|
128
|
+
for (var i = 0; i < childContent.children.length; i++) {
|
|
129
|
+
if (childContent.children[i] instanceof IgcInputGroupItemComponent) {
|
|
130
|
+
this.contentInputs.push(childContent.children[i]);
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
if (this._inputsAdapter != null) {
|
|
135
|
+
this._inputsAdapter.notifyContentChanged();
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
// supports angular themes or custom properties set in CSS
|
|
139
|
+
updateStyle() {
|
|
140
|
+
this._styling(this, this);
|
|
141
|
+
}
|
|
142
|
+
destroy() {
|
|
143
|
+
this._inputGroup.destroy();
|
|
144
|
+
this._wrapper.destroy();
|
|
145
|
+
}
|
|
146
|
+
createImplementation() {
|
|
147
|
+
return new InputGroup();
|
|
148
|
+
}
|
|
149
|
+
disconnectedCallback() {
|
|
150
|
+
this._disconnected = true;
|
|
151
|
+
if (this.i) {
|
|
152
|
+
this.i.onDetachedFromUI();
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
connectedCallback() {
|
|
156
|
+
if (this._disconnected) {
|
|
157
|
+
this._disconnected = false;
|
|
158
|
+
if (this.i) {
|
|
159
|
+
this.i.onAttachedToUI();
|
|
160
|
+
}
|
|
161
|
+
return;
|
|
162
|
+
}
|
|
163
|
+
this.classList.add("ig-input-group");
|
|
164
|
+
this.classList.add("igc-input-group");
|
|
165
|
+
this.appendChild(this._container.getNativeElement());
|
|
166
|
+
this._attached = true;
|
|
167
|
+
this.style.display = "inline-block";
|
|
168
|
+
//this.style.height = this._height;
|
|
169
|
+
//this.style.width = this._width;
|
|
170
|
+
this._flushQueuedAttributes();
|
|
171
|
+
// supports themes or custom properties set in CSS
|
|
172
|
+
this._styling(this, this);
|
|
173
|
+
this.afterContentInit();
|
|
174
|
+
}
|
|
175
|
+
afterContentInit() {
|
|
176
|
+
//this.i.notifySizeChanged();
|
|
177
|
+
}
|
|
178
|
+
/**
|
|
179
|
+
* @hidden
|
|
180
|
+
*/
|
|
181
|
+
get i() {
|
|
182
|
+
return this._implementation;
|
|
183
|
+
} /**
|
|
184
|
+
* @hidden
|
|
185
|
+
*/
|
|
186
|
+
static _createFromInternal(internal) {
|
|
187
|
+
if (!internal) {
|
|
188
|
+
return null;
|
|
189
|
+
}
|
|
190
|
+
if (!internal.$type) {
|
|
191
|
+
return null;
|
|
192
|
+
}
|
|
193
|
+
let name = internal.$type.name;
|
|
194
|
+
let externalName = "Igc" + name + "Component";
|
|
195
|
+
if (!TypeRegistrar.isRegistered(externalName)) {
|
|
196
|
+
return null;
|
|
197
|
+
}
|
|
198
|
+
return TypeRegistrar.create(externalName);
|
|
199
|
+
}
|
|
200
|
+
_enqueueSetAttribute(attrName, attrValue) {
|
|
201
|
+
this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
|
|
202
|
+
}
|
|
203
|
+
_flushQueuedAttributes() {
|
|
204
|
+
this._settingAttributes = true;
|
|
205
|
+
for (let i = 0; i < this._queuedSetAttributes.length; i++) {
|
|
206
|
+
this.setAttribute(this._queuedSetAttributes[i].attrName, this._queuedSetAttributes[i].attrValue);
|
|
207
|
+
}
|
|
208
|
+
this._settingAttributes = false;
|
|
209
|
+
this._queuedSetAttributes.length = 0;
|
|
210
|
+
}
|
|
211
|
+
_a(attrName, attrValue) {
|
|
212
|
+
if (this._updatingFromAttribute) {
|
|
213
|
+
return;
|
|
214
|
+
}
|
|
215
|
+
if (attrValue) {
|
|
216
|
+
attrValue = attrValue.toString();
|
|
217
|
+
}
|
|
218
|
+
this._settingAttributes = true;
|
|
219
|
+
attrName = toSpinal(attrName);
|
|
220
|
+
if (this._attached) {
|
|
221
|
+
this.setAttribute(attrName, attrValue);
|
|
222
|
+
}
|
|
223
|
+
else {
|
|
224
|
+
this._enqueueSetAttribute(attrName, attrValue);
|
|
225
|
+
}
|
|
226
|
+
this._settingAttributes = false;
|
|
227
|
+
}
|
|
228
|
+
static get observedAttributes() {
|
|
229
|
+
if (IgcInputGroupComponent._observedAttributesIgcInputGroupComponent == null) {
|
|
230
|
+
let names = getAllPropertyNames(IgcInputGroupComponent);
|
|
231
|
+
for (let i = 0; i < names.length; i++) {
|
|
232
|
+
names[i] = toSpinal(names[i]);
|
|
233
|
+
}
|
|
234
|
+
IgcInputGroupComponent._observedAttributesIgcInputGroupComponent = names;
|
|
235
|
+
}
|
|
236
|
+
return IgcInputGroupComponent._observedAttributesIgcInputGroupComponent;
|
|
237
|
+
}
|
|
238
|
+
attributeChangedCallback(name, oldValue, newValue) {
|
|
239
|
+
if (this._settingAttributes) {
|
|
240
|
+
return;
|
|
241
|
+
}
|
|
242
|
+
let setName = fromSpinal(name);
|
|
243
|
+
this._updatingFromAttribute = true;
|
|
244
|
+
this[setName] = newValue;
|
|
245
|
+
this._updatingFromAttribute = false;
|
|
246
|
+
}
|
|
247
|
+
static register() {
|
|
248
|
+
if (!IgcInputGroupComponent._isElementRegistered) {
|
|
249
|
+
IgcInputGroupComponent._isElementRegistered = true;
|
|
250
|
+
RegisterElementHelper.registerElement(IgcInputGroupComponent.htmlTagName, IgcInputGroupComponent);
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
/**
|
|
254
|
+
* Gets or sets the display style to use for the button.
|
|
255
|
+
*/
|
|
256
|
+
get displayType() {
|
|
257
|
+
return this.i.k;
|
|
258
|
+
}
|
|
259
|
+
set displayType(v) {
|
|
260
|
+
this.i.k = ensureEnum(InputGroupDisplayType_$type, v);
|
|
261
|
+
this._a("displayType", enumToString(InputGroupDisplayType_$type, this.i.k));
|
|
262
|
+
}
|
|
263
|
+
/**
|
|
264
|
+
* Gets or sets the display density to use for the input group.
|
|
265
|
+
*/
|
|
266
|
+
get density() {
|
|
267
|
+
return this.i.h;
|
|
268
|
+
}
|
|
269
|
+
set density(v) {
|
|
270
|
+
this.i.h = ensureEnum(ControlDisplayDensity_$type, v);
|
|
271
|
+
this._a("density", enumToString(ControlDisplayDensity_$type, this.i.h));
|
|
272
|
+
}
|
|
273
|
+
/**
|
|
274
|
+
* Gets the actual display density to use for the input group.
|
|
275
|
+
*/
|
|
276
|
+
get actualDensity() {
|
|
277
|
+
return this.i.g;
|
|
278
|
+
}
|
|
279
|
+
set actualDensity(v) {
|
|
280
|
+
this.i.g = ensureEnum(ControlDisplayDensity_$type, v);
|
|
281
|
+
this._a("actualDensity", enumToString(ControlDisplayDensity_$type, this.i.g));
|
|
282
|
+
}
|
|
283
|
+
/**
|
|
284
|
+
* Gets or sets the base built in theme to use for the label.
|
|
285
|
+
*/
|
|
286
|
+
get baseTheme() {
|
|
287
|
+
return this.i.d;
|
|
288
|
+
}
|
|
289
|
+
set baseTheme(v) {
|
|
290
|
+
this.i.d = ensureEnum(BaseControlTheme_$type, v);
|
|
291
|
+
this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.d));
|
|
292
|
+
}
|
|
293
|
+
get inputHasValue() {
|
|
294
|
+
return this.i.af;
|
|
295
|
+
}
|
|
296
|
+
/**
|
|
297
|
+
* Gets the actual item background color.
|
|
298
|
+
*/
|
|
299
|
+
get actualBorderColor() {
|
|
300
|
+
return brushToString(this.i.os);
|
|
301
|
+
}
|
|
302
|
+
set actualBorderColor(v) {
|
|
303
|
+
this.i.os = stringToBrush(v);
|
|
304
|
+
this._a("actualBorderColor", brushToString(this.i.os));
|
|
305
|
+
}
|
|
306
|
+
/**
|
|
307
|
+
* Gets the actual item border color.
|
|
308
|
+
*/
|
|
309
|
+
get actualFocusBorderColor() {
|
|
310
|
+
return brushToString(this.i.ot);
|
|
311
|
+
}
|
|
312
|
+
set actualFocusBorderColor(v) {
|
|
313
|
+
this.i.ot = stringToBrush(v);
|
|
314
|
+
this._a("actualFocusBorderColor", brushToString(this.i.ot));
|
|
315
|
+
}
|
|
316
|
+
/**
|
|
317
|
+
* Gets the actual item border width.
|
|
318
|
+
*/
|
|
319
|
+
get actualBorderWidth() {
|
|
320
|
+
return this.i.ca;
|
|
321
|
+
}
|
|
322
|
+
set actualBorderWidth(v) {
|
|
323
|
+
this.i.ca = +v;
|
|
324
|
+
this._a("actualBorderWidth", this.i.ca);
|
|
325
|
+
}
|
|
326
|
+
/**
|
|
327
|
+
* Gets the actual item border width.
|
|
328
|
+
*/
|
|
329
|
+
get actualFocusBorderWidth() {
|
|
330
|
+
return this.i.cb;
|
|
331
|
+
}
|
|
332
|
+
set actualFocusBorderWidth(v) {
|
|
333
|
+
this.i.cb = +v;
|
|
334
|
+
this._a("actualFocusBorderWidth", this.i.cb);
|
|
335
|
+
}
|
|
336
|
+
get actualCornerRadiusBottomRight() {
|
|
337
|
+
return this.i.mz ? this.i.mz.b : NaN;
|
|
338
|
+
}
|
|
339
|
+
set actualCornerRadiusBottomRight(v) {
|
|
340
|
+
this.ensureActualCornerRadius();
|
|
341
|
+
this.i.mz.b = +v;
|
|
342
|
+
this._a("actualCornerRadiusBottomRight", this.i.mz.b);
|
|
343
|
+
this.i.mz = this.i.mz;
|
|
344
|
+
}
|
|
345
|
+
get actualCornerRadiusBottomLeft() {
|
|
346
|
+
return this.i.mz ? this.i.mz.a : NaN;
|
|
347
|
+
}
|
|
348
|
+
set actualCornerRadiusBottomLeft(v) {
|
|
349
|
+
this.ensureActualCornerRadius();
|
|
350
|
+
this.i.mz.a = +v;
|
|
351
|
+
this._a("actualCornerRadiusBottomLeft", this.i.mz.a);
|
|
352
|
+
this.i.mz = this.i.mz;
|
|
353
|
+
}
|
|
354
|
+
get actualCornerRadiusTopLeft() {
|
|
355
|
+
return this.i.mz ? this.i.mz.c : NaN;
|
|
356
|
+
}
|
|
357
|
+
set actualCornerRadiusTopLeft(v) {
|
|
358
|
+
this.ensureActualCornerRadius();
|
|
359
|
+
this.i.mz.c = +v;
|
|
360
|
+
this._a("actualCornerRadiusTopLeft", this.i.mz.c);
|
|
361
|
+
this.i.mz = this.i.mz;
|
|
362
|
+
}
|
|
363
|
+
get actualCornerRadiusTopRight() {
|
|
364
|
+
return this.i.mz ? this.i.mz.d : NaN;
|
|
365
|
+
}
|
|
366
|
+
set actualCornerRadiusTopRight(v) {
|
|
367
|
+
this.ensureActualCornerRadius();
|
|
368
|
+
this.i.mz.d = +v;
|
|
369
|
+
this._a("actualCornerRadiusTopRight", this.i.mz.d);
|
|
370
|
+
this.i.mz = this.i.mz;
|
|
371
|
+
}
|
|
372
|
+
ensureActualCornerRadius() {
|
|
373
|
+
if (this.i.mz) {
|
|
374
|
+
return;
|
|
375
|
+
}
|
|
376
|
+
this.i.mz = new CornerRadius(2);
|
|
377
|
+
}
|
|
378
|
+
get actualContentPaddingBottom() {
|
|
379
|
+
return this.i.tf ? this.i.tf.b : NaN;
|
|
380
|
+
}
|
|
381
|
+
set actualContentPaddingBottom(v) {
|
|
382
|
+
this.ensureActualContentPadding();
|
|
383
|
+
this.i.tf.b = +v;
|
|
384
|
+
this._a("actualContentPaddingBottom", this.i.tf.b);
|
|
385
|
+
this.i.tf = this.i.tf;
|
|
386
|
+
}
|
|
387
|
+
get actualContentPaddingLeft() {
|
|
388
|
+
return this.i.tf ? this.i.tf.c : NaN;
|
|
389
|
+
}
|
|
390
|
+
set actualContentPaddingLeft(v) {
|
|
391
|
+
this.ensureActualContentPadding();
|
|
392
|
+
this.i.tf.c = +v;
|
|
393
|
+
this._a("actualContentPaddingLeft", this.i.tf.c);
|
|
394
|
+
this.i.tf = this.i.tf;
|
|
395
|
+
}
|
|
396
|
+
get actualContentPaddingRight() {
|
|
397
|
+
return this.i.tf ? this.i.tf.d : NaN;
|
|
398
|
+
}
|
|
399
|
+
set actualContentPaddingRight(v) {
|
|
400
|
+
this.ensureActualContentPadding();
|
|
401
|
+
this.i.tf.d = +v;
|
|
402
|
+
this._a("actualContentPaddingRight", this.i.tf.d);
|
|
403
|
+
this.i.tf = this.i.tf;
|
|
404
|
+
}
|
|
405
|
+
get actualContentPaddingTop() {
|
|
406
|
+
return this.i.tf ? this.i.tf.e : NaN;
|
|
407
|
+
}
|
|
408
|
+
set actualContentPaddingTop(v) {
|
|
409
|
+
this.ensureActualContentPadding();
|
|
410
|
+
this.i.tf.e = +v;
|
|
411
|
+
this._a("actualContentPaddingTop", this.i.tf.e);
|
|
412
|
+
this.i.tf = this.i.tf;
|
|
413
|
+
}
|
|
414
|
+
ensureActualContentPadding() {
|
|
415
|
+
if (this.i.tf) {
|
|
416
|
+
return;
|
|
417
|
+
}
|
|
418
|
+
this.i.tf = new Thickness(2);
|
|
419
|
+
}
|
|
420
|
+
/**
|
|
421
|
+
* Gets the actual width to use for the underline element.
|
|
422
|
+
*/
|
|
423
|
+
get actualUnderlineWidth() {
|
|
424
|
+
return this.i.cj;
|
|
425
|
+
}
|
|
426
|
+
set actualUnderlineWidth(v) {
|
|
427
|
+
this.i.cj = +v;
|
|
428
|
+
this._a("actualUnderlineWidth", this.i.cj);
|
|
429
|
+
}
|
|
430
|
+
/**
|
|
431
|
+
* Gets the actual width to use for the underline element.
|
|
432
|
+
*/
|
|
433
|
+
get actualUnderlineRippleWidth() {
|
|
434
|
+
return this.i.ci;
|
|
435
|
+
}
|
|
436
|
+
set actualUnderlineRippleWidth(v) {
|
|
437
|
+
this.i.ci = +v;
|
|
438
|
+
this._a("actualUnderlineRippleWidth", this.i.ci);
|
|
439
|
+
}
|
|
440
|
+
/**
|
|
441
|
+
* Gets the width to use for the underline element when hovered.
|
|
442
|
+
*/
|
|
443
|
+
get actualHoverUnderlineWidth() {
|
|
444
|
+
return this.i.cf;
|
|
445
|
+
}
|
|
446
|
+
set actualHoverUnderlineWidth(v) {
|
|
447
|
+
this.i.cf = +v;
|
|
448
|
+
this._a("actualHoverUnderlineWidth", this.i.cf);
|
|
449
|
+
}
|
|
450
|
+
/**
|
|
451
|
+
* Gets the actual color to use for the underline element.
|
|
452
|
+
*/
|
|
453
|
+
get actualUnderlineColor() {
|
|
454
|
+
return brushToString(this.i.ow);
|
|
455
|
+
}
|
|
456
|
+
set actualUnderlineColor(v) {
|
|
457
|
+
this.i.ow = stringToBrush(v);
|
|
458
|
+
this._a("actualUnderlineColor", brushToString(this.i.ow));
|
|
459
|
+
}
|
|
460
|
+
/**
|
|
461
|
+
* Gets the actual color to use for the underline ripple element.
|
|
462
|
+
*/
|
|
463
|
+
get actualUnderlineRippleColor() {
|
|
464
|
+
return brushToString(this.i.ox);
|
|
465
|
+
}
|
|
466
|
+
set actualUnderlineRippleColor(v) {
|
|
467
|
+
this.i.ox = stringToBrush(v);
|
|
468
|
+
this._a("actualUnderlineRippleColor", brushToString(this.i.ox));
|
|
469
|
+
}
|
|
470
|
+
/**
|
|
471
|
+
* Gets the actual color to use for the underline element.
|
|
472
|
+
*/
|
|
473
|
+
get actualHoverUnderlineColor() {
|
|
474
|
+
return brushToString(this.i.ov);
|
|
475
|
+
}
|
|
476
|
+
set actualHoverUnderlineColor(v) {
|
|
477
|
+
this.i.ov = stringToBrush(v);
|
|
478
|
+
this._a("actualHoverUnderlineColor", brushToString(this.i.ov));
|
|
479
|
+
}
|
|
480
|
+
/**
|
|
481
|
+
* Gets the actual color to use for the underline element when focused.
|
|
482
|
+
*/
|
|
483
|
+
get actualFocusUnderlineColor() {
|
|
484
|
+
return brushToString(this.i.ou);
|
|
485
|
+
}
|
|
486
|
+
set actualFocusUnderlineColor(v) {
|
|
487
|
+
this.i.ou = stringToBrush(v);
|
|
488
|
+
this._a("actualFocusUnderlineColor", brushToString(this.i.ou));
|
|
489
|
+
}
|
|
490
|
+
/**
|
|
491
|
+
* Gets the actual opacity to use for the underline element.
|
|
492
|
+
*/
|
|
493
|
+
get actualUnderlineOpacity() {
|
|
494
|
+
return this.i.cg;
|
|
495
|
+
}
|
|
496
|
+
set actualUnderlineOpacity(v) {
|
|
497
|
+
this.i.cg = +v;
|
|
498
|
+
this._a("actualUnderlineOpacity", this.i.cg);
|
|
499
|
+
}
|
|
500
|
+
/**
|
|
501
|
+
* Gets the actual opacity to use for the underline element when hovered.
|
|
502
|
+
*/
|
|
503
|
+
get actualHoverUnderlineOpacity() {
|
|
504
|
+
return this.i.ce;
|
|
505
|
+
}
|
|
506
|
+
set actualHoverUnderlineOpacity(v) {
|
|
507
|
+
this.i.ce = +v;
|
|
508
|
+
this._a("actualHoverUnderlineOpacity", this.i.ce);
|
|
509
|
+
}
|
|
510
|
+
/**
|
|
511
|
+
* Gets the actual opacity to use for the underline element when focused.
|
|
512
|
+
*/
|
|
513
|
+
get actualFocusUnderlineOpacity() {
|
|
514
|
+
return this.i.cc;
|
|
515
|
+
}
|
|
516
|
+
set actualFocusUnderlineOpacity(v) {
|
|
517
|
+
this.i.cc = +v;
|
|
518
|
+
this._a("actualFocusUnderlineOpacity", this.i.cc);
|
|
519
|
+
}
|
|
520
|
+
/**
|
|
521
|
+
* Gets the actual opacity to use for the underline ripple element when focused.
|
|
522
|
+
*/
|
|
523
|
+
get actualFocusUnderlineRippleOpacity() {
|
|
524
|
+
return this.i.cd;
|
|
525
|
+
}
|
|
526
|
+
set actualFocusUnderlineRippleOpacity(v) {
|
|
527
|
+
this.i.cd = +v;
|
|
528
|
+
this._a("actualFocusUnderlineRippleOpacity", this.i.cd);
|
|
529
|
+
}
|
|
530
|
+
/**
|
|
531
|
+
* Gets the actual opacity to use for the underline ripple element.
|
|
532
|
+
*/
|
|
533
|
+
get actualUnderlineRippleOpacity() {
|
|
534
|
+
return this.i.ch;
|
|
535
|
+
}
|
|
536
|
+
set actualUnderlineRippleOpacity(v) {
|
|
537
|
+
this.i.ch = +v;
|
|
538
|
+
this._a("actualUnderlineRippleOpacity", this.i.ch);
|
|
539
|
+
}
|
|
540
|
+
/**
|
|
541
|
+
* Gets the actual opacity to use for the underline ripple element.
|
|
542
|
+
*/
|
|
543
|
+
get actualBackgroundColor() {
|
|
544
|
+
return brushToString(this.i.or);
|
|
545
|
+
}
|
|
546
|
+
set actualBackgroundColor(v) {
|
|
547
|
+
this.i.or = stringToBrush(v);
|
|
548
|
+
this._a("actualBackgroundColor", brushToString(this.i.or));
|
|
549
|
+
}
|
|
550
|
+
/**
|
|
551
|
+
* Gets or sets the border width to use for the border of the item group.
|
|
552
|
+
*/
|
|
553
|
+
get borderWidth() {
|
|
554
|
+
return this.i.cu;
|
|
555
|
+
}
|
|
556
|
+
set borderWidth(v) {
|
|
557
|
+
this.i.cu = +v;
|
|
558
|
+
this._a("borderWidth", this.i.cu);
|
|
559
|
+
}
|
|
560
|
+
/**
|
|
561
|
+
* Gets or sets the border width to use for the border of the item group when focused.
|
|
562
|
+
*/
|
|
563
|
+
get focusBorderWidth() {
|
|
564
|
+
return this.i.hc;
|
|
565
|
+
}
|
|
566
|
+
set focusBorderWidth(v) {
|
|
567
|
+
this.i.hc = +v;
|
|
568
|
+
this._a("focusBorderWidth", this.i.hc);
|
|
569
|
+
}
|
|
570
|
+
/**
|
|
571
|
+
* Gets or sets the color to use the border of the input group.
|
|
572
|
+
*/
|
|
573
|
+
get borderColor() {
|
|
574
|
+
return brushToString(this.i.oz);
|
|
575
|
+
}
|
|
576
|
+
set borderColor(v) {
|
|
577
|
+
this.i.oz = stringToBrush(v);
|
|
578
|
+
this._a("borderColor", brushToString(this.i.oz));
|
|
579
|
+
}
|
|
580
|
+
get cornerRadiusBottomRight() {
|
|
581
|
+
return this.i.m3 ? this.i.m3.b : NaN;
|
|
582
|
+
}
|
|
583
|
+
set cornerRadiusBottomRight(v) {
|
|
584
|
+
this.ensureCornerRadius();
|
|
585
|
+
this.i.m3.b = +v;
|
|
586
|
+
this._a("cornerRadiusBottomRight", this.i.m3.b);
|
|
587
|
+
this.i.m3 = this.i.m3;
|
|
588
|
+
}
|
|
589
|
+
get cornerRadiusBottomLeft() {
|
|
590
|
+
return this.i.m3 ? this.i.m3.a : NaN;
|
|
591
|
+
}
|
|
592
|
+
set cornerRadiusBottomLeft(v) {
|
|
593
|
+
this.ensureCornerRadius();
|
|
594
|
+
this.i.m3.a = +v;
|
|
595
|
+
this._a("cornerRadiusBottomLeft", this.i.m3.a);
|
|
596
|
+
this.i.m3 = this.i.m3;
|
|
597
|
+
}
|
|
598
|
+
get cornerRadiusTopLeft() {
|
|
599
|
+
return this.i.m3 ? this.i.m3.c : NaN;
|
|
600
|
+
}
|
|
601
|
+
set cornerRadiusTopLeft(v) {
|
|
602
|
+
this.ensureCornerRadius();
|
|
603
|
+
this.i.m3.c = +v;
|
|
604
|
+
this._a("cornerRadiusTopLeft", this.i.m3.c);
|
|
605
|
+
this.i.m3 = this.i.m3;
|
|
606
|
+
}
|
|
607
|
+
get cornerRadiusTopRight() {
|
|
608
|
+
return this.i.m3 ? this.i.m3.d : NaN;
|
|
609
|
+
}
|
|
610
|
+
set cornerRadiusTopRight(v) {
|
|
611
|
+
this.ensureCornerRadius();
|
|
612
|
+
this.i.m3.d = +v;
|
|
613
|
+
this._a("cornerRadiusTopRight", this.i.m3.d);
|
|
614
|
+
this.i.m3 = this.i.m3;
|
|
615
|
+
}
|
|
616
|
+
ensureCornerRadius() {
|
|
617
|
+
if (this.i.m3) {
|
|
618
|
+
return;
|
|
619
|
+
}
|
|
620
|
+
this.i.m3 = new CornerRadius(2);
|
|
621
|
+
}
|
|
622
|
+
get contentPaddingBottom() {
|
|
623
|
+
return this.i.tj ? this.i.tj.b : NaN;
|
|
624
|
+
}
|
|
625
|
+
set contentPaddingBottom(v) {
|
|
626
|
+
this.ensureContentPadding();
|
|
627
|
+
this.i.tj.b = +v;
|
|
628
|
+
this._a("contentPaddingBottom", this.i.tj.b);
|
|
629
|
+
this.i.tj = this.i.tj;
|
|
630
|
+
}
|
|
631
|
+
get contentPaddingLeft() {
|
|
632
|
+
return this.i.tj ? this.i.tj.c : NaN;
|
|
633
|
+
}
|
|
634
|
+
set contentPaddingLeft(v) {
|
|
635
|
+
this.ensureContentPadding();
|
|
636
|
+
this.i.tj.c = +v;
|
|
637
|
+
this._a("contentPaddingLeft", this.i.tj.c);
|
|
638
|
+
this.i.tj = this.i.tj;
|
|
639
|
+
}
|
|
640
|
+
get contentPaddingRight() {
|
|
641
|
+
return this.i.tj ? this.i.tj.d : NaN;
|
|
642
|
+
}
|
|
643
|
+
set contentPaddingRight(v) {
|
|
644
|
+
this.ensureContentPadding();
|
|
645
|
+
this.i.tj.d = +v;
|
|
646
|
+
this._a("contentPaddingRight", this.i.tj.d);
|
|
647
|
+
this.i.tj = this.i.tj;
|
|
648
|
+
}
|
|
649
|
+
get contentPaddingTop() {
|
|
650
|
+
return this.i.tj ? this.i.tj.e : NaN;
|
|
651
|
+
}
|
|
652
|
+
set contentPaddingTop(v) {
|
|
653
|
+
this.ensureContentPadding();
|
|
654
|
+
this.i.tj.e = +v;
|
|
655
|
+
this._a("contentPaddingTop", this.i.tj.e);
|
|
656
|
+
this.i.tj = this.i.tj;
|
|
657
|
+
}
|
|
658
|
+
ensureContentPadding() {
|
|
659
|
+
if (this.i.tj) {
|
|
660
|
+
return;
|
|
661
|
+
}
|
|
662
|
+
this.i.tj = new Thickness(2);
|
|
663
|
+
}
|
|
664
|
+
/**
|
|
665
|
+
* Gets or sets the width to use for the underline element.
|
|
666
|
+
*/
|
|
667
|
+
get underlineWidth() {
|
|
668
|
+
return this.i.h4;
|
|
669
|
+
}
|
|
670
|
+
set underlineWidth(v) {
|
|
671
|
+
this.i.h4 = +v;
|
|
672
|
+
this._a("underlineWidth", this.i.h4);
|
|
673
|
+
}
|
|
674
|
+
/**
|
|
675
|
+
* Gets or sets the width to use for the underline element.
|
|
676
|
+
*/
|
|
677
|
+
get underlineRippleWidth() {
|
|
678
|
+
return this.i.h3;
|
|
679
|
+
}
|
|
680
|
+
set underlineRippleWidth(v) {
|
|
681
|
+
this.i.h3 = +v;
|
|
682
|
+
this._a("underlineRippleWidth", this.i.h3);
|
|
683
|
+
}
|
|
684
|
+
/**
|
|
685
|
+
* Gets or sets the width to use for the underline element when hovered.
|
|
686
|
+
*/
|
|
687
|
+
get hoverUnderlineWidth() {
|
|
688
|
+
return this.i.hg;
|
|
689
|
+
}
|
|
690
|
+
set hoverUnderlineWidth(v) {
|
|
691
|
+
this.i.hg = +v;
|
|
692
|
+
this._a("hoverUnderlineWidth", this.i.hg);
|
|
693
|
+
}
|
|
694
|
+
/**
|
|
695
|
+
* Gets or sets the color to use for the underline element.
|
|
696
|
+
*/
|
|
697
|
+
get underlineColor() {
|
|
698
|
+
return brushToString(this.i.s7);
|
|
699
|
+
}
|
|
700
|
+
set underlineColor(v) {
|
|
701
|
+
this.i.s7 = stringToBrush(v);
|
|
702
|
+
this._a("underlineColor", brushToString(this.i.s7));
|
|
703
|
+
}
|
|
704
|
+
/**
|
|
705
|
+
* Gets or sets the color to use for the underline ripple element.
|
|
706
|
+
*/
|
|
707
|
+
get underlineRippleColor() {
|
|
708
|
+
return brushToString(this.i.s8);
|
|
709
|
+
}
|
|
710
|
+
set underlineRippleColor(v) {
|
|
711
|
+
this.i.s8 = stringToBrush(v);
|
|
712
|
+
this._a("underlineRippleColor", brushToString(this.i.s8));
|
|
713
|
+
}
|
|
714
|
+
/**
|
|
715
|
+
* Gets or sets the color to use for the underline element.
|
|
716
|
+
*/
|
|
717
|
+
get hoverUnderlineColor() {
|
|
718
|
+
return brushToString(this.i.ss);
|
|
719
|
+
}
|
|
720
|
+
set hoverUnderlineColor(v) {
|
|
721
|
+
this.i.ss = stringToBrush(v);
|
|
722
|
+
this._a("hoverUnderlineColor", brushToString(this.i.ss));
|
|
723
|
+
}
|
|
724
|
+
/**
|
|
725
|
+
* Gets or sets the color to use for the underline element.
|
|
726
|
+
*/
|
|
727
|
+
get focusUnderlineColor() {
|
|
728
|
+
return brushToString(this.i.sr);
|
|
729
|
+
}
|
|
730
|
+
set focusUnderlineColor(v) {
|
|
731
|
+
this.i.sr = stringToBrush(v);
|
|
732
|
+
this._a("focusUnderlineColor", brushToString(this.i.sr));
|
|
733
|
+
}
|
|
734
|
+
/**
|
|
735
|
+
* Gets or sets the color to use for the underline element.
|
|
736
|
+
*/
|
|
737
|
+
get underlineOpacity() {
|
|
738
|
+
return this.i.h1;
|
|
739
|
+
}
|
|
740
|
+
set underlineOpacity(v) {
|
|
741
|
+
this.i.h1 = +v;
|
|
742
|
+
this._a("underlineOpacity", this.i.h1);
|
|
743
|
+
}
|
|
744
|
+
/**
|
|
745
|
+
* Gets or sets the color to use for the underline element.
|
|
746
|
+
*/
|
|
747
|
+
get hoverUnderlineOpacity() {
|
|
748
|
+
return this.i.hf;
|
|
749
|
+
}
|
|
750
|
+
set hoverUnderlineOpacity(v) {
|
|
751
|
+
this.i.hf = +v;
|
|
752
|
+
this._a("hoverUnderlineOpacity", this.i.hf);
|
|
753
|
+
}
|
|
754
|
+
/**
|
|
755
|
+
* Gets or sets the color to use for the underline element.
|
|
756
|
+
*/
|
|
757
|
+
get focusUnderlineOpacity() {
|
|
758
|
+
return this.i.hd;
|
|
759
|
+
}
|
|
760
|
+
set focusUnderlineOpacity(v) {
|
|
761
|
+
this.i.hd = +v;
|
|
762
|
+
this._a("focusUnderlineOpacity", this.i.hd);
|
|
763
|
+
}
|
|
764
|
+
/**
|
|
765
|
+
* Gets or sets the opacity to use for the underline ripple element when focused.
|
|
766
|
+
*/
|
|
767
|
+
get focusUnderlineRippleOpacity() {
|
|
768
|
+
return this.i.he;
|
|
769
|
+
}
|
|
770
|
+
set focusUnderlineRippleOpacity(v) {
|
|
771
|
+
this.i.he = +v;
|
|
772
|
+
this._a("focusUnderlineRippleOpacity", this.i.he);
|
|
773
|
+
}
|
|
774
|
+
/**
|
|
775
|
+
* Gets or sets the opacity to use for the underline ripple element.
|
|
776
|
+
*/
|
|
777
|
+
get underlineRippleOpacity() {
|
|
778
|
+
return this.i.h2;
|
|
779
|
+
}
|
|
780
|
+
set underlineRippleOpacity(v) {
|
|
781
|
+
this.i.h2 = +v;
|
|
782
|
+
this._a("underlineRippleOpacity", this.i.h2);
|
|
783
|
+
}
|
|
784
|
+
/**
|
|
785
|
+
* Gets or sets the background color to use for the input group.
|
|
786
|
+
*/
|
|
787
|
+
get backgroundColor() {
|
|
788
|
+
return brushToString(this.i.oy);
|
|
789
|
+
}
|
|
790
|
+
set backgroundColor(v) {
|
|
791
|
+
this.i.oy = stringToBrush(v);
|
|
792
|
+
this._a("backgroundColor", brushToString(this.i.oy));
|
|
793
|
+
}
|
|
794
|
+
/**
|
|
795
|
+
* Gets or sets the border width to use for the border of the item group when using type line.
|
|
796
|
+
*/
|
|
797
|
+
get lineTypeBorderWidth() {
|
|
798
|
+
return this.i.hh;
|
|
799
|
+
}
|
|
800
|
+
set lineTypeBorderWidth(v) {
|
|
801
|
+
this.i.hh = +v;
|
|
802
|
+
this._a("lineTypeBorderWidth", this.i.hh);
|
|
803
|
+
}
|
|
804
|
+
/**
|
|
805
|
+
* Gets or sets the border width to use for the border of the item group when focused when type is line.
|
|
806
|
+
*/
|
|
807
|
+
get lineTypeFocusBorderWidth() {
|
|
808
|
+
return this.i.hi;
|
|
809
|
+
}
|
|
810
|
+
set lineTypeFocusBorderWidth(v) {
|
|
811
|
+
this.i.hi = +v;
|
|
812
|
+
this._a("lineTypeFocusBorderWidth", this.i.hi);
|
|
813
|
+
}
|
|
814
|
+
/**
|
|
815
|
+
* Gets or sets the focus color to use the border of the input group when type is line.
|
|
816
|
+
*/
|
|
817
|
+
get lineTypeFocusBorderColor() {
|
|
818
|
+
return brushToString(this.i.sv);
|
|
819
|
+
}
|
|
820
|
+
set lineTypeFocusBorderColor(v) {
|
|
821
|
+
this.i.sv = stringToBrush(v);
|
|
822
|
+
this._a("lineTypeFocusBorderColor", brushToString(this.i.sv));
|
|
823
|
+
}
|
|
824
|
+
/**
|
|
825
|
+
* Gets or sets the color to use the border of the input group when type is line.
|
|
826
|
+
*/
|
|
827
|
+
get lineTypeBorderColor() {
|
|
828
|
+
return brushToString(this.i.su);
|
|
829
|
+
}
|
|
830
|
+
set lineTypeBorderColor(v) {
|
|
831
|
+
this.i.su = stringToBrush(v);
|
|
832
|
+
this._a("lineTypeBorderColor", brushToString(this.i.su));
|
|
833
|
+
}
|
|
834
|
+
get lineTypeCornerRadiusBottomRight() {
|
|
835
|
+
return this.i.nj ? this.i.nj.b : NaN;
|
|
836
|
+
}
|
|
837
|
+
set lineTypeCornerRadiusBottomRight(v) {
|
|
838
|
+
this.ensureLineTypeCornerRadius();
|
|
839
|
+
this.i.nj.b = +v;
|
|
840
|
+
this._a("lineTypeCornerRadiusBottomRight", this.i.nj.b);
|
|
841
|
+
this.i.nj = this.i.nj;
|
|
842
|
+
}
|
|
843
|
+
get lineTypeCornerRadiusBottomLeft() {
|
|
844
|
+
return this.i.nj ? this.i.nj.a : NaN;
|
|
845
|
+
}
|
|
846
|
+
set lineTypeCornerRadiusBottomLeft(v) {
|
|
847
|
+
this.ensureLineTypeCornerRadius();
|
|
848
|
+
this.i.nj.a = +v;
|
|
849
|
+
this._a("lineTypeCornerRadiusBottomLeft", this.i.nj.a);
|
|
850
|
+
this.i.nj = this.i.nj;
|
|
851
|
+
}
|
|
852
|
+
get lineTypeCornerRadiusTopLeft() {
|
|
853
|
+
return this.i.nj ? this.i.nj.c : NaN;
|
|
854
|
+
}
|
|
855
|
+
set lineTypeCornerRadiusTopLeft(v) {
|
|
856
|
+
this.ensureLineTypeCornerRadius();
|
|
857
|
+
this.i.nj.c = +v;
|
|
858
|
+
this._a("lineTypeCornerRadiusTopLeft", this.i.nj.c);
|
|
859
|
+
this.i.nj = this.i.nj;
|
|
860
|
+
}
|
|
861
|
+
get lineTypeCornerRadiusTopRight() {
|
|
862
|
+
return this.i.nj ? this.i.nj.d : NaN;
|
|
863
|
+
}
|
|
864
|
+
set lineTypeCornerRadiusTopRight(v) {
|
|
865
|
+
this.ensureLineTypeCornerRadius();
|
|
866
|
+
this.i.nj.d = +v;
|
|
867
|
+
this._a("lineTypeCornerRadiusTopRight", this.i.nj.d);
|
|
868
|
+
this.i.nj = this.i.nj;
|
|
869
|
+
}
|
|
870
|
+
ensureLineTypeCornerRadius() {
|
|
871
|
+
if (this.i.nj) {
|
|
872
|
+
return;
|
|
873
|
+
}
|
|
874
|
+
this.i.nj = new CornerRadius(2);
|
|
875
|
+
}
|
|
876
|
+
get lineTypeContentPaddingBottom() {
|
|
877
|
+
return this.i.tz ? this.i.tz.b : NaN;
|
|
878
|
+
}
|
|
879
|
+
set lineTypeContentPaddingBottom(v) {
|
|
880
|
+
this.ensureLineTypeContentPadding();
|
|
881
|
+
this.i.tz.b = +v;
|
|
882
|
+
this._a("lineTypeContentPaddingBottom", this.i.tz.b);
|
|
883
|
+
this.i.tz = this.i.tz;
|
|
884
|
+
}
|
|
885
|
+
get lineTypeContentPaddingLeft() {
|
|
886
|
+
return this.i.tz ? this.i.tz.c : NaN;
|
|
887
|
+
}
|
|
888
|
+
set lineTypeContentPaddingLeft(v) {
|
|
889
|
+
this.ensureLineTypeContentPadding();
|
|
890
|
+
this.i.tz.c = +v;
|
|
891
|
+
this._a("lineTypeContentPaddingLeft", this.i.tz.c);
|
|
892
|
+
this.i.tz = this.i.tz;
|
|
893
|
+
}
|
|
894
|
+
get lineTypeContentPaddingRight() {
|
|
895
|
+
return this.i.tz ? this.i.tz.d : NaN;
|
|
896
|
+
}
|
|
897
|
+
set lineTypeContentPaddingRight(v) {
|
|
898
|
+
this.ensureLineTypeContentPadding();
|
|
899
|
+
this.i.tz.d = +v;
|
|
900
|
+
this._a("lineTypeContentPaddingRight", this.i.tz.d);
|
|
901
|
+
this.i.tz = this.i.tz;
|
|
902
|
+
}
|
|
903
|
+
get lineTypeContentPaddingTop() {
|
|
904
|
+
return this.i.tz ? this.i.tz.e : NaN;
|
|
905
|
+
}
|
|
906
|
+
set lineTypeContentPaddingTop(v) {
|
|
907
|
+
this.ensureLineTypeContentPadding();
|
|
908
|
+
this.i.tz.e = +v;
|
|
909
|
+
this._a("lineTypeContentPaddingTop", this.i.tz.e);
|
|
910
|
+
this.i.tz = this.i.tz;
|
|
911
|
+
}
|
|
912
|
+
ensureLineTypeContentPadding() {
|
|
913
|
+
if (this.i.tz) {
|
|
914
|
+
return;
|
|
915
|
+
}
|
|
916
|
+
this.i.tz = new Thickness(2);
|
|
917
|
+
}
|
|
918
|
+
/**
|
|
919
|
+
* Gets or sets the width to use for the underline element when type is line.
|
|
920
|
+
*/
|
|
921
|
+
get lineTypeUnderlineWidth() {
|
|
922
|
+
return this.i.hq;
|
|
923
|
+
}
|
|
924
|
+
set lineTypeUnderlineWidth(v) {
|
|
925
|
+
this.i.hq = +v;
|
|
926
|
+
this._a("lineTypeUnderlineWidth", this.i.hq);
|
|
927
|
+
}
|
|
928
|
+
/**
|
|
929
|
+
* Gets or sets the width to use for the underline element when type is line.
|
|
930
|
+
*/
|
|
931
|
+
get lineTypeUnderlineRippleWidth() {
|
|
932
|
+
return this.i.hp;
|
|
933
|
+
}
|
|
934
|
+
set lineTypeUnderlineRippleWidth(v) {
|
|
935
|
+
this.i.hp = +v;
|
|
936
|
+
this._a("lineTypeUnderlineRippleWidth", this.i.hp);
|
|
937
|
+
}
|
|
938
|
+
/**
|
|
939
|
+
* Gets or sets the width to use for the underline element when hovered when type is line.
|
|
940
|
+
*/
|
|
941
|
+
get lineTypeHoverUnderlineWidth() {
|
|
942
|
+
return this.i.hm;
|
|
943
|
+
}
|
|
944
|
+
set lineTypeHoverUnderlineWidth(v) {
|
|
945
|
+
this.i.hm = +v;
|
|
946
|
+
this._a("lineTypeHoverUnderlineWidth", this.i.hm);
|
|
947
|
+
}
|
|
948
|
+
/**
|
|
949
|
+
* Gets or sets the color to use for the underline element when type is line.
|
|
950
|
+
*/
|
|
951
|
+
get lineTypeUnderlineColor() {
|
|
952
|
+
return brushToString(this.i.sy);
|
|
953
|
+
}
|
|
954
|
+
set lineTypeUnderlineColor(v) {
|
|
955
|
+
this.i.sy = stringToBrush(v);
|
|
956
|
+
this._a("lineTypeUnderlineColor", brushToString(this.i.sy));
|
|
957
|
+
}
|
|
958
|
+
/**
|
|
959
|
+
* Gets or sets the color to use for the underline ripple element when type is line.
|
|
960
|
+
*/
|
|
961
|
+
get lineTypeUnderlineRippleColor() {
|
|
962
|
+
return brushToString(this.i.sz);
|
|
963
|
+
}
|
|
964
|
+
set lineTypeUnderlineRippleColor(v) {
|
|
965
|
+
this.i.sz = stringToBrush(v);
|
|
966
|
+
this._a("lineTypeUnderlineRippleColor", brushToString(this.i.sz));
|
|
967
|
+
}
|
|
968
|
+
/**
|
|
969
|
+
* Gets or sets the color to use for the underline element when type is line.
|
|
970
|
+
*/
|
|
971
|
+
get lineTypeHoverUnderlineColor() {
|
|
972
|
+
return brushToString(this.i.sx);
|
|
973
|
+
}
|
|
974
|
+
set lineTypeHoverUnderlineColor(v) {
|
|
975
|
+
this.i.sx = stringToBrush(v);
|
|
976
|
+
this._a("lineTypeHoverUnderlineColor", brushToString(this.i.sx));
|
|
977
|
+
}
|
|
978
|
+
/**
|
|
979
|
+
* Gets or sets the color to use for the underline element when type is line.
|
|
980
|
+
*/
|
|
981
|
+
get lineTypeFocusUnderlineColor() {
|
|
982
|
+
return brushToString(this.i.sw);
|
|
983
|
+
}
|
|
984
|
+
set lineTypeFocusUnderlineColor(v) {
|
|
985
|
+
this.i.sw = stringToBrush(v);
|
|
986
|
+
this._a("lineTypeFocusUnderlineColor", brushToString(this.i.sw));
|
|
987
|
+
}
|
|
988
|
+
/**
|
|
989
|
+
* Gets or sets the color to use for the underline element when type is line.
|
|
990
|
+
*/
|
|
991
|
+
get lineTypeUnderlineOpacity() {
|
|
992
|
+
return this.i.hn;
|
|
993
|
+
}
|
|
994
|
+
set lineTypeUnderlineOpacity(v) {
|
|
995
|
+
this.i.hn = +v;
|
|
996
|
+
this._a("lineTypeUnderlineOpacity", this.i.hn);
|
|
997
|
+
}
|
|
998
|
+
/**
|
|
999
|
+
* Gets or sets the color to use for the underline element when type is line.
|
|
1000
|
+
*/
|
|
1001
|
+
get lineTypeHoverUnderlineOpacity() {
|
|
1002
|
+
return this.i.hl;
|
|
1003
|
+
}
|
|
1004
|
+
set lineTypeHoverUnderlineOpacity(v) {
|
|
1005
|
+
this.i.hl = +v;
|
|
1006
|
+
this._a("lineTypeHoverUnderlineOpacity", this.i.hl);
|
|
1007
|
+
}
|
|
1008
|
+
/**
|
|
1009
|
+
* Gets or sets the color to use for the underline element when type is line.
|
|
1010
|
+
*/
|
|
1011
|
+
get lineTypeFocusUnderlineOpacity() {
|
|
1012
|
+
return this.i.hj;
|
|
1013
|
+
}
|
|
1014
|
+
set lineTypeFocusUnderlineOpacity(v) {
|
|
1015
|
+
this.i.hj = +v;
|
|
1016
|
+
this._a("lineTypeFocusUnderlineOpacity", this.i.hj);
|
|
1017
|
+
}
|
|
1018
|
+
/**
|
|
1019
|
+
* Gets or sets the opacity to use for the underline ripple element when focused when type is line.
|
|
1020
|
+
*/
|
|
1021
|
+
get lineTypeFocusUnderlineRippleOpacity() {
|
|
1022
|
+
return this.i.hk;
|
|
1023
|
+
}
|
|
1024
|
+
set lineTypeFocusUnderlineRippleOpacity(v) {
|
|
1025
|
+
this.i.hk = +v;
|
|
1026
|
+
this._a("lineTypeFocusUnderlineRippleOpacity", this.i.hk);
|
|
1027
|
+
}
|
|
1028
|
+
/**
|
|
1029
|
+
* Gets or sets the opacity to use for the underline ripple element when type is line.
|
|
1030
|
+
*/
|
|
1031
|
+
get lineTypeUnderlineRippleOpacity() {
|
|
1032
|
+
return this.i.ho;
|
|
1033
|
+
}
|
|
1034
|
+
set lineTypeUnderlineRippleOpacity(v) {
|
|
1035
|
+
this.i.ho = +v;
|
|
1036
|
+
this._a("lineTypeUnderlineRippleOpacity", this.i.ho);
|
|
1037
|
+
}
|
|
1038
|
+
/**
|
|
1039
|
+
* Gets or sets the background color to use for the input group when type is line.
|
|
1040
|
+
*/
|
|
1041
|
+
get lineTypeBackgroundColor() {
|
|
1042
|
+
return brushToString(this.i.st);
|
|
1043
|
+
}
|
|
1044
|
+
set lineTypeBackgroundColor(v) {
|
|
1045
|
+
this.i.st = stringToBrush(v);
|
|
1046
|
+
this._a("lineTypeBackgroundColor", brushToString(this.i.st));
|
|
1047
|
+
}
|
|
1048
|
+
/**
|
|
1049
|
+
* Gets or sets the border width to use for the border of the item group when using type line.
|
|
1050
|
+
*/
|
|
1051
|
+
get boxTypeBorderWidth() {
|
|
1052
|
+
return this.i.cv;
|
|
1053
|
+
}
|
|
1054
|
+
set boxTypeBorderWidth(v) {
|
|
1055
|
+
this.i.cv = +v;
|
|
1056
|
+
this._a("boxTypeBorderWidth", this.i.cv);
|
|
1057
|
+
}
|
|
1058
|
+
/**
|
|
1059
|
+
* Gets or sets the border width to use for the border of the item group when focused when type is box.
|
|
1060
|
+
*/
|
|
1061
|
+
get boxTypeFocusBorderWidth() {
|
|
1062
|
+
return this.i.cw;
|
|
1063
|
+
}
|
|
1064
|
+
set boxTypeFocusBorderWidth(v) {
|
|
1065
|
+
this.i.cw = +v;
|
|
1066
|
+
this._a("boxTypeFocusBorderWidth", this.i.cw);
|
|
1067
|
+
}
|
|
1068
|
+
/**
|
|
1069
|
+
* Gets or sets the focus color to use the border of the input group when type is box.
|
|
1070
|
+
*/
|
|
1071
|
+
get boxTypeFocusBorderColor() {
|
|
1072
|
+
return brushToString(this.i.o9);
|
|
1073
|
+
}
|
|
1074
|
+
set boxTypeFocusBorderColor(v) {
|
|
1075
|
+
this.i.o9 = stringToBrush(v);
|
|
1076
|
+
this._a("boxTypeFocusBorderColor", brushToString(this.i.o9));
|
|
1077
|
+
}
|
|
1078
|
+
/**
|
|
1079
|
+
* Gets or sets the color to use the border of the input group when type is box.
|
|
1080
|
+
*/
|
|
1081
|
+
get boxTypeBorderColor() {
|
|
1082
|
+
return brushToString(this.i.o8);
|
|
1083
|
+
}
|
|
1084
|
+
set boxTypeBorderColor(v) {
|
|
1085
|
+
this.i.o8 = stringToBrush(v);
|
|
1086
|
+
this._a("boxTypeBorderColor", brushToString(this.i.o8));
|
|
1087
|
+
}
|
|
1088
|
+
get boxTypeCornerRadiusBottomRight() {
|
|
1089
|
+
return this.i.m1 ? this.i.m1.b : NaN;
|
|
1090
|
+
}
|
|
1091
|
+
set boxTypeCornerRadiusBottomRight(v) {
|
|
1092
|
+
this.ensureBoxTypeCornerRadius();
|
|
1093
|
+
this.i.m1.b = +v;
|
|
1094
|
+
this._a("boxTypeCornerRadiusBottomRight", this.i.m1.b);
|
|
1095
|
+
this.i.m1 = this.i.m1;
|
|
1096
|
+
}
|
|
1097
|
+
get boxTypeCornerRadiusBottomLeft() {
|
|
1098
|
+
return this.i.m1 ? this.i.m1.a : NaN;
|
|
1099
|
+
}
|
|
1100
|
+
set boxTypeCornerRadiusBottomLeft(v) {
|
|
1101
|
+
this.ensureBoxTypeCornerRadius();
|
|
1102
|
+
this.i.m1.a = +v;
|
|
1103
|
+
this._a("boxTypeCornerRadiusBottomLeft", this.i.m1.a);
|
|
1104
|
+
this.i.m1 = this.i.m1;
|
|
1105
|
+
}
|
|
1106
|
+
get boxTypeCornerRadiusTopLeft() {
|
|
1107
|
+
return this.i.m1 ? this.i.m1.c : NaN;
|
|
1108
|
+
}
|
|
1109
|
+
set boxTypeCornerRadiusTopLeft(v) {
|
|
1110
|
+
this.ensureBoxTypeCornerRadius();
|
|
1111
|
+
this.i.m1.c = +v;
|
|
1112
|
+
this._a("boxTypeCornerRadiusTopLeft", this.i.m1.c);
|
|
1113
|
+
this.i.m1 = this.i.m1;
|
|
1114
|
+
}
|
|
1115
|
+
get boxTypeCornerRadiusTopRight() {
|
|
1116
|
+
return this.i.m1 ? this.i.m1.d : NaN;
|
|
1117
|
+
}
|
|
1118
|
+
set boxTypeCornerRadiusTopRight(v) {
|
|
1119
|
+
this.ensureBoxTypeCornerRadius();
|
|
1120
|
+
this.i.m1.d = +v;
|
|
1121
|
+
this._a("boxTypeCornerRadiusTopRight", this.i.m1.d);
|
|
1122
|
+
this.i.m1 = this.i.m1;
|
|
1123
|
+
}
|
|
1124
|
+
ensureBoxTypeCornerRadius() {
|
|
1125
|
+
if (this.i.m1) {
|
|
1126
|
+
return;
|
|
1127
|
+
}
|
|
1128
|
+
this.i.m1 = new CornerRadius(2);
|
|
1129
|
+
}
|
|
1130
|
+
get boxTypeContentPaddingBottom() {
|
|
1131
|
+
return this.i.th ? this.i.th.b : NaN;
|
|
1132
|
+
}
|
|
1133
|
+
set boxTypeContentPaddingBottom(v) {
|
|
1134
|
+
this.ensureBoxTypeContentPadding();
|
|
1135
|
+
this.i.th.b = +v;
|
|
1136
|
+
this._a("boxTypeContentPaddingBottom", this.i.th.b);
|
|
1137
|
+
this.i.th = this.i.th;
|
|
1138
|
+
}
|
|
1139
|
+
get boxTypeContentPaddingLeft() {
|
|
1140
|
+
return this.i.th ? this.i.th.c : NaN;
|
|
1141
|
+
}
|
|
1142
|
+
set boxTypeContentPaddingLeft(v) {
|
|
1143
|
+
this.ensureBoxTypeContentPadding();
|
|
1144
|
+
this.i.th.c = +v;
|
|
1145
|
+
this._a("boxTypeContentPaddingLeft", this.i.th.c);
|
|
1146
|
+
this.i.th = this.i.th;
|
|
1147
|
+
}
|
|
1148
|
+
get boxTypeContentPaddingRight() {
|
|
1149
|
+
return this.i.th ? this.i.th.d : NaN;
|
|
1150
|
+
}
|
|
1151
|
+
set boxTypeContentPaddingRight(v) {
|
|
1152
|
+
this.ensureBoxTypeContentPadding();
|
|
1153
|
+
this.i.th.d = +v;
|
|
1154
|
+
this._a("boxTypeContentPaddingRight", this.i.th.d);
|
|
1155
|
+
this.i.th = this.i.th;
|
|
1156
|
+
}
|
|
1157
|
+
get boxTypeContentPaddingTop() {
|
|
1158
|
+
return this.i.th ? this.i.th.e : NaN;
|
|
1159
|
+
}
|
|
1160
|
+
set boxTypeContentPaddingTop(v) {
|
|
1161
|
+
this.ensureBoxTypeContentPadding();
|
|
1162
|
+
this.i.th.e = +v;
|
|
1163
|
+
this._a("boxTypeContentPaddingTop", this.i.th.e);
|
|
1164
|
+
this.i.th = this.i.th;
|
|
1165
|
+
}
|
|
1166
|
+
ensureBoxTypeContentPadding() {
|
|
1167
|
+
if (this.i.th) {
|
|
1168
|
+
return;
|
|
1169
|
+
}
|
|
1170
|
+
this.i.th = new Thickness(2);
|
|
1171
|
+
}
|
|
1172
|
+
/**
|
|
1173
|
+
* Gets or sets the width to use for the underline element when type is box.
|
|
1174
|
+
*/
|
|
1175
|
+
get boxTypeUnderlineWidth() {
|
|
1176
|
+
return this.i.c4;
|
|
1177
|
+
}
|
|
1178
|
+
set boxTypeUnderlineWidth(v) {
|
|
1179
|
+
this.i.c4 = +v;
|
|
1180
|
+
this._a("boxTypeUnderlineWidth", this.i.c4);
|
|
1181
|
+
}
|
|
1182
|
+
/**
|
|
1183
|
+
* Gets or sets the width to use for the underline element when type is box.
|
|
1184
|
+
*/
|
|
1185
|
+
get boxTypeUnderlineRippleWidth() {
|
|
1186
|
+
return this.i.c3;
|
|
1187
|
+
}
|
|
1188
|
+
set boxTypeUnderlineRippleWidth(v) {
|
|
1189
|
+
this.i.c3 = +v;
|
|
1190
|
+
this._a("boxTypeUnderlineRippleWidth", this.i.c3);
|
|
1191
|
+
}
|
|
1192
|
+
/**
|
|
1193
|
+
* Gets or sets the width to use for the underline element when hovered when type is box.
|
|
1194
|
+
*/
|
|
1195
|
+
get boxTypeHoverUnderlineWidth() {
|
|
1196
|
+
return this.i.c0;
|
|
1197
|
+
}
|
|
1198
|
+
set boxTypeHoverUnderlineWidth(v) {
|
|
1199
|
+
this.i.c0 = +v;
|
|
1200
|
+
this._a("boxTypeHoverUnderlineWidth", this.i.c0);
|
|
1201
|
+
}
|
|
1202
|
+
/**
|
|
1203
|
+
* Gets or sets the color to use for the underline element when type is box.
|
|
1204
|
+
*/
|
|
1205
|
+
get boxTypeUnderlineColor() {
|
|
1206
|
+
return brushToString(this.i.pc);
|
|
1207
|
+
}
|
|
1208
|
+
set boxTypeUnderlineColor(v) {
|
|
1209
|
+
this.i.pc = stringToBrush(v);
|
|
1210
|
+
this._a("boxTypeUnderlineColor", brushToString(this.i.pc));
|
|
1211
|
+
}
|
|
1212
|
+
/**
|
|
1213
|
+
* Gets or sets the color to use for the underline ripple element when type is box.
|
|
1214
|
+
*/
|
|
1215
|
+
get boxTypeUnderlineRippleColor() {
|
|
1216
|
+
return brushToString(this.i.pd);
|
|
1217
|
+
}
|
|
1218
|
+
set boxTypeUnderlineRippleColor(v) {
|
|
1219
|
+
this.i.pd = stringToBrush(v);
|
|
1220
|
+
this._a("boxTypeUnderlineRippleColor", brushToString(this.i.pd));
|
|
1221
|
+
}
|
|
1222
|
+
/**
|
|
1223
|
+
* Gets or sets the color to use for the underline element when type is box.
|
|
1224
|
+
*/
|
|
1225
|
+
get boxTypeHoverUnderlineColor() {
|
|
1226
|
+
return brushToString(this.i.pb);
|
|
1227
|
+
}
|
|
1228
|
+
set boxTypeHoverUnderlineColor(v) {
|
|
1229
|
+
this.i.pb = stringToBrush(v);
|
|
1230
|
+
this._a("boxTypeHoverUnderlineColor", brushToString(this.i.pb));
|
|
1231
|
+
}
|
|
1232
|
+
/**
|
|
1233
|
+
* Gets or sets the color to use for the underline element when type is box.
|
|
1234
|
+
*/
|
|
1235
|
+
get boxTypeFocusUnderlineColor() {
|
|
1236
|
+
return brushToString(this.i.pa);
|
|
1237
|
+
}
|
|
1238
|
+
set boxTypeFocusUnderlineColor(v) {
|
|
1239
|
+
this.i.pa = stringToBrush(v);
|
|
1240
|
+
this._a("boxTypeFocusUnderlineColor", brushToString(this.i.pa));
|
|
1241
|
+
}
|
|
1242
|
+
/**
|
|
1243
|
+
* Gets or sets the color to use for the underline element when type is box.
|
|
1244
|
+
*/
|
|
1245
|
+
get boxTypeUnderlineOpacity() {
|
|
1246
|
+
return this.i.c1;
|
|
1247
|
+
}
|
|
1248
|
+
set boxTypeUnderlineOpacity(v) {
|
|
1249
|
+
this.i.c1 = +v;
|
|
1250
|
+
this._a("boxTypeUnderlineOpacity", this.i.c1);
|
|
1251
|
+
}
|
|
1252
|
+
/**
|
|
1253
|
+
* Gets or sets the color to use for the underline element when type is box.
|
|
1254
|
+
*/
|
|
1255
|
+
get boxTypeHoverUnderlineOpacity() {
|
|
1256
|
+
return this.i.cz;
|
|
1257
|
+
}
|
|
1258
|
+
set boxTypeHoverUnderlineOpacity(v) {
|
|
1259
|
+
this.i.cz = +v;
|
|
1260
|
+
this._a("boxTypeHoverUnderlineOpacity", this.i.cz);
|
|
1261
|
+
}
|
|
1262
|
+
/**
|
|
1263
|
+
* Gets or sets the color to use for the underline element when type is box.
|
|
1264
|
+
*/
|
|
1265
|
+
get boxTypeFocusUnderlineOpacity() {
|
|
1266
|
+
return this.i.cx;
|
|
1267
|
+
}
|
|
1268
|
+
set boxTypeFocusUnderlineOpacity(v) {
|
|
1269
|
+
this.i.cx = +v;
|
|
1270
|
+
this._a("boxTypeFocusUnderlineOpacity", this.i.cx);
|
|
1271
|
+
}
|
|
1272
|
+
/**
|
|
1273
|
+
* Gets or sets the opacity to use for the underline ripple element when focused when type is box.
|
|
1274
|
+
*/
|
|
1275
|
+
get boxTypeFocusUnderlineRippleOpacity() {
|
|
1276
|
+
return this.i.cy;
|
|
1277
|
+
}
|
|
1278
|
+
set boxTypeFocusUnderlineRippleOpacity(v) {
|
|
1279
|
+
this.i.cy = +v;
|
|
1280
|
+
this._a("boxTypeFocusUnderlineRippleOpacity", this.i.cy);
|
|
1281
|
+
}
|
|
1282
|
+
/**
|
|
1283
|
+
* Gets or sets the opacity to use for the underline ripple element when type is box.
|
|
1284
|
+
*/
|
|
1285
|
+
get boxTypeUnderlineRippleOpacity() {
|
|
1286
|
+
return this.i.c2;
|
|
1287
|
+
}
|
|
1288
|
+
set boxTypeUnderlineRippleOpacity(v) {
|
|
1289
|
+
this.i.c2 = +v;
|
|
1290
|
+
this._a("boxTypeUnderlineRippleOpacity", this.i.c2);
|
|
1291
|
+
}
|
|
1292
|
+
/**
|
|
1293
|
+
* Gets or sets the background color to use for the input group when type is box.
|
|
1294
|
+
*/
|
|
1295
|
+
get boxTypeBackgroundColor() {
|
|
1296
|
+
return brushToString(this.i.o7);
|
|
1297
|
+
}
|
|
1298
|
+
set boxTypeBackgroundColor(v) {
|
|
1299
|
+
this.i.o7 = stringToBrush(v);
|
|
1300
|
+
this._a("boxTypeBackgroundColor", brushToString(this.i.o7));
|
|
1301
|
+
}
|
|
1302
|
+
/**
|
|
1303
|
+
* Gets or sets the border width to use for the border of the item group when using type line.
|
|
1304
|
+
*/
|
|
1305
|
+
get borderTypeBorderWidth() {
|
|
1306
|
+
return this.i.ck;
|
|
1307
|
+
}
|
|
1308
|
+
set borderTypeBorderWidth(v) {
|
|
1309
|
+
this.i.ck = +v;
|
|
1310
|
+
this._a("borderTypeBorderWidth", this.i.ck);
|
|
1311
|
+
}
|
|
1312
|
+
/**
|
|
1313
|
+
* Gets or sets the border width to use for the border of the item group when focused when type is border.
|
|
1314
|
+
*/
|
|
1315
|
+
get borderTypeFocusBorderWidth() {
|
|
1316
|
+
return this.i.cl;
|
|
1317
|
+
}
|
|
1318
|
+
set borderTypeFocusBorderWidth(v) {
|
|
1319
|
+
this.i.cl = +v;
|
|
1320
|
+
this._a("borderTypeFocusBorderWidth", this.i.cl);
|
|
1321
|
+
}
|
|
1322
|
+
/**
|
|
1323
|
+
* Gets or sets the focus color to use the border of the input group when type is border.
|
|
1324
|
+
*/
|
|
1325
|
+
get borderTypeFocusBorderColor() {
|
|
1326
|
+
return brushToString(this.i.o2);
|
|
1327
|
+
}
|
|
1328
|
+
set borderTypeFocusBorderColor(v) {
|
|
1329
|
+
this.i.o2 = stringToBrush(v);
|
|
1330
|
+
this._a("borderTypeFocusBorderColor", brushToString(this.i.o2));
|
|
1331
|
+
}
|
|
1332
|
+
/**
|
|
1333
|
+
* Gets or sets the color to use the border of the input group when type is border.
|
|
1334
|
+
*/
|
|
1335
|
+
get borderTypeBorderColor() {
|
|
1336
|
+
return brushToString(this.i.o1);
|
|
1337
|
+
}
|
|
1338
|
+
set borderTypeBorderColor(v) {
|
|
1339
|
+
this.i.o1 = stringToBrush(v);
|
|
1340
|
+
this._a("borderTypeBorderColor", brushToString(this.i.o1));
|
|
1341
|
+
}
|
|
1342
|
+
get borderTypeCornerRadiusBottomRight() {
|
|
1343
|
+
return this.i.m0 ? this.i.m0.b : NaN;
|
|
1344
|
+
}
|
|
1345
|
+
set borderTypeCornerRadiusBottomRight(v) {
|
|
1346
|
+
this.ensureBorderTypeCornerRadius();
|
|
1347
|
+
this.i.m0.b = +v;
|
|
1348
|
+
this._a("borderTypeCornerRadiusBottomRight", this.i.m0.b);
|
|
1349
|
+
this.i.m0 = this.i.m0;
|
|
1350
|
+
}
|
|
1351
|
+
get borderTypeCornerRadiusBottomLeft() {
|
|
1352
|
+
return this.i.m0 ? this.i.m0.a : NaN;
|
|
1353
|
+
}
|
|
1354
|
+
set borderTypeCornerRadiusBottomLeft(v) {
|
|
1355
|
+
this.ensureBorderTypeCornerRadius();
|
|
1356
|
+
this.i.m0.a = +v;
|
|
1357
|
+
this._a("borderTypeCornerRadiusBottomLeft", this.i.m0.a);
|
|
1358
|
+
this.i.m0 = this.i.m0;
|
|
1359
|
+
}
|
|
1360
|
+
get borderTypeCornerRadiusTopLeft() {
|
|
1361
|
+
return this.i.m0 ? this.i.m0.c : NaN;
|
|
1362
|
+
}
|
|
1363
|
+
set borderTypeCornerRadiusTopLeft(v) {
|
|
1364
|
+
this.ensureBorderTypeCornerRadius();
|
|
1365
|
+
this.i.m0.c = +v;
|
|
1366
|
+
this._a("borderTypeCornerRadiusTopLeft", this.i.m0.c);
|
|
1367
|
+
this.i.m0 = this.i.m0;
|
|
1368
|
+
}
|
|
1369
|
+
get borderTypeCornerRadiusTopRight() {
|
|
1370
|
+
return this.i.m0 ? this.i.m0.d : NaN;
|
|
1371
|
+
}
|
|
1372
|
+
set borderTypeCornerRadiusTopRight(v) {
|
|
1373
|
+
this.ensureBorderTypeCornerRadius();
|
|
1374
|
+
this.i.m0.d = +v;
|
|
1375
|
+
this._a("borderTypeCornerRadiusTopRight", this.i.m0.d);
|
|
1376
|
+
this.i.m0 = this.i.m0;
|
|
1377
|
+
}
|
|
1378
|
+
ensureBorderTypeCornerRadius() {
|
|
1379
|
+
if (this.i.m0) {
|
|
1380
|
+
return;
|
|
1381
|
+
}
|
|
1382
|
+
this.i.m0 = new CornerRadius(2);
|
|
1383
|
+
}
|
|
1384
|
+
get borderTypeContentPaddingBottom() {
|
|
1385
|
+
return this.i.tg ? this.i.tg.b : NaN;
|
|
1386
|
+
}
|
|
1387
|
+
set borderTypeContentPaddingBottom(v) {
|
|
1388
|
+
this.ensureBorderTypeContentPadding();
|
|
1389
|
+
this.i.tg.b = +v;
|
|
1390
|
+
this._a("borderTypeContentPaddingBottom", this.i.tg.b);
|
|
1391
|
+
this.i.tg = this.i.tg;
|
|
1392
|
+
}
|
|
1393
|
+
get borderTypeContentPaddingLeft() {
|
|
1394
|
+
return this.i.tg ? this.i.tg.c : NaN;
|
|
1395
|
+
}
|
|
1396
|
+
set borderTypeContentPaddingLeft(v) {
|
|
1397
|
+
this.ensureBorderTypeContentPadding();
|
|
1398
|
+
this.i.tg.c = +v;
|
|
1399
|
+
this._a("borderTypeContentPaddingLeft", this.i.tg.c);
|
|
1400
|
+
this.i.tg = this.i.tg;
|
|
1401
|
+
}
|
|
1402
|
+
get borderTypeContentPaddingRight() {
|
|
1403
|
+
return this.i.tg ? this.i.tg.d : NaN;
|
|
1404
|
+
}
|
|
1405
|
+
set borderTypeContentPaddingRight(v) {
|
|
1406
|
+
this.ensureBorderTypeContentPadding();
|
|
1407
|
+
this.i.tg.d = +v;
|
|
1408
|
+
this._a("borderTypeContentPaddingRight", this.i.tg.d);
|
|
1409
|
+
this.i.tg = this.i.tg;
|
|
1410
|
+
}
|
|
1411
|
+
get borderTypeContentPaddingTop() {
|
|
1412
|
+
return this.i.tg ? this.i.tg.e : NaN;
|
|
1413
|
+
}
|
|
1414
|
+
set borderTypeContentPaddingTop(v) {
|
|
1415
|
+
this.ensureBorderTypeContentPadding();
|
|
1416
|
+
this.i.tg.e = +v;
|
|
1417
|
+
this._a("borderTypeContentPaddingTop", this.i.tg.e);
|
|
1418
|
+
this.i.tg = this.i.tg;
|
|
1419
|
+
}
|
|
1420
|
+
ensureBorderTypeContentPadding() {
|
|
1421
|
+
if (this.i.tg) {
|
|
1422
|
+
return;
|
|
1423
|
+
}
|
|
1424
|
+
this.i.tg = new Thickness(2);
|
|
1425
|
+
}
|
|
1426
|
+
/**
|
|
1427
|
+
* Gets or sets the width to use for the underline element when type is border.
|
|
1428
|
+
*/
|
|
1429
|
+
get borderTypeUnderlineWidth() {
|
|
1430
|
+
return this.i.ct;
|
|
1431
|
+
}
|
|
1432
|
+
set borderTypeUnderlineWidth(v) {
|
|
1433
|
+
this.i.ct = +v;
|
|
1434
|
+
this._a("borderTypeUnderlineWidth", this.i.ct);
|
|
1435
|
+
}
|
|
1436
|
+
/**
|
|
1437
|
+
* Gets or sets the width to use for the underline element when type is border.
|
|
1438
|
+
*/
|
|
1439
|
+
get borderTypeUnderlineRippleWidth() {
|
|
1440
|
+
return this.i.cs;
|
|
1441
|
+
}
|
|
1442
|
+
set borderTypeUnderlineRippleWidth(v) {
|
|
1443
|
+
this.i.cs = +v;
|
|
1444
|
+
this._a("borderTypeUnderlineRippleWidth", this.i.cs);
|
|
1445
|
+
}
|
|
1446
|
+
/**
|
|
1447
|
+
* Gets or sets the width to use for the underline element when hovered when type is border.
|
|
1448
|
+
*/
|
|
1449
|
+
get borderTypeHoverUnderlineWidth() {
|
|
1450
|
+
return this.i.cp;
|
|
1451
|
+
}
|
|
1452
|
+
set borderTypeHoverUnderlineWidth(v) {
|
|
1453
|
+
this.i.cp = +v;
|
|
1454
|
+
this._a("borderTypeHoverUnderlineWidth", this.i.cp);
|
|
1455
|
+
}
|
|
1456
|
+
/**
|
|
1457
|
+
* Gets or sets the color to use for the underline element when type is border.
|
|
1458
|
+
*/
|
|
1459
|
+
get borderTypeUnderlineColor() {
|
|
1460
|
+
return brushToString(this.i.o5);
|
|
1461
|
+
}
|
|
1462
|
+
set borderTypeUnderlineColor(v) {
|
|
1463
|
+
this.i.o5 = stringToBrush(v);
|
|
1464
|
+
this._a("borderTypeUnderlineColor", brushToString(this.i.o5));
|
|
1465
|
+
}
|
|
1466
|
+
/**
|
|
1467
|
+
* Gets or sets the color to use for the underline ripple element when type is border.
|
|
1468
|
+
*/
|
|
1469
|
+
get borderTypeUnderlineRippleColor() {
|
|
1470
|
+
return brushToString(this.i.o6);
|
|
1471
|
+
}
|
|
1472
|
+
set borderTypeUnderlineRippleColor(v) {
|
|
1473
|
+
this.i.o6 = stringToBrush(v);
|
|
1474
|
+
this._a("borderTypeUnderlineRippleColor", brushToString(this.i.o6));
|
|
1475
|
+
}
|
|
1476
|
+
/**
|
|
1477
|
+
* Gets or sets the color to use for the underline element when type is border.
|
|
1478
|
+
*/
|
|
1479
|
+
get borderTypeHoverUnderlineColor() {
|
|
1480
|
+
return brushToString(this.i.o4);
|
|
1481
|
+
}
|
|
1482
|
+
set borderTypeHoverUnderlineColor(v) {
|
|
1483
|
+
this.i.o4 = stringToBrush(v);
|
|
1484
|
+
this._a("borderTypeHoverUnderlineColor", brushToString(this.i.o4));
|
|
1485
|
+
}
|
|
1486
|
+
/**
|
|
1487
|
+
* Gets or sets the color to use for the underline element when type is border.
|
|
1488
|
+
*/
|
|
1489
|
+
get borderTypeFocusUnderlineColor() {
|
|
1490
|
+
return brushToString(this.i.o3);
|
|
1491
|
+
}
|
|
1492
|
+
set borderTypeFocusUnderlineColor(v) {
|
|
1493
|
+
this.i.o3 = stringToBrush(v);
|
|
1494
|
+
this._a("borderTypeFocusUnderlineColor", brushToString(this.i.o3));
|
|
1495
|
+
}
|
|
1496
|
+
/**
|
|
1497
|
+
* Gets or sets the color to use for the underline element when type is border.
|
|
1498
|
+
*/
|
|
1499
|
+
get borderTypeUnderlineOpacity() {
|
|
1500
|
+
return this.i.cq;
|
|
1501
|
+
}
|
|
1502
|
+
set borderTypeUnderlineOpacity(v) {
|
|
1503
|
+
this.i.cq = +v;
|
|
1504
|
+
this._a("borderTypeUnderlineOpacity", this.i.cq);
|
|
1505
|
+
}
|
|
1506
|
+
/**
|
|
1507
|
+
* Gets or sets the color to use for the underline element when type is border.
|
|
1508
|
+
*/
|
|
1509
|
+
get borderTypeHoverUnderlineOpacity() {
|
|
1510
|
+
return this.i.co;
|
|
1511
|
+
}
|
|
1512
|
+
set borderTypeHoverUnderlineOpacity(v) {
|
|
1513
|
+
this.i.co = +v;
|
|
1514
|
+
this._a("borderTypeHoverUnderlineOpacity", this.i.co);
|
|
1515
|
+
}
|
|
1516
|
+
/**
|
|
1517
|
+
* Gets or sets the color to use for the underline element when type is border.
|
|
1518
|
+
*/
|
|
1519
|
+
get borderTypeFocusUnderlineOpacity() {
|
|
1520
|
+
return this.i.cm;
|
|
1521
|
+
}
|
|
1522
|
+
set borderTypeFocusUnderlineOpacity(v) {
|
|
1523
|
+
this.i.cm = +v;
|
|
1524
|
+
this._a("borderTypeFocusUnderlineOpacity", this.i.cm);
|
|
1525
|
+
}
|
|
1526
|
+
/**
|
|
1527
|
+
* Gets or sets the opacity to use for the underline ripple element when focused when type is border.
|
|
1528
|
+
*/
|
|
1529
|
+
get borderTypeFocusUnderlineRippleOpacity() {
|
|
1530
|
+
return this.i.cn;
|
|
1531
|
+
}
|
|
1532
|
+
set borderTypeFocusUnderlineRippleOpacity(v) {
|
|
1533
|
+
this.i.cn = +v;
|
|
1534
|
+
this._a("borderTypeFocusUnderlineRippleOpacity", this.i.cn);
|
|
1535
|
+
}
|
|
1536
|
+
/**
|
|
1537
|
+
* Gets or sets the opacity to use for the underline ripple element when type is border.
|
|
1538
|
+
*/
|
|
1539
|
+
get borderTypeUnderlineRippleOpacity() {
|
|
1540
|
+
return this.i.cr;
|
|
1541
|
+
}
|
|
1542
|
+
set borderTypeUnderlineRippleOpacity(v) {
|
|
1543
|
+
this.i.cr = +v;
|
|
1544
|
+
this._a("borderTypeUnderlineRippleOpacity", this.i.cr);
|
|
1545
|
+
}
|
|
1546
|
+
/**
|
|
1547
|
+
* Gets or sets the background color to use for the input group when type is border.
|
|
1548
|
+
*/
|
|
1549
|
+
get borderTypeBackgroundColor() {
|
|
1550
|
+
return brushToString(this.i.o0);
|
|
1551
|
+
}
|
|
1552
|
+
set borderTypeBackgroundColor(v) {
|
|
1553
|
+
this.i.o0 = stringToBrush(v);
|
|
1554
|
+
this._a("borderTypeBackgroundColor", brushToString(this.i.o0));
|
|
1555
|
+
}
|
|
1556
|
+
/**
|
|
1557
|
+
* Gets or sets the search width to use for the border of the item group when using type line.
|
|
1558
|
+
*/
|
|
1559
|
+
get searchTypeBorderWidth() {
|
|
1560
|
+
return this.i.hr;
|
|
1561
|
+
}
|
|
1562
|
+
set searchTypeBorderWidth(v) {
|
|
1563
|
+
this.i.hr = +v;
|
|
1564
|
+
this._a("searchTypeBorderWidth", this.i.hr);
|
|
1565
|
+
}
|
|
1566
|
+
/**
|
|
1567
|
+
* Gets or sets the search width to use for the border of the item group when focused when type is search.
|
|
1568
|
+
*/
|
|
1569
|
+
get searchTypeFocusBorderWidth() {
|
|
1570
|
+
return this.i.hs;
|
|
1571
|
+
}
|
|
1572
|
+
set searchTypeFocusBorderWidth(v) {
|
|
1573
|
+
this.i.hs = +v;
|
|
1574
|
+
this._a("searchTypeFocusBorderWidth", this.i.hs);
|
|
1575
|
+
}
|
|
1576
|
+
/**
|
|
1577
|
+
* Gets or sets the focus color to use the search of the input group when type is search.
|
|
1578
|
+
*/
|
|
1579
|
+
get searchTypeFocusBorderColor() {
|
|
1580
|
+
return brushToString(this.i.s2);
|
|
1581
|
+
}
|
|
1582
|
+
set searchTypeFocusBorderColor(v) {
|
|
1583
|
+
this.i.s2 = stringToBrush(v);
|
|
1584
|
+
this._a("searchTypeFocusBorderColor", brushToString(this.i.s2));
|
|
1585
|
+
}
|
|
1586
|
+
/**
|
|
1587
|
+
* Gets or sets the color to use the search of the input group when type is search.
|
|
1588
|
+
*/
|
|
1589
|
+
get searchTypeBorderColor() {
|
|
1590
|
+
return brushToString(this.i.s1);
|
|
1591
|
+
}
|
|
1592
|
+
set searchTypeBorderColor(v) {
|
|
1593
|
+
this.i.s1 = stringToBrush(v);
|
|
1594
|
+
this._a("searchTypeBorderColor", brushToString(this.i.s1));
|
|
1595
|
+
}
|
|
1596
|
+
get searchTypeCornerRadiusBottomRight() {
|
|
1597
|
+
return this.i.nk ? this.i.nk.b : NaN;
|
|
1598
|
+
}
|
|
1599
|
+
set searchTypeCornerRadiusBottomRight(v) {
|
|
1600
|
+
this.ensureSearchTypeCornerRadius();
|
|
1601
|
+
this.i.nk.b = +v;
|
|
1602
|
+
this._a("searchTypeCornerRadiusBottomRight", this.i.nk.b);
|
|
1603
|
+
this.i.nk = this.i.nk;
|
|
1604
|
+
}
|
|
1605
|
+
get searchTypeCornerRadiusBottomLeft() {
|
|
1606
|
+
return this.i.nk ? this.i.nk.a : NaN;
|
|
1607
|
+
}
|
|
1608
|
+
set searchTypeCornerRadiusBottomLeft(v) {
|
|
1609
|
+
this.ensureSearchTypeCornerRadius();
|
|
1610
|
+
this.i.nk.a = +v;
|
|
1611
|
+
this._a("searchTypeCornerRadiusBottomLeft", this.i.nk.a);
|
|
1612
|
+
this.i.nk = this.i.nk;
|
|
1613
|
+
}
|
|
1614
|
+
get searchTypeCornerRadiusTopLeft() {
|
|
1615
|
+
return this.i.nk ? this.i.nk.c : NaN;
|
|
1616
|
+
}
|
|
1617
|
+
set searchTypeCornerRadiusTopLeft(v) {
|
|
1618
|
+
this.ensureSearchTypeCornerRadius();
|
|
1619
|
+
this.i.nk.c = +v;
|
|
1620
|
+
this._a("searchTypeCornerRadiusTopLeft", this.i.nk.c);
|
|
1621
|
+
this.i.nk = this.i.nk;
|
|
1622
|
+
}
|
|
1623
|
+
get searchTypeCornerRadiusTopRight() {
|
|
1624
|
+
return this.i.nk ? this.i.nk.d : NaN;
|
|
1625
|
+
}
|
|
1626
|
+
set searchTypeCornerRadiusTopRight(v) {
|
|
1627
|
+
this.ensureSearchTypeCornerRadius();
|
|
1628
|
+
this.i.nk.d = +v;
|
|
1629
|
+
this._a("searchTypeCornerRadiusTopRight", this.i.nk.d);
|
|
1630
|
+
this.i.nk = this.i.nk;
|
|
1631
|
+
}
|
|
1632
|
+
ensureSearchTypeCornerRadius() {
|
|
1633
|
+
if (this.i.nk) {
|
|
1634
|
+
return;
|
|
1635
|
+
}
|
|
1636
|
+
this.i.nk = new CornerRadius(2);
|
|
1637
|
+
}
|
|
1638
|
+
get searchTypeContentPaddingBottom() {
|
|
1639
|
+
return this.i.t0 ? this.i.t0.b : NaN;
|
|
1640
|
+
}
|
|
1641
|
+
set searchTypeContentPaddingBottom(v) {
|
|
1642
|
+
this.ensureSearchTypeContentPadding();
|
|
1643
|
+
this.i.t0.b = +v;
|
|
1644
|
+
this._a("searchTypeContentPaddingBottom", this.i.t0.b);
|
|
1645
|
+
this.i.t0 = this.i.t0;
|
|
1646
|
+
}
|
|
1647
|
+
get searchTypeContentPaddingLeft() {
|
|
1648
|
+
return this.i.t0 ? this.i.t0.c : NaN;
|
|
1649
|
+
}
|
|
1650
|
+
set searchTypeContentPaddingLeft(v) {
|
|
1651
|
+
this.ensureSearchTypeContentPadding();
|
|
1652
|
+
this.i.t0.c = +v;
|
|
1653
|
+
this._a("searchTypeContentPaddingLeft", this.i.t0.c);
|
|
1654
|
+
this.i.t0 = this.i.t0;
|
|
1655
|
+
}
|
|
1656
|
+
get searchTypeContentPaddingRight() {
|
|
1657
|
+
return this.i.t0 ? this.i.t0.d : NaN;
|
|
1658
|
+
}
|
|
1659
|
+
set searchTypeContentPaddingRight(v) {
|
|
1660
|
+
this.ensureSearchTypeContentPadding();
|
|
1661
|
+
this.i.t0.d = +v;
|
|
1662
|
+
this._a("searchTypeContentPaddingRight", this.i.t0.d);
|
|
1663
|
+
this.i.t0 = this.i.t0;
|
|
1664
|
+
}
|
|
1665
|
+
get searchTypeContentPaddingTop() {
|
|
1666
|
+
return this.i.t0 ? this.i.t0.e : NaN;
|
|
1667
|
+
}
|
|
1668
|
+
set searchTypeContentPaddingTop(v) {
|
|
1669
|
+
this.ensureSearchTypeContentPadding();
|
|
1670
|
+
this.i.t0.e = +v;
|
|
1671
|
+
this._a("searchTypeContentPaddingTop", this.i.t0.e);
|
|
1672
|
+
this.i.t0 = this.i.t0;
|
|
1673
|
+
}
|
|
1674
|
+
ensureSearchTypeContentPadding() {
|
|
1675
|
+
if (this.i.t0) {
|
|
1676
|
+
return;
|
|
1677
|
+
}
|
|
1678
|
+
this.i.t0 = new Thickness(2);
|
|
1679
|
+
}
|
|
1680
|
+
/**
|
|
1681
|
+
* Gets or sets the width to use for the underline element when type is search.
|
|
1682
|
+
*/
|
|
1683
|
+
get searchTypeUnderlineWidth() {
|
|
1684
|
+
return this.i.h0;
|
|
1685
|
+
}
|
|
1686
|
+
set searchTypeUnderlineWidth(v) {
|
|
1687
|
+
this.i.h0 = +v;
|
|
1688
|
+
this._a("searchTypeUnderlineWidth", this.i.h0);
|
|
1689
|
+
}
|
|
1690
|
+
/**
|
|
1691
|
+
* Gets or sets the width to use for the underline element when type is search.
|
|
1692
|
+
*/
|
|
1693
|
+
get searchTypeUnderlineRippleWidth() {
|
|
1694
|
+
return this.i.hz;
|
|
1695
|
+
}
|
|
1696
|
+
set searchTypeUnderlineRippleWidth(v) {
|
|
1697
|
+
this.i.hz = +v;
|
|
1698
|
+
this._a("searchTypeUnderlineRippleWidth", this.i.hz);
|
|
1699
|
+
}
|
|
1700
|
+
/**
|
|
1701
|
+
* Gets or sets the width to use for the underline element when hovered when type is search.
|
|
1702
|
+
*/
|
|
1703
|
+
get searchTypeHoverUnderlineWidth() {
|
|
1704
|
+
return this.i.hw;
|
|
1705
|
+
}
|
|
1706
|
+
set searchTypeHoverUnderlineWidth(v) {
|
|
1707
|
+
this.i.hw = +v;
|
|
1708
|
+
this._a("searchTypeHoverUnderlineWidth", this.i.hw);
|
|
1709
|
+
}
|
|
1710
|
+
/**
|
|
1711
|
+
* Gets or sets the color to use for the underline element when type is search.
|
|
1712
|
+
*/
|
|
1713
|
+
get searchTypeUnderlineColor() {
|
|
1714
|
+
return brushToString(this.i.s5);
|
|
1715
|
+
}
|
|
1716
|
+
set searchTypeUnderlineColor(v) {
|
|
1717
|
+
this.i.s5 = stringToBrush(v);
|
|
1718
|
+
this._a("searchTypeUnderlineColor", brushToString(this.i.s5));
|
|
1719
|
+
}
|
|
1720
|
+
/**
|
|
1721
|
+
* Gets or sets the color to use for the underline ripple element when type is search.
|
|
1722
|
+
*/
|
|
1723
|
+
get searchTypeUnderlineRippleColor() {
|
|
1724
|
+
return brushToString(this.i.s6);
|
|
1725
|
+
}
|
|
1726
|
+
set searchTypeUnderlineRippleColor(v) {
|
|
1727
|
+
this.i.s6 = stringToBrush(v);
|
|
1728
|
+
this._a("searchTypeUnderlineRippleColor", brushToString(this.i.s6));
|
|
1729
|
+
}
|
|
1730
|
+
/**
|
|
1731
|
+
* Gets or sets the color to use for the underline element when type is search.
|
|
1732
|
+
*/
|
|
1733
|
+
get searchTypeHoverUnderlineColor() {
|
|
1734
|
+
return brushToString(this.i.s4);
|
|
1735
|
+
}
|
|
1736
|
+
set searchTypeHoverUnderlineColor(v) {
|
|
1737
|
+
this.i.s4 = stringToBrush(v);
|
|
1738
|
+
this._a("searchTypeHoverUnderlineColor", brushToString(this.i.s4));
|
|
1739
|
+
}
|
|
1740
|
+
/**
|
|
1741
|
+
* Gets or sets the color to use for the underline element when type is search.
|
|
1742
|
+
*/
|
|
1743
|
+
get searchTypeFocusUnderlineColor() {
|
|
1744
|
+
return brushToString(this.i.s3);
|
|
1745
|
+
}
|
|
1746
|
+
set searchTypeFocusUnderlineColor(v) {
|
|
1747
|
+
this.i.s3 = stringToBrush(v);
|
|
1748
|
+
this._a("searchTypeFocusUnderlineColor", brushToString(this.i.s3));
|
|
1749
|
+
}
|
|
1750
|
+
/**
|
|
1751
|
+
* Gets or sets the color to use for the underline element when type is search.
|
|
1752
|
+
*/
|
|
1753
|
+
get searchTypeUnderlineOpacity() {
|
|
1754
|
+
return this.i.hx;
|
|
1755
|
+
}
|
|
1756
|
+
set searchTypeUnderlineOpacity(v) {
|
|
1757
|
+
this.i.hx = +v;
|
|
1758
|
+
this._a("searchTypeUnderlineOpacity", this.i.hx);
|
|
1759
|
+
}
|
|
1760
|
+
/**
|
|
1761
|
+
* Gets or sets the color to use for the underline element when type is search.
|
|
1762
|
+
*/
|
|
1763
|
+
get searchTypeHoverUnderlineOpacity() {
|
|
1764
|
+
return this.i.hv;
|
|
1765
|
+
}
|
|
1766
|
+
set searchTypeHoverUnderlineOpacity(v) {
|
|
1767
|
+
this.i.hv = +v;
|
|
1768
|
+
this._a("searchTypeHoverUnderlineOpacity", this.i.hv);
|
|
1769
|
+
}
|
|
1770
|
+
/**
|
|
1771
|
+
* Gets or sets the color to use for the underline element when type is search.
|
|
1772
|
+
*/
|
|
1773
|
+
get searchTypeFocusUnderlineOpacity() {
|
|
1774
|
+
return this.i.ht;
|
|
1775
|
+
}
|
|
1776
|
+
set searchTypeFocusUnderlineOpacity(v) {
|
|
1777
|
+
this.i.ht = +v;
|
|
1778
|
+
this._a("searchTypeFocusUnderlineOpacity", this.i.ht);
|
|
1779
|
+
}
|
|
1780
|
+
/**
|
|
1781
|
+
* Gets or sets the opacity to use for the underline ripple element when focused when type is search.
|
|
1782
|
+
*/
|
|
1783
|
+
get searchTypeFocusUnderlineRippleOpacity() {
|
|
1784
|
+
return this.i.hu;
|
|
1785
|
+
}
|
|
1786
|
+
set searchTypeFocusUnderlineRippleOpacity(v) {
|
|
1787
|
+
this.i.hu = +v;
|
|
1788
|
+
this._a("searchTypeFocusUnderlineRippleOpacity", this.i.hu);
|
|
1789
|
+
}
|
|
1790
|
+
/**
|
|
1791
|
+
* Gets or sets the opacity to use for the underline ripple element when type is search.
|
|
1792
|
+
*/
|
|
1793
|
+
get searchTypeUnderlineRippleOpacity() {
|
|
1794
|
+
return this.i.hy;
|
|
1795
|
+
}
|
|
1796
|
+
set searchTypeUnderlineRippleOpacity(v) {
|
|
1797
|
+
this.i.hy = +v;
|
|
1798
|
+
this._a("searchTypeUnderlineRippleOpacity", this.i.hy);
|
|
1799
|
+
}
|
|
1800
|
+
/**
|
|
1801
|
+
* Gets or sets the background color to use for the input group when type is search.
|
|
1802
|
+
*/
|
|
1803
|
+
get searchTypeBackgroundColor() {
|
|
1804
|
+
return brushToString(this.i.s0);
|
|
1805
|
+
}
|
|
1806
|
+
set searchTypeBackgroundColor(v) {
|
|
1807
|
+
this.i.s0 = stringToBrush(v);
|
|
1808
|
+
this._a("searchTypeBackgroundColor", brushToString(this.i.s0));
|
|
1809
|
+
}
|
|
1810
|
+
/**
|
|
1811
|
+
* Gets or sets whether the input group is expanded or not.
|
|
1812
|
+
*/
|
|
1813
|
+
get isExpanded() {
|
|
1814
|
+
return this.i.ah;
|
|
1815
|
+
}
|
|
1816
|
+
set isExpanded(v) {
|
|
1817
|
+
this.i.ah = ensureBool(v);
|
|
1818
|
+
this._a("isExpanded", this.i.ah);
|
|
1819
|
+
}
|
|
1820
|
+
/**
|
|
1821
|
+
* Gets or sets whether the input group is hovered or not.
|
|
1822
|
+
*/
|
|
1823
|
+
get isHovered() {
|
|
1824
|
+
return this.i.aj;
|
|
1825
|
+
}
|
|
1826
|
+
set isHovered(v) {
|
|
1827
|
+
this.i.aj = ensureBool(v);
|
|
1828
|
+
this._a("isHovered", this.i.aj);
|
|
1829
|
+
}
|
|
1830
|
+
/**
|
|
1831
|
+
* Gets or sets whether the input group is hovered or not.
|
|
1832
|
+
*/
|
|
1833
|
+
get isFocused() {
|
|
1834
|
+
return this.i.ai;
|
|
1835
|
+
}
|
|
1836
|
+
set isFocused(v) {
|
|
1837
|
+
this.i.ai = ensureBool(v);
|
|
1838
|
+
this._a("isFocused", this.i.ai);
|
|
1839
|
+
}
|
|
1840
|
+
/**
|
|
1841
|
+
* Gets or sets whether the input group is expanded or not.
|
|
1842
|
+
*/
|
|
1843
|
+
get actualIsExpanded() {
|
|
1844
|
+
return this.i.ac;
|
|
1845
|
+
}
|
|
1846
|
+
set actualIsExpanded(v) {
|
|
1847
|
+
this.i.ac = ensureBool(v);
|
|
1848
|
+
this._a("actualIsExpanded", this.i.ac);
|
|
1849
|
+
}
|
|
1850
|
+
/**
|
|
1851
|
+
* Gets or sets the color to use the hovered background of the inputs in the group.
|
|
1852
|
+
*/
|
|
1853
|
+
get focusBorderColor() {
|
|
1854
|
+
return brushToString(this.i.sq);
|
|
1855
|
+
}
|
|
1856
|
+
set focusBorderColor(v) {
|
|
1857
|
+
this.i.sq = stringToBrush(v);
|
|
1858
|
+
this._a("focusBorderColor", brushToString(this.i.sq));
|
|
1859
|
+
}
|
|
1860
|
+
/**
|
|
1861
|
+
* Gets or sets the id to use for the checkbox.
|
|
1862
|
+
*/
|
|
1863
|
+
get id() {
|
|
1864
|
+
return this.i.ki;
|
|
1865
|
+
}
|
|
1866
|
+
set id(v) {
|
|
1867
|
+
this.i.ki = v;
|
|
1868
|
+
}
|
|
1869
|
+
/**
|
|
1870
|
+
* Gets or sets whether the checkbox is disabled.
|
|
1871
|
+
*/
|
|
1872
|
+
get disabled() {
|
|
1873
|
+
return this.i.disabled;
|
|
1874
|
+
}
|
|
1875
|
+
set disabled(v) {
|
|
1876
|
+
this.i.disabled = ensureBool(v);
|
|
1877
|
+
this._a("disabled", this.i.disabled);
|
|
1878
|
+
}
|
|
1879
|
+
findByName(name) {
|
|
1880
|
+
if (this.inputs != null && this.inputs.findByName && this.inputs.findByName(name)) {
|
|
1881
|
+
return this.inputs.findByName(name);
|
|
1882
|
+
}
|
|
1883
|
+
return null;
|
|
1884
|
+
}
|
|
1885
|
+
get hasUserValues() {
|
|
1886
|
+
return this._hasUserValues;
|
|
1887
|
+
}
|
|
1888
|
+
__m(propertyName) {
|
|
1889
|
+
if (!this._inStyling) {
|
|
1890
|
+
this._hasUserValues.add(propertyName);
|
|
1891
|
+
}
|
|
1892
|
+
}
|
|
1893
|
+
_styling(container, component, parent) {
|
|
1894
|
+
if (this._inStyling) {
|
|
1895
|
+
return;
|
|
1896
|
+
}
|
|
1897
|
+
this._inStyling = true;
|
|
1898
|
+
this._stylingContainer = container;
|
|
1899
|
+
this._stylingParent = component;
|
|
1900
|
+
let genericPrefix = "";
|
|
1901
|
+
let typeName = this.i.$type.name;
|
|
1902
|
+
if (typeName.indexOf("Xam") === 0) {
|
|
1903
|
+
typeName = typeName.substring(3);
|
|
1904
|
+
}
|
|
1905
|
+
genericPrefix = toSpinal("InputGroupComponent");
|
|
1906
|
+
let additionalPrefixes = [];
|
|
1907
|
+
let prefix = toSpinal(typeName);
|
|
1908
|
+
additionalPrefixes.push(prefix + "-");
|
|
1909
|
+
let b = this.i.$type.baseType;
|
|
1910
|
+
while (b && b.name != "Object" &&
|
|
1911
|
+
b.name != "Base" &&
|
|
1912
|
+
b.name != "Control" &&
|
|
1913
|
+
b.Name != "DependencyObject" &&
|
|
1914
|
+
b.Name != "FrameworkElement") {
|
|
1915
|
+
typeName = b.name;
|
|
1916
|
+
if (typeName.indexOf("Xam") === 0) {
|
|
1917
|
+
typeName = typeName.substring(3);
|
|
1918
|
+
}
|
|
1919
|
+
let basePrefix = toSpinal(typeName);
|
|
1920
|
+
additionalPrefixes.push(basePrefix + "-");
|
|
1921
|
+
b = b.baseType;
|
|
1922
|
+
}
|
|
1923
|
+
if (parent) {
|
|
1924
|
+
let parentTypeName = parent.i.$type.name;
|
|
1925
|
+
if (parentTypeName.indexOf("Xam") === 0) {
|
|
1926
|
+
parentTypeName = parentTypeName.substring(3);
|
|
1927
|
+
}
|
|
1928
|
+
let parentPrefix = toSpinal(parentTypeName);
|
|
1929
|
+
additionalPrefixes.push(parentPrefix + "-" + genericPrefix + "-");
|
|
1930
|
+
additionalPrefixes.push(parentPrefix + "-" + prefix + "-");
|
|
1931
|
+
}
|
|
1932
|
+
initializePropertiesFromCss(container, this, genericPrefix + "-", this.hasUserValues, false, additionalPrefixes);
|
|
1933
|
+
if (this._otherStyling) {
|
|
1934
|
+
this._otherStyling(container, component, parent);
|
|
1935
|
+
}
|
|
1936
|
+
this._inStyling = false;
|
|
1937
|
+
}
|
|
1938
|
+
onDetachedFromUI() {
|
|
1939
|
+
this.i.onDetachedFromUI();
|
|
1940
|
+
}
|
|
1941
|
+
onAttachedToUI() {
|
|
1942
|
+
this.i.onAttachedToUI();
|
|
1943
|
+
}
|
|
1944
|
+
/**
|
|
1945
|
+
* Exports visual information about the current state of the grid.
|
|
1946
|
+
|
|
1947
|
+
*/
|
|
1948
|
+
exportVisualModel() {
|
|
1949
|
+
let iv = this.i.ia();
|
|
1950
|
+
return (iv);
|
|
1951
|
+
}
|
|
1952
|
+
/**
|
|
1953
|
+
* Returns a serialized copy of the exported visual model
|
|
1954
|
+
|
|
1955
|
+
*/
|
|
1956
|
+
exportSerializedVisualModel() {
|
|
1957
|
+
let iv = this.i.j9();
|
|
1958
|
+
return (iv);
|
|
1959
|
+
}
|
|
1960
|
+
}
|
|
1961
|
+
IgcInputGroupComponent._observedAttributesIgcInputGroupComponent = null;
|
|
1962
|
+
IgcInputGroupComponent.htmlTagName = "igc-input-group";
|
|
1963
|
+
IgcInputGroupComponent._isElementRegistered = false;
|
|
1964
|
+
return IgcInputGroupComponent;
|
|
1965
|
+
})();
|
|
1966
|
+
//# sourceMappingURL=igc-input-group-component.js.map
|