igniteui-webcomponents-inputs 1.3.3 → 1.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-inputs.umd.js +6800 -6407
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +7 -2
- package/esm2015/igniteui-webcomponents-inputs.js +0 -1
- package/esm2015/lib/ButtonClickEventArgs.js +0 -1
- package/esm2015/lib/ButtonDisplayStyle.js +0 -1
- package/esm2015/lib/ButtonGroupDisplayStyle.js +0 -1
- package/esm2015/lib/ButtonGroupOrientation.js +0 -1
- package/esm2015/lib/ButtonGroupSelectionChangedEventArgs.js +0 -1
- package/esm2015/lib/ButtonGroupView.js +0 -1
- package/esm2015/lib/ButtonGroupView_combined.js +191 -192
- package/esm2015/lib/ButtonGroupVisualModelExport.js +0 -1
- package/esm2015/lib/ButtonView.js +0 -1
- package/esm2015/lib/ButtonView_combined.js +463 -464
- package/esm2015/lib/ButtonVisualModelExport.js +0 -1
- package/esm2015/lib/CalendarView.js +0 -1
- package/esm2015/lib/CalendarView_combined.js +560 -522
- package/esm2015/lib/CalendarVisualModelExport.js +0 -1
- package/esm2015/lib/CheckboxChangeEventArgs.js +0 -1
- package/esm2015/lib/CheckboxLabelPosition.js +0 -1
- package/esm2015/lib/CheckboxView.js +0 -1
- package/esm2015/lib/CheckboxView_combined.js +102 -97
- package/esm2015/lib/CheckboxVisualModelExport.js +0 -1
- package/esm2015/lib/DateFormats.js +0 -1
- package/esm2015/lib/DatePicker.js +0 -1
- package/esm2015/lib/DatePickerView.js +0 -1
- package/esm2015/lib/DatePickerView_combined.js +708 -637
- package/esm2015/lib/DatePickerVisualModelExport.js +10 -11
- package/esm2015/lib/DateTimeValueFormatter.js +0 -1
- package/esm2015/lib/DayInfo.js +0 -1
- package/esm2015/lib/DayOfWeek.js +0 -1
- package/esm2015/lib/ElevationHelper.js +0 -1
- package/esm2015/lib/FirstWeek.js +0 -1
- package/esm2015/lib/GotFocusEventArgs.js +0 -1
- package/esm2015/lib/{Checkbox.js → IconClickedEventArgs.js} +10 -2
- package/esm2015/lib/IconView.js +0 -1
- package/esm2015/lib/IconView_combined.js +373 -325
- package/esm2015/lib/IconVisualModelExport.js +27 -19
- package/esm2015/lib/InputChangeEventArgs.js +0 -1
- package/esm2015/lib/InputGroupDisplayType.js +0 -1
- package/esm2015/lib/InputGroupView.js +0 -1
- package/esm2015/lib/InputGroupView_combined.js +1724 -1663
- package/esm2015/lib/InputGroupVisualModelExport.js +0 -1
- package/esm2015/lib/InputShiftType.js +0 -1
- package/esm2015/lib/InputView.js +0 -1
- package/esm2015/lib/InputVisualModelExport.js +3 -4
- package/esm2015/lib/KEYCODES.js +0 -1
- package/esm2015/lib/LabelShiftType.js +0 -1
- package/esm2015/lib/LabelView.js +0 -1
- package/esm2015/lib/LabelVisualModelExport.js +7 -8
- package/esm2015/lib/LostFocusEventArgs.js +0 -1
- package/esm2015/lib/MaskOptions.js +0 -1
- package/esm2015/lib/MaskParsingService.js +0 -1
- package/esm2015/lib/PrefixShiftType.js +0 -1
- package/esm2015/lib/PrefixView.js +0 -1
- package/esm2015/lib/PrefixVisualModelExport.js +0 -1
- package/esm2015/lib/Replaced.js +0 -1
- package/esm2015/lib/RippleView.js +0 -1
- package/esm2015/lib/RippleView_combined.js +11 -12
- package/esm2015/lib/RippleVisualModelExport.js +0 -1
- package/esm2015/lib/{ValueChangedEventArgs.js → SelectedValueChangedEventArgs.js} +4 -5
- package/esm2015/lib/SuffixShiftType.js +0 -1
- package/esm2015/lib/SuffixView.js +0 -1
- package/esm2015/lib/SuffixVisualModelExport.js +0 -1
- package/esm2015/lib/TextElementsVisualModelExport.js +0 -1
- package/esm2015/lib/ThemeResolver.js +0 -1
- package/esm2015/lib/{Icon.js → XButton.js} +1 -2
- package/{esm5/lib/Icon.js → esm2015/lib/XButtonGroup.js} +1 -2
- package/esm2015/lib/{ButtonGroupButtonCollection.js → XButtonGroupButtonCollection.js} +6 -7
- package/{esm5/lib/Button.js → esm2015/lib/XCalendar.js} +1 -2
- package/esm2015/lib/{CalendarLocaleEn.js → XCalendarLocaleEn.js} +1 -2
- package/esm2015/lib/{Button.js → XCheckbox.js} +1 -2
- package/esm2015/lib/XIcon.js +7 -0
- package/esm2015/lib/XInput.js +7 -0
- package/esm2015/lib/XInputGroup.js +7 -0
- package/esm2015/lib/XInputGroupInputCollection.js +7 -0
- package/esm2015/lib/XInputGroupItem.js +7 -0
- package/esm2015/lib/XLabel.js +7 -0
- package/esm2015/lib/XPrefix.js +7 -0
- package/esm2015/lib/XRipple.js +7 -0
- package/esm2015/lib/XSuffix.js +7 -0
- package/esm2015/lib/igc-button-click-event-args.js +0 -1
- package/esm2015/lib/igc-button-group-selection-changed-event-args.js +0 -1
- package/esm2015/lib/igc-checkbox-change-event-args.js +0 -1
- package/esm2015/lib/igc-date-picker-component.js +107 -76
- package/esm2015/lib/igc-date-picker-module.js +8 -9
- package/esm2015/lib/igc-got-focus-event-args.js +0 -1
- package/esm2015/lib/igc-input-change-event-args.js +0 -1
- package/esm2015/lib/igc-lost-focus-event-args.js +0 -1
- package/esm2015/lib/{igc-value-changed-event-args.js → igc-selected-value-changed-event-args.js} +3 -4
- package/esm2015/lib/{igc-button-component.js → igc-x-button-component.js} +36 -37
- package/esm2015/lib/{igc-button-group-button-collection.js → igc-x-button-group-button-collection.js} +9 -10
- package/esm2015/lib/{igc-button-group-component.js → igc-x-button-group-component.js} +38 -39
- package/esm2015/lib/{igc-checkbox-module.js → igc-x-button-group-module.js} +9 -10
- package/esm2015/lib/igc-x-button-module.js +21 -0
- package/esm2015/lib/{igc-calendar-component.js → igc-x-calendar-component.js} +106 -82
- package/esm2015/lib/{igc-calendar-locale-en-module.js → igc-x-calendar-locale-en-module.js} +3 -4
- package/esm2015/lib/igc-x-calendar-module.js +21 -0
- package/esm2015/lib/{igc-checkbox-component.js → igc-x-checkbox-component.js} +24 -25
- package/esm2015/lib/igc-x-checkbox-module.js +21 -0
- package/esm2015/lib/{igc-icon-component.js → igc-x-icon-component.js} +83 -77
- package/esm2015/lib/{igc-input-module.js → igc-x-icon-module.js} +7 -8
- package/esm2015/lib/{igc-input-component.js → igc-x-input-component.js} +85 -82
- package/esm2015/lib/{igc-input-group-component.js → igc-x-input-group-component.js} +378 -378
- package/esm2015/lib/{igc-input-group-input-collection.js → igc-x-input-group-input-collection.js} +9 -10
- package/esm2015/lib/{igc-input-group-item-component.js → igc-x-input-group-item-component.js} +9 -10
- package/esm2015/lib/{igc-button-group-module.js → igc-x-input-group-module.js} +11 -10
- package/esm2015/lib/{igc-icon-module.js → igc-x-input-module.js} +7 -8
- package/esm2015/lib/{igc-label-component.js → igc-x-label-component.js} +76 -65
- package/esm2015/lib/{igc-label-module.js → igc-x-label-module.js} +7 -8
- package/esm2015/lib/{igc-prefix-component.js → igc-x-prefix-component.js} +18 -19
- package/esm2015/lib/{igc-prefix-module.js → igc-x-prefix-module.js} +7 -8
- package/esm2015/lib/{igc-ripple-component.js → igc-x-ripple-component.js} +18 -19
- package/esm2015/lib/{igc-ripple-module.js → igc-x-ripple-module.js} +7 -8
- package/esm2015/lib/{igc-suffix-component.js → igc-x-suffix-component.js} +18 -19
- package/esm2015/public_api.js +43 -43
- package/esm5/igniteui-webcomponents-inputs.js +0 -1
- package/esm5/lib/ButtonClickEventArgs.js +0 -1
- package/esm5/lib/ButtonDisplayStyle.js +0 -1
- package/esm5/lib/ButtonGroupDisplayStyle.js +0 -1
- package/esm5/lib/ButtonGroupOrientation.js +0 -1
- package/esm5/lib/ButtonGroupSelectionChangedEventArgs.js +0 -1
- package/esm5/lib/ButtonGroupView.js +0 -1
- package/esm5/lib/ButtonGroupView_combined.js +280 -281
- package/esm5/lib/ButtonGroupVisualModelExport.js +0 -1
- package/esm5/lib/ButtonView.js +0 -1
- package/esm5/lib/ButtonView_combined.js +625 -626
- package/esm5/lib/ButtonVisualModelExport.js +0 -1
- package/esm5/lib/CalendarView.js +0 -1
- package/esm5/lib/CalendarView_combined.js +615 -577
- package/esm5/lib/CalendarVisualModelExport.js +0 -1
- package/esm5/lib/CheckboxChangeEventArgs.js +0 -1
- package/esm5/lib/CheckboxLabelPosition.js +0 -1
- package/esm5/lib/CheckboxView.js +0 -1
- package/esm5/lib/CheckboxView_combined.js +154 -149
- package/esm5/lib/CheckboxVisualModelExport.js +0 -1
- package/esm5/lib/DateFormats.js +0 -1
- package/esm5/lib/DatePicker.js +0 -1
- package/esm5/lib/DatePickerView.js +0 -1
- package/esm5/lib/DatePickerView_combined.js +697 -618
- package/esm5/lib/DatePickerVisualModelExport.js +10 -11
- package/esm5/lib/DateTimeValueFormatter.js +0 -1
- package/esm5/lib/DayInfo.js +0 -1
- package/esm5/lib/DayOfWeek.js +0 -1
- package/esm5/lib/ElevationHelper.js +0 -1
- package/esm5/lib/FirstWeek.js +0 -1
- package/esm5/lib/GotFocusEventArgs.js +0 -1
- package/esm5/lib/IconClickedEventArgs.js +20 -0
- package/esm5/lib/IconView.js +0 -1
- package/esm5/lib/IconView_combined.js +370 -318
- package/esm5/lib/IconVisualModelExport.js +27 -19
- package/esm5/lib/InputChangeEventArgs.js +0 -1
- package/esm5/lib/InputGroupDisplayType.js +0 -1
- package/esm5/lib/InputGroupView.js +0 -1
- package/esm5/lib/InputGroupView_combined.js +1879 -1809
- package/esm5/lib/InputGroupVisualModelExport.js +0 -1
- package/esm5/lib/InputShiftType.js +0 -1
- package/esm5/lib/InputView.js +0 -1
- package/esm5/lib/InputVisualModelExport.js +3 -4
- package/esm5/lib/KEYCODES.js +0 -1
- package/esm5/lib/LabelShiftType.js +0 -1
- package/esm5/lib/LabelView.js +0 -1
- package/esm5/lib/LabelVisualModelExport.js +7 -8
- package/esm5/lib/LostFocusEventArgs.js +0 -1
- package/esm5/lib/MaskOptions.js +0 -1
- package/esm5/lib/MaskParsingService.js +0 -1
- package/esm5/lib/PrefixShiftType.js +0 -1
- package/esm5/lib/PrefixView.js +0 -1
- package/esm5/lib/PrefixVisualModelExport.js +0 -1
- package/esm5/lib/Replaced.js +0 -1
- package/esm5/lib/RippleView.js +0 -1
- package/esm5/lib/RippleView_combined.js +40 -41
- package/esm5/lib/RippleVisualModelExport.js +0 -1
- package/esm5/lib/{ValueChangedEventArgs.js → SelectedValueChangedEventArgs.js} +8 -9
- package/esm5/lib/SuffixShiftType.js +0 -1
- package/esm5/lib/SuffixView.js +0 -1
- package/esm5/lib/SuffixVisualModelExport.js +0 -1
- package/esm5/lib/TextElementsVisualModelExport.js +0 -1
- package/esm5/lib/ThemeResolver.js +0 -1
- package/esm5/lib/XButton.js +7 -0
- package/esm5/lib/XButtonGroup.js +7 -0
- package/esm5/lib/{ButtonGroupButtonCollection.js → XButtonGroupButtonCollection.js} +9 -10
- package/esm5/lib/XCalendar.js +7 -0
- package/esm5/lib/{CalendarLocaleEn.js → XCalendarLocaleEn.js} +4 -5
- package/esm5/lib/XCheckbox.js +7 -0
- package/esm5/lib/XIcon.js +7 -0
- package/esm5/lib/XInput.js +7 -0
- package/esm5/lib/XInputGroup.js +7 -0
- package/esm5/lib/XInputGroupInputCollection.js +7 -0
- package/esm5/lib/XInputGroupItem.js +7 -0
- package/esm5/lib/XLabel.js +7 -0
- package/esm5/lib/XPrefix.js +7 -0
- package/esm5/lib/XRipple.js +7 -0
- package/esm5/lib/XSuffix.js +7 -0
- package/esm5/lib/igc-button-click-event-args.js +0 -1
- package/esm5/lib/igc-button-group-selection-changed-event-args.js +0 -1
- package/esm5/lib/igc-checkbox-change-event-args.js +0 -1
- package/esm5/lib/igc-date-picker-component.js +114 -74
- package/esm5/lib/igc-date-picker-module.js +8 -9
- package/esm5/lib/igc-got-focus-event-args.js +0 -1
- package/esm5/lib/igc-input-change-event-args.js +0 -1
- package/esm5/lib/igc-lost-focus-event-args.js +0 -1
- package/esm5/lib/igc-selected-value-changed-event-args.js +50 -0
- package/esm5/lib/{igc-button-component.js → igc-x-button-component.js} +242 -243
- package/esm5/lib/{igc-button-group-button-collection.js → igc-x-button-group-button-collection.js} +14 -15
- package/esm5/lib/{igc-button-group-component.js → igc-x-button-group-component.js} +131 -132
- package/esm5/lib/igc-x-button-group-module.js +25 -0
- package/esm5/lib/{igc-prefix-module.js → igc-x-button-module.js} +13 -12
- package/esm5/lib/{igc-calendar-component.js → igc-x-calendar-component.js} +153 -124
- package/esm5/lib/{igc-calendar-locale-en-module.js → igc-x-calendar-locale-en-module.js} +7 -8
- package/esm5/lib/igc-x-calendar-module.js +25 -0
- package/esm5/lib/{igc-checkbox-component.js → igc-x-checkbox-component.js} +83 -84
- package/esm5/lib/igc-x-checkbox-module.js +25 -0
- package/esm5/lib/{igc-icon-component.js → igc-x-icon-component.js} +134 -124
- package/esm5/lib/{igc-input-module.js → igc-x-icon-module.js} +11 -12
- package/esm5/lib/{igc-input-component.js → igc-x-input-component.js} +137 -125
- package/esm5/lib/{igc-input-group-component.js → igc-x-input-group-component.js} +578 -578
- package/esm5/lib/{igc-input-group-input-collection.js → igc-x-input-group-input-collection.js} +14 -15
- package/esm5/lib/{igc-input-group-item-component.js → igc-x-input-group-item-component.js} +26 -27
- package/esm5/lib/igc-x-input-group-module.js +27 -0
- package/esm5/lib/{igc-icon-module.js → igc-x-input-module.js} +11 -12
- package/esm5/lib/{igc-label-component.js → igc-x-label-component.js} +125 -110
- package/esm5/lib/igc-x-label-module.js +23 -0
- package/esm5/lib/{igc-prefix-component.js → igc-x-prefix-component.js} +39 -40
- package/esm5/lib/{igc-label-module.js → igc-x-prefix-module.js} +11 -12
- package/esm5/lib/{igc-ripple-component.js → igc-x-ripple-component.js} +56 -57
- package/esm5/lib/igc-x-ripple-module.js +21 -0
- package/esm5/lib/{igc-suffix-component.js → igc-x-suffix-component.js} +39 -40
- package/esm5/public_api.js +43 -43
- package/fesm2015/igniteui-webcomponents-inputs.js +5317 -4979
- package/fesm5/igniteui-webcomponents-inputs.js +6761 -6369
- package/lib/ButtonGroupView_combined.d.ts +21 -21
- package/lib/ButtonView_combined.d.ts +19 -19
- package/lib/CalendarView_combined.d.ts +71 -67
- package/lib/CheckboxView_combined.d.ts +10 -10
- package/lib/DatePickerView_combined.d.ts +129 -125
- package/lib/DatePickerVisualModelExport.d.ts +5 -5
- package/lib/IconClickedEventArgs.d.ts +7 -0
- package/lib/IconView_combined.d.ts +83 -76
- package/lib/IconVisualModelExport.d.ts +10 -6
- package/lib/InputGroupView_combined.d.ts +389 -382
- package/lib/InputVisualModelExport.d.ts +2 -2
- package/lib/LabelVisualModelExport.d.ts +3 -3
- package/lib/RippleView_combined.d.ts +2 -2
- package/lib/{ValueChangedEventArgs.d.ts → SelectedValueChangedEventArgs.d.ts} +1 -1
- package/lib/XButton.d.ts +1 -0
- package/lib/XButtonGroup.d.ts +1 -0
- package/lib/{ButtonGroupButtonCollection.d.ts → XButtonGroupButtonCollection.d.ts} +2 -2
- package/lib/XCalendar.d.ts +1 -0
- package/lib/{CalendarLocaleEn.d.ts → XCalendarLocaleEn.d.ts} +1 -1
- package/lib/XCheckbox.d.ts +1 -0
- package/lib/XIcon.d.ts +1 -0
- package/lib/XInput.d.ts +1 -0
- package/lib/XInputGroup.d.ts +1 -0
- package/lib/XInputGroupInputCollection.d.ts +1 -0
- package/lib/XInputGroupItem.d.ts +1 -0
- package/lib/XLabel.d.ts +1 -0
- package/lib/XPrefix.d.ts +1 -0
- package/lib/XRipple.d.ts +1 -0
- package/lib/XSuffix.d.ts +1 -0
- package/lib/igc-date-picker-component.d.ts +8 -4
- package/lib/igc-selected-value-changed-event-args.d.ts +14 -0
- package/lib/{igc-button-component.d.ts → igc-x-button-component.d.ts} +7 -7
- package/lib/igc-x-button-group-button-collection.d.ts +8 -0
- package/lib/{igc-button-group-component.d.ts → igc-x-button-group-component.d.ts} +12 -12
- package/lib/igc-x-button-group-module.d.ts +3 -0
- package/lib/igc-x-button-module.d.ts +3 -0
- package/lib/{igc-calendar-component.d.ts → igc-x-calendar-component.d.ts} +13 -10
- package/lib/igc-x-calendar-locale-en-module.d.ts +3 -0
- package/lib/igc-x-calendar-module.d.ts +3 -0
- package/lib/{igc-checkbox-component.d.ts → igc-x-checkbox-component.d.ts} +7 -7
- package/lib/igc-x-checkbox-module.d.ts +3 -0
- package/lib/{igc-icon-component.d.ts → igc-x-icon-component.d.ts} +7 -6
- package/lib/igc-x-icon-module.d.ts +3 -0
- package/lib/{igc-input-component.d.ts → igc-x-input-component.d.ts} +15 -11
- package/lib/{igc-input-group-component.d.ts → igc-x-input-group-component.d.ts} +11 -11
- package/lib/igc-x-input-group-input-collection.d.ts +8 -0
- package/lib/{igc-input-group-item-component.d.ts → igc-x-input-group-item-component.d.ts} +6 -6
- package/lib/igc-x-input-group-module.d.ts +3 -0
- package/lib/igc-x-input-module.d.ts +3 -0
- package/lib/{igc-label-component.d.ts → igc-x-label-component.d.ts} +11 -6
- package/lib/igc-x-label-module.d.ts +3 -0
- package/lib/{igc-prefix-component.d.ts → igc-x-prefix-component.d.ts} +6 -6
- package/lib/igc-x-prefix-module.d.ts +3 -0
- package/lib/{igc-ripple-component.d.ts → igc-x-ripple-component.d.ts} +6 -6
- package/lib/igc-x-ripple-module.d.ts +3 -0
- package/lib/{igc-suffix-component.d.ts → igc-x-suffix-component.d.ts} +6 -6
- package/package.json +2 -2
- package/public_api.d.ts +43 -42
- package/bundles/igniteui-webcomponents-inputs.umd.js.map +0 -1
- package/bundles/igniteui-webcomponents-inputs.umd.min.js.map +0 -1
- package/esm2015/igniteui-webcomponents-inputs.js.map +0 -1
- package/esm2015/lib/Button.js.map +0 -1
- package/esm2015/lib/ButtonClickEventArgs.js.map +0 -1
- package/esm2015/lib/ButtonDisplayStyle.js.map +0 -1
- package/esm2015/lib/ButtonGroup.js +0 -8
- package/esm2015/lib/ButtonGroup.js.map +0 -1
- package/esm2015/lib/ButtonGroupButtonCollection.js.map +0 -1
- package/esm2015/lib/ButtonGroupDisplayStyle.js.map +0 -1
- package/esm2015/lib/ButtonGroupOrientation.js.map +0 -1
- package/esm2015/lib/ButtonGroupSelectionChangedEventArgs.js.map +0 -1
- package/esm2015/lib/ButtonGroupView.js.map +0 -1
- package/esm2015/lib/ButtonGroupView_combined.js.map +0 -1
- package/esm2015/lib/ButtonGroupVisualModelExport.js.map +0 -1
- package/esm2015/lib/ButtonView.js.map +0 -1
- package/esm2015/lib/ButtonView_combined.js.map +0 -1
- package/esm2015/lib/ButtonVisualModelExport.js.map +0 -1
- package/esm2015/lib/Calendar.js +0 -8
- package/esm2015/lib/Calendar.js.map +0 -1
- package/esm2015/lib/CalendarLocaleEn.js.map +0 -1
- package/esm2015/lib/CalendarView.js.map +0 -1
- package/esm2015/lib/CalendarView_combined.js.map +0 -1
- package/esm2015/lib/CalendarVisualModelExport.js.map +0 -1
- package/esm2015/lib/Checkbox.js.map +0 -1
- package/esm2015/lib/CheckboxChangeEventArgs.js.map +0 -1
- package/esm2015/lib/CheckboxLabelPosition.js.map +0 -1
- package/esm2015/lib/CheckboxView.js.map +0 -1
- package/esm2015/lib/CheckboxView_combined.js.map +0 -1
- package/esm2015/lib/CheckboxVisualModelExport.js.map +0 -1
- package/esm2015/lib/DateFormats.js.map +0 -1
- package/esm2015/lib/DatePicker.js.map +0 -1
- package/esm2015/lib/DatePickerView.js.map +0 -1
- package/esm2015/lib/DatePickerView_combined.js.map +0 -1
- package/esm2015/lib/DatePickerVisualModelExport.js.map +0 -1
- package/esm2015/lib/DateTimeValueFormatter.js.map +0 -1
- package/esm2015/lib/DayInfo.js.map +0 -1
- package/esm2015/lib/DayOfWeek.js.map +0 -1
- package/esm2015/lib/ElevationHelper.js.map +0 -1
- package/esm2015/lib/FirstWeek.js.map +0 -1
- package/esm2015/lib/GotFocusEventArgs.js.map +0 -1
- package/esm2015/lib/Icon.js.map +0 -1
- package/esm2015/lib/IconView.js.map +0 -1
- package/esm2015/lib/IconView_combined.js.map +0 -1
- package/esm2015/lib/IconVisualModelExport.js.map +0 -1
- package/esm2015/lib/Input.js +0 -8
- package/esm2015/lib/Input.js.map +0 -1
- package/esm2015/lib/InputChangeEventArgs.js.map +0 -1
- package/esm2015/lib/InputGroup.js +0 -8
- package/esm2015/lib/InputGroup.js.map +0 -1
- package/esm2015/lib/InputGroupDisplayType.js.map +0 -1
- package/esm2015/lib/InputGroupInputCollection.js +0 -8
- package/esm2015/lib/InputGroupInputCollection.js.map +0 -1
- package/esm2015/lib/InputGroupItem.js +0 -8
- package/esm2015/lib/InputGroupItem.js.map +0 -1
- package/esm2015/lib/InputGroupView.js.map +0 -1
- package/esm2015/lib/InputGroupView_combined.js.map +0 -1
- package/esm2015/lib/InputGroupVisualModelExport.js.map +0 -1
- package/esm2015/lib/InputShiftType.js.map +0 -1
- package/esm2015/lib/InputView.js.map +0 -1
- package/esm2015/lib/InputVisualModelExport.js.map +0 -1
- package/esm2015/lib/KEYCODES.js.map +0 -1
- package/esm2015/lib/Label.js +0 -8
- package/esm2015/lib/Label.js.map +0 -1
- package/esm2015/lib/LabelShiftType.js.map +0 -1
- package/esm2015/lib/LabelView.js.map +0 -1
- package/esm2015/lib/LabelVisualModelExport.js.map +0 -1
- package/esm2015/lib/LostFocusEventArgs.js.map +0 -1
- package/esm2015/lib/MaskOptions.js.map +0 -1
- package/esm2015/lib/MaskParsingService.js.map +0 -1
- package/esm2015/lib/Prefix.js +0 -8
- package/esm2015/lib/Prefix.js.map +0 -1
- package/esm2015/lib/PrefixShiftType.js.map +0 -1
- package/esm2015/lib/PrefixView.js.map +0 -1
- package/esm2015/lib/PrefixVisualModelExport.js.map +0 -1
- package/esm2015/lib/Replaced.js.map +0 -1
- package/esm2015/lib/Ripple.js +0 -8
- package/esm2015/lib/Ripple.js.map +0 -1
- package/esm2015/lib/RippleView.js.map +0 -1
- package/esm2015/lib/RippleView_combined.js.map +0 -1
- package/esm2015/lib/RippleVisualModelExport.js.map +0 -1
- package/esm2015/lib/Suffix.js +0 -8
- package/esm2015/lib/Suffix.js.map +0 -1
- package/esm2015/lib/SuffixShiftType.js.map +0 -1
- package/esm2015/lib/SuffixView.js.map +0 -1
- package/esm2015/lib/SuffixVisualModelExport.js.map +0 -1
- package/esm2015/lib/TextElementsVisualModelExport.js.map +0 -1
- package/esm2015/lib/ThemeResolver.js.map +0 -1
- package/esm2015/lib/ValueChangedEventArgs.js.map +0 -1
- package/esm2015/lib/igc-button-click-event-args.js.map +0 -1
- package/esm2015/lib/igc-button-component.js.map +0 -1
- package/esm2015/lib/igc-button-group-button-collection.js.map +0 -1
- package/esm2015/lib/igc-button-group-component.js.map +0 -1
- package/esm2015/lib/igc-button-group-module.js.map +0 -1
- package/esm2015/lib/igc-button-group-selection-changed-event-args.js.map +0 -1
- package/esm2015/lib/igc-button-module.js +0 -22
- package/esm2015/lib/igc-button-module.js.map +0 -1
- package/esm2015/lib/igc-calendar-component.js.map +0 -1
- package/esm2015/lib/igc-calendar-locale-en-module.js.map +0 -1
- package/esm2015/lib/igc-calendar-module.js +0 -22
- package/esm2015/lib/igc-calendar-module.js.map +0 -1
- package/esm2015/lib/igc-checkbox-change-event-args.js.map +0 -1
- package/esm2015/lib/igc-checkbox-component.js.map +0 -1
- package/esm2015/lib/igc-checkbox-module.js.map +0 -1
- package/esm2015/lib/igc-date-picker-component.js.map +0 -1
- package/esm2015/lib/igc-date-picker-module.js.map +0 -1
- package/esm2015/lib/igc-got-focus-event-args.js.map +0 -1
- package/esm2015/lib/igc-icon-component.js.map +0 -1
- package/esm2015/lib/igc-icon-module.js.map +0 -1
- package/esm2015/lib/igc-input-change-event-args.js.map +0 -1
- package/esm2015/lib/igc-input-component.js.map +0 -1
- package/esm2015/lib/igc-input-group-component.js.map +0 -1
- package/esm2015/lib/igc-input-group-input-collection.js.map +0 -1
- package/esm2015/lib/igc-input-group-item-component.js.map +0 -1
- package/esm2015/lib/igc-input-group-module.js +0 -24
- package/esm2015/lib/igc-input-group-module.js.map +0 -1
- package/esm2015/lib/igc-input-module.js.map +0 -1
- package/esm2015/lib/igc-label-component.js.map +0 -1
- package/esm2015/lib/igc-label-module.js.map +0 -1
- package/esm2015/lib/igc-lost-focus-event-args.js.map +0 -1
- package/esm2015/lib/igc-prefix-component.js.map +0 -1
- package/esm2015/lib/igc-prefix-module.js.map +0 -1
- package/esm2015/lib/igc-ripple-component.js.map +0 -1
- package/esm2015/lib/igc-ripple-module.js.map +0 -1
- package/esm2015/lib/igc-suffix-component.js.map +0 -1
- package/esm2015/lib/igc-value-changed-event-args.js.map +0 -1
- package/esm2015/public_api.js.map +0 -1
- package/esm5/igniteui-webcomponents-inputs.js.map +0 -1
- package/esm5/lib/Button.js.map +0 -1
- package/esm5/lib/ButtonClickEventArgs.js.map +0 -1
- package/esm5/lib/ButtonDisplayStyle.js.map +0 -1
- package/esm5/lib/ButtonGroup.js +0 -8
- package/esm5/lib/ButtonGroup.js.map +0 -1
- package/esm5/lib/ButtonGroupButtonCollection.js.map +0 -1
- package/esm5/lib/ButtonGroupDisplayStyle.js.map +0 -1
- package/esm5/lib/ButtonGroupOrientation.js.map +0 -1
- package/esm5/lib/ButtonGroupSelectionChangedEventArgs.js.map +0 -1
- package/esm5/lib/ButtonGroupView.js.map +0 -1
- package/esm5/lib/ButtonGroupView_combined.js.map +0 -1
- package/esm5/lib/ButtonGroupVisualModelExport.js.map +0 -1
- package/esm5/lib/ButtonView.js.map +0 -1
- package/esm5/lib/ButtonView_combined.js.map +0 -1
- package/esm5/lib/ButtonVisualModelExport.js.map +0 -1
- package/esm5/lib/Calendar.js +0 -8
- package/esm5/lib/Calendar.js.map +0 -1
- package/esm5/lib/CalendarLocaleEn.js.map +0 -1
- package/esm5/lib/CalendarView.js.map +0 -1
- package/esm5/lib/CalendarView_combined.js.map +0 -1
- package/esm5/lib/CalendarVisualModelExport.js.map +0 -1
- package/esm5/lib/Checkbox.js +0 -8
- package/esm5/lib/Checkbox.js.map +0 -1
- package/esm5/lib/CheckboxChangeEventArgs.js.map +0 -1
- package/esm5/lib/CheckboxLabelPosition.js.map +0 -1
- package/esm5/lib/CheckboxView.js.map +0 -1
- package/esm5/lib/CheckboxView_combined.js.map +0 -1
- package/esm5/lib/CheckboxVisualModelExport.js.map +0 -1
- package/esm5/lib/DateFormats.js.map +0 -1
- package/esm5/lib/DatePicker.js.map +0 -1
- package/esm5/lib/DatePickerView.js.map +0 -1
- package/esm5/lib/DatePickerView_combined.js.map +0 -1
- package/esm5/lib/DatePickerVisualModelExport.js.map +0 -1
- package/esm5/lib/DateTimeValueFormatter.js.map +0 -1
- package/esm5/lib/DayInfo.js.map +0 -1
- package/esm5/lib/DayOfWeek.js.map +0 -1
- package/esm5/lib/ElevationHelper.js.map +0 -1
- package/esm5/lib/FirstWeek.js.map +0 -1
- package/esm5/lib/GotFocusEventArgs.js.map +0 -1
- package/esm5/lib/Icon.js.map +0 -1
- package/esm5/lib/IconView.js.map +0 -1
- package/esm5/lib/IconView_combined.js.map +0 -1
- package/esm5/lib/IconVisualModelExport.js.map +0 -1
- package/esm5/lib/Input.js +0 -8
- package/esm5/lib/Input.js.map +0 -1
- package/esm5/lib/InputChangeEventArgs.js.map +0 -1
- package/esm5/lib/InputGroup.js +0 -8
- package/esm5/lib/InputGroup.js.map +0 -1
- package/esm5/lib/InputGroupDisplayType.js.map +0 -1
- package/esm5/lib/InputGroupInputCollection.js +0 -8
- package/esm5/lib/InputGroupInputCollection.js.map +0 -1
- package/esm5/lib/InputGroupItem.js +0 -8
- package/esm5/lib/InputGroupItem.js.map +0 -1
- package/esm5/lib/InputGroupView.js.map +0 -1
- package/esm5/lib/InputGroupView_combined.js.map +0 -1
- package/esm5/lib/InputGroupVisualModelExport.js.map +0 -1
- package/esm5/lib/InputShiftType.js.map +0 -1
- package/esm5/lib/InputView.js.map +0 -1
- package/esm5/lib/InputVisualModelExport.js.map +0 -1
- package/esm5/lib/KEYCODES.js.map +0 -1
- package/esm5/lib/Label.js +0 -8
- package/esm5/lib/Label.js.map +0 -1
- package/esm5/lib/LabelShiftType.js.map +0 -1
- package/esm5/lib/LabelView.js.map +0 -1
- package/esm5/lib/LabelVisualModelExport.js.map +0 -1
- package/esm5/lib/LostFocusEventArgs.js.map +0 -1
- package/esm5/lib/MaskOptions.js.map +0 -1
- package/esm5/lib/MaskParsingService.js.map +0 -1
- package/esm5/lib/Prefix.js +0 -8
- package/esm5/lib/Prefix.js.map +0 -1
- package/esm5/lib/PrefixShiftType.js.map +0 -1
- package/esm5/lib/PrefixView.js.map +0 -1
- package/esm5/lib/PrefixVisualModelExport.js.map +0 -1
- package/esm5/lib/Replaced.js.map +0 -1
- package/esm5/lib/Ripple.js +0 -8
- package/esm5/lib/Ripple.js.map +0 -1
- package/esm5/lib/RippleView.js.map +0 -1
- package/esm5/lib/RippleView_combined.js.map +0 -1
- package/esm5/lib/RippleVisualModelExport.js.map +0 -1
- package/esm5/lib/Suffix.js +0 -8
- package/esm5/lib/Suffix.js.map +0 -1
- package/esm5/lib/SuffixShiftType.js.map +0 -1
- package/esm5/lib/SuffixView.js.map +0 -1
- package/esm5/lib/SuffixVisualModelExport.js.map +0 -1
- package/esm5/lib/TextElementsVisualModelExport.js.map +0 -1
- package/esm5/lib/ThemeResolver.js.map +0 -1
- package/esm5/lib/ValueChangedEventArgs.js.map +0 -1
- package/esm5/lib/igc-button-click-event-args.js.map +0 -1
- package/esm5/lib/igc-button-component.js.map +0 -1
- package/esm5/lib/igc-button-group-button-collection.js.map +0 -1
- package/esm5/lib/igc-button-group-component.js.map +0 -1
- package/esm5/lib/igc-button-group-module.js +0 -26
- package/esm5/lib/igc-button-group-module.js.map +0 -1
- package/esm5/lib/igc-button-group-selection-changed-event-args.js.map +0 -1
- package/esm5/lib/igc-button-module.js +0 -26
- package/esm5/lib/igc-button-module.js.map +0 -1
- package/esm5/lib/igc-calendar-component.js.map +0 -1
- package/esm5/lib/igc-calendar-locale-en-module.js.map +0 -1
- package/esm5/lib/igc-calendar-module.js +0 -26
- package/esm5/lib/igc-calendar-module.js.map +0 -1
- package/esm5/lib/igc-checkbox-change-event-args.js.map +0 -1
- package/esm5/lib/igc-checkbox-component.js.map +0 -1
- package/esm5/lib/igc-checkbox-module.js +0 -26
- package/esm5/lib/igc-checkbox-module.js.map +0 -1
- package/esm5/lib/igc-date-picker-component.js.map +0 -1
- package/esm5/lib/igc-date-picker-module.js.map +0 -1
- package/esm5/lib/igc-got-focus-event-args.js.map +0 -1
- package/esm5/lib/igc-icon-component.js.map +0 -1
- package/esm5/lib/igc-icon-module.js.map +0 -1
- package/esm5/lib/igc-input-change-event-args.js.map +0 -1
- package/esm5/lib/igc-input-component.js.map +0 -1
- package/esm5/lib/igc-input-group-component.js.map +0 -1
- package/esm5/lib/igc-input-group-input-collection.js.map +0 -1
- package/esm5/lib/igc-input-group-item-component.js.map +0 -1
- package/esm5/lib/igc-input-group-module.js +0 -28
- package/esm5/lib/igc-input-group-module.js.map +0 -1
- package/esm5/lib/igc-input-module.js.map +0 -1
- package/esm5/lib/igc-label-component.js.map +0 -1
- package/esm5/lib/igc-label-module.js.map +0 -1
- package/esm5/lib/igc-lost-focus-event-args.js.map +0 -1
- package/esm5/lib/igc-prefix-component.js.map +0 -1
- package/esm5/lib/igc-prefix-module.js.map +0 -1
- package/esm5/lib/igc-ripple-component.js.map +0 -1
- package/esm5/lib/igc-ripple-module.js +0 -22
- package/esm5/lib/igc-ripple-module.js.map +0 -1
- package/esm5/lib/igc-suffix-component.js.map +0 -1
- package/esm5/lib/igc-value-changed-event-args.js +0 -51
- package/esm5/lib/igc-value-changed-event-args.js.map +0 -1
- package/esm5/public_api.js.map +0 -1
- package/fesm2015/igniteui-webcomponents-inputs.js.map +0 -1
- package/fesm5/igniteui-webcomponents-inputs.js.map +0 -1
- package/lib/Button.d.ts +0 -1
- package/lib/ButtonGroup.d.ts +0 -1
- package/lib/Calendar.d.ts +0 -1
- package/lib/Checkbox.d.ts +0 -1
- package/lib/Icon.d.ts +0 -1
- package/lib/Input.d.ts +0 -1
- package/lib/InputGroup.d.ts +0 -1
- package/lib/InputGroupInputCollection.d.ts +0 -1
- package/lib/InputGroupItem.d.ts +0 -1
- package/lib/Label.d.ts +0 -1
- package/lib/Prefix.d.ts +0 -1
- package/lib/Ripple.d.ts +0 -1
- package/lib/Suffix.d.ts +0 -1
- package/lib/igc-button-group-button-collection.d.ts +0 -8
- package/lib/igc-button-group-module.d.ts +0 -3
- package/lib/igc-button-module.d.ts +0 -3
- package/lib/igc-calendar-locale-en-module.d.ts +0 -3
- package/lib/igc-calendar-module.d.ts +0 -3
- package/lib/igc-checkbox-module.d.ts +0 -3
- package/lib/igc-icon-module.d.ts +0 -3
- package/lib/igc-input-group-input-collection.d.ts +0 -8
- package/lib/igc-input-group-module.d.ts +0 -3
- package/lib/igc-input-module.d.ts +0 -3
- package/lib/igc-label-module.d.ts +0 -3
- package/lib/igc-prefix-module.d.ts +0 -3
- package/lib/igc-ripple-module.d.ts +0 -3
- package/lib/igc-value-changed-event-args.d.ts +0 -14
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { XInputGroup } from "./XInputGroup";
|
|
2
2
|
import { ensureEnum, brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, NamePatcher, toSpinal, enumToString, getAllPropertyNames, fromSpinal } from "igniteui-webcomponents-core";
|
|
3
3
|
import { WebComponentRenderer, PortalManager } from "igniteui-webcomponents-core";
|
|
4
4
|
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
5
5
|
import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
6
|
+
import { IgcXInputGroupItemComponent } from './igc-x-input-group-item-component';
|
|
7
|
+
import { IgcXInputGroupInputCollection } from './igc-x-input-group-input-collection';
|
|
8
8
|
import { CollectionAdapter } from "igniteui-webcomponents-core";
|
|
9
9
|
import { NotifyCollectionChangedAction } from "igniteui-webcomponents-core";
|
|
10
10
|
import { InputGroupDisplayType_$type } from './InputGroupDisplayType';
|
|
@@ -13,8 +13,8 @@ import { Thickness } from "igniteui-webcomponents-core";
|
|
|
13
13
|
import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
|
|
14
14
|
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
15
15
|
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
16
|
-
export let
|
|
17
|
-
class
|
|
16
|
+
export let IgcXInputGroupComponent = /*@__PURE__*/ (() => {
|
|
17
|
+
class IgcXInputGroupComponent extends IgcHTMLElement {
|
|
18
18
|
constructor() {
|
|
19
19
|
super();
|
|
20
20
|
this.contentInputs = [];
|
|
@@ -83,7 +83,7 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
83
83
|
*/
|
|
84
84
|
get inputs() {
|
|
85
85
|
if (this._inputs === null) {
|
|
86
|
-
let coll = new
|
|
86
|
+
let coll = new IgcXInputGroupInputCollection();
|
|
87
87
|
let inner = coll._innerColl;
|
|
88
88
|
inner.addListener((sender, e) => {
|
|
89
89
|
switch (e.action) {
|
|
@@ -119,14 +119,14 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
119
119
|
updateInputs() {
|
|
120
120
|
this.contentInputs.length = 0;
|
|
121
121
|
for (var i = 0; i < this.children.length; i++) {
|
|
122
|
-
if (this.children[i] instanceof
|
|
122
|
+
if (this.children[i] instanceof IgcXInputGroupItemComponent) {
|
|
123
123
|
this.contentInputs.push(this.children[i]);
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
126
|
var childContent = this.querySelector("igc-child-content");
|
|
127
127
|
if (childContent) {
|
|
128
128
|
for (var i = 0; i < childContent.children.length; i++) {
|
|
129
|
-
if (childContent.children[i] instanceof
|
|
129
|
+
if (childContent.children[i] instanceof IgcXInputGroupItemComponent) {
|
|
130
130
|
this.contentInputs.push(childContent.children[i]);
|
|
131
131
|
}
|
|
132
132
|
}
|
|
@@ -144,7 +144,7 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
144
144
|
this._wrapper.destroy();
|
|
145
145
|
}
|
|
146
146
|
createImplementation() {
|
|
147
|
-
return new
|
|
147
|
+
return new XInputGroup();
|
|
148
148
|
}
|
|
149
149
|
disconnectedCallback() {
|
|
150
150
|
this._disconnected = true;
|
|
@@ -160,8 +160,8 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
160
160
|
}
|
|
161
161
|
return;
|
|
162
162
|
}
|
|
163
|
-
this.classList.add("ig-input-group");
|
|
164
|
-
this.classList.add("igc-input-group");
|
|
163
|
+
this.classList.add("ig-x-input-group");
|
|
164
|
+
this.classList.add("igc-x-input-group");
|
|
165
165
|
this.appendChild(this._container.getNativeElement());
|
|
166
166
|
this._attached = true;
|
|
167
167
|
this.style.display = "inline-block";
|
|
@@ -173,6 +173,7 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
173
173
|
this.afterContentInit();
|
|
174
174
|
}
|
|
175
175
|
afterContentInit() {
|
|
176
|
+
this.i.ensureShift();
|
|
176
177
|
//this.i.notifySizeChanged();
|
|
177
178
|
}
|
|
178
179
|
/**
|
|
@@ -226,14 +227,14 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
226
227
|
this._settingAttributes = false;
|
|
227
228
|
}
|
|
228
229
|
static get observedAttributes() {
|
|
229
|
-
if (
|
|
230
|
-
let names = getAllPropertyNames(
|
|
230
|
+
if (IgcXInputGroupComponent._observedAttributesIgcXInputGroupComponent == null) {
|
|
231
|
+
let names = getAllPropertyNames(IgcXInputGroupComponent);
|
|
231
232
|
for (let i = 0; i < names.length; i++) {
|
|
232
233
|
names[i] = toSpinal(names[i]);
|
|
233
234
|
}
|
|
234
|
-
|
|
235
|
+
IgcXInputGroupComponent._observedAttributesIgcXInputGroupComponent = names;
|
|
235
236
|
}
|
|
236
|
-
return
|
|
237
|
+
return IgcXInputGroupComponent._observedAttributesIgcXInputGroupComponent;
|
|
237
238
|
}
|
|
238
239
|
attributeChangedCallback(name, oldValue, newValue) {
|
|
239
240
|
if (this._settingAttributes) {
|
|
@@ -245,50 +246,50 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
245
246
|
this._updatingFromAttribute = false;
|
|
246
247
|
}
|
|
247
248
|
static register() {
|
|
248
|
-
if (!
|
|
249
|
-
|
|
250
|
-
RegisterElementHelper.registerElement(
|
|
249
|
+
if (!IgcXInputGroupComponent._isElementRegistered) {
|
|
250
|
+
IgcXInputGroupComponent._isElementRegistered = true;
|
|
251
|
+
RegisterElementHelper.registerElement(IgcXInputGroupComponent.htmlTagName, IgcXInputGroupComponent);
|
|
251
252
|
}
|
|
252
253
|
}
|
|
253
254
|
/**
|
|
254
255
|
* Gets or sets the display style to use for the button.
|
|
255
256
|
*/
|
|
256
257
|
get displayType() {
|
|
257
|
-
return this.i.
|
|
258
|
+
return this.i.d;
|
|
258
259
|
}
|
|
259
260
|
set displayType(v) {
|
|
260
|
-
this.i.
|
|
261
|
-
this._a("displayType", enumToString(InputGroupDisplayType_$type, this.i.
|
|
261
|
+
this.i.d = ensureEnum(InputGroupDisplayType_$type, v);
|
|
262
|
+
this._a("displayType", enumToString(InputGroupDisplayType_$type, this.i.d));
|
|
262
263
|
}
|
|
263
264
|
/**
|
|
264
265
|
* Gets or sets the display density to use for the input group.
|
|
265
266
|
*/
|
|
266
267
|
get density() {
|
|
267
|
-
return this.i.
|
|
268
|
+
return this.i.n;
|
|
268
269
|
}
|
|
269
270
|
set density(v) {
|
|
270
|
-
this.i.
|
|
271
|
-
this._a("density", enumToString(ControlDisplayDensity_$type, this.i.
|
|
271
|
+
this.i.n = ensureEnum(ControlDisplayDensity_$type, v);
|
|
272
|
+
this._a("density", enumToString(ControlDisplayDensity_$type, this.i.n));
|
|
272
273
|
}
|
|
273
274
|
/**
|
|
274
275
|
* Gets the actual display density to use for the input group.
|
|
275
276
|
*/
|
|
276
277
|
get actualDensity() {
|
|
277
|
-
return this.i.
|
|
278
|
+
return this.i.m;
|
|
278
279
|
}
|
|
279
280
|
set actualDensity(v) {
|
|
280
|
-
this.i.
|
|
281
|
-
this._a("actualDensity", enumToString(ControlDisplayDensity_$type, this.i.
|
|
281
|
+
this.i.m = ensureEnum(ControlDisplayDensity_$type, v);
|
|
282
|
+
this._a("actualDensity", enumToString(ControlDisplayDensity_$type, this.i.m));
|
|
282
283
|
}
|
|
283
284
|
/**
|
|
284
285
|
* Gets or sets the base built in theme to use for the label.
|
|
285
286
|
*/
|
|
286
287
|
get baseTheme() {
|
|
287
|
-
return this.i.
|
|
288
|
+
return this.i.j;
|
|
288
289
|
}
|
|
289
290
|
set baseTheme(v) {
|
|
290
|
-
this.i.
|
|
291
|
-
this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.
|
|
291
|
+
this.i.j = ensureEnum(BaseControlTheme_$type, v);
|
|
292
|
+
this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.j));
|
|
292
293
|
}
|
|
293
294
|
get inputHasValue() {
|
|
294
295
|
return this.i.af;
|
|
@@ -297,21 +298,21 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
297
298
|
* Gets the actual item background color.
|
|
298
299
|
*/
|
|
299
300
|
get actualBorderColor() {
|
|
300
|
-
return brushToString(this.i.
|
|
301
|
+
return brushToString(this.i.ot);
|
|
301
302
|
}
|
|
302
303
|
set actualBorderColor(v) {
|
|
303
|
-
this.i.
|
|
304
|
-
this._a("actualBorderColor", brushToString(this.i.
|
|
304
|
+
this.i.ot = stringToBrush(v);
|
|
305
|
+
this._a("actualBorderColor", brushToString(this.i.ot));
|
|
305
306
|
}
|
|
306
307
|
/**
|
|
307
308
|
* Gets the actual item border color.
|
|
308
309
|
*/
|
|
309
310
|
get actualFocusBorderColor() {
|
|
310
|
-
return brushToString(this.i.
|
|
311
|
+
return brushToString(this.i.ou);
|
|
311
312
|
}
|
|
312
313
|
set actualFocusBorderColor(v) {
|
|
313
|
-
this.i.
|
|
314
|
-
this._a("actualFocusBorderColor", brushToString(this.i.
|
|
314
|
+
this.i.ou = stringToBrush(v);
|
|
315
|
+
this._a("actualFocusBorderColor", brushToString(this.i.ou));
|
|
315
316
|
}
|
|
316
317
|
/**
|
|
317
318
|
* Gets the actual item border width.
|
|
@@ -334,88 +335,88 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
334
335
|
this._a("actualFocusBorderWidth", this.i.cb);
|
|
335
336
|
}
|
|
336
337
|
get actualCornerRadiusBottomRight() {
|
|
337
|
-
return this.i.
|
|
338
|
+
return this.i.m0 ? this.i.m0.b : NaN;
|
|
338
339
|
}
|
|
339
340
|
set actualCornerRadiusBottomRight(v) {
|
|
340
341
|
this.ensureActualCornerRadius();
|
|
341
|
-
this.i.
|
|
342
|
-
this._a("actualCornerRadiusBottomRight", this.i.
|
|
343
|
-
this.i.
|
|
342
|
+
this.i.m0.b = +v;
|
|
343
|
+
this._a("actualCornerRadiusBottomRight", this.i.m0.b);
|
|
344
|
+
this.i.m0 = this.i.m0;
|
|
344
345
|
}
|
|
345
346
|
get actualCornerRadiusBottomLeft() {
|
|
346
|
-
return this.i.
|
|
347
|
+
return this.i.m0 ? this.i.m0.a : NaN;
|
|
347
348
|
}
|
|
348
349
|
set actualCornerRadiusBottomLeft(v) {
|
|
349
350
|
this.ensureActualCornerRadius();
|
|
350
|
-
this.i.
|
|
351
|
-
this._a("actualCornerRadiusBottomLeft", this.i.
|
|
352
|
-
this.i.
|
|
351
|
+
this.i.m0.a = +v;
|
|
352
|
+
this._a("actualCornerRadiusBottomLeft", this.i.m0.a);
|
|
353
|
+
this.i.m0 = this.i.m0;
|
|
353
354
|
}
|
|
354
355
|
get actualCornerRadiusTopLeft() {
|
|
355
|
-
return this.i.
|
|
356
|
+
return this.i.m0 ? this.i.m0.c : NaN;
|
|
356
357
|
}
|
|
357
358
|
set actualCornerRadiusTopLeft(v) {
|
|
358
359
|
this.ensureActualCornerRadius();
|
|
359
|
-
this.i.
|
|
360
|
-
this._a("actualCornerRadiusTopLeft", this.i.
|
|
361
|
-
this.i.
|
|
360
|
+
this.i.m0.c = +v;
|
|
361
|
+
this._a("actualCornerRadiusTopLeft", this.i.m0.c);
|
|
362
|
+
this.i.m0 = this.i.m0;
|
|
362
363
|
}
|
|
363
364
|
get actualCornerRadiusTopRight() {
|
|
364
|
-
return this.i.
|
|
365
|
+
return this.i.m0 ? this.i.m0.d : NaN;
|
|
365
366
|
}
|
|
366
367
|
set actualCornerRadiusTopRight(v) {
|
|
367
368
|
this.ensureActualCornerRadius();
|
|
368
|
-
this.i.
|
|
369
|
-
this._a("actualCornerRadiusTopRight", this.i.
|
|
370
|
-
this.i.
|
|
369
|
+
this.i.m0.d = +v;
|
|
370
|
+
this._a("actualCornerRadiusTopRight", this.i.m0.d);
|
|
371
|
+
this.i.m0 = this.i.m0;
|
|
371
372
|
}
|
|
372
373
|
ensureActualCornerRadius() {
|
|
373
|
-
if (this.i.
|
|
374
|
+
if (this.i.m0) {
|
|
374
375
|
return;
|
|
375
376
|
}
|
|
376
|
-
this.i.
|
|
377
|
+
this.i.m0 = new CornerRadius(2);
|
|
377
378
|
}
|
|
378
379
|
get actualContentPaddingBottom() {
|
|
379
|
-
return this.i.
|
|
380
|
+
return this.i.tg ? this.i.tg.b : NaN;
|
|
380
381
|
}
|
|
381
382
|
set actualContentPaddingBottom(v) {
|
|
382
383
|
this.ensureActualContentPadding();
|
|
383
|
-
this.i.
|
|
384
|
-
this._a("actualContentPaddingBottom", this.i.
|
|
385
|
-
this.i.
|
|
384
|
+
this.i.tg.b = +v;
|
|
385
|
+
this._a("actualContentPaddingBottom", this.i.tg.b);
|
|
386
|
+
this.i.tg = this.i.tg;
|
|
386
387
|
}
|
|
387
388
|
get actualContentPaddingLeft() {
|
|
388
|
-
return this.i.
|
|
389
|
+
return this.i.tg ? this.i.tg.c : NaN;
|
|
389
390
|
}
|
|
390
391
|
set actualContentPaddingLeft(v) {
|
|
391
392
|
this.ensureActualContentPadding();
|
|
392
|
-
this.i.
|
|
393
|
-
this._a("actualContentPaddingLeft", this.i.
|
|
394
|
-
this.i.
|
|
393
|
+
this.i.tg.c = +v;
|
|
394
|
+
this._a("actualContentPaddingLeft", this.i.tg.c);
|
|
395
|
+
this.i.tg = this.i.tg;
|
|
395
396
|
}
|
|
396
397
|
get actualContentPaddingRight() {
|
|
397
|
-
return this.i.
|
|
398
|
+
return this.i.tg ? this.i.tg.d : NaN;
|
|
398
399
|
}
|
|
399
400
|
set actualContentPaddingRight(v) {
|
|
400
401
|
this.ensureActualContentPadding();
|
|
401
|
-
this.i.
|
|
402
|
-
this._a("actualContentPaddingRight", this.i.
|
|
403
|
-
this.i.
|
|
402
|
+
this.i.tg.d = +v;
|
|
403
|
+
this._a("actualContentPaddingRight", this.i.tg.d);
|
|
404
|
+
this.i.tg = this.i.tg;
|
|
404
405
|
}
|
|
405
406
|
get actualContentPaddingTop() {
|
|
406
|
-
return this.i.
|
|
407
|
+
return this.i.tg ? this.i.tg.e : NaN;
|
|
407
408
|
}
|
|
408
409
|
set actualContentPaddingTop(v) {
|
|
409
410
|
this.ensureActualContentPadding();
|
|
410
|
-
this.i.
|
|
411
|
-
this._a("actualContentPaddingTop", this.i.
|
|
412
|
-
this.i.
|
|
411
|
+
this.i.tg.e = +v;
|
|
412
|
+
this._a("actualContentPaddingTop", this.i.tg.e);
|
|
413
|
+
this.i.tg = this.i.tg;
|
|
413
414
|
}
|
|
414
415
|
ensureActualContentPadding() {
|
|
415
|
-
if (this.i.
|
|
416
|
+
if (this.i.tg) {
|
|
416
417
|
return;
|
|
417
418
|
}
|
|
418
|
-
this.i.
|
|
419
|
+
this.i.tg = new Thickness(2);
|
|
419
420
|
}
|
|
420
421
|
/**
|
|
421
422
|
* Gets the actual width to use for the underline element.
|
|
@@ -451,41 +452,41 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
451
452
|
* Gets the actual color to use for the underline element.
|
|
452
453
|
*/
|
|
453
454
|
get actualUnderlineColor() {
|
|
454
|
-
return brushToString(this.i.
|
|
455
|
+
return brushToString(this.i.ox);
|
|
455
456
|
}
|
|
456
457
|
set actualUnderlineColor(v) {
|
|
457
|
-
this.i.
|
|
458
|
-
this._a("actualUnderlineColor", brushToString(this.i.
|
|
458
|
+
this.i.ox = stringToBrush(v);
|
|
459
|
+
this._a("actualUnderlineColor", brushToString(this.i.ox));
|
|
459
460
|
}
|
|
460
461
|
/**
|
|
461
462
|
* Gets the actual color to use for the underline ripple element.
|
|
462
463
|
*/
|
|
463
464
|
get actualUnderlineRippleColor() {
|
|
464
|
-
return brushToString(this.i.
|
|
465
|
+
return brushToString(this.i.oy);
|
|
465
466
|
}
|
|
466
467
|
set actualUnderlineRippleColor(v) {
|
|
467
|
-
this.i.
|
|
468
|
-
this._a("actualUnderlineRippleColor", brushToString(this.i.
|
|
468
|
+
this.i.oy = stringToBrush(v);
|
|
469
|
+
this._a("actualUnderlineRippleColor", brushToString(this.i.oy));
|
|
469
470
|
}
|
|
470
471
|
/**
|
|
471
472
|
* Gets the actual color to use for the underline element.
|
|
472
473
|
*/
|
|
473
474
|
get actualHoverUnderlineColor() {
|
|
474
|
-
return brushToString(this.i.
|
|
475
|
+
return brushToString(this.i.ow);
|
|
475
476
|
}
|
|
476
477
|
set actualHoverUnderlineColor(v) {
|
|
477
|
-
this.i.
|
|
478
|
-
this._a("actualHoverUnderlineColor", brushToString(this.i.
|
|
478
|
+
this.i.ow = stringToBrush(v);
|
|
479
|
+
this._a("actualHoverUnderlineColor", brushToString(this.i.ow));
|
|
479
480
|
}
|
|
480
481
|
/**
|
|
481
482
|
* Gets the actual color to use for the underline element when focused.
|
|
482
483
|
*/
|
|
483
484
|
get actualFocusUnderlineColor() {
|
|
484
|
-
return brushToString(this.i.
|
|
485
|
+
return brushToString(this.i.ov);
|
|
485
486
|
}
|
|
486
487
|
set actualFocusUnderlineColor(v) {
|
|
487
|
-
this.i.
|
|
488
|
-
this._a("actualFocusUnderlineColor", brushToString(this.i.
|
|
488
|
+
this.i.ov = stringToBrush(v);
|
|
489
|
+
this._a("actualFocusUnderlineColor", brushToString(this.i.ov));
|
|
489
490
|
}
|
|
490
491
|
/**
|
|
491
492
|
* Gets the actual opacity to use for the underline element.
|
|
@@ -541,11 +542,11 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
541
542
|
* Gets the actual opacity to use for the underline ripple element.
|
|
542
543
|
*/
|
|
543
544
|
get actualBackgroundColor() {
|
|
544
|
-
return brushToString(this.i.
|
|
545
|
+
return brushToString(this.i.os);
|
|
545
546
|
}
|
|
546
547
|
set actualBackgroundColor(v) {
|
|
547
|
-
this.i.
|
|
548
|
-
this._a("actualBackgroundColor", brushToString(this.i.
|
|
548
|
+
this.i.os = stringToBrush(v);
|
|
549
|
+
this._a("actualBackgroundColor", brushToString(this.i.os));
|
|
549
550
|
}
|
|
550
551
|
/**
|
|
551
552
|
* Gets or sets the border width to use for the border of the item group.
|
|
@@ -571,95 +572,95 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
571
572
|
* Gets or sets the color to use the border of the input group.
|
|
572
573
|
*/
|
|
573
574
|
get borderColor() {
|
|
574
|
-
return brushToString(this.i.
|
|
575
|
+
return brushToString(this.i.o0);
|
|
575
576
|
}
|
|
576
577
|
set borderColor(v) {
|
|
577
|
-
this.i.
|
|
578
|
-
this._a("borderColor", brushToString(this.i.
|
|
578
|
+
this.i.o0 = stringToBrush(v);
|
|
579
|
+
this._a("borderColor", brushToString(this.i.o0));
|
|
579
580
|
}
|
|
580
581
|
get cornerRadiusBottomRight() {
|
|
581
|
-
return this.i.
|
|
582
|
+
return this.i.m4 ? this.i.m4.b : NaN;
|
|
582
583
|
}
|
|
583
584
|
set cornerRadiusBottomRight(v) {
|
|
584
585
|
this.ensureCornerRadius();
|
|
585
|
-
this.i.
|
|
586
|
-
this._a("cornerRadiusBottomRight", this.i.
|
|
587
|
-
this.i.
|
|
586
|
+
this.i.m4.b = +v;
|
|
587
|
+
this._a("cornerRadiusBottomRight", this.i.m4.b);
|
|
588
|
+
this.i.m4 = this.i.m4;
|
|
588
589
|
}
|
|
589
590
|
get cornerRadiusBottomLeft() {
|
|
590
|
-
return this.i.
|
|
591
|
+
return this.i.m4 ? this.i.m4.a : NaN;
|
|
591
592
|
}
|
|
592
593
|
set cornerRadiusBottomLeft(v) {
|
|
593
594
|
this.ensureCornerRadius();
|
|
594
|
-
this.i.
|
|
595
|
-
this._a("cornerRadiusBottomLeft", this.i.
|
|
596
|
-
this.i.
|
|
595
|
+
this.i.m4.a = +v;
|
|
596
|
+
this._a("cornerRadiusBottomLeft", this.i.m4.a);
|
|
597
|
+
this.i.m4 = this.i.m4;
|
|
597
598
|
}
|
|
598
599
|
get cornerRadiusTopLeft() {
|
|
599
|
-
return this.i.
|
|
600
|
+
return this.i.m4 ? this.i.m4.c : NaN;
|
|
600
601
|
}
|
|
601
602
|
set cornerRadiusTopLeft(v) {
|
|
602
603
|
this.ensureCornerRadius();
|
|
603
|
-
this.i.
|
|
604
|
-
this._a("cornerRadiusTopLeft", this.i.
|
|
605
|
-
this.i.
|
|
604
|
+
this.i.m4.c = +v;
|
|
605
|
+
this._a("cornerRadiusTopLeft", this.i.m4.c);
|
|
606
|
+
this.i.m4 = this.i.m4;
|
|
606
607
|
}
|
|
607
608
|
get cornerRadiusTopRight() {
|
|
608
|
-
return this.i.
|
|
609
|
+
return this.i.m4 ? this.i.m4.d : NaN;
|
|
609
610
|
}
|
|
610
611
|
set cornerRadiusTopRight(v) {
|
|
611
612
|
this.ensureCornerRadius();
|
|
612
|
-
this.i.
|
|
613
|
-
this._a("cornerRadiusTopRight", this.i.
|
|
614
|
-
this.i.
|
|
613
|
+
this.i.m4.d = +v;
|
|
614
|
+
this._a("cornerRadiusTopRight", this.i.m4.d);
|
|
615
|
+
this.i.m4 = this.i.m4;
|
|
615
616
|
}
|
|
616
617
|
ensureCornerRadius() {
|
|
617
|
-
if (this.i.
|
|
618
|
+
if (this.i.m4) {
|
|
618
619
|
return;
|
|
619
620
|
}
|
|
620
|
-
this.i.
|
|
621
|
+
this.i.m4 = new CornerRadius(2);
|
|
621
622
|
}
|
|
622
623
|
get contentPaddingBottom() {
|
|
623
|
-
return this.i.
|
|
624
|
+
return this.i.tk ? this.i.tk.b : NaN;
|
|
624
625
|
}
|
|
625
626
|
set contentPaddingBottom(v) {
|
|
626
627
|
this.ensureContentPadding();
|
|
627
|
-
this.i.
|
|
628
|
-
this._a("contentPaddingBottom", this.i.
|
|
629
|
-
this.i.
|
|
628
|
+
this.i.tk.b = +v;
|
|
629
|
+
this._a("contentPaddingBottom", this.i.tk.b);
|
|
630
|
+
this.i.tk = this.i.tk;
|
|
630
631
|
}
|
|
631
632
|
get contentPaddingLeft() {
|
|
632
|
-
return this.i.
|
|
633
|
+
return this.i.tk ? this.i.tk.c : NaN;
|
|
633
634
|
}
|
|
634
635
|
set contentPaddingLeft(v) {
|
|
635
636
|
this.ensureContentPadding();
|
|
636
|
-
this.i.
|
|
637
|
-
this._a("contentPaddingLeft", this.i.
|
|
638
|
-
this.i.
|
|
637
|
+
this.i.tk.c = +v;
|
|
638
|
+
this._a("contentPaddingLeft", this.i.tk.c);
|
|
639
|
+
this.i.tk = this.i.tk;
|
|
639
640
|
}
|
|
640
641
|
get contentPaddingRight() {
|
|
641
|
-
return this.i.
|
|
642
|
+
return this.i.tk ? this.i.tk.d : NaN;
|
|
642
643
|
}
|
|
643
644
|
set contentPaddingRight(v) {
|
|
644
645
|
this.ensureContentPadding();
|
|
645
|
-
this.i.
|
|
646
|
-
this._a("contentPaddingRight", this.i.
|
|
647
|
-
this.i.
|
|
646
|
+
this.i.tk.d = +v;
|
|
647
|
+
this._a("contentPaddingRight", this.i.tk.d);
|
|
648
|
+
this.i.tk = this.i.tk;
|
|
648
649
|
}
|
|
649
650
|
get contentPaddingTop() {
|
|
650
|
-
return this.i.
|
|
651
|
+
return this.i.tk ? this.i.tk.e : NaN;
|
|
651
652
|
}
|
|
652
653
|
set contentPaddingTop(v) {
|
|
653
654
|
this.ensureContentPadding();
|
|
654
|
-
this.i.
|
|
655
|
-
this._a("contentPaddingTop", this.i.
|
|
656
|
-
this.i.
|
|
655
|
+
this.i.tk.e = +v;
|
|
656
|
+
this._a("contentPaddingTop", this.i.tk.e);
|
|
657
|
+
this.i.tk = this.i.tk;
|
|
657
658
|
}
|
|
658
659
|
ensureContentPadding() {
|
|
659
|
-
if (this.i.
|
|
660
|
+
if (this.i.tk) {
|
|
660
661
|
return;
|
|
661
662
|
}
|
|
662
|
-
this.i.
|
|
663
|
+
this.i.tk = new Thickness(2);
|
|
663
664
|
}
|
|
664
665
|
/**
|
|
665
666
|
* Gets or sets the width to use for the underline element.
|
|
@@ -695,41 +696,41 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
695
696
|
* Gets or sets the color to use for the underline element.
|
|
696
697
|
*/
|
|
697
698
|
get underlineColor() {
|
|
698
|
-
return brushToString(this.i.
|
|
699
|
+
return brushToString(this.i.s8);
|
|
699
700
|
}
|
|
700
701
|
set underlineColor(v) {
|
|
701
|
-
this.i.
|
|
702
|
-
this._a("underlineColor", brushToString(this.i.
|
|
702
|
+
this.i.s8 = stringToBrush(v);
|
|
703
|
+
this._a("underlineColor", brushToString(this.i.s8));
|
|
703
704
|
}
|
|
704
705
|
/**
|
|
705
706
|
* Gets or sets the color to use for the underline ripple element.
|
|
706
707
|
*/
|
|
707
708
|
get underlineRippleColor() {
|
|
708
|
-
return brushToString(this.i.
|
|
709
|
+
return brushToString(this.i.s9);
|
|
709
710
|
}
|
|
710
711
|
set underlineRippleColor(v) {
|
|
711
|
-
this.i.
|
|
712
|
-
this._a("underlineRippleColor", brushToString(this.i.
|
|
712
|
+
this.i.s9 = stringToBrush(v);
|
|
713
|
+
this._a("underlineRippleColor", brushToString(this.i.s9));
|
|
713
714
|
}
|
|
714
715
|
/**
|
|
715
716
|
* Gets or sets the color to use for the underline element.
|
|
716
717
|
*/
|
|
717
718
|
get hoverUnderlineColor() {
|
|
718
|
-
return brushToString(this.i.
|
|
719
|
+
return brushToString(this.i.st);
|
|
719
720
|
}
|
|
720
721
|
set hoverUnderlineColor(v) {
|
|
721
|
-
this.i.
|
|
722
|
-
this._a("hoverUnderlineColor", brushToString(this.i.
|
|
722
|
+
this.i.st = stringToBrush(v);
|
|
723
|
+
this._a("hoverUnderlineColor", brushToString(this.i.st));
|
|
723
724
|
}
|
|
724
725
|
/**
|
|
725
726
|
* Gets or sets the color to use for the underline element.
|
|
726
727
|
*/
|
|
727
728
|
get focusUnderlineColor() {
|
|
728
|
-
return brushToString(this.i.
|
|
729
|
+
return brushToString(this.i.ss);
|
|
729
730
|
}
|
|
730
731
|
set focusUnderlineColor(v) {
|
|
731
|
-
this.i.
|
|
732
|
-
this._a("focusUnderlineColor", brushToString(this.i.
|
|
732
|
+
this.i.ss = stringToBrush(v);
|
|
733
|
+
this._a("focusUnderlineColor", brushToString(this.i.ss));
|
|
733
734
|
}
|
|
734
735
|
/**
|
|
735
736
|
* Gets or sets the color to use for the underline element.
|
|
@@ -785,11 +786,11 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
785
786
|
* Gets or sets the background color to use for the input group.
|
|
786
787
|
*/
|
|
787
788
|
get backgroundColor() {
|
|
788
|
-
return brushToString(this.i.
|
|
789
|
+
return brushToString(this.i.oz);
|
|
789
790
|
}
|
|
790
791
|
set backgroundColor(v) {
|
|
791
|
-
this.i.
|
|
792
|
-
this._a("backgroundColor", brushToString(this.i.
|
|
792
|
+
this.i.oz = stringToBrush(v);
|
|
793
|
+
this._a("backgroundColor", brushToString(this.i.oz));
|
|
793
794
|
}
|
|
794
795
|
/**
|
|
795
796
|
* Gets or sets the border width to use for the border of the item group when using type line.
|
|
@@ -815,105 +816,105 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
815
816
|
* Gets or sets the focus color to use the border of the input group when type is line.
|
|
816
817
|
*/
|
|
817
818
|
get lineTypeFocusBorderColor() {
|
|
818
|
-
return brushToString(this.i.
|
|
819
|
+
return brushToString(this.i.sw);
|
|
819
820
|
}
|
|
820
821
|
set lineTypeFocusBorderColor(v) {
|
|
821
|
-
this.i.
|
|
822
|
-
this._a("lineTypeFocusBorderColor", brushToString(this.i.
|
|
822
|
+
this.i.sw = stringToBrush(v);
|
|
823
|
+
this._a("lineTypeFocusBorderColor", brushToString(this.i.sw));
|
|
823
824
|
}
|
|
824
825
|
/**
|
|
825
826
|
* Gets or sets the color to use the border of the input group when type is line.
|
|
826
827
|
*/
|
|
827
828
|
get lineTypeBorderColor() {
|
|
828
|
-
return brushToString(this.i.
|
|
829
|
+
return brushToString(this.i.sv);
|
|
829
830
|
}
|
|
830
831
|
set lineTypeBorderColor(v) {
|
|
831
|
-
this.i.
|
|
832
|
-
this._a("lineTypeBorderColor", brushToString(this.i.
|
|
832
|
+
this.i.sv = stringToBrush(v);
|
|
833
|
+
this._a("lineTypeBorderColor", brushToString(this.i.sv));
|
|
833
834
|
}
|
|
834
835
|
get lineTypeCornerRadiusBottomRight() {
|
|
835
|
-
return this.i.
|
|
836
|
+
return this.i.nk ? this.i.nk.b : NaN;
|
|
836
837
|
}
|
|
837
838
|
set lineTypeCornerRadiusBottomRight(v) {
|
|
838
839
|
this.ensureLineTypeCornerRadius();
|
|
839
|
-
this.i.
|
|
840
|
-
this._a("lineTypeCornerRadiusBottomRight", this.i.
|
|
841
|
-
this.i.
|
|
840
|
+
this.i.nk.b = +v;
|
|
841
|
+
this._a("lineTypeCornerRadiusBottomRight", this.i.nk.b);
|
|
842
|
+
this.i.nk = this.i.nk;
|
|
842
843
|
}
|
|
843
844
|
get lineTypeCornerRadiusBottomLeft() {
|
|
844
|
-
return this.i.
|
|
845
|
+
return this.i.nk ? this.i.nk.a : NaN;
|
|
845
846
|
}
|
|
846
847
|
set lineTypeCornerRadiusBottomLeft(v) {
|
|
847
848
|
this.ensureLineTypeCornerRadius();
|
|
848
|
-
this.i.
|
|
849
|
-
this._a("lineTypeCornerRadiusBottomLeft", this.i.
|
|
850
|
-
this.i.
|
|
849
|
+
this.i.nk.a = +v;
|
|
850
|
+
this._a("lineTypeCornerRadiusBottomLeft", this.i.nk.a);
|
|
851
|
+
this.i.nk = this.i.nk;
|
|
851
852
|
}
|
|
852
853
|
get lineTypeCornerRadiusTopLeft() {
|
|
853
|
-
return this.i.
|
|
854
|
+
return this.i.nk ? this.i.nk.c : NaN;
|
|
854
855
|
}
|
|
855
856
|
set lineTypeCornerRadiusTopLeft(v) {
|
|
856
857
|
this.ensureLineTypeCornerRadius();
|
|
857
|
-
this.i.
|
|
858
|
-
this._a("lineTypeCornerRadiusTopLeft", this.i.
|
|
859
|
-
this.i.
|
|
858
|
+
this.i.nk.c = +v;
|
|
859
|
+
this._a("lineTypeCornerRadiusTopLeft", this.i.nk.c);
|
|
860
|
+
this.i.nk = this.i.nk;
|
|
860
861
|
}
|
|
861
862
|
get lineTypeCornerRadiusTopRight() {
|
|
862
|
-
return this.i.
|
|
863
|
+
return this.i.nk ? this.i.nk.d : NaN;
|
|
863
864
|
}
|
|
864
865
|
set lineTypeCornerRadiusTopRight(v) {
|
|
865
866
|
this.ensureLineTypeCornerRadius();
|
|
866
|
-
this.i.
|
|
867
|
-
this._a("lineTypeCornerRadiusTopRight", this.i.
|
|
868
|
-
this.i.
|
|
867
|
+
this.i.nk.d = +v;
|
|
868
|
+
this._a("lineTypeCornerRadiusTopRight", this.i.nk.d);
|
|
869
|
+
this.i.nk = this.i.nk;
|
|
869
870
|
}
|
|
870
871
|
ensureLineTypeCornerRadius() {
|
|
871
|
-
if (this.i.
|
|
872
|
+
if (this.i.nk) {
|
|
872
873
|
return;
|
|
873
874
|
}
|
|
874
|
-
this.i.
|
|
875
|
+
this.i.nk = new CornerRadius(2);
|
|
875
876
|
}
|
|
876
877
|
get lineTypeContentPaddingBottom() {
|
|
877
|
-
return this.i.
|
|
878
|
+
return this.i.t0 ? this.i.t0.b : NaN;
|
|
878
879
|
}
|
|
879
880
|
set lineTypeContentPaddingBottom(v) {
|
|
880
881
|
this.ensureLineTypeContentPadding();
|
|
881
|
-
this.i.
|
|
882
|
-
this._a("lineTypeContentPaddingBottom", this.i.
|
|
883
|
-
this.i.
|
|
882
|
+
this.i.t0.b = +v;
|
|
883
|
+
this._a("lineTypeContentPaddingBottom", this.i.t0.b);
|
|
884
|
+
this.i.t0 = this.i.t0;
|
|
884
885
|
}
|
|
885
886
|
get lineTypeContentPaddingLeft() {
|
|
886
|
-
return this.i.
|
|
887
|
+
return this.i.t0 ? this.i.t0.c : NaN;
|
|
887
888
|
}
|
|
888
889
|
set lineTypeContentPaddingLeft(v) {
|
|
889
890
|
this.ensureLineTypeContentPadding();
|
|
890
|
-
this.i.
|
|
891
|
-
this._a("lineTypeContentPaddingLeft", this.i.
|
|
892
|
-
this.i.
|
|
891
|
+
this.i.t0.c = +v;
|
|
892
|
+
this._a("lineTypeContentPaddingLeft", this.i.t0.c);
|
|
893
|
+
this.i.t0 = this.i.t0;
|
|
893
894
|
}
|
|
894
895
|
get lineTypeContentPaddingRight() {
|
|
895
|
-
return this.i.
|
|
896
|
+
return this.i.t0 ? this.i.t0.d : NaN;
|
|
896
897
|
}
|
|
897
898
|
set lineTypeContentPaddingRight(v) {
|
|
898
899
|
this.ensureLineTypeContentPadding();
|
|
899
|
-
this.i.
|
|
900
|
-
this._a("lineTypeContentPaddingRight", this.i.
|
|
901
|
-
this.i.
|
|
900
|
+
this.i.t0.d = +v;
|
|
901
|
+
this._a("lineTypeContentPaddingRight", this.i.t0.d);
|
|
902
|
+
this.i.t0 = this.i.t0;
|
|
902
903
|
}
|
|
903
904
|
get lineTypeContentPaddingTop() {
|
|
904
|
-
return this.i.
|
|
905
|
+
return this.i.t0 ? this.i.t0.e : NaN;
|
|
905
906
|
}
|
|
906
907
|
set lineTypeContentPaddingTop(v) {
|
|
907
908
|
this.ensureLineTypeContentPadding();
|
|
908
|
-
this.i.
|
|
909
|
-
this._a("lineTypeContentPaddingTop", this.i.
|
|
910
|
-
this.i.
|
|
909
|
+
this.i.t0.e = +v;
|
|
910
|
+
this._a("lineTypeContentPaddingTop", this.i.t0.e);
|
|
911
|
+
this.i.t0 = this.i.t0;
|
|
911
912
|
}
|
|
912
913
|
ensureLineTypeContentPadding() {
|
|
913
|
-
if (this.i.
|
|
914
|
+
if (this.i.t0) {
|
|
914
915
|
return;
|
|
915
916
|
}
|
|
916
|
-
this.i.
|
|
917
|
+
this.i.t0 = new Thickness(2);
|
|
917
918
|
}
|
|
918
919
|
/**
|
|
919
920
|
* Gets or sets the width to use for the underline element when type is line.
|
|
@@ -949,41 +950,41 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
949
950
|
* Gets or sets the color to use for the underline element when type is line.
|
|
950
951
|
*/
|
|
951
952
|
get lineTypeUnderlineColor() {
|
|
952
|
-
return brushToString(this.i.
|
|
953
|
+
return brushToString(this.i.sz);
|
|
953
954
|
}
|
|
954
955
|
set lineTypeUnderlineColor(v) {
|
|
955
|
-
this.i.
|
|
956
|
-
this._a("lineTypeUnderlineColor", brushToString(this.i.
|
|
956
|
+
this.i.sz = stringToBrush(v);
|
|
957
|
+
this._a("lineTypeUnderlineColor", brushToString(this.i.sz));
|
|
957
958
|
}
|
|
958
959
|
/**
|
|
959
960
|
* Gets or sets the color to use for the underline ripple element when type is line.
|
|
960
961
|
*/
|
|
961
962
|
get lineTypeUnderlineRippleColor() {
|
|
962
|
-
return brushToString(this.i.
|
|
963
|
+
return brushToString(this.i.s0);
|
|
963
964
|
}
|
|
964
965
|
set lineTypeUnderlineRippleColor(v) {
|
|
965
|
-
this.i.
|
|
966
|
-
this._a("lineTypeUnderlineRippleColor", brushToString(this.i.
|
|
966
|
+
this.i.s0 = stringToBrush(v);
|
|
967
|
+
this._a("lineTypeUnderlineRippleColor", brushToString(this.i.s0));
|
|
967
968
|
}
|
|
968
969
|
/**
|
|
969
970
|
* Gets or sets the color to use for the underline element when type is line.
|
|
970
971
|
*/
|
|
971
972
|
get lineTypeHoverUnderlineColor() {
|
|
972
|
-
return brushToString(this.i.
|
|
973
|
+
return brushToString(this.i.sy);
|
|
973
974
|
}
|
|
974
975
|
set lineTypeHoverUnderlineColor(v) {
|
|
975
|
-
this.i.
|
|
976
|
-
this._a("lineTypeHoverUnderlineColor", brushToString(this.i.
|
|
976
|
+
this.i.sy = stringToBrush(v);
|
|
977
|
+
this._a("lineTypeHoverUnderlineColor", brushToString(this.i.sy));
|
|
977
978
|
}
|
|
978
979
|
/**
|
|
979
980
|
* Gets or sets the color to use for the underline element when type is line.
|
|
980
981
|
*/
|
|
981
982
|
get lineTypeFocusUnderlineColor() {
|
|
982
|
-
return brushToString(this.i.
|
|
983
|
+
return brushToString(this.i.sx);
|
|
983
984
|
}
|
|
984
985
|
set lineTypeFocusUnderlineColor(v) {
|
|
985
|
-
this.i.
|
|
986
|
-
this._a("lineTypeFocusUnderlineColor", brushToString(this.i.
|
|
986
|
+
this.i.sx = stringToBrush(v);
|
|
987
|
+
this._a("lineTypeFocusUnderlineColor", brushToString(this.i.sx));
|
|
987
988
|
}
|
|
988
989
|
/**
|
|
989
990
|
* Gets or sets the color to use for the underline element when type is line.
|
|
@@ -1039,11 +1040,11 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
1039
1040
|
* Gets or sets the background color to use for the input group when type is line.
|
|
1040
1041
|
*/
|
|
1041
1042
|
get lineTypeBackgroundColor() {
|
|
1042
|
-
return brushToString(this.i.
|
|
1043
|
+
return brushToString(this.i.su);
|
|
1043
1044
|
}
|
|
1044
1045
|
set lineTypeBackgroundColor(v) {
|
|
1045
|
-
this.i.
|
|
1046
|
-
this._a("lineTypeBackgroundColor", brushToString(this.i.
|
|
1046
|
+
this.i.su = stringToBrush(v);
|
|
1047
|
+
this._a("lineTypeBackgroundColor", brushToString(this.i.su));
|
|
1047
1048
|
}
|
|
1048
1049
|
/**
|
|
1049
1050
|
* Gets or sets the border width to use for the border of the item group when using type line.
|
|
@@ -1069,105 +1070,105 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
1069
1070
|
* Gets or sets the focus color to use the border of the input group when type is box.
|
|
1070
1071
|
*/
|
|
1071
1072
|
get boxTypeFocusBorderColor() {
|
|
1072
|
-
return brushToString(this.i.
|
|
1073
|
+
return brushToString(this.i.pa);
|
|
1073
1074
|
}
|
|
1074
1075
|
set boxTypeFocusBorderColor(v) {
|
|
1075
|
-
this.i.
|
|
1076
|
-
this._a("boxTypeFocusBorderColor", brushToString(this.i.
|
|
1076
|
+
this.i.pa = stringToBrush(v);
|
|
1077
|
+
this._a("boxTypeFocusBorderColor", brushToString(this.i.pa));
|
|
1077
1078
|
}
|
|
1078
1079
|
/**
|
|
1079
1080
|
* Gets or sets the color to use the border of the input group when type is box.
|
|
1080
1081
|
*/
|
|
1081
1082
|
get boxTypeBorderColor() {
|
|
1082
|
-
return brushToString(this.i.
|
|
1083
|
+
return brushToString(this.i.o9);
|
|
1083
1084
|
}
|
|
1084
1085
|
set boxTypeBorderColor(v) {
|
|
1085
|
-
this.i.
|
|
1086
|
-
this._a("boxTypeBorderColor", brushToString(this.i.
|
|
1086
|
+
this.i.o9 = stringToBrush(v);
|
|
1087
|
+
this._a("boxTypeBorderColor", brushToString(this.i.o9));
|
|
1087
1088
|
}
|
|
1088
1089
|
get boxTypeCornerRadiusBottomRight() {
|
|
1089
|
-
return this.i.
|
|
1090
|
+
return this.i.m2 ? this.i.m2.b : NaN;
|
|
1090
1091
|
}
|
|
1091
1092
|
set boxTypeCornerRadiusBottomRight(v) {
|
|
1092
1093
|
this.ensureBoxTypeCornerRadius();
|
|
1093
|
-
this.i.
|
|
1094
|
-
this._a("boxTypeCornerRadiusBottomRight", this.i.
|
|
1095
|
-
this.i.
|
|
1094
|
+
this.i.m2.b = +v;
|
|
1095
|
+
this._a("boxTypeCornerRadiusBottomRight", this.i.m2.b);
|
|
1096
|
+
this.i.m2 = this.i.m2;
|
|
1096
1097
|
}
|
|
1097
1098
|
get boxTypeCornerRadiusBottomLeft() {
|
|
1098
|
-
return this.i.
|
|
1099
|
+
return this.i.m2 ? this.i.m2.a : NaN;
|
|
1099
1100
|
}
|
|
1100
1101
|
set boxTypeCornerRadiusBottomLeft(v) {
|
|
1101
1102
|
this.ensureBoxTypeCornerRadius();
|
|
1102
|
-
this.i.
|
|
1103
|
-
this._a("boxTypeCornerRadiusBottomLeft", this.i.
|
|
1104
|
-
this.i.
|
|
1103
|
+
this.i.m2.a = +v;
|
|
1104
|
+
this._a("boxTypeCornerRadiusBottomLeft", this.i.m2.a);
|
|
1105
|
+
this.i.m2 = this.i.m2;
|
|
1105
1106
|
}
|
|
1106
1107
|
get boxTypeCornerRadiusTopLeft() {
|
|
1107
|
-
return this.i.
|
|
1108
|
+
return this.i.m2 ? this.i.m2.c : NaN;
|
|
1108
1109
|
}
|
|
1109
1110
|
set boxTypeCornerRadiusTopLeft(v) {
|
|
1110
1111
|
this.ensureBoxTypeCornerRadius();
|
|
1111
|
-
this.i.
|
|
1112
|
-
this._a("boxTypeCornerRadiusTopLeft", this.i.
|
|
1113
|
-
this.i.
|
|
1112
|
+
this.i.m2.c = +v;
|
|
1113
|
+
this._a("boxTypeCornerRadiusTopLeft", this.i.m2.c);
|
|
1114
|
+
this.i.m2 = this.i.m2;
|
|
1114
1115
|
}
|
|
1115
1116
|
get boxTypeCornerRadiusTopRight() {
|
|
1116
|
-
return this.i.
|
|
1117
|
+
return this.i.m2 ? this.i.m2.d : NaN;
|
|
1117
1118
|
}
|
|
1118
1119
|
set boxTypeCornerRadiusTopRight(v) {
|
|
1119
1120
|
this.ensureBoxTypeCornerRadius();
|
|
1120
|
-
this.i.
|
|
1121
|
-
this._a("boxTypeCornerRadiusTopRight", this.i.
|
|
1122
|
-
this.i.
|
|
1121
|
+
this.i.m2.d = +v;
|
|
1122
|
+
this._a("boxTypeCornerRadiusTopRight", this.i.m2.d);
|
|
1123
|
+
this.i.m2 = this.i.m2;
|
|
1123
1124
|
}
|
|
1124
1125
|
ensureBoxTypeCornerRadius() {
|
|
1125
|
-
if (this.i.
|
|
1126
|
+
if (this.i.m2) {
|
|
1126
1127
|
return;
|
|
1127
1128
|
}
|
|
1128
|
-
this.i.
|
|
1129
|
+
this.i.m2 = new CornerRadius(2);
|
|
1129
1130
|
}
|
|
1130
1131
|
get boxTypeContentPaddingBottom() {
|
|
1131
|
-
return this.i.
|
|
1132
|
+
return this.i.ti ? this.i.ti.b : NaN;
|
|
1132
1133
|
}
|
|
1133
1134
|
set boxTypeContentPaddingBottom(v) {
|
|
1134
1135
|
this.ensureBoxTypeContentPadding();
|
|
1135
|
-
this.i.
|
|
1136
|
-
this._a("boxTypeContentPaddingBottom", this.i.
|
|
1137
|
-
this.i.
|
|
1136
|
+
this.i.ti.b = +v;
|
|
1137
|
+
this._a("boxTypeContentPaddingBottom", this.i.ti.b);
|
|
1138
|
+
this.i.ti = this.i.ti;
|
|
1138
1139
|
}
|
|
1139
1140
|
get boxTypeContentPaddingLeft() {
|
|
1140
|
-
return this.i.
|
|
1141
|
+
return this.i.ti ? this.i.ti.c : NaN;
|
|
1141
1142
|
}
|
|
1142
1143
|
set boxTypeContentPaddingLeft(v) {
|
|
1143
1144
|
this.ensureBoxTypeContentPadding();
|
|
1144
|
-
this.i.
|
|
1145
|
-
this._a("boxTypeContentPaddingLeft", this.i.
|
|
1146
|
-
this.i.
|
|
1145
|
+
this.i.ti.c = +v;
|
|
1146
|
+
this._a("boxTypeContentPaddingLeft", this.i.ti.c);
|
|
1147
|
+
this.i.ti = this.i.ti;
|
|
1147
1148
|
}
|
|
1148
1149
|
get boxTypeContentPaddingRight() {
|
|
1149
|
-
return this.i.
|
|
1150
|
+
return this.i.ti ? this.i.ti.d : NaN;
|
|
1150
1151
|
}
|
|
1151
1152
|
set boxTypeContentPaddingRight(v) {
|
|
1152
1153
|
this.ensureBoxTypeContentPadding();
|
|
1153
|
-
this.i.
|
|
1154
|
-
this._a("boxTypeContentPaddingRight", this.i.
|
|
1155
|
-
this.i.
|
|
1154
|
+
this.i.ti.d = +v;
|
|
1155
|
+
this._a("boxTypeContentPaddingRight", this.i.ti.d);
|
|
1156
|
+
this.i.ti = this.i.ti;
|
|
1156
1157
|
}
|
|
1157
1158
|
get boxTypeContentPaddingTop() {
|
|
1158
|
-
return this.i.
|
|
1159
|
+
return this.i.ti ? this.i.ti.e : NaN;
|
|
1159
1160
|
}
|
|
1160
1161
|
set boxTypeContentPaddingTop(v) {
|
|
1161
1162
|
this.ensureBoxTypeContentPadding();
|
|
1162
|
-
this.i.
|
|
1163
|
-
this._a("boxTypeContentPaddingTop", this.i.
|
|
1164
|
-
this.i.
|
|
1163
|
+
this.i.ti.e = +v;
|
|
1164
|
+
this._a("boxTypeContentPaddingTop", this.i.ti.e);
|
|
1165
|
+
this.i.ti = this.i.ti;
|
|
1165
1166
|
}
|
|
1166
1167
|
ensureBoxTypeContentPadding() {
|
|
1167
|
-
if (this.i.
|
|
1168
|
+
if (this.i.ti) {
|
|
1168
1169
|
return;
|
|
1169
1170
|
}
|
|
1170
|
-
this.i.
|
|
1171
|
+
this.i.ti = new Thickness(2);
|
|
1171
1172
|
}
|
|
1172
1173
|
/**
|
|
1173
1174
|
* Gets or sets the width to use for the underline element when type is box.
|
|
@@ -1203,41 +1204,41 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
1203
1204
|
* Gets or sets the color to use for the underline element when type is box.
|
|
1204
1205
|
*/
|
|
1205
1206
|
get boxTypeUnderlineColor() {
|
|
1206
|
-
return brushToString(this.i.
|
|
1207
|
+
return brushToString(this.i.pd);
|
|
1207
1208
|
}
|
|
1208
1209
|
set boxTypeUnderlineColor(v) {
|
|
1209
|
-
this.i.
|
|
1210
|
-
this._a("boxTypeUnderlineColor", brushToString(this.i.
|
|
1210
|
+
this.i.pd = stringToBrush(v);
|
|
1211
|
+
this._a("boxTypeUnderlineColor", brushToString(this.i.pd));
|
|
1211
1212
|
}
|
|
1212
1213
|
/**
|
|
1213
1214
|
* Gets or sets the color to use for the underline ripple element when type is box.
|
|
1214
1215
|
*/
|
|
1215
1216
|
get boxTypeUnderlineRippleColor() {
|
|
1216
|
-
return brushToString(this.i.
|
|
1217
|
+
return brushToString(this.i.pe);
|
|
1217
1218
|
}
|
|
1218
1219
|
set boxTypeUnderlineRippleColor(v) {
|
|
1219
|
-
this.i.
|
|
1220
|
-
this._a("boxTypeUnderlineRippleColor", brushToString(this.i.
|
|
1220
|
+
this.i.pe = stringToBrush(v);
|
|
1221
|
+
this._a("boxTypeUnderlineRippleColor", brushToString(this.i.pe));
|
|
1221
1222
|
}
|
|
1222
1223
|
/**
|
|
1223
1224
|
* Gets or sets the color to use for the underline element when type is box.
|
|
1224
1225
|
*/
|
|
1225
1226
|
get boxTypeHoverUnderlineColor() {
|
|
1226
|
-
return brushToString(this.i.
|
|
1227
|
+
return brushToString(this.i.pc);
|
|
1227
1228
|
}
|
|
1228
1229
|
set boxTypeHoverUnderlineColor(v) {
|
|
1229
|
-
this.i.
|
|
1230
|
-
this._a("boxTypeHoverUnderlineColor", brushToString(this.i.
|
|
1230
|
+
this.i.pc = stringToBrush(v);
|
|
1231
|
+
this._a("boxTypeHoverUnderlineColor", brushToString(this.i.pc));
|
|
1231
1232
|
}
|
|
1232
1233
|
/**
|
|
1233
1234
|
* Gets or sets the color to use for the underline element when type is box.
|
|
1234
1235
|
*/
|
|
1235
1236
|
get boxTypeFocusUnderlineColor() {
|
|
1236
|
-
return brushToString(this.i.
|
|
1237
|
+
return brushToString(this.i.pb);
|
|
1237
1238
|
}
|
|
1238
1239
|
set boxTypeFocusUnderlineColor(v) {
|
|
1239
|
-
this.i.
|
|
1240
|
-
this._a("boxTypeFocusUnderlineColor", brushToString(this.i.
|
|
1240
|
+
this.i.pb = stringToBrush(v);
|
|
1241
|
+
this._a("boxTypeFocusUnderlineColor", brushToString(this.i.pb));
|
|
1241
1242
|
}
|
|
1242
1243
|
/**
|
|
1243
1244
|
* Gets or sets the color to use for the underline element when type is box.
|
|
@@ -1293,11 +1294,11 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
1293
1294
|
* Gets or sets the background color to use for the input group when type is box.
|
|
1294
1295
|
*/
|
|
1295
1296
|
get boxTypeBackgroundColor() {
|
|
1296
|
-
return brushToString(this.i.
|
|
1297
|
+
return brushToString(this.i.o8);
|
|
1297
1298
|
}
|
|
1298
1299
|
set boxTypeBackgroundColor(v) {
|
|
1299
|
-
this.i.
|
|
1300
|
-
this._a("boxTypeBackgroundColor", brushToString(this.i.
|
|
1300
|
+
this.i.o8 = stringToBrush(v);
|
|
1301
|
+
this._a("boxTypeBackgroundColor", brushToString(this.i.o8));
|
|
1301
1302
|
}
|
|
1302
1303
|
/**
|
|
1303
1304
|
* Gets or sets the border width to use for the border of the item group when using type line.
|
|
@@ -1323,105 +1324,105 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
1323
1324
|
* Gets or sets the focus color to use the border of the input group when type is border.
|
|
1324
1325
|
*/
|
|
1325
1326
|
get borderTypeFocusBorderColor() {
|
|
1326
|
-
return brushToString(this.i.
|
|
1327
|
+
return brushToString(this.i.o3);
|
|
1327
1328
|
}
|
|
1328
1329
|
set borderTypeFocusBorderColor(v) {
|
|
1329
|
-
this.i.
|
|
1330
|
-
this._a("borderTypeFocusBorderColor", brushToString(this.i.
|
|
1330
|
+
this.i.o3 = stringToBrush(v);
|
|
1331
|
+
this._a("borderTypeFocusBorderColor", brushToString(this.i.o3));
|
|
1331
1332
|
}
|
|
1332
1333
|
/**
|
|
1333
1334
|
* Gets or sets the color to use the border of the input group when type is border.
|
|
1334
1335
|
*/
|
|
1335
1336
|
get borderTypeBorderColor() {
|
|
1336
|
-
return brushToString(this.i.
|
|
1337
|
+
return brushToString(this.i.o2);
|
|
1337
1338
|
}
|
|
1338
1339
|
set borderTypeBorderColor(v) {
|
|
1339
|
-
this.i.
|
|
1340
|
-
this._a("borderTypeBorderColor", brushToString(this.i.
|
|
1340
|
+
this.i.o2 = stringToBrush(v);
|
|
1341
|
+
this._a("borderTypeBorderColor", brushToString(this.i.o2));
|
|
1341
1342
|
}
|
|
1342
1343
|
get borderTypeCornerRadiusBottomRight() {
|
|
1343
|
-
return this.i.
|
|
1344
|
+
return this.i.m1 ? this.i.m1.b : NaN;
|
|
1344
1345
|
}
|
|
1345
1346
|
set borderTypeCornerRadiusBottomRight(v) {
|
|
1346
1347
|
this.ensureBorderTypeCornerRadius();
|
|
1347
|
-
this.i.
|
|
1348
|
-
this._a("borderTypeCornerRadiusBottomRight", this.i.
|
|
1349
|
-
this.i.
|
|
1348
|
+
this.i.m1.b = +v;
|
|
1349
|
+
this._a("borderTypeCornerRadiusBottomRight", this.i.m1.b);
|
|
1350
|
+
this.i.m1 = this.i.m1;
|
|
1350
1351
|
}
|
|
1351
1352
|
get borderTypeCornerRadiusBottomLeft() {
|
|
1352
|
-
return this.i.
|
|
1353
|
+
return this.i.m1 ? this.i.m1.a : NaN;
|
|
1353
1354
|
}
|
|
1354
1355
|
set borderTypeCornerRadiusBottomLeft(v) {
|
|
1355
1356
|
this.ensureBorderTypeCornerRadius();
|
|
1356
|
-
this.i.
|
|
1357
|
-
this._a("borderTypeCornerRadiusBottomLeft", this.i.
|
|
1358
|
-
this.i.
|
|
1357
|
+
this.i.m1.a = +v;
|
|
1358
|
+
this._a("borderTypeCornerRadiusBottomLeft", this.i.m1.a);
|
|
1359
|
+
this.i.m1 = this.i.m1;
|
|
1359
1360
|
}
|
|
1360
1361
|
get borderTypeCornerRadiusTopLeft() {
|
|
1361
|
-
return this.i.
|
|
1362
|
+
return this.i.m1 ? this.i.m1.c : NaN;
|
|
1362
1363
|
}
|
|
1363
1364
|
set borderTypeCornerRadiusTopLeft(v) {
|
|
1364
1365
|
this.ensureBorderTypeCornerRadius();
|
|
1365
|
-
this.i.
|
|
1366
|
-
this._a("borderTypeCornerRadiusTopLeft", this.i.
|
|
1367
|
-
this.i.
|
|
1366
|
+
this.i.m1.c = +v;
|
|
1367
|
+
this._a("borderTypeCornerRadiusTopLeft", this.i.m1.c);
|
|
1368
|
+
this.i.m1 = this.i.m1;
|
|
1368
1369
|
}
|
|
1369
1370
|
get borderTypeCornerRadiusTopRight() {
|
|
1370
|
-
return this.i.
|
|
1371
|
+
return this.i.m1 ? this.i.m1.d : NaN;
|
|
1371
1372
|
}
|
|
1372
1373
|
set borderTypeCornerRadiusTopRight(v) {
|
|
1373
1374
|
this.ensureBorderTypeCornerRadius();
|
|
1374
|
-
this.i.
|
|
1375
|
-
this._a("borderTypeCornerRadiusTopRight", this.i.
|
|
1376
|
-
this.i.
|
|
1375
|
+
this.i.m1.d = +v;
|
|
1376
|
+
this._a("borderTypeCornerRadiusTopRight", this.i.m1.d);
|
|
1377
|
+
this.i.m1 = this.i.m1;
|
|
1377
1378
|
}
|
|
1378
1379
|
ensureBorderTypeCornerRadius() {
|
|
1379
|
-
if (this.i.
|
|
1380
|
+
if (this.i.m1) {
|
|
1380
1381
|
return;
|
|
1381
1382
|
}
|
|
1382
|
-
this.i.
|
|
1383
|
+
this.i.m1 = new CornerRadius(2);
|
|
1383
1384
|
}
|
|
1384
1385
|
get borderTypeContentPaddingBottom() {
|
|
1385
|
-
return this.i.
|
|
1386
|
+
return this.i.th ? this.i.th.b : NaN;
|
|
1386
1387
|
}
|
|
1387
1388
|
set borderTypeContentPaddingBottom(v) {
|
|
1388
1389
|
this.ensureBorderTypeContentPadding();
|
|
1389
|
-
this.i.
|
|
1390
|
-
this._a("borderTypeContentPaddingBottom", this.i.
|
|
1391
|
-
this.i.
|
|
1390
|
+
this.i.th.b = +v;
|
|
1391
|
+
this._a("borderTypeContentPaddingBottom", this.i.th.b);
|
|
1392
|
+
this.i.th = this.i.th;
|
|
1392
1393
|
}
|
|
1393
1394
|
get borderTypeContentPaddingLeft() {
|
|
1394
|
-
return this.i.
|
|
1395
|
+
return this.i.th ? this.i.th.c : NaN;
|
|
1395
1396
|
}
|
|
1396
1397
|
set borderTypeContentPaddingLeft(v) {
|
|
1397
1398
|
this.ensureBorderTypeContentPadding();
|
|
1398
|
-
this.i.
|
|
1399
|
-
this._a("borderTypeContentPaddingLeft", this.i.
|
|
1400
|
-
this.i.
|
|
1399
|
+
this.i.th.c = +v;
|
|
1400
|
+
this._a("borderTypeContentPaddingLeft", this.i.th.c);
|
|
1401
|
+
this.i.th = this.i.th;
|
|
1401
1402
|
}
|
|
1402
1403
|
get borderTypeContentPaddingRight() {
|
|
1403
|
-
return this.i.
|
|
1404
|
+
return this.i.th ? this.i.th.d : NaN;
|
|
1404
1405
|
}
|
|
1405
1406
|
set borderTypeContentPaddingRight(v) {
|
|
1406
1407
|
this.ensureBorderTypeContentPadding();
|
|
1407
|
-
this.i.
|
|
1408
|
-
this._a("borderTypeContentPaddingRight", this.i.
|
|
1409
|
-
this.i.
|
|
1408
|
+
this.i.th.d = +v;
|
|
1409
|
+
this._a("borderTypeContentPaddingRight", this.i.th.d);
|
|
1410
|
+
this.i.th = this.i.th;
|
|
1410
1411
|
}
|
|
1411
1412
|
get borderTypeContentPaddingTop() {
|
|
1412
|
-
return this.i.
|
|
1413
|
+
return this.i.th ? this.i.th.e : NaN;
|
|
1413
1414
|
}
|
|
1414
1415
|
set borderTypeContentPaddingTop(v) {
|
|
1415
1416
|
this.ensureBorderTypeContentPadding();
|
|
1416
|
-
this.i.
|
|
1417
|
-
this._a("borderTypeContentPaddingTop", this.i.
|
|
1418
|
-
this.i.
|
|
1417
|
+
this.i.th.e = +v;
|
|
1418
|
+
this._a("borderTypeContentPaddingTop", this.i.th.e);
|
|
1419
|
+
this.i.th = this.i.th;
|
|
1419
1420
|
}
|
|
1420
1421
|
ensureBorderTypeContentPadding() {
|
|
1421
|
-
if (this.i.
|
|
1422
|
+
if (this.i.th) {
|
|
1422
1423
|
return;
|
|
1423
1424
|
}
|
|
1424
|
-
this.i.
|
|
1425
|
+
this.i.th = new Thickness(2);
|
|
1425
1426
|
}
|
|
1426
1427
|
/**
|
|
1427
1428
|
* Gets or sets the width to use for the underline element when type is border.
|
|
@@ -1457,41 +1458,41 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
1457
1458
|
* Gets or sets the color to use for the underline element when type is border.
|
|
1458
1459
|
*/
|
|
1459
1460
|
get borderTypeUnderlineColor() {
|
|
1460
|
-
return brushToString(this.i.
|
|
1461
|
+
return brushToString(this.i.o6);
|
|
1461
1462
|
}
|
|
1462
1463
|
set borderTypeUnderlineColor(v) {
|
|
1463
|
-
this.i.
|
|
1464
|
-
this._a("borderTypeUnderlineColor", brushToString(this.i.
|
|
1464
|
+
this.i.o6 = stringToBrush(v);
|
|
1465
|
+
this._a("borderTypeUnderlineColor", brushToString(this.i.o6));
|
|
1465
1466
|
}
|
|
1466
1467
|
/**
|
|
1467
1468
|
* Gets or sets the color to use for the underline ripple element when type is border.
|
|
1468
1469
|
*/
|
|
1469
1470
|
get borderTypeUnderlineRippleColor() {
|
|
1470
|
-
return brushToString(this.i.
|
|
1471
|
+
return brushToString(this.i.o7);
|
|
1471
1472
|
}
|
|
1472
1473
|
set borderTypeUnderlineRippleColor(v) {
|
|
1473
|
-
this.i.
|
|
1474
|
-
this._a("borderTypeUnderlineRippleColor", brushToString(this.i.
|
|
1474
|
+
this.i.o7 = stringToBrush(v);
|
|
1475
|
+
this._a("borderTypeUnderlineRippleColor", brushToString(this.i.o7));
|
|
1475
1476
|
}
|
|
1476
1477
|
/**
|
|
1477
1478
|
* Gets or sets the color to use for the underline element when type is border.
|
|
1478
1479
|
*/
|
|
1479
1480
|
get borderTypeHoverUnderlineColor() {
|
|
1480
|
-
return brushToString(this.i.
|
|
1481
|
+
return brushToString(this.i.o5);
|
|
1481
1482
|
}
|
|
1482
1483
|
set borderTypeHoverUnderlineColor(v) {
|
|
1483
|
-
this.i.
|
|
1484
|
-
this._a("borderTypeHoverUnderlineColor", brushToString(this.i.
|
|
1484
|
+
this.i.o5 = stringToBrush(v);
|
|
1485
|
+
this._a("borderTypeHoverUnderlineColor", brushToString(this.i.o5));
|
|
1485
1486
|
}
|
|
1486
1487
|
/**
|
|
1487
1488
|
* Gets or sets the color to use for the underline element when type is border.
|
|
1488
1489
|
*/
|
|
1489
1490
|
get borderTypeFocusUnderlineColor() {
|
|
1490
|
-
return brushToString(this.i.
|
|
1491
|
+
return brushToString(this.i.o4);
|
|
1491
1492
|
}
|
|
1492
1493
|
set borderTypeFocusUnderlineColor(v) {
|
|
1493
|
-
this.i.
|
|
1494
|
-
this._a("borderTypeFocusUnderlineColor", brushToString(this.i.
|
|
1494
|
+
this.i.o4 = stringToBrush(v);
|
|
1495
|
+
this._a("borderTypeFocusUnderlineColor", brushToString(this.i.o4));
|
|
1495
1496
|
}
|
|
1496
1497
|
/**
|
|
1497
1498
|
* Gets or sets the color to use for the underline element when type is border.
|
|
@@ -1547,11 +1548,11 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
1547
1548
|
* Gets or sets the background color to use for the input group when type is border.
|
|
1548
1549
|
*/
|
|
1549
1550
|
get borderTypeBackgroundColor() {
|
|
1550
|
-
return brushToString(this.i.
|
|
1551
|
+
return brushToString(this.i.o1);
|
|
1551
1552
|
}
|
|
1552
1553
|
set borderTypeBackgroundColor(v) {
|
|
1553
|
-
this.i.
|
|
1554
|
-
this._a("borderTypeBackgroundColor", brushToString(this.i.
|
|
1554
|
+
this.i.o1 = stringToBrush(v);
|
|
1555
|
+
this._a("borderTypeBackgroundColor", brushToString(this.i.o1));
|
|
1555
1556
|
}
|
|
1556
1557
|
/**
|
|
1557
1558
|
* Gets or sets the search width to use for the border of the item group when using type line.
|
|
@@ -1577,105 +1578,105 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
1577
1578
|
* Gets or sets the focus color to use the search of the input group when type is search.
|
|
1578
1579
|
*/
|
|
1579
1580
|
get searchTypeFocusBorderColor() {
|
|
1580
|
-
return brushToString(this.i.
|
|
1581
|
+
return brushToString(this.i.s3);
|
|
1581
1582
|
}
|
|
1582
1583
|
set searchTypeFocusBorderColor(v) {
|
|
1583
|
-
this.i.
|
|
1584
|
-
this._a("searchTypeFocusBorderColor", brushToString(this.i.
|
|
1584
|
+
this.i.s3 = stringToBrush(v);
|
|
1585
|
+
this._a("searchTypeFocusBorderColor", brushToString(this.i.s3));
|
|
1585
1586
|
}
|
|
1586
1587
|
/**
|
|
1587
1588
|
* Gets or sets the color to use the search of the input group when type is search.
|
|
1588
1589
|
*/
|
|
1589
1590
|
get searchTypeBorderColor() {
|
|
1590
|
-
return brushToString(this.i.
|
|
1591
|
+
return brushToString(this.i.s2);
|
|
1591
1592
|
}
|
|
1592
1593
|
set searchTypeBorderColor(v) {
|
|
1593
|
-
this.i.
|
|
1594
|
-
this._a("searchTypeBorderColor", brushToString(this.i.
|
|
1594
|
+
this.i.s2 = stringToBrush(v);
|
|
1595
|
+
this._a("searchTypeBorderColor", brushToString(this.i.s2));
|
|
1595
1596
|
}
|
|
1596
1597
|
get searchTypeCornerRadiusBottomRight() {
|
|
1597
|
-
return this.i.
|
|
1598
|
+
return this.i.nl ? this.i.nl.b : NaN;
|
|
1598
1599
|
}
|
|
1599
1600
|
set searchTypeCornerRadiusBottomRight(v) {
|
|
1600
1601
|
this.ensureSearchTypeCornerRadius();
|
|
1601
|
-
this.i.
|
|
1602
|
-
this._a("searchTypeCornerRadiusBottomRight", this.i.
|
|
1603
|
-
this.i.
|
|
1602
|
+
this.i.nl.b = +v;
|
|
1603
|
+
this._a("searchTypeCornerRadiusBottomRight", this.i.nl.b);
|
|
1604
|
+
this.i.nl = this.i.nl;
|
|
1604
1605
|
}
|
|
1605
1606
|
get searchTypeCornerRadiusBottomLeft() {
|
|
1606
|
-
return this.i.
|
|
1607
|
+
return this.i.nl ? this.i.nl.a : NaN;
|
|
1607
1608
|
}
|
|
1608
1609
|
set searchTypeCornerRadiusBottomLeft(v) {
|
|
1609
1610
|
this.ensureSearchTypeCornerRadius();
|
|
1610
|
-
this.i.
|
|
1611
|
-
this._a("searchTypeCornerRadiusBottomLeft", this.i.
|
|
1612
|
-
this.i.
|
|
1611
|
+
this.i.nl.a = +v;
|
|
1612
|
+
this._a("searchTypeCornerRadiusBottomLeft", this.i.nl.a);
|
|
1613
|
+
this.i.nl = this.i.nl;
|
|
1613
1614
|
}
|
|
1614
1615
|
get searchTypeCornerRadiusTopLeft() {
|
|
1615
|
-
return this.i.
|
|
1616
|
+
return this.i.nl ? this.i.nl.c : NaN;
|
|
1616
1617
|
}
|
|
1617
1618
|
set searchTypeCornerRadiusTopLeft(v) {
|
|
1618
1619
|
this.ensureSearchTypeCornerRadius();
|
|
1619
|
-
this.i.
|
|
1620
|
-
this._a("searchTypeCornerRadiusTopLeft", this.i.
|
|
1621
|
-
this.i.
|
|
1620
|
+
this.i.nl.c = +v;
|
|
1621
|
+
this._a("searchTypeCornerRadiusTopLeft", this.i.nl.c);
|
|
1622
|
+
this.i.nl = this.i.nl;
|
|
1622
1623
|
}
|
|
1623
1624
|
get searchTypeCornerRadiusTopRight() {
|
|
1624
|
-
return this.i.
|
|
1625
|
+
return this.i.nl ? this.i.nl.d : NaN;
|
|
1625
1626
|
}
|
|
1626
1627
|
set searchTypeCornerRadiusTopRight(v) {
|
|
1627
1628
|
this.ensureSearchTypeCornerRadius();
|
|
1628
|
-
this.i.
|
|
1629
|
-
this._a("searchTypeCornerRadiusTopRight", this.i.
|
|
1630
|
-
this.i.
|
|
1629
|
+
this.i.nl.d = +v;
|
|
1630
|
+
this._a("searchTypeCornerRadiusTopRight", this.i.nl.d);
|
|
1631
|
+
this.i.nl = this.i.nl;
|
|
1631
1632
|
}
|
|
1632
1633
|
ensureSearchTypeCornerRadius() {
|
|
1633
|
-
if (this.i.
|
|
1634
|
+
if (this.i.nl) {
|
|
1634
1635
|
return;
|
|
1635
1636
|
}
|
|
1636
|
-
this.i.
|
|
1637
|
+
this.i.nl = new CornerRadius(2);
|
|
1637
1638
|
}
|
|
1638
1639
|
get searchTypeContentPaddingBottom() {
|
|
1639
|
-
return this.i.
|
|
1640
|
+
return this.i.t1 ? this.i.t1.b : NaN;
|
|
1640
1641
|
}
|
|
1641
1642
|
set searchTypeContentPaddingBottom(v) {
|
|
1642
1643
|
this.ensureSearchTypeContentPadding();
|
|
1643
|
-
this.i.
|
|
1644
|
-
this._a("searchTypeContentPaddingBottom", this.i.
|
|
1645
|
-
this.i.
|
|
1644
|
+
this.i.t1.b = +v;
|
|
1645
|
+
this._a("searchTypeContentPaddingBottom", this.i.t1.b);
|
|
1646
|
+
this.i.t1 = this.i.t1;
|
|
1646
1647
|
}
|
|
1647
1648
|
get searchTypeContentPaddingLeft() {
|
|
1648
|
-
return this.i.
|
|
1649
|
+
return this.i.t1 ? this.i.t1.c : NaN;
|
|
1649
1650
|
}
|
|
1650
1651
|
set searchTypeContentPaddingLeft(v) {
|
|
1651
1652
|
this.ensureSearchTypeContentPadding();
|
|
1652
|
-
this.i.
|
|
1653
|
-
this._a("searchTypeContentPaddingLeft", this.i.
|
|
1654
|
-
this.i.
|
|
1653
|
+
this.i.t1.c = +v;
|
|
1654
|
+
this._a("searchTypeContentPaddingLeft", this.i.t1.c);
|
|
1655
|
+
this.i.t1 = this.i.t1;
|
|
1655
1656
|
}
|
|
1656
1657
|
get searchTypeContentPaddingRight() {
|
|
1657
|
-
return this.i.
|
|
1658
|
+
return this.i.t1 ? this.i.t1.d : NaN;
|
|
1658
1659
|
}
|
|
1659
1660
|
set searchTypeContentPaddingRight(v) {
|
|
1660
1661
|
this.ensureSearchTypeContentPadding();
|
|
1661
|
-
this.i.
|
|
1662
|
-
this._a("searchTypeContentPaddingRight", this.i.
|
|
1663
|
-
this.i.
|
|
1662
|
+
this.i.t1.d = +v;
|
|
1663
|
+
this._a("searchTypeContentPaddingRight", this.i.t1.d);
|
|
1664
|
+
this.i.t1 = this.i.t1;
|
|
1664
1665
|
}
|
|
1665
1666
|
get searchTypeContentPaddingTop() {
|
|
1666
|
-
return this.i.
|
|
1667
|
+
return this.i.t1 ? this.i.t1.e : NaN;
|
|
1667
1668
|
}
|
|
1668
1669
|
set searchTypeContentPaddingTop(v) {
|
|
1669
1670
|
this.ensureSearchTypeContentPadding();
|
|
1670
|
-
this.i.
|
|
1671
|
-
this._a("searchTypeContentPaddingTop", this.i.
|
|
1672
|
-
this.i.
|
|
1671
|
+
this.i.t1.e = +v;
|
|
1672
|
+
this._a("searchTypeContentPaddingTop", this.i.t1.e);
|
|
1673
|
+
this.i.t1 = this.i.t1;
|
|
1673
1674
|
}
|
|
1674
1675
|
ensureSearchTypeContentPadding() {
|
|
1675
|
-
if (this.i.
|
|
1676
|
+
if (this.i.t1) {
|
|
1676
1677
|
return;
|
|
1677
1678
|
}
|
|
1678
|
-
this.i.
|
|
1679
|
+
this.i.t1 = new Thickness(2);
|
|
1679
1680
|
}
|
|
1680
1681
|
/**
|
|
1681
1682
|
* Gets or sets the width to use for the underline element when type is search.
|
|
@@ -1711,41 +1712,41 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
1711
1712
|
* Gets or sets the color to use for the underline element when type is search.
|
|
1712
1713
|
*/
|
|
1713
1714
|
get searchTypeUnderlineColor() {
|
|
1714
|
-
return brushToString(this.i.
|
|
1715
|
+
return brushToString(this.i.s6);
|
|
1715
1716
|
}
|
|
1716
1717
|
set searchTypeUnderlineColor(v) {
|
|
1717
|
-
this.i.
|
|
1718
|
-
this._a("searchTypeUnderlineColor", brushToString(this.i.
|
|
1718
|
+
this.i.s6 = stringToBrush(v);
|
|
1719
|
+
this._a("searchTypeUnderlineColor", brushToString(this.i.s6));
|
|
1719
1720
|
}
|
|
1720
1721
|
/**
|
|
1721
1722
|
* Gets or sets the color to use for the underline ripple element when type is search.
|
|
1722
1723
|
*/
|
|
1723
1724
|
get searchTypeUnderlineRippleColor() {
|
|
1724
|
-
return brushToString(this.i.
|
|
1725
|
+
return brushToString(this.i.s7);
|
|
1725
1726
|
}
|
|
1726
1727
|
set searchTypeUnderlineRippleColor(v) {
|
|
1727
|
-
this.i.
|
|
1728
|
-
this._a("searchTypeUnderlineRippleColor", brushToString(this.i.
|
|
1728
|
+
this.i.s7 = stringToBrush(v);
|
|
1729
|
+
this._a("searchTypeUnderlineRippleColor", brushToString(this.i.s7));
|
|
1729
1730
|
}
|
|
1730
1731
|
/**
|
|
1731
1732
|
* Gets or sets the color to use for the underline element when type is search.
|
|
1732
1733
|
*/
|
|
1733
1734
|
get searchTypeHoverUnderlineColor() {
|
|
1734
|
-
return brushToString(this.i.
|
|
1735
|
+
return brushToString(this.i.s5);
|
|
1735
1736
|
}
|
|
1736
1737
|
set searchTypeHoverUnderlineColor(v) {
|
|
1737
|
-
this.i.
|
|
1738
|
-
this._a("searchTypeHoverUnderlineColor", brushToString(this.i.
|
|
1738
|
+
this.i.s5 = stringToBrush(v);
|
|
1739
|
+
this._a("searchTypeHoverUnderlineColor", brushToString(this.i.s5));
|
|
1739
1740
|
}
|
|
1740
1741
|
/**
|
|
1741
1742
|
* Gets or sets the color to use for the underline element when type is search.
|
|
1742
1743
|
*/
|
|
1743
1744
|
get searchTypeFocusUnderlineColor() {
|
|
1744
|
-
return brushToString(this.i.
|
|
1745
|
+
return brushToString(this.i.s4);
|
|
1745
1746
|
}
|
|
1746
1747
|
set searchTypeFocusUnderlineColor(v) {
|
|
1747
|
-
this.i.
|
|
1748
|
-
this._a("searchTypeFocusUnderlineColor", brushToString(this.i.
|
|
1748
|
+
this.i.s4 = stringToBrush(v);
|
|
1749
|
+
this._a("searchTypeFocusUnderlineColor", brushToString(this.i.s4));
|
|
1749
1750
|
}
|
|
1750
1751
|
/**
|
|
1751
1752
|
* Gets or sets the color to use for the underline element when type is search.
|
|
@@ -1801,11 +1802,11 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
1801
1802
|
* Gets or sets the background color to use for the input group when type is search.
|
|
1802
1803
|
*/
|
|
1803
1804
|
get searchTypeBackgroundColor() {
|
|
1804
|
-
return brushToString(this.i.
|
|
1805
|
+
return brushToString(this.i.s1);
|
|
1805
1806
|
}
|
|
1806
1807
|
set searchTypeBackgroundColor(v) {
|
|
1807
|
-
this.i.
|
|
1808
|
-
this._a("searchTypeBackgroundColor", brushToString(this.i.
|
|
1808
|
+
this.i.s1 = stringToBrush(v);
|
|
1809
|
+
this._a("searchTypeBackgroundColor", brushToString(this.i.s1));
|
|
1809
1810
|
}
|
|
1810
1811
|
/**
|
|
1811
1812
|
* Gets or sets whether the input group is expanded or not.
|
|
@@ -1851,11 +1852,11 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
1851
1852
|
* Gets or sets the color to use the hovered background of the inputs in the group.
|
|
1852
1853
|
*/
|
|
1853
1854
|
get focusBorderColor() {
|
|
1854
|
-
return brushToString(this.i.
|
|
1855
|
+
return brushToString(this.i.sr);
|
|
1855
1856
|
}
|
|
1856
1857
|
set focusBorderColor(v) {
|
|
1857
|
-
this.i.
|
|
1858
|
-
this._a("focusBorderColor", brushToString(this.i.
|
|
1858
|
+
this.i.sr = stringToBrush(v);
|
|
1859
|
+
this._a("focusBorderColor", brushToString(this.i.sr));
|
|
1859
1860
|
}
|
|
1860
1861
|
/**
|
|
1861
1862
|
* Gets or sets the id to use for the checkbox.
|
|
@@ -1902,7 +1903,7 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
1902
1903
|
if (typeName.indexOf("Xam") === 0) {
|
|
1903
1904
|
typeName = typeName.substring(3);
|
|
1904
1905
|
}
|
|
1905
|
-
genericPrefix = toSpinal("
|
|
1906
|
+
genericPrefix = toSpinal("XInputGroupComponent");
|
|
1906
1907
|
let additionalPrefixes = [];
|
|
1907
1908
|
let prefix = toSpinal(typeName);
|
|
1908
1909
|
additionalPrefixes.push(prefix + "-");
|
|
@@ -1958,9 +1959,8 @@ export let IgcInputGroupComponent = /*@__PURE__*/ (() => {
|
|
|
1958
1959
|
return (iv);
|
|
1959
1960
|
}
|
|
1960
1961
|
}
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
return
|
|
1962
|
+
IgcXInputGroupComponent._observedAttributesIgcXInputGroupComponent = null;
|
|
1963
|
+
IgcXInputGroupComponent.htmlTagName = "igc-x-input-group";
|
|
1964
|
+
IgcXInputGroupComponent._isElementRegistered = false;
|
|
1965
|
+
return IgcXInputGroupComponent;
|
|
1965
1966
|
})();
|
|
1966
|
-
//# sourceMappingURL=igc-input-group-component.js.map
|