igniteui-webcomponents-inputs 1.3.1 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-inputs.umd.js +7356 -6830
- package/bundles/igniteui-webcomponents-inputs.umd.js.map +1 -1
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/bundles/igniteui-webcomponents-inputs.umd.min.js.map +1 -1
- package/esm2015/lib/ButtonGroupView_combined.js +138 -138
- package/esm2015/lib/ButtonGroupView_combined.js.map +1 -1
- package/esm2015/lib/ButtonView_combined.js +404 -404
- package/esm2015/lib/ButtonView_combined.js.map +1 -1
- package/esm2015/lib/CalendarView_combined.js +1898 -1666
- package/esm2015/lib/CalendarView_combined.js.map +1 -1
- package/esm2015/lib/CheckboxView_combined.js +83 -77
- package/esm2015/lib/CheckboxView_combined.js.map +1 -1
- package/esm2015/lib/DatePickerView_combined.js +403 -370
- package/esm2015/lib/DatePickerView_combined.js.map +1 -1
- package/esm2015/lib/DateTimeValueFormatter.js +42 -2
- package/esm2015/lib/DateTimeValueFormatter.js.map +1 -1
- package/esm2015/lib/IconClickedEventArgs.js +17 -0
- package/esm2015/lib/IconClickedEventArgs.js.map +1 -0
- package/esm2015/lib/IconView_combined.js +373 -324
- package/esm2015/lib/IconView_combined.js.map +1 -1
- package/esm2015/lib/IconVisualModelExport.js +27 -18
- package/esm2015/lib/IconVisualModelExport.js.map +1 -1
- package/esm2015/lib/InputGroupView_combined.js +1589 -1528
- package/esm2015/lib/InputGroupView_combined.js.map +1 -1
- package/esm2015/lib/RippleView_combined.js +11 -11
- package/esm2015/lib/RippleView_combined.js.map +1 -1
- package/esm2015/lib/{Button.js → XButton.js} +2 -2
- package/esm2015/lib/XButton.js.map +1 -0
- package/esm2015/lib/{ButtonGroup.js → XButtonGroup.js} +2 -2
- package/esm2015/lib/XButtonGroup.js.map +1 -0
- package/esm2015/lib/{ButtonGroupButtonCollection.js → XButtonGroupButtonCollection.js} +7 -7
- package/esm2015/lib/XButtonGroupButtonCollection.js.map +1 -0
- package/esm2015/lib/XCalendar.js +8 -0
- package/esm2015/lib/XCalendar.js.map +1 -0
- package/esm2015/lib/XCheckbox.js +8 -0
- package/esm2015/lib/XCheckbox.js.map +1 -0
- package/{esm5/lib/Icon.js → esm2015/lib/XIcon.js} +2 -2
- package/esm2015/lib/XIcon.js.map +1 -0
- package/esm2015/lib/XInput.js +8 -0
- package/esm2015/lib/XInput.js.map +1 -0
- package/esm2015/lib/XInputGroup.js +8 -0
- package/esm2015/lib/XInputGroup.js.map +1 -0
- package/esm2015/lib/XInputGroupInputCollection.js +8 -0
- package/esm2015/lib/XInputGroupInputCollection.js.map +1 -0
- package/esm2015/lib/XInputGroupItem.js +8 -0
- package/esm2015/lib/XInputGroupItem.js.map +1 -0
- package/esm2015/lib/XLabel.js +8 -0
- package/esm2015/lib/XLabel.js.map +1 -0
- package/esm2015/lib/{Calendar.js → XPrefix.js} +2 -2
- package/esm2015/lib/XPrefix.js.map +1 -0
- package/esm2015/lib/{Input.js → XRipple.js} +2 -2
- package/esm2015/lib/XRipple.js.map +1 -0
- package/esm2015/lib/{Checkbox.js → XSuffix.js} +2 -2
- package/esm2015/lib/XSuffix.js.map +1 -0
- package/esm2015/lib/igc-date-picker-component.js +48 -41
- package/esm2015/lib/igc-date-picker-component.js.map +1 -1
- package/esm2015/lib/igc-date-picker-module.js +8 -8
- package/esm2015/lib/igc-date-picker-module.js.map +1 -1
- package/esm2015/lib/{igc-button-component.js → igc-x-button-component.js} +19 -19
- package/esm2015/lib/igc-x-button-component.js.map +1 -0
- package/esm2015/lib/{igc-button-group-button-collection.js → igc-x-button-group-button-collection.js} +10 -10
- package/esm2015/lib/igc-x-button-group-button-collection.js.map +1 -0
- package/esm2015/lib/{igc-button-group-component.js → igc-x-button-group-component.js} +28 -24
- package/esm2015/lib/{igc-button-group-component.js.map → igc-x-button-group-component.js.map} +1 -1
- package/esm2015/lib/{igc-button-group-module.js → igc-x-button-group-module.js} +10 -10
- package/esm2015/lib/igc-x-button-group-module.js.map +1 -0
- package/esm2015/lib/{igc-button-module.js → igc-x-button-module.js} +10 -10
- package/esm2015/lib/igc-x-button-module.js.map +1 -0
- package/esm2015/lib/{igc-calendar-component.js → igc-x-calendar-component.js} +81 -81
- package/esm2015/lib/igc-x-calendar-component.js.map +1 -0
- package/esm2015/lib/igc-x-calendar-module.js +22 -0
- package/esm2015/lib/igc-x-calendar-module.js.map +1 -0
- package/esm2015/lib/{igc-checkbox-component.js → igc-x-checkbox-component.js} +19 -19
- package/esm2015/lib/igc-x-checkbox-component.js.map +1 -0
- package/esm2015/lib/{igc-checkbox-module.js → igc-x-checkbox-module.js} +10 -10
- package/esm2015/lib/igc-x-checkbox-module.js.map +1 -0
- package/esm2015/lib/{igc-icon-component.js → igc-x-icon-component.js} +84 -77
- package/esm2015/lib/igc-x-icon-component.js.map +1 -0
- package/esm2015/lib/{igc-input-module.js → igc-x-icon-module.js} +8 -8
- package/esm2015/lib/igc-x-icon-module.js.map +1 -0
- package/esm2015/lib/{igc-input-component.js → igc-x-input-component.js} +72 -67
- package/esm2015/lib/igc-x-input-component.js.map +1 -0
- package/esm2015/lib/{igc-input-group-component.js → igc-x-input-group-component.js} +367 -366
- package/esm2015/lib/igc-x-input-group-component.js.map +1 -0
- package/esm2015/lib/{igc-input-group-input-collection.js → igc-x-input-group-input-collection.js} +10 -10
- package/esm2015/lib/igc-x-input-group-input-collection.js.map +1 -0
- package/esm2015/lib/{igc-input-group-item-component.js → igc-x-input-group-item-component.js} +10 -10
- package/esm2015/lib/igc-x-input-group-item-component.js.map +1 -0
- package/esm2015/lib/igc-x-input-group-module.js +24 -0
- package/esm2015/lib/igc-x-input-group-module.js.map +1 -0
- package/esm2015/lib/{igc-prefix-module.js → igc-x-input-module.js} +8 -8
- package/esm2015/lib/igc-x-input-module.js.map +1 -0
- package/esm2015/lib/{igc-label-component.js → igc-x-label-component.js} +68 -56
- package/esm2015/lib/igc-x-label-component.js.map +1 -0
- package/esm2015/lib/{igc-icon-module.js → igc-x-label-module.js} +8 -8
- package/esm2015/lib/igc-x-label-module.js.map +1 -0
- package/esm2015/lib/{igc-prefix-component.js → igc-x-prefix-component.js} +19 -19
- package/esm2015/lib/igc-x-prefix-component.js.map +1 -0
- package/esm2015/lib/{igc-label-module.js → igc-x-prefix-module.js} +8 -8
- package/esm2015/lib/igc-x-prefix-module.js.map +1 -0
- package/esm2015/lib/{igc-ripple-component.js → igc-x-ripple-component.js} +19 -19
- package/esm2015/lib/igc-x-ripple-component.js.map +1 -0
- package/esm2015/lib/{igc-ripple-module.js → igc-x-ripple-module.js} +8 -8
- package/esm2015/lib/igc-x-ripple-module.js.map +1 -0
- package/esm2015/lib/{igc-suffix-component.js → igc-x-suffix-component.js} +19 -19
- package/esm2015/lib/igc-x-suffix-component.js.map +1 -0
- package/esm2015/public_api.js +39 -38
- package/esm2015/public_api.js.map +1 -1
- package/esm5/lib/ButtonGroupView_combined.js +233 -233
- package/esm5/lib/ButtonGroupView_combined.js.map +1 -1
- package/esm5/lib/ButtonView_combined.js +579 -579
- package/esm5/lib/ButtonView_combined.js.map +1 -1
- package/esm5/lib/CalendarView_combined.js +1922 -1690
- package/esm5/lib/CalendarView_combined.js.map +1 -1
- package/esm5/lib/CheckboxView_combined.js +140 -134
- package/esm5/lib/CheckboxView_combined.js.map +1 -1
- package/esm5/lib/DatePickerView_combined.js +397 -356
- package/esm5/lib/DatePickerView_combined.js.map +1 -1
- package/esm5/lib/DateTimeValueFormatter.js +42 -2
- package/esm5/lib/DateTimeValueFormatter.js.map +1 -1
- package/esm5/lib/IconClickedEventArgs.js +21 -0
- package/esm5/lib/IconClickedEventArgs.js.map +1 -0
- package/esm5/lib/IconView_combined.js +371 -318
- package/esm5/lib/IconView_combined.js.map +1 -1
- package/esm5/lib/IconVisualModelExport.js +27 -18
- package/esm5/lib/IconVisualModelExport.js.map +1 -1
- package/esm5/lib/InputGroupView_combined.js +1767 -1697
- package/esm5/lib/InputGroupView_combined.js.map +1 -1
- package/esm5/lib/RippleView_combined.js +40 -40
- package/esm5/lib/RippleView_combined.js.map +1 -1
- package/{esm2015/lib/Label.js → esm5/lib/XButton.js} +2 -2
- package/esm5/lib/XButton.js.map +1 -0
- package/esm5/lib/XButtonGroup.js +8 -0
- package/esm5/lib/XButtonGroup.js.map +1 -0
- package/esm5/lib/{ButtonGroupButtonCollection.js → XButtonGroupButtonCollection.js} +10 -10
- package/esm5/lib/XButtonGroupButtonCollection.js.map +1 -0
- package/esm5/lib/XCalendar.js +8 -0
- package/esm5/lib/XCalendar.js.map +1 -0
- package/esm5/lib/XCheckbox.js +8 -0
- package/esm5/lib/XCheckbox.js.map +1 -0
- package/{esm2015/lib/Icon.js → esm5/lib/XIcon.js} +2 -2
- package/esm5/lib/XIcon.js.map +1 -0
- package/esm5/lib/XInput.js +8 -0
- package/esm5/lib/XInput.js.map +1 -0
- package/esm5/lib/XInputGroup.js +8 -0
- package/esm5/lib/XInputGroup.js.map +1 -0
- package/esm5/lib/XInputGroupInputCollection.js +8 -0
- package/esm5/lib/XInputGroupInputCollection.js.map +1 -0
- package/esm5/lib/XInputGroupItem.js +8 -0
- package/esm5/lib/XInputGroupItem.js.map +1 -0
- package/esm5/lib/XLabel.js +8 -0
- package/esm5/lib/XLabel.js.map +1 -0
- package/esm5/lib/XPrefix.js +8 -0
- package/esm5/lib/XPrefix.js.map +1 -0
- package/esm5/lib/XRipple.js +8 -0
- package/esm5/lib/XRipple.js.map +1 -0
- package/esm5/lib/XSuffix.js +8 -0
- package/esm5/lib/XSuffix.js.map +1 -0
- package/esm5/lib/igc-date-picker-component.js +52 -41
- package/esm5/lib/igc-date-picker-component.js.map +1 -1
- package/esm5/lib/igc-date-picker-module.js +8 -8
- package/esm5/lib/igc-date-picker-module.js.map +1 -1
- package/esm5/lib/{igc-button-component.js → igc-x-button-component.js} +225 -225
- package/esm5/lib/igc-x-button-component.js.map +1 -0
- package/esm5/lib/{igc-button-group-button-collection.js → igc-x-button-group-button-collection.js} +15 -15
- package/esm5/lib/igc-x-button-group-button-collection.js.map +1 -0
- package/esm5/lib/{igc-button-group-component.js → igc-x-button-group-component.js} +121 -117
- package/esm5/lib/igc-x-button-group-component.js.map +1 -0
- package/esm5/lib/igc-x-button-group-module.js +26 -0
- package/esm5/lib/igc-x-button-group-module.js.map +1 -0
- package/esm5/lib/igc-x-button-module.js +26 -0
- package/esm5/lib/igc-x-button-module.js.map +1 -0
- package/esm5/lib/{igc-calendar-component.js → igc-x-calendar-component.js} +126 -126
- package/esm5/lib/igc-x-calendar-component.js.map +1 -0
- package/esm5/lib/igc-x-calendar-module.js +26 -0
- package/esm5/lib/igc-x-calendar-module.js.map +1 -0
- package/esm5/lib/{igc-checkbox-component.js → igc-x-checkbox-component.js} +78 -78
- package/esm5/lib/igc-x-checkbox-component.js.map +1 -0
- package/esm5/lib/igc-x-checkbox-module.js +26 -0
- package/esm5/lib/igc-x-checkbox-module.js.map +1 -0
- package/esm5/lib/{igc-icon-component.js → igc-x-icon-component.js} +135 -124
- package/esm5/lib/igc-x-icon-component.js.map +1 -0
- package/esm5/lib/{igc-label-module.js → igc-x-icon-module.js} +12 -12
- package/esm5/lib/igc-x-icon-module.js.map +1 -0
- package/esm5/lib/{igc-input-component.js → igc-x-input-component.js} +124 -110
- package/esm5/lib/igc-x-input-component.js.map +1 -0
- package/esm5/lib/{igc-input-group-component.js → igc-x-input-group-component.js} +567 -566
- package/esm5/lib/igc-x-input-group-component.js.map +1 -0
- package/esm5/lib/igc-x-input-group-input-collection.js +54 -0
- package/esm5/lib/igc-x-input-group-input-collection.js.map +1 -0
- package/esm5/lib/{igc-input-group-item-component.js → igc-x-input-group-item-component.js} +27 -27
- package/esm5/lib/igc-x-input-group-item-component.js.map +1 -0
- package/esm5/lib/igc-x-input-group-module.js +28 -0
- package/esm5/lib/igc-x-input-group-module.js.map +1 -0
- package/esm5/lib/{igc-prefix-module.js → igc-x-input-module.js} +12 -12
- package/esm5/lib/igc-x-input-module.js.map +1 -0
- package/esm5/lib/{igc-label-component.js → igc-x-label-component.js} +117 -101
- package/esm5/lib/igc-x-label-component.js.map +1 -0
- package/esm5/lib/{igc-icon-module.js → igc-x-label-module.js} +12 -12
- package/esm5/lib/igc-x-label-module.js.map +1 -0
- package/esm5/lib/{igc-prefix-component.js → igc-x-prefix-component.js} +40 -40
- package/esm5/lib/igc-x-prefix-component.js.map +1 -0
- package/esm5/lib/{igc-input-module.js → igc-x-prefix-module.js} +12 -12
- package/esm5/lib/igc-x-prefix-module.js.map +1 -0
- package/esm5/lib/{igc-ripple-component.js → igc-x-ripple-component.js} +57 -57
- package/esm5/lib/igc-x-ripple-component.js.map +1 -0
- package/esm5/lib/igc-x-ripple-module.js +22 -0
- package/esm5/lib/igc-x-ripple-module.js.map +1 -0
- package/esm5/lib/{igc-suffix-component.js → igc-x-suffix-component.js} +40 -40
- package/esm5/lib/igc-x-suffix-component.js.map +1 -0
- package/esm5/public_api.js +39 -38
- package/esm5/public_api.js.map +1 -1
- package/fesm2015/igniteui-webcomponents-inputs.js +5899 -5418
- package/fesm2015/igniteui-webcomponents-inputs.js.map +1 -1
- package/fesm5/igniteui-webcomponents-inputs.js +7319 -6794
- package/fesm5/igniteui-webcomponents-inputs.js.map +1 -1
- package/lib/ButtonGroupView_combined.d.ts +8 -8
- package/lib/ButtonView_combined.d.ts +2 -2
- package/lib/CalendarView_combined.d.ts +153 -136
- package/lib/CheckboxView_combined.d.ts +4 -4
- package/lib/DatePickerView_combined.d.ts +79 -77
- package/lib/DateTimeValueFormatter.d.ts +3 -2
- package/lib/IconClickedEventArgs.d.ts +7 -0
- package/lib/IconView_combined.d.ts +82 -74
- package/lib/IconVisualModelExport.d.ts +10 -6
- package/lib/InputGroupView_combined.d.ts +360 -353
- package/lib/RippleView_combined.d.ts +2 -2
- 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/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 +1 -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} +7 -7
- 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 +39 -38
- package/esm2015/lib/Button.js.map +0 -1
- package/esm2015/lib/ButtonGroup.js.map +0 -1
- package/esm2015/lib/ButtonGroupButtonCollection.js.map +0 -1
- package/esm2015/lib/Calendar.js.map +0 -1
- package/esm2015/lib/Checkbox.js.map +0 -1
- package/esm2015/lib/Icon.js.map +0 -1
- package/esm2015/lib/Input.js.map +0 -1
- package/esm2015/lib/InputGroup.js +0 -8
- package/esm2015/lib/InputGroup.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/Label.js.map +0 -1
- package/esm2015/lib/Prefix.js +0 -8
- package/esm2015/lib/Prefix.js.map +0 -1
- package/esm2015/lib/Ripple.js +0 -8
- package/esm2015/lib/Ripple.js.map +0 -1
- package/esm2015/lib/Suffix.js +0 -8
- package/esm2015/lib/Suffix.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-module.js.map +0 -1
- 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-module.js +0 -22
- package/esm2015/lib/igc-calendar-module.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-icon-component.js.map +0 -1
- package/esm2015/lib/igc-icon-module.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-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/esm5/lib/Button.js +0 -8
- package/esm5/lib/Button.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/Calendar.js +0 -8
- package/esm5/lib/Calendar.js.map +0 -1
- package/esm5/lib/Checkbox.js +0 -8
- package/esm5/lib/Checkbox.js.map +0 -1
- package/esm5/lib/Icon.js.map +0 -1
- package/esm5/lib/Input.js +0 -8
- package/esm5/lib/Input.js.map +0 -1
- package/esm5/lib/InputGroup.js +0 -8
- package/esm5/lib/InputGroup.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/Label.js +0 -8
- package/esm5/lib/Label.js.map +0 -1
- package/esm5/lib/Prefix.js +0 -8
- package/esm5/lib/Prefix.js.map +0 -1
- package/esm5/lib/Ripple.js +0 -8
- package/esm5/lib/Ripple.js.map +0 -1
- package/esm5/lib/Suffix.js +0 -8
- package/esm5/lib/Suffix.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-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-module.js +0 -26
- package/esm5/lib/igc-calendar-module.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-icon-component.js.map +0 -1
- package/esm5/lib/igc-icon-module.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 +0 -54
- 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-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/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-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
|
@@ -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,13 +279,13 @@ 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
|
*/
|
|
@@ -299,7 +299,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
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
|
*/
|
|
@@ -313,7 +313,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
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
|
*/
|
|
@@ -327,7 +327,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
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
|
*/
|
|
@@ -341,7 +341,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
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
|
*/
|
|
@@ -349,12 +349,16 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
349
349
|
return this.i.d;
|
|
350
350
|
},
|
|
351
351
|
set: function (v) {
|
|
352
|
+
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
353
|
+
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
354
|
+
v = v.split(re);
|
|
355
|
+
}
|
|
352
356
|
this.i.d = v;
|
|
353
357
|
},
|
|
354
358
|
enumerable: true,
|
|
355
359
|
configurable: true
|
|
356
360
|
});
|
|
357
|
-
Object.defineProperty(
|
|
361
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemCornerRadius", {
|
|
358
362
|
/**
|
|
359
363
|
* Gets the actual item corner radius for the appropriate corners.
|
|
360
364
|
*/
|
|
@@ -368,7 +372,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
368
372
|
enumerable: true,
|
|
369
373
|
configurable: true
|
|
370
374
|
});
|
|
371
|
-
Object.defineProperty(
|
|
375
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemBackgroundColor", {
|
|
372
376
|
/**
|
|
373
377
|
* Gets the actual item background color.
|
|
374
378
|
*/
|
|
@@ -382,7 +386,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
382
386
|
enumerable: true,
|
|
383
387
|
configurable: true
|
|
384
388
|
});
|
|
385
|
-
Object.defineProperty(
|
|
389
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemDisabledBackgroundColor", {
|
|
386
390
|
/**
|
|
387
391
|
* Gets the actual item background color.
|
|
388
392
|
*/
|
|
@@ -396,7 +400,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
396
400
|
enumerable: true,
|
|
397
401
|
configurable: true
|
|
398
402
|
});
|
|
399
|
-
Object.defineProperty(
|
|
403
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemTextColor", {
|
|
400
404
|
/**
|
|
401
405
|
* Gets the actual item text color.
|
|
402
406
|
*/
|
|
@@ -410,7 +414,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
410
414
|
enumerable: true,
|
|
411
415
|
configurable: true
|
|
412
416
|
});
|
|
413
|
-
Object.defineProperty(
|
|
417
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemDisabledTextColor", {
|
|
414
418
|
/**
|
|
415
419
|
* Gets the actual item text color.
|
|
416
420
|
*/
|
|
@@ -424,7 +428,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
424
428
|
enumerable: true,
|
|
425
429
|
configurable: true
|
|
426
430
|
});
|
|
427
|
-
Object.defineProperty(
|
|
431
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemBorderColor", {
|
|
428
432
|
/**
|
|
429
433
|
* Gets the actual item border color.
|
|
430
434
|
*/
|
|
@@ -438,7 +442,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
438
442
|
enumerable: true,
|
|
439
443
|
configurable: true
|
|
440
444
|
});
|
|
441
|
-
Object.defineProperty(
|
|
445
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemDisabledBorderColor", {
|
|
442
446
|
/**
|
|
443
447
|
* Gets the actual item border color.
|
|
444
448
|
*/
|
|
@@ -452,7 +456,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
452
456
|
enumerable: true,
|
|
453
457
|
configurable: true
|
|
454
458
|
});
|
|
455
|
-
Object.defineProperty(
|
|
459
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemBorderWidth", {
|
|
456
460
|
/**
|
|
457
461
|
* Gets the actual item border width.
|
|
458
462
|
*/
|
|
@@ -466,7 +470,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
466
470
|
enumerable: true,
|
|
467
471
|
configurable: true
|
|
468
472
|
});
|
|
469
|
-
Object.defineProperty(
|
|
473
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualSelectedItemBackgroundColor", {
|
|
470
474
|
/**
|
|
471
475
|
* Gets the actual selected item background color.
|
|
472
476
|
*/
|
|
@@ -480,7 +484,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
480
484
|
enumerable: true,
|
|
481
485
|
configurable: true
|
|
482
486
|
});
|
|
483
|
-
Object.defineProperty(
|
|
487
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualSelectedItemTextColor", {
|
|
484
488
|
/**
|
|
485
489
|
* Gets the stroke actual selected item text color.
|
|
486
490
|
*/
|
|
@@ -494,7 +498,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
494
498
|
enumerable: true,
|
|
495
499
|
configurable: true
|
|
496
500
|
});
|
|
497
|
-
Object.defineProperty(
|
|
501
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemHoverBackgroundColor", {
|
|
498
502
|
/**
|
|
499
503
|
* Gets the actual item hovered background color.
|
|
500
504
|
*/
|
|
@@ -508,7 +512,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
508
512
|
enumerable: true,
|
|
509
513
|
configurable: true
|
|
510
514
|
});
|
|
511
|
-
Object.defineProperty(
|
|
515
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualItemHoverTextColor", {
|
|
512
516
|
/**
|
|
513
517
|
* Gets the actual item text color.
|
|
514
518
|
*/
|
|
@@ -522,7 +526,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
522
526
|
enumerable: true,
|
|
523
527
|
configurable: true
|
|
524
528
|
});
|
|
525
|
-
Object.defineProperty(
|
|
529
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualSelectedItemHoverBackgroundColor", {
|
|
526
530
|
/**
|
|
527
531
|
* Gets the actual selected item hovered background color.
|
|
528
532
|
*/
|
|
@@ -536,7 +540,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
536
540
|
enumerable: true,
|
|
537
541
|
configurable: true
|
|
538
542
|
});
|
|
539
|
-
Object.defineProperty(
|
|
543
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "actualSelectedItemHoverTextColor", {
|
|
540
544
|
/**
|
|
541
545
|
* Gets the actual selected item hovered text color.
|
|
542
546
|
*/
|
|
@@ -550,7 +554,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
550
554
|
enumerable: true,
|
|
551
555
|
configurable: true
|
|
552
556
|
});
|
|
553
|
-
Object.defineProperty(
|
|
557
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemCornerRadius", {
|
|
554
558
|
/**
|
|
555
559
|
* Gets or sets the corner radius to use for the appropriate corners for the item buttons.
|
|
556
560
|
*/
|
|
@@ -564,7 +568,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
564
568
|
enumerable: true,
|
|
565
569
|
configurable: true
|
|
566
570
|
});
|
|
567
|
-
Object.defineProperty(
|
|
571
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemBackgroundColor", {
|
|
568
572
|
/**
|
|
569
573
|
* Gets or sets the color to use the background of the buttons in the group.
|
|
570
574
|
*/
|
|
@@ -578,7 +582,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
578
582
|
enumerable: true,
|
|
579
583
|
configurable: true
|
|
580
584
|
});
|
|
581
|
-
Object.defineProperty(
|
|
585
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemDisabledBackgroundColor", {
|
|
582
586
|
/**
|
|
583
587
|
* Gets or sets the disabled color to use the background of the buttons in the group.
|
|
584
588
|
*/
|
|
@@ -592,7 +596,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
592
596
|
enumerable: true,
|
|
593
597
|
configurable: true
|
|
594
598
|
});
|
|
595
|
-
Object.defineProperty(
|
|
599
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemTextColor", {
|
|
596
600
|
/**
|
|
597
601
|
* Gets or sets the color to use the text of the buttons in the group.
|
|
598
602
|
*/
|
|
@@ -606,7 +610,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
606
610
|
enumerable: true,
|
|
607
611
|
configurable: true
|
|
608
612
|
});
|
|
609
|
-
Object.defineProperty(
|
|
613
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemDisabledTextColor", {
|
|
610
614
|
/**
|
|
611
615
|
* Gets or sets the disabled color to use the text of the buttons in the group.
|
|
612
616
|
*/
|
|
@@ -620,7 +624,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
620
624
|
enumerable: true,
|
|
621
625
|
configurable: true
|
|
622
626
|
});
|
|
623
|
-
Object.defineProperty(
|
|
627
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemHoverBackgroundColor", {
|
|
624
628
|
/**
|
|
625
629
|
* Gets or sets the color to use the hovered background of the buttons in the group.
|
|
626
630
|
*/
|
|
@@ -634,7 +638,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
634
638
|
enumerable: true,
|
|
635
639
|
configurable: true
|
|
636
640
|
});
|
|
637
|
-
Object.defineProperty(
|
|
641
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemBorderColor", {
|
|
638
642
|
/**
|
|
639
643
|
* Gets or sets the color to use the border of the buttons in the group.
|
|
640
644
|
*/
|
|
@@ -648,7 +652,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
648
652
|
enumerable: true,
|
|
649
653
|
configurable: true
|
|
650
654
|
});
|
|
651
|
-
Object.defineProperty(
|
|
655
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemDisabledBorderColor", {
|
|
652
656
|
/**
|
|
653
657
|
* Gets or sets the disabled color to use the border of the buttons in the group.
|
|
654
658
|
*/
|
|
@@ -662,7 +666,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
662
666
|
enumerable: true,
|
|
663
667
|
configurable: true
|
|
664
668
|
});
|
|
665
|
-
Object.defineProperty(
|
|
669
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemBorderWidth", {
|
|
666
670
|
/**
|
|
667
671
|
* Gets or sets the border width to use for the buttons in the group.
|
|
668
672
|
*/
|
|
@@ -676,7 +680,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
676
680
|
enumerable: true,
|
|
677
681
|
configurable: true
|
|
678
682
|
});
|
|
679
|
-
Object.defineProperty(
|
|
683
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "itemHoverTextColor", {
|
|
680
684
|
/**
|
|
681
685
|
* Gets or sets the color to use the hovered text of the buttons in the group.
|
|
682
686
|
*/
|
|
@@ -690,7 +694,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
690
694
|
enumerable: true,
|
|
691
695
|
configurable: true
|
|
692
696
|
});
|
|
693
|
-
Object.defineProperty(
|
|
697
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "selectedItemBackgroundColor", {
|
|
694
698
|
/**
|
|
695
699
|
* Gets or sets the color to use the background of the buttons in the group that are selected.
|
|
696
700
|
*/
|
|
@@ -704,7 +708,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
704
708
|
enumerable: true,
|
|
705
709
|
configurable: true
|
|
706
710
|
});
|
|
707
|
-
Object.defineProperty(
|
|
711
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "selectedItemTextColor", {
|
|
708
712
|
/**
|
|
709
713
|
* Gets or sets the color to use the text of the buttons in the group that are selected.
|
|
710
714
|
*/
|
|
@@ -718,7 +722,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
718
722
|
enumerable: true,
|
|
719
723
|
configurable: true
|
|
720
724
|
});
|
|
721
|
-
Object.defineProperty(
|
|
725
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "selectedItemHoverBackgroundColor", {
|
|
722
726
|
/**
|
|
723
727
|
* Gets or sets the color to use the hovered background of the buttons in the group that are selected.
|
|
724
728
|
*/
|
|
@@ -732,7 +736,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
732
736
|
enumerable: true,
|
|
733
737
|
configurable: true
|
|
734
738
|
});
|
|
735
|
-
Object.defineProperty(
|
|
739
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "selectedItemHoverTextColor", {
|
|
736
740
|
/**
|
|
737
741
|
* Gets or sets the color to use the hovered text of the buttons in the group that are selected.
|
|
738
742
|
*/
|
|
@@ -746,7 +750,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
746
750
|
enumerable: true,
|
|
747
751
|
configurable: true
|
|
748
752
|
});
|
|
749
|
-
Object.defineProperty(
|
|
753
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemCornerRadius", {
|
|
750
754
|
/**
|
|
751
755
|
* Gets or sets the corner radius to use for the appropriate corners for the outlined type item buttons.
|
|
752
756
|
*/
|
|
@@ -760,7 +764,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
760
764
|
enumerable: true,
|
|
761
765
|
configurable: true
|
|
762
766
|
});
|
|
763
|
-
Object.defineProperty(
|
|
767
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemBackgroundColor", {
|
|
764
768
|
/**
|
|
765
769
|
* Gets or sets the color to use the background of the buttons in the group when type is outlined.
|
|
766
770
|
*/
|
|
@@ -774,7 +778,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
774
778
|
enumerable: true,
|
|
775
779
|
configurable: true
|
|
776
780
|
});
|
|
777
|
-
Object.defineProperty(
|
|
781
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemDisabledBackgroundColor", {
|
|
778
782
|
/**
|
|
779
783
|
* Gets or sets the disabled color to use the background of the buttons in the group when type is outlined.
|
|
780
784
|
*/
|
|
@@ -788,7 +792,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
788
792
|
enumerable: true,
|
|
789
793
|
configurable: true
|
|
790
794
|
});
|
|
791
|
-
Object.defineProperty(
|
|
795
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemTextColor", {
|
|
792
796
|
/**
|
|
793
797
|
* Gets or sets the color to use the text of the buttons in the group when type is outlined.
|
|
794
798
|
*/
|
|
@@ -802,7 +806,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
802
806
|
enumerable: true,
|
|
803
807
|
configurable: true
|
|
804
808
|
});
|
|
805
|
-
Object.defineProperty(
|
|
809
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemDisabledTextColor", {
|
|
806
810
|
/**
|
|
807
811
|
* Gets or sets the disabled color to use the text of the buttons in the group when type is outlined.
|
|
808
812
|
*/
|
|
@@ -816,7 +820,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
816
820
|
enumerable: true,
|
|
817
821
|
configurable: true
|
|
818
822
|
});
|
|
819
|
-
Object.defineProperty(
|
|
823
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemHoverBackgroundColor", {
|
|
820
824
|
/**
|
|
821
825
|
* Gets or sets the color to use the hovered background of the buttons in the group when type is outlined.
|
|
822
826
|
*/
|
|
@@ -830,7 +834,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
830
834
|
enumerable: true,
|
|
831
835
|
configurable: true
|
|
832
836
|
});
|
|
833
|
-
Object.defineProperty(
|
|
837
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemBorderColor", {
|
|
834
838
|
/**
|
|
835
839
|
* Gets or sets the color to use the border of the buttons in the group when type is outlined.
|
|
836
840
|
*/
|
|
@@ -844,7 +848,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
844
848
|
enumerable: true,
|
|
845
849
|
configurable: true
|
|
846
850
|
});
|
|
847
|
-
Object.defineProperty(
|
|
851
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemDisabledBorderColor", {
|
|
848
852
|
/**
|
|
849
853
|
* Gets or sets the disabled color to use the border of the buttons in the group when type is outlined.
|
|
850
854
|
*/
|
|
@@ -858,7 +862,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
858
862
|
enumerable: true,
|
|
859
863
|
configurable: true
|
|
860
864
|
});
|
|
861
|
-
Object.defineProperty(
|
|
865
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemBorderWidth", {
|
|
862
866
|
/**
|
|
863
867
|
* Gets or sets the border width to use for the buttons in the group when type is outlined.
|
|
864
868
|
*/
|
|
@@ -872,7 +876,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
872
876
|
enumerable: true,
|
|
873
877
|
configurable: true
|
|
874
878
|
});
|
|
875
|
-
Object.defineProperty(
|
|
879
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedItemHoverTextColor", {
|
|
876
880
|
/**
|
|
877
881
|
* Gets or sets the color to use the hovered text of the buttons in the group when type is outlined.
|
|
878
882
|
*/
|
|
@@ -886,7 +890,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
886
890
|
enumerable: true,
|
|
887
891
|
configurable: true
|
|
888
892
|
});
|
|
889
|
-
Object.defineProperty(
|
|
893
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedSelectedItemBackgroundColor", {
|
|
890
894
|
/**
|
|
891
895
|
* Gets or sets the color to use the background of the buttons in the group that are selected when type is outlined.
|
|
892
896
|
*/
|
|
@@ -900,7 +904,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
900
904
|
enumerable: true,
|
|
901
905
|
configurable: true
|
|
902
906
|
});
|
|
903
|
-
Object.defineProperty(
|
|
907
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedSelectedItemTextColor", {
|
|
904
908
|
/**
|
|
905
909
|
* Gets or sets the color to use the text of the buttons in the group that are selected when type is outlined.
|
|
906
910
|
*/
|
|
@@ -914,7 +918,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
914
918
|
enumerable: true,
|
|
915
919
|
configurable: true
|
|
916
920
|
});
|
|
917
|
-
Object.defineProperty(
|
|
921
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedSelectedItemHoverBackgroundColor", {
|
|
918
922
|
/**
|
|
919
923
|
* Gets or sets the color to use the hovered background of the buttons in the group that are selected when type is outlined.
|
|
920
924
|
*/
|
|
@@ -928,7 +932,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
928
932
|
enumerable: true,
|
|
929
933
|
configurable: true
|
|
930
934
|
});
|
|
931
|
-
Object.defineProperty(
|
|
935
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "outlinedSelectedItemHoverTextColor", {
|
|
932
936
|
/**
|
|
933
937
|
* Gets or sets the color to use the hovered text of the buttons in the group that are selected when type is outlined.
|
|
934
938
|
*/
|
|
@@ -942,7 +946,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
942
946
|
enumerable: true,
|
|
943
947
|
configurable: true
|
|
944
948
|
});
|
|
945
|
-
Object.defineProperty(
|
|
949
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemCornerRadius", {
|
|
946
950
|
/**
|
|
947
951
|
* Gets or sets the corner radius to use for the appropriate corners for the flat type item buttons.
|
|
948
952
|
*/
|
|
@@ -956,7 +960,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
956
960
|
enumerable: true,
|
|
957
961
|
configurable: true
|
|
958
962
|
});
|
|
959
|
-
Object.defineProperty(
|
|
963
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemBackgroundColor", {
|
|
960
964
|
/**
|
|
961
965
|
* Gets or sets the color to use the background of the buttons in the group when type is flat.
|
|
962
966
|
*/
|
|
@@ -970,7 +974,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
970
974
|
enumerable: true,
|
|
971
975
|
configurable: true
|
|
972
976
|
});
|
|
973
|
-
Object.defineProperty(
|
|
977
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemDisabledBackgroundColor", {
|
|
974
978
|
/**
|
|
975
979
|
* Gets or sets the disabled color to use the background of the buttons in the group when type is flat.
|
|
976
980
|
*/
|
|
@@ -984,7 +988,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
984
988
|
enumerable: true,
|
|
985
989
|
configurable: true
|
|
986
990
|
});
|
|
987
|
-
Object.defineProperty(
|
|
991
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemTextColor", {
|
|
988
992
|
/**
|
|
989
993
|
* Gets or sets the color to use the text of the buttons in the group when type is flat.
|
|
990
994
|
*/
|
|
@@ -998,7 +1002,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
998
1002
|
enumerable: true,
|
|
999
1003
|
configurable: true
|
|
1000
1004
|
});
|
|
1001
|
-
Object.defineProperty(
|
|
1005
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemDisabledTextColor", {
|
|
1002
1006
|
/**
|
|
1003
1007
|
* Gets or sets the disabled color to use the text of the buttons in the group when type is flat.
|
|
1004
1008
|
*/
|
|
@@ -1012,7 +1016,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1012
1016
|
enumerable: true,
|
|
1013
1017
|
configurable: true
|
|
1014
1018
|
});
|
|
1015
|
-
Object.defineProperty(
|
|
1019
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemHoverBackgroundColor", {
|
|
1016
1020
|
/**
|
|
1017
1021
|
* Gets or sets the color to use the hovered background of the buttons in the group when type is flat.
|
|
1018
1022
|
*/
|
|
@@ -1026,7 +1030,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1026
1030
|
enumerable: true,
|
|
1027
1031
|
configurable: true
|
|
1028
1032
|
});
|
|
1029
|
-
Object.defineProperty(
|
|
1033
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemBorderColor", {
|
|
1030
1034
|
/**
|
|
1031
1035
|
* Gets or sets the color to use the border of the buttons in the group when type is flat.
|
|
1032
1036
|
*/
|
|
@@ -1040,7 +1044,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1040
1044
|
enumerable: true,
|
|
1041
1045
|
configurable: true
|
|
1042
1046
|
});
|
|
1043
|
-
Object.defineProperty(
|
|
1047
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemDisabledBorderColor", {
|
|
1044
1048
|
/**
|
|
1045
1049
|
* Gets or sets the disabled color to use the border of the buttons in the group when type is flat.
|
|
1046
1050
|
*/
|
|
@@ -1054,7 +1058,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1054
1058
|
enumerable: true,
|
|
1055
1059
|
configurable: true
|
|
1056
1060
|
});
|
|
1057
|
-
Object.defineProperty(
|
|
1061
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemBorderWidth", {
|
|
1058
1062
|
/**
|
|
1059
1063
|
* Gets or sets the border width to use for the buttons in the group when type is flat.
|
|
1060
1064
|
*/
|
|
@@ -1068,7 +1072,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1068
1072
|
enumerable: true,
|
|
1069
1073
|
configurable: true
|
|
1070
1074
|
});
|
|
1071
|
-
Object.defineProperty(
|
|
1075
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatItemHoverTextColor", {
|
|
1072
1076
|
/**
|
|
1073
1077
|
* Gets or sets the color to use the hovered text of the buttons in the group when type is flat.
|
|
1074
1078
|
*/
|
|
@@ -1082,7 +1086,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1082
1086
|
enumerable: true,
|
|
1083
1087
|
configurable: true
|
|
1084
1088
|
});
|
|
1085
|
-
Object.defineProperty(
|
|
1089
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatSelectedItemBackgroundColor", {
|
|
1086
1090
|
/**
|
|
1087
1091
|
* Gets or sets the color to use the background of the buttons in the group that are selected when type is flat.
|
|
1088
1092
|
*/
|
|
@@ -1096,7 +1100,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1096
1100
|
enumerable: true,
|
|
1097
1101
|
configurable: true
|
|
1098
1102
|
});
|
|
1099
|
-
Object.defineProperty(
|
|
1103
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatSelectedItemTextColor", {
|
|
1100
1104
|
/**
|
|
1101
1105
|
* Gets or sets the color to use the text of the buttons in the group that are selected when type is flat.
|
|
1102
1106
|
*/
|
|
@@ -1110,7 +1114,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1110
1114
|
enumerable: true,
|
|
1111
1115
|
configurable: true
|
|
1112
1116
|
});
|
|
1113
|
-
Object.defineProperty(
|
|
1117
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatSelectedItemHoverBackgroundColor", {
|
|
1114
1118
|
/**
|
|
1115
1119
|
* Gets or sets the color to use the hovered background of the buttons in the group that are selected when type is flat.
|
|
1116
1120
|
*/
|
|
@@ -1124,7 +1128,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1124
1128
|
enumerable: true,
|
|
1125
1129
|
configurable: true
|
|
1126
1130
|
});
|
|
1127
|
-
Object.defineProperty(
|
|
1131
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "flatSelectedItemHoverTextColor", {
|
|
1128
1132
|
/**
|
|
1129
1133
|
* Gets or sets the color to use the hovered text of the buttons in the group that are selected when type is flat.
|
|
1130
1134
|
*/
|
|
@@ -1138,7 +1142,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1138
1142
|
enumerable: true,
|
|
1139
1143
|
configurable: true
|
|
1140
1144
|
});
|
|
1141
|
-
Object.defineProperty(
|
|
1145
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "orientation", {
|
|
1142
1146
|
/**
|
|
1143
1147
|
* Gets or sets the oreientation to use the button group when type is outlined.
|
|
1144
1148
|
*/
|
|
@@ -1152,7 +1156,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1152
1156
|
enumerable: true,
|
|
1153
1157
|
configurable: true
|
|
1154
1158
|
});
|
|
1155
|
-
Object.defineProperty(
|
|
1159
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "id", {
|
|
1156
1160
|
/**
|
|
1157
1161
|
* Gets or sets the id to use for the button group.
|
|
1158
1162
|
*/
|
|
@@ -1165,7 +1169,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1165
1169
|
enumerable: true,
|
|
1166
1170
|
configurable: true
|
|
1167
1171
|
});
|
|
1168
|
-
Object.defineProperty(
|
|
1172
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "disabled", {
|
|
1169
1173
|
/**
|
|
1170
1174
|
* Gets or sets whether the checkbox is disabled.
|
|
1171
1175
|
*/
|
|
@@ -1179,7 +1183,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1179
1183
|
enumerable: true,
|
|
1180
1184
|
configurable: true
|
|
1181
1185
|
});
|
|
1182
|
-
Object.defineProperty(
|
|
1186
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "isMultiSelect", {
|
|
1183
1187
|
/**
|
|
1184
1188
|
* Gets or sets whether the group supports multi-select.
|
|
1185
1189
|
*/
|
|
@@ -1193,25 +1197,25 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1193
1197
|
enumerable: true,
|
|
1194
1198
|
configurable: true
|
|
1195
1199
|
});
|
|
1196
|
-
|
|
1200
|
+
IgcXButtonGroupComponent.prototype.findByName = function (name) {
|
|
1197
1201
|
if (this.buttons != null && this.buttons.findByName && this.buttons.findByName(name)) {
|
|
1198
1202
|
return this.buttons.findByName(name);
|
|
1199
1203
|
}
|
|
1200
1204
|
return null;
|
|
1201
1205
|
};
|
|
1202
|
-
Object.defineProperty(
|
|
1206
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "hasUserValues", {
|
|
1203
1207
|
get: function () {
|
|
1204
1208
|
return this._hasUserValues;
|
|
1205
1209
|
},
|
|
1206
1210
|
enumerable: true,
|
|
1207
1211
|
configurable: true
|
|
1208
1212
|
});
|
|
1209
|
-
|
|
1213
|
+
IgcXButtonGroupComponent.prototype.__m = function (propertyName) {
|
|
1210
1214
|
if (!this._inStyling) {
|
|
1211
1215
|
this._hasUserValues.add(propertyName);
|
|
1212
1216
|
}
|
|
1213
1217
|
};
|
|
1214
|
-
|
|
1218
|
+
IgcXButtonGroupComponent.prototype._styling = function (container, component, parent) {
|
|
1215
1219
|
if (this._inStyling) {
|
|
1216
1220
|
return;
|
|
1217
1221
|
}
|
|
@@ -1223,7 +1227,7 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1223
1227
|
if (typeName.indexOf("Xam") === 0) {
|
|
1224
1228
|
typeName = typeName.substring(3);
|
|
1225
1229
|
}
|
|
1226
|
-
genericPrefix = toSpinal("
|
|
1230
|
+
genericPrefix = toSpinal("XButtonGroupComponent");
|
|
1227
1231
|
var additionalPrefixes = [];
|
|
1228
1232
|
var prefix = toSpinal(typeName);
|
|
1229
1233
|
additionalPrefixes.push(prefix + "-");
|
|
@@ -1256,17 +1260,17 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1256
1260
|
}
|
|
1257
1261
|
this._inStyling = false;
|
|
1258
1262
|
};
|
|
1259
|
-
|
|
1263
|
+
IgcXButtonGroupComponent.prototype.onDetachedFromUI = function () {
|
|
1260
1264
|
this.i.onDetachedFromUI();
|
|
1261
1265
|
};
|
|
1262
|
-
|
|
1266
|
+
IgcXButtonGroupComponent.prototype.onAttachedToUI = function () {
|
|
1263
1267
|
this.i.onAttachedToUI();
|
|
1264
1268
|
};
|
|
1265
1269
|
/**
|
|
1266
1270
|
* Exports visual information about the current state of the grid.
|
|
1267
1271
|
|
|
1268
1272
|
*/
|
|
1269
|
-
|
|
1273
|
+
IgcXButtonGroupComponent.prototype.exportVisualModel = function () {
|
|
1270
1274
|
var iv = this.i.a5();
|
|
1271
1275
|
return (iv);
|
|
1272
1276
|
};
|
|
@@ -1274,11 +1278,11 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1274
1278
|
* Returns a serialized copy of the exported visual model
|
|
1275
1279
|
|
|
1276
1280
|
*/
|
|
1277
|
-
|
|
1281
|
+
IgcXButtonGroupComponent.prototype.exportSerializedVisualModel = function () {
|
|
1278
1282
|
var iv = this.i.bq();
|
|
1279
1283
|
return (iv);
|
|
1280
1284
|
};
|
|
1281
|
-
Object.defineProperty(
|
|
1285
|
+
Object.defineProperty(IgcXButtonGroupComponent.prototype, "selectionChanged", {
|
|
1282
1286
|
get: function () {
|
|
1283
1287
|
return this._selectionChanged;
|
|
1284
1288
|
},
|
|
@@ -1305,10 +1309,10 @@ var IgcButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1305
1309
|
enumerable: true,
|
|
1306
1310
|
configurable: true
|
|
1307
1311
|
});
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
return
|
|
1312
|
+
IgcXButtonGroupComponent._observedAttributesIgcXButtonGroupComponent = null;
|
|
1313
|
+
IgcXButtonGroupComponent.htmlTagName = "igc-x-button-group";
|
|
1314
|
+
IgcXButtonGroupComponent._isElementRegistered = false;
|
|
1315
|
+
return IgcXButtonGroupComponent;
|
|
1312
1316
|
}(IgcHTMLElement));
|
|
1313
|
-
export {
|
|
1314
|
-
//# sourceMappingURL=igc-button-group-component.js.map
|
|
1317
|
+
export { IgcXButtonGroupComponent };
|
|
1318
|
+
//# sourceMappingURL=igc-x-button-group-component.js.map
|