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
|
@@ -8,6 +8,7 @@ import { AnimationKeyFrameEffectTiming } from "igniteui-webcomponents-core";
|
|
|
8
8
|
import { SuffixShiftType } from "./SuffixShiftType";
|
|
9
9
|
import { PrefixShiftType } from "./PrefixShiftType";
|
|
10
10
|
import { Brush } from "igniteui-webcomponents-core";
|
|
11
|
+
import { LabelShiftType } from "./LabelShiftType";
|
|
11
12
|
import { MouseButtonEventArgs } from "igniteui-webcomponents-core";
|
|
12
13
|
import { KeyEventArgs } from "igniteui-webcomponents-core";
|
|
13
14
|
import { InputShiftType } from "./InputShiftType";
|
|
@@ -21,7 +22,6 @@ import { ObservableCollection$1 } from "igniteui-webcomponents-core";
|
|
|
21
22
|
import { InputGroupVisualModelExport } from "./InputGroupVisualModelExport";
|
|
22
23
|
import { LabelVisualModelExport } from "./LabelVisualModelExport";
|
|
23
24
|
import { InputVisualModelExport } from "./InputVisualModelExport";
|
|
24
|
-
import { LabelShiftType } from "./LabelShiftType";
|
|
25
25
|
import { InputChangeEventArgs } from "./InputChangeEventArgs";
|
|
26
26
|
/**
|
|
27
27
|
* @hidden
|
|
@@ -29,10 +29,10 @@ import { InputChangeEventArgs } from "./InputChangeEventArgs";
|
|
|
29
29
|
export declare class InputGroupView extends Base {
|
|
30
30
|
static $t: Type;
|
|
31
31
|
constructor();
|
|
32
|
-
d:
|
|
32
|
+
d: XInputGroup;
|
|
33
33
|
ak(): void;
|
|
34
|
-
ac(a:
|
|
35
|
-
ae(a:
|
|
34
|
+
ac(a: XInputGroupItem): void;
|
|
35
|
+
ae(a: XInputGroupItem): void;
|
|
36
36
|
ad(): void;
|
|
37
37
|
g(): boolean;
|
|
38
38
|
l: DomRenderer;
|
|
@@ -64,12 +64,12 @@ export declare class InputGroupView extends Base {
|
|
|
64
64
|
ag(): void;
|
|
65
65
|
ai(): void;
|
|
66
66
|
ar(a: FontInfo): void;
|
|
67
|
-
k(a:
|
|
67
|
+
k(a: XLabel): number;
|
|
68
68
|
af(): void;
|
|
69
69
|
a(a: AnimationKeyFrameEffectTiming): AnimationKeyFrameEffect;
|
|
70
70
|
c(a: AnimationKeyFrameEffectTiming): AnimationKeyFrameEffect;
|
|
71
71
|
b(a: AnimationKeyFrameEffectTiming): AnimationKeyFrameEffect;
|
|
72
|
-
ao(a:
|
|
72
|
+
ao(a: XInput): void;
|
|
73
73
|
ab(a: any): void;
|
|
74
74
|
an(a: any): void;
|
|
75
75
|
private aj;
|
|
@@ -81,7 +81,7 @@ export declare class InputGroupView extends Base {
|
|
|
81
81
|
export declare class SuffixView extends Base {
|
|
82
82
|
static $t: Type;
|
|
83
83
|
constructor();
|
|
84
|
-
a:
|
|
84
|
+
a: XSuffix;
|
|
85
85
|
o(): void;
|
|
86
86
|
d(): boolean;
|
|
87
87
|
private g;
|
|
@@ -106,7 +106,7 @@ export declare class SuffixView extends Base {
|
|
|
106
106
|
export declare class PrefixView extends Base {
|
|
107
107
|
static $t: Type;
|
|
108
108
|
constructor();
|
|
109
|
-
a:
|
|
109
|
+
a: XPrefix;
|
|
110
110
|
o(): void;
|
|
111
111
|
d(): boolean;
|
|
112
112
|
private g;
|
|
@@ -131,41 +131,42 @@ export declare class PrefixView extends Base {
|
|
|
131
131
|
export declare class LabelView extends Base {
|
|
132
132
|
static $t: Type;
|
|
133
133
|
constructor();
|
|
134
|
-
c:
|
|
135
|
-
|
|
134
|
+
c: XLabel;
|
|
135
|
+
ab(): void;
|
|
136
136
|
f(): boolean;
|
|
137
137
|
k: DomRenderer;
|
|
138
138
|
private d;
|
|
139
139
|
private h;
|
|
140
140
|
readonly n: any;
|
|
141
|
-
readonly
|
|
141
|
+
readonly aj: Path;
|
|
142
142
|
readonly g: boolean;
|
|
143
143
|
s(): void;
|
|
144
144
|
b(a: AnimationKeyFrameEffectTiming): AnimationKeyFrameEffect;
|
|
145
145
|
a(a: AnimationKeyFrameEffectTiming): AnimationKeyFrameEffect;
|
|
146
|
-
|
|
146
|
+
w(a: DomRenderer): void;
|
|
147
147
|
j(): number;
|
|
148
|
-
ae(): void;
|
|
149
148
|
af(): void;
|
|
150
|
-
|
|
149
|
+
ag(): void;
|
|
150
|
+
ae(): void;
|
|
151
151
|
private o;
|
|
152
|
-
|
|
153
|
-
x(): void;
|
|
154
|
-
t(): void;
|
|
152
|
+
ah(a: string): void;
|
|
155
153
|
y(): void;
|
|
154
|
+
t(): void;
|
|
155
|
+
u(): void;
|
|
156
156
|
z(): void;
|
|
157
|
+
aa(): void;
|
|
157
158
|
private p;
|
|
158
|
-
|
|
159
|
+
ac(): void;
|
|
159
160
|
i(): number;
|
|
160
161
|
private q;
|
|
161
162
|
private r;
|
|
162
163
|
private e;
|
|
163
164
|
private l;
|
|
164
165
|
private m;
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
166
|
+
v(): void;
|
|
167
|
+
x(): void;
|
|
168
|
+
ai(a: FontInfo): void;
|
|
169
|
+
ad(a: Brush): void;
|
|
169
170
|
}
|
|
170
171
|
/**
|
|
171
172
|
* @hidden
|
|
@@ -173,31 +174,32 @@ export declare class LabelView extends Base {
|
|
|
173
174
|
export declare class InputView extends Base {
|
|
174
175
|
static $t: Type;
|
|
175
176
|
constructor();
|
|
176
|
-
b:
|
|
177
|
+
b: XInput;
|
|
177
178
|
ao(): void;
|
|
178
179
|
f(): boolean;
|
|
179
180
|
j: DomRenderer;
|
|
180
181
|
private c;
|
|
181
182
|
private h;
|
|
182
183
|
readonly o: any;
|
|
183
|
-
readonly
|
|
184
|
+
readonly a4: Path;
|
|
184
185
|
readonly g: boolean;
|
|
185
186
|
al(a: DomRenderer): void;
|
|
187
|
+
av(a: boolean): void;
|
|
186
188
|
au(a: boolean): void;
|
|
187
189
|
e: boolean;
|
|
188
190
|
private y;
|
|
189
191
|
private x;
|
|
190
192
|
as(): void;
|
|
191
193
|
aq(): void;
|
|
194
|
+
a0(): void;
|
|
192
195
|
az(): void;
|
|
193
|
-
ay(): void;
|
|
194
196
|
private i;
|
|
195
197
|
at(a: string): void;
|
|
196
198
|
private u;
|
|
197
199
|
private ab;
|
|
198
200
|
private af;
|
|
199
201
|
private ag;
|
|
200
|
-
private
|
|
202
|
+
private a3;
|
|
201
203
|
private v;
|
|
202
204
|
private w;
|
|
203
205
|
private ac;
|
|
@@ -207,13 +209,13 @@ export declare class InputView extends Base {
|
|
|
207
209
|
private z;
|
|
208
210
|
private aa;
|
|
209
211
|
private p;
|
|
210
|
-
|
|
212
|
+
a1(a: string): void;
|
|
211
213
|
q(): string;
|
|
212
214
|
private r;
|
|
213
215
|
n(): number;
|
|
214
216
|
m(): number;
|
|
215
|
-
|
|
216
|
-
|
|
217
|
+
ay(a: number): void;
|
|
218
|
+
aw(a: number): void;
|
|
217
219
|
ap(): void;
|
|
218
220
|
private s;
|
|
219
221
|
private t;
|
|
@@ -222,23 +224,23 @@ export declare class InputView extends Base {
|
|
|
222
224
|
private l;
|
|
223
225
|
aj(): void;
|
|
224
226
|
am(): void;
|
|
225
|
-
|
|
227
|
+
a2(a: FontInfo): void;
|
|
226
228
|
ak(): void;
|
|
227
229
|
an(a: boolean): void;
|
|
228
230
|
ar(): void;
|
|
229
|
-
|
|
231
|
+
ax(a: number, b: number): void;
|
|
230
232
|
ai(): void;
|
|
231
233
|
a(a: AnimationKeyFrameEffectTiming): AnimationKeyFrameEffect;
|
|
232
234
|
}
|
|
233
235
|
/**
|
|
234
236
|
* @hidden
|
|
235
237
|
*/
|
|
236
|
-
export declare abstract class
|
|
238
|
+
export declare abstract class XInputGroupItem extends Base implements INotifyPropertyChanged {
|
|
237
239
|
static $t: Type;
|
|
238
240
|
private c;
|
|
239
241
|
e: string;
|
|
240
242
|
private a;
|
|
241
|
-
b:
|
|
243
|
+
b: XInputGroup;
|
|
242
244
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
243
245
|
protected g(a: string, b: any, c: any): void;
|
|
244
246
|
protected h(a: string, b: any, c: any): void;
|
|
@@ -246,7 +248,7 @@ export declare abstract class InputGroupItem extends Base implements INotifyProp
|
|
|
246
248
|
/**
|
|
247
249
|
* @hidden
|
|
248
250
|
*/
|
|
249
|
-
export declare class
|
|
251
|
+
export declare class XSuffix extends XInputGroupItem {
|
|
250
252
|
static $t: Type;
|
|
251
253
|
constructor();
|
|
252
254
|
private _view;
|
|
@@ -284,7 +286,7 @@ export declare class Suffix extends InputGroupItem {
|
|
|
284
286
|
/**
|
|
285
287
|
* @hidden
|
|
286
288
|
*/
|
|
287
|
-
export declare class
|
|
289
|
+
export declare class XPrefix extends XInputGroupItem {
|
|
288
290
|
static $t: Type;
|
|
289
291
|
constructor();
|
|
290
292
|
private _view;
|
|
@@ -322,22 +324,22 @@ export declare class Prefix extends InputGroupItem {
|
|
|
322
324
|
/**
|
|
323
325
|
* @hidden
|
|
324
326
|
*/
|
|
325
|
-
export declare class
|
|
327
|
+
export declare class XInputGroup extends Base implements INotifyPropertyChanged {
|
|
326
328
|
static $t: Type;
|
|
327
329
|
constructor();
|
|
328
330
|
private ly;
|
|
329
331
|
appendContentChild(a: any): void;
|
|
330
|
-
|
|
332
|
+
mj(a: any): void;
|
|
331
333
|
private j;
|
|
332
334
|
k: InputGroupDisplayType;
|
|
333
335
|
private f;
|
|
334
336
|
h: ControlDisplayDensity;
|
|
335
337
|
private e;
|
|
336
338
|
g: ControlDisplayDensity;
|
|
337
|
-
private l3;
|
|
338
339
|
private l4;
|
|
339
|
-
private l2;
|
|
340
340
|
private l5;
|
|
341
|
+
private l3;
|
|
342
|
+
private l6;
|
|
341
343
|
private ad;
|
|
342
344
|
private lx;
|
|
343
345
|
private b;
|
|
@@ -345,358 +347,358 @@ export declare class InputGroup extends Base implements INotifyPropertyChanged {
|
|
|
345
347
|
private _view;
|
|
346
348
|
view: InputGroupView;
|
|
347
349
|
destroy(): void;
|
|
348
|
-
protected
|
|
349
|
-
protected
|
|
350
|
-
static
|
|
351
|
-
static
|
|
352
|
-
private mp;
|
|
350
|
+
protected me(a: string, b: any, c: any): void;
|
|
351
|
+
protected mh(a: string, b: any, c: any): void;
|
|
352
|
+
static m3(a: CornerRadius, b: CornerRadius): CornerRadius;
|
|
353
|
+
static tj(a: Thickness, b: Thickness): Thickness;
|
|
353
354
|
private mq;
|
|
354
|
-
private mo;
|
|
355
355
|
private mr;
|
|
356
|
+
private mp;
|
|
357
|
+
private ms;
|
|
358
|
+
private mo;
|
|
356
359
|
private mn;
|
|
357
|
-
private mm;
|
|
358
360
|
private q;
|
|
359
361
|
private o;
|
|
360
362
|
private readonly a;
|
|
361
363
|
onChildrenMutated(): void;
|
|
362
364
|
private l1;
|
|
363
365
|
readonly af: boolean;
|
|
364
|
-
|
|
366
|
+
md(): void;
|
|
365
367
|
lostFocus: (sender: any, e: EventArgs) => void;
|
|
366
368
|
gotFocus: (sender: any, e: EventArgs) => void;
|
|
367
369
|
static c: BaseControlTheme;
|
|
368
370
|
static fu: number;
|
|
369
371
|
static f5: number;
|
|
370
|
-
static
|
|
371
|
-
static
|
|
372
|
-
static
|
|
373
|
-
static
|
|
374
|
-
private static
|
|
372
|
+
static ng: CornerRadius;
|
|
373
|
+
static tw: Thickness;
|
|
374
|
+
static re: Brush;
|
|
375
|
+
static rv: Brush;
|
|
376
|
+
private static rw;
|
|
375
377
|
static gx: number;
|
|
376
378
|
static gw: number;
|
|
377
379
|
static f9: number;
|
|
378
|
-
static se: Brush;
|
|
379
380
|
static sf: Brush;
|
|
381
|
+
static sg: Brush;
|
|
382
|
+
static ry: Brush;
|
|
380
383
|
static rx: Brush;
|
|
381
|
-
static rw: Brush;
|
|
382
384
|
static gu: number;
|
|
383
385
|
static f8: number;
|
|
384
386
|
static f6: number;
|
|
385
387
|
static f7: number;
|
|
386
388
|
static gv: number;
|
|
387
|
-
static
|
|
389
|
+
static rd: Brush;
|
|
388
390
|
private static ga;
|
|
389
391
|
private static gb;
|
|
390
|
-
private static
|
|
391
|
-
private static
|
|
392
|
-
private static rz;
|
|
392
|
+
private static nh;
|
|
393
|
+
private static tx;
|
|
393
394
|
private static r0;
|
|
394
395
|
private static r1;
|
|
396
|
+
private static r2;
|
|
395
397
|
private static gj;
|
|
396
398
|
private static gi;
|
|
397
399
|
private static gf;
|
|
398
|
-
private static r4;
|
|
399
400
|
private static r5;
|
|
401
|
+
private static r6;
|
|
402
|
+
private static r4;
|
|
400
403
|
private static r3;
|
|
401
|
-
private static r2;
|
|
402
404
|
private static gg;
|
|
403
405
|
private static ge;
|
|
404
406
|
private static gc;
|
|
405
407
|
private static gd;
|
|
406
408
|
private static gh;
|
|
407
|
-
private static
|
|
409
|
+
private static rz;
|
|
408
410
|
private static fv;
|
|
409
411
|
private static fw;
|
|
410
|
-
private static
|
|
411
|
-
private static
|
|
412
|
-
private static rn;
|
|
412
|
+
private static nf;
|
|
413
|
+
private static tv;
|
|
413
414
|
private static ro;
|
|
414
415
|
private static rp;
|
|
416
|
+
private static rq;
|
|
415
417
|
private static f4;
|
|
416
418
|
private static f3;
|
|
417
419
|
private static f0;
|
|
418
|
-
private static rs;
|
|
419
420
|
private static rt;
|
|
421
|
+
private static ru;
|
|
422
|
+
private static rs;
|
|
420
423
|
private static rr;
|
|
421
|
-
private static rq;
|
|
422
424
|
private static f1;
|
|
423
425
|
private static fz;
|
|
424
426
|
private static fx;
|
|
425
427
|
private static fy;
|
|
426
428
|
private static f2;
|
|
427
|
-
private static
|
|
429
|
+
private static rn;
|
|
428
430
|
private static fk;
|
|
429
431
|
private static fl;
|
|
430
|
-
private static
|
|
431
|
-
private static
|
|
432
|
-
private static rf;
|
|
432
|
+
private static ne;
|
|
433
|
+
private static tu;
|
|
433
434
|
private static rg;
|
|
434
435
|
private static rh;
|
|
436
|
+
private static ri;
|
|
435
437
|
private static ft;
|
|
436
438
|
private static fs;
|
|
437
439
|
private static fp;
|
|
438
|
-
private static rk;
|
|
439
440
|
private static rl;
|
|
441
|
+
private static rm;
|
|
442
|
+
private static rk;
|
|
440
443
|
private static rj;
|
|
441
|
-
private static ri;
|
|
442
444
|
private static fq;
|
|
443
445
|
private static fo;
|
|
444
446
|
private static fm;
|
|
445
447
|
private static fn;
|
|
446
448
|
private static fr;
|
|
447
|
-
private static
|
|
449
|
+
private static rf;
|
|
448
450
|
static gk: number;
|
|
449
451
|
static gl: number;
|
|
450
|
-
static
|
|
451
|
-
static
|
|
452
|
-
static r7: Brush;
|
|
452
|
+
static ni: CornerRadius;
|
|
453
|
+
static ty: Thickness;
|
|
453
454
|
static r8: Brush;
|
|
454
|
-
|
|
455
|
+
static r9: Brush;
|
|
456
|
+
private static sa;
|
|
455
457
|
static gt: number;
|
|
456
458
|
static gs: number;
|
|
457
459
|
static gp: number;
|
|
458
|
-
static sc: Brush;
|
|
459
460
|
static sd: Brush;
|
|
461
|
+
static se: Brush;
|
|
462
|
+
static sc: Brush;
|
|
460
463
|
static sb: Brush;
|
|
461
|
-
static sa: Brush;
|
|
462
464
|
static gq: number;
|
|
463
465
|
static go: number;
|
|
464
466
|
static gm: number;
|
|
465
467
|
static gn: number;
|
|
466
468
|
static gr: number;
|
|
467
|
-
static
|
|
469
|
+
static r7: Brush;
|
|
468
470
|
static d1: number;
|
|
469
471
|
static ec: number;
|
|
470
|
-
static
|
|
471
|
-
static
|
|
472
|
-
static
|
|
473
|
-
static
|
|
474
|
-
private static
|
|
472
|
+
static na: CornerRadius;
|
|
473
|
+
static tq: Thickness;
|
|
474
|
+
static py: Brush;
|
|
475
|
+
static qf: Brush;
|
|
476
|
+
private static qg;
|
|
475
477
|
static e4: number;
|
|
476
478
|
static e3: number;
|
|
477
479
|
static eg: number;
|
|
478
|
-
static qy: Brush;
|
|
479
480
|
static qz: Brush;
|
|
481
|
+
static q0: Brush;
|
|
482
|
+
static qi: Brush;
|
|
480
483
|
static qh: Brush;
|
|
481
|
-
static qg: Brush;
|
|
482
484
|
static e1: number;
|
|
483
485
|
static ef: number;
|
|
484
486
|
static ed: number;
|
|
485
487
|
static ee: number;
|
|
486
488
|
static e2: number;
|
|
487
|
-
static
|
|
489
|
+
static px: Brush;
|
|
488
490
|
private static eh;
|
|
489
491
|
private static ei;
|
|
490
|
-
private static
|
|
491
|
-
private static
|
|
492
|
-
private static qj;
|
|
492
|
+
private static nb;
|
|
493
|
+
private static tr;
|
|
493
494
|
private static qk;
|
|
494
495
|
private static ql;
|
|
496
|
+
private static qm;
|
|
495
497
|
private static eq;
|
|
496
498
|
private static ep;
|
|
497
499
|
private static em;
|
|
498
|
-
private static qo;
|
|
499
500
|
private static qp;
|
|
501
|
+
private static qq;
|
|
502
|
+
private static qo;
|
|
500
503
|
private static qn;
|
|
501
|
-
private static qm;
|
|
502
504
|
private static en;
|
|
503
505
|
private static el;
|
|
504
506
|
private static ej;
|
|
505
507
|
private static ek;
|
|
506
508
|
private static eo;
|
|
507
|
-
private static
|
|
509
|
+
private static qj;
|
|
508
510
|
private static d2;
|
|
509
511
|
private static d3;
|
|
510
|
-
private static
|
|
511
|
-
private static
|
|
512
|
-
private static p7;
|
|
512
|
+
private static m9;
|
|
513
|
+
private static tp;
|
|
513
514
|
private static p8;
|
|
514
515
|
private static p9;
|
|
516
|
+
private static qa;
|
|
515
517
|
private static eb;
|
|
516
518
|
private static ea;
|
|
517
519
|
private static d7;
|
|
518
|
-
private static qc;
|
|
519
520
|
private static qd;
|
|
521
|
+
private static qe;
|
|
522
|
+
private static qc;
|
|
520
523
|
private static qb;
|
|
521
|
-
private static qa;
|
|
522
524
|
private static d8;
|
|
523
525
|
private static d6;
|
|
524
526
|
private static d4;
|
|
525
527
|
private static d5;
|
|
526
528
|
private static d9;
|
|
527
|
-
private static
|
|
529
|
+
private static p7;
|
|
528
530
|
private static dr;
|
|
529
531
|
private static ds;
|
|
530
|
-
private static
|
|
531
|
-
private static
|
|
532
|
-
private static pz;
|
|
532
|
+
private static m8;
|
|
533
|
+
private static to;
|
|
533
534
|
private static p0;
|
|
534
535
|
private static p1;
|
|
536
|
+
private static p2;
|
|
535
537
|
private static d0;
|
|
536
538
|
private static dz;
|
|
537
539
|
private static dw;
|
|
538
|
-
private static p4;
|
|
539
540
|
private static p5;
|
|
541
|
+
private static p6;
|
|
542
|
+
private static p4;
|
|
540
543
|
private static p3;
|
|
541
|
-
private static p2;
|
|
542
544
|
private static dx;
|
|
543
545
|
private static dv;
|
|
544
546
|
private static dt;
|
|
545
547
|
private static du;
|
|
546
548
|
private static dy;
|
|
547
|
-
private static
|
|
549
|
+
private static pz;
|
|
548
550
|
static er: number;
|
|
549
551
|
static es: number;
|
|
550
|
-
static
|
|
551
|
-
static
|
|
552
|
-
static qr: Brush;
|
|
552
|
+
static nc: CornerRadius;
|
|
553
|
+
static ts: Thickness;
|
|
553
554
|
static qs: Brush;
|
|
554
|
-
|
|
555
|
+
static qt: Brush;
|
|
556
|
+
private static qu;
|
|
555
557
|
static e0: number;
|
|
556
558
|
static ez: number;
|
|
557
559
|
static ew: number;
|
|
558
|
-
static qw: Brush;
|
|
559
560
|
static qx: Brush;
|
|
561
|
+
static qy: Brush;
|
|
562
|
+
static qw: Brush;
|
|
560
563
|
static qv: Brush;
|
|
561
|
-
static qu: Brush;
|
|
562
564
|
static ex: number;
|
|
563
565
|
static ev: number;
|
|
564
566
|
static et: number;
|
|
565
567
|
static eu: number;
|
|
566
568
|
static ey: number;
|
|
567
|
-
static
|
|
569
|
+
static qr: Brush;
|
|
568
570
|
private df;
|
|
569
571
|
private e5;
|
|
570
|
-
private
|
|
571
|
-
private
|
|
572
|
-
private
|
|
573
|
-
private q0;
|
|
572
|
+
private m7;
|
|
573
|
+
private tn;
|
|
574
|
+
private pg;
|
|
574
575
|
private q1;
|
|
576
|
+
private q2;
|
|
575
577
|
private hb;
|
|
576
578
|
private ha;
|
|
577
579
|
private e9;
|
|
578
|
-
private so;
|
|
579
580
|
private sp;
|
|
581
|
+
private sq;
|
|
582
|
+
private q4;
|
|
580
583
|
private q3;
|
|
581
|
-
private q2;
|
|
582
584
|
private g8;
|
|
583
585
|
private e8;
|
|
584
586
|
private e6;
|
|
585
587
|
private e7;
|
|
586
588
|
private g9;
|
|
587
|
-
private
|
|
589
|
+
private pf;
|
|
588
590
|
private fa;
|
|
589
591
|
private fb;
|
|
590
|
-
private
|
|
591
|
-
private
|
|
592
|
-
private q5;
|
|
592
|
+
private nd;
|
|
593
|
+
private tt;
|
|
593
594
|
private q6;
|
|
594
595
|
private q7;
|
|
596
|
+
private q8;
|
|
595
597
|
private fj;
|
|
596
598
|
private fi;
|
|
597
599
|
private ff;
|
|
598
|
-
private ra;
|
|
599
600
|
private rb;
|
|
601
|
+
private rc;
|
|
602
|
+
private ra;
|
|
600
603
|
private q9;
|
|
601
|
-
private q8;
|
|
602
604
|
private fg;
|
|
603
605
|
private fe;
|
|
604
606
|
private fc;
|
|
605
607
|
private fd;
|
|
606
608
|
private fh;
|
|
607
|
-
private
|
|
609
|
+
private q5;
|
|
608
610
|
private dg;
|
|
609
611
|
private dh;
|
|
610
|
-
private
|
|
611
|
-
private
|
|
612
|
-
private pp;
|
|
612
|
+
private m6;
|
|
613
|
+
private tm;
|
|
613
614
|
private pq;
|
|
614
615
|
private pr;
|
|
616
|
+
private ps;
|
|
615
617
|
private dq;
|
|
616
618
|
private dp;
|
|
617
619
|
private dl;
|
|
618
|
-
private pu;
|
|
619
620
|
private pv;
|
|
621
|
+
private pw;
|
|
622
|
+
private pu;
|
|
620
623
|
private pt;
|
|
621
|
-
private ps;
|
|
622
624
|
private dm;
|
|
623
625
|
private dk;
|
|
624
626
|
private di;
|
|
625
627
|
private dj;
|
|
626
628
|
private dn;
|
|
627
|
-
private
|
|
629
|
+
private pp;
|
|
628
630
|
private c5;
|
|
629
631
|
private c6;
|
|
630
|
-
private
|
|
631
|
-
private
|
|
632
|
-
private ph;
|
|
632
|
+
private m5;
|
|
633
|
+
private tl;
|
|
633
634
|
private pi;
|
|
634
635
|
private pj;
|
|
636
|
+
private pk;
|
|
635
637
|
private de;
|
|
636
638
|
private dd;
|
|
637
639
|
private da;
|
|
638
|
-
private pm;
|
|
639
640
|
private pn;
|
|
641
|
+
private po;
|
|
642
|
+
private pm;
|
|
640
643
|
private pl;
|
|
641
|
-
private pk;
|
|
642
644
|
private db;
|
|
643
645
|
private c9;
|
|
644
646
|
private c7;
|
|
645
647
|
private c8;
|
|
646
648
|
private dc;
|
|
647
|
-
private
|
|
649
|
+
private ph;
|
|
648
650
|
private gy;
|
|
649
651
|
private gz;
|
|
650
|
-
private
|
|
651
|
-
private
|
|
652
|
-
private sh;
|
|
652
|
+
private nj;
|
|
653
|
+
private tz;
|
|
653
654
|
private si;
|
|
654
655
|
private sj;
|
|
656
|
+
private sk;
|
|
655
657
|
private g7;
|
|
656
658
|
private g6;
|
|
657
659
|
private g3;
|
|
658
|
-
private sm;
|
|
659
660
|
private sn;
|
|
661
|
+
private so;
|
|
662
|
+
private sm;
|
|
660
663
|
private sl;
|
|
661
|
-
private sk;
|
|
662
664
|
private g4;
|
|
663
665
|
private g2;
|
|
664
666
|
private g0;
|
|
665
667
|
private g1;
|
|
666
668
|
private g5;
|
|
667
|
-
private
|
|
668
|
-
private
|
|
669
|
-
|
|
669
|
+
private sh;
|
|
670
|
+
private mm;
|
|
671
|
+
l7(): void;
|
|
672
|
+
mc(): void;
|
|
670
673
|
mb(): void;
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
private mf;
|
|
674
|
-
private nm;
|
|
675
|
-
os: Brush;
|
|
674
|
+
mt(): void;
|
|
675
|
+
private mg;
|
|
676
676
|
private nn;
|
|
677
677
|
ot: Brush;
|
|
678
|
+
private no;
|
|
679
|
+
ou: Brush;
|
|
678
680
|
private am;
|
|
679
681
|
ca: number;
|
|
680
682
|
private an;
|
|
681
683
|
cb: number;
|
|
682
|
-
private
|
|
683
|
-
|
|
684
|
-
private
|
|
685
|
-
|
|
684
|
+
private mu;
|
|
685
|
+
m0: CornerRadius;
|
|
686
|
+
private ta;
|
|
687
|
+
tg: Thickness;
|
|
686
688
|
private av;
|
|
687
689
|
cj: number;
|
|
688
690
|
private au;
|
|
689
691
|
ci: number;
|
|
690
692
|
private ar;
|
|
691
693
|
cf: number;
|
|
692
|
-
private nq;
|
|
693
|
-
ow: Brush;
|
|
694
694
|
private nr;
|
|
695
695
|
ox: Brush;
|
|
696
|
+
private ns;
|
|
697
|
+
oy: Brush;
|
|
698
|
+
private nq;
|
|
699
|
+
ow: Brush;
|
|
696
700
|
private np;
|
|
697
701
|
ov: Brush;
|
|
698
|
-
private no;
|
|
699
|
-
ou: Brush;
|
|
700
702
|
private as;
|
|
701
703
|
cg: number;
|
|
702
704
|
private aq;
|
|
@@ -707,32 +709,32 @@ export declare class InputGroup extends Base implements INotifyPropertyChanged {
|
|
|
707
709
|
cd: number;
|
|
708
710
|
private at;
|
|
709
711
|
ch: number;
|
|
710
|
-
private
|
|
711
|
-
|
|
712
|
+
private nm;
|
|
713
|
+
os: Brush;
|
|
712
714
|
private a6;
|
|
713
715
|
cu: number;
|
|
714
716
|
private bh;
|
|
715
717
|
hc: number;
|
|
716
|
-
private
|
|
717
|
-
|
|
718
|
-
private
|
|
719
|
-
|
|
720
|
-
private
|
|
721
|
-
|
|
718
|
+
private nu;
|
|
719
|
+
o0: Brush;
|
|
720
|
+
private mx;
|
|
721
|
+
m4: CornerRadius;
|
|
722
|
+
private td;
|
|
723
|
+
tk: Thickness;
|
|
722
724
|
private b9;
|
|
723
725
|
h4: number;
|
|
724
726
|
private b8;
|
|
725
727
|
h3: number;
|
|
726
728
|
private bl;
|
|
727
729
|
hg: number;
|
|
728
|
-
private op;
|
|
729
|
-
s7: Brush;
|
|
730
730
|
private oq;
|
|
731
731
|
s8: Brush;
|
|
732
|
+
private or;
|
|
733
|
+
s9: Brush;
|
|
734
|
+
private ob;
|
|
735
|
+
st: Brush;
|
|
732
736
|
private oa;
|
|
733
737
|
ss: Brush;
|
|
734
|
-
private n9;
|
|
735
|
-
sr: Brush;
|
|
736
738
|
private b6;
|
|
737
739
|
h1: number;
|
|
738
740
|
private bk;
|
|
@@ -743,34 +745,34 @@ export declare class InputGroup extends Base implements INotifyPropertyChanged {
|
|
|
743
745
|
he: number;
|
|
744
746
|
private b7;
|
|
745
747
|
h2: number;
|
|
746
|
-
private
|
|
747
|
-
|
|
748
|
+
private nt;
|
|
749
|
+
oz: Brush;
|
|
748
750
|
private bm;
|
|
749
751
|
hh: number;
|
|
750
752
|
private bn;
|
|
751
753
|
hi: number;
|
|
754
|
+
private oe;
|
|
755
|
+
sw: Brush;
|
|
752
756
|
private od;
|
|
753
757
|
sv: Brush;
|
|
754
|
-
private
|
|
755
|
-
|
|
756
|
-
private
|
|
757
|
-
|
|
758
|
-
private td;
|
|
759
|
-
tz: Thickness;
|
|
758
|
+
private my;
|
|
759
|
+
nk: CornerRadius;
|
|
760
|
+
private te;
|
|
761
|
+
t0: Thickness;
|
|
760
762
|
private bv;
|
|
761
763
|
hq: number;
|
|
762
764
|
private bu;
|
|
763
765
|
hp: number;
|
|
764
766
|
private br;
|
|
765
767
|
hm: number;
|
|
766
|
-
private og;
|
|
767
|
-
sy: Brush;
|
|
768
768
|
private oh;
|
|
769
769
|
sz: Brush;
|
|
770
|
+
private oi;
|
|
771
|
+
s0: Brush;
|
|
772
|
+
private og;
|
|
773
|
+
sy: Brush;
|
|
770
774
|
private of;
|
|
771
775
|
sx: Brush;
|
|
772
|
-
private oe;
|
|
773
|
-
sw: Brush;
|
|
774
776
|
private bs;
|
|
775
777
|
hn: number;
|
|
776
778
|
private bq;
|
|
@@ -781,34 +783,34 @@ export declare class InputGroup extends Base implements INotifyPropertyChanged {
|
|
|
781
783
|
hk: number;
|
|
782
784
|
private bt;
|
|
783
785
|
ho: number;
|
|
784
|
-
private
|
|
785
|
-
|
|
786
|
+
private oc;
|
|
787
|
+
su: Brush;
|
|
786
788
|
private a7;
|
|
787
789
|
cv: number;
|
|
788
790
|
private a8;
|
|
789
791
|
cw: number;
|
|
792
|
+
private n4;
|
|
793
|
+
pa: Brush;
|
|
790
794
|
private n3;
|
|
791
795
|
o9: Brush;
|
|
792
|
-
private
|
|
793
|
-
|
|
794
|
-
private
|
|
795
|
-
|
|
796
|
-
private tb;
|
|
797
|
-
th: Thickness;
|
|
796
|
+
private mw;
|
|
797
|
+
m2: CornerRadius;
|
|
798
|
+
private tc;
|
|
799
|
+
ti: Thickness;
|
|
798
800
|
private bg;
|
|
799
801
|
c4: number;
|
|
800
802
|
private bf;
|
|
801
803
|
c3: number;
|
|
802
804
|
private bc;
|
|
803
805
|
c0: number;
|
|
804
|
-
private n6;
|
|
805
|
-
pc: Brush;
|
|
806
806
|
private n7;
|
|
807
807
|
pd: Brush;
|
|
808
|
+
private n8;
|
|
809
|
+
pe: Brush;
|
|
810
|
+
private n6;
|
|
811
|
+
pc: Brush;
|
|
808
812
|
private n5;
|
|
809
813
|
pb: Brush;
|
|
810
|
-
private n4;
|
|
811
|
-
pa: Brush;
|
|
812
814
|
private bd;
|
|
813
815
|
c1: number;
|
|
814
816
|
private bb;
|
|
@@ -819,34 +821,34 @@ export declare class InputGroup extends Base implements INotifyPropertyChanged {
|
|
|
819
821
|
cy: number;
|
|
820
822
|
private be;
|
|
821
823
|
c2: number;
|
|
822
|
-
private
|
|
823
|
-
|
|
824
|
+
private n2;
|
|
825
|
+
o8: Brush;
|
|
824
826
|
private aw;
|
|
825
827
|
ck: number;
|
|
826
828
|
private ax;
|
|
827
829
|
cl: number;
|
|
830
|
+
private nx;
|
|
831
|
+
o3: Brush;
|
|
828
832
|
private nw;
|
|
829
833
|
o2: Brush;
|
|
830
|
-
private
|
|
831
|
-
|
|
832
|
-
private
|
|
833
|
-
|
|
834
|
-
private ta;
|
|
835
|
-
tg: Thickness;
|
|
834
|
+
private mv;
|
|
835
|
+
m1: CornerRadius;
|
|
836
|
+
private tb;
|
|
837
|
+
th: Thickness;
|
|
836
838
|
private a5;
|
|
837
839
|
ct: number;
|
|
838
840
|
private a4;
|
|
839
841
|
cs: number;
|
|
840
842
|
private a1;
|
|
841
843
|
cp: number;
|
|
842
|
-
private nz;
|
|
843
|
-
o5: Brush;
|
|
844
844
|
private n0;
|
|
845
845
|
o6: Brush;
|
|
846
|
+
private n1;
|
|
847
|
+
o7: Brush;
|
|
848
|
+
private nz;
|
|
849
|
+
o5: Brush;
|
|
846
850
|
private ny;
|
|
847
851
|
o4: Brush;
|
|
848
|
-
private nx;
|
|
849
|
-
o3: Brush;
|
|
850
852
|
private a2;
|
|
851
853
|
cq: number;
|
|
852
854
|
private a0;
|
|
@@ -857,34 +859,34 @@ export declare class InputGroup extends Base implements INotifyPropertyChanged {
|
|
|
857
859
|
cn: number;
|
|
858
860
|
private a3;
|
|
859
861
|
cr: number;
|
|
860
|
-
private
|
|
861
|
-
|
|
862
|
+
private nv;
|
|
863
|
+
o1: Brush;
|
|
862
864
|
private bw;
|
|
863
865
|
hr: number;
|
|
864
866
|
private bx;
|
|
865
867
|
hs: number;
|
|
868
|
+
private ol;
|
|
869
|
+
s3: Brush;
|
|
866
870
|
private ok;
|
|
867
871
|
s2: Brush;
|
|
868
|
-
private
|
|
869
|
-
|
|
870
|
-
private
|
|
871
|
-
|
|
872
|
-
private te;
|
|
873
|
-
t0: Thickness;
|
|
872
|
+
private mz;
|
|
873
|
+
nl: CornerRadius;
|
|
874
|
+
private tf;
|
|
875
|
+
t1: Thickness;
|
|
874
876
|
private b5;
|
|
875
877
|
h0: number;
|
|
876
878
|
private b4;
|
|
877
879
|
hz: number;
|
|
878
880
|
private b1;
|
|
879
881
|
hw: number;
|
|
880
|
-
private on;
|
|
881
|
-
s5: Brush;
|
|
882
882
|
private oo;
|
|
883
883
|
s6: Brush;
|
|
884
|
+
private op;
|
|
885
|
+
s7: Brush;
|
|
886
|
+
private on;
|
|
887
|
+
s5: Brush;
|
|
884
888
|
private om;
|
|
885
889
|
s4: Brush;
|
|
886
|
-
private ol;
|
|
887
|
-
s3: Brush;
|
|
888
890
|
private b2;
|
|
889
891
|
hx: number;
|
|
890
892
|
private b0;
|
|
@@ -895,12 +897,12 @@ export declare class InputGroup extends Base implements INotifyPropertyChanged {
|
|
|
895
897
|
hu: number;
|
|
896
898
|
private b3;
|
|
897
899
|
hy: number;
|
|
898
|
-
private
|
|
899
|
-
|
|
900
|
+
private oj;
|
|
901
|
+
s1: Brush;
|
|
900
902
|
private x;
|
|
901
903
|
private t;
|
|
902
904
|
ah: boolean;
|
|
903
|
-
|
|
905
|
+
mk(): void;
|
|
904
906
|
private z;
|
|
905
907
|
private v;
|
|
906
908
|
aj: boolean;
|
|
@@ -909,17 +911,18 @@ export declare class InputGroup extends Base implements INotifyPropertyChanged {
|
|
|
909
911
|
ai: boolean;
|
|
910
912
|
private r;
|
|
911
913
|
ac: boolean;
|
|
912
|
-
private
|
|
913
|
-
|
|
914
|
+
private n9;
|
|
915
|
+
sr: Brush;
|
|
914
916
|
private static h8;
|
|
915
917
|
private ib;
|
|
916
918
|
ki: string;
|
|
917
919
|
private w;
|
|
918
920
|
disabled: boolean;
|
|
919
|
-
|
|
921
|
+
mf(): void;
|
|
920
922
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
921
923
|
onDetachedFromUI(): void;
|
|
922
924
|
onAttachedToUI(): void;
|
|
925
|
+
ensureShift(): void;
|
|
923
926
|
protected ak(): boolean;
|
|
924
927
|
ia(): any;
|
|
925
928
|
j9(): string;
|
|
@@ -930,17 +933,17 @@ export declare class InputGroup extends Base implements INotifyPropertyChanged {
|
|
|
930
933
|
private ab;
|
|
931
934
|
private s;
|
|
932
935
|
private aa;
|
|
933
|
-
readonly inputs:
|
|
936
|
+
readonly inputs: XInputGroupInputCollection;
|
|
934
937
|
private h9;
|
|
935
938
|
private readonly h7;
|
|
936
|
-
private
|
|
939
|
+
private ml;
|
|
937
940
|
private readonly ae;
|
|
938
941
|
private readonly al;
|
|
939
942
|
}
|
|
940
943
|
/**
|
|
941
944
|
* @hidden
|
|
942
945
|
*/
|
|
943
|
-
export declare class
|
|
946
|
+
export declare class XInputGroupInputCollection extends ObservableCollection$1<XInputGroupItem> {
|
|
944
947
|
static $t: Type;
|
|
945
948
|
constructor();
|
|
946
949
|
collectionResetting: (sender: any, e: EventArgs) => void;
|
|
@@ -949,7 +952,7 @@ export declare class InputGroupInputCollection extends ObservableCollection$1<In
|
|
|
949
952
|
/**
|
|
950
953
|
* @hidden
|
|
951
954
|
*/
|
|
952
|
-
export declare class
|
|
955
|
+
export declare class XLabel extends XInputGroupItem {
|
|
953
956
|
static $t: Type;
|
|
954
957
|
constructor();
|
|
955
958
|
private j;
|
|
@@ -960,83 +963,85 @@ export declare class Label extends InputGroupItem {
|
|
|
960
963
|
private readonly i;
|
|
961
964
|
private aa;
|
|
962
965
|
private z;
|
|
963
|
-
private
|
|
964
|
-
private
|
|
965
|
-
private
|
|
966
|
+
private b8;
|
|
967
|
+
private ci;
|
|
968
|
+
private b9;
|
|
966
969
|
protected h(a: string, b: any, c: any): void;
|
|
970
|
+
private cg;
|
|
967
971
|
private cd;
|
|
968
|
-
private
|
|
969
|
-
private
|
|
970
|
-
private
|
|
971
|
-
|
|
972
|
+
private cc;
|
|
973
|
+
private cn;
|
|
974
|
+
private cm;
|
|
975
|
+
static da: Brush;
|
|
972
976
|
static c7: Brush;
|
|
973
|
-
static
|
|
974
|
-
static c6: Brush;
|
|
975
|
-
static c5: Brush;
|
|
976
|
-
static c0: Brush;
|
|
977
|
-
static cx: Brush;
|
|
978
|
-
static cz: Brush;
|
|
979
|
-
static cy: Brush;
|
|
980
|
-
static k: BaseControlTheme;
|
|
977
|
+
static c9: Brush;
|
|
981
978
|
static c8: Brush;
|
|
982
|
-
static c1: Brush;
|
|
983
979
|
static c3: Brush;
|
|
980
|
+
static c0: Brush;
|
|
984
981
|
static c2: Brush;
|
|
985
|
-
|
|
982
|
+
static c1: Brush;
|
|
983
|
+
static k: BaseControlTheme;
|
|
984
|
+
static db: Brush;
|
|
985
|
+
static c4: Brush;
|
|
986
|
+
static c6: Brush;
|
|
987
|
+
static c5: Brush;
|
|
988
|
+
private cl;
|
|
986
989
|
private static x;
|
|
987
990
|
private n;
|
|
988
991
|
p: ControlDisplayDensity;
|
|
989
992
|
private m;
|
|
990
993
|
o: ControlDisplayDensity;
|
|
994
|
+
private cr;
|
|
995
|
+
cz: Brush;
|
|
991
996
|
private co;
|
|
992
997
|
cw: Brush;
|
|
993
|
-
private
|
|
994
|
-
|
|
995
|
-
private
|
|
996
|
-
|
|
997
|
-
private cn;
|
|
998
|
-
cv: Brush;
|
|
998
|
+
private cp;
|
|
999
|
+
cx: Brush;
|
|
1000
|
+
private cq;
|
|
1001
|
+
cy: Brush;
|
|
999
1002
|
private u;
|
|
1000
1003
|
w: FontInfo;
|
|
1004
|
+
private cv;
|
|
1005
|
+
df: Brush;
|
|
1001
1006
|
private cs;
|
|
1002
1007
|
dc: Brush;
|
|
1003
|
-
private
|
|
1004
|
-
|
|
1005
|
-
private cq;
|
|
1006
|
-
da: Brush;
|
|
1008
|
+
private ct;
|
|
1009
|
+
dd: Brush;
|
|
1007
1010
|
private r;
|
|
1008
1011
|
s: LabelShiftType;
|
|
1009
1012
|
private af;
|
|
1010
1013
|
an: boolean;
|
|
1011
|
-
|
|
1014
|
+
ck(a: boolean, b?: boolean): void;
|
|
1012
1015
|
private ad;
|
|
1013
1016
|
al: boolean;
|
|
1014
|
-
|
|
1015
|
-
|
|
1017
|
+
ce(): void;
|
|
1018
|
+
cf(): void;
|
|
1016
1019
|
private v;
|
|
1017
1020
|
y: FontInfo;
|
|
1018
|
-
private
|
|
1019
|
-
|
|
1021
|
+
private cu;
|
|
1022
|
+
de: Brush;
|
|
1020
1023
|
private static at;
|
|
1021
|
-
private
|
|
1022
|
-
|
|
1023
|
-
private ax;
|
|
1024
|
-
bf: string;
|
|
1024
|
+
private a2;
|
|
1025
|
+
bu: string;
|
|
1025
1026
|
private ay;
|
|
1026
1027
|
bi: string;
|
|
1027
1028
|
private az;
|
|
1028
|
-
|
|
1029
|
+
bl: string;
|
|
1030
|
+
private a0;
|
|
1031
|
+
bn: string;
|
|
1029
1032
|
private av;
|
|
1030
|
-
|
|
1033
|
+
ba: string;
|
|
1034
|
+
private aw;
|
|
1035
|
+
bc: string;
|
|
1031
1036
|
private ar;
|
|
1032
1037
|
private ab;
|
|
1033
1038
|
readonly aj: boolean;
|
|
1034
1039
|
as: number;
|
|
1035
|
-
private
|
|
1036
|
-
|
|
1037
|
-
private
|
|
1038
|
-
|
|
1039
|
-
private
|
|
1040
|
+
private a1;
|
|
1041
|
+
bp: string;
|
|
1042
|
+
private ax;
|
|
1043
|
+
be: string;
|
|
1044
|
+
private a3;
|
|
1040
1045
|
text: string;
|
|
1041
1046
|
private ae;
|
|
1042
1047
|
am: boolean;
|
|
@@ -1047,30 +1052,30 @@ export declare class Label extends InputGroupItem {
|
|
|
1047
1052
|
private ag;
|
|
1048
1053
|
ap: boolean;
|
|
1049
1054
|
disabled: boolean;
|
|
1050
|
-
|
|
1055
|
+
ch(): void;
|
|
1051
1056
|
onDetachedFromUI(): void;
|
|
1052
1057
|
onAttachedToUI(): void;
|
|
1053
1058
|
protected ao(): boolean;
|
|
1054
1059
|
au(): any;
|
|
1055
|
-
|
|
1060
|
+
bk(): string;
|
|
1056
1061
|
q(): LabelVisualModelExport;
|
|
1057
1062
|
provideContainer(a: DomRenderer): void;
|
|
1058
1063
|
}
|
|
1059
1064
|
/**
|
|
1060
1065
|
* @hidden
|
|
1061
1066
|
*/
|
|
1062
|
-
export declare class
|
|
1067
|
+
export declare class XInput extends XInputGroupItem {
|
|
1063
1068
|
static $t: Type;
|
|
1064
1069
|
private x;
|
|
1065
|
-
private
|
|
1066
|
-
private
|
|
1070
|
+
private a3;
|
|
1071
|
+
private a4;
|
|
1067
1072
|
private t;
|
|
1068
|
-
private
|
|
1069
|
-
private
|
|
1073
|
+
private bl;
|
|
1074
|
+
private bf;
|
|
1070
1075
|
private ae;
|
|
1071
|
-
private
|
|
1076
|
+
private bg;
|
|
1072
1077
|
private af;
|
|
1073
|
-
private
|
|
1078
|
+
private an;
|
|
1074
1079
|
constructor();
|
|
1075
1080
|
private _view;
|
|
1076
1081
|
view: InputView;
|
|
@@ -1081,32 +1086,32 @@ export declare class Input extends InputGroupItem {
|
|
|
1081
1086
|
m: ControlDisplayDensity;
|
|
1082
1087
|
private j;
|
|
1083
1088
|
l: ControlDisplayDensity;
|
|
1084
|
-
private
|
|
1085
|
-
|
|
1086
|
-
private
|
|
1087
|
-
|
|
1089
|
+
private bk;
|
|
1090
|
+
b9: string;
|
|
1091
|
+
private bn;
|
|
1092
|
+
cd: string;
|
|
1088
1093
|
private ah;
|
|
1089
|
-
|
|
1094
|
+
aq: boolean;
|
|
1090
1095
|
protected h(a: string, b: any, c: any): void;
|
|
1091
|
-
private
|
|
1092
|
-
private
|
|
1093
|
-
private
|
|
1094
|
-
private
|
|
1095
|
-
private dj;
|
|
1096
|
-
private di;
|
|
1097
|
-
static dt: Brush;
|
|
1098
|
-
static ds: Brush;
|
|
1099
|
-
static ab: FontInfo;
|
|
1096
|
+
private da;
|
|
1097
|
+
private dc;
|
|
1098
|
+
private db;
|
|
1099
|
+
private c0;
|
|
1100
1100
|
private dm;
|
|
1101
|
-
dr: Brush;
|
|
1102
1101
|
private dl;
|
|
1103
|
-
|
|
1102
|
+
static dw: Brush;
|
|
1103
|
+
static dv: Brush;
|
|
1104
|
+
static ab: FontInfo;
|
|
1105
|
+
private dq;
|
|
1106
|
+
du: Brush;
|
|
1107
|
+
private dp;
|
|
1108
|
+
dt: Brush;
|
|
1104
1109
|
private y;
|
|
1105
1110
|
aa: FontInfo;
|
|
1106
|
-
private
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1111
|
+
private ds;
|
|
1112
|
+
dy: Brush;
|
|
1113
|
+
cr(): void;
|
|
1114
|
+
cz(): void;
|
|
1110
1115
|
keyDown: (sender: any, args: KeyEventArgs) => void;
|
|
1111
1116
|
keyUp: (sender: any, args: KeyEventArgs) => void;
|
|
1112
1117
|
keyPress: (sender: any, args: KeyEventArgs) => void;
|
|
@@ -1114,79 +1119,81 @@ export declare class Input extends InputGroupItem {
|
|
|
1114
1119
|
lostFocus: (sender: any, e: EventArgs) => void;
|
|
1115
1120
|
mouseDown: (sender: any, e: MouseButtonEventArgs) => void;
|
|
1116
1121
|
mouseUp: (sender: any, e: MouseButtonEventArgs) => void;
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
c2(a: MouseButtonEventArgs): void;
|
|
1122
|
+
c2(a: KeyEventArgs): void;
|
|
1123
|
+
c4(a: KeyEventArgs): void;
|
|
1124
|
+
c3(a: KeyEventArgs): void;
|
|
1121
1125
|
c5(a: MouseButtonEventArgs): void;
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
cq(): void;
|
|
1126
|
+
c8(a: MouseButtonEventArgs): void;
|
|
1127
|
+
c9(): void;
|
|
1128
|
+
cx(): void;
|
|
1129
|
+
cy(): void;
|
|
1127
1130
|
cs(): void;
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
+
ct(): void;
|
|
1132
|
+
cv(): void;
|
|
1133
|
+
cu(): void;
|
|
1134
|
+
c6(): void;
|
|
1135
|
+
c7(): void;
|
|
1131
1136
|
private z;
|
|
1132
1137
|
ac: FontInfo;
|
|
1133
|
-
private
|
|
1134
|
-
|
|
1135
|
-
private bk;
|
|
1136
|
-
b8: string;
|
|
1137
|
-
private dn;
|
|
1138
|
-
du: Brush;
|
|
1139
|
-
private static a9;
|
|
1140
|
-
private bg;
|
|
1141
|
-
by: string;
|
|
1142
|
-
private a3;
|
|
1143
|
-
private ag;
|
|
1144
|
-
readonly an: boolean;
|
|
1145
|
-
a8: number;
|
|
1146
|
-
private bf;
|
|
1147
|
-
bv: string;
|
|
1148
|
-
private bc;
|
|
1149
|
-
br: string;
|
|
1150
|
-
private ak;
|
|
1151
|
-
ar: boolean;
|
|
1152
|
-
bb: any;
|
|
1138
|
+
private bj;
|
|
1139
|
+
b3: string;
|
|
1153
1140
|
private bm;
|
|
1154
|
-
|
|
1141
|
+
cb: string;
|
|
1142
|
+
private dr;
|
|
1143
|
+
dx: Brush;
|
|
1144
|
+
private static bb;
|
|
1145
|
+
private bi;
|
|
1146
|
+
b0: string;
|
|
1147
|
+
private a5;
|
|
1148
|
+
private ag;
|
|
1155
1149
|
readonly ao: boolean;
|
|
1150
|
+
ba: number;
|
|
1151
|
+
private bh;
|
|
1152
|
+
bx: string;
|
|
1153
|
+
private be;
|
|
1154
|
+
bt: string;
|
|
1155
|
+
private ak;
|
|
1156
|
+
as: boolean;
|
|
1157
|
+
bd: any;
|
|
1158
|
+
private bo;
|
|
1159
|
+
cj: string;
|
|
1160
|
+
readonly ap: boolean;
|
|
1156
1161
|
private aj;
|
|
1157
1162
|
private ai;
|
|
1158
1163
|
disabled: boolean;
|
|
1159
|
-
|
|
1164
|
+
private al;
|
|
1165
|
+
readonly: boolean;
|
|
1166
|
+
dd(): void;
|
|
1160
1167
|
onDetachedFromUI(): void;
|
|
1161
1168
|
onAttachedToUI(): void;
|
|
1162
|
-
protected
|
|
1163
|
-
|
|
1164
|
-
|
|
1169
|
+
protected av(): boolean;
|
|
1170
|
+
bc(): any;
|
|
1171
|
+
bw(): string;
|
|
1165
1172
|
n(): InputVisualModelExport;
|
|
1166
1173
|
change: (sender: any, args: InputChangeEventArgs) => void;
|
|
1167
1174
|
changing: (sender: any, args: InputChangeEventArgs) => void;
|
|
1168
1175
|
compositionStart: (sender: any, e: EventArgs) => void;
|
|
1169
1176
|
compositionEnd: (sender: any, e: EventArgs) => void;
|
|
1170
|
-
|
|
1177
|
+
di(a: number, b: number): void;
|
|
1171
1178
|
provideContainer(a: DomRenderer): void;
|
|
1172
|
-
|
|
1179
|
+
cm(): void;
|
|
1173
1180
|
focus(a?: boolean): void;
|
|
1174
|
-
|
|
1175
|
-
private dh;
|
|
1176
|
-
private dg;
|
|
1181
|
+
dg(): void;
|
|
1177
1182
|
private dk;
|
|
1178
|
-
private
|
|
1179
|
-
private
|
|
1180
|
-
private
|
|
1183
|
+
private dj;
|
|
1184
|
+
private dn;
|
|
1185
|
+
private cl;
|
|
1186
|
+
private a7;
|
|
1187
|
+
private a6;
|
|
1181
1188
|
selectionStart: number;
|
|
1182
1189
|
selectionEnd: number;
|
|
1183
|
-
private
|
|
1184
|
-
as: boolean;
|
|
1185
|
-
de(a: boolean, b?: boolean): void;
|
|
1186
|
-
private cy;
|
|
1187
|
-
private ad;
|
|
1190
|
+
private am;
|
|
1188
1191
|
au: boolean;
|
|
1189
|
-
|
|
1192
|
+
dh(a: boolean, b?: boolean): void;
|
|
1193
|
+
private c1;
|
|
1194
|
+
private ad;
|
|
1195
|
+
aw: boolean;
|
|
1196
|
+
private co;
|
|
1190
1197
|
private readonly i;
|
|
1191
|
-
private
|
|
1198
|
+
private de;
|
|
1192
1199
|
}
|