igniteui-webcomponents-inputs 1.3.1 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-inputs.umd.js +7356 -6830
- package/bundles/igniteui-webcomponents-inputs.umd.js.map +1 -1
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/bundles/igniteui-webcomponents-inputs.umd.min.js.map +1 -1
- package/esm2015/lib/ButtonGroupView_combined.js +138 -138
- package/esm2015/lib/ButtonGroupView_combined.js.map +1 -1
- package/esm2015/lib/ButtonView_combined.js +404 -404
- package/esm2015/lib/ButtonView_combined.js.map +1 -1
- package/esm2015/lib/CalendarView_combined.js +1898 -1666
- package/esm2015/lib/CalendarView_combined.js.map +1 -1
- package/esm2015/lib/CheckboxView_combined.js +83 -77
- package/esm2015/lib/CheckboxView_combined.js.map +1 -1
- package/esm2015/lib/DatePickerView_combined.js +403 -370
- package/esm2015/lib/DatePickerView_combined.js.map +1 -1
- package/esm2015/lib/DateTimeValueFormatter.js +42 -2
- package/esm2015/lib/DateTimeValueFormatter.js.map +1 -1
- package/esm2015/lib/IconClickedEventArgs.js +17 -0
- package/esm2015/lib/IconClickedEventArgs.js.map +1 -0
- package/esm2015/lib/IconView_combined.js +373 -324
- package/esm2015/lib/IconView_combined.js.map +1 -1
- package/esm2015/lib/IconVisualModelExport.js +27 -18
- package/esm2015/lib/IconVisualModelExport.js.map +1 -1
- package/esm2015/lib/InputGroupView_combined.js +1589 -1528
- package/esm2015/lib/InputGroupView_combined.js.map +1 -1
- package/esm2015/lib/RippleView_combined.js +11 -11
- package/esm2015/lib/RippleView_combined.js.map +1 -1
- package/esm2015/lib/{Button.js → XButton.js} +2 -2
- package/esm2015/lib/XButton.js.map +1 -0
- package/esm2015/lib/{ButtonGroup.js → XButtonGroup.js} +2 -2
- package/esm2015/lib/XButtonGroup.js.map +1 -0
- package/esm2015/lib/{ButtonGroupButtonCollection.js → XButtonGroupButtonCollection.js} +7 -7
- package/esm2015/lib/XButtonGroupButtonCollection.js.map +1 -0
- package/esm2015/lib/XCalendar.js +8 -0
- package/esm2015/lib/XCalendar.js.map +1 -0
- package/esm2015/lib/XCheckbox.js +8 -0
- package/esm2015/lib/XCheckbox.js.map +1 -0
- package/{esm5/lib/Icon.js → esm2015/lib/XIcon.js} +2 -2
- package/esm2015/lib/XIcon.js.map +1 -0
- package/esm2015/lib/XInput.js +8 -0
- package/esm2015/lib/XInput.js.map +1 -0
- package/esm2015/lib/XInputGroup.js +8 -0
- package/esm2015/lib/XInputGroup.js.map +1 -0
- package/esm2015/lib/XInputGroupInputCollection.js +8 -0
- package/esm2015/lib/XInputGroupInputCollection.js.map +1 -0
- package/esm2015/lib/XInputGroupItem.js +8 -0
- package/esm2015/lib/XInputGroupItem.js.map +1 -0
- package/esm2015/lib/XLabel.js +8 -0
- package/esm2015/lib/XLabel.js.map +1 -0
- package/esm2015/lib/{Calendar.js → XPrefix.js} +2 -2
- package/esm2015/lib/XPrefix.js.map +1 -0
- package/esm2015/lib/{Input.js → XRipple.js} +2 -2
- package/esm2015/lib/XRipple.js.map +1 -0
- package/esm2015/lib/{Checkbox.js → XSuffix.js} +2 -2
- package/esm2015/lib/XSuffix.js.map +1 -0
- package/esm2015/lib/igc-date-picker-component.js +48 -41
- package/esm2015/lib/igc-date-picker-component.js.map +1 -1
- package/esm2015/lib/igc-date-picker-module.js +8 -8
- package/esm2015/lib/igc-date-picker-module.js.map +1 -1
- package/esm2015/lib/{igc-button-component.js → igc-x-button-component.js} +19 -19
- package/esm2015/lib/igc-x-button-component.js.map +1 -0
- package/esm2015/lib/{igc-button-group-button-collection.js → igc-x-button-group-button-collection.js} +10 -10
- package/esm2015/lib/igc-x-button-group-button-collection.js.map +1 -0
- package/esm2015/lib/{igc-button-group-component.js → igc-x-button-group-component.js} +28 -24
- package/esm2015/lib/{igc-button-group-component.js.map → igc-x-button-group-component.js.map} +1 -1
- package/esm2015/lib/{igc-button-group-module.js → igc-x-button-group-module.js} +10 -10
- package/esm2015/lib/igc-x-button-group-module.js.map +1 -0
- package/esm2015/lib/{igc-button-module.js → igc-x-button-module.js} +10 -10
- package/esm2015/lib/igc-x-button-module.js.map +1 -0
- package/esm2015/lib/{igc-calendar-component.js → igc-x-calendar-component.js} +81 -81
- package/esm2015/lib/igc-x-calendar-component.js.map +1 -0
- package/esm2015/lib/igc-x-calendar-module.js +22 -0
- package/esm2015/lib/igc-x-calendar-module.js.map +1 -0
- package/esm2015/lib/{igc-checkbox-component.js → igc-x-checkbox-component.js} +19 -19
- package/esm2015/lib/igc-x-checkbox-component.js.map +1 -0
- package/esm2015/lib/{igc-checkbox-module.js → igc-x-checkbox-module.js} +10 -10
- package/esm2015/lib/igc-x-checkbox-module.js.map +1 -0
- package/esm2015/lib/{igc-icon-component.js → igc-x-icon-component.js} +84 -77
- package/esm2015/lib/igc-x-icon-component.js.map +1 -0
- package/esm2015/lib/{igc-input-module.js → igc-x-icon-module.js} +8 -8
- package/esm2015/lib/igc-x-icon-module.js.map +1 -0
- package/esm2015/lib/{igc-input-component.js → igc-x-input-component.js} +72 -67
- package/esm2015/lib/igc-x-input-component.js.map +1 -0
- package/esm2015/lib/{igc-input-group-component.js → igc-x-input-group-component.js} +367 -366
- package/esm2015/lib/igc-x-input-group-component.js.map +1 -0
- package/esm2015/lib/{igc-input-group-input-collection.js → igc-x-input-group-input-collection.js} +10 -10
- package/esm2015/lib/igc-x-input-group-input-collection.js.map +1 -0
- package/esm2015/lib/{igc-input-group-item-component.js → igc-x-input-group-item-component.js} +10 -10
- package/esm2015/lib/igc-x-input-group-item-component.js.map +1 -0
- package/esm2015/lib/igc-x-input-group-module.js +24 -0
- package/esm2015/lib/igc-x-input-group-module.js.map +1 -0
- package/esm2015/lib/{igc-prefix-module.js → igc-x-input-module.js} +8 -8
- package/esm2015/lib/igc-x-input-module.js.map +1 -0
- package/esm2015/lib/{igc-label-component.js → igc-x-label-component.js} +68 -56
- package/esm2015/lib/igc-x-label-component.js.map +1 -0
- package/esm2015/lib/{igc-icon-module.js → igc-x-label-module.js} +8 -8
- package/esm2015/lib/igc-x-label-module.js.map +1 -0
- package/esm2015/lib/{igc-prefix-component.js → igc-x-prefix-component.js} +19 -19
- package/esm2015/lib/igc-x-prefix-component.js.map +1 -0
- package/esm2015/lib/{igc-label-module.js → igc-x-prefix-module.js} +8 -8
- package/esm2015/lib/igc-x-prefix-module.js.map +1 -0
- package/esm2015/lib/{igc-ripple-component.js → igc-x-ripple-component.js} +19 -19
- package/esm2015/lib/igc-x-ripple-component.js.map +1 -0
- package/esm2015/lib/{igc-ripple-module.js → igc-x-ripple-module.js} +8 -8
- package/esm2015/lib/igc-x-ripple-module.js.map +1 -0
- package/esm2015/lib/{igc-suffix-component.js → igc-x-suffix-component.js} +19 -19
- package/esm2015/lib/igc-x-suffix-component.js.map +1 -0
- package/esm2015/public_api.js +39 -38
- package/esm2015/public_api.js.map +1 -1
- package/esm5/lib/ButtonGroupView_combined.js +233 -233
- package/esm5/lib/ButtonGroupView_combined.js.map +1 -1
- package/esm5/lib/ButtonView_combined.js +579 -579
- package/esm5/lib/ButtonView_combined.js.map +1 -1
- package/esm5/lib/CalendarView_combined.js +1922 -1690
- package/esm5/lib/CalendarView_combined.js.map +1 -1
- package/esm5/lib/CheckboxView_combined.js +140 -134
- package/esm5/lib/CheckboxView_combined.js.map +1 -1
- package/esm5/lib/DatePickerView_combined.js +397 -356
- package/esm5/lib/DatePickerView_combined.js.map +1 -1
- package/esm5/lib/DateTimeValueFormatter.js +42 -2
- package/esm5/lib/DateTimeValueFormatter.js.map +1 -1
- package/esm5/lib/IconClickedEventArgs.js +21 -0
- package/esm5/lib/IconClickedEventArgs.js.map +1 -0
- package/esm5/lib/IconView_combined.js +371 -318
- package/esm5/lib/IconView_combined.js.map +1 -1
- package/esm5/lib/IconVisualModelExport.js +27 -18
- package/esm5/lib/IconVisualModelExport.js.map +1 -1
- package/esm5/lib/InputGroupView_combined.js +1767 -1697
- package/esm5/lib/InputGroupView_combined.js.map +1 -1
- package/esm5/lib/RippleView_combined.js +40 -40
- package/esm5/lib/RippleView_combined.js.map +1 -1
- package/{esm2015/lib/Label.js → esm5/lib/XButton.js} +2 -2
- package/esm5/lib/XButton.js.map +1 -0
- package/esm5/lib/XButtonGroup.js +8 -0
- package/esm5/lib/XButtonGroup.js.map +1 -0
- package/esm5/lib/{ButtonGroupButtonCollection.js → XButtonGroupButtonCollection.js} +10 -10
- package/esm5/lib/XButtonGroupButtonCollection.js.map +1 -0
- package/esm5/lib/XCalendar.js +8 -0
- package/esm5/lib/XCalendar.js.map +1 -0
- package/esm5/lib/XCheckbox.js +8 -0
- package/esm5/lib/XCheckbox.js.map +1 -0
- package/{esm2015/lib/Icon.js → esm5/lib/XIcon.js} +2 -2
- package/esm5/lib/XIcon.js.map +1 -0
- package/esm5/lib/XInput.js +8 -0
- package/esm5/lib/XInput.js.map +1 -0
- package/esm5/lib/XInputGroup.js +8 -0
- package/esm5/lib/XInputGroup.js.map +1 -0
- package/esm5/lib/XInputGroupInputCollection.js +8 -0
- package/esm5/lib/XInputGroupInputCollection.js.map +1 -0
- package/esm5/lib/XInputGroupItem.js +8 -0
- package/esm5/lib/XInputGroupItem.js.map +1 -0
- package/esm5/lib/XLabel.js +8 -0
- package/esm5/lib/XLabel.js.map +1 -0
- package/esm5/lib/XPrefix.js +8 -0
- package/esm5/lib/XPrefix.js.map +1 -0
- package/esm5/lib/XRipple.js +8 -0
- package/esm5/lib/XRipple.js.map +1 -0
- package/esm5/lib/XSuffix.js +8 -0
- package/esm5/lib/XSuffix.js.map +1 -0
- package/esm5/lib/igc-date-picker-component.js +52 -41
- package/esm5/lib/igc-date-picker-component.js.map +1 -1
- package/esm5/lib/igc-date-picker-module.js +8 -8
- package/esm5/lib/igc-date-picker-module.js.map +1 -1
- package/esm5/lib/{igc-button-component.js → igc-x-button-component.js} +225 -225
- package/esm5/lib/igc-x-button-component.js.map +1 -0
- package/esm5/lib/{igc-button-group-button-collection.js → igc-x-button-group-button-collection.js} +15 -15
- package/esm5/lib/igc-x-button-group-button-collection.js.map +1 -0
- package/esm5/lib/{igc-button-group-component.js → igc-x-button-group-component.js} +121 -117
- package/esm5/lib/igc-x-button-group-component.js.map +1 -0
- package/esm5/lib/igc-x-button-group-module.js +26 -0
- package/esm5/lib/igc-x-button-group-module.js.map +1 -0
- package/esm5/lib/igc-x-button-module.js +26 -0
- package/esm5/lib/igc-x-button-module.js.map +1 -0
- package/esm5/lib/{igc-calendar-component.js → igc-x-calendar-component.js} +126 -126
- package/esm5/lib/igc-x-calendar-component.js.map +1 -0
- package/esm5/lib/igc-x-calendar-module.js +26 -0
- package/esm5/lib/igc-x-calendar-module.js.map +1 -0
- package/esm5/lib/{igc-checkbox-component.js → igc-x-checkbox-component.js} +78 -78
- package/esm5/lib/igc-x-checkbox-component.js.map +1 -0
- package/esm5/lib/igc-x-checkbox-module.js +26 -0
- package/esm5/lib/igc-x-checkbox-module.js.map +1 -0
- package/esm5/lib/{igc-icon-component.js → igc-x-icon-component.js} +135 -124
- package/esm5/lib/igc-x-icon-component.js.map +1 -0
- package/esm5/lib/{igc-label-module.js → igc-x-icon-module.js} +12 -12
- package/esm5/lib/igc-x-icon-module.js.map +1 -0
- package/esm5/lib/{igc-input-component.js → igc-x-input-component.js} +124 -110
- package/esm5/lib/igc-x-input-component.js.map +1 -0
- package/esm5/lib/{igc-input-group-component.js → igc-x-input-group-component.js} +567 -566
- package/esm5/lib/igc-x-input-group-component.js.map +1 -0
- package/esm5/lib/igc-x-input-group-input-collection.js +54 -0
- package/esm5/lib/igc-x-input-group-input-collection.js.map +1 -0
- package/esm5/lib/{igc-input-group-item-component.js → igc-x-input-group-item-component.js} +27 -27
- package/esm5/lib/igc-x-input-group-item-component.js.map +1 -0
- package/esm5/lib/igc-x-input-group-module.js +28 -0
- package/esm5/lib/igc-x-input-group-module.js.map +1 -0
- package/esm5/lib/{igc-prefix-module.js → igc-x-input-module.js} +12 -12
- package/esm5/lib/igc-x-input-module.js.map +1 -0
- package/esm5/lib/{igc-label-component.js → igc-x-label-component.js} +117 -101
- package/esm5/lib/igc-x-label-component.js.map +1 -0
- package/esm5/lib/{igc-icon-module.js → igc-x-label-module.js} +12 -12
- package/esm5/lib/igc-x-label-module.js.map +1 -0
- package/esm5/lib/{igc-prefix-component.js → igc-x-prefix-component.js} +40 -40
- package/esm5/lib/igc-x-prefix-component.js.map +1 -0
- package/esm5/lib/{igc-input-module.js → igc-x-prefix-module.js} +12 -12
- package/esm5/lib/igc-x-prefix-module.js.map +1 -0
- package/esm5/lib/{igc-ripple-component.js → igc-x-ripple-component.js} +57 -57
- package/esm5/lib/igc-x-ripple-component.js.map +1 -0
- package/esm5/lib/igc-x-ripple-module.js +22 -0
- package/esm5/lib/igc-x-ripple-module.js.map +1 -0
- package/esm5/lib/{igc-suffix-component.js → igc-x-suffix-component.js} +40 -40
- package/esm5/lib/igc-x-suffix-component.js.map +1 -0
- package/esm5/public_api.js +39 -38
- package/esm5/public_api.js.map +1 -1
- package/fesm2015/igniteui-webcomponents-inputs.js +5899 -5418
- package/fesm2015/igniteui-webcomponents-inputs.js.map +1 -1
- package/fesm5/igniteui-webcomponents-inputs.js +7319 -6794
- package/fesm5/igniteui-webcomponents-inputs.js.map +1 -1
- package/lib/ButtonGroupView_combined.d.ts +8 -8
- package/lib/ButtonView_combined.d.ts +2 -2
- package/lib/CalendarView_combined.d.ts +153 -136
- package/lib/CheckboxView_combined.d.ts +4 -4
- package/lib/DatePickerView_combined.d.ts +79 -77
- package/lib/DateTimeValueFormatter.d.ts +3 -2
- package/lib/IconClickedEventArgs.d.ts +7 -0
- package/lib/IconView_combined.d.ts +82 -74
- package/lib/IconVisualModelExport.d.ts +10 -6
- package/lib/InputGroupView_combined.d.ts +360 -353
- package/lib/RippleView_combined.d.ts +2 -2
- package/lib/XButton.d.ts +1 -0
- package/lib/XButtonGroup.d.ts +1 -0
- package/lib/{ButtonGroupButtonCollection.d.ts → XButtonGroupButtonCollection.d.ts} +2 -2
- package/lib/XCalendar.d.ts +1 -0
- package/lib/XCheckbox.d.ts +1 -0
- package/lib/XIcon.d.ts +1 -0
- package/lib/XInput.d.ts +1 -0
- package/lib/XInputGroup.d.ts +1 -0
- package/lib/XInputGroupInputCollection.d.ts +1 -0
- package/lib/XInputGroupItem.d.ts +1 -0
- package/lib/XLabel.d.ts +1 -0
- package/lib/XPrefix.d.ts +1 -0
- package/lib/XRipple.d.ts +1 -0
- package/lib/XSuffix.d.ts +1 -0
- package/lib/igc-date-picker-component.d.ts +1 -0
- package/lib/{igc-button-component.d.ts → igc-x-button-component.d.ts} +7 -7
- package/lib/igc-x-button-group-button-collection.d.ts +8 -0
- package/lib/{igc-button-group-component.d.ts → igc-x-button-group-component.d.ts} +12 -12
- package/lib/igc-x-button-group-module.d.ts +3 -0
- package/lib/igc-x-button-module.d.ts +3 -0
- package/lib/{igc-calendar-component.d.ts → igc-x-calendar-component.d.ts} +7 -7
- package/lib/igc-x-calendar-module.d.ts +3 -0
- package/lib/{igc-checkbox-component.d.ts → igc-x-checkbox-component.d.ts} +7 -7
- package/lib/igc-x-checkbox-module.d.ts +3 -0
- package/lib/{igc-icon-component.d.ts → igc-x-icon-component.d.ts} +7 -6
- package/lib/igc-x-icon-module.d.ts +3 -0
- package/lib/{igc-input-component.d.ts → igc-x-input-component.d.ts} +15 -11
- package/lib/{igc-input-group-component.d.ts → igc-x-input-group-component.d.ts} +11 -11
- package/lib/igc-x-input-group-input-collection.d.ts +8 -0
- package/lib/{igc-input-group-item-component.d.ts → igc-x-input-group-item-component.d.ts} +6 -6
- package/lib/igc-x-input-group-module.d.ts +3 -0
- package/lib/igc-x-input-module.d.ts +3 -0
- package/lib/{igc-label-component.d.ts → igc-x-label-component.d.ts} +11 -6
- package/lib/igc-x-label-module.d.ts +3 -0
- package/lib/{igc-prefix-component.d.ts → igc-x-prefix-component.d.ts} +6 -6
- package/lib/igc-x-prefix-module.d.ts +3 -0
- package/lib/{igc-ripple-component.d.ts → igc-x-ripple-component.d.ts} +6 -6
- package/lib/igc-x-ripple-module.d.ts +3 -0
- package/lib/{igc-suffix-component.d.ts → igc-x-suffix-component.d.ts} +6 -6
- package/package.json +2 -2
- package/public_api.d.ts +39 -38
- package/esm2015/lib/Button.js.map +0 -1
- package/esm2015/lib/ButtonGroup.js.map +0 -1
- package/esm2015/lib/ButtonGroupButtonCollection.js.map +0 -1
- package/esm2015/lib/Calendar.js.map +0 -1
- package/esm2015/lib/Checkbox.js.map +0 -1
- package/esm2015/lib/Icon.js.map +0 -1
- package/esm2015/lib/Input.js.map +0 -1
- package/esm2015/lib/InputGroup.js +0 -8
- package/esm2015/lib/InputGroup.js.map +0 -1
- package/esm2015/lib/InputGroupInputCollection.js +0 -8
- package/esm2015/lib/InputGroupInputCollection.js.map +0 -1
- package/esm2015/lib/InputGroupItem.js +0 -8
- package/esm2015/lib/InputGroupItem.js.map +0 -1
- package/esm2015/lib/Label.js.map +0 -1
- package/esm2015/lib/Prefix.js +0 -8
- package/esm2015/lib/Prefix.js.map +0 -1
- package/esm2015/lib/Ripple.js +0 -8
- package/esm2015/lib/Ripple.js.map +0 -1
- package/esm2015/lib/Suffix.js +0 -8
- package/esm2015/lib/Suffix.js.map +0 -1
- package/esm2015/lib/igc-button-component.js.map +0 -1
- package/esm2015/lib/igc-button-group-button-collection.js.map +0 -1
- package/esm2015/lib/igc-button-group-module.js.map +0 -1
- package/esm2015/lib/igc-button-module.js.map +0 -1
- package/esm2015/lib/igc-calendar-component.js.map +0 -1
- package/esm2015/lib/igc-calendar-module.js +0 -22
- package/esm2015/lib/igc-calendar-module.js.map +0 -1
- package/esm2015/lib/igc-checkbox-component.js.map +0 -1
- package/esm2015/lib/igc-checkbox-module.js.map +0 -1
- package/esm2015/lib/igc-icon-component.js.map +0 -1
- package/esm2015/lib/igc-icon-module.js.map +0 -1
- package/esm2015/lib/igc-input-component.js.map +0 -1
- package/esm2015/lib/igc-input-group-component.js.map +0 -1
- package/esm2015/lib/igc-input-group-input-collection.js.map +0 -1
- package/esm2015/lib/igc-input-group-item-component.js.map +0 -1
- package/esm2015/lib/igc-input-group-module.js +0 -24
- package/esm2015/lib/igc-input-group-module.js.map +0 -1
- package/esm2015/lib/igc-input-module.js.map +0 -1
- package/esm2015/lib/igc-label-component.js.map +0 -1
- package/esm2015/lib/igc-label-module.js.map +0 -1
- package/esm2015/lib/igc-prefix-component.js.map +0 -1
- package/esm2015/lib/igc-prefix-module.js.map +0 -1
- package/esm2015/lib/igc-ripple-component.js.map +0 -1
- package/esm2015/lib/igc-ripple-module.js.map +0 -1
- package/esm2015/lib/igc-suffix-component.js.map +0 -1
- package/esm5/lib/Button.js +0 -8
- package/esm5/lib/Button.js.map +0 -1
- package/esm5/lib/ButtonGroup.js +0 -8
- package/esm5/lib/ButtonGroup.js.map +0 -1
- package/esm5/lib/ButtonGroupButtonCollection.js.map +0 -1
- package/esm5/lib/Calendar.js +0 -8
- package/esm5/lib/Calendar.js.map +0 -1
- package/esm5/lib/Checkbox.js +0 -8
- package/esm5/lib/Checkbox.js.map +0 -1
- package/esm5/lib/Icon.js.map +0 -1
- package/esm5/lib/Input.js +0 -8
- package/esm5/lib/Input.js.map +0 -1
- package/esm5/lib/InputGroup.js +0 -8
- package/esm5/lib/InputGroup.js.map +0 -1
- package/esm5/lib/InputGroupInputCollection.js +0 -8
- package/esm5/lib/InputGroupInputCollection.js.map +0 -1
- package/esm5/lib/InputGroupItem.js +0 -8
- package/esm5/lib/InputGroupItem.js.map +0 -1
- package/esm5/lib/Label.js +0 -8
- package/esm5/lib/Label.js.map +0 -1
- package/esm5/lib/Prefix.js +0 -8
- package/esm5/lib/Prefix.js.map +0 -1
- package/esm5/lib/Ripple.js +0 -8
- package/esm5/lib/Ripple.js.map +0 -1
- package/esm5/lib/Suffix.js +0 -8
- package/esm5/lib/Suffix.js.map +0 -1
- package/esm5/lib/igc-button-component.js.map +0 -1
- package/esm5/lib/igc-button-group-button-collection.js.map +0 -1
- package/esm5/lib/igc-button-group-component.js.map +0 -1
- package/esm5/lib/igc-button-group-module.js +0 -26
- package/esm5/lib/igc-button-group-module.js.map +0 -1
- package/esm5/lib/igc-button-module.js +0 -26
- package/esm5/lib/igc-button-module.js.map +0 -1
- package/esm5/lib/igc-calendar-component.js.map +0 -1
- package/esm5/lib/igc-calendar-module.js +0 -26
- package/esm5/lib/igc-calendar-module.js.map +0 -1
- package/esm5/lib/igc-checkbox-component.js.map +0 -1
- package/esm5/lib/igc-checkbox-module.js +0 -26
- package/esm5/lib/igc-checkbox-module.js.map +0 -1
- package/esm5/lib/igc-icon-component.js.map +0 -1
- package/esm5/lib/igc-icon-module.js.map +0 -1
- package/esm5/lib/igc-input-component.js.map +0 -1
- package/esm5/lib/igc-input-group-component.js.map +0 -1
- package/esm5/lib/igc-input-group-input-collection.js +0 -54
- package/esm5/lib/igc-input-group-input-collection.js.map +0 -1
- package/esm5/lib/igc-input-group-item-component.js.map +0 -1
- package/esm5/lib/igc-input-group-module.js +0 -28
- package/esm5/lib/igc-input-group-module.js.map +0 -1
- package/esm5/lib/igc-input-module.js.map +0 -1
- package/esm5/lib/igc-label-component.js.map +0 -1
- package/esm5/lib/igc-label-module.js.map +0 -1
- package/esm5/lib/igc-prefix-component.js.map +0 -1
- package/esm5/lib/igc-prefix-module.js.map +0 -1
- package/esm5/lib/igc-ripple-component.js.map +0 -1
- package/esm5/lib/igc-ripple-module.js +0 -22
- package/esm5/lib/igc-ripple-module.js.map +0 -1
- package/esm5/lib/igc-suffix-component.js.map +0 -1
- package/lib/Button.d.ts +0 -1
- package/lib/ButtonGroup.d.ts +0 -1
- package/lib/Calendar.d.ts +0 -1
- package/lib/Checkbox.d.ts +0 -1
- package/lib/Icon.d.ts +0 -1
- package/lib/Input.d.ts +0 -1
- package/lib/InputGroup.d.ts +0 -1
- package/lib/InputGroupInputCollection.d.ts +0 -1
- package/lib/InputGroupItem.d.ts +0 -1
- package/lib/Label.d.ts +0 -1
- package/lib/Prefix.d.ts +0 -1
- package/lib/Ripple.d.ts +0 -1
- package/lib/Suffix.d.ts +0 -1
- package/lib/igc-button-group-button-collection.d.ts +0 -8
- package/lib/igc-button-group-module.d.ts +0 -3
- package/lib/igc-button-module.d.ts +0 -3
- package/lib/igc-calendar-module.d.ts +0 -3
- package/lib/igc-checkbox-module.d.ts +0 -3
- package/lib/igc-icon-module.d.ts +0 -3
- package/lib/igc-input-group-input-collection.d.ts +0 -8
- package/lib/igc-input-group-module.d.ts +0 -3
- package/lib/igc-input-module.d.ts +0 -3
- package/lib/igc-label-module.d.ts +0 -3
- package/lib/igc-prefix-module.d.ts +0 -3
- package/lib/igc-ripple-module.d.ts +0 -3
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import * as tslib_1 from "tslib";
|
|
2
|
-
import {
|
|
2
|
+
import { XLabel } from "./XLabel";
|
|
3
3
|
import { ensureEnum, brushToString, stringToBrush, ensureBool, NamePatcher, toSpinal, enumToString, getAllPropertyNames } from "igniteui-webcomponents-core";
|
|
4
4
|
import { FontInfo } from "igniteui-webcomponents-core";
|
|
5
5
|
import { WebComponentRenderer, PortalManager } from "igniteui-webcomponents-core";
|
|
6
6
|
import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
7
|
-
import {
|
|
7
|
+
import { IgcXInputGroupItemComponent } from './igc-x-input-group-item-component';
|
|
8
8
|
import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
|
|
9
9
|
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
10
|
-
var
|
|
11
|
-
tslib_1.__extends(
|
|
12
|
-
function
|
|
10
|
+
var IgcXLabelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
11
|
+
tslib_1.__extends(IgcXLabelComponent, _super);
|
|
12
|
+
function IgcXLabelComponent() {
|
|
13
13
|
var _this = _super.call(this) || this;
|
|
14
14
|
_this._disconnected = false;
|
|
15
15
|
if (_this._styling) {
|
|
@@ -66,7 +66,7 @@ var IgcLabelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
66
66
|
// this._checkbox.notifySizeChanged();
|
|
67
67
|
//});
|
|
68
68
|
}
|
|
69
|
-
|
|
69
|
+
IgcXLabelComponent.prototype._onChildrenChanged = function () {
|
|
70
70
|
var children = [];
|
|
71
71
|
for (var i = 0; i < this.childNodes.length; i++) {
|
|
72
72
|
var child = this.childNodes[i];
|
|
@@ -77,23 +77,23 @@ var IgcLabelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77
77
|
this._portalManager.onChildrenChanged(children);
|
|
78
78
|
};
|
|
79
79
|
// supports angular themes or custom properties set in CSS
|
|
80
|
-
|
|
80
|
+
IgcXLabelComponent.prototype.updateStyle = function () {
|
|
81
81
|
this._styling(this, this);
|
|
82
82
|
};
|
|
83
|
-
|
|
83
|
+
IgcXLabelComponent.prototype.destroy = function () {
|
|
84
84
|
this._label.destroy();
|
|
85
85
|
this._wrapper.destroy();
|
|
86
86
|
};
|
|
87
|
-
|
|
88
|
-
return new
|
|
87
|
+
IgcXLabelComponent.prototype.createImplementation = function () {
|
|
88
|
+
return new XLabel();
|
|
89
89
|
};
|
|
90
|
-
|
|
90
|
+
IgcXLabelComponent.prototype.disconnectedCallback = function () {
|
|
91
91
|
this._disconnected = true;
|
|
92
92
|
if (this.i) {
|
|
93
93
|
this.i.onDetachedFromUI();
|
|
94
94
|
}
|
|
95
95
|
};
|
|
96
|
-
|
|
96
|
+
IgcXLabelComponent.prototype.connectedCallback = function () {
|
|
97
97
|
if (this._disconnected) {
|
|
98
98
|
this._disconnected = false;
|
|
99
99
|
if (this.i) {
|
|
@@ -114,22 +114,25 @@ var IgcLabelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
114
114
|
this._styling(this, this);
|
|
115
115
|
this.afterContentInit();
|
|
116
116
|
};
|
|
117
|
-
|
|
117
|
+
IgcXLabelComponent.prototype.afterContentInit = function () {
|
|
118
118
|
//this.i.notifySizeChanged();
|
|
119
119
|
};
|
|
120
|
-
|
|
120
|
+
IgcXLabelComponent.prototype._onDisplayChanged = function () {
|
|
121
121
|
this.style.display = this.display;
|
|
122
122
|
};
|
|
123
|
-
|
|
123
|
+
IgcXLabelComponent.prototype._onFlexDirectionChanged = function () {
|
|
124
124
|
this.style.flexDirection = this.flexDirection;
|
|
125
125
|
};
|
|
126
|
-
|
|
126
|
+
IgcXLabelComponent.prototype._onFlexGrowChanged = function () {
|
|
127
127
|
this.style.flexGrow = this.flexGrow;
|
|
128
128
|
};
|
|
129
|
-
|
|
129
|
+
IgcXLabelComponent.prototype._onAlignItemsChanged = function () {
|
|
130
130
|
this.style.alignItems = this.alignItems;
|
|
131
131
|
};
|
|
132
|
-
|
|
132
|
+
IgcXLabelComponent.prototype._onAlignSelfChanged = function () {
|
|
133
|
+
this.style.alignSelf = this.alignSelf;
|
|
134
|
+
};
|
|
135
|
+
Object.defineProperty(IgcXLabelComponent.prototype, "i", {
|
|
133
136
|
/**
|
|
134
137
|
* @hidden
|
|
135
138
|
*/
|
|
@@ -139,27 +142,27 @@ var IgcLabelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
139
142
|
enumerable: true,
|
|
140
143
|
configurable: true
|
|
141
144
|
});
|
|
142
|
-
Object.defineProperty(
|
|
145
|
+
Object.defineProperty(IgcXLabelComponent, "observedAttributes", {
|
|
143
146
|
get: function () {
|
|
144
|
-
if (
|
|
145
|
-
var names = getAllPropertyNames(
|
|
147
|
+
if (IgcXLabelComponent._observedAttributesIgcXLabelComponent == null) {
|
|
148
|
+
var names = getAllPropertyNames(IgcXLabelComponent);
|
|
146
149
|
for (var i = 0; i < names.length; i++) {
|
|
147
150
|
names[i] = toSpinal(names[i]);
|
|
148
151
|
}
|
|
149
|
-
|
|
152
|
+
IgcXLabelComponent._observedAttributesIgcXLabelComponent = names;
|
|
150
153
|
}
|
|
151
|
-
return
|
|
154
|
+
return IgcXLabelComponent._observedAttributesIgcXLabelComponent;
|
|
152
155
|
},
|
|
153
156
|
enumerable: true,
|
|
154
157
|
configurable: true
|
|
155
158
|
});
|
|
156
|
-
|
|
157
|
-
if (!
|
|
158
|
-
|
|
159
|
-
RegisterElementHelper.registerElement(
|
|
159
|
+
IgcXLabelComponent.register = function () {
|
|
160
|
+
if (!IgcXLabelComponent._isElementRegistered) {
|
|
161
|
+
IgcXLabelComponent._isElementRegistered = true;
|
|
162
|
+
RegisterElementHelper.registerElement(IgcXLabelComponent.htmlTagName, IgcXLabelComponent);
|
|
160
163
|
}
|
|
161
164
|
};
|
|
162
|
-
Object.defineProperty(
|
|
165
|
+
Object.defineProperty(IgcXLabelComponent.prototype, "baseTheme", {
|
|
163
166
|
/**
|
|
164
167
|
* Gets or sets the base built in theme to use for the label.
|
|
165
168
|
*/
|
|
@@ -173,7 +176,7 @@ var IgcLabelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
173
176
|
enumerable: true,
|
|
174
177
|
configurable: true
|
|
175
178
|
});
|
|
176
|
-
Object.defineProperty(
|
|
179
|
+
Object.defineProperty(IgcXLabelComponent.prototype, "density", {
|
|
177
180
|
/**
|
|
178
181
|
* Gets or sets the display density to use for the label.
|
|
179
182
|
*/
|
|
@@ -187,7 +190,7 @@ var IgcLabelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
187
190
|
enumerable: true,
|
|
188
191
|
configurable: true
|
|
189
192
|
});
|
|
190
|
-
Object.defineProperty(
|
|
193
|
+
Object.defineProperty(IgcXLabelComponent.prototype, "actualDensity", {
|
|
191
194
|
/**
|
|
192
195
|
* Gets the actual display density to use for the label.
|
|
193
196
|
*/
|
|
@@ -201,105 +204,105 @@ var IgcLabelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
201
204
|
enumerable: true,
|
|
202
205
|
configurable: true
|
|
203
206
|
});
|
|
204
|
-
Object.defineProperty(
|
|
207
|
+
Object.defineProperty(IgcXLabelComponent.prototype, "actualTextColor", {
|
|
205
208
|
/**
|
|
206
209
|
* Gets the actual color to use for the text color.
|
|
207
210
|
*/
|
|
208
211
|
get: function () {
|
|
209
|
-
return brushToString(this.i.
|
|
212
|
+
return brushToString(this.i.cz);
|
|
210
213
|
},
|
|
211
214
|
set: function (v) {
|
|
212
|
-
this.i.
|
|
213
|
-
this._a("actualTextColor", brushToString(this.i.
|
|
215
|
+
this.i.cz = stringToBrush(v);
|
|
216
|
+
this._a("actualTextColor", brushToString(this.i.cz));
|
|
214
217
|
},
|
|
215
218
|
enumerable: true,
|
|
216
219
|
configurable: true
|
|
217
220
|
});
|
|
218
|
-
Object.defineProperty(
|
|
221
|
+
Object.defineProperty(IgcXLabelComponent.prototype, "actualHighlightTextColor", {
|
|
219
222
|
/**
|
|
220
223
|
* Gets the actual color to use for the text color.
|
|
221
224
|
*/
|
|
222
225
|
get: function () {
|
|
223
|
-
return brushToString(this.i.
|
|
226
|
+
return brushToString(this.i.cw);
|
|
224
227
|
},
|
|
225
228
|
set: function (v) {
|
|
226
|
-
this.i.
|
|
227
|
-
this._a("actualHighlightTextColor", brushToString(this.i.
|
|
229
|
+
this.i.cw = stringToBrush(v);
|
|
230
|
+
this._a("actualHighlightTextColor", brushToString(this.i.cw));
|
|
228
231
|
},
|
|
229
232
|
enumerable: true,
|
|
230
233
|
configurable: true
|
|
231
234
|
});
|
|
232
|
-
Object.defineProperty(
|
|
235
|
+
Object.defineProperty(IgcXLabelComponent.prototype, "actualHoverHighlightTextColor", {
|
|
233
236
|
/**
|
|
234
237
|
* Gets the actual color to use for the text color when highlighted and hovered.
|
|
235
238
|
*/
|
|
236
239
|
get: function () {
|
|
237
|
-
return brushToString(this.i.
|
|
240
|
+
return brushToString(this.i.cx);
|
|
238
241
|
},
|
|
239
242
|
set: function (v) {
|
|
240
|
-
this.i.
|
|
241
|
-
this._a("actualHoverHighlightTextColor", brushToString(this.i.
|
|
243
|
+
this.i.cx = stringToBrush(v);
|
|
244
|
+
this._a("actualHoverHighlightTextColor", brushToString(this.i.cx));
|
|
242
245
|
},
|
|
243
246
|
enumerable: true,
|
|
244
247
|
configurable: true
|
|
245
248
|
});
|
|
246
|
-
Object.defineProperty(
|
|
249
|
+
Object.defineProperty(IgcXLabelComponent.prototype, "actualHoverTextColor", {
|
|
247
250
|
/**
|
|
248
251
|
* Gets the actual hover color to use for the text.
|
|
249
252
|
*/
|
|
250
253
|
get: function () {
|
|
251
|
-
return brushToString(this.i.
|
|
254
|
+
return brushToString(this.i.cy);
|
|
252
255
|
},
|
|
253
256
|
set: function (v) {
|
|
254
|
-
this.i.
|
|
255
|
-
this._a("actualHoverTextColor", brushToString(this.i.
|
|
257
|
+
this.i.cy = stringToBrush(v);
|
|
258
|
+
this._a("actualHoverTextColor", brushToString(this.i.cy));
|
|
256
259
|
},
|
|
257
260
|
enumerable: true,
|
|
258
261
|
configurable: true
|
|
259
262
|
});
|
|
260
|
-
Object.defineProperty(
|
|
263
|
+
Object.defineProperty(IgcXLabelComponent.prototype, "textColor", {
|
|
261
264
|
/**
|
|
262
265
|
* Gets or sets the color to use for the text.
|
|
263
266
|
*/
|
|
264
267
|
get: function () {
|
|
265
|
-
return brushToString(this.i.
|
|
268
|
+
return brushToString(this.i.df);
|
|
266
269
|
},
|
|
267
270
|
set: function (v) {
|
|
268
|
-
this.i.
|
|
269
|
-
this._a("textColor", brushToString(this.i.
|
|
271
|
+
this.i.df = stringToBrush(v);
|
|
272
|
+
this._a("textColor", brushToString(this.i.df));
|
|
270
273
|
},
|
|
271
274
|
enumerable: true,
|
|
272
275
|
configurable: true
|
|
273
276
|
});
|
|
274
|
-
Object.defineProperty(
|
|
277
|
+
Object.defineProperty(IgcXLabelComponent.prototype, "highlightTextColor", {
|
|
275
278
|
/**
|
|
276
279
|
* Gets or sets the color to use for the text.
|
|
277
280
|
*/
|
|
278
281
|
get: function () {
|
|
279
|
-
return brushToString(this.i.
|
|
282
|
+
return brushToString(this.i.dc);
|
|
280
283
|
},
|
|
281
284
|
set: function (v) {
|
|
282
|
-
this.i.
|
|
283
|
-
this._a("highlightTextColor", brushToString(this.i.
|
|
285
|
+
this.i.dc = stringToBrush(v);
|
|
286
|
+
this._a("highlightTextColor", brushToString(this.i.dc));
|
|
284
287
|
},
|
|
285
288
|
enumerable: true,
|
|
286
289
|
configurable: true
|
|
287
290
|
});
|
|
288
|
-
Object.defineProperty(
|
|
291
|
+
Object.defineProperty(IgcXLabelComponent.prototype, "hoverHighlightTextColor", {
|
|
289
292
|
/**
|
|
290
293
|
* Gets or sets the color to use for the text.
|
|
291
294
|
*/
|
|
292
295
|
get: function () {
|
|
293
|
-
return brushToString(this.i.
|
|
296
|
+
return brushToString(this.i.dd);
|
|
294
297
|
},
|
|
295
298
|
set: function (v) {
|
|
296
|
-
this.i.
|
|
297
|
-
this._a("hoverHighlightTextColor", brushToString(this.i.
|
|
299
|
+
this.i.dd = stringToBrush(v);
|
|
300
|
+
this._a("hoverHighlightTextColor", brushToString(this.i.dd));
|
|
298
301
|
},
|
|
299
302
|
enumerable: true,
|
|
300
303
|
configurable: true
|
|
301
304
|
});
|
|
302
|
-
Object.defineProperty(
|
|
305
|
+
Object.defineProperty(IgcXLabelComponent.prototype, "textStyle", {
|
|
303
306
|
/**
|
|
304
307
|
* Gets or sets the use for the button.
|
|
305
308
|
*/
|
|
@@ -318,86 +321,99 @@ var IgcLabelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
318
321
|
enumerable: true,
|
|
319
322
|
configurable: true
|
|
320
323
|
});
|
|
321
|
-
Object.defineProperty(
|
|
324
|
+
Object.defineProperty(IgcXLabelComponent.prototype, "hoverTextColor", {
|
|
322
325
|
/**
|
|
323
326
|
* Gets or sets the color to use for the hovered text of the button regardless of type.
|
|
324
327
|
*/
|
|
325
328
|
get: function () {
|
|
326
|
-
return brushToString(this.i.
|
|
329
|
+
return brushToString(this.i.de);
|
|
327
330
|
},
|
|
328
331
|
set: function (v) {
|
|
329
|
-
this.i.
|
|
330
|
-
this._a("hoverTextColor", brushToString(this.i.
|
|
332
|
+
this.i.de = stringToBrush(v);
|
|
333
|
+
this._a("hoverTextColor", brushToString(this.i.de));
|
|
331
334
|
},
|
|
332
335
|
enumerable: true,
|
|
333
336
|
configurable: true
|
|
334
337
|
});
|
|
335
|
-
Object.defineProperty(
|
|
338
|
+
Object.defineProperty(IgcXLabelComponent.prototype, "id", {
|
|
336
339
|
/**
|
|
337
340
|
* Gets or sets the id to use for the checkbox.
|
|
338
341
|
*/
|
|
339
342
|
get: function () {
|
|
340
|
-
return this.i.
|
|
343
|
+
return this.i.bu;
|
|
341
344
|
},
|
|
342
345
|
set: function (v) {
|
|
343
|
-
this.i.
|
|
346
|
+
this.i.bu = v;
|
|
344
347
|
},
|
|
345
348
|
enumerable: true,
|
|
346
349
|
configurable: true
|
|
347
350
|
});
|
|
348
|
-
Object.defineProperty(
|
|
351
|
+
Object.defineProperty(IgcXLabelComponent.prototype, "display", {
|
|
349
352
|
/**
|
|
350
353
|
* Gets or sets the id to use for the checkbox.
|
|
351
354
|
*/
|
|
352
355
|
get: function () {
|
|
353
|
-
return this.i.
|
|
356
|
+
return this.i.bi;
|
|
354
357
|
},
|
|
355
358
|
set: function (v) {
|
|
356
|
-
this.i.
|
|
359
|
+
this.i.bi = v;
|
|
357
360
|
},
|
|
358
361
|
enumerable: true,
|
|
359
362
|
configurable: true
|
|
360
363
|
});
|
|
361
|
-
Object.defineProperty(
|
|
364
|
+
Object.defineProperty(IgcXLabelComponent.prototype, "flexDirection", {
|
|
362
365
|
/**
|
|
363
366
|
* Gets or sets the id to use for the checkbox.
|
|
364
367
|
*/
|
|
365
368
|
get: function () {
|
|
366
|
-
return this.i.
|
|
369
|
+
return this.i.bl;
|
|
367
370
|
},
|
|
368
371
|
set: function (v) {
|
|
369
|
-
this.i.
|
|
372
|
+
this.i.bl = v;
|
|
370
373
|
},
|
|
371
374
|
enumerable: true,
|
|
372
375
|
configurable: true
|
|
373
376
|
});
|
|
374
|
-
Object.defineProperty(
|
|
377
|
+
Object.defineProperty(IgcXLabelComponent.prototype, "flexGrow", {
|
|
375
378
|
/**
|
|
376
379
|
* Gets or sets the flex-grow setting for the button.
|
|
377
380
|
*/
|
|
378
381
|
get: function () {
|
|
379
|
-
return this.i.
|
|
382
|
+
return this.i.bn;
|
|
383
|
+
},
|
|
384
|
+
set: function (v) {
|
|
385
|
+
this.i.bn = v;
|
|
386
|
+
},
|
|
387
|
+
enumerable: true,
|
|
388
|
+
configurable: true
|
|
389
|
+
});
|
|
390
|
+
Object.defineProperty(IgcXLabelComponent.prototype, "alignItems", {
|
|
391
|
+
/**
|
|
392
|
+
* Gets or sets the id to use for the checkbox.
|
|
393
|
+
*/
|
|
394
|
+
get: function () {
|
|
395
|
+
return this.i.ba;
|
|
380
396
|
},
|
|
381
397
|
set: function (v) {
|
|
382
|
-
this.i.
|
|
398
|
+
this.i.ba = v;
|
|
383
399
|
},
|
|
384
400
|
enumerable: true,
|
|
385
401
|
configurable: true
|
|
386
402
|
});
|
|
387
|
-
Object.defineProperty(
|
|
403
|
+
Object.defineProperty(IgcXLabelComponent.prototype, "alignSelf", {
|
|
388
404
|
/**
|
|
389
405
|
* Gets or sets the id to use for the checkbox.
|
|
390
406
|
*/
|
|
391
407
|
get: function () {
|
|
392
|
-
return this.i.
|
|
408
|
+
return this.i.bc;
|
|
393
409
|
},
|
|
394
410
|
set: function (v) {
|
|
395
|
-
this.i.
|
|
411
|
+
this.i.bc = v;
|
|
396
412
|
},
|
|
397
413
|
enumerable: true,
|
|
398
414
|
configurable: true
|
|
399
415
|
});
|
|
400
|
-
Object.defineProperty(
|
|
416
|
+
Object.defineProperty(IgcXLabelComponent.prototype, "tabIndex", {
|
|
401
417
|
/**
|
|
402
418
|
* Gets or sets TabIndex to use for the checkbox.
|
|
403
419
|
*/
|
|
@@ -411,33 +427,33 @@ var IgcLabelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
411
427
|
enumerable: true,
|
|
412
428
|
configurable: true
|
|
413
429
|
});
|
|
414
|
-
Object.defineProperty(
|
|
430
|
+
Object.defineProperty(IgcXLabelComponent.prototype, "for", {
|
|
415
431
|
/**
|
|
416
432
|
* Gets or sets the for attribute to use for the label.
|
|
417
433
|
*/
|
|
418
434
|
get: function () {
|
|
419
|
-
return this.i.
|
|
435
|
+
return this.i.bp;
|
|
420
436
|
},
|
|
421
437
|
set: function (v) {
|
|
422
|
-
this.i.
|
|
438
|
+
this.i.bp = v;
|
|
423
439
|
},
|
|
424
440
|
enumerable: true,
|
|
425
441
|
configurable: true
|
|
426
442
|
});
|
|
427
|
-
Object.defineProperty(
|
|
443
|
+
Object.defineProperty(IgcXLabelComponent.prototype, "ariaLabel", {
|
|
428
444
|
/**
|
|
429
445
|
* Gets or sets the value of the aria-label attribute.
|
|
430
446
|
*/
|
|
431
447
|
get: function () {
|
|
432
|
-
return this.i.
|
|
448
|
+
return this.i.be;
|
|
433
449
|
},
|
|
434
450
|
set: function (v) {
|
|
435
|
-
this.i.
|
|
451
|
+
this.i.be = v;
|
|
436
452
|
},
|
|
437
453
|
enumerable: true,
|
|
438
454
|
configurable: true
|
|
439
455
|
});
|
|
440
|
-
Object.defineProperty(
|
|
456
|
+
Object.defineProperty(IgcXLabelComponent.prototype, "text", {
|
|
441
457
|
/**
|
|
442
458
|
* Gets or sets the text for the label.
|
|
443
459
|
*/
|
|
@@ -450,7 +466,7 @@ var IgcLabelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
450
466
|
enumerable: true,
|
|
451
467
|
configurable: true
|
|
452
468
|
});
|
|
453
|
-
Object.defineProperty(
|
|
469
|
+
Object.defineProperty(IgcXLabelComponent.prototype, "isHover", {
|
|
454
470
|
/**
|
|
455
471
|
* Gets or sets whether the label is hovered.
|
|
456
472
|
*/
|
|
@@ -464,7 +480,7 @@ var IgcLabelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
464
480
|
enumerable: true,
|
|
465
481
|
configurable: true
|
|
466
482
|
});
|
|
467
|
-
Object.defineProperty(
|
|
483
|
+
Object.defineProperty(IgcXLabelComponent.prototype, "value", {
|
|
468
484
|
/**
|
|
469
485
|
* Gets or sets the value for the label.
|
|
470
486
|
*/
|
|
@@ -478,7 +494,7 @@ var IgcLabelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
478
494
|
enumerable: true,
|
|
479
495
|
configurable: true
|
|
480
496
|
});
|
|
481
|
-
Object.defineProperty(
|
|
497
|
+
Object.defineProperty(IgcXLabelComponent.prototype, "disabled", {
|
|
482
498
|
/**
|
|
483
499
|
* Gets or sets whether the checkbox is disabled.
|
|
484
500
|
*/
|
|
@@ -492,17 +508,17 @@ var IgcLabelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
492
508
|
enumerable: true,
|
|
493
509
|
configurable: true
|
|
494
510
|
});
|
|
495
|
-
|
|
511
|
+
IgcXLabelComponent.prototype.onDetachedFromUI = function () {
|
|
496
512
|
this.i.onDetachedFromUI();
|
|
497
513
|
};
|
|
498
|
-
|
|
514
|
+
IgcXLabelComponent.prototype.onAttachedToUI = function () {
|
|
499
515
|
this.i.onAttachedToUI();
|
|
500
516
|
};
|
|
501
517
|
/**
|
|
502
518
|
* Exports visual information about the current state of the grid.
|
|
503
519
|
|
|
504
520
|
*/
|
|
505
|
-
|
|
521
|
+
IgcXLabelComponent.prototype.exportVisualModel = function () {
|
|
506
522
|
var iv = this.i.au();
|
|
507
523
|
return (iv);
|
|
508
524
|
};
|
|
@@ -510,14 +526,14 @@ var IgcLabelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
510
526
|
* Returns a serialized copy of the exported visual model
|
|
511
527
|
|
|
512
528
|
*/
|
|
513
|
-
|
|
514
|
-
var iv = this.i.
|
|
529
|
+
IgcXLabelComponent.prototype.exportSerializedVisualModel = function () {
|
|
530
|
+
var iv = this.i.bk();
|
|
515
531
|
return (iv);
|
|
516
532
|
};
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
return
|
|
521
|
-
}(
|
|
522
|
-
export {
|
|
523
|
-
//# sourceMappingURL=igc-label-component.js.map
|
|
533
|
+
IgcXLabelComponent._observedAttributesIgcXLabelComponent = null;
|
|
534
|
+
IgcXLabelComponent.htmlTagName = "igc-x-label";
|
|
535
|
+
IgcXLabelComponent._isElementRegistered = false;
|
|
536
|
+
return IgcXLabelComponent;
|
|
537
|
+
}(IgcXInputGroupItemComponent));
|
|
538
|
+
export { IgcXLabelComponent };
|
|
539
|
+
//# sourceMappingURL=igc-x-label-component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"igc-x-label-component.js","sourceRoot":"","sources":["../../../../src/igniteui-inputs/lib/igc-x-label-component.ts"],"names":[],"mappings":"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"}
|
|
@@ -5,20 +5,20 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
7
|
import { IgcChildContentModule } from "igniteui-webcomponents-core";
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
8
|
+
import { IgcXLabelComponent } from './igc-x-label-component';
|
|
9
|
+
import { XInput } from './XInput';
|
|
10
10
|
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
11
|
-
var
|
|
12
|
-
function
|
|
11
|
+
var IgcXLabelModule = /** @class */ /*@__PURE__*/ (function () {
|
|
12
|
+
function IgcXLabelModule() {
|
|
13
13
|
}
|
|
14
|
-
|
|
14
|
+
IgcXLabelModule.register = function () {
|
|
15
15
|
IgcChildContentModule.register();
|
|
16
|
-
|
|
17
|
-
TypeRegistrar.registerCons('
|
|
18
|
-
TypeRegistrar.registerCons('
|
|
19
|
-
TypeRegistrar.register('
|
|
16
|
+
IgcXLabelComponent.register();
|
|
17
|
+
TypeRegistrar.registerCons('IgcXLabelComponent', IgcXLabelComponent);
|
|
18
|
+
TypeRegistrar.registerCons('IgcXLabelComponent', IgcXLabelComponent);
|
|
19
|
+
TypeRegistrar.register('XInput', XInput.$type);
|
|
20
20
|
};
|
|
21
|
-
return
|
|
21
|
+
return IgcXLabelModule;
|
|
22
22
|
}());
|
|
23
|
-
export {
|
|
24
|
-
//# sourceMappingURL=igc-
|
|
23
|
+
export { IgcXLabelModule };
|
|
24
|
+
//# sourceMappingURL=igc-x-label-module.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"igc-x-label-module.js","sourceRoot":"","sources":["../../../../src/igniteui-inputs/lib/igc-x-label-module.ts"],"names":[],"mappings":"AAAA;;;;;EAKE;AAEF,OAAO,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AACpE,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAG5D;IAAA;IAQA,CAAC;IAPiB,wBAAQ,GAAtB;QACY,qBAAqB,CAAC,QAAQ,EAAE,CAAC;QACzC,kBAAkB,CAAC,QAAQ,EAAE,CAAC;QAC9B,aAAa,CAAC,YAAY,CAAC,oBAAoB,EAAE,kBAAkB,CAAC,CAAC;QAAQ,aAAa,CAAC,YAAY,CAAC,oBAAoB,EAAE,kBAAkB,CAAC,CAAC;QAClJ,aAAa,CAAC,QAAQ,CAAC,QAAQ,EAAG,MAAc,CAAC,KAAK,CAAC,CAAC;IAE5D,CAAC;IACL,sBAAC;AAAD,CAAC,AARD,IAQC"}
|