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
|
@@ -10,7 +10,7 @@ import { RippleVisualModelExport } from "./RippleVisualModelExport";
|
|
|
10
10
|
export declare class RippleView extends Base {
|
|
11
11
|
static $t: Type;
|
|
12
12
|
constructor();
|
|
13
|
-
b:
|
|
13
|
+
b: XRipple;
|
|
14
14
|
w(): void;
|
|
15
15
|
e(): boolean;
|
|
16
16
|
private g;
|
|
@@ -41,7 +41,7 @@ export declare class RippleView extends Base {
|
|
|
41
41
|
/**
|
|
42
42
|
* @hidden
|
|
43
43
|
*/
|
|
44
|
-
export declare class
|
|
44
|
+
export declare class XRipple extends Base implements INotifyPropertyChanged {
|
|
45
45
|
static $t: Type;
|
|
46
46
|
constructor();
|
|
47
47
|
c: RippleView;
|
package/lib/XButton.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { XButton } from "./ButtonView_combined";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { XButtonGroup } from "./ButtonGroupView_combined";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { ObservableCollection$1 } from "igniteui-webcomponents-core";
|
|
2
|
-
import {
|
|
2
|
+
import { XButton } from "./XButton";
|
|
3
3
|
import { EventArgs, Type } from "igniteui-webcomponents-core";
|
|
4
4
|
/**
|
|
5
5
|
* @hidden
|
|
6
6
|
*/
|
|
7
|
-
export declare class
|
|
7
|
+
export declare class XButtonGroupButtonCollection extends ObservableCollection$1<XButton> {
|
|
8
8
|
static $t: Type;
|
|
9
9
|
constructor();
|
|
10
10
|
collectionResetting: (sender: any, e: EventArgs) => void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { XCheckbox } from "./CheckboxView_combined";
|
package/lib/XIcon.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { XIcon } from "./IconView_combined";
|
package/lib/XInput.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { XInput } from "./InputGroupView_combined";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { XInputGroup } from "./InputGroupView_combined";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { XInputGroupInputCollection } from "./InputGroupView_combined";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { XInputGroupItem } from "./InputGroupView_combined";
|
package/lib/XLabel.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { XLabel } from "./InputGroupView_combined";
|
package/lib/XPrefix.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { XPrefix } from "./InputGroupView_combined";
|
package/lib/XRipple.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { XRipple } from "./RippleView_combined";
|
package/lib/XSuffix.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { XSuffix } from "./InputGroupView_combined";
|
|
@@ -134,6 +134,7 @@ export declare class IgcDatePickerComponent extends HTMLElement {
|
|
|
134
134
|
* Gets or sets the Format property to detirmine the format of the date in the input
|
|
135
135
|
*/
|
|
136
136
|
formatString: string;
|
|
137
|
+
isDisabled: boolean;
|
|
137
138
|
protected __p: string;
|
|
138
139
|
protected _hasUserValues: Set<string>;
|
|
139
140
|
protected readonly hasUserValues: Set<string>;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { XButton } from "./XButton";
|
|
2
2
|
import { ButtonDisplayStyle } from './ButtonDisplayStyle';
|
|
3
3
|
import { IgcButtonClickEventArgs } from './igc-button-click-event-args';
|
|
4
4
|
import { ControlDisplayDensity } from "igniteui-webcomponents-core";
|
|
5
5
|
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
6
6
|
import { ElevationMode } from "igniteui-webcomponents-core";
|
|
7
7
|
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
8
|
-
export declare class
|
|
8
|
+
export declare class IgcXButtonComponent extends IgcHTMLElement {
|
|
9
9
|
private _portalManager;
|
|
10
10
|
private _container;
|
|
11
11
|
private _renderer;
|
|
@@ -18,7 +18,7 @@ export declare class IgcButtonComponent extends IgcHTMLElement {
|
|
|
18
18
|
updateStyle(): void;
|
|
19
19
|
destroy(): void;
|
|
20
20
|
private _wrapper;
|
|
21
|
-
protected createImplementation():
|
|
21
|
+
protected createImplementation(): XButton;
|
|
22
22
|
private _button;
|
|
23
23
|
private _disconnected;
|
|
24
24
|
disconnectedCallback(): void;
|
|
@@ -28,17 +28,17 @@ export declare class IgcButtonComponent extends IgcHTMLElement {
|
|
|
28
28
|
/**
|
|
29
29
|
* @hidden
|
|
30
30
|
*/
|
|
31
|
-
readonly i:
|
|
31
|
+
readonly i: XButton; /**
|
|
32
32
|
* @hidden
|
|
33
33
|
*/
|
|
34
|
-
static _createFromInternal(internal: any):
|
|
34
|
+
static _createFromInternal(internal: any): IgcXButtonComponent;
|
|
35
35
|
private _settingAttributes;
|
|
36
36
|
protected _attached: boolean;
|
|
37
37
|
private _queuedSetAttributes;
|
|
38
38
|
protected _enqueueSetAttribute(attrName: string, attrValue: string): void;
|
|
39
39
|
protected _flushQueuedAttributes(): void;
|
|
40
40
|
protected _a(attrName: string, attrValue: any): void;
|
|
41
|
-
private static
|
|
41
|
+
private static _observedAttributesIgcXButtonComponent;
|
|
42
42
|
static readonly observedAttributes: string[];
|
|
43
43
|
private _updatingFromAttribute;
|
|
44
44
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -667,5 +667,5 @@ export declare class IgcButtonComponent extends IgcHTMLElement {
|
|
|
667
667
|
exportSerializedVisualModel(): string;
|
|
668
668
|
private _clicked;
|
|
669
669
|
private _clicked_wrapped;
|
|
670
|
-
clicked: (s:
|
|
670
|
+
clicked: (s: IgcXButtonComponent, e: IgcButtonClickEventArgs) => void;
|
|
671
671
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { IgCollection } from "igniteui-webcomponents-core";
|
|
2
|
+
import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
|
|
3
|
+
import { XButton as XButton_internal } from './XButton';
|
|
4
|
+
import { IgcXButtonComponent as IgcXButtonComponent } from './igc-x-button-component';
|
|
5
|
+
export declare class IgcXButtonGroupButtonCollection extends IgCollection<IgcXButtonComponent, XButton_internal> {
|
|
6
|
+
constructor(list?: IgcXButtonComponent[]);
|
|
7
|
+
protected _createInnerColl(): SyncableObservableCollection$2<IgcXButtonComponent, XButton_internal>;
|
|
8
|
+
}
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { XButtonGroup } from "./XButtonGroup";
|
|
2
|
+
import { IgcXButtonComponent } from './igc-x-button-component';
|
|
3
|
+
import { IgcXButtonGroupButtonCollection } from './igc-x-button-group-button-collection';
|
|
4
4
|
import { ButtonGroupOrientation } from './ButtonGroupOrientation';
|
|
5
5
|
import { IgcButtonGroupSelectionChangedEventArgs } from './igc-button-group-selection-changed-event-args';
|
|
6
6
|
import { ControlDisplayDensity } from "igniteui-webcomponents-core";
|
|
7
7
|
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
8
8
|
import { ButtonGroupDisplayStyle } from './ButtonGroupDisplayStyle';
|
|
9
9
|
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
10
|
-
export declare class
|
|
10
|
+
export declare class IgcXButtonGroupComponent extends IgcHTMLElement {
|
|
11
11
|
private _portalManager;
|
|
12
12
|
private _container;
|
|
13
13
|
private _renderer;
|
|
14
|
-
contentButtons:
|
|
14
|
+
contentButtons: IgcXButtonComponent[];
|
|
15
15
|
/**
|
|
16
16
|
* The style mappings actually present in the treemap. Do not directly modify this array.
|
|
17
17
|
* This array's contents can be modified by causing Angular to reproject the child content.
|
|
18
18
|
* Or adding and removing style mappings from the manual style mappings collection on the buttons property.
|
|
19
19
|
*/
|
|
20
|
-
actualButtons:
|
|
20
|
+
actualButtons: IgcXButtonComponent[];
|
|
21
21
|
private _buttons;
|
|
22
22
|
private _buttonsAdapter;
|
|
23
23
|
/**
|
|
24
24
|
* A collection or manually added axes for the chart.
|
|
25
25
|
*/
|
|
26
|
-
readonly buttons:
|
|
26
|
+
readonly buttons: IgcXButtonGroupButtonCollection;
|
|
27
27
|
constructor();
|
|
28
28
|
private _onChildrenChanged;
|
|
29
29
|
private updateButtons;
|
|
30
30
|
updateStyle(): void;
|
|
31
31
|
destroy(): void;
|
|
32
32
|
private _wrapper;
|
|
33
|
-
protected createImplementation():
|
|
33
|
+
protected createImplementation(): XButtonGroup;
|
|
34
34
|
private _buttonGroup;
|
|
35
35
|
private _disconnected;
|
|
36
36
|
disconnectedCallback(): void;
|
|
@@ -40,17 +40,17 @@ export declare class IgcButtonGroupComponent extends IgcHTMLElement {
|
|
|
40
40
|
/**
|
|
41
41
|
* @hidden
|
|
42
42
|
*/
|
|
43
|
-
readonly i:
|
|
43
|
+
readonly i: XButtonGroup; /**
|
|
44
44
|
* @hidden
|
|
45
45
|
*/
|
|
46
|
-
static _createFromInternal(internal: any):
|
|
46
|
+
static _createFromInternal(internal: any): IgcXButtonGroupComponent;
|
|
47
47
|
private _settingAttributes;
|
|
48
48
|
protected _attached: boolean;
|
|
49
49
|
private _queuedSetAttributes;
|
|
50
50
|
protected _enqueueSetAttribute(attrName: string, attrValue: string): void;
|
|
51
51
|
protected _flushQueuedAttributes(): void;
|
|
52
52
|
protected _a(attrName: string, attrValue: any): void;
|
|
53
|
-
private static
|
|
53
|
+
private static _observedAttributesIgcXButtonGroupComponent;
|
|
54
54
|
static readonly observedAttributes: string[];
|
|
55
55
|
private _updatingFromAttribute;
|
|
56
56
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -340,5 +340,5 @@ export declare class IgcButtonGroupComponent extends IgcHTMLElement {
|
|
|
340
340
|
exportSerializedVisualModel(): string;
|
|
341
341
|
private _selectionChanged;
|
|
342
342
|
private _selectionChanged_wrapped;
|
|
343
|
-
selectionChanged: (s:
|
|
343
|
+
selectionChanged: (s: IgcXButtonGroupComponent, e: IgcButtonGroupSelectionChangedEventArgs) => void;
|
|
344
344
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { XCheckbox } from "./XCheckbox";
|
|
2
2
|
import { IgcCheckboxChangeEventArgs } from './igc-checkbox-change-event-args';
|
|
3
3
|
import { CheckboxLabelPosition } from './CheckboxLabelPosition';
|
|
4
4
|
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
5
5
|
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
6
|
-
export declare class
|
|
6
|
+
export declare class IgcXCheckboxComponent extends IgcHTMLElement {
|
|
7
7
|
private _portalManager;
|
|
8
8
|
private _container;
|
|
9
9
|
private _renderer;
|
|
@@ -12,7 +12,7 @@ export declare class IgcCheckboxComponent extends IgcHTMLElement {
|
|
|
12
12
|
updateStyle(): void;
|
|
13
13
|
destroy(): void;
|
|
14
14
|
private _wrapper;
|
|
15
|
-
protected createImplementation():
|
|
15
|
+
protected createImplementation(): XCheckbox;
|
|
16
16
|
private _checkbox;
|
|
17
17
|
private _disconnected;
|
|
18
18
|
disconnectedCallback(): void;
|
|
@@ -22,17 +22,17 @@ export declare class IgcCheckboxComponent extends IgcHTMLElement {
|
|
|
22
22
|
/**
|
|
23
23
|
* @hidden
|
|
24
24
|
*/
|
|
25
|
-
readonly i:
|
|
25
|
+
readonly i: XCheckbox; /**
|
|
26
26
|
* @hidden
|
|
27
27
|
*/
|
|
28
|
-
static _createFromInternal(internal: any):
|
|
28
|
+
static _createFromInternal(internal: any): IgcXCheckboxComponent;
|
|
29
29
|
private _settingAttributes;
|
|
30
30
|
protected _attached: boolean;
|
|
31
31
|
private _queuedSetAttributes;
|
|
32
32
|
protected _enqueueSetAttribute(attrName: string, attrValue: string): void;
|
|
33
33
|
protected _flushQueuedAttributes(): void;
|
|
34
34
|
protected _a(attrName: string, attrValue: any): void;
|
|
35
|
-
private static
|
|
35
|
+
private static _observedAttributesIgcXCheckboxComponent;
|
|
36
36
|
static readonly observedAttributes: string[];
|
|
37
37
|
private _updatingFromAttribute;
|
|
38
38
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -194,5 +194,5 @@ export declare class IgcCheckboxComponent extends IgcHTMLElement {
|
|
|
194
194
|
exportSerializedVisualModel(): string;
|
|
195
195
|
private _change;
|
|
196
196
|
private _change_wrapped;
|
|
197
|
-
change: (s:
|
|
197
|
+
change: (s: IgcXCheckboxComponent, e: IgcCheckboxChangeEventArgs) => void;
|
|
198
198
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { XIcon } from "./XIcon";
|
|
2
2
|
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
3
|
-
export declare class
|
|
3
|
+
export declare class IgcXIconComponent extends IgcHTMLElement {
|
|
4
4
|
private _portalManager;
|
|
5
5
|
private _container;
|
|
6
6
|
private _renderer;
|
|
@@ -9,7 +9,7 @@ export declare class IgcIconComponent extends IgcHTMLElement {
|
|
|
9
9
|
updateStyle(): void;
|
|
10
10
|
destroy(): void;
|
|
11
11
|
private _wrapper;
|
|
12
|
-
protected createImplementation():
|
|
12
|
+
protected createImplementation(): XIcon;
|
|
13
13
|
private _icon;
|
|
14
14
|
private _disconnected;
|
|
15
15
|
disconnectedCallback(): void;
|
|
@@ -19,17 +19,17 @@ export declare class IgcIconComponent extends IgcHTMLElement {
|
|
|
19
19
|
/**
|
|
20
20
|
* @hidden
|
|
21
21
|
*/
|
|
22
|
-
readonly i:
|
|
22
|
+
readonly i: XIcon; /**
|
|
23
23
|
* @hidden
|
|
24
24
|
*/
|
|
25
|
-
static _createFromInternal(internal: any):
|
|
25
|
+
static _createFromInternal(internal: any): IgcXIconComponent;
|
|
26
26
|
private _settingAttributes;
|
|
27
27
|
protected _attached: boolean;
|
|
28
28
|
private _queuedSetAttributes;
|
|
29
29
|
protected _enqueueSetAttribute(attrName: string, attrValue: string): void;
|
|
30
30
|
protected _flushQueuedAttributes(): void;
|
|
31
31
|
protected _a(attrName: string, attrValue: any): void;
|
|
32
|
-
private static
|
|
32
|
+
private static _observedAttributesIgcXIconComponent;
|
|
33
33
|
static readonly observedAttributes: string[];
|
|
34
34
|
private _updatingFromAttribute;
|
|
35
35
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -124,6 +124,7 @@ export declare class IgcIconComponent extends IgcHTMLElement {
|
|
|
124
124
|
* Gets or sets whether the checkbox is disabled.
|
|
125
125
|
*/
|
|
126
126
|
disabled: boolean;
|
|
127
|
+
opacity: number;
|
|
127
128
|
findByName(name: string): any;
|
|
128
129
|
protected __p: string;
|
|
129
130
|
protected _hasUserValues: Set<string>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { XInput } from "./XInput";
|
|
2
|
+
import { IgcXInputGroupItemComponent } from './igc-x-input-group-item-component';
|
|
3
3
|
import { IgcInputChangeEventArgs } from './igc-input-change-event-args';
|
|
4
4
|
import { ControlDisplayDensity } from "igniteui-webcomponents-core";
|
|
5
5
|
import { IgcKeyEventArgs } from "igniteui-webcomponents-core";
|
|
6
|
-
export declare class
|
|
6
|
+
export declare class IgcXInputComponent extends IgcXInputGroupItemComponent {
|
|
7
7
|
private _portalManager;
|
|
8
8
|
private _container;
|
|
9
9
|
private _renderer;
|
|
@@ -12,7 +12,7 @@ export declare class IgcInputComponent extends IgcInputGroupItemComponent {
|
|
|
12
12
|
updateStyle(): void;
|
|
13
13
|
destroy(): void;
|
|
14
14
|
private _wrapper;
|
|
15
|
-
protected createImplementation():
|
|
15
|
+
protected createImplementation(): XInput;
|
|
16
16
|
private _input;
|
|
17
17
|
private _disconnected;
|
|
18
18
|
disconnectedCallback(): void;
|
|
@@ -21,8 +21,8 @@ export declare class IgcInputComponent extends IgcInputGroupItemComponent {
|
|
|
21
21
|
/**
|
|
22
22
|
* @hidden
|
|
23
23
|
*/
|
|
24
|
-
readonly i:
|
|
25
|
-
private static
|
|
24
|
+
readonly i: XInput;
|
|
25
|
+
private static _observedAttributesIgcXInputComponent;
|
|
26
26
|
static readonly observedAttributes: string[];
|
|
27
27
|
static htmlTagName: string;
|
|
28
28
|
protected static _isElementRegistered: boolean;
|
|
@@ -104,6 +104,10 @@ export declare class IgcInputComponent extends IgcInputGroupItemComponent {
|
|
|
104
104
|
* Gets or sets whether the checkbox is disabled.
|
|
105
105
|
*/
|
|
106
106
|
disabled: boolean;
|
|
107
|
+
/**
|
|
108
|
+
* Gets or sets whether the checkbox is readonly.
|
|
109
|
+
*/
|
|
110
|
+
readonly: boolean;
|
|
107
111
|
/**
|
|
108
112
|
* Returns / Sets the beginning index of the selected text. When nothing is selected, this returns the position of the text input cursor (caret) inside of the input.
|
|
109
113
|
*/
|
|
@@ -129,17 +133,17 @@ export declare class IgcInputComponent extends IgcInputGroupItemComponent {
|
|
|
129
133
|
select(): void;
|
|
130
134
|
private _keyDown;
|
|
131
135
|
private _keyDown_wrapped;
|
|
132
|
-
keyDown: (s:
|
|
136
|
+
keyDown: (s: IgcXInputComponent, e: IgcKeyEventArgs) => void;
|
|
133
137
|
private _keyUp;
|
|
134
138
|
private _keyUp_wrapped;
|
|
135
|
-
keyUp: (s:
|
|
139
|
+
keyUp: (s: IgcXInputComponent, e: IgcKeyEventArgs) => void;
|
|
136
140
|
private _keyPress;
|
|
137
141
|
private _keyPress_wrapped;
|
|
138
|
-
keyPress: (s:
|
|
142
|
+
keyPress: (s: IgcXInputComponent, e: IgcKeyEventArgs) => void;
|
|
139
143
|
private _change;
|
|
140
144
|
private _change_wrapped;
|
|
141
|
-
change: (s:
|
|
145
|
+
change: (s: IgcXInputComponent, e: IgcInputChangeEventArgs) => void;
|
|
142
146
|
private _changing;
|
|
143
147
|
private _changing_wrapped;
|
|
144
|
-
changing: (s:
|
|
148
|
+
changing: (s: IgcXInputComponent, e: IgcInputChangeEventArgs) => void;
|
|
145
149
|
}
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { XInputGroup } from "./XInputGroup";
|
|
2
|
+
import { IgcXInputGroupItemComponent } from './igc-x-input-group-item-component';
|
|
3
|
+
import { IgcXInputGroupInputCollection } from './igc-x-input-group-input-collection';
|
|
4
4
|
import { InputGroupDisplayType } from './InputGroupDisplayType';
|
|
5
5
|
import { ControlDisplayDensity } from "igniteui-webcomponents-core";
|
|
6
6
|
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
7
7
|
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
8
|
-
export declare class
|
|
8
|
+
export declare class IgcXInputGroupComponent extends IgcHTMLElement {
|
|
9
9
|
private _portalManager;
|
|
10
10
|
private _container;
|
|
11
11
|
private _renderer;
|
|
12
|
-
contentInputs:
|
|
12
|
+
contentInputs: IgcXInputGroupItemComponent[];
|
|
13
13
|
/**
|
|
14
14
|
* The style mappings actually present in the treemap. Do not directly modify this array.
|
|
15
15
|
* This array's contents can be modified by causing Angular to reproject the child content.
|
|
16
16
|
* Or adding and removing style mappings from the manual style mappings collection on the inputs property.
|
|
17
17
|
*/
|
|
18
|
-
actualInputs:
|
|
18
|
+
actualInputs: IgcXInputGroupItemComponent[];
|
|
19
19
|
private _inputs;
|
|
20
20
|
private _inputsAdapter;
|
|
21
21
|
/**
|
|
22
22
|
* A collection or manually added axes for the chart.
|
|
23
23
|
*/
|
|
24
|
-
readonly inputs:
|
|
24
|
+
readonly inputs: IgcXInputGroupInputCollection;
|
|
25
25
|
constructor();
|
|
26
26
|
private _onChildrenChanged;
|
|
27
27
|
private updateInputs;
|
|
28
28
|
updateStyle(): void;
|
|
29
29
|
destroy(): void;
|
|
30
30
|
private _wrapper;
|
|
31
|
-
protected createImplementation():
|
|
31
|
+
protected createImplementation(): XInputGroup;
|
|
32
32
|
private _inputGroup;
|
|
33
33
|
private _disconnected;
|
|
34
34
|
disconnectedCallback(): void;
|
|
@@ -38,17 +38,17 @@ export declare class IgcInputGroupComponent extends IgcHTMLElement {
|
|
|
38
38
|
/**
|
|
39
39
|
* @hidden
|
|
40
40
|
*/
|
|
41
|
-
readonly i:
|
|
41
|
+
readonly i: XInputGroup; /**
|
|
42
42
|
* @hidden
|
|
43
43
|
*/
|
|
44
|
-
static _createFromInternal(internal: any):
|
|
44
|
+
static _createFromInternal(internal: any): IgcXInputGroupComponent;
|
|
45
45
|
private _settingAttributes;
|
|
46
46
|
protected _attached: boolean;
|
|
47
47
|
private _queuedSetAttributes;
|
|
48
48
|
protected _enqueueSetAttribute(attrName: string, attrValue: string): void;
|
|
49
49
|
protected _flushQueuedAttributes(): void;
|
|
50
50
|
protected _a(attrName: string, attrValue: any): void;
|
|
51
|
-
private static
|
|
51
|
+
private static _observedAttributesIgcXInputGroupComponent;
|
|
52
52
|
static readonly observedAttributes: string[];
|
|
53
53
|
private _updatingFromAttribute;
|
|
54
54
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { IgCollection } from "igniteui-webcomponents-core";
|
|
2
|
+
import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
|
|
3
|
+
import { XInputGroupItem as XInputGroupItem_internal } from './XInputGroupItem';
|
|
4
|
+
import { IgcXInputGroupItemComponent as IgcXInputGroupItemComponent } from './igc-x-input-group-item-component';
|
|
5
|
+
export declare class IgcXInputGroupInputCollection extends IgCollection<IgcXInputGroupItemComponent, XInputGroupItem_internal> {
|
|
6
|
+
constructor(list?: IgcXInputGroupItemComponent[]);
|
|
7
|
+
protected _createInnerColl(): SyncableObservableCollection$2<IgcXInputGroupItemComponent, XInputGroupItem_internal>;
|
|
8
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
2
|
-
import {
|
|
3
|
-
export declare abstract class
|
|
4
|
-
protected createImplementation():
|
|
2
|
+
import { XInputGroupItem } from "./XInputGroupItem";
|
|
3
|
+
export declare abstract class IgcXInputGroupItemComponent extends IgcHTMLElement {
|
|
4
|
+
protected createImplementation(): XInputGroupItem;
|
|
5
5
|
protected _implementation: any;
|
|
6
6
|
/**
|
|
7
7
|
* @hidden
|
|
8
8
|
*/
|
|
9
|
-
readonly i:
|
|
9
|
+
readonly i: XInputGroupItem; /**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
|
12
|
-
static _createFromInternal(internal: any):
|
|
12
|
+
static _createFromInternal(internal: any): IgcXInputGroupItemComponent;
|
|
13
13
|
private onImplementationCreated;
|
|
14
14
|
constructor();
|
|
15
15
|
private _settingAttributes;
|
|
@@ -19,7 +19,7 @@ export declare abstract class IgcInputGroupItemComponent extends IgcHTMLElement
|
|
|
19
19
|
protected _flushQueuedAttributes(): void;
|
|
20
20
|
protected _a(attrName: string, attrValue: any): void;
|
|
21
21
|
connectedCallback(): void;
|
|
22
|
-
private static
|
|
22
|
+
private static _observedAttributesIgcXInputGroupItemComponent;
|
|
23
23
|
static readonly observedAttributes: string[];
|
|
24
24
|
private _updatingFromAttribute;
|
|
25
25
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { XLabel } from "./XLabel";
|
|
2
|
+
import { IgcXInputGroupItemComponent } from './igc-x-input-group-item-component';
|
|
3
3
|
import { ControlDisplayDensity } from "igniteui-webcomponents-core";
|
|
4
4
|
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
5
|
-
export declare class
|
|
5
|
+
export declare class IgcXLabelComponent extends IgcXInputGroupItemComponent {
|
|
6
6
|
private _portalManager;
|
|
7
7
|
private _container;
|
|
8
8
|
private _renderer;
|
|
@@ -11,7 +11,7 @@ export declare class IgcLabelComponent extends IgcInputGroupItemComponent {
|
|
|
11
11
|
updateStyle(): void;
|
|
12
12
|
destroy(): void;
|
|
13
13
|
private _wrapper;
|
|
14
|
-
protected createImplementation():
|
|
14
|
+
protected createImplementation(): XLabel;
|
|
15
15
|
private _label;
|
|
16
16
|
private _disconnected;
|
|
17
17
|
disconnectedCallback(): void;
|
|
@@ -21,11 +21,12 @@ export declare class IgcLabelComponent extends IgcInputGroupItemComponent {
|
|
|
21
21
|
private _onFlexDirectionChanged;
|
|
22
22
|
private _onFlexGrowChanged;
|
|
23
23
|
private _onAlignItemsChanged;
|
|
24
|
+
private _onAlignSelfChanged;
|
|
24
25
|
/**
|
|
25
26
|
* @hidden
|
|
26
27
|
*/
|
|
27
|
-
readonly i:
|
|
28
|
-
private static
|
|
28
|
+
readonly i: XLabel;
|
|
29
|
+
private static _observedAttributesIgcXLabelComponent;
|
|
29
30
|
static readonly observedAttributes: string[];
|
|
30
31
|
static htmlTagName: string;
|
|
31
32
|
protected static _isElementRegistered: boolean;
|
|
@@ -98,6 +99,10 @@ export declare class IgcLabelComponent extends IgcInputGroupItemComponent {
|
|
|
98
99
|
* Gets or sets the id to use for the checkbox.
|
|
99
100
|
*/
|
|
100
101
|
alignItems: string;
|
|
102
|
+
/**
|
|
103
|
+
* Gets or sets the id to use for the checkbox.
|
|
104
|
+
*/
|
|
105
|
+
alignSelf: string;
|
|
101
106
|
/**
|
|
102
107
|
* Gets or sets TabIndex to use for the checkbox.
|
|
103
108
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
export declare class
|
|
1
|
+
import { XPrefix } from "./XPrefix";
|
|
2
|
+
import { IgcXInputGroupItemComponent } from './igc-x-input-group-item-component';
|
|
3
|
+
export declare class IgcXPrefixComponent extends IgcXInputGroupItemComponent {
|
|
4
4
|
private _portalManager;
|
|
5
5
|
private _container;
|
|
6
6
|
private _renderer;
|
|
@@ -9,7 +9,7 @@ export declare class IgcPrefixComponent extends IgcInputGroupItemComponent {
|
|
|
9
9
|
updateStyle(): void;
|
|
10
10
|
destroy(): void;
|
|
11
11
|
private _wrapper;
|
|
12
|
-
protected createImplementation():
|
|
12
|
+
protected createImplementation(): XPrefix;
|
|
13
13
|
private _prefix;
|
|
14
14
|
private _disconnected;
|
|
15
15
|
disconnectedCallback(): void;
|
|
@@ -18,8 +18,8 @@ export declare class IgcPrefixComponent extends IgcInputGroupItemComponent {
|
|
|
18
18
|
/**
|
|
19
19
|
* @hidden
|
|
20
20
|
*/
|
|
21
|
-
readonly i:
|
|
22
|
-
private static
|
|
21
|
+
readonly i: XPrefix;
|
|
22
|
+
private static _observedAttributesIgcXPrefixComponent;
|
|
23
23
|
static readonly observedAttributes: string[];
|
|
24
24
|
static htmlTagName: string;
|
|
25
25
|
protected static _isElementRegistered: boolean;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { XRipple } from "./XRipple";
|
|
2
2
|
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
3
|
-
export declare class
|
|
3
|
+
export declare class IgcXRippleComponent extends IgcHTMLElement {
|
|
4
4
|
private _height;
|
|
5
5
|
private _width;
|
|
6
6
|
height: string;
|
|
@@ -17,7 +17,7 @@ export declare class IgcRippleComponent extends IgcHTMLElement {
|
|
|
17
17
|
updateStyle(): void;
|
|
18
18
|
destroy(): void;
|
|
19
19
|
private _wrapper;
|
|
20
|
-
protected createImplementation():
|
|
20
|
+
protected createImplementation(): XRipple;
|
|
21
21
|
private _ripple;
|
|
22
22
|
private _disconnected;
|
|
23
23
|
disconnectedCallback(): void;
|
|
@@ -27,17 +27,17 @@ export declare class IgcRippleComponent extends IgcHTMLElement {
|
|
|
27
27
|
/**
|
|
28
28
|
* @hidden
|
|
29
29
|
*/
|
|
30
|
-
readonly i:
|
|
30
|
+
readonly i: XRipple; /**
|
|
31
31
|
* @hidden
|
|
32
32
|
*/
|
|
33
|
-
static _createFromInternal(internal: any):
|
|
33
|
+
static _createFromInternal(internal: any): IgcXRippleComponent;
|
|
34
34
|
private _settingAttributes;
|
|
35
35
|
protected _attached: boolean;
|
|
36
36
|
private _queuedSetAttributes;
|
|
37
37
|
protected _enqueueSetAttribute(attrName: string, attrValue: string): void;
|
|
38
38
|
protected _flushQueuedAttributes(): void;
|
|
39
39
|
protected _a(attrName: string, attrValue: any): void;
|
|
40
|
-
private static
|
|
40
|
+
private static _observedAttributesIgcXRippleComponent;
|
|
41
41
|
static readonly observedAttributes: string[];
|
|
42
42
|
private _updatingFromAttribute;
|
|
43
43
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|