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,12 +1,12 @@
|
|
|
1
1
|
import * as tslib_1 from "tslib";
|
|
2
|
-
import {
|
|
2
|
+
import { XButtonGroup } from "./XButtonGroup";
|
|
3
3
|
import { ensureEnum, brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, NamePatcher, toSpinal, enumToString, getAllPropertyNames, fromSpinal } from "igniteui-webcomponents-core";
|
|
4
4
|
import { WebComponentRenderer, PortalManager } from "igniteui-webcomponents-core";
|
|
5
5
|
import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
|
|
6
6
|
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
7
7
|
import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
8
|
+
import { IgcXButtonComponent } from './igc-x-button-component';
|
|
9
|
+
import { IgcXButtonGroupButtonCollection } from './igc-x-button-group-button-collection';
|
|
10
10
|
import { CollectionAdapter } from "igniteui-webcomponents-core";
|
|
11
11
|
import { NotifyCollectionChangedAction } from "igniteui-webcomponents-core";
|
|
12
12
|
import { ButtonGroupOrientation_$type } from './ButtonGroupOrientation';
|
|
@@ -15,9 +15,9 @@ import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
|
|
|
15
15
|
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
16
16
|
import { ButtonGroupDisplayStyle_$type } from './ButtonGroupDisplayStyle';
|
|
17
17
|
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
18
|
-
var
|
|
19
|
-
tslib_1.__extends(
|
|
20
|
-
function
|
|
18
|
+
var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
19
|
+
tslib_1.__extends(IgcXButtonGroupComponent, _super);
|
|
20
|
+
function IgcXButtonGroupComponent() {
|
|
21
21
|
var _this = _super.call(this) || this;
|
|
22
22
|
_this.contentButtons = [];
|
|
23
23
|
/**
|
|
@@ -100,14 +100,14 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
100
100
|
// this._checkbox.notifySizeChanged();
|
|
101
101
|
//});
|
|
102
102
|
}
|
|
103
|
-
Object.defineProperty(
|
|
103
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "buttons", {
|
|
104
104
|
/**
|
|
105
105
|
* A collection or manually added axes for the chart.
|
|
106
106
|
*/
|
|
107
107
|
get: function () {
|
|
108
108
|
var _this = this;
|
|
109
109
|
if (this._buttons === null) {
|
|
110
|
-
var coll = new
|
|
110
|
+
var coll = new IgcXButtonGroupButtonCollection();
|
|
111
111
|
var inner = coll._innerColl;
|
|
112
112
|
inner.addListener(function (sender, e) {
|
|
113
113
|
switch (e.action) {
|
|
@@ -133,7 +133,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
133
133
|
enumerable: true,
|
|
134
134
|
configurable: true
|
|
135
135
|
});
|
|
136
|
-
|
|
136
|
+
IgcXButtonGroupComponent.prototype._onChildrenChanged = function () {
|
|
137
137
|
var children = [];
|
|
138
138
|
for (var i = 0; i < this.childNodes.length; i++) {
|
|
139
139
|
var child = this.childNodes[i];
|
|
@@ -143,17 +143,17 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
143
143
|
}
|
|
144
144
|
this._portalManager.onChildrenChanged(children);
|
|
145
145
|
};
|
|
146
|
-
|
|
146
|
+
IgcXButtonGroupComponent.prototype.updateButtons = function () {
|
|
147
147
|
this.contentButtons.length = 0;
|
|
148
148
|
for (var i = 0; i < this.children.length; i++) {
|
|
149
|
-
if (this.children[i] instanceof
|
|
149
|
+
if (this.children[i] instanceof IgcXButtonComponent) {
|
|
150
150
|
this.contentButtons.push(this.children[i]);
|
|
151
151
|
}
|
|
152
152
|
}
|
|
153
153
|
var childContent = this.querySelector("igc-child-content");
|
|
154
154
|
if (childContent) {
|
|
155
155
|
for (var i = 0; i < childContent.children.length; i++) {
|
|
156
|
-
if (childContent.children[i] instanceof
|
|
156
|
+
if (childContent.children[i] instanceof IgcXButtonComponent) {
|
|
157
157
|
this.contentButtons.push(childContent.children[i]);
|
|
158
158
|
}
|
|
159
159
|
}
|
|
@@ -163,23 +163,23 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
163
163
|
}
|
|
164
164
|
};
|
|
165
165
|
// supports angular themes or custom properties set in CSS
|
|
166
|
-
|
|
166
|
+
IgcXButtonGroupComponent.prototype.updateStyle = function () {
|
|
167
167
|
this._styling(this, this);
|
|
168
168
|
};
|
|
169
|
-
|
|
169
|
+
IgcXButtonGroupComponent.prototype.destroy = function () {
|
|
170
170
|
this._buttonGroup.destroy();
|
|
171
171
|
this._wrapper.destroy();
|
|
172
172
|
};
|
|
173
|
-
|
|
174
|
-
return new
|
|
173
|
+
IgcXButtonGroupComponent.prototype.createImplementation = function () {
|
|
174
|
+
return new XButtonGroup();
|
|
175
175
|
};
|
|
176
|
-
|
|
176
|
+
IgcXButtonGroupComponent.prototype.disconnectedCallback = function () {
|
|
177
177
|
this._disconnected = true;
|
|
178
178
|
if (this.i) {
|
|
179
179
|
this.i.onDetachedFromUI();
|
|
180
180
|
}
|
|
181
181
|
};
|
|
182
|
-
|
|
182
|
+
IgcXButtonGroupComponent.prototype.connectedCallback = function () {
|
|
183
183
|
if (this._disconnected) {
|
|
184
184
|
this._disconnected = false;
|
|
185
185
|
if (this.i) {
|
|
@@ -187,8 +187,8 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
187
187
|
}
|
|
188
188
|
return;
|
|
189
189
|
}
|
|
190
|
-
this.classList.add("ig-button-group");
|
|
191
|
-
this.classList.add("igc-button-group");
|
|
190
|
+
this.classList.add("ig-x-button-group");
|
|
191
|
+
this.classList.add("igc-x-button-group");
|
|
192
192
|
this.appendChild(this._container.getNativeElement());
|
|
193
193
|
this._attached = true;
|
|
194
194
|
this.style.display = "inline-block";
|
|
@@ -199,10 +199,10 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
199
199
|
this._styling(this, this);
|
|
200
200
|
this.afterContentInit();
|
|
201
201
|
};
|
|
202
|
-
|
|
202
|
+
IgcXButtonGroupComponent.prototype.afterContentInit = function () {
|
|
203
203
|
//this.i.notifySizeChanged();
|
|
204
204
|
};
|
|
205
|
-
Object.defineProperty(
|
|
205
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "i", {
|
|
206
206
|
/**
|
|
207
207
|
* @hidden
|
|
208
208
|
*/
|
|
@@ -214,7 +214,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
214
214
|
enumerable: true,
|
|
215
215
|
configurable: true
|
|
216
216
|
});
|
|
217
|
-
|
|
217
|
+
IgcXButtonGroupComponent._createFromInternal = function (internal) {
|
|
218
218
|
if (!internal) {
|
|
219
219
|
return null;
|
|
220
220
|
}
|
|
@@ -228,10 +228,10 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
228
228
|
}
|
|
229
229
|
return TypeRegistrar.create(externalName);
|
|
230
230
|
};
|
|
231
|
-
|
|
231
|
+
IgcXButtonGroupComponent.prototype._enqueueSetAttribute = function (attrName, attrValue) {
|
|
232
232
|
this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
|
|
233
233
|
};
|
|
234
|
-
|
|
234
|
+
IgcXButtonGroupComponent.prototype._flushQueuedAttributes = function () {
|
|
235
235
|
this._settingAttributes = true;
|
|
236
236
|
for (var i = 0; i < this._queuedSetAttributes.length; i++) {
|
|
237
237
|
this.setAttribute(this._queuedSetAttributes[i].attrName, this._queuedSetAttributes[i].attrValue);
|
|
@@ -239,7 +239,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
239
239
|
this._settingAttributes = false;
|
|
240
240
|
this._queuedSetAttributes.length = 0;
|
|
241
241
|
};
|
|
242
|
-
|
|
242
|
+
IgcXButtonGroupComponent.prototype._a = function (attrName, attrValue) {
|
|
243
243
|
if (this._updatingFromAttribute) {
|
|
244
244
|
return;
|
|
245
245
|
}
|
|
@@ -256,21 +256,21 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
256
256
|
}
|
|
257
257
|
this._settingAttributes = false;
|
|
258
258
|
};
|
|
259
|
-
Object.defineProperty(
|
|
259
|
+
Object.defineProperty(IgcXButtonGroupComponent, "observedAttributes", {
|
|
260
260
|
get: function () {
|
|
261
|
-
if (
|
|
262
|
-
var names = getAllPropertyNames(
|
|
261
|
+
if (IgcXButtonGroupComponent._observedAttributesIgcXButtonGroupComponent == null) {
|
|
262
|
+
var names = getAllPropertyNames(IgcXButtonGroupComponent);
|
|
263
263
|
for (var i = 0; i < names.length; i++) {
|
|
264
264
|
names[i] = toSpinal(names[i]);
|
|
265
265
|
}
|
|
266
|
-
|
|
266
|
+
IgcXButtonGroupComponent._observedAttributesIgcXButtonGroupComponent = names;
|
|
267
267
|
}
|
|
268
|
-
return
|
|
268
|
+
return IgcXButtonGroupComponent._observedAttributesIgcXButtonGroupComponent;
|
|
269
269
|
},
|
|
270
270
|
enumerable: true,
|
|
271
271
|
configurable: true
|
|
272
272
|
});
|
|
273
|
-
|
|
273
|
+
IgcXButtonGroupComponent.prototype.attributeChangedCallback = function (name, oldValue, newValue) {
|
|
274
274
|
if (this._settingAttributes) {
|
|
275
275
|
return;
|
|
276
276
|
}
|
|
@@ -279,69 +279,69 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
279
279
|
this[setName] = newValue;
|
|
280
280
|
this._updatingFromAttribute = false;
|
|
281
281
|
};
|
|
282
|
-
|
|
283
|
-
if (!
|
|
284
|
-
|
|
285
|
-
RegisterElementHelper.registerElement(
|
|
282
|
+
IgcXButtonGroupComponent.register = function () {
|
|
283
|
+
if (!IgcXButtonGroupComponent._isElementRegistered) {
|
|
284
|
+
IgcXButtonGroupComponent._isElementRegistered = true;
|
|
285
|
+
RegisterElementHelper.registerElement(IgcXButtonGroupComponent.htmlTagName, IgcXButtonGroupComponent);
|
|
286
286
|
}
|
|
287
287
|
};
|
|
288
|
-
Object.defineProperty(
|
|
288
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "displayType", {
|
|
289
289
|
/**
|
|
290
290
|
* Gets or sets the display style to use for the button.
|
|
291
291
|
*/
|
|
292
292
|
get: function () {
|
|
293
|
-
return this.i.
|
|
293
|
+
return this.i.i;
|
|
294
294
|
},
|
|
295
295
|
set: function (v) {
|
|
296
|
-
this.i.
|
|
297
|
-
this._a("displayType", enumToString(ButtonGroupDisplayStyle_$type, this.i.
|
|
296
|
+
this.i.i = ensureEnum(ButtonGroupDisplayStyle_$type, v);
|
|
297
|
+
this._a("displayType", enumToString(ButtonGroupDisplayStyle_$type, this.i.i));
|
|
298
298
|
},
|
|
299
299
|
enumerable: true,
|
|
300
300
|
configurable: true
|
|
301
301
|
});
|
|
302
|
-
Object.defineProperty(
|
|
302
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "baseTheme", {
|
|
303
303
|
/**
|
|
304
304
|
* Gets or sets the base built in theme to use for the button group.
|
|
305
305
|
*/
|
|
306
306
|
get: function () {
|
|
307
|
-
return this.i.
|
|
307
|
+
return this.i.p;
|
|
308
308
|
},
|
|
309
309
|
set: function (v) {
|
|
310
|
-
this.i.
|
|
311
|
-
this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.
|
|
310
|
+
this.i.p = ensureEnum(BaseControlTheme_$type, v);
|
|
311
|
+
this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.p));
|
|
312
312
|
},
|
|
313
313
|
enumerable: true,
|
|
314
314
|
configurable: true
|
|
315
315
|
});
|
|
316
|
-
Object.defineProperty(
|
|
316
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "density", {
|
|
317
317
|
/**
|
|
318
318
|
* Gets or sets the display density to use for the button group.
|
|
319
319
|
*/
|
|
320
320
|
get: function () {
|
|
321
|
-
return this.i.
|
|
321
|
+
return this.i.t;
|
|
322
322
|
},
|
|
323
323
|
set: function (v) {
|
|
324
|
-
this.i.
|
|
325
|
-
this._a("density", enumToString(ControlDisplayDensity_$type, this.i.
|
|
324
|
+
this.i.t = ensureEnum(ControlDisplayDensity_$type, v);
|
|
325
|
+
this._a("density", enumToString(ControlDisplayDensity_$type, this.i.t));
|
|
326
326
|
},
|
|
327
327
|
enumerable: true,
|
|
328
328
|
configurable: true
|
|
329
329
|
});
|
|
330
|
-
Object.defineProperty(
|
|
330
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualDensity", {
|
|
331
331
|
/**
|
|
332
332
|
* Gets the actual display density to use for the button group.
|
|
333
333
|
*/
|
|
334
334
|
get: function () {
|
|
335
|
-
return this.i.
|
|
335
|
+
return this.i.s;
|
|
336
336
|
},
|
|
337
337
|
set: function (v) {
|
|
338
|
-
this.i.
|
|
339
|
-
this._a("actualDensity", enumToString(ControlDisplayDensity_$type, this.i.
|
|
338
|
+
this.i.s = ensureEnum(ControlDisplayDensity_$type, v);
|
|
339
|
+
this._a("actualDensity", enumToString(ControlDisplayDensity_$type, this.i.s));
|
|
340
340
|
},
|
|
341
341
|
enumerable: true,
|
|
342
342
|
configurable: true
|
|
343
343
|
});
|
|
344
|
-
Object.defineProperty(
|
|
344
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "selectedIndices", {
|
|
345
345
|
/**
|
|
346
346
|
* Gets the currently selected button indices.
|
|
347
347
|
*/
|
|
@@ -358,7 +358,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
358
358
|
enumerable: true,
|
|
359
359
|
configurable: true
|
|
360
360
|
});
|
|
361
|
-
Object.defineProperty(
|
|
361
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemCornerRadius", {
|
|
362
362
|
/**
|
|
363
363
|
* Gets the actual item corner radius for the appropriate corners.
|
|
364
364
|
*/
|
|
@@ -372,7 +372,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
372
372
|
enumerable: true,
|
|
373
373
|
configurable: true
|
|
374
374
|
});
|
|
375
|
-
Object.defineProperty(
|
|
375
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemBackgroundColor", {
|
|
376
376
|
/**
|
|
377
377
|
* Gets the actual item background color.
|
|
378
378
|
*/
|
|
@@ -386,7 +386,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
386
386
|
enumerable: true,
|
|
387
387
|
configurable: true
|
|
388
388
|
});
|
|
389
|
-
Object.defineProperty(
|
|
389
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemDisabledBackgroundColor", {
|
|
390
390
|
/**
|
|
391
391
|
* Gets the actual item background color.
|
|
392
392
|
*/
|
|
@@ -400,7 +400,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
400
400
|
enumerable: true,
|
|
401
401
|
configurable: true
|
|
402
402
|
});
|
|
403
|
-
Object.defineProperty(
|
|
403
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemTextColor", {
|
|
404
404
|
/**
|
|
405
405
|
* Gets the actual item text color.
|
|
406
406
|
*/
|
|
@@ -414,7 +414,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
414
414
|
enumerable: true,
|
|
415
415
|
configurable: true
|
|
416
416
|
});
|
|
417
|
-
Object.defineProperty(
|
|
417
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemDisabledTextColor", {
|
|
418
418
|
/**
|
|
419
419
|
* Gets the actual item text color.
|
|
420
420
|
*/
|
|
@@ -428,7 +428,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
428
428
|
enumerable: true,
|
|
429
429
|
configurable: true
|
|
430
430
|
});
|
|
431
|
-
Object.defineProperty(
|
|
431
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemBorderColor", {
|
|
432
432
|
/**
|
|
433
433
|
* Gets the actual item border color.
|
|
434
434
|
*/
|
|
@@ -442,7 +442,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
442
442
|
enumerable: true,
|
|
443
443
|
configurable: true
|
|
444
444
|
});
|
|
445
|
-
Object.defineProperty(
|
|
445
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemDisabledBorderColor", {
|
|
446
446
|
/**
|
|
447
447
|
* Gets the actual item border color.
|
|
448
448
|
*/
|
|
@@ -456,7 +456,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
456
456
|
enumerable: true,
|
|
457
457
|
configurable: true
|
|
458
458
|
});
|
|
459
|
-
Object.defineProperty(
|
|
459
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemBorderWidth", {
|
|
460
460
|
/**
|
|
461
461
|
* Gets the actual item border width.
|
|
462
462
|
*/
|
|
@@ -470,7 +470,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
470
470
|
enumerable: true,
|
|
471
471
|
configurable: true
|
|
472
472
|
});
|
|
473
|
-
Object.defineProperty(
|
|
473
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualSelectedItemBackgroundColor", {
|
|
474
474
|
/**
|
|
475
475
|
* Gets the actual selected item background color.
|
|
476
476
|
*/
|
|
@@ -484,7 +484,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
484
484
|
enumerable: true,
|
|
485
485
|
configurable: true
|
|
486
486
|
});
|
|
487
|
-
Object.defineProperty(
|
|
487
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualSelectedItemTextColor", {
|
|
488
488
|
/**
|
|
489
489
|
* Gets the stroke actual selected item text color.
|
|
490
490
|
*/
|
|
@@ -498,7 +498,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
498
498
|
enumerable: true,
|
|
499
499
|
configurable: true
|
|
500
500
|
});
|
|
501
|
-
Object.defineProperty(
|
|
501
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemHoverBackgroundColor", {
|
|
502
502
|
/**
|
|
503
503
|
* Gets the actual item hovered background color.
|
|
504
504
|
*/
|
|
@@ -512,7 +512,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
512
512
|
enumerable: true,
|
|
513
513
|
configurable: true
|
|
514
514
|
});
|
|
515
|
-
Object.defineProperty(
|
|
515
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemHoverTextColor", {
|
|
516
516
|
/**
|
|
517
517
|
* Gets the actual item text color.
|
|
518
518
|
*/
|
|
@@ -526,7 +526,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
526
526
|
enumerable: true,
|
|
527
527
|
configurable: true
|
|
528
528
|
});
|
|
529
|
-
Object.defineProperty(
|
|
529
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualSelectedItemHoverBackgroundColor", {
|
|
530
530
|
/**
|
|
531
531
|
* Gets the actual selected item hovered background color.
|
|
532
532
|
*/
|
|
@@ -540,7 +540,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
540
540
|
enumerable: true,
|
|
541
541
|
configurable: true
|
|
542
542
|
});
|
|
543
|
-
Object.defineProperty(
|
|
543
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualSelectedItemHoverTextColor", {
|
|
544
544
|
/**
|
|
545
545
|
* Gets the actual selected item hovered text color.
|
|
546
546
|
*/
|
|
@@ -554,7 +554,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
554
554
|
enumerable: true,
|
|
555
555
|
configurable: true
|
|
556
556
|
});
|
|
557
|
-
Object.defineProperty(
|
|
557
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemCornerRadius", {
|
|
558
558
|
/**
|
|
559
559
|
* Gets or sets the corner radius to use for the appropriate corners for the item buttons.
|
|
560
560
|
*/
|
|
@@ -568,7 +568,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
568
568
|
enumerable: true,
|
|
569
569
|
configurable: true
|
|
570
570
|
});
|
|
571
|
-
Object.defineProperty(
|
|
571
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemBackgroundColor", {
|
|
572
572
|
/**
|
|
573
573
|
* Gets or sets the color to use the background of the buttons in the group.
|
|
574
574
|
*/
|
|
@@ -582,7 +582,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
582
582
|
enumerable: true,
|
|
583
583
|
configurable: true
|
|
584
584
|
});
|
|
585
|
-
Object.defineProperty(
|
|
585
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemDisabledBackgroundColor", {
|
|
586
586
|
/**
|
|
587
587
|
* Gets or sets the disabled color to use the background of the buttons in the group.
|
|
588
588
|
*/
|
|
@@ -596,7 +596,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
596
596
|
enumerable: true,
|
|
597
597
|
configurable: true
|
|
598
598
|
});
|
|
599
|
-
Object.defineProperty(
|
|
599
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemTextColor", {
|
|
600
600
|
/**
|
|
601
601
|
* Gets or sets the color to use the text of the buttons in the group.
|
|
602
602
|
*/
|
|
@@ -610,7 +610,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
610
610
|
enumerable: true,
|
|
611
611
|
configurable: true
|
|
612
612
|
});
|
|
613
|
-
Object.defineProperty(
|
|
613
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemDisabledTextColor", {
|
|
614
614
|
/**
|
|
615
615
|
* Gets or sets the disabled color to use the text of the buttons in the group.
|
|
616
616
|
*/
|
|
@@ -624,7 +624,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
624
624
|
enumerable: true,
|
|
625
625
|
configurable: true
|
|
626
626
|
});
|
|
627
|
-
Object.defineProperty(
|
|
627
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemHoverBackgroundColor", {
|
|
628
628
|
/**
|
|
629
629
|
* Gets or sets the color to use the hovered background of the buttons in the group.
|
|
630
630
|
*/
|
|
@@ -638,7 +638,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
638
638
|
enumerable: true,
|
|
639
639
|
configurable: true
|
|
640
640
|
});
|
|
641
|
-
Object.defineProperty(
|
|
641
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemBorderColor", {
|
|
642
642
|
/**
|
|
643
643
|
* Gets or sets the color to use the border of the buttons in the group.
|
|
644
644
|
*/
|
|
@@ -652,7 +652,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
652
652
|
enumerable: true,
|
|
653
653
|
configurable: true
|
|
654
654
|
});
|
|
655
|
-
Object.defineProperty(
|
|
655
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemDisabledBorderColor", {
|
|
656
656
|
/**
|
|
657
657
|
* Gets or sets the disabled color to use the border of the buttons in the group.
|
|
658
658
|
*/
|
|
@@ -666,7 +666,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
666
666
|
enumerable: true,
|
|
667
667
|
configurable: true
|
|
668
668
|
});
|
|
669
|
-
Object.defineProperty(
|
|
669
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemBorderWidth", {
|
|
670
670
|
/**
|
|
671
671
|
* Gets or sets the border width to use for the buttons in the group.
|
|
672
672
|
*/
|
|
@@ -680,7 +680,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
680
680
|
enumerable: true,
|
|
681
681
|
configurable: true
|
|
682
682
|
});
|
|
683
|
-
Object.defineProperty(
|
|
683
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemHoverTextColor", {
|
|
684
684
|
/**
|
|
685
685
|
* Gets or sets the color to use the hovered text of the buttons in the group.
|
|
686
686
|
*/
|
|
@@ -694,7 +694,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
694
694
|
enumerable: true,
|
|
695
695
|
configurable: true
|
|
696
696
|
});
|
|
697
|
-
Object.defineProperty(
|
|
697
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "selectedItemBackgroundColor", {
|
|
698
698
|
/**
|
|
699
699
|
* Gets or sets the color to use the background of the buttons in the group that are selected.
|
|
700
700
|
*/
|
|
@@ -708,7 +708,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
708
708
|
enumerable: true,
|
|
709
709
|
configurable: true
|
|
710
710
|
});
|
|
711
|
-
Object.defineProperty(
|
|
711
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "selectedItemTextColor", {
|
|
712
712
|
/**
|
|
713
713
|
* Gets or sets the color to use the text of the buttons in the group that are selected.
|
|
714
714
|
*/
|
|
@@ -722,7 +722,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
722
722
|
enumerable: true,
|
|
723
723
|
configurable: true
|
|
724
724
|
});
|
|
725
|
-
Object.defineProperty(
|
|
725
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "selectedItemHoverBackgroundColor", {
|
|
726
726
|
/**
|
|
727
727
|
* Gets or sets the color to use the hovered background of the buttons in the group that are selected.
|
|
728
728
|
*/
|
|
@@ -736,7 +736,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
736
736
|
enumerable: true,
|
|
737
737
|
configurable: true
|
|
738
738
|
});
|
|
739
|
-
Object.defineProperty(
|
|
739
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "selectedItemHoverTextColor", {
|
|
740
740
|
/**
|
|
741
741
|
* Gets or sets the color to use the hovered text of the buttons in the group that are selected.
|
|
742
742
|
*/
|
|
@@ -750,7 +750,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
750
750
|
enumerable: true,
|
|
751
751
|
configurable: true
|
|
752
752
|
});
|
|
753
|
-
Object.defineProperty(
|
|
753
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemCornerRadius", {
|
|
754
754
|
/**
|
|
755
755
|
* Gets or sets the corner radius to use for the appropriate corners for the outlined type item buttons.
|
|
756
756
|
*/
|
|
@@ -764,7 +764,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
764
764
|
enumerable: true,
|
|
765
765
|
configurable: true
|
|
766
766
|
});
|
|
767
|
-
Object.defineProperty(
|
|
767
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemBackgroundColor", {
|
|
768
768
|
/**
|
|
769
769
|
* Gets or sets the color to use the background of the buttons in the group when type is outlined.
|
|
770
770
|
*/
|
|
@@ -778,7 +778,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
778
778
|
enumerable: true,
|
|
779
779
|
configurable: true
|
|
780
780
|
});
|
|
781
|
-
Object.defineProperty(
|
|
781
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemDisabledBackgroundColor", {
|
|
782
782
|
/**
|
|
783
783
|
* Gets or sets the disabled color to use the background of the buttons in the group when type is outlined.
|
|
784
784
|
*/
|
|
@@ -792,7 +792,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
792
792
|
enumerable: true,
|
|
793
793
|
configurable: true
|
|
794
794
|
});
|
|
795
|
-
Object.defineProperty(
|
|
795
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemTextColor", {
|
|
796
796
|
/**
|
|
797
797
|
* Gets or sets the color to use the text of the buttons in the group when type is outlined.
|
|
798
798
|
*/
|
|
@@ -806,7 +806,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
806
806
|
enumerable: true,
|
|
807
807
|
configurable: true
|
|
808
808
|
});
|
|
809
|
-
Object.defineProperty(
|
|
809
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemDisabledTextColor", {
|
|
810
810
|
/**
|
|
811
811
|
* Gets or sets the disabled color to use the text of the buttons in the group when type is outlined.
|
|
812
812
|
*/
|
|
@@ -820,7 +820,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
820
820
|
enumerable: true,
|
|
821
821
|
configurable: true
|
|
822
822
|
});
|
|
823
|
-
Object.defineProperty(
|
|
823
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemHoverBackgroundColor", {
|
|
824
824
|
/**
|
|
825
825
|
* Gets or sets the color to use the hovered background of the buttons in the group when type is outlined.
|
|
826
826
|
*/
|
|
@@ -834,7 +834,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
834
834
|
enumerable: true,
|
|
835
835
|
configurable: true
|
|
836
836
|
});
|
|
837
|
-
Object.defineProperty(
|
|
837
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemBorderColor", {
|
|
838
838
|
/**
|
|
839
839
|
* Gets or sets the color to use the border of the buttons in the group when type is outlined.
|
|
840
840
|
*/
|
|
@@ -848,7 +848,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
848
848
|
enumerable: true,
|
|
849
849
|
configurable: true
|
|
850
850
|
});
|
|
851
|
-
Object.defineProperty(
|
|
851
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemDisabledBorderColor", {
|
|
852
852
|
/**
|
|
853
853
|
* Gets or sets the disabled color to use the border of the buttons in the group when type is outlined.
|
|
854
854
|
*/
|
|
@@ -862,7 +862,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
862
862
|
enumerable: true,
|
|
863
863
|
configurable: true
|
|
864
864
|
});
|
|
865
|
-
Object.defineProperty(
|
|
865
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemBorderWidth", {
|
|
866
866
|
/**
|
|
867
867
|
* Gets or sets the border width to use for the buttons in the group when type is outlined.
|
|
868
868
|
*/
|
|
@@ -876,7 +876,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
876
876
|
enumerable: true,
|
|
877
877
|
configurable: true
|
|
878
878
|
});
|
|
879
|
-
Object.defineProperty(
|
|
879
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemHoverTextColor", {
|
|
880
880
|
/**
|
|
881
881
|
* Gets or sets the color to use the hovered text of the buttons in the group when type is outlined.
|
|
882
882
|
*/
|
|
@@ -890,7 +890,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
890
890
|
enumerable: true,
|
|
891
891
|
configurable: true
|
|
892
892
|
});
|
|
893
|
-
Object.defineProperty(
|
|
893
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedSelectedItemBackgroundColor", {
|
|
894
894
|
/**
|
|
895
895
|
* Gets or sets the color to use the background of the buttons in the group that are selected when type is outlined.
|
|
896
896
|
*/
|
|
@@ -904,7 +904,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
904
904
|
enumerable: true,
|
|
905
905
|
configurable: true
|
|
906
906
|
});
|
|
907
|
-
Object.defineProperty(
|
|
907
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedSelectedItemTextColor", {
|
|
908
908
|
/**
|
|
909
909
|
* Gets or sets the color to use the text of the buttons in the group that are selected when type is outlined.
|
|
910
910
|
*/
|
|
@@ -918,7 +918,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
918
918
|
enumerable: true,
|
|
919
919
|
configurable: true
|
|
920
920
|
});
|
|
921
|
-
Object.defineProperty(
|
|
921
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedSelectedItemHoverBackgroundColor", {
|
|
922
922
|
/**
|
|
923
923
|
* Gets or sets the color to use the hovered background of the buttons in the group that are selected when type is outlined.
|
|
924
924
|
*/
|
|
@@ -932,7 +932,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
932
932
|
enumerable: true,
|
|
933
933
|
configurable: true
|
|
934
934
|
});
|
|
935
|
-
Object.defineProperty(
|
|
935
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedSelectedItemHoverTextColor", {
|
|
936
936
|
/**
|
|
937
937
|
* Gets or sets the color to use the hovered text of the buttons in the group that are selected when type is outlined.
|
|
938
938
|
*/
|
|
@@ -946,7 +946,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
946
946
|
enumerable: true,
|
|
947
947
|
configurable: true
|
|
948
948
|
});
|
|
949
|
-
Object.defineProperty(
|
|
949
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemCornerRadius", {
|
|
950
950
|
/**
|
|
951
951
|
* Gets or sets the corner radius to use for the appropriate corners for the flat type item buttons.
|
|
952
952
|
*/
|
|
@@ -960,7 +960,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
960
960
|
enumerable: true,
|
|
961
961
|
configurable: true
|
|
962
962
|
});
|
|
963
|
-
Object.defineProperty(
|
|
963
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemBackgroundColor", {
|
|
964
964
|
/**
|
|
965
965
|
* Gets or sets the color to use the background of the buttons in the group when type is flat.
|
|
966
966
|
*/
|
|
@@ -974,7 +974,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
974
974
|
enumerable: true,
|
|
975
975
|
configurable: true
|
|
976
976
|
});
|
|
977
|
-
Object.defineProperty(
|
|
977
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemDisabledBackgroundColor", {
|
|
978
978
|
/**
|
|
979
979
|
* Gets or sets the disabled color to use the background of the buttons in the group when type is flat.
|
|
980
980
|
*/
|
|
@@ -988,7 +988,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
988
988
|
enumerable: true,
|
|
989
989
|
configurable: true
|
|
990
990
|
});
|
|
991
|
-
Object.defineProperty(
|
|
991
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemTextColor", {
|
|
992
992
|
/**
|
|
993
993
|
* Gets or sets the color to use the text of the buttons in the group when type is flat.
|
|
994
994
|
*/
|
|
@@ -1002,7 +1002,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1002
1002
|
enumerable: true,
|
|
1003
1003
|
configurable: true
|
|
1004
1004
|
});
|
|
1005
|
-
Object.defineProperty(
|
|
1005
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemDisabledTextColor", {
|
|
1006
1006
|
/**
|
|
1007
1007
|
* Gets or sets the disabled color to use the text of the buttons in the group when type is flat.
|
|
1008
1008
|
*/
|
|
@@ -1016,7 +1016,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1016
1016
|
enumerable: true,
|
|
1017
1017
|
configurable: true
|
|
1018
1018
|
});
|
|
1019
|
-
Object.defineProperty(
|
|
1019
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemHoverBackgroundColor", {
|
|
1020
1020
|
/**
|
|
1021
1021
|
* Gets or sets the color to use the hovered background of the buttons in the group when type is flat.
|
|
1022
1022
|
*/
|
|
@@ -1030,7 +1030,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1030
1030
|
enumerable: true,
|
|
1031
1031
|
configurable: true
|
|
1032
1032
|
});
|
|
1033
|
-
Object.defineProperty(
|
|
1033
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemBorderColor", {
|
|
1034
1034
|
/**
|
|
1035
1035
|
* Gets or sets the color to use the border of the buttons in the group when type is flat.
|
|
1036
1036
|
*/
|
|
@@ -1044,7 +1044,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1044
1044
|
enumerable: true,
|
|
1045
1045
|
configurable: true
|
|
1046
1046
|
});
|
|
1047
|
-
Object.defineProperty(
|
|
1047
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemDisabledBorderColor", {
|
|
1048
1048
|
/**
|
|
1049
1049
|
* Gets or sets the disabled color to use the border of the buttons in the group when type is flat.
|
|
1050
1050
|
*/
|
|
@@ -1058,7 +1058,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1058
1058
|
enumerable: true,
|
|
1059
1059
|
configurable: true
|
|
1060
1060
|
});
|
|
1061
|
-
Object.defineProperty(
|
|
1061
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemBorderWidth", {
|
|
1062
1062
|
/**
|
|
1063
1063
|
* Gets or sets the border width to use for the buttons in the group when type is flat.
|
|
1064
1064
|
*/
|
|
@@ -1072,7 +1072,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1072
1072
|
enumerable: true,
|
|
1073
1073
|
configurable: true
|
|
1074
1074
|
});
|
|
1075
|
-
Object.defineProperty(
|
|
1075
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemHoverTextColor", {
|
|
1076
1076
|
/**
|
|
1077
1077
|
* Gets or sets the color to use the hovered text of the buttons in the group when type is flat.
|
|
1078
1078
|
*/
|
|
@@ -1086,7 +1086,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1086
1086
|
enumerable: true,
|
|
1087
1087
|
configurable: true
|
|
1088
1088
|
});
|
|
1089
|
-
Object.defineProperty(
|
|
1089
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatSelectedItemBackgroundColor", {
|
|
1090
1090
|
/**
|
|
1091
1091
|
* Gets or sets the color to use the background of the buttons in the group that are selected when type is flat.
|
|
1092
1092
|
*/
|
|
@@ -1100,7 +1100,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1100
1100
|
enumerable: true,
|
|
1101
1101
|
configurable: true
|
|
1102
1102
|
});
|
|
1103
|
-
Object.defineProperty(
|
|
1103
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatSelectedItemTextColor", {
|
|
1104
1104
|
/**
|
|
1105
1105
|
* Gets or sets the color to use the text of the buttons in the group that are selected when type is flat.
|
|
1106
1106
|
*/
|
|
@@ -1114,7 +1114,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1114
1114
|
enumerable: true,
|
|
1115
1115
|
configurable: true
|
|
1116
1116
|
});
|
|
1117
|
-
Object.defineProperty(
|
|
1117
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatSelectedItemHoverBackgroundColor", {
|
|
1118
1118
|
/**
|
|
1119
1119
|
* Gets or sets the color to use the hovered background of the buttons in the group that are selected when type is flat.
|
|
1120
1120
|
*/
|
|
@@ -1128,7 +1128,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1128
1128
|
enumerable: true,
|
|
1129
1129
|
configurable: true
|
|
1130
1130
|
});
|
|
1131
|
-
Object.defineProperty(
|
|
1131
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatSelectedItemHoverTextColor", {
|
|
1132
1132
|
/**
|
|
1133
1133
|
* Gets or sets the color to use the hovered text of the buttons in the group that are selected when type is flat.
|
|
1134
1134
|
*/
|
|
@@ -1142,21 +1142,21 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1142
1142
|
enumerable: true,
|
|
1143
1143
|
configurable: true
|
|
1144
1144
|
});
|
|
1145
|
-
Object.defineProperty(
|
|
1145
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "orientation", {
|
|
1146
1146
|
/**
|
|
1147
1147
|
* Gets or sets the oreientation to use the button group when type is outlined.
|
|
1148
1148
|
*/
|
|
1149
1149
|
get: function () {
|
|
1150
|
-
return this.i.
|
|
1150
|
+
return this.i.k;
|
|
1151
1151
|
},
|
|
1152
1152
|
set: function (v) {
|
|
1153
|
-
this.i.
|
|
1154
|
-
this._a("orientation", enumToString(ButtonGroupOrientation_$type, this.i.
|
|
1153
|
+
this.i.k = ensureEnum(ButtonGroupOrientation_$type, v);
|
|
1154
|
+
this._a("orientation", enumToString(ButtonGroupOrientation_$type, this.i.k));
|
|
1155
1155
|
},
|
|
1156
1156
|
enumerable: true,
|
|
1157
1157
|
configurable: true
|
|
1158
1158
|
});
|
|
1159
|
-
Object.defineProperty(
|
|
1159
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "id", {
|
|
1160
1160
|
/**
|
|
1161
1161
|
* Gets or sets the id to use for the button group.
|
|
1162
1162
|
*/
|
|
@@ -1169,7 +1169,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1169
1169
|
enumerable: true,
|
|
1170
1170
|
configurable: true
|
|
1171
1171
|
});
|
|
1172
|
-
Object.defineProperty(
|
|
1172
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "disabled", {
|
|
1173
1173
|
/**
|
|
1174
1174
|
* Gets or sets whether the checkbox is disabled.
|
|
1175
1175
|
*/
|
|
@@ -1183,7 +1183,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1183
1183
|
enumerable: true,
|
|
1184
1184
|
configurable: true
|
|
1185
1185
|
});
|
|
1186
|
-
Object.defineProperty(
|
|
1186
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "isMultiSelect", {
|
|
1187
1187
|
/**
|
|
1188
1188
|
* Gets or sets whether the group supports multi-select.
|
|
1189
1189
|
*/
|
|
@@ -1197,25 +1197,25 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1197
1197
|
enumerable: true,
|
|
1198
1198
|
configurable: true
|
|
1199
1199
|
});
|
|
1200
|
-
|
|
1200
|
+
IgcXButtonGroupComponent.prototype.findByName = function (name) {
|
|
1201
1201
|
if (this.buttons != null && this.buttons.findByName && this.buttons.findByName(name)) {
|
|
1202
1202
|
return this.buttons.findByName(name);
|
|
1203
1203
|
}
|
|
1204
1204
|
return null;
|
|
1205
1205
|
};
|
|
1206
|
-
Object.defineProperty(
|
|
1206
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "hasUserValues", {
|
|
1207
1207
|
get: function () {
|
|
1208
1208
|
return this._hasUserValues;
|
|
1209
1209
|
},
|
|
1210
1210
|
enumerable: true,
|
|
1211
1211
|
configurable: true
|
|
1212
1212
|
});
|
|
1213
|
-
|
|
1213
|
+
IgcXButtonGroupComponent.prototype.__m = function (propertyName) {
|
|
1214
1214
|
if (!this._inStyling) {
|
|
1215
1215
|
this._hasUserValues.add(propertyName);
|
|
1216
1216
|
}
|
|
1217
1217
|
};
|
|
1218
|
-
|
|
1218
|
+
IgcXButtonGroupComponent.prototype._styling = function (container, component, parent) {
|
|
1219
1219
|
if (this._inStyling) {
|
|
1220
1220
|
return;
|
|
1221
1221
|
}
|
|
@@ -1227,7 +1227,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1227
1227
|
if (typeName.indexOf("Xam") === 0) {
|
|
1228
1228
|
typeName = typeName.substring(3);
|
|
1229
1229
|
}
|
|
1230
|
-
genericPrefix = toSpinal("
|
|
1230
|
+
genericPrefix = toSpinal("XButtonGroupComponent");
|
|
1231
1231
|
var additionalPrefixes = [];
|
|
1232
1232
|
var prefix = toSpinal(typeName);
|
|
1233
1233
|
additionalPrefixes.push(prefix + "-");
|
|
@@ -1260,17 +1260,17 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1260
1260
|
}
|
|
1261
1261
|
this._inStyling = false;
|
|
1262
1262
|
};
|
|
1263
|
-
|
|
1263
|
+
IgcXButtonGroupComponent.prototype.onDetachedFromUI = function () {
|
|
1264
1264
|
this.i.onDetachedFromUI();
|
|
1265
1265
|
};
|
|
1266
|
-
|
|
1266
|
+
IgcXButtonGroupComponent.prototype.onAttachedToUI = function () {
|
|
1267
1267
|
this.i.onAttachedToUI();
|
|
1268
1268
|
};
|
|
1269
1269
|
/**
|
|
1270
1270
|
* Exports visual information about the current state of the grid.
|
|
1271
1271
|
|
|
1272
1272
|
*/
|
|
1273
|
-
|
|
1273
|
+
IgcXButtonGroupComponent.prototype.exportVisualModel = function () {
|
|
1274
1274
|
var iv = this.i.a5();
|
|
1275
1275
|
return (iv);
|
|
1276
1276
|
};
|
|
@@ -1278,11 +1278,11 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1278
1278
|
* Returns a serialized copy of the exported visual model
|
|
1279
1279
|
|
|
1280
1280
|
*/
|
|
1281
|
-
|
|
1281
|
+
IgcXButtonGroupComponent.prototype.exportSerializedVisualModel = function () {
|
|
1282
1282
|
var iv = this.i.bq();
|
|
1283
1283
|
return (iv);
|
|
1284
1284
|
};
|
|
1285
|
-
Object.defineProperty(
|
|
1285
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "selectionChanged", {
|
|
1286
1286
|
get: function () {
|
|
1287
1287
|
return this._selectionChanged;
|
|
1288
1288
|
},
|
|
@@ -1309,10 +1309,9 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1309
1309
|
enumerable: true,
|
|
1310
1310
|
configurable: true
|
|
1311
1311
|
});
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
return
|
|
1312
|
+
IgcXButtonGroupComponent._observedAttributesIgcXButtonGroupComponent = null;
|
|
1313
|
+
IgcXButtonGroupComponent.htmlTagName = "igc-x-button-group";
|
|
1314
|
+
IgcXButtonGroupComponent._isElementRegistered = false;
|
|
1315
|
+
return IgcXButtonGroupComponent;
|
|
1316
1316
|
}(IgcHTMLElement));
|
|
1317
|
-
export {
|
|
1318
|
-
//# sourceMappingURL=igc-button-group-component.js.map
|
|
1317
|
+
export { IgcXButtonGroupComponent };
|