igniteui-webcomponents-inputs 1.3.3 → 1.4.0
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 +5252 -5006
- 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 +20 -18
- 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 +388 -357
- package/esm2015/lib/DatePickerView_combined.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/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/{Checkbox.js → XPrefix.js} +2 -2
- package/esm2015/lib/XPrefix.js.map +1 -0
- package/esm2015/lib/{Label.js → XRipple.js} +2 -2
- package/esm2015/lib/XRipple.js.map +1 -0
- package/esm2015/lib/XSuffix.js +8 -0
- package/esm2015/lib/XSuffix.js.map +1 -0
- package/esm2015/lib/igc-calendar-module.js +4 -4
- package/esm2015/lib/igc-calendar-module.js.map +1 -1
- 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 +6 -6
- 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} +24 -24
- package/esm2015/lib/igc-x-button-group-component.js.map +1 -0
- 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-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-label-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-icon-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 +36 -35
- 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 +20 -18
- 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 +378 -343
- package/esm5/lib/DatePickerView_combined.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/Input.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/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-calendar-module.js +4 -4
- package/esm5/lib/igc-calendar-module.js.map +1 -1
- 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 +6 -6
- 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} +117 -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-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 +36 -35
- package/esm5/public_api.js.map +1 -1
- package/fesm2015/igniteui-webcomponents-inputs.js +3863 -3658
- package/fesm2015/igniteui-webcomponents-inputs.js.map +1 -1
- package/fesm5/igniteui-webcomponents-inputs.js +5218 -4973
- 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 +4 -4
- package/lib/CheckboxView_combined.d.ts +4 -4
- package/lib/DatePickerView_combined.d.ts +77 -75
- 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/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-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 +36 -35
- 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/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-component.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-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/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-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/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-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,11 +1,11 @@
|
|
|
1
1
|
import * as tslib_1 from "tslib";
|
|
2
|
-
import {
|
|
2
|
+
import { XInputGroup } from "./XInputGroup";
|
|
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 { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
6
6
|
import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
7
|
+
import { IgcXInputGroupItemComponent } from './igc-x-input-group-item-component';
|
|
8
|
+
import { IgcXInputGroupInputCollection } from './igc-x-input-group-input-collection';
|
|
9
9
|
import { CollectionAdapter } from "igniteui-webcomponents-core";
|
|
10
10
|
import { NotifyCollectionChangedAction } from "igniteui-webcomponents-core";
|
|
11
11
|
import { InputGroupDisplayType_$type } from './InputGroupDisplayType';
|
|
@@ -14,9 +14,9 @@ import { Thickness } from "igniteui-webcomponents-core";
|
|
|
14
14
|
import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
|
|
15
15
|
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
16
16
|
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
17
|
-
var
|
|
18
|
-
tslib_1.__extends(
|
|
19
|
-
function
|
|
17
|
+
var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
18
|
+
tslib_1.__extends(IgcXInputGroupComponent, _super);
|
|
19
|
+
function IgcXInputGroupComponent() {
|
|
20
20
|
var _this = _super.call(this) || this;
|
|
21
21
|
_this.contentInputs = [];
|
|
22
22
|
/**
|
|
@@ -97,14 +97,14 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
97
97
|
// this._checkbox.notifySizeChanged();
|
|
98
98
|
//});
|
|
99
99
|
}
|
|
100
|
-
Object.defineProperty(
|
|
100
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "inputs", {
|
|
101
101
|
/**
|
|
102
102
|
* A collection or manually added axes for the chart.
|
|
103
103
|
*/
|
|
104
104
|
get: function () {
|
|
105
105
|
var _this = this;
|
|
106
106
|
if (this._inputs === null) {
|
|
107
|
-
var coll = new
|
|
107
|
+
var coll = new IgcXInputGroupInputCollection();
|
|
108
108
|
var inner = coll._innerColl;
|
|
109
109
|
inner.addListener(function (sender, e) {
|
|
110
110
|
switch (e.action) {
|
|
@@ -130,7 +130,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
130
130
|
enumerable: true,
|
|
131
131
|
configurable: true
|
|
132
132
|
});
|
|
133
|
-
|
|
133
|
+
IgcXInputGroupComponent.prototype._onChildrenChanged = function () {
|
|
134
134
|
var children = [];
|
|
135
135
|
for (var i = 0; i < this.childNodes.length; i++) {
|
|
136
136
|
var child = this.childNodes[i];
|
|
@@ -140,17 +140,17 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
140
140
|
}
|
|
141
141
|
this._portalManager.onChildrenChanged(children);
|
|
142
142
|
};
|
|
143
|
-
|
|
143
|
+
IgcXInputGroupComponent.prototype.updateInputs = function () {
|
|
144
144
|
this.contentInputs.length = 0;
|
|
145
145
|
for (var i = 0; i < this.children.length; i++) {
|
|
146
|
-
if (this.children[i] instanceof
|
|
146
|
+
if (this.children[i] instanceof IgcXInputGroupItemComponent) {
|
|
147
147
|
this.contentInputs.push(this.children[i]);
|
|
148
148
|
}
|
|
149
149
|
}
|
|
150
150
|
var childContent = this.querySelector("igc-child-content");
|
|
151
151
|
if (childContent) {
|
|
152
152
|
for (var i = 0; i < childContent.children.length; i++) {
|
|
153
|
-
if (childContent.children[i] instanceof
|
|
153
|
+
if (childContent.children[i] instanceof IgcXInputGroupItemComponent) {
|
|
154
154
|
this.contentInputs.push(childContent.children[i]);
|
|
155
155
|
}
|
|
156
156
|
}
|
|
@@ -160,23 +160,23 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
160
160
|
}
|
|
161
161
|
};
|
|
162
162
|
// supports angular themes or custom properties set in CSS
|
|
163
|
-
|
|
163
|
+
IgcXInputGroupComponent.prototype.updateStyle = function () {
|
|
164
164
|
this._styling(this, this);
|
|
165
165
|
};
|
|
166
|
-
|
|
166
|
+
IgcXInputGroupComponent.prototype.destroy = function () {
|
|
167
167
|
this._inputGroup.destroy();
|
|
168
168
|
this._wrapper.destroy();
|
|
169
169
|
};
|
|
170
|
-
|
|
171
|
-
return new
|
|
170
|
+
IgcXInputGroupComponent.prototype.createImplementation = function () {
|
|
171
|
+
return new XInputGroup();
|
|
172
172
|
};
|
|
173
|
-
|
|
173
|
+
IgcXInputGroupComponent.prototype.disconnectedCallback = function () {
|
|
174
174
|
this._disconnected = true;
|
|
175
175
|
if (this.i) {
|
|
176
176
|
this.i.onDetachedFromUI();
|
|
177
177
|
}
|
|
178
178
|
};
|
|
179
|
-
|
|
179
|
+
IgcXInputGroupComponent.prototype.connectedCallback = function () {
|
|
180
180
|
if (this._disconnected) {
|
|
181
181
|
this._disconnected = false;
|
|
182
182
|
if (this.i) {
|
|
@@ -184,8 +184,8 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
184
184
|
}
|
|
185
185
|
return;
|
|
186
186
|
}
|
|
187
|
-
this.classList.add("ig-input-group");
|
|
188
|
-
this.classList.add("igc-input-group");
|
|
187
|
+
this.classList.add("ig-x-input-group");
|
|
188
|
+
this.classList.add("igc-x-input-group");
|
|
189
189
|
this.appendChild(this._container.getNativeElement());
|
|
190
190
|
this._attached = true;
|
|
191
191
|
this.style.display = "inline-block";
|
|
@@ -196,10 +196,11 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
196
196
|
this._styling(this, this);
|
|
197
197
|
this.afterContentInit();
|
|
198
198
|
};
|
|
199
|
-
|
|
199
|
+
IgcXInputGroupComponent.prototype.afterContentInit = function () {
|
|
200
|
+
this.i.ensureShift();
|
|
200
201
|
//this.i.notifySizeChanged();
|
|
201
202
|
};
|
|
202
|
-
Object.defineProperty(
|
|
203
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "i", {
|
|
203
204
|
/**
|
|
204
205
|
* @hidden
|
|
205
206
|
*/
|
|
@@ -211,7 +212,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
211
212
|
enumerable: true,
|
|
212
213
|
configurable: true
|
|
213
214
|
});
|
|
214
|
-
|
|
215
|
+
IgcXInputGroupComponent._createFromInternal = function (internal) {
|
|
215
216
|
if (!internal) {
|
|
216
217
|
return null;
|
|
217
218
|
}
|
|
@@ -225,10 +226,10 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
225
226
|
}
|
|
226
227
|
return TypeRegistrar.create(externalName);
|
|
227
228
|
};
|
|
228
|
-
|
|
229
|
+
IgcXInputGroupComponent.prototype._enqueueSetAttribute = function (attrName, attrValue) {
|
|
229
230
|
this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
|
|
230
231
|
};
|
|
231
|
-
|
|
232
|
+
IgcXInputGroupComponent.prototype._flushQueuedAttributes = function () {
|
|
232
233
|
this._settingAttributes = true;
|
|
233
234
|
for (var i = 0; i < this._queuedSetAttributes.length; i++) {
|
|
234
235
|
this.setAttribute(this._queuedSetAttributes[i].attrName, this._queuedSetAttributes[i].attrValue);
|
|
@@ -236,7 +237,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
236
237
|
this._settingAttributes = false;
|
|
237
238
|
this._queuedSetAttributes.length = 0;
|
|
238
239
|
};
|
|
239
|
-
|
|
240
|
+
IgcXInputGroupComponent.prototype._a = function (attrName, attrValue) {
|
|
240
241
|
if (this._updatingFromAttribute) {
|
|
241
242
|
return;
|
|
242
243
|
}
|
|
@@ -253,21 +254,21 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
253
254
|
}
|
|
254
255
|
this._settingAttributes = false;
|
|
255
256
|
};
|
|
256
|
-
Object.defineProperty(
|
|
257
|
+
Object.defineProperty(IgcXInputGroupComponent, "observedAttributes", {
|
|
257
258
|
get: function () {
|
|
258
|
-
if (
|
|
259
|
-
var names = getAllPropertyNames(
|
|
259
|
+
if (IgcXInputGroupComponent._observedAttributesIgcXInputGroupComponent == null) {
|
|
260
|
+
var names = getAllPropertyNames(IgcXInputGroupComponent);
|
|
260
261
|
for (var i = 0; i < names.length; i++) {
|
|
261
262
|
names[i] = toSpinal(names[i]);
|
|
262
263
|
}
|
|
263
|
-
|
|
264
|
+
IgcXInputGroupComponent._observedAttributesIgcXInputGroupComponent = names;
|
|
264
265
|
}
|
|
265
|
-
return
|
|
266
|
+
return IgcXInputGroupComponent._observedAttributesIgcXInputGroupComponent;
|
|
266
267
|
},
|
|
267
268
|
enumerable: true,
|
|
268
269
|
configurable: true
|
|
269
270
|
});
|
|
270
|
-
|
|
271
|
+
IgcXInputGroupComponent.prototype.attributeChangedCallback = function (name, oldValue, newValue) {
|
|
271
272
|
if (this._settingAttributes) {
|
|
272
273
|
return;
|
|
273
274
|
}
|
|
@@ -276,13 +277,13 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
276
277
|
this[setName] = newValue;
|
|
277
278
|
this._updatingFromAttribute = false;
|
|
278
279
|
};
|
|
279
|
-
|
|
280
|
-
if (!
|
|
281
|
-
|
|
282
|
-
RegisterElementHelper.registerElement(
|
|
280
|
+
IgcXInputGroupComponent.register = function () {
|
|
281
|
+
if (!IgcXInputGroupComponent._isElementRegistered) {
|
|
282
|
+
IgcXInputGroupComponent._isElementRegistered = true;
|
|
283
|
+
RegisterElementHelper.registerElement(IgcXInputGroupComponent.htmlTagName, IgcXInputGroupComponent);
|
|
283
284
|
}
|
|
284
285
|
};
|
|
285
|
-
Object.defineProperty(
|
|
286
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "displayType", {
|
|
286
287
|
/**
|
|
287
288
|
* Gets or sets the display style to use for the button.
|
|
288
289
|
*/
|
|
@@ -296,7 +297,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
296
297
|
enumerable: true,
|
|
297
298
|
configurable: true
|
|
298
299
|
});
|
|
299
|
-
Object.defineProperty(
|
|
300
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "density", {
|
|
300
301
|
/**
|
|
301
302
|
* Gets or sets the display density to use for the input group.
|
|
302
303
|
*/
|
|
@@ -310,7 +311,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
310
311
|
enumerable: true,
|
|
311
312
|
configurable: true
|
|
312
313
|
});
|
|
313
|
-
Object.defineProperty(
|
|
314
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "actualDensity", {
|
|
314
315
|
/**
|
|
315
316
|
* Gets the actual display density to use for the input group.
|
|
316
317
|
*/
|
|
@@ -324,7 +325,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
324
325
|
enumerable: true,
|
|
325
326
|
configurable: true
|
|
326
327
|
});
|
|
327
|
-
Object.defineProperty(
|
|
328
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "baseTheme", {
|
|
328
329
|
/**
|
|
329
330
|
* Gets or sets the base built in theme to use for the label.
|
|
330
331
|
*/
|
|
@@ -338,42 +339,42 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
338
339
|
enumerable: true,
|
|
339
340
|
configurable: true
|
|
340
341
|
});
|
|
341
|
-
Object.defineProperty(
|
|
342
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "inputHasValue", {
|
|
342
343
|
get: function () {
|
|
343
344
|
return this.i.af;
|
|
344
345
|
},
|
|
345
346
|
enumerable: true,
|
|
346
347
|
configurable: true
|
|
347
348
|
});
|
|
348
|
-
Object.defineProperty(
|
|
349
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "actualBorderColor", {
|
|
349
350
|
/**
|
|
350
351
|
* Gets the actual item background color.
|
|
351
352
|
*/
|
|
352
353
|
get: function () {
|
|
353
|
-
return brushToString(this.i.
|
|
354
|
+
return brushToString(this.i.ot);
|
|
354
355
|
},
|
|
355
356
|
set: function (v) {
|
|
356
|
-
this.i.
|
|
357
|
-
this._a("actualBorderColor", brushToString(this.i.
|
|
357
|
+
this.i.ot = stringToBrush(v);
|
|
358
|
+
this._a("actualBorderColor", brushToString(this.i.ot));
|
|
358
359
|
},
|
|
359
360
|
enumerable: true,
|
|
360
361
|
configurable: true
|
|
361
362
|
});
|
|
362
|
-
Object.defineProperty(
|
|
363
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "actualFocusBorderColor", {
|
|
363
364
|
/**
|
|
364
365
|
* Gets the actual item border color.
|
|
365
366
|
*/
|
|
366
367
|
get: function () {
|
|
367
|
-
return brushToString(this.i.
|
|
368
|
+
return brushToString(this.i.ou);
|
|
368
369
|
},
|
|
369
370
|
set: function (v) {
|
|
370
|
-
this.i.
|
|
371
|
-
this._a("actualFocusBorderColor", brushToString(this.i.
|
|
371
|
+
this.i.ou = stringToBrush(v);
|
|
372
|
+
this._a("actualFocusBorderColor", brushToString(this.i.ou));
|
|
372
373
|
},
|
|
373
374
|
enumerable: true,
|
|
374
375
|
configurable: true
|
|
375
376
|
});
|
|
376
|
-
Object.defineProperty(
|
|
377
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "actualBorderWidth", {
|
|
377
378
|
/**
|
|
378
379
|
* Gets the actual item border width.
|
|
379
380
|
*/
|
|
@@ -387,7 +388,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
387
388
|
enumerable: true,
|
|
388
389
|
configurable: true
|
|
389
390
|
});
|
|
390
|
-
Object.defineProperty(
|
|
391
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "actualFocusBorderWidth", {
|
|
391
392
|
/**
|
|
392
393
|
* Gets the actual item border width.
|
|
393
394
|
*/
|
|
@@ -401,123 +402,123 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
401
402
|
enumerable: true,
|
|
402
403
|
configurable: true
|
|
403
404
|
});
|
|
404
|
-
Object.defineProperty(
|
|
405
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "actualCornerRadiusBottomRight", {
|
|
405
406
|
get: function () {
|
|
406
|
-
return this.i.
|
|
407
|
+
return this.i.m0 ? this.i.m0.b : NaN;
|
|
407
408
|
},
|
|
408
409
|
set: function (v) {
|
|
409
410
|
this.ensureActualCornerRadius();
|
|
410
|
-
this.i.
|
|
411
|
-
this._a("actualCornerRadiusBottomRight", this.i.
|
|
412
|
-
this.i.
|
|
411
|
+
this.i.m0.b = +v;
|
|
412
|
+
this._a("actualCornerRadiusBottomRight", this.i.m0.b);
|
|
413
|
+
this.i.m0 = this.i.m0;
|
|
413
414
|
},
|
|
414
415
|
enumerable: true,
|
|
415
416
|
configurable: true
|
|
416
417
|
});
|
|
417
|
-
Object.defineProperty(
|
|
418
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "actualCornerRadiusBottomLeft", {
|
|
418
419
|
get: function () {
|
|
419
|
-
return this.i.
|
|
420
|
+
return this.i.m0 ? this.i.m0.a : NaN;
|
|
420
421
|
},
|
|
421
422
|
set: function (v) {
|
|
422
423
|
this.ensureActualCornerRadius();
|
|
423
|
-
this.i.
|
|
424
|
-
this._a("actualCornerRadiusBottomLeft", this.i.
|
|
425
|
-
this.i.
|
|
424
|
+
this.i.m0.a = +v;
|
|
425
|
+
this._a("actualCornerRadiusBottomLeft", this.i.m0.a);
|
|
426
|
+
this.i.m0 = this.i.m0;
|
|
426
427
|
},
|
|
427
428
|
enumerable: true,
|
|
428
429
|
configurable: true
|
|
429
430
|
});
|
|
430
|
-
Object.defineProperty(
|
|
431
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "actualCornerRadiusTopLeft", {
|
|
431
432
|
get: function () {
|
|
432
|
-
return this.i.
|
|
433
|
+
return this.i.m0 ? this.i.m0.c : NaN;
|
|
433
434
|
},
|
|
434
435
|
set: function (v) {
|
|
435
436
|
this.ensureActualCornerRadius();
|
|
436
|
-
this.i.
|
|
437
|
-
this._a("actualCornerRadiusTopLeft", this.i.
|
|
438
|
-
this.i.
|
|
437
|
+
this.i.m0.c = +v;
|
|
438
|
+
this._a("actualCornerRadiusTopLeft", this.i.m0.c);
|
|
439
|
+
this.i.m0 = this.i.m0;
|
|
439
440
|
},
|
|
440
441
|
enumerable: true,
|
|
441
442
|
configurable: true
|
|
442
443
|
});
|
|
443
|
-
Object.defineProperty(
|
|
444
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "actualCornerRadiusTopRight", {
|
|
444
445
|
get: function () {
|
|
445
|
-
return this.i.
|
|
446
|
+
return this.i.m0 ? this.i.m0.d : NaN;
|
|
446
447
|
},
|
|
447
448
|
set: function (v) {
|
|
448
449
|
this.ensureActualCornerRadius();
|
|
449
|
-
this.i.
|
|
450
|
-
this._a("actualCornerRadiusTopRight", this.i.
|
|
451
|
-
this.i.
|
|
450
|
+
this.i.m0.d = +v;
|
|
451
|
+
this._a("actualCornerRadiusTopRight", this.i.m0.d);
|
|
452
|
+
this.i.m0 = this.i.m0;
|
|
452
453
|
},
|
|
453
454
|
enumerable: true,
|
|
454
455
|
configurable: true
|
|
455
456
|
});
|
|
456
|
-
|
|
457
|
-
if (this.i.
|
|
457
|
+
IgcXInputGroupComponent.prototype.ensureActualCornerRadius = function () {
|
|
458
|
+
if (this.i.m0) {
|
|
458
459
|
return;
|
|
459
460
|
}
|
|
460
|
-
this.i.
|
|
461
|
+
this.i.m0 = new CornerRadius(2);
|
|
461
462
|
};
|
|
462
|
-
Object.defineProperty(
|
|
463
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "actualContentPaddingBottom", {
|
|
463
464
|
get: function () {
|
|
464
|
-
return this.i.
|
|
465
|
+
return this.i.tg ? this.i.tg.b : NaN;
|
|
465
466
|
},
|
|
466
467
|
set: function (v) {
|
|
467
468
|
this.ensureActualContentPadding();
|
|
468
|
-
this.i.
|
|
469
|
-
this._a("actualContentPaddingBottom", this.i.
|
|
470
|
-
this.i.
|
|
469
|
+
this.i.tg.b = +v;
|
|
470
|
+
this._a("actualContentPaddingBottom", this.i.tg.b);
|
|
471
|
+
this.i.tg = this.i.tg;
|
|
471
472
|
},
|
|
472
473
|
enumerable: true,
|
|
473
474
|
configurable: true
|
|
474
475
|
});
|
|
475
|
-
Object.defineProperty(
|
|
476
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "actualContentPaddingLeft", {
|
|
476
477
|
get: function () {
|
|
477
|
-
return this.i.
|
|
478
|
+
return this.i.tg ? this.i.tg.c : NaN;
|
|
478
479
|
},
|
|
479
480
|
set: function (v) {
|
|
480
481
|
this.ensureActualContentPadding();
|
|
481
|
-
this.i.
|
|
482
|
-
this._a("actualContentPaddingLeft", this.i.
|
|
483
|
-
this.i.
|
|
482
|
+
this.i.tg.c = +v;
|
|
483
|
+
this._a("actualContentPaddingLeft", this.i.tg.c);
|
|
484
|
+
this.i.tg = this.i.tg;
|
|
484
485
|
},
|
|
485
486
|
enumerable: true,
|
|
486
487
|
configurable: true
|
|
487
488
|
});
|
|
488
|
-
Object.defineProperty(
|
|
489
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "actualContentPaddingRight", {
|
|
489
490
|
get: function () {
|
|
490
|
-
return this.i.
|
|
491
|
+
return this.i.tg ? this.i.tg.d : NaN;
|
|
491
492
|
},
|
|
492
493
|
set: function (v) {
|
|
493
494
|
this.ensureActualContentPadding();
|
|
494
|
-
this.i.
|
|
495
|
-
this._a("actualContentPaddingRight", this.i.
|
|
496
|
-
this.i.
|
|
495
|
+
this.i.tg.d = +v;
|
|
496
|
+
this._a("actualContentPaddingRight", this.i.tg.d);
|
|
497
|
+
this.i.tg = this.i.tg;
|
|
497
498
|
},
|
|
498
499
|
enumerable: true,
|
|
499
500
|
configurable: true
|
|
500
501
|
});
|
|
501
|
-
Object.defineProperty(
|
|
502
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "actualContentPaddingTop", {
|
|
502
503
|
get: function () {
|
|
503
|
-
return this.i.
|
|
504
|
+
return this.i.tg ? this.i.tg.e : NaN;
|
|
504
505
|
},
|
|
505
506
|
set: function (v) {
|
|
506
507
|
this.ensureActualContentPadding();
|
|
507
|
-
this.i.
|
|
508
|
-
this._a("actualContentPaddingTop", this.i.
|
|
509
|
-
this.i.
|
|
508
|
+
this.i.tg.e = +v;
|
|
509
|
+
this._a("actualContentPaddingTop", this.i.tg.e);
|
|
510
|
+
this.i.tg = this.i.tg;
|
|
510
511
|
},
|
|
511
512
|
enumerable: true,
|
|
512
513
|
configurable: true
|
|
513
514
|
});
|
|
514
|
-
|
|
515
|
-
if (this.i.
|
|
515
|
+
IgcXInputGroupComponent.prototype.ensureActualContentPadding = function () {
|
|
516
|
+
if (this.i.tg) {
|
|
516
517
|
return;
|
|
517
518
|
}
|
|
518
|
-
this.i.
|
|
519
|
+
this.i.tg = new Thickness(2);
|
|
519
520
|
};
|
|
520
|
-
Object.defineProperty(
|
|
521
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "actualUnderlineWidth", {
|
|
521
522
|
/**
|
|
522
523
|
* Gets the actual width to use for the underline element.
|
|
523
524
|
*/
|
|
@@ -531,7 +532,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
531
532
|
enumerable: true,
|
|
532
533
|
configurable: true
|
|
533
534
|
});
|
|
534
|
-
Object.defineProperty(
|
|
535
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "actualUnderlineRippleWidth", {
|
|
535
536
|
/**
|
|
536
537
|
* Gets the actual width to use for the underline element.
|
|
537
538
|
*/
|
|
@@ -545,7 +546,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
545
546
|
enumerable: true,
|
|
546
547
|
configurable: true
|
|
547
548
|
});
|
|
548
|
-
Object.defineProperty(
|
|
549
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "actualHoverUnderlineWidth", {
|
|
549
550
|
/**
|
|
550
551
|
* Gets the width to use for the underline element when hovered.
|
|
551
552
|
*/
|
|
@@ -559,63 +560,63 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
559
560
|
enumerable: true,
|
|
560
561
|
configurable: true
|
|
561
562
|
});
|
|
562
|
-
Object.defineProperty(
|
|
563
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "actualUnderlineColor", {
|
|
563
564
|
/**
|
|
564
565
|
* Gets the actual color to use for the underline element.
|
|
565
566
|
*/
|
|
566
567
|
get: function () {
|
|
567
|
-
return brushToString(this.i.
|
|
568
|
+
return brushToString(this.i.ox);
|
|
568
569
|
},
|
|
569
570
|
set: function (v) {
|
|
570
|
-
this.i.
|
|
571
|
-
this._a("actualUnderlineColor", brushToString(this.i.
|
|
571
|
+
this.i.ox = stringToBrush(v);
|
|
572
|
+
this._a("actualUnderlineColor", brushToString(this.i.ox));
|
|
572
573
|
},
|
|
573
574
|
enumerable: true,
|
|
574
575
|
configurable: true
|
|
575
576
|
});
|
|
576
|
-
Object.defineProperty(
|
|
577
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "actualUnderlineRippleColor", {
|
|
577
578
|
/**
|
|
578
579
|
* Gets the actual color to use for the underline ripple element.
|
|
579
580
|
*/
|
|
580
581
|
get: function () {
|
|
581
|
-
return brushToString(this.i.
|
|
582
|
+
return brushToString(this.i.oy);
|
|
582
583
|
},
|
|
583
584
|
set: function (v) {
|
|
584
|
-
this.i.
|
|
585
|
-
this._a("actualUnderlineRippleColor", brushToString(this.i.
|
|
585
|
+
this.i.oy = stringToBrush(v);
|
|
586
|
+
this._a("actualUnderlineRippleColor", brushToString(this.i.oy));
|
|
586
587
|
},
|
|
587
588
|
enumerable: true,
|
|
588
589
|
configurable: true
|
|
589
590
|
});
|
|
590
|
-
Object.defineProperty(
|
|
591
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "actualHoverUnderlineColor", {
|
|
591
592
|
/**
|
|
592
593
|
* Gets the actual color to use for the underline element.
|
|
593
594
|
*/
|
|
594
595
|
get: function () {
|
|
595
|
-
return brushToString(this.i.
|
|
596
|
+
return brushToString(this.i.ow);
|
|
596
597
|
},
|
|
597
598
|
set: function (v) {
|
|
598
|
-
this.i.
|
|
599
|
-
this._a("actualHoverUnderlineColor", brushToString(this.i.
|
|
599
|
+
this.i.ow = stringToBrush(v);
|
|
600
|
+
this._a("actualHoverUnderlineColor", brushToString(this.i.ow));
|
|
600
601
|
},
|
|
601
602
|
enumerable: true,
|
|
602
603
|
configurable: true
|
|
603
604
|
});
|
|
604
|
-
Object.defineProperty(
|
|
605
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "actualFocusUnderlineColor", {
|
|
605
606
|
/**
|
|
606
607
|
* Gets the actual color to use for the underline element when focused.
|
|
607
608
|
*/
|
|
608
609
|
get: function () {
|
|
609
|
-
return brushToString(this.i.
|
|
610
|
+
return brushToString(this.i.ov);
|
|
610
611
|
},
|
|
611
612
|
set: function (v) {
|
|
612
|
-
this.i.
|
|
613
|
-
this._a("actualFocusUnderlineColor", brushToString(this.i.
|
|
613
|
+
this.i.ov = stringToBrush(v);
|
|
614
|
+
this._a("actualFocusUnderlineColor", brushToString(this.i.ov));
|
|
614
615
|
},
|
|
615
616
|
enumerable: true,
|
|
616
617
|
configurable: true
|
|
617
618
|
});
|
|
618
|
-
Object.defineProperty(
|
|
619
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "actualUnderlineOpacity", {
|
|
619
620
|
/**
|
|
620
621
|
* Gets the actual opacity to use for the underline element.
|
|
621
622
|
*/
|
|
@@ -629,7 +630,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
629
630
|
enumerable: true,
|
|
630
631
|
configurable: true
|
|
631
632
|
});
|
|
632
|
-
Object.defineProperty(
|
|
633
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "actualHoverUnderlineOpacity", {
|
|
633
634
|
/**
|
|
634
635
|
* Gets the actual opacity to use for the underline element when hovered.
|
|
635
636
|
*/
|
|
@@ -643,7 +644,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
643
644
|
enumerable: true,
|
|
644
645
|
configurable: true
|
|
645
646
|
});
|
|
646
|
-
Object.defineProperty(
|
|
647
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "actualFocusUnderlineOpacity", {
|
|
647
648
|
/**
|
|
648
649
|
* Gets the actual opacity to use for the underline element when focused.
|
|
649
650
|
*/
|
|
@@ -657,7 +658,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
657
658
|
enumerable: true,
|
|
658
659
|
configurable: true
|
|
659
660
|
});
|
|
660
|
-
Object.defineProperty(
|
|
661
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "actualFocusUnderlineRippleOpacity", {
|
|
661
662
|
/**
|
|
662
663
|
* Gets the actual opacity to use for the underline ripple element when focused.
|
|
663
664
|
*/
|
|
@@ -671,7 +672,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
671
672
|
enumerable: true,
|
|
672
673
|
configurable: true
|
|
673
674
|
});
|
|
674
|
-
Object.defineProperty(
|
|
675
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "actualUnderlineRippleOpacity", {
|
|
675
676
|
/**
|
|
676
677
|
* Gets the actual opacity to use for the underline ripple element.
|
|
677
678
|
*/
|
|
@@ -685,21 +686,21 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
685
686
|
enumerable: true,
|
|
686
687
|
configurable: true
|
|
687
688
|
});
|
|
688
|
-
Object.defineProperty(
|
|
689
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "actualBackgroundColor", {
|
|
689
690
|
/**
|
|
690
691
|
* Gets the actual opacity to use for the underline ripple element.
|
|
691
692
|
*/
|
|
692
693
|
get: function () {
|
|
693
|
-
return brushToString(this.i.
|
|
694
|
+
return brushToString(this.i.os);
|
|
694
695
|
},
|
|
695
696
|
set: function (v) {
|
|
696
|
-
this.i.
|
|
697
|
-
this._a("actualBackgroundColor", brushToString(this.i.
|
|
697
|
+
this.i.os = stringToBrush(v);
|
|
698
|
+
this._a("actualBackgroundColor", brushToString(this.i.os));
|
|
698
699
|
},
|
|
699
700
|
enumerable: true,
|
|
700
701
|
configurable: true
|
|
701
702
|
});
|
|
702
|
-
Object.defineProperty(
|
|
703
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "borderWidth", {
|
|
703
704
|
/**
|
|
704
705
|
* Gets or sets the border width to use for the border of the item group.
|
|
705
706
|
*/
|
|
@@ -713,7 +714,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
713
714
|
enumerable: true,
|
|
714
715
|
configurable: true
|
|
715
716
|
});
|
|
716
|
-
Object.defineProperty(
|
|
717
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "focusBorderWidth", {
|
|
717
718
|
/**
|
|
718
719
|
* Gets or sets the border width to use for the border of the item group when focused.
|
|
719
720
|
*/
|
|
@@ -727,137 +728,137 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
727
728
|
enumerable: true,
|
|
728
729
|
configurable: true
|
|
729
730
|
});
|
|
730
|
-
Object.defineProperty(
|
|
731
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "borderColor", {
|
|
731
732
|
/**
|
|
732
733
|
* Gets or sets the color to use the border of the input group.
|
|
733
734
|
*/
|
|
734
735
|
get: function () {
|
|
735
|
-
return brushToString(this.i.
|
|
736
|
+
return brushToString(this.i.o0);
|
|
736
737
|
},
|
|
737
738
|
set: function (v) {
|
|
738
|
-
this.i.
|
|
739
|
-
this._a("borderColor", brushToString(this.i.
|
|
739
|
+
this.i.o0 = stringToBrush(v);
|
|
740
|
+
this._a("borderColor", brushToString(this.i.o0));
|
|
740
741
|
},
|
|
741
742
|
enumerable: true,
|
|
742
743
|
configurable: true
|
|
743
744
|
});
|
|
744
|
-
Object.defineProperty(
|
|
745
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "cornerRadiusBottomRight", {
|
|
745
746
|
get: function () {
|
|
746
|
-
return this.i.
|
|
747
|
+
return this.i.m4 ? this.i.m4.b : NaN;
|
|
747
748
|
},
|
|
748
749
|
set: function (v) {
|
|
749
750
|
this.ensureCornerRadius();
|
|
750
|
-
this.i.
|
|
751
|
-
this._a("cornerRadiusBottomRight", this.i.
|
|
752
|
-
this.i.
|
|
751
|
+
this.i.m4.b = +v;
|
|
752
|
+
this._a("cornerRadiusBottomRight", this.i.m4.b);
|
|
753
|
+
this.i.m4 = this.i.m4;
|
|
753
754
|
},
|
|
754
755
|
enumerable: true,
|
|
755
756
|
configurable: true
|
|
756
757
|
});
|
|
757
|
-
Object.defineProperty(
|
|
758
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "cornerRadiusBottomLeft", {
|
|
758
759
|
get: function () {
|
|
759
|
-
return this.i.
|
|
760
|
+
return this.i.m4 ? this.i.m4.a : NaN;
|
|
760
761
|
},
|
|
761
762
|
set: function (v) {
|
|
762
763
|
this.ensureCornerRadius();
|
|
763
|
-
this.i.
|
|
764
|
-
this._a("cornerRadiusBottomLeft", this.i.
|
|
765
|
-
this.i.
|
|
764
|
+
this.i.m4.a = +v;
|
|
765
|
+
this._a("cornerRadiusBottomLeft", this.i.m4.a);
|
|
766
|
+
this.i.m4 = this.i.m4;
|
|
766
767
|
},
|
|
767
768
|
enumerable: true,
|
|
768
769
|
configurable: true
|
|
769
770
|
});
|
|
770
|
-
Object.defineProperty(
|
|
771
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "cornerRadiusTopLeft", {
|
|
771
772
|
get: function () {
|
|
772
|
-
return this.i.
|
|
773
|
+
return this.i.m4 ? this.i.m4.c : NaN;
|
|
773
774
|
},
|
|
774
775
|
set: function (v) {
|
|
775
776
|
this.ensureCornerRadius();
|
|
776
|
-
this.i.
|
|
777
|
-
this._a("cornerRadiusTopLeft", this.i.
|
|
778
|
-
this.i.
|
|
777
|
+
this.i.m4.c = +v;
|
|
778
|
+
this._a("cornerRadiusTopLeft", this.i.m4.c);
|
|
779
|
+
this.i.m4 = this.i.m4;
|
|
779
780
|
},
|
|
780
781
|
enumerable: true,
|
|
781
782
|
configurable: true
|
|
782
783
|
});
|
|
783
|
-
Object.defineProperty(
|
|
784
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "cornerRadiusTopRight", {
|
|
784
785
|
get: function () {
|
|
785
|
-
return this.i.
|
|
786
|
+
return this.i.m4 ? this.i.m4.d : NaN;
|
|
786
787
|
},
|
|
787
788
|
set: function (v) {
|
|
788
789
|
this.ensureCornerRadius();
|
|
789
|
-
this.i.
|
|
790
|
-
this._a("cornerRadiusTopRight", this.i.
|
|
791
|
-
this.i.
|
|
790
|
+
this.i.m4.d = +v;
|
|
791
|
+
this._a("cornerRadiusTopRight", this.i.m4.d);
|
|
792
|
+
this.i.m4 = this.i.m4;
|
|
792
793
|
},
|
|
793
794
|
enumerable: true,
|
|
794
795
|
configurable: true
|
|
795
796
|
});
|
|
796
|
-
|
|
797
|
-
if (this.i.
|
|
797
|
+
IgcXInputGroupComponent.prototype.ensureCornerRadius = function () {
|
|
798
|
+
if (this.i.m4) {
|
|
798
799
|
return;
|
|
799
800
|
}
|
|
800
|
-
this.i.
|
|
801
|
+
this.i.m4 = new CornerRadius(2);
|
|
801
802
|
};
|
|
802
|
-
Object.defineProperty(
|
|
803
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "contentPaddingBottom", {
|
|
803
804
|
get: function () {
|
|
804
|
-
return this.i.
|
|
805
|
+
return this.i.tk ? this.i.tk.b : NaN;
|
|
805
806
|
},
|
|
806
807
|
set: function (v) {
|
|
807
808
|
this.ensureContentPadding();
|
|
808
|
-
this.i.
|
|
809
|
-
this._a("contentPaddingBottom", this.i.
|
|
810
|
-
this.i.
|
|
809
|
+
this.i.tk.b = +v;
|
|
810
|
+
this._a("contentPaddingBottom", this.i.tk.b);
|
|
811
|
+
this.i.tk = this.i.tk;
|
|
811
812
|
},
|
|
812
813
|
enumerable: true,
|
|
813
814
|
configurable: true
|
|
814
815
|
});
|
|
815
|
-
Object.defineProperty(
|
|
816
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "contentPaddingLeft", {
|
|
816
817
|
get: function () {
|
|
817
|
-
return this.i.
|
|
818
|
+
return this.i.tk ? this.i.tk.c : NaN;
|
|
818
819
|
},
|
|
819
820
|
set: function (v) {
|
|
820
821
|
this.ensureContentPadding();
|
|
821
|
-
this.i.
|
|
822
|
-
this._a("contentPaddingLeft", this.i.
|
|
823
|
-
this.i.
|
|
822
|
+
this.i.tk.c = +v;
|
|
823
|
+
this._a("contentPaddingLeft", this.i.tk.c);
|
|
824
|
+
this.i.tk = this.i.tk;
|
|
824
825
|
},
|
|
825
826
|
enumerable: true,
|
|
826
827
|
configurable: true
|
|
827
828
|
});
|
|
828
|
-
Object.defineProperty(
|
|
829
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "contentPaddingRight", {
|
|
829
830
|
get: function () {
|
|
830
|
-
return this.i.
|
|
831
|
+
return this.i.tk ? this.i.tk.d : NaN;
|
|
831
832
|
},
|
|
832
833
|
set: function (v) {
|
|
833
834
|
this.ensureContentPadding();
|
|
834
|
-
this.i.
|
|
835
|
-
this._a("contentPaddingRight", this.i.
|
|
836
|
-
this.i.
|
|
835
|
+
this.i.tk.d = +v;
|
|
836
|
+
this._a("contentPaddingRight", this.i.tk.d);
|
|
837
|
+
this.i.tk = this.i.tk;
|
|
837
838
|
},
|
|
838
839
|
enumerable: true,
|
|
839
840
|
configurable: true
|
|
840
841
|
});
|
|
841
|
-
Object.defineProperty(
|
|
842
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "contentPaddingTop", {
|
|
842
843
|
get: function () {
|
|
843
|
-
return this.i.
|
|
844
|
+
return this.i.tk ? this.i.tk.e : NaN;
|
|
844
845
|
},
|
|
845
846
|
set: function (v) {
|
|
846
847
|
this.ensureContentPadding();
|
|
847
|
-
this.i.
|
|
848
|
-
this._a("contentPaddingTop", this.i.
|
|
849
|
-
this.i.
|
|
848
|
+
this.i.tk.e = +v;
|
|
849
|
+
this._a("contentPaddingTop", this.i.tk.e);
|
|
850
|
+
this.i.tk = this.i.tk;
|
|
850
851
|
},
|
|
851
852
|
enumerable: true,
|
|
852
853
|
configurable: true
|
|
853
854
|
});
|
|
854
|
-
|
|
855
|
-
if (this.i.
|
|
855
|
+
IgcXInputGroupComponent.prototype.ensureContentPadding = function () {
|
|
856
|
+
if (this.i.tk) {
|
|
856
857
|
return;
|
|
857
858
|
}
|
|
858
|
-
this.i.
|
|
859
|
+
this.i.tk = new Thickness(2);
|
|
859
860
|
};
|
|
860
|
-
Object.defineProperty(
|
|
861
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "underlineWidth", {
|
|
861
862
|
/**
|
|
862
863
|
* Gets or sets the width to use for the underline element.
|
|
863
864
|
*/
|
|
@@ -871,7 +872,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
871
872
|
enumerable: true,
|
|
872
873
|
configurable: true
|
|
873
874
|
});
|
|
874
|
-
Object.defineProperty(
|
|
875
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "underlineRippleWidth", {
|
|
875
876
|
/**
|
|
876
877
|
* Gets or sets the width to use for the underline element.
|
|
877
878
|
*/
|
|
@@ -885,7 +886,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
885
886
|
enumerable: true,
|
|
886
887
|
configurable: true
|
|
887
888
|
});
|
|
888
|
-
Object.defineProperty(
|
|
889
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "hoverUnderlineWidth", {
|
|
889
890
|
/**
|
|
890
891
|
* Gets or sets the width to use for the underline element when hovered.
|
|
891
892
|
*/
|
|
@@ -899,63 +900,63 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
899
900
|
enumerable: true,
|
|
900
901
|
configurable: true
|
|
901
902
|
});
|
|
902
|
-
Object.defineProperty(
|
|
903
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "underlineColor", {
|
|
903
904
|
/**
|
|
904
905
|
* Gets or sets the color to use for the underline element.
|
|
905
906
|
*/
|
|
906
907
|
get: function () {
|
|
907
|
-
return brushToString(this.i.
|
|
908
|
+
return brushToString(this.i.s8);
|
|
908
909
|
},
|
|
909
910
|
set: function (v) {
|
|
910
|
-
this.i.
|
|
911
|
-
this._a("underlineColor", brushToString(this.i.
|
|
911
|
+
this.i.s8 = stringToBrush(v);
|
|
912
|
+
this._a("underlineColor", brushToString(this.i.s8));
|
|
912
913
|
},
|
|
913
914
|
enumerable: true,
|
|
914
915
|
configurable: true
|
|
915
916
|
});
|
|
916
|
-
Object.defineProperty(
|
|
917
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "underlineRippleColor", {
|
|
917
918
|
/**
|
|
918
919
|
* Gets or sets the color to use for the underline ripple element.
|
|
919
920
|
*/
|
|
920
921
|
get: function () {
|
|
921
|
-
return brushToString(this.i.
|
|
922
|
+
return brushToString(this.i.s9);
|
|
922
923
|
},
|
|
923
924
|
set: function (v) {
|
|
924
|
-
this.i.
|
|
925
|
-
this._a("underlineRippleColor", brushToString(this.i.
|
|
925
|
+
this.i.s9 = stringToBrush(v);
|
|
926
|
+
this._a("underlineRippleColor", brushToString(this.i.s9));
|
|
926
927
|
},
|
|
927
928
|
enumerable: true,
|
|
928
929
|
configurable: true
|
|
929
930
|
});
|
|
930
|
-
Object.defineProperty(
|
|
931
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "hoverUnderlineColor", {
|
|
931
932
|
/**
|
|
932
933
|
* Gets or sets the color to use for the underline element.
|
|
933
934
|
*/
|
|
934
935
|
get: function () {
|
|
935
|
-
return brushToString(this.i.
|
|
936
|
+
return brushToString(this.i.st);
|
|
936
937
|
},
|
|
937
938
|
set: function (v) {
|
|
938
|
-
this.i.
|
|
939
|
-
this._a("hoverUnderlineColor", brushToString(this.i.
|
|
939
|
+
this.i.st = stringToBrush(v);
|
|
940
|
+
this._a("hoverUnderlineColor", brushToString(this.i.st));
|
|
940
941
|
},
|
|
941
942
|
enumerable: true,
|
|
942
943
|
configurable: true
|
|
943
944
|
});
|
|
944
|
-
Object.defineProperty(
|
|
945
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "focusUnderlineColor", {
|
|
945
946
|
/**
|
|
946
947
|
* Gets or sets the color to use for the underline element.
|
|
947
948
|
*/
|
|
948
949
|
get: function () {
|
|
949
|
-
return brushToString(this.i.
|
|
950
|
+
return brushToString(this.i.ss);
|
|
950
951
|
},
|
|
951
952
|
set: function (v) {
|
|
952
|
-
this.i.
|
|
953
|
-
this._a("focusUnderlineColor", brushToString(this.i.
|
|
953
|
+
this.i.ss = stringToBrush(v);
|
|
954
|
+
this._a("focusUnderlineColor", brushToString(this.i.ss));
|
|
954
955
|
},
|
|
955
956
|
enumerable: true,
|
|
956
957
|
configurable: true
|
|
957
958
|
});
|
|
958
|
-
Object.defineProperty(
|
|
959
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "underlineOpacity", {
|
|
959
960
|
/**
|
|
960
961
|
* Gets or sets the color to use for the underline element.
|
|
961
962
|
*/
|
|
@@ -969,7 +970,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
969
970
|
enumerable: true,
|
|
970
971
|
configurable: true
|
|
971
972
|
});
|
|
972
|
-
Object.defineProperty(
|
|
973
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "hoverUnderlineOpacity", {
|
|
973
974
|
/**
|
|
974
975
|
* Gets or sets the color to use for the underline element.
|
|
975
976
|
*/
|
|
@@ -983,7 +984,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
983
984
|
enumerable: true,
|
|
984
985
|
configurable: true
|
|
985
986
|
});
|
|
986
|
-
Object.defineProperty(
|
|
987
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "focusUnderlineOpacity", {
|
|
987
988
|
/**
|
|
988
989
|
* Gets or sets the color to use for the underline element.
|
|
989
990
|
*/
|
|
@@ -997,7 +998,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
997
998
|
enumerable: true,
|
|
998
999
|
configurable: true
|
|
999
1000
|
});
|
|
1000
|
-
Object.defineProperty(
|
|
1001
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "focusUnderlineRippleOpacity", {
|
|
1001
1002
|
/**
|
|
1002
1003
|
* Gets or sets the opacity to use for the underline ripple element when focused.
|
|
1003
1004
|
*/
|
|
@@ -1011,7 +1012,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1011
1012
|
enumerable: true,
|
|
1012
1013
|
configurable: true
|
|
1013
1014
|
});
|
|
1014
|
-
Object.defineProperty(
|
|
1015
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "underlineRippleOpacity", {
|
|
1015
1016
|
/**
|
|
1016
1017
|
* Gets or sets the opacity to use for the underline ripple element.
|
|
1017
1018
|
*/
|
|
@@ -1025,21 +1026,21 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1025
1026
|
enumerable: true,
|
|
1026
1027
|
configurable: true
|
|
1027
1028
|
});
|
|
1028
|
-
Object.defineProperty(
|
|
1029
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "backgroundColor", {
|
|
1029
1030
|
/**
|
|
1030
1031
|
* Gets or sets the background color to use for the input group.
|
|
1031
1032
|
*/
|
|
1032
1033
|
get: function () {
|
|
1033
|
-
return brushToString(this.i.
|
|
1034
|
+
return brushToString(this.i.oz);
|
|
1034
1035
|
},
|
|
1035
1036
|
set: function (v) {
|
|
1036
|
-
this.i.
|
|
1037
|
-
this._a("backgroundColor", brushToString(this.i.
|
|
1037
|
+
this.i.oz = stringToBrush(v);
|
|
1038
|
+
this._a("backgroundColor", brushToString(this.i.oz));
|
|
1038
1039
|
},
|
|
1039
1040
|
enumerable: true,
|
|
1040
1041
|
configurable: true
|
|
1041
1042
|
});
|
|
1042
|
-
Object.defineProperty(
|
|
1043
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeBorderWidth", {
|
|
1043
1044
|
/**
|
|
1044
1045
|
* Gets or sets the border width to use for the border of the item group when using type line.
|
|
1045
1046
|
*/
|
|
@@ -1053,7 +1054,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1053
1054
|
enumerable: true,
|
|
1054
1055
|
configurable: true
|
|
1055
1056
|
});
|
|
1056
|
-
Object.defineProperty(
|
|
1057
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeFocusBorderWidth", {
|
|
1057
1058
|
/**
|
|
1058
1059
|
* Gets or sets the border width to use for the border of the item group when focused when type is line.
|
|
1059
1060
|
*/
|
|
@@ -1067,151 +1068,151 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1067
1068
|
enumerable: true,
|
|
1068
1069
|
configurable: true
|
|
1069
1070
|
});
|
|
1070
|
-
Object.defineProperty(
|
|
1071
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeFocusBorderColor", {
|
|
1071
1072
|
/**
|
|
1072
1073
|
* Gets or sets the focus color to use the border of the input group when type is line.
|
|
1073
1074
|
*/
|
|
1074
1075
|
get: function () {
|
|
1075
|
-
return brushToString(this.i.
|
|
1076
|
+
return brushToString(this.i.sw);
|
|
1076
1077
|
},
|
|
1077
1078
|
set: function (v) {
|
|
1078
|
-
this.i.
|
|
1079
|
-
this._a("lineTypeFocusBorderColor", brushToString(this.i.
|
|
1079
|
+
this.i.sw = stringToBrush(v);
|
|
1080
|
+
this._a("lineTypeFocusBorderColor", brushToString(this.i.sw));
|
|
1080
1081
|
},
|
|
1081
1082
|
enumerable: true,
|
|
1082
1083
|
configurable: true
|
|
1083
1084
|
});
|
|
1084
|
-
Object.defineProperty(
|
|
1085
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeBorderColor", {
|
|
1085
1086
|
/**
|
|
1086
1087
|
* Gets or sets the color to use the border of the input group when type is line.
|
|
1087
1088
|
*/
|
|
1088
1089
|
get: function () {
|
|
1089
|
-
return brushToString(this.i.
|
|
1090
|
+
return brushToString(this.i.sv);
|
|
1090
1091
|
},
|
|
1091
1092
|
set: function (v) {
|
|
1092
|
-
this.i.
|
|
1093
|
-
this._a("lineTypeBorderColor", brushToString(this.i.
|
|
1093
|
+
this.i.sv = stringToBrush(v);
|
|
1094
|
+
this._a("lineTypeBorderColor", brushToString(this.i.sv));
|
|
1094
1095
|
},
|
|
1095
1096
|
enumerable: true,
|
|
1096
1097
|
configurable: true
|
|
1097
1098
|
});
|
|
1098
|
-
Object.defineProperty(
|
|
1099
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeCornerRadiusBottomRight", {
|
|
1099
1100
|
get: function () {
|
|
1100
|
-
return this.i.
|
|
1101
|
+
return this.i.nk ? this.i.nk.b : NaN;
|
|
1101
1102
|
},
|
|
1102
1103
|
set: function (v) {
|
|
1103
1104
|
this.ensureLineTypeCornerRadius();
|
|
1104
|
-
this.i.
|
|
1105
|
-
this._a("lineTypeCornerRadiusBottomRight", this.i.
|
|
1106
|
-
this.i.
|
|
1105
|
+
this.i.nk.b = +v;
|
|
1106
|
+
this._a("lineTypeCornerRadiusBottomRight", this.i.nk.b);
|
|
1107
|
+
this.i.nk = this.i.nk;
|
|
1107
1108
|
},
|
|
1108
1109
|
enumerable: true,
|
|
1109
1110
|
configurable: true
|
|
1110
1111
|
});
|
|
1111
|
-
Object.defineProperty(
|
|
1112
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeCornerRadiusBottomLeft", {
|
|
1112
1113
|
get: function () {
|
|
1113
|
-
return this.i.
|
|
1114
|
+
return this.i.nk ? this.i.nk.a : NaN;
|
|
1114
1115
|
},
|
|
1115
1116
|
set: function (v) {
|
|
1116
1117
|
this.ensureLineTypeCornerRadius();
|
|
1117
|
-
this.i.
|
|
1118
|
-
this._a("lineTypeCornerRadiusBottomLeft", this.i.
|
|
1119
|
-
this.i.
|
|
1118
|
+
this.i.nk.a = +v;
|
|
1119
|
+
this._a("lineTypeCornerRadiusBottomLeft", this.i.nk.a);
|
|
1120
|
+
this.i.nk = this.i.nk;
|
|
1120
1121
|
},
|
|
1121
1122
|
enumerable: true,
|
|
1122
1123
|
configurable: true
|
|
1123
1124
|
});
|
|
1124
|
-
Object.defineProperty(
|
|
1125
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeCornerRadiusTopLeft", {
|
|
1125
1126
|
get: function () {
|
|
1126
|
-
return this.i.
|
|
1127
|
+
return this.i.nk ? this.i.nk.c : NaN;
|
|
1127
1128
|
},
|
|
1128
1129
|
set: function (v) {
|
|
1129
1130
|
this.ensureLineTypeCornerRadius();
|
|
1130
|
-
this.i.
|
|
1131
|
-
this._a("lineTypeCornerRadiusTopLeft", this.i.
|
|
1132
|
-
this.i.
|
|
1131
|
+
this.i.nk.c = +v;
|
|
1132
|
+
this._a("lineTypeCornerRadiusTopLeft", this.i.nk.c);
|
|
1133
|
+
this.i.nk = this.i.nk;
|
|
1133
1134
|
},
|
|
1134
1135
|
enumerable: true,
|
|
1135
1136
|
configurable: true
|
|
1136
1137
|
});
|
|
1137
|
-
Object.defineProperty(
|
|
1138
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeCornerRadiusTopRight", {
|
|
1138
1139
|
get: function () {
|
|
1139
|
-
return this.i.
|
|
1140
|
+
return this.i.nk ? this.i.nk.d : NaN;
|
|
1140
1141
|
},
|
|
1141
1142
|
set: function (v) {
|
|
1142
1143
|
this.ensureLineTypeCornerRadius();
|
|
1143
|
-
this.i.
|
|
1144
|
-
this._a("lineTypeCornerRadiusTopRight", this.i.
|
|
1145
|
-
this.i.
|
|
1144
|
+
this.i.nk.d = +v;
|
|
1145
|
+
this._a("lineTypeCornerRadiusTopRight", this.i.nk.d);
|
|
1146
|
+
this.i.nk = this.i.nk;
|
|
1146
1147
|
},
|
|
1147
1148
|
enumerable: true,
|
|
1148
1149
|
configurable: true
|
|
1149
1150
|
});
|
|
1150
|
-
|
|
1151
|
-
if (this.i.
|
|
1151
|
+
IgcXInputGroupComponent.prototype.ensureLineTypeCornerRadius = function () {
|
|
1152
|
+
if (this.i.nk) {
|
|
1152
1153
|
return;
|
|
1153
1154
|
}
|
|
1154
|
-
this.i.
|
|
1155
|
+
this.i.nk = new CornerRadius(2);
|
|
1155
1156
|
};
|
|
1156
|
-
Object.defineProperty(
|
|
1157
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeContentPaddingBottom", {
|
|
1157
1158
|
get: function () {
|
|
1158
|
-
return this.i.
|
|
1159
|
+
return this.i.t0 ? this.i.t0.b : NaN;
|
|
1159
1160
|
},
|
|
1160
1161
|
set: function (v) {
|
|
1161
1162
|
this.ensureLineTypeContentPadding();
|
|
1162
|
-
this.i.
|
|
1163
|
-
this._a("lineTypeContentPaddingBottom", this.i.
|
|
1164
|
-
this.i.
|
|
1163
|
+
this.i.t0.b = +v;
|
|
1164
|
+
this._a("lineTypeContentPaddingBottom", this.i.t0.b);
|
|
1165
|
+
this.i.t0 = this.i.t0;
|
|
1165
1166
|
},
|
|
1166
1167
|
enumerable: true,
|
|
1167
1168
|
configurable: true
|
|
1168
1169
|
});
|
|
1169
|
-
Object.defineProperty(
|
|
1170
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeContentPaddingLeft", {
|
|
1170
1171
|
get: function () {
|
|
1171
|
-
return this.i.
|
|
1172
|
+
return this.i.t0 ? this.i.t0.c : NaN;
|
|
1172
1173
|
},
|
|
1173
1174
|
set: function (v) {
|
|
1174
1175
|
this.ensureLineTypeContentPadding();
|
|
1175
|
-
this.i.
|
|
1176
|
-
this._a("lineTypeContentPaddingLeft", this.i.
|
|
1177
|
-
this.i.
|
|
1176
|
+
this.i.t0.c = +v;
|
|
1177
|
+
this._a("lineTypeContentPaddingLeft", this.i.t0.c);
|
|
1178
|
+
this.i.t0 = this.i.t0;
|
|
1178
1179
|
},
|
|
1179
1180
|
enumerable: true,
|
|
1180
1181
|
configurable: true
|
|
1181
1182
|
});
|
|
1182
|
-
Object.defineProperty(
|
|
1183
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeContentPaddingRight", {
|
|
1183
1184
|
get: function () {
|
|
1184
|
-
return this.i.
|
|
1185
|
+
return this.i.t0 ? this.i.t0.d : NaN;
|
|
1185
1186
|
},
|
|
1186
1187
|
set: function (v) {
|
|
1187
1188
|
this.ensureLineTypeContentPadding();
|
|
1188
|
-
this.i.
|
|
1189
|
-
this._a("lineTypeContentPaddingRight", this.i.
|
|
1190
|
-
this.i.
|
|
1189
|
+
this.i.t0.d = +v;
|
|
1190
|
+
this._a("lineTypeContentPaddingRight", this.i.t0.d);
|
|
1191
|
+
this.i.t0 = this.i.t0;
|
|
1191
1192
|
},
|
|
1192
1193
|
enumerable: true,
|
|
1193
1194
|
configurable: true
|
|
1194
1195
|
});
|
|
1195
|
-
Object.defineProperty(
|
|
1196
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeContentPaddingTop", {
|
|
1196
1197
|
get: function () {
|
|
1197
|
-
return this.i.
|
|
1198
|
+
return this.i.t0 ? this.i.t0.e : NaN;
|
|
1198
1199
|
},
|
|
1199
1200
|
set: function (v) {
|
|
1200
1201
|
this.ensureLineTypeContentPadding();
|
|
1201
|
-
this.i.
|
|
1202
|
-
this._a("lineTypeContentPaddingTop", this.i.
|
|
1203
|
-
this.i.
|
|
1202
|
+
this.i.t0.e = +v;
|
|
1203
|
+
this._a("lineTypeContentPaddingTop", this.i.t0.e);
|
|
1204
|
+
this.i.t0 = this.i.t0;
|
|
1204
1205
|
},
|
|
1205
1206
|
enumerable: true,
|
|
1206
1207
|
configurable: true
|
|
1207
1208
|
});
|
|
1208
|
-
|
|
1209
|
-
if (this.i.
|
|
1209
|
+
IgcXInputGroupComponent.prototype.ensureLineTypeContentPadding = function () {
|
|
1210
|
+
if (this.i.t0) {
|
|
1210
1211
|
return;
|
|
1211
1212
|
}
|
|
1212
|
-
this.i.
|
|
1213
|
+
this.i.t0 = new Thickness(2);
|
|
1213
1214
|
};
|
|
1214
|
-
Object.defineProperty(
|
|
1215
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeUnderlineWidth", {
|
|
1215
1216
|
/**
|
|
1216
1217
|
* Gets or sets the width to use for the underline element when type is line.
|
|
1217
1218
|
*/
|
|
@@ -1225,7 +1226,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1225
1226
|
enumerable: true,
|
|
1226
1227
|
configurable: true
|
|
1227
1228
|
});
|
|
1228
|
-
Object.defineProperty(
|
|
1229
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeUnderlineRippleWidth", {
|
|
1229
1230
|
/**
|
|
1230
1231
|
* Gets or sets the width to use for the underline element when type is line.
|
|
1231
1232
|
*/
|
|
@@ -1239,7 +1240,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1239
1240
|
enumerable: true,
|
|
1240
1241
|
configurable: true
|
|
1241
1242
|
});
|
|
1242
|
-
Object.defineProperty(
|
|
1243
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeHoverUnderlineWidth", {
|
|
1243
1244
|
/**
|
|
1244
1245
|
* Gets or sets the width to use for the underline element when hovered when type is line.
|
|
1245
1246
|
*/
|
|
@@ -1253,63 +1254,63 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1253
1254
|
enumerable: true,
|
|
1254
1255
|
configurable: true
|
|
1255
1256
|
});
|
|
1256
|
-
Object.defineProperty(
|
|
1257
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeUnderlineColor", {
|
|
1257
1258
|
/**
|
|
1258
1259
|
* Gets or sets the color to use for the underline element when type is line.
|
|
1259
1260
|
*/
|
|
1260
1261
|
get: function () {
|
|
1261
|
-
return brushToString(this.i.
|
|
1262
|
+
return brushToString(this.i.sz);
|
|
1262
1263
|
},
|
|
1263
1264
|
set: function (v) {
|
|
1264
|
-
this.i.
|
|
1265
|
-
this._a("lineTypeUnderlineColor", brushToString(this.i.
|
|
1265
|
+
this.i.sz = stringToBrush(v);
|
|
1266
|
+
this._a("lineTypeUnderlineColor", brushToString(this.i.sz));
|
|
1266
1267
|
},
|
|
1267
1268
|
enumerable: true,
|
|
1268
1269
|
configurable: true
|
|
1269
1270
|
});
|
|
1270
|
-
Object.defineProperty(
|
|
1271
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeUnderlineRippleColor", {
|
|
1271
1272
|
/**
|
|
1272
1273
|
* Gets or sets the color to use for the underline ripple element when type is line.
|
|
1273
1274
|
*/
|
|
1274
1275
|
get: function () {
|
|
1275
|
-
return brushToString(this.i.
|
|
1276
|
+
return brushToString(this.i.s0);
|
|
1276
1277
|
},
|
|
1277
1278
|
set: function (v) {
|
|
1278
|
-
this.i.
|
|
1279
|
-
this._a("lineTypeUnderlineRippleColor", brushToString(this.i.
|
|
1279
|
+
this.i.s0 = stringToBrush(v);
|
|
1280
|
+
this._a("lineTypeUnderlineRippleColor", brushToString(this.i.s0));
|
|
1280
1281
|
},
|
|
1281
1282
|
enumerable: true,
|
|
1282
1283
|
configurable: true
|
|
1283
1284
|
});
|
|
1284
|
-
Object.defineProperty(
|
|
1285
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeHoverUnderlineColor", {
|
|
1285
1286
|
/**
|
|
1286
1287
|
* Gets or sets the color to use for the underline element when type is line.
|
|
1287
1288
|
*/
|
|
1288
1289
|
get: function () {
|
|
1289
|
-
return brushToString(this.i.
|
|
1290
|
+
return brushToString(this.i.sy);
|
|
1290
1291
|
},
|
|
1291
1292
|
set: function (v) {
|
|
1292
|
-
this.i.
|
|
1293
|
-
this._a("lineTypeHoverUnderlineColor", brushToString(this.i.
|
|
1293
|
+
this.i.sy = stringToBrush(v);
|
|
1294
|
+
this._a("lineTypeHoverUnderlineColor", brushToString(this.i.sy));
|
|
1294
1295
|
},
|
|
1295
1296
|
enumerable: true,
|
|
1296
1297
|
configurable: true
|
|
1297
1298
|
});
|
|
1298
|
-
Object.defineProperty(
|
|
1299
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeFocusUnderlineColor", {
|
|
1299
1300
|
/**
|
|
1300
1301
|
* Gets or sets the color to use for the underline element when type is line.
|
|
1301
1302
|
*/
|
|
1302
1303
|
get: function () {
|
|
1303
|
-
return brushToString(this.i.
|
|
1304
|
+
return brushToString(this.i.sx);
|
|
1304
1305
|
},
|
|
1305
1306
|
set: function (v) {
|
|
1306
|
-
this.i.
|
|
1307
|
-
this._a("lineTypeFocusUnderlineColor", brushToString(this.i.
|
|
1307
|
+
this.i.sx = stringToBrush(v);
|
|
1308
|
+
this._a("lineTypeFocusUnderlineColor", brushToString(this.i.sx));
|
|
1308
1309
|
},
|
|
1309
1310
|
enumerable: true,
|
|
1310
1311
|
configurable: true
|
|
1311
1312
|
});
|
|
1312
|
-
Object.defineProperty(
|
|
1313
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeUnderlineOpacity", {
|
|
1313
1314
|
/**
|
|
1314
1315
|
* Gets or sets the color to use for the underline element when type is line.
|
|
1315
1316
|
*/
|
|
@@ -1323,7 +1324,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1323
1324
|
enumerable: true,
|
|
1324
1325
|
configurable: true
|
|
1325
1326
|
});
|
|
1326
|
-
Object.defineProperty(
|
|
1327
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeHoverUnderlineOpacity", {
|
|
1327
1328
|
/**
|
|
1328
1329
|
* Gets or sets the color to use for the underline element when type is line.
|
|
1329
1330
|
*/
|
|
@@ -1337,7 +1338,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1337
1338
|
enumerable: true,
|
|
1338
1339
|
configurable: true
|
|
1339
1340
|
});
|
|
1340
|
-
Object.defineProperty(
|
|
1341
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeFocusUnderlineOpacity", {
|
|
1341
1342
|
/**
|
|
1342
1343
|
* Gets or sets the color to use for the underline element when type is line.
|
|
1343
1344
|
*/
|
|
@@ -1351,7 +1352,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1351
1352
|
enumerable: true,
|
|
1352
1353
|
configurable: true
|
|
1353
1354
|
});
|
|
1354
|
-
Object.defineProperty(
|
|
1355
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeFocusUnderlineRippleOpacity", {
|
|
1355
1356
|
/**
|
|
1356
1357
|
* Gets or sets the opacity to use for the underline ripple element when focused when type is line.
|
|
1357
1358
|
*/
|
|
@@ -1365,7 +1366,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1365
1366
|
enumerable: true,
|
|
1366
1367
|
configurable: true
|
|
1367
1368
|
});
|
|
1368
|
-
Object.defineProperty(
|
|
1369
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeUnderlineRippleOpacity", {
|
|
1369
1370
|
/**
|
|
1370
1371
|
* Gets or sets the opacity to use for the underline ripple element when type is line.
|
|
1371
1372
|
*/
|
|
@@ -1379,21 +1380,21 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1379
1380
|
enumerable: true,
|
|
1380
1381
|
configurable: true
|
|
1381
1382
|
});
|
|
1382
|
-
Object.defineProperty(
|
|
1383
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeBackgroundColor", {
|
|
1383
1384
|
/**
|
|
1384
1385
|
* Gets or sets the background color to use for the input group when type is line.
|
|
1385
1386
|
*/
|
|
1386
1387
|
get: function () {
|
|
1387
|
-
return brushToString(this.i.
|
|
1388
|
+
return brushToString(this.i.su);
|
|
1388
1389
|
},
|
|
1389
1390
|
set: function (v) {
|
|
1390
|
-
this.i.
|
|
1391
|
-
this._a("lineTypeBackgroundColor", brushToString(this.i.
|
|
1391
|
+
this.i.su = stringToBrush(v);
|
|
1392
|
+
this._a("lineTypeBackgroundColor", brushToString(this.i.su));
|
|
1392
1393
|
},
|
|
1393
1394
|
enumerable: true,
|
|
1394
1395
|
configurable: true
|
|
1395
1396
|
});
|
|
1396
|
-
Object.defineProperty(
|
|
1397
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeBorderWidth", {
|
|
1397
1398
|
/**
|
|
1398
1399
|
* Gets or sets the border width to use for the border of the item group when using type line.
|
|
1399
1400
|
*/
|
|
@@ -1407,7 +1408,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1407
1408
|
enumerable: true,
|
|
1408
1409
|
configurable: true
|
|
1409
1410
|
});
|
|
1410
|
-
Object.defineProperty(
|
|
1411
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeFocusBorderWidth", {
|
|
1411
1412
|
/**
|
|
1412
1413
|
* Gets or sets the border width to use for the border of the item group when focused when type is box.
|
|
1413
1414
|
*/
|
|
@@ -1421,151 +1422,151 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1421
1422
|
enumerable: true,
|
|
1422
1423
|
configurable: true
|
|
1423
1424
|
});
|
|
1424
|
-
Object.defineProperty(
|
|
1425
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeFocusBorderColor", {
|
|
1425
1426
|
/**
|
|
1426
1427
|
* Gets or sets the focus color to use the border of the input group when type is box.
|
|
1427
1428
|
*/
|
|
1428
1429
|
get: function () {
|
|
1429
|
-
return brushToString(this.i.
|
|
1430
|
+
return brushToString(this.i.pa);
|
|
1430
1431
|
},
|
|
1431
1432
|
set: function (v) {
|
|
1432
|
-
this.i.
|
|
1433
|
-
this._a("boxTypeFocusBorderColor", brushToString(this.i.
|
|
1433
|
+
this.i.pa = stringToBrush(v);
|
|
1434
|
+
this._a("boxTypeFocusBorderColor", brushToString(this.i.pa));
|
|
1434
1435
|
},
|
|
1435
1436
|
enumerable: true,
|
|
1436
1437
|
configurable: true
|
|
1437
1438
|
});
|
|
1438
|
-
Object.defineProperty(
|
|
1439
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeBorderColor", {
|
|
1439
1440
|
/**
|
|
1440
1441
|
* Gets or sets the color to use the border of the input group when type is box.
|
|
1441
1442
|
*/
|
|
1442
1443
|
get: function () {
|
|
1443
|
-
return brushToString(this.i.
|
|
1444
|
+
return brushToString(this.i.o9);
|
|
1444
1445
|
},
|
|
1445
1446
|
set: function (v) {
|
|
1446
|
-
this.i.
|
|
1447
|
-
this._a("boxTypeBorderColor", brushToString(this.i.
|
|
1447
|
+
this.i.o9 = stringToBrush(v);
|
|
1448
|
+
this._a("boxTypeBorderColor", brushToString(this.i.o9));
|
|
1448
1449
|
},
|
|
1449
1450
|
enumerable: true,
|
|
1450
1451
|
configurable: true
|
|
1451
1452
|
});
|
|
1452
|
-
Object.defineProperty(
|
|
1453
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeCornerRadiusBottomRight", {
|
|
1453
1454
|
get: function () {
|
|
1454
|
-
return this.i.
|
|
1455
|
+
return this.i.m2 ? this.i.m2.b : NaN;
|
|
1455
1456
|
},
|
|
1456
1457
|
set: function (v) {
|
|
1457
1458
|
this.ensureBoxTypeCornerRadius();
|
|
1458
|
-
this.i.
|
|
1459
|
-
this._a("boxTypeCornerRadiusBottomRight", this.i.
|
|
1460
|
-
this.i.
|
|
1459
|
+
this.i.m2.b = +v;
|
|
1460
|
+
this._a("boxTypeCornerRadiusBottomRight", this.i.m2.b);
|
|
1461
|
+
this.i.m2 = this.i.m2;
|
|
1461
1462
|
},
|
|
1462
1463
|
enumerable: true,
|
|
1463
1464
|
configurable: true
|
|
1464
1465
|
});
|
|
1465
|
-
Object.defineProperty(
|
|
1466
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeCornerRadiusBottomLeft", {
|
|
1466
1467
|
get: function () {
|
|
1467
|
-
return this.i.
|
|
1468
|
+
return this.i.m2 ? this.i.m2.a : NaN;
|
|
1468
1469
|
},
|
|
1469
1470
|
set: function (v) {
|
|
1470
1471
|
this.ensureBoxTypeCornerRadius();
|
|
1471
|
-
this.i.
|
|
1472
|
-
this._a("boxTypeCornerRadiusBottomLeft", this.i.
|
|
1473
|
-
this.i.
|
|
1472
|
+
this.i.m2.a = +v;
|
|
1473
|
+
this._a("boxTypeCornerRadiusBottomLeft", this.i.m2.a);
|
|
1474
|
+
this.i.m2 = this.i.m2;
|
|
1474
1475
|
},
|
|
1475
1476
|
enumerable: true,
|
|
1476
1477
|
configurable: true
|
|
1477
1478
|
});
|
|
1478
|
-
Object.defineProperty(
|
|
1479
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeCornerRadiusTopLeft", {
|
|
1479
1480
|
get: function () {
|
|
1480
|
-
return this.i.
|
|
1481
|
+
return this.i.m2 ? this.i.m2.c : NaN;
|
|
1481
1482
|
},
|
|
1482
1483
|
set: function (v) {
|
|
1483
1484
|
this.ensureBoxTypeCornerRadius();
|
|
1484
|
-
this.i.
|
|
1485
|
-
this._a("boxTypeCornerRadiusTopLeft", this.i.
|
|
1486
|
-
this.i.
|
|
1485
|
+
this.i.m2.c = +v;
|
|
1486
|
+
this._a("boxTypeCornerRadiusTopLeft", this.i.m2.c);
|
|
1487
|
+
this.i.m2 = this.i.m2;
|
|
1487
1488
|
},
|
|
1488
1489
|
enumerable: true,
|
|
1489
1490
|
configurable: true
|
|
1490
1491
|
});
|
|
1491
|
-
Object.defineProperty(
|
|
1492
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeCornerRadiusTopRight", {
|
|
1492
1493
|
get: function () {
|
|
1493
|
-
return this.i.
|
|
1494
|
+
return this.i.m2 ? this.i.m2.d : NaN;
|
|
1494
1495
|
},
|
|
1495
1496
|
set: function (v) {
|
|
1496
1497
|
this.ensureBoxTypeCornerRadius();
|
|
1497
|
-
this.i.
|
|
1498
|
-
this._a("boxTypeCornerRadiusTopRight", this.i.
|
|
1499
|
-
this.i.
|
|
1498
|
+
this.i.m2.d = +v;
|
|
1499
|
+
this._a("boxTypeCornerRadiusTopRight", this.i.m2.d);
|
|
1500
|
+
this.i.m2 = this.i.m2;
|
|
1500
1501
|
},
|
|
1501
1502
|
enumerable: true,
|
|
1502
1503
|
configurable: true
|
|
1503
1504
|
});
|
|
1504
|
-
|
|
1505
|
-
if (this.i.
|
|
1505
|
+
IgcXInputGroupComponent.prototype.ensureBoxTypeCornerRadius = function () {
|
|
1506
|
+
if (this.i.m2) {
|
|
1506
1507
|
return;
|
|
1507
1508
|
}
|
|
1508
|
-
this.i.
|
|
1509
|
+
this.i.m2 = new CornerRadius(2);
|
|
1509
1510
|
};
|
|
1510
|
-
Object.defineProperty(
|
|
1511
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeContentPaddingBottom", {
|
|
1511
1512
|
get: function () {
|
|
1512
|
-
return this.i.
|
|
1513
|
+
return this.i.ti ? this.i.ti.b : NaN;
|
|
1513
1514
|
},
|
|
1514
1515
|
set: function (v) {
|
|
1515
1516
|
this.ensureBoxTypeContentPadding();
|
|
1516
|
-
this.i.
|
|
1517
|
-
this._a("boxTypeContentPaddingBottom", this.i.
|
|
1518
|
-
this.i.
|
|
1517
|
+
this.i.ti.b = +v;
|
|
1518
|
+
this._a("boxTypeContentPaddingBottom", this.i.ti.b);
|
|
1519
|
+
this.i.ti = this.i.ti;
|
|
1519
1520
|
},
|
|
1520
1521
|
enumerable: true,
|
|
1521
1522
|
configurable: true
|
|
1522
1523
|
});
|
|
1523
|
-
Object.defineProperty(
|
|
1524
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeContentPaddingLeft", {
|
|
1524
1525
|
get: function () {
|
|
1525
|
-
return this.i.
|
|
1526
|
+
return this.i.ti ? this.i.ti.c : NaN;
|
|
1526
1527
|
},
|
|
1527
1528
|
set: function (v) {
|
|
1528
1529
|
this.ensureBoxTypeContentPadding();
|
|
1529
|
-
this.i.
|
|
1530
|
-
this._a("boxTypeContentPaddingLeft", this.i.
|
|
1531
|
-
this.i.
|
|
1530
|
+
this.i.ti.c = +v;
|
|
1531
|
+
this._a("boxTypeContentPaddingLeft", this.i.ti.c);
|
|
1532
|
+
this.i.ti = this.i.ti;
|
|
1532
1533
|
},
|
|
1533
1534
|
enumerable: true,
|
|
1534
1535
|
configurable: true
|
|
1535
1536
|
});
|
|
1536
|
-
Object.defineProperty(
|
|
1537
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeContentPaddingRight", {
|
|
1537
1538
|
get: function () {
|
|
1538
|
-
return this.i.
|
|
1539
|
+
return this.i.ti ? this.i.ti.d : NaN;
|
|
1539
1540
|
},
|
|
1540
1541
|
set: function (v) {
|
|
1541
1542
|
this.ensureBoxTypeContentPadding();
|
|
1542
|
-
this.i.
|
|
1543
|
-
this._a("boxTypeContentPaddingRight", this.i.
|
|
1544
|
-
this.i.
|
|
1543
|
+
this.i.ti.d = +v;
|
|
1544
|
+
this._a("boxTypeContentPaddingRight", this.i.ti.d);
|
|
1545
|
+
this.i.ti = this.i.ti;
|
|
1545
1546
|
},
|
|
1546
1547
|
enumerable: true,
|
|
1547
1548
|
configurable: true
|
|
1548
1549
|
});
|
|
1549
|
-
Object.defineProperty(
|
|
1550
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeContentPaddingTop", {
|
|
1550
1551
|
get: function () {
|
|
1551
|
-
return this.i.
|
|
1552
|
+
return this.i.ti ? this.i.ti.e : NaN;
|
|
1552
1553
|
},
|
|
1553
1554
|
set: function (v) {
|
|
1554
1555
|
this.ensureBoxTypeContentPadding();
|
|
1555
|
-
this.i.
|
|
1556
|
-
this._a("boxTypeContentPaddingTop", this.i.
|
|
1557
|
-
this.i.
|
|
1556
|
+
this.i.ti.e = +v;
|
|
1557
|
+
this._a("boxTypeContentPaddingTop", this.i.ti.e);
|
|
1558
|
+
this.i.ti = this.i.ti;
|
|
1558
1559
|
},
|
|
1559
1560
|
enumerable: true,
|
|
1560
1561
|
configurable: true
|
|
1561
1562
|
});
|
|
1562
|
-
|
|
1563
|
-
if (this.i.
|
|
1563
|
+
IgcXInputGroupComponent.prototype.ensureBoxTypeContentPadding = function () {
|
|
1564
|
+
if (this.i.ti) {
|
|
1564
1565
|
return;
|
|
1565
1566
|
}
|
|
1566
|
-
this.i.
|
|
1567
|
+
this.i.ti = new Thickness(2);
|
|
1567
1568
|
};
|
|
1568
|
-
Object.defineProperty(
|
|
1569
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeUnderlineWidth", {
|
|
1569
1570
|
/**
|
|
1570
1571
|
* Gets or sets the width to use for the underline element when type is box.
|
|
1571
1572
|
*/
|
|
@@ -1579,7 +1580,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1579
1580
|
enumerable: true,
|
|
1580
1581
|
configurable: true
|
|
1581
1582
|
});
|
|
1582
|
-
Object.defineProperty(
|
|
1583
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeUnderlineRippleWidth", {
|
|
1583
1584
|
/**
|
|
1584
1585
|
* Gets or sets the width to use for the underline element when type is box.
|
|
1585
1586
|
*/
|
|
@@ -1593,7 +1594,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1593
1594
|
enumerable: true,
|
|
1594
1595
|
configurable: true
|
|
1595
1596
|
});
|
|
1596
|
-
Object.defineProperty(
|
|
1597
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeHoverUnderlineWidth", {
|
|
1597
1598
|
/**
|
|
1598
1599
|
* Gets or sets the width to use for the underline element when hovered when type is box.
|
|
1599
1600
|
*/
|
|
@@ -1607,63 +1608,63 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1607
1608
|
enumerable: true,
|
|
1608
1609
|
configurable: true
|
|
1609
1610
|
});
|
|
1610
|
-
Object.defineProperty(
|
|
1611
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeUnderlineColor", {
|
|
1611
1612
|
/**
|
|
1612
1613
|
* Gets or sets the color to use for the underline element when type is box.
|
|
1613
1614
|
*/
|
|
1614
1615
|
get: function () {
|
|
1615
|
-
return brushToString(this.i.
|
|
1616
|
+
return brushToString(this.i.pd);
|
|
1616
1617
|
},
|
|
1617
1618
|
set: function (v) {
|
|
1618
|
-
this.i.
|
|
1619
|
-
this._a("boxTypeUnderlineColor", brushToString(this.i.
|
|
1619
|
+
this.i.pd = stringToBrush(v);
|
|
1620
|
+
this._a("boxTypeUnderlineColor", brushToString(this.i.pd));
|
|
1620
1621
|
},
|
|
1621
1622
|
enumerable: true,
|
|
1622
1623
|
configurable: true
|
|
1623
1624
|
});
|
|
1624
|
-
Object.defineProperty(
|
|
1625
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeUnderlineRippleColor", {
|
|
1625
1626
|
/**
|
|
1626
1627
|
* Gets or sets the color to use for the underline ripple element when type is box.
|
|
1627
1628
|
*/
|
|
1628
1629
|
get: function () {
|
|
1629
|
-
return brushToString(this.i.
|
|
1630
|
+
return brushToString(this.i.pe);
|
|
1630
1631
|
},
|
|
1631
1632
|
set: function (v) {
|
|
1632
|
-
this.i.
|
|
1633
|
-
this._a("boxTypeUnderlineRippleColor", brushToString(this.i.
|
|
1633
|
+
this.i.pe = stringToBrush(v);
|
|
1634
|
+
this._a("boxTypeUnderlineRippleColor", brushToString(this.i.pe));
|
|
1634
1635
|
},
|
|
1635
1636
|
enumerable: true,
|
|
1636
1637
|
configurable: true
|
|
1637
1638
|
});
|
|
1638
|
-
Object.defineProperty(
|
|
1639
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeHoverUnderlineColor", {
|
|
1639
1640
|
/**
|
|
1640
1641
|
* Gets or sets the color to use for the underline element when type is box.
|
|
1641
1642
|
*/
|
|
1642
1643
|
get: function () {
|
|
1643
|
-
return brushToString(this.i.
|
|
1644
|
+
return brushToString(this.i.pc);
|
|
1644
1645
|
},
|
|
1645
1646
|
set: function (v) {
|
|
1646
|
-
this.i.
|
|
1647
|
-
this._a("boxTypeHoverUnderlineColor", brushToString(this.i.
|
|
1647
|
+
this.i.pc = stringToBrush(v);
|
|
1648
|
+
this._a("boxTypeHoverUnderlineColor", brushToString(this.i.pc));
|
|
1648
1649
|
},
|
|
1649
1650
|
enumerable: true,
|
|
1650
1651
|
configurable: true
|
|
1651
1652
|
});
|
|
1652
|
-
Object.defineProperty(
|
|
1653
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeFocusUnderlineColor", {
|
|
1653
1654
|
/**
|
|
1654
1655
|
* Gets or sets the color to use for the underline element when type is box.
|
|
1655
1656
|
*/
|
|
1656
1657
|
get: function () {
|
|
1657
|
-
return brushToString(this.i.
|
|
1658
|
+
return brushToString(this.i.pb);
|
|
1658
1659
|
},
|
|
1659
1660
|
set: function (v) {
|
|
1660
|
-
this.i.
|
|
1661
|
-
this._a("boxTypeFocusUnderlineColor", brushToString(this.i.
|
|
1661
|
+
this.i.pb = stringToBrush(v);
|
|
1662
|
+
this._a("boxTypeFocusUnderlineColor", brushToString(this.i.pb));
|
|
1662
1663
|
},
|
|
1663
1664
|
enumerable: true,
|
|
1664
1665
|
configurable: true
|
|
1665
1666
|
});
|
|
1666
|
-
Object.defineProperty(
|
|
1667
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeUnderlineOpacity", {
|
|
1667
1668
|
/**
|
|
1668
1669
|
* Gets or sets the color to use for the underline element when type is box.
|
|
1669
1670
|
*/
|
|
@@ -1677,7 +1678,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1677
1678
|
enumerable: true,
|
|
1678
1679
|
configurable: true
|
|
1679
1680
|
});
|
|
1680
|
-
Object.defineProperty(
|
|
1681
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeHoverUnderlineOpacity", {
|
|
1681
1682
|
/**
|
|
1682
1683
|
* Gets or sets the color to use for the underline element when type is box.
|
|
1683
1684
|
*/
|
|
@@ -1691,7 +1692,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1691
1692
|
enumerable: true,
|
|
1692
1693
|
configurable: true
|
|
1693
1694
|
});
|
|
1694
|
-
Object.defineProperty(
|
|
1695
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeFocusUnderlineOpacity", {
|
|
1695
1696
|
/**
|
|
1696
1697
|
* Gets or sets the color to use for the underline element when type is box.
|
|
1697
1698
|
*/
|
|
@@ -1705,7 +1706,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1705
1706
|
enumerable: true,
|
|
1706
1707
|
configurable: true
|
|
1707
1708
|
});
|
|
1708
|
-
Object.defineProperty(
|
|
1709
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeFocusUnderlineRippleOpacity", {
|
|
1709
1710
|
/**
|
|
1710
1711
|
* Gets or sets the opacity to use for the underline ripple element when focused when type is box.
|
|
1711
1712
|
*/
|
|
@@ -1719,7 +1720,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1719
1720
|
enumerable: true,
|
|
1720
1721
|
configurable: true
|
|
1721
1722
|
});
|
|
1722
|
-
Object.defineProperty(
|
|
1723
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeUnderlineRippleOpacity", {
|
|
1723
1724
|
/**
|
|
1724
1725
|
* Gets or sets the opacity to use for the underline ripple element when type is box.
|
|
1725
1726
|
*/
|
|
@@ -1733,21 +1734,21 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1733
1734
|
enumerable: true,
|
|
1734
1735
|
configurable: true
|
|
1735
1736
|
});
|
|
1736
|
-
Object.defineProperty(
|
|
1737
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeBackgroundColor", {
|
|
1737
1738
|
/**
|
|
1738
1739
|
* Gets or sets the background color to use for the input group when type is box.
|
|
1739
1740
|
*/
|
|
1740
1741
|
get: function () {
|
|
1741
|
-
return brushToString(this.i.
|
|
1742
|
+
return brushToString(this.i.o8);
|
|
1742
1743
|
},
|
|
1743
1744
|
set: function (v) {
|
|
1744
|
-
this.i.
|
|
1745
|
-
this._a("boxTypeBackgroundColor", brushToString(this.i.
|
|
1745
|
+
this.i.o8 = stringToBrush(v);
|
|
1746
|
+
this._a("boxTypeBackgroundColor", brushToString(this.i.o8));
|
|
1746
1747
|
},
|
|
1747
1748
|
enumerable: true,
|
|
1748
1749
|
configurable: true
|
|
1749
1750
|
});
|
|
1750
|
-
Object.defineProperty(
|
|
1751
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeBorderWidth", {
|
|
1751
1752
|
/**
|
|
1752
1753
|
* Gets or sets the border width to use for the border of the item group when using type line.
|
|
1753
1754
|
*/
|
|
@@ -1761,7 +1762,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1761
1762
|
enumerable: true,
|
|
1762
1763
|
configurable: true
|
|
1763
1764
|
});
|
|
1764
|
-
Object.defineProperty(
|
|
1765
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeFocusBorderWidth", {
|
|
1765
1766
|
/**
|
|
1766
1767
|
* Gets or sets the border width to use for the border of the item group when focused when type is border.
|
|
1767
1768
|
*/
|
|
@@ -1775,151 +1776,151 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1775
1776
|
enumerable: true,
|
|
1776
1777
|
configurable: true
|
|
1777
1778
|
});
|
|
1778
|
-
Object.defineProperty(
|
|
1779
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeFocusBorderColor", {
|
|
1779
1780
|
/**
|
|
1780
1781
|
* Gets or sets the focus color to use the border of the input group when type is border.
|
|
1781
1782
|
*/
|
|
1782
1783
|
get: function () {
|
|
1783
|
-
return brushToString(this.i.
|
|
1784
|
+
return brushToString(this.i.o3);
|
|
1784
1785
|
},
|
|
1785
1786
|
set: function (v) {
|
|
1786
|
-
this.i.
|
|
1787
|
-
this._a("borderTypeFocusBorderColor", brushToString(this.i.
|
|
1787
|
+
this.i.o3 = stringToBrush(v);
|
|
1788
|
+
this._a("borderTypeFocusBorderColor", brushToString(this.i.o3));
|
|
1788
1789
|
},
|
|
1789
1790
|
enumerable: true,
|
|
1790
1791
|
configurable: true
|
|
1791
1792
|
});
|
|
1792
|
-
Object.defineProperty(
|
|
1793
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeBorderColor", {
|
|
1793
1794
|
/**
|
|
1794
1795
|
* Gets or sets the color to use the border of the input group when type is border.
|
|
1795
1796
|
*/
|
|
1796
1797
|
get: function () {
|
|
1797
|
-
return brushToString(this.i.
|
|
1798
|
+
return brushToString(this.i.o2);
|
|
1798
1799
|
},
|
|
1799
1800
|
set: function (v) {
|
|
1800
|
-
this.i.
|
|
1801
|
-
this._a("borderTypeBorderColor", brushToString(this.i.
|
|
1801
|
+
this.i.o2 = stringToBrush(v);
|
|
1802
|
+
this._a("borderTypeBorderColor", brushToString(this.i.o2));
|
|
1802
1803
|
},
|
|
1803
1804
|
enumerable: true,
|
|
1804
1805
|
configurable: true
|
|
1805
1806
|
});
|
|
1806
|
-
Object.defineProperty(
|
|
1807
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeCornerRadiusBottomRight", {
|
|
1807
1808
|
get: function () {
|
|
1808
|
-
return this.i.
|
|
1809
|
+
return this.i.m1 ? this.i.m1.b : NaN;
|
|
1809
1810
|
},
|
|
1810
1811
|
set: function (v) {
|
|
1811
1812
|
this.ensureBorderTypeCornerRadius();
|
|
1812
|
-
this.i.
|
|
1813
|
-
this._a("borderTypeCornerRadiusBottomRight", this.i.
|
|
1814
|
-
this.i.
|
|
1813
|
+
this.i.m1.b = +v;
|
|
1814
|
+
this._a("borderTypeCornerRadiusBottomRight", this.i.m1.b);
|
|
1815
|
+
this.i.m1 = this.i.m1;
|
|
1815
1816
|
},
|
|
1816
1817
|
enumerable: true,
|
|
1817
1818
|
configurable: true
|
|
1818
1819
|
});
|
|
1819
|
-
Object.defineProperty(
|
|
1820
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeCornerRadiusBottomLeft", {
|
|
1820
1821
|
get: function () {
|
|
1821
|
-
return this.i.
|
|
1822
|
+
return this.i.m1 ? this.i.m1.a : NaN;
|
|
1822
1823
|
},
|
|
1823
1824
|
set: function (v) {
|
|
1824
1825
|
this.ensureBorderTypeCornerRadius();
|
|
1825
|
-
this.i.
|
|
1826
|
-
this._a("borderTypeCornerRadiusBottomLeft", this.i.
|
|
1827
|
-
this.i.
|
|
1826
|
+
this.i.m1.a = +v;
|
|
1827
|
+
this._a("borderTypeCornerRadiusBottomLeft", this.i.m1.a);
|
|
1828
|
+
this.i.m1 = this.i.m1;
|
|
1828
1829
|
},
|
|
1829
1830
|
enumerable: true,
|
|
1830
1831
|
configurable: true
|
|
1831
1832
|
});
|
|
1832
|
-
Object.defineProperty(
|
|
1833
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeCornerRadiusTopLeft", {
|
|
1833
1834
|
get: function () {
|
|
1834
|
-
return this.i.
|
|
1835
|
+
return this.i.m1 ? this.i.m1.c : NaN;
|
|
1835
1836
|
},
|
|
1836
1837
|
set: function (v) {
|
|
1837
1838
|
this.ensureBorderTypeCornerRadius();
|
|
1838
|
-
this.i.
|
|
1839
|
-
this._a("borderTypeCornerRadiusTopLeft", this.i.
|
|
1840
|
-
this.i.
|
|
1839
|
+
this.i.m1.c = +v;
|
|
1840
|
+
this._a("borderTypeCornerRadiusTopLeft", this.i.m1.c);
|
|
1841
|
+
this.i.m1 = this.i.m1;
|
|
1841
1842
|
},
|
|
1842
1843
|
enumerable: true,
|
|
1843
1844
|
configurable: true
|
|
1844
1845
|
});
|
|
1845
|
-
Object.defineProperty(
|
|
1846
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeCornerRadiusTopRight", {
|
|
1846
1847
|
get: function () {
|
|
1847
|
-
return this.i.
|
|
1848
|
+
return this.i.m1 ? this.i.m1.d : NaN;
|
|
1848
1849
|
},
|
|
1849
1850
|
set: function (v) {
|
|
1850
1851
|
this.ensureBorderTypeCornerRadius();
|
|
1851
|
-
this.i.
|
|
1852
|
-
this._a("borderTypeCornerRadiusTopRight", this.i.
|
|
1853
|
-
this.i.
|
|
1852
|
+
this.i.m1.d = +v;
|
|
1853
|
+
this._a("borderTypeCornerRadiusTopRight", this.i.m1.d);
|
|
1854
|
+
this.i.m1 = this.i.m1;
|
|
1854
1855
|
},
|
|
1855
1856
|
enumerable: true,
|
|
1856
1857
|
configurable: true
|
|
1857
1858
|
});
|
|
1858
|
-
|
|
1859
|
-
if (this.i.
|
|
1859
|
+
IgcXInputGroupComponent.prototype.ensureBorderTypeCornerRadius = function () {
|
|
1860
|
+
if (this.i.m1) {
|
|
1860
1861
|
return;
|
|
1861
1862
|
}
|
|
1862
|
-
this.i.
|
|
1863
|
+
this.i.m1 = new CornerRadius(2);
|
|
1863
1864
|
};
|
|
1864
|
-
Object.defineProperty(
|
|
1865
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeContentPaddingBottom", {
|
|
1865
1866
|
get: function () {
|
|
1866
|
-
return this.i.
|
|
1867
|
+
return this.i.th ? this.i.th.b : NaN;
|
|
1867
1868
|
},
|
|
1868
1869
|
set: function (v) {
|
|
1869
1870
|
this.ensureBorderTypeContentPadding();
|
|
1870
|
-
this.i.
|
|
1871
|
-
this._a("borderTypeContentPaddingBottom", this.i.
|
|
1872
|
-
this.i.
|
|
1871
|
+
this.i.th.b = +v;
|
|
1872
|
+
this._a("borderTypeContentPaddingBottom", this.i.th.b);
|
|
1873
|
+
this.i.th = this.i.th;
|
|
1873
1874
|
},
|
|
1874
1875
|
enumerable: true,
|
|
1875
1876
|
configurable: true
|
|
1876
1877
|
});
|
|
1877
|
-
Object.defineProperty(
|
|
1878
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeContentPaddingLeft", {
|
|
1878
1879
|
get: function () {
|
|
1879
|
-
return this.i.
|
|
1880
|
+
return this.i.th ? this.i.th.c : NaN;
|
|
1880
1881
|
},
|
|
1881
1882
|
set: function (v) {
|
|
1882
1883
|
this.ensureBorderTypeContentPadding();
|
|
1883
|
-
this.i.
|
|
1884
|
-
this._a("borderTypeContentPaddingLeft", this.i.
|
|
1885
|
-
this.i.
|
|
1884
|
+
this.i.th.c = +v;
|
|
1885
|
+
this._a("borderTypeContentPaddingLeft", this.i.th.c);
|
|
1886
|
+
this.i.th = this.i.th;
|
|
1886
1887
|
},
|
|
1887
1888
|
enumerable: true,
|
|
1888
1889
|
configurable: true
|
|
1889
1890
|
});
|
|
1890
|
-
Object.defineProperty(
|
|
1891
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeContentPaddingRight", {
|
|
1891
1892
|
get: function () {
|
|
1892
|
-
return this.i.
|
|
1893
|
+
return this.i.th ? this.i.th.d : NaN;
|
|
1893
1894
|
},
|
|
1894
1895
|
set: function (v) {
|
|
1895
1896
|
this.ensureBorderTypeContentPadding();
|
|
1896
|
-
this.i.
|
|
1897
|
-
this._a("borderTypeContentPaddingRight", this.i.
|
|
1898
|
-
this.i.
|
|
1897
|
+
this.i.th.d = +v;
|
|
1898
|
+
this._a("borderTypeContentPaddingRight", this.i.th.d);
|
|
1899
|
+
this.i.th = this.i.th;
|
|
1899
1900
|
},
|
|
1900
1901
|
enumerable: true,
|
|
1901
1902
|
configurable: true
|
|
1902
1903
|
});
|
|
1903
|
-
Object.defineProperty(
|
|
1904
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeContentPaddingTop", {
|
|
1904
1905
|
get: function () {
|
|
1905
|
-
return this.i.
|
|
1906
|
+
return this.i.th ? this.i.th.e : NaN;
|
|
1906
1907
|
},
|
|
1907
1908
|
set: function (v) {
|
|
1908
1909
|
this.ensureBorderTypeContentPadding();
|
|
1909
|
-
this.i.
|
|
1910
|
-
this._a("borderTypeContentPaddingTop", this.i.
|
|
1911
|
-
this.i.
|
|
1910
|
+
this.i.th.e = +v;
|
|
1911
|
+
this._a("borderTypeContentPaddingTop", this.i.th.e);
|
|
1912
|
+
this.i.th = this.i.th;
|
|
1912
1913
|
},
|
|
1913
1914
|
enumerable: true,
|
|
1914
1915
|
configurable: true
|
|
1915
1916
|
});
|
|
1916
|
-
|
|
1917
|
-
if (this.i.
|
|
1917
|
+
IgcXInputGroupComponent.prototype.ensureBorderTypeContentPadding = function () {
|
|
1918
|
+
if (this.i.th) {
|
|
1918
1919
|
return;
|
|
1919
1920
|
}
|
|
1920
|
-
this.i.
|
|
1921
|
+
this.i.th = new Thickness(2);
|
|
1921
1922
|
};
|
|
1922
|
-
Object.defineProperty(
|
|
1923
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeUnderlineWidth", {
|
|
1923
1924
|
/**
|
|
1924
1925
|
* Gets or sets the width to use for the underline element when type is border.
|
|
1925
1926
|
*/
|
|
@@ -1933,7 +1934,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1933
1934
|
enumerable: true,
|
|
1934
1935
|
configurable: true
|
|
1935
1936
|
});
|
|
1936
|
-
Object.defineProperty(
|
|
1937
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeUnderlineRippleWidth", {
|
|
1937
1938
|
/**
|
|
1938
1939
|
* Gets or sets the width to use for the underline element when type is border.
|
|
1939
1940
|
*/
|
|
@@ -1947,7 +1948,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1947
1948
|
enumerable: true,
|
|
1948
1949
|
configurable: true
|
|
1949
1950
|
});
|
|
1950
|
-
Object.defineProperty(
|
|
1951
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeHoverUnderlineWidth", {
|
|
1951
1952
|
/**
|
|
1952
1953
|
* Gets or sets the width to use for the underline element when hovered when type is border.
|
|
1953
1954
|
*/
|
|
@@ -1961,63 +1962,63 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1961
1962
|
enumerable: true,
|
|
1962
1963
|
configurable: true
|
|
1963
1964
|
});
|
|
1964
|
-
Object.defineProperty(
|
|
1965
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeUnderlineColor", {
|
|
1965
1966
|
/**
|
|
1966
1967
|
* Gets or sets the color to use for the underline element when type is border.
|
|
1967
1968
|
*/
|
|
1968
1969
|
get: function () {
|
|
1969
|
-
return brushToString(this.i.
|
|
1970
|
+
return brushToString(this.i.o6);
|
|
1970
1971
|
},
|
|
1971
1972
|
set: function (v) {
|
|
1972
|
-
this.i.
|
|
1973
|
-
this._a("borderTypeUnderlineColor", brushToString(this.i.
|
|
1973
|
+
this.i.o6 = stringToBrush(v);
|
|
1974
|
+
this._a("borderTypeUnderlineColor", brushToString(this.i.o6));
|
|
1974
1975
|
},
|
|
1975
1976
|
enumerable: true,
|
|
1976
1977
|
configurable: true
|
|
1977
1978
|
});
|
|
1978
|
-
Object.defineProperty(
|
|
1979
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeUnderlineRippleColor", {
|
|
1979
1980
|
/**
|
|
1980
1981
|
* Gets or sets the color to use for the underline ripple element when type is border.
|
|
1981
1982
|
*/
|
|
1982
1983
|
get: function () {
|
|
1983
|
-
return brushToString(this.i.
|
|
1984
|
+
return brushToString(this.i.o7);
|
|
1984
1985
|
},
|
|
1985
1986
|
set: function (v) {
|
|
1986
|
-
this.i.
|
|
1987
|
-
this._a("borderTypeUnderlineRippleColor", brushToString(this.i.
|
|
1987
|
+
this.i.o7 = stringToBrush(v);
|
|
1988
|
+
this._a("borderTypeUnderlineRippleColor", brushToString(this.i.o7));
|
|
1988
1989
|
},
|
|
1989
1990
|
enumerable: true,
|
|
1990
1991
|
configurable: true
|
|
1991
1992
|
});
|
|
1992
|
-
Object.defineProperty(
|
|
1993
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeHoverUnderlineColor", {
|
|
1993
1994
|
/**
|
|
1994
1995
|
* Gets or sets the color to use for the underline element when type is border.
|
|
1995
1996
|
*/
|
|
1996
1997
|
get: function () {
|
|
1997
|
-
return brushToString(this.i.
|
|
1998
|
+
return brushToString(this.i.o5);
|
|
1998
1999
|
},
|
|
1999
2000
|
set: function (v) {
|
|
2000
|
-
this.i.
|
|
2001
|
-
this._a("borderTypeHoverUnderlineColor", brushToString(this.i.
|
|
2001
|
+
this.i.o5 = stringToBrush(v);
|
|
2002
|
+
this._a("borderTypeHoverUnderlineColor", brushToString(this.i.o5));
|
|
2002
2003
|
},
|
|
2003
2004
|
enumerable: true,
|
|
2004
2005
|
configurable: true
|
|
2005
2006
|
});
|
|
2006
|
-
Object.defineProperty(
|
|
2007
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeFocusUnderlineColor", {
|
|
2007
2008
|
/**
|
|
2008
2009
|
* Gets or sets the color to use for the underline element when type is border.
|
|
2009
2010
|
*/
|
|
2010
2011
|
get: function () {
|
|
2011
|
-
return brushToString(this.i.
|
|
2012
|
+
return brushToString(this.i.o4);
|
|
2012
2013
|
},
|
|
2013
2014
|
set: function (v) {
|
|
2014
|
-
this.i.
|
|
2015
|
-
this._a("borderTypeFocusUnderlineColor", brushToString(this.i.
|
|
2015
|
+
this.i.o4 = stringToBrush(v);
|
|
2016
|
+
this._a("borderTypeFocusUnderlineColor", brushToString(this.i.o4));
|
|
2016
2017
|
},
|
|
2017
2018
|
enumerable: true,
|
|
2018
2019
|
configurable: true
|
|
2019
2020
|
});
|
|
2020
|
-
Object.defineProperty(
|
|
2021
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeUnderlineOpacity", {
|
|
2021
2022
|
/**
|
|
2022
2023
|
* Gets or sets the color to use for the underline element when type is border.
|
|
2023
2024
|
*/
|
|
@@ -2031,7 +2032,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2031
2032
|
enumerable: true,
|
|
2032
2033
|
configurable: true
|
|
2033
2034
|
});
|
|
2034
|
-
Object.defineProperty(
|
|
2035
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeHoverUnderlineOpacity", {
|
|
2035
2036
|
/**
|
|
2036
2037
|
* Gets or sets the color to use for the underline element when type is border.
|
|
2037
2038
|
*/
|
|
@@ -2045,7 +2046,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2045
2046
|
enumerable: true,
|
|
2046
2047
|
configurable: true
|
|
2047
2048
|
});
|
|
2048
|
-
Object.defineProperty(
|
|
2049
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeFocusUnderlineOpacity", {
|
|
2049
2050
|
/**
|
|
2050
2051
|
* Gets or sets the color to use for the underline element when type is border.
|
|
2051
2052
|
*/
|
|
@@ -2059,7 +2060,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2059
2060
|
enumerable: true,
|
|
2060
2061
|
configurable: true
|
|
2061
2062
|
});
|
|
2062
|
-
Object.defineProperty(
|
|
2063
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeFocusUnderlineRippleOpacity", {
|
|
2063
2064
|
/**
|
|
2064
2065
|
* Gets or sets the opacity to use for the underline ripple element when focused when type is border.
|
|
2065
2066
|
*/
|
|
@@ -2073,7 +2074,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2073
2074
|
enumerable: true,
|
|
2074
2075
|
configurable: true
|
|
2075
2076
|
});
|
|
2076
|
-
Object.defineProperty(
|
|
2077
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeUnderlineRippleOpacity", {
|
|
2077
2078
|
/**
|
|
2078
2079
|
* Gets or sets the opacity to use for the underline ripple element when type is border.
|
|
2079
2080
|
*/
|
|
@@ -2087,21 +2088,21 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2087
2088
|
enumerable: true,
|
|
2088
2089
|
configurable: true
|
|
2089
2090
|
});
|
|
2090
|
-
Object.defineProperty(
|
|
2091
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeBackgroundColor", {
|
|
2091
2092
|
/**
|
|
2092
2093
|
* Gets or sets the background color to use for the input group when type is border.
|
|
2093
2094
|
*/
|
|
2094
2095
|
get: function () {
|
|
2095
|
-
return brushToString(this.i.
|
|
2096
|
+
return brushToString(this.i.o1);
|
|
2096
2097
|
},
|
|
2097
2098
|
set: function (v) {
|
|
2098
|
-
this.i.
|
|
2099
|
-
this._a("borderTypeBackgroundColor", brushToString(this.i.
|
|
2099
|
+
this.i.o1 = stringToBrush(v);
|
|
2100
|
+
this._a("borderTypeBackgroundColor", brushToString(this.i.o1));
|
|
2100
2101
|
},
|
|
2101
2102
|
enumerable: true,
|
|
2102
2103
|
configurable: true
|
|
2103
2104
|
});
|
|
2104
|
-
Object.defineProperty(
|
|
2105
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeBorderWidth", {
|
|
2105
2106
|
/**
|
|
2106
2107
|
* Gets or sets the search width to use for the border of the item group when using type line.
|
|
2107
2108
|
*/
|
|
@@ -2115,7 +2116,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2115
2116
|
enumerable: true,
|
|
2116
2117
|
configurable: true
|
|
2117
2118
|
});
|
|
2118
|
-
Object.defineProperty(
|
|
2119
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeFocusBorderWidth", {
|
|
2119
2120
|
/**
|
|
2120
2121
|
* Gets or sets the search width to use for the border of the item group when focused when type is search.
|
|
2121
2122
|
*/
|
|
@@ -2129,151 +2130,151 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2129
2130
|
enumerable: true,
|
|
2130
2131
|
configurable: true
|
|
2131
2132
|
});
|
|
2132
|
-
Object.defineProperty(
|
|
2133
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeFocusBorderColor", {
|
|
2133
2134
|
/**
|
|
2134
2135
|
* Gets or sets the focus color to use the search of the input group when type is search.
|
|
2135
2136
|
*/
|
|
2136
2137
|
get: function () {
|
|
2137
|
-
return brushToString(this.i.
|
|
2138
|
+
return brushToString(this.i.s3);
|
|
2138
2139
|
},
|
|
2139
2140
|
set: function (v) {
|
|
2140
|
-
this.i.
|
|
2141
|
-
this._a("searchTypeFocusBorderColor", brushToString(this.i.
|
|
2141
|
+
this.i.s3 = stringToBrush(v);
|
|
2142
|
+
this._a("searchTypeFocusBorderColor", brushToString(this.i.s3));
|
|
2142
2143
|
},
|
|
2143
2144
|
enumerable: true,
|
|
2144
2145
|
configurable: true
|
|
2145
2146
|
});
|
|
2146
|
-
Object.defineProperty(
|
|
2147
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeBorderColor", {
|
|
2147
2148
|
/**
|
|
2148
2149
|
* Gets or sets the color to use the search of the input group when type is search.
|
|
2149
2150
|
*/
|
|
2150
2151
|
get: function () {
|
|
2151
|
-
return brushToString(this.i.
|
|
2152
|
+
return brushToString(this.i.s2);
|
|
2152
2153
|
},
|
|
2153
2154
|
set: function (v) {
|
|
2154
|
-
this.i.
|
|
2155
|
-
this._a("searchTypeBorderColor", brushToString(this.i.
|
|
2155
|
+
this.i.s2 = stringToBrush(v);
|
|
2156
|
+
this._a("searchTypeBorderColor", brushToString(this.i.s2));
|
|
2156
2157
|
},
|
|
2157
2158
|
enumerable: true,
|
|
2158
2159
|
configurable: true
|
|
2159
2160
|
});
|
|
2160
|
-
Object.defineProperty(
|
|
2161
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeCornerRadiusBottomRight", {
|
|
2161
2162
|
get: function () {
|
|
2162
|
-
return this.i.
|
|
2163
|
+
return this.i.nl ? this.i.nl.b : NaN;
|
|
2163
2164
|
},
|
|
2164
2165
|
set: function (v) {
|
|
2165
2166
|
this.ensureSearchTypeCornerRadius();
|
|
2166
|
-
this.i.
|
|
2167
|
-
this._a("searchTypeCornerRadiusBottomRight", this.i.
|
|
2168
|
-
this.i.
|
|
2167
|
+
this.i.nl.b = +v;
|
|
2168
|
+
this._a("searchTypeCornerRadiusBottomRight", this.i.nl.b);
|
|
2169
|
+
this.i.nl = this.i.nl;
|
|
2169
2170
|
},
|
|
2170
2171
|
enumerable: true,
|
|
2171
2172
|
configurable: true
|
|
2172
2173
|
});
|
|
2173
|
-
Object.defineProperty(
|
|
2174
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeCornerRadiusBottomLeft", {
|
|
2174
2175
|
get: function () {
|
|
2175
|
-
return this.i.
|
|
2176
|
+
return this.i.nl ? this.i.nl.a : NaN;
|
|
2176
2177
|
},
|
|
2177
2178
|
set: function (v) {
|
|
2178
2179
|
this.ensureSearchTypeCornerRadius();
|
|
2179
|
-
this.i.
|
|
2180
|
-
this._a("searchTypeCornerRadiusBottomLeft", this.i.
|
|
2181
|
-
this.i.
|
|
2180
|
+
this.i.nl.a = +v;
|
|
2181
|
+
this._a("searchTypeCornerRadiusBottomLeft", this.i.nl.a);
|
|
2182
|
+
this.i.nl = this.i.nl;
|
|
2182
2183
|
},
|
|
2183
2184
|
enumerable: true,
|
|
2184
2185
|
configurable: true
|
|
2185
2186
|
});
|
|
2186
|
-
Object.defineProperty(
|
|
2187
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeCornerRadiusTopLeft", {
|
|
2187
2188
|
get: function () {
|
|
2188
|
-
return this.i.
|
|
2189
|
+
return this.i.nl ? this.i.nl.c : NaN;
|
|
2189
2190
|
},
|
|
2190
2191
|
set: function (v) {
|
|
2191
2192
|
this.ensureSearchTypeCornerRadius();
|
|
2192
|
-
this.i.
|
|
2193
|
-
this._a("searchTypeCornerRadiusTopLeft", this.i.
|
|
2194
|
-
this.i.
|
|
2193
|
+
this.i.nl.c = +v;
|
|
2194
|
+
this._a("searchTypeCornerRadiusTopLeft", this.i.nl.c);
|
|
2195
|
+
this.i.nl = this.i.nl;
|
|
2195
2196
|
},
|
|
2196
2197
|
enumerable: true,
|
|
2197
2198
|
configurable: true
|
|
2198
2199
|
});
|
|
2199
|
-
Object.defineProperty(
|
|
2200
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeCornerRadiusTopRight", {
|
|
2200
2201
|
get: function () {
|
|
2201
|
-
return this.i.
|
|
2202
|
+
return this.i.nl ? this.i.nl.d : NaN;
|
|
2202
2203
|
},
|
|
2203
2204
|
set: function (v) {
|
|
2204
2205
|
this.ensureSearchTypeCornerRadius();
|
|
2205
|
-
this.i.
|
|
2206
|
-
this._a("searchTypeCornerRadiusTopRight", this.i.
|
|
2207
|
-
this.i.
|
|
2206
|
+
this.i.nl.d = +v;
|
|
2207
|
+
this._a("searchTypeCornerRadiusTopRight", this.i.nl.d);
|
|
2208
|
+
this.i.nl = this.i.nl;
|
|
2208
2209
|
},
|
|
2209
2210
|
enumerable: true,
|
|
2210
2211
|
configurable: true
|
|
2211
2212
|
});
|
|
2212
|
-
|
|
2213
|
-
if (this.i.
|
|
2213
|
+
IgcXInputGroupComponent.prototype.ensureSearchTypeCornerRadius = function () {
|
|
2214
|
+
if (this.i.nl) {
|
|
2214
2215
|
return;
|
|
2215
2216
|
}
|
|
2216
|
-
this.i.
|
|
2217
|
+
this.i.nl = new CornerRadius(2);
|
|
2217
2218
|
};
|
|
2218
|
-
Object.defineProperty(
|
|
2219
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeContentPaddingBottom", {
|
|
2219
2220
|
get: function () {
|
|
2220
|
-
return this.i.
|
|
2221
|
+
return this.i.t1 ? this.i.t1.b : NaN;
|
|
2221
2222
|
},
|
|
2222
2223
|
set: function (v) {
|
|
2223
2224
|
this.ensureSearchTypeContentPadding();
|
|
2224
|
-
this.i.
|
|
2225
|
-
this._a("searchTypeContentPaddingBottom", this.i.
|
|
2226
|
-
this.i.
|
|
2225
|
+
this.i.t1.b = +v;
|
|
2226
|
+
this._a("searchTypeContentPaddingBottom", this.i.t1.b);
|
|
2227
|
+
this.i.t1 = this.i.t1;
|
|
2227
2228
|
},
|
|
2228
2229
|
enumerable: true,
|
|
2229
2230
|
configurable: true
|
|
2230
2231
|
});
|
|
2231
|
-
Object.defineProperty(
|
|
2232
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeContentPaddingLeft", {
|
|
2232
2233
|
get: function () {
|
|
2233
|
-
return this.i.
|
|
2234
|
+
return this.i.t1 ? this.i.t1.c : NaN;
|
|
2234
2235
|
},
|
|
2235
2236
|
set: function (v) {
|
|
2236
2237
|
this.ensureSearchTypeContentPadding();
|
|
2237
|
-
this.i.
|
|
2238
|
-
this._a("searchTypeContentPaddingLeft", this.i.
|
|
2239
|
-
this.i.
|
|
2238
|
+
this.i.t1.c = +v;
|
|
2239
|
+
this._a("searchTypeContentPaddingLeft", this.i.t1.c);
|
|
2240
|
+
this.i.t1 = this.i.t1;
|
|
2240
2241
|
},
|
|
2241
2242
|
enumerable: true,
|
|
2242
2243
|
configurable: true
|
|
2243
2244
|
});
|
|
2244
|
-
Object.defineProperty(
|
|
2245
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeContentPaddingRight", {
|
|
2245
2246
|
get: function () {
|
|
2246
|
-
return this.i.
|
|
2247
|
+
return this.i.t1 ? this.i.t1.d : NaN;
|
|
2247
2248
|
},
|
|
2248
2249
|
set: function (v) {
|
|
2249
2250
|
this.ensureSearchTypeContentPadding();
|
|
2250
|
-
this.i.
|
|
2251
|
-
this._a("searchTypeContentPaddingRight", this.i.
|
|
2252
|
-
this.i.
|
|
2251
|
+
this.i.t1.d = +v;
|
|
2252
|
+
this._a("searchTypeContentPaddingRight", this.i.t1.d);
|
|
2253
|
+
this.i.t1 = this.i.t1;
|
|
2253
2254
|
},
|
|
2254
2255
|
enumerable: true,
|
|
2255
2256
|
configurable: true
|
|
2256
2257
|
});
|
|
2257
|
-
Object.defineProperty(
|
|
2258
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeContentPaddingTop", {
|
|
2258
2259
|
get: function () {
|
|
2259
|
-
return this.i.
|
|
2260
|
+
return this.i.t1 ? this.i.t1.e : NaN;
|
|
2260
2261
|
},
|
|
2261
2262
|
set: function (v) {
|
|
2262
2263
|
this.ensureSearchTypeContentPadding();
|
|
2263
|
-
this.i.
|
|
2264
|
-
this._a("searchTypeContentPaddingTop", this.i.
|
|
2265
|
-
this.i.
|
|
2264
|
+
this.i.t1.e = +v;
|
|
2265
|
+
this._a("searchTypeContentPaddingTop", this.i.t1.e);
|
|
2266
|
+
this.i.t1 = this.i.t1;
|
|
2266
2267
|
},
|
|
2267
2268
|
enumerable: true,
|
|
2268
2269
|
configurable: true
|
|
2269
2270
|
});
|
|
2270
|
-
|
|
2271
|
-
if (this.i.
|
|
2271
|
+
IgcXInputGroupComponent.prototype.ensureSearchTypeContentPadding = function () {
|
|
2272
|
+
if (this.i.t1) {
|
|
2272
2273
|
return;
|
|
2273
2274
|
}
|
|
2274
|
-
this.i.
|
|
2275
|
+
this.i.t1 = new Thickness(2);
|
|
2275
2276
|
};
|
|
2276
|
-
Object.defineProperty(
|
|
2277
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeUnderlineWidth", {
|
|
2277
2278
|
/**
|
|
2278
2279
|
* Gets or sets the width to use for the underline element when type is search.
|
|
2279
2280
|
*/
|
|
@@ -2287,7 +2288,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2287
2288
|
enumerable: true,
|
|
2288
2289
|
configurable: true
|
|
2289
2290
|
});
|
|
2290
|
-
Object.defineProperty(
|
|
2291
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeUnderlineRippleWidth", {
|
|
2291
2292
|
/**
|
|
2292
2293
|
* Gets or sets the width to use for the underline element when type is search.
|
|
2293
2294
|
*/
|
|
@@ -2301,7 +2302,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2301
2302
|
enumerable: true,
|
|
2302
2303
|
configurable: true
|
|
2303
2304
|
});
|
|
2304
|
-
Object.defineProperty(
|
|
2305
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeHoverUnderlineWidth", {
|
|
2305
2306
|
/**
|
|
2306
2307
|
* Gets or sets the width to use for the underline element when hovered when type is search.
|
|
2307
2308
|
*/
|
|
@@ -2315,63 +2316,63 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2315
2316
|
enumerable: true,
|
|
2316
2317
|
configurable: true
|
|
2317
2318
|
});
|
|
2318
|
-
Object.defineProperty(
|
|
2319
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeUnderlineColor", {
|
|
2319
2320
|
/**
|
|
2320
2321
|
* Gets or sets the color to use for the underline element when type is search.
|
|
2321
2322
|
*/
|
|
2322
2323
|
get: function () {
|
|
2323
|
-
return brushToString(this.i.
|
|
2324
|
+
return brushToString(this.i.s6);
|
|
2324
2325
|
},
|
|
2325
2326
|
set: function (v) {
|
|
2326
|
-
this.i.
|
|
2327
|
-
this._a("searchTypeUnderlineColor", brushToString(this.i.
|
|
2327
|
+
this.i.s6 = stringToBrush(v);
|
|
2328
|
+
this._a("searchTypeUnderlineColor", brushToString(this.i.s6));
|
|
2328
2329
|
},
|
|
2329
2330
|
enumerable: true,
|
|
2330
2331
|
configurable: true
|
|
2331
2332
|
});
|
|
2332
|
-
Object.defineProperty(
|
|
2333
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeUnderlineRippleColor", {
|
|
2333
2334
|
/**
|
|
2334
2335
|
* Gets or sets the color to use for the underline ripple element when type is search.
|
|
2335
2336
|
*/
|
|
2336
2337
|
get: function () {
|
|
2337
|
-
return brushToString(this.i.
|
|
2338
|
+
return brushToString(this.i.s7);
|
|
2338
2339
|
},
|
|
2339
2340
|
set: function (v) {
|
|
2340
|
-
this.i.
|
|
2341
|
-
this._a("searchTypeUnderlineRippleColor", brushToString(this.i.
|
|
2341
|
+
this.i.s7 = stringToBrush(v);
|
|
2342
|
+
this._a("searchTypeUnderlineRippleColor", brushToString(this.i.s7));
|
|
2342
2343
|
},
|
|
2343
2344
|
enumerable: true,
|
|
2344
2345
|
configurable: true
|
|
2345
2346
|
});
|
|
2346
|
-
Object.defineProperty(
|
|
2347
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeHoverUnderlineColor", {
|
|
2347
2348
|
/**
|
|
2348
2349
|
* Gets or sets the color to use for the underline element when type is search.
|
|
2349
2350
|
*/
|
|
2350
2351
|
get: function () {
|
|
2351
|
-
return brushToString(this.i.
|
|
2352
|
+
return brushToString(this.i.s5);
|
|
2352
2353
|
},
|
|
2353
2354
|
set: function (v) {
|
|
2354
|
-
this.i.
|
|
2355
|
-
this._a("searchTypeHoverUnderlineColor", brushToString(this.i.
|
|
2355
|
+
this.i.s5 = stringToBrush(v);
|
|
2356
|
+
this._a("searchTypeHoverUnderlineColor", brushToString(this.i.s5));
|
|
2356
2357
|
},
|
|
2357
2358
|
enumerable: true,
|
|
2358
2359
|
configurable: true
|
|
2359
2360
|
});
|
|
2360
|
-
Object.defineProperty(
|
|
2361
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeFocusUnderlineColor", {
|
|
2361
2362
|
/**
|
|
2362
2363
|
* Gets or sets the color to use for the underline element when type is search.
|
|
2363
2364
|
*/
|
|
2364
2365
|
get: function () {
|
|
2365
|
-
return brushToString(this.i.
|
|
2366
|
+
return brushToString(this.i.s4);
|
|
2366
2367
|
},
|
|
2367
2368
|
set: function (v) {
|
|
2368
|
-
this.i.
|
|
2369
|
-
this._a("searchTypeFocusUnderlineColor", brushToString(this.i.
|
|
2369
|
+
this.i.s4 = stringToBrush(v);
|
|
2370
|
+
this._a("searchTypeFocusUnderlineColor", brushToString(this.i.s4));
|
|
2370
2371
|
},
|
|
2371
2372
|
enumerable: true,
|
|
2372
2373
|
configurable: true
|
|
2373
2374
|
});
|
|
2374
|
-
Object.defineProperty(
|
|
2375
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeUnderlineOpacity", {
|
|
2375
2376
|
/**
|
|
2376
2377
|
* Gets or sets the color to use for the underline element when type is search.
|
|
2377
2378
|
*/
|
|
@@ -2385,7 +2386,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2385
2386
|
enumerable: true,
|
|
2386
2387
|
configurable: true
|
|
2387
2388
|
});
|
|
2388
|
-
Object.defineProperty(
|
|
2389
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeHoverUnderlineOpacity", {
|
|
2389
2390
|
/**
|
|
2390
2391
|
* Gets or sets the color to use for the underline element when type is search.
|
|
2391
2392
|
*/
|
|
@@ -2399,7 +2400,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2399
2400
|
enumerable: true,
|
|
2400
2401
|
configurable: true
|
|
2401
2402
|
});
|
|
2402
|
-
Object.defineProperty(
|
|
2403
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeFocusUnderlineOpacity", {
|
|
2403
2404
|
/**
|
|
2404
2405
|
* Gets or sets the color to use for the underline element when type is search.
|
|
2405
2406
|
*/
|
|
@@ -2413,7 +2414,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2413
2414
|
enumerable: true,
|
|
2414
2415
|
configurable: true
|
|
2415
2416
|
});
|
|
2416
|
-
Object.defineProperty(
|
|
2417
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeFocusUnderlineRippleOpacity", {
|
|
2417
2418
|
/**
|
|
2418
2419
|
* Gets or sets the opacity to use for the underline ripple element when focused when type is search.
|
|
2419
2420
|
*/
|
|
@@ -2427,7 +2428,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2427
2428
|
enumerable: true,
|
|
2428
2429
|
configurable: true
|
|
2429
2430
|
});
|
|
2430
|
-
Object.defineProperty(
|
|
2431
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeUnderlineRippleOpacity", {
|
|
2431
2432
|
/**
|
|
2432
2433
|
* Gets or sets the opacity to use for the underline ripple element when type is search.
|
|
2433
2434
|
*/
|
|
@@ -2441,21 +2442,21 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2441
2442
|
enumerable: true,
|
|
2442
2443
|
configurable: true
|
|
2443
2444
|
});
|
|
2444
|
-
Object.defineProperty(
|
|
2445
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeBackgroundColor", {
|
|
2445
2446
|
/**
|
|
2446
2447
|
* Gets or sets the background color to use for the input group when type is search.
|
|
2447
2448
|
*/
|
|
2448
2449
|
get: function () {
|
|
2449
|
-
return brushToString(this.i.
|
|
2450
|
+
return brushToString(this.i.s1);
|
|
2450
2451
|
},
|
|
2451
2452
|
set: function (v) {
|
|
2452
|
-
this.i.
|
|
2453
|
-
this._a("searchTypeBackgroundColor", brushToString(this.i.
|
|
2453
|
+
this.i.s1 = stringToBrush(v);
|
|
2454
|
+
this._a("searchTypeBackgroundColor", brushToString(this.i.s1));
|
|
2454
2455
|
},
|
|
2455
2456
|
enumerable: true,
|
|
2456
2457
|
configurable: true
|
|
2457
2458
|
});
|
|
2458
|
-
Object.defineProperty(
|
|
2459
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "isExpanded", {
|
|
2459
2460
|
/**
|
|
2460
2461
|
* Gets or sets whether the input group is expanded or not.
|
|
2461
2462
|
*/
|
|
@@ -2469,7 +2470,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2469
2470
|
enumerable: true,
|
|
2470
2471
|
configurable: true
|
|
2471
2472
|
});
|
|
2472
|
-
Object.defineProperty(
|
|
2473
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "isHovered", {
|
|
2473
2474
|
/**
|
|
2474
2475
|
* Gets or sets whether the input group is hovered or not.
|
|
2475
2476
|
*/
|
|
@@ -2483,7 +2484,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2483
2484
|
enumerable: true,
|
|
2484
2485
|
configurable: true
|
|
2485
2486
|
});
|
|
2486
|
-
Object.defineProperty(
|
|
2487
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "isFocused", {
|
|
2487
2488
|
/**
|
|
2488
2489
|
* Gets or sets whether the input group is hovered or not.
|
|
2489
2490
|
*/
|
|
@@ -2497,7 +2498,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2497
2498
|
enumerable: true,
|
|
2498
2499
|
configurable: true
|
|
2499
2500
|
});
|
|
2500
|
-
Object.defineProperty(
|
|
2501
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "actualIsExpanded", {
|
|
2501
2502
|
/**
|
|
2502
2503
|
* Gets or sets whether the input group is expanded or not.
|
|
2503
2504
|
*/
|
|
@@ -2511,21 +2512,21 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2511
2512
|
enumerable: true,
|
|
2512
2513
|
configurable: true
|
|
2513
2514
|
});
|
|
2514
|
-
Object.defineProperty(
|
|
2515
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "focusBorderColor", {
|
|
2515
2516
|
/**
|
|
2516
2517
|
* Gets or sets the color to use the hovered background of the inputs in the group.
|
|
2517
2518
|
*/
|
|
2518
2519
|
get: function () {
|
|
2519
|
-
return brushToString(this.i.
|
|
2520
|
+
return brushToString(this.i.sr);
|
|
2520
2521
|
},
|
|
2521
2522
|
set: function (v) {
|
|
2522
|
-
this.i.
|
|
2523
|
-
this._a("focusBorderColor", brushToString(this.i.
|
|
2523
|
+
this.i.sr = stringToBrush(v);
|
|
2524
|
+
this._a("focusBorderColor", brushToString(this.i.sr));
|
|
2524
2525
|
},
|
|
2525
2526
|
enumerable: true,
|
|
2526
2527
|
configurable: true
|
|
2527
2528
|
});
|
|
2528
|
-
Object.defineProperty(
|
|
2529
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "id", {
|
|
2529
2530
|
/**
|
|
2530
2531
|
* Gets or sets the id to use for the checkbox.
|
|
2531
2532
|
*/
|
|
@@ -2538,7 +2539,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2538
2539
|
enumerable: true,
|
|
2539
2540
|
configurable: true
|
|
2540
2541
|
});
|
|
2541
|
-
Object.defineProperty(
|
|
2542
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "disabled", {
|
|
2542
2543
|
/**
|
|
2543
2544
|
* Gets or sets whether the checkbox is disabled.
|
|
2544
2545
|
*/
|
|
@@ -2552,25 +2553,25 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2552
2553
|
enumerable: true,
|
|
2553
2554
|
configurable: true
|
|
2554
2555
|
});
|
|
2555
|
-
|
|
2556
|
+
IgcXInputGroupComponent.prototype.findByName = function (name) {
|
|
2556
2557
|
if (this.inputs != null && this.inputs.findByName && this.inputs.findByName(name)) {
|
|
2557
2558
|
return this.inputs.findByName(name);
|
|
2558
2559
|
}
|
|
2559
2560
|
return null;
|
|
2560
2561
|
};
|
|
2561
|
-
Object.defineProperty(
|
|
2562
|
+
Object.defineProperty(IgcXInputGroupComponent.prototype, "hasUserValues", {
|
|
2562
2563
|
get: function () {
|
|
2563
2564
|
return this._hasUserValues;
|
|
2564
2565
|
},
|
|
2565
2566
|
enumerable: true,
|
|
2566
2567
|
configurable: true
|
|
2567
2568
|
});
|
|
2568
|
-
|
|
2569
|
+
IgcXInputGroupComponent.prototype.__m = function (propertyName) {
|
|
2569
2570
|
if (!this._inStyling) {
|
|
2570
2571
|
this._hasUserValues.add(propertyName);
|
|
2571
2572
|
}
|
|
2572
2573
|
};
|
|
2573
|
-
|
|
2574
|
+
IgcXInputGroupComponent.prototype._styling = function (container, component, parent) {
|
|
2574
2575
|
if (this._inStyling) {
|
|
2575
2576
|
return;
|
|
2576
2577
|
}
|
|
@@ -2582,7 +2583,7 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2582
2583
|
if (typeName.indexOf("Xam") === 0) {
|
|
2583
2584
|
typeName = typeName.substring(3);
|
|
2584
2585
|
}
|
|
2585
|
-
genericPrefix = toSpinal("
|
|
2586
|
+
genericPrefix = toSpinal("XInputGroupComponent");
|
|
2586
2587
|
var additionalPrefixes = [];
|
|
2587
2588
|
var prefix = toSpinal(typeName);
|
|
2588
2589
|
additionalPrefixes.push(prefix + "-");
|
|
@@ -2615,17 +2616,17 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2615
2616
|
}
|
|
2616
2617
|
this._inStyling = false;
|
|
2617
2618
|
};
|
|
2618
|
-
|
|
2619
|
+
IgcXInputGroupComponent.prototype.onDetachedFromUI = function () {
|
|
2619
2620
|
this.i.onDetachedFromUI();
|
|
2620
2621
|
};
|
|
2621
|
-
|
|
2622
|
+
IgcXInputGroupComponent.prototype.onAttachedToUI = function () {
|
|
2622
2623
|
this.i.onAttachedToUI();
|
|
2623
2624
|
};
|
|
2624
2625
|
/**
|
|
2625
2626
|
* Exports visual information about the current state of the grid.
|
|
2626
2627
|
|
|
2627
2628
|
*/
|
|
2628
|
-
|
|
2629
|
+
IgcXInputGroupComponent.prototype.exportVisualModel = function () {
|
|
2629
2630
|
var iv = this.i.ia();
|
|
2630
2631
|
return (iv);
|
|
2631
2632
|
};
|
|
@@ -2633,14 +2634,14 @@ var IgcInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2633
2634
|
* Returns a serialized copy of the exported visual model
|
|
2634
2635
|
|
|
2635
2636
|
*/
|
|
2636
|
-
|
|
2637
|
+
IgcXInputGroupComponent.prototype.exportSerializedVisualModel = function () {
|
|
2637
2638
|
var iv = this.i.j9();
|
|
2638
2639
|
return (iv);
|
|
2639
2640
|
};
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
return
|
|
2641
|
+
IgcXInputGroupComponent._observedAttributesIgcXInputGroupComponent = null;
|
|
2642
|
+
IgcXInputGroupComponent.htmlTagName = "igc-x-input-group";
|
|
2643
|
+
IgcXInputGroupComponent._isElementRegistered = false;
|
|
2644
|
+
return IgcXInputGroupComponent;
|
|
2644
2645
|
}(IgcHTMLElement));
|
|
2645
|
-
export {
|
|
2646
|
-
//# sourceMappingURL=igc-input-group-component.js.map
|
|
2646
|
+
export { IgcXInputGroupComponent };
|
|
2647
|
+
//# sourceMappingURL=igc-x-input-group-component.js.map
|