igniteui-webcomponents-inputs 1.3.3 → 1.4.2
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 +6800 -6407
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +7 -2
- package/esm2015/igniteui-webcomponents-inputs.js +0 -1
- package/esm2015/lib/ButtonClickEventArgs.js +0 -1
- package/esm2015/lib/ButtonDisplayStyle.js +0 -1
- package/esm2015/lib/ButtonGroupDisplayStyle.js +0 -1
- package/esm2015/lib/ButtonGroupOrientation.js +0 -1
- package/esm2015/lib/ButtonGroupSelectionChangedEventArgs.js +0 -1
- package/esm2015/lib/ButtonGroupView.js +0 -1
- package/esm2015/lib/ButtonGroupView_combined.js +191 -192
- package/esm2015/lib/ButtonGroupVisualModelExport.js +0 -1
- package/esm2015/lib/ButtonView.js +0 -1
- package/esm2015/lib/ButtonView_combined.js +463 -464
- package/esm2015/lib/ButtonVisualModelExport.js +0 -1
- package/esm2015/lib/CalendarView.js +0 -1
- package/esm2015/lib/CalendarView_combined.js +560 -522
- package/esm2015/lib/CalendarVisualModelExport.js +0 -1
- package/esm2015/lib/CheckboxChangeEventArgs.js +0 -1
- package/esm2015/lib/CheckboxLabelPosition.js +0 -1
- package/esm2015/lib/CheckboxView.js +0 -1
- package/esm2015/lib/CheckboxView_combined.js +102 -97
- package/esm2015/lib/CheckboxVisualModelExport.js +0 -1
- package/esm2015/lib/DateFormats.js +0 -1
- package/esm2015/lib/DatePicker.js +0 -1
- package/esm2015/lib/DatePickerView.js +0 -1
- package/esm2015/lib/DatePickerView_combined.js +708 -637
- package/esm2015/lib/DatePickerVisualModelExport.js +10 -11
- package/esm2015/lib/DateTimeValueFormatter.js +0 -1
- package/esm2015/lib/DayInfo.js +0 -1
- package/esm2015/lib/DayOfWeek.js +0 -1
- package/esm2015/lib/ElevationHelper.js +0 -1
- package/esm2015/lib/FirstWeek.js +0 -1
- package/esm2015/lib/GotFocusEventArgs.js +0 -1
- package/esm2015/lib/{Checkbox.js → IconClickedEventArgs.js} +10 -2
- package/esm2015/lib/IconView.js +0 -1
- package/esm2015/lib/IconView_combined.js +373 -325
- package/esm2015/lib/IconVisualModelExport.js +27 -19
- package/esm2015/lib/InputChangeEventArgs.js +0 -1
- package/esm2015/lib/InputGroupDisplayType.js +0 -1
- package/esm2015/lib/InputGroupView.js +0 -1
- package/esm2015/lib/InputGroupView_combined.js +1724 -1663
- package/esm2015/lib/InputGroupVisualModelExport.js +0 -1
- package/esm2015/lib/InputShiftType.js +0 -1
- package/esm2015/lib/InputView.js +0 -1
- package/esm2015/lib/InputVisualModelExport.js +3 -4
- package/esm2015/lib/KEYCODES.js +0 -1
- package/esm2015/lib/LabelShiftType.js +0 -1
- package/esm2015/lib/LabelView.js +0 -1
- package/esm2015/lib/LabelVisualModelExport.js +7 -8
- package/esm2015/lib/LostFocusEventArgs.js +0 -1
- package/esm2015/lib/MaskOptions.js +0 -1
- package/esm2015/lib/MaskParsingService.js +0 -1
- package/esm2015/lib/PrefixShiftType.js +0 -1
- package/esm2015/lib/PrefixView.js +0 -1
- package/esm2015/lib/PrefixVisualModelExport.js +0 -1
- package/esm2015/lib/Replaced.js +0 -1
- package/esm2015/lib/RippleView.js +0 -1
- package/esm2015/lib/RippleView_combined.js +11 -12
- package/esm2015/lib/RippleVisualModelExport.js +0 -1
- package/esm2015/lib/{ValueChangedEventArgs.js → SelectedValueChangedEventArgs.js} +4 -5
- package/esm2015/lib/SuffixShiftType.js +0 -1
- package/esm2015/lib/SuffixView.js +0 -1
- package/esm2015/lib/SuffixVisualModelExport.js +0 -1
- package/esm2015/lib/TextElementsVisualModelExport.js +0 -1
- package/esm2015/lib/ThemeResolver.js +0 -1
- package/esm2015/lib/{Icon.js → XButton.js} +1 -2
- package/{esm5/lib/Icon.js → esm2015/lib/XButtonGroup.js} +1 -2
- package/esm2015/lib/{ButtonGroupButtonCollection.js → XButtonGroupButtonCollection.js} +6 -7
- package/{esm5/lib/Button.js → esm2015/lib/XCalendar.js} +1 -2
- package/esm2015/lib/{CalendarLocaleEn.js → XCalendarLocaleEn.js} +1 -2
- package/esm2015/lib/{Button.js → XCheckbox.js} +1 -2
- package/esm2015/lib/XIcon.js +7 -0
- package/esm2015/lib/XInput.js +7 -0
- package/esm2015/lib/XInputGroup.js +7 -0
- package/esm2015/lib/XInputGroupInputCollection.js +7 -0
- package/esm2015/lib/XInputGroupItem.js +7 -0
- package/esm2015/lib/XLabel.js +7 -0
- package/esm2015/lib/XPrefix.js +7 -0
- package/esm2015/lib/XRipple.js +7 -0
- package/esm2015/lib/XSuffix.js +7 -0
- package/esm2015/lib/igc-button-click-event-args.js +0 -1
- package/esm2015/lib/igc-button-group-selection-changed-event-args.js +0 -1
- package/esm2015/lib/igc-checkbox-change-event-args.js +0 -1
- package/esm2015/lib/igc-date-picker-component.js +107 -76
- package/esm2015/lib/igc-date-picker-module.js +8 -9
- package/esm2015/lib/igc-got-focus-event-args.js +0 -1
- package/esm2015/lib/igc-input-change-event-args.js +0 -1
- package/esm2015/lib/igc-lost-focus-event-args.js +0 -1
- package/esm2015/lib/{igc-value-changed-event-args.js → igc-selected-value-changed-event-args.js} +3 -4
- package/esm2015/lib/{igc-button-component.js → igc-x-button-component.js} +36 -37
- package/esm2015/lib/{igc-button-group-button-collection.js → igc-x-button-group-button-collection.js} +9 -10
- package/esm2015/lib/{igc-button-group-component.js → igc-x-button-group-component.js} +38 -39
- package/esm2015/lib/{igc-checkbox-module.js → igc-x-button-group-module.js} +9 -10
- package/esm2015/lib/igc-x-button-module.js +21 -0
- package/esm2015/lib/{igc-calendar-component.js → igc-x-calendar-component.js} +106 -82
- package/esm2015/lib/{igc-calendar-locale-en-module.js → igc-x-calendar-locale-en-module.js} +3 -4
- package/esm2015/lib/igc-x-calendar-module.js +21 -0
- package/esm2015/lib/{igc-checkbox-component.js → igc-x-checkbox-component.js} +24 -25
- package/esm2015/lib/igc-x-checkbox-module.js +21 -0
- package/esm2015/lib/{igc-icon-component.js → igc-x-icon-component.js} +83 -77
- package/esm2015/lib/{igc-input-module.js → igc-x-icon-module.js} +7 -8
- package/esm2015/lib/{igc-input-component.js → igc-x-input-component.js} +85 -82
- package/esm2015/lib/{igc-input-group-component.js → igc-x-input-group-component.js} +378 -378
- package/esm2015/lib/{igc-input-group-input-collection.js → igc-x-input-group-input-collection.js} +9 -10
- package/esm2015/lib/{igc-input-group-item-component.js → igc-x-input-group-item-component.js} +9 -10
- package/esm2015/lib/{igc-button-group-module.js → igc-x-input-group-module.js} +11 -10
- package/esm2015/lib/{igc-icon-module.js → igc-x-input-module.js} +7 -8
- package/esm2015/lib/{igc-label-component.js → igc-x-label-component.js} +76 -65
- package/esm2015/lib/{igc-label-module.js → igc-x-label-module.js} +7 -8
- package/esm2015/lib/{igc-prefix-component.js → igc-x-prefix-component.js} +18 -19
- package/esm2015/lib/{igc-prefix-module.js → igc-x-prefix-module.js} +7 -8
- package/esm2015/lib/{igc-ripple-component.js → igc-x-ripple-component.js} +18 -19
- package/esm2015/lib/{igc-ripple-module.js → igc-x-ripple-module.js} +7 -8
- package/esm2015/lib/{igc-suffix-component.js → igc-x-suffix-component.js} +18 -19
- package/esm2015/public_api.js +43 -43
- package/esm5/igniteui-webcomponents-inputs.js +0 -1
- package/esm5/lib/ButtonClickEventArgs.js +0 -1
- package/esm5/lib/ButtonDisplayStyle.js +0 -1
- package/esm5/lib/ButtonGroupDisplayStyle.js +0 -1
- package/esm5/lib/ButtonGroupOrientation.js +0 -1
- package/esm5/lib/ButtonGroupSelectionChangedEventArgs.js +0 -1
- package/esm5/lib/ButtonGroupView.js +0 -1
- package/esm5/lib/ButtonGroupView_combined.js +280 -281
- package/esm5/lib/ButtonGroupVisualModelExport.js +0 -1
- package/esm5/lib/ButtonView.js +0 -1
- package/esm5/lib/ButtonView_combined.js +625 -626
- package/esm5/lib/ButtonVisualModelExport.js +0 -1
- package/esm5/lib/CalendarView.js +0 -1
- package/esm5/lib/CalendarView_combined.js +615 -577
- package/esm5/lib/CalendarVisualModelExport.js +0 -1
- package/esm5/lib/CheckboxChangeEventArgs.js +0 -1
- package/esm5/lib/CheckboxLabelPosition.js +0 -1
- package/esm5/lib/CheckboxView.js +0 -1
- package/esm5/lib/CheckboxView_combined.js +154 -149
- package/esm5/lib/CheckboxVisualModelExport.js +0 -1
- package/esm5/lib/DateFormats.js +0 -1
- package/esm5/lib/DatePicker.js +0 -1
- package/esm5/lib/DatePickerView.js +0 -1
- package/esm5/lib/DatePickerView_combined.js +697 -618
- package/esm5/lib/DatePickerVisualModelExport.js +10 -11
- package/esm5/lib/DateTimeValueFormatter.js +0 -1
- package/esm5/lib/DayInfo.js +0 -1
- package/esm5/lib/DayOfWeek.js +0 -1
- package/esm5/lib/ElevationHelper.js +0 -1
- package/esm5/lib/FirstWeek.js +0 -1
- package/esm5/lib/GotFocusEventArgs.js +0 -1
- package/esm5/lib/IconClickedEventArgs.js +20 -0
- package/esm5/lib/IconView.js +0 -1
- package/esm5/lib/IconView_combined.js +370 -318
- package/esm5/lib/IconVisualModelExport.js +27 -19
- package/esm5/lib/InputChangeEventArgs.js +0 -1
- package/esm5/lib/InputGroupDisplayType.js +0 -1
- package/esm5/lib/InputGroupView.js +0 -1
- package/esm5/lib/InputGroupView_combined.js +1879 -1809
- package/esm5/lib/InputGroupVisualModelExport.js +0 -1
- package/esm5/lib/InputShiftType.js +0 -1
- package/esm5/lib/InputView.js +0 -1
- package/esm5/lib/InputVisualModelExport.js +3 -4
- package/esm5/lib/KEYCODES.js +0 -1
- package/esm5/lib/LabelShiftType.js +0 -1
- package/esm5/lib/LabelView.js +0 -1
- package/esm5/lib/LabelVisualModelExport.js +7 -8
- package/esm5/lib/LostFocusEventArgs.js +0 -1
- package/esm5/lib/MaskOptions.js +0 -1
- package/esm5/lib/MaskParsingService.js +0 -1
- package/esm5/lib/PrefixShiftType.js +0 -1
- package/esm5/lib/PrefixView.js +0 -1
- package/esm5/lib/PrefixVisualModelExport.js +0 -1
- package/esm5/lib/Replaced.js +0 -1
- package/esm5/lib/RippleView.js +0 -1
- package/esm5/lib/RippleView_combined.js +40 -41
- package/esm5/lib/RippleVisualModelExport.js +0 -1
- package/esm5/lib/{ValueChangedEventArgs.js → SelectedValueChangedEventArgs.js} +8 -9
- package/esm5/lib/SuffixShiftType.js +0 -1
- package/esm5/lib/SuffixView.js +0 -1
- package/esm5/lib/SuffixVisualModelExport.js +0 -1
- package/esm5/lib/TextElementsVisualModelExport.js +0 -1
- package/esm5/lib/ThemeResolver.js +0 -1
- package/esm5/lib/XButton.js +7 -0
- package/esm5/lib/XButtonGroup.js +7 -0
- package/esm5/lib/{ButtonGroupButtonCollection.js → XButtonGroupButtonCollection.js} +9 -10
- package/esm5/lib/XCalendar.js +7 -0
- package/esm5/lib/{CalendarLocaleEn.js → XCalendarLocaleEn.js} +4 -5
- package/esm5/lib/XCheckbox.js +7 -0
- package/esm5/lib/XIcon.js +7 -0
- package/esm5/lib/XInput.js +7 -0
- package/esm5/lib/XInputGroup.js +7 -0
- package/esm5/lib/XInputGroupInputCollection.js +7 -0
- package/esm5/lib/XInputGroupItem.js +7 -0
- package/esm5/lib/XLabel.js +7 -0
- package/esm5/lib/XPrefix.js +7 -0
- package/esm5/lib/XRipple.js +7 -0
- package/esm5/lib/XSuffix.js +7 -0
- package/esm5/lib/igc-button-click-event-args.js +0 -1
- package/esm5/lib/igc-button-group-selection-changed-event-args.js +0 -1
- package/esm5/lib/igc-checkbox-change-event-args.js +0 -1
- package/esm5/lib/igc-date-picker-component.js +114 -74
- package/esm5/lib/igc-date-picker-module.js +8 -9
- package/esm5/lib/igc-got-focus-event-args.js +0 -1
- package/esm5/lib/igc-input-change-event-args.js +0 -1
- package/esm5/lib/igc-lost-focus-event-args.js +0 -1
- package/esm5/lib/igc-selected-value-changed-event-args.js +50 -0
- package/esm5/lib/{igc-button-component.js → igc-x-button-component.js} +242 -243
- package/esm5/lib/{igc-button-group-button-collection.js → igc-x-button-group-button-collection.js} +14 -15
- package/esm5/lib/{igc-button-group-component.js → igc-x-button-group-component.js} +131 -132
- package/esm5/lib/igc-x-button-group-module.js +25 -0
- package/esm5/lib/{igc-prefix-module.js → igc-x-button-module.js} +13 -12
- package/esm5/lib/{igc-calendar-component.js → igc-x-calendar-component.js} +153 -124
- package/esm5/lib/{igc-calendar-locale-en-module.js → igc-x-calendar-locale-en-module.js} +7 -8
- package/esm5/lib/igc-x-calendar-module.js +25 -0
- package/esm5/lib/{igc-checkbox-component.js → igc-x-checkbox-component.js} +83 -84
- package/esm5/lib/igc-x-checkbox-module.js +25 -0
- package/esm5/lib/{igc-icon-component.js → igc-x-icon-component.js} +134 -124
- package/esm5/lib/{igc-input-module.js → igc-x-icon-module.js} +11 -12
- package/esm5/lib/{igc-input-component.js → igc-x-input-component.js} +137 -125
- package/esm5/lib/{igc-input-group-component.js → igc-x-input-group-component.js} +578 -578
- package/esm5/lib/{igc-input-group-input-collection.js → igc-x-input-group-input-collection.js} +14 -15
- package/esm5/lib/{igc-input-group-item-component.js → igc-x-input-group-item-component.js} +26 -27
- package/esm5/lib/igc-x-input-group-module.js +27 -0
- package/esm5/lib/{igc-icon-module.js → igc-x-input-module.js} +11 -12
- package/esm5/lib/{igc-label-component.js → igc-x-label-component.js} +125 -110
- package/esm5/lib/igc-x-label-module.js +23 -0
- package/esm5/lib/{igc-prefix-component.js → igc-x-prefix-component.js} +39 -40
- package/esm5/lib/{igc-label-module.js → igc-x-prefix-module.js} +11 -12
- package/esm5/lib/{igc-ripple-component.js → igc-x-ripple-component.js} +56 -57
- package/esm5/lib/igc-x-ripple-module.js +21 -0
- package/esm5/lib/{igc-suffix-component.js → igc-x-suffix-component.js} +39 -40
- package/esm5/public_api.js +43 -43
- package/fesm2015/igniteui-webcomponents-inputs.js +5317 -4979
- package/fesm5/igniteui-webcomponents-inputs.js +6761 -6369
- package/lib/ButtonGroupView_combined.d.ts +21 -21
- package/lib/ButtonView_combined.d.ts +19 -19
- package/lib/CalendarView_combined.d.ts +71 -67
- package/lib/CheckboxView_combined.d.ts +10 -10
- package/lib/DatePickerView_combined.d.ts +129 -125
- package/lib/DatePickerVisualModelExport.d.ts +5 -5
- package/lib/IconClickedEventArgs.d.ts +7 -0
- package/lib/IconView_combined.d.ts +83 -76
- package/lib/IconVisualModelExport.d.ts +10 -6
- package/lib/InputGroupView_combined.d.ts +389 -382
- package/lib/InputVisualModelExport.d.ts +2 -2
- package/lib/LabelVisualModelExport.d.ts +3 -3
- package/lib/RippleView_combined.d.ts +2 -2
- package/lib/{ValueChangedEventArgs.d.ts → SelectedValueChangedEventArgs.d.ts} +1 -1
- 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/{CalendarLocaleEn.d.ts → XCalendarLocaleEn.d.ts} +1 -1
- 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 +8 -4
- package/lib/igc-selected-value-changed-event-args.d.ts +14 -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} +13 -10
- package/lib/igc-x-calendar-locale-en-module.d.ts +3 -0
- 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 +43 -42
- package/bundles/igniteui-webcomponents-inputs.umd.js.map +0 -1
- package/bundles/igniteui-webcomponents-inputs.umd.min.js.map +0 -1
- package/esm2015/igniteui-webcomponents-inputs.js.map +0 -1
- package/esm2015/lib/Button.js.map +0 -1
- package/esm2015/lib/ButtonClickEventArgs.js.map +0 -1
- package/esm2015/lib/ButtonDisplayStyle.js.map +0 -1
- package/esm2015/lib/ButtonGroup.js +0 -8
- package/esm2015/lib/ButtonGroup.js.map +0 -1
- package/esm2015/lib/ButtonGroupButtonCollection.js.map +0 -1
- package/esm2015/lib/ButtonGroupDisplayStyle.js.map +0 -1
- package/esm2015/lib/ButtonGroupOrientation.js.map +0 -1
- package/esm2015/lib/ButtonGroupSelectionChangedEventArgs.js.map +0 -1
- package/esm2015/lib/ButtonGroupView.js.map +0 -1
- package/esm2015/lib/ButtonGroupView_combined.js.map +0 -1
- package/esm2015/lib/ButtonGroupVisualModelExport.js.map +0 -1
- package/esm2015/lib/ButtonView.js.map +0 -1
- package/esm2015/lib/ButtonView_combined.js.map +0 -1
- package/esm2015/lib/ButtonVisualModelExport.js.map +0 -1
- package/esm2015/lib/Calendar.js +0 -8
- package/esm2015/lib/Calendar.js.map +0 -1
- package/esm2015/lib/CalendarLocaleEn.js.map +0 -1
- package/esm2015/lib/CalendarView.js.map +0 -1
- package/esm2015/lib/CalendarView_combined.js.map +0 -1
- package/esm2015/lib/CalendarVisualModelExport.js.map +0 -1
- package/esm2015/lib/Checkbox.js.map +0 -1
- package/esm2015/lib/CheckboxChangeEventArgs.js.map +0 -1
- package/esm2015/lib/CheckboxLabelPosition.js.map +0 -1
- package/esm2015/lib/CheckboxView.js.map +0 -1
- package/esm2015/lib/CheckboxView_combined.js.map +0 -1
- package/esm2015/lib/CheckboxVisualModelExport.js.map +0 -1
- package/esm2015/lib/DateFormats.js.map +0 -1
- package/esm2015/lib/DatePicker.js.map +0 -1
- package/esm2015/lib/DatePickerView.js.map +0 -1
- package/esm2015/lib/DatePickerView_combined.js.map +0 -1
- package/esm2015/lib/DatePickerVisualModelExport.js.map +0 -1
- package/esm2015/lib/DateTimeValueFormatter.js.map +0 -1
- package/esm2015/lib/DayInfo.js.map +0 -1
- package/esm2015/lib/DayOfWeek.js.map +0 -1
- package/esm2015/lib/ElevationHelper.js.map +0 -1
- package/esm2015/lib/FirstWeek.js.map +0 -1
- package/esm2015/lib/GotFocusEventArgs.js.map +0 -1
- package/esm2015/lib/Icon.js.map +0 -1
- package/esm2015/lib/IconView.js.map +0 -1
- package/esm2015/lib/IconView_combined.js.map +0 -1
- package/esm2015/lib/IconVisualModelExport.js.map +0 -1
- package/esm2015/lib/Input.js +0 -8
- package/esm2015/lib/Input.js.map +0 -1
- package/esm2015/lib/InputChangeEventArgs.js.map +0 -1
- package/esm2015/lib/InputGroup.js +0 -8
- package/esm2015/lib/InputGroup.js.map +0 -1
- package/esm2015/lib/InputGroupDisplayType.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/InputGroupView.js.map +0 -1
- package/esm2015/lib/InputGroupView_combined.js.map +0 -1
- package/esm2015/lib/InputGroupVisualModelExport.js.map +0 -1
- package/esm2015/lib/InputShiftType.js.map +0 -1
- package/esm2015/lib/InputView.js.map +0 -1
- package/esm2015/lib/InputVisualModelExport.js.map +0 -1
- package/esm2015/lib/KEYCODES.js.map +0 -1
- package/esm2015/lib/Label.js +0 -8
- package/esm2015/lib/Label.js.map +0 -1
- package/esm2015/lib/LabelShiftType.js.map +0 -1
- package/esm2015/lib/LabelView.js.map +0 -1
- package/esm2015/lib/LabelVisualModelExport.js.map +0 -1
- package/esm2015/lib/LostFocusEventArgs.js.map +0 -1
- package/esm2015/lib/MaskOptions.js.map +0 -1
- package/esm2015/lib/MaskParsingService.js.map +0 -1
- package/esm2015/lib/Prefix.js +0 -8
- package/esm2015/lib/Prefix.js.map +0 -1
- package/esm2015/lib/PrefixShiftType.js.map +0 -1
- package/esm2015/lib/PrefixView.js.map +0 -1
- package/esm2015/lib/PrefixVisualModelExport.js.map +0 -1
- package/esm2015/lib/Replaced.js.map +0 -1
- package/esm2015/lib/Ripple.js +0 -8
- package/esm2015/lib/Ripple.js.map +0 -1
- package/esm2015/lib/RippleView.js.map +0 -1
- package/esm2015/lib/RippleView_combined.js.map +0 -1
- package/esm2015/lib/RippleVisualModelExport.js.map +0 -1
- package/esm2015/lib/Suffix.js +0 -8
- package/esm2015/lib/Suffix.js.map +0 -1
- package/esm2015/lib/SuffixShiftType.js.map +0 -1
- package/esm2015/lib/SuffixView.js.map +0 -1
- package/esm2015/lib/SuffixVisualModelExport.js.map +0 -1
- package/esm2015/lib/TextElementsVisualModelExport.js.map +0 -1
- package/esm2015/lib/ThemeResolver.js.map +0 -1
- package/esm2015/lib/ValueChangedEventArgs.js.map +0 -1
- package/esm2015/lib/igc-button-click-event-args.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-group-selection-changed-event-args.js.map +0 -1
- package/esm2015/lib/igc-button-module.js +0 -22
- 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-locale-en-module.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-change-event-args.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-date-picker-component.js.map +0 -1
- package/esm2015/lib/igc-date-picker-module.js.map +0 -1
- package/esm2015/lib/igc-got-focus-event-args.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-change-event-args.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-lost-focus-event-args.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/esm2015/lib/igc-value-changed-event-args.js.map +0 -1
- package/esm2015/public_api.js.map +0 -1
- package/esm5/igniteui-webcomponents-inputs.js.map +0 -1
- package/esm5/lib/Button.js.map +0 -1
- package/esm5/lib/ButtonClickEventArgs.js.map +0 -1
- package/esm5/lib/ButtonDisplayStyle.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/ButtonGroupDisplayStyle.js.map +0 -1
- package/esm5/lib/ButtonGroupOrientation.js.map +0 -1
- package/esm5/lib/ButtonGroupSelectionChangedEventArgs.js.map +0 -1
- package/esm5/lib/ButtonGroupView.js.map +0 -1
- package/esm5/lib/ButtonGroupView_combined.js.map +0 -1
- package/esm5/lib/ButtonGroupVisualModelExport.js.map +0 -1
- package/esm5/lib/ButtonView.js.map +0 -1
- package/esm5/lib/ButtonView_combined.js.map +0 -1
- package/esm5/lib/ButtonVisualModelExport.js.map +0 -1
- package/esm5/lib/Calendar.js +0 -8
- package/esm5/lib/Calendar.js.map +0 -1
- package/esm5/lib/CalendarLocaleEn.js.map +0 -1
- package/esm5/lib/CalendarView.js.map +0 -1
- package/esm5/lib/CalendarView_combined.js.map +0 -1
- package/esm5/lib/CalendarVisualModelExport.js.map +0 -1
- package/esm5/lib/Checkbox.js +0 -8
- package/esm5/lib/Checkbox.js.map +0 -1
- package/esm5/lib/CheckboxChangeEventArgs.js.map +0 -1
- package/esm5/lib/CheckboxLabelPosition.js.map +0 -1
- package/esm5/lib/CheckboxView.js.map +0 -1
- package/esm5/lib/CheckboxView_combined.js.map +0 -1
- package/esm5/lib/CheckboxVisualModelExport.js.map +0 -1
- package/esm5/lib/DateFormats.js.map +0 -1
- package/esm5/lib/DatePicker.js.map +0 -1
- package/esm5/lib/DatePickerView.js.map +0 -1
- package/esm5/lib/DatePickerView_combined.js.map +0 -1
- package/esm5/lib/DatePickerVisualModelExport.js.map +0 -1
- package/esm5/lib/DateTimeValueFormatter.js.map +0 -1
- package/esm5/lib/DayInfo.js.map +0 -1
- package/esm5/lib/DayOfWeek.js.map +0 -1
- package/esm5/lib/ElevationHelper.js.map +0 -1
- package/esm5/lib/FirstWeek.js.map +0 -1
- package/esm5/lib/GotFocusEventArgs.js.map +0 -1
- package/esm5/lib/Icon.js.map +0 -1
- package/esm5/lib/IconView.js.map +0 -1
- package/esm5/lib/IconView_combined.js.map +0 -1
- package/esm5/lib/IconVisualModelExport.js.map +0 -1
- package/esm5/lib/Input.js +0 -8
- package/esm5/lib/Input.js.map +0 -1
- package/esm5/lib/InputChangeEventArgs.js.map +0 -1
- package/esm5/lib/InputGroup.js +0 -8
- package/esm5/lib/InputGroup.js.map +0 -1
- package/esm5/lib/InputGroupDisplayType.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/InputGroupView.js.map +0 -1
- package/esm5/lib/InputGroupView_combined.js.map +0 -1
- package/esm5/lib/InputGroupVisualModelExport.js.map +0 -1
- package/esm5/lib/InputShiftType.js.map +0 -1
- package/esm5/lib/InputView.js.map +0 -1
- package/esm5/lib/InputVisualModelExport.js.map +0 -1
- package/esm5/lib/KEYCODES.js.map +0 -1
- package/esm5/lib/Label.js +0 -8
- package/esm5/lib/Label.js.map +0 -1
- package/esm5/lib/LabelShiftType.js.map +0 -1
- package/esm5/lib/LabelView.js.map +0 -1
- package/esm5/lib/LabelVisualModelExport.js.map +0 -1
- package/esm5/lib/LostFocusEventArgs.js.map +0 -1
- package/esm5/lib/MaskOptions.js.map +0 -1
- package/esm5/lib/MaskParsingService.js.map +0 -1
- package/esm5/lib/Prefix.js +0 -8
- package/esm5/lib/Prefix.js.map +0 -1
- package/esm5/lib/PrefixShiftType.js.map +0 -1
- package/esm5/lib/PrefixView.js.map +0 -1
- package/esm5/lib/PrefixVisualModelExport.js.map +0 -1
- package/esm5/lib/Replaced.js.map +0 -1
- package/esm5/lib/Ripple.js +0 -8
- package/esm5/lib/Ripple.js.map +0 -1
- package/esm5/lib/RippleView.js.map +0 -1
- package/esm5/lib/RippleView_combined.js.map +0 -1
- package/esm5/lib/RippleVisualModelExport.js.map +0 -1
- package/esm5/lib/Suffix.js +0 -8
- package/esm5/lib/Suffix.js.map +0 -1
- package/esm5/lib/SuffixShiftType.js.map +0 -1
- package/esm5/lib/SuffixView.js.map +0 -1
- package/esm5/lib/SuffixVisualModelExport.js.map +0 -1
- package/esm5/lib/TextElementsVisualModelExport.js.map +0 -1
- package/esm5/lib/ThemeResolver.js.map +0 -1
- package/esm5/lib/ValueChangedEventArgs.js.map +0 -1
- package/esm5/lib/igc-button-click-event-args.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-group-selection-changed-event-args.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-locale-en-module.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-change-event-args.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-date-picker-component.js.map +0 -1
- package/esm5/lib/igc-date-picker-module.js.map +0 -1
- package/esm5/lib/igc-got-focus-event-args.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-change-event-args.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.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-lost-focus-event-args.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/esm5/lib/igc-value-changed-event-args.js +0 -51
- package/esm5/lib/igc-value-changed-event-args.js.map +0 -1
- package/esm5/public_api.js.map +0 -1
- package/fesm2015/igniteui-webcomponents-inputs.js.map +0 -1
- package/fesm5/igniteui-webcomponents-inputs.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-locale-en-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
- package/lib/igc-value-changed-event-args.d.ts +0 -14
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import * as tslib_1 from "tslib";
|
|
2
|
-
import {
|
|
2
|
+
import { XIcon } from "./XIcon";
|
|
3
3
|
import { brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, NamePatcher, toSpinal, getAllPropertyNames, fromSpinal } from "igniteui-webcomponents-core";
|
|
4
4
|
import { FontInfo } from "igniteui-webcomponents-core";
|
|
5
5
|
import { WebComponentRenderer, PortalManager } from "igniteui-webcomponents-core";
|
|
6
6
|
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
7
7
|
import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
8
8
|
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
9
|
-
var
|
|
10
|
-
tslib_1.__extends(
|
|
11
|
-
function
|
|
9
|
+
var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
10
|
+
tslib_1.__extends(IgcXIconComponent, _super);
|
|
11
|
+
function IgcXIconComponent() {
|
|
12
12
|
var _this = _super.call(this) || this;
|
|
13
13
|
_this._disconnected = false;
|
|
14
14
|
_this._settingAttributes = false;
|
|
@@ -74,7 +74,7 @@ var IgcIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
74
74
|
// this._checkbox.notifySizeChanged();
|
|
75
75
|
//});
|
|
76
76
|
}
|
|
77
|
-
|
|
77
|
+
IgcXIconComponent.prototype._onChildrenChanged = function () {
|
|
78
78
|
var children = [];
|
|
79
79
|
for (var i = 0; i < this.childNodes.length; i++) {
|
|
80
80
|
var child = this.childNodes[i];
|
|
@@ -85,23 +85,23 @@ var IgcIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85
85
|
this._portalManager.onChildrenChanged(children);
|
|
86
86
|
};
|
|
87
87
|
// supports angular themes or custom properties set in CSS
|
|
88
|
-
|
|
88
|
+
IgcXIconComponent.prototype.updateStyle = function () {
|
|
89
89
|
this._styling(this, this);
|
|
90
90
|
};
|
|
91
|
-
|
|
91
|
+
IgcXIconComponent.prototype.destroy = function () {
|
|
92
92
|
this._icon.destroy();
|
|
93
93
|
this._wrapper.destroy();
|
|
94
94
|
};
|
|
95
|
-
|
|
96
|
-
return new
|
|
95
|
+
IgcXIconComponent.prototype.createImplementation = function () {
|
|
96
|
+
return new XIcon();
|
|
97
97
|
};
|
|
98
|
-
|
|
98
|
+
IgcXIconComponent.prototype.disconnectedCallback = function () {
|
|
99
99
|
this._disconnected = true;
|
|
100
100
|
if (this.i) {
|
|
101
101
|
this.i.onDetachedFromUI();
|
|
102
102
|
}
|
|
103
103
|
};
|
|
104
|
-
|
|
104
|
+
IgcXIconComponent.prototype.connectedCallback = function () {
|
|
105
105
|
if (this._disconnected) {
|
|
106
106
|
this._disconnected = false;
|
|
107
107
|
if (this.i) {
|
|
@@ -109,8 +109,8 @@ var IgcIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
109
109
|
}
|
|
110
110
|
return;
|
|
111
111
|
}
|
|
112
|
-
this.classList.add("ig-icon");
|
|
113
|
-
this.classList.add("igc-icon");
|
|
112
|
+
this.classList.add("ig-x-icon");
|
|
113
|
+
this.classList.add("igc-x-icon");
|
|
114
114
|
this.appendChild(this._container.getNativeElement());
|
|
115
115
|
this._attached = true;
|
|
116
116
|
this.style.display = "inline-block";
|
|
@@ -122,10 +122,10 @@ var IgcIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
122
122
|
this._styling(this, this);
|
|
123
123
|
this.afterContentInit();
|
|
124
124
|
};
|
|
125
|
-
|
|
125
|
+
IgcXIconComponent.prototype.afterContentInit = function () {
|
|
126
126
|
//this.i.notifySizeChanged();
|
|
127
127
|
};
|
|
128
|
-
Object.defineProperty(
|
|
128
|
+
Object.defineProperty(IgcXIconComponent.prototype, "i", {
|
|
129
129
|
/**
|
|
130
130
|
* @hidden
|
|
131
131
|
*/
|
|
@@ -137,7 +137,7 @@ var IgcIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
137
137
|
enumerable: true,
|
|
138
138
|
configurable: true
|
|
139
139
|
});
|
|
140
|
-
|
|
140
|
+
IgcXIconComponent._createFromInternal = function (internal) {
|
|
141
141
|
if (!internal) {
|
|
142
142
|
return null;
|
|
143
143
|
}
|
|
@@ -151,10 +151,10 @@ var IgcIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
151
151
|
}
|
|
152
152
|
return TypeRegistrar.create(externalName);
|
|
153
153
|
};
|
|
154
|
-
|
|
154
|
+
IgcXIconComponent.prototype._enqueueSetAttribute = function (attrName, attrValue) {
|
|
155
155
|
this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
|
|
156
156
|
};
|
|
157
|
-
|
|
157
|
+
IgcXIconComponent.prototype._flushQueuedAttributes = function () {
|
|
158
158
|
this._settingAttributes = true;
|
|
159
159
|
for (var i = 0; i < this._queuedSetAttributes.length; i++) {
|
|
160
160
|
this.setAttribute(this._queuedSetAttributes[i].attrName, this._queuedSetAttributes[i].attrValue);
|
|
@@ -162,7 +162,7 @@ var IgcIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
162
162
|
this._settingAttributes = false;
|
|
163
163
|
this._queuedSetAttributes.length = 0;
|
|
164
164
|
};
|
|
165
|
-
|
|
165
|
+
IgcXIconComponent.prototype._a = function (attrName, attrValue) {
|
|
166
166
|
if (this._updatingFromAttribute) {
|
|
167
167
|
return;
|
|
168
168
|
}
|
|
@@ -179,21 +179,21 @@ var IgcIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
179
179
|
}
|
|
180
180
|
this._settingAttributes = false;
|
|
181
181
|
};
|
|
182
|
-
Object.defineProperty(
|
|
182
|
+
Object.defineProperty(IgcXIconComponent, "observedAttributes", {
|
|
183
183
|
get: function () {
|
|
184
|
-
if (
|
|
185
|
-
var names = getAllPropertyNames(
|
|
184
|
+
if (IgcXIconComponent._observedAttributesIgcXIconComponent == null) {
|
|
185
|
+
var names = getAllPropertyNames(IgcXIconComponent);
|
|
186
186
|
for (var i = 0; i < names.length; i++) {
|
|
187
187
|
names[i] = toSpinal(names[i]);
|
|
188
188
|
}
|
|
189
|
-
|
|
189
|
+
IgcXIconComponent._observedAttributesIgcXIconComponent = names;
|
|
190
190
|
}
|
|
191
|
-
return
|
|
191
|
+
return IgcXIconComponent._observedAttributesIgcXIconComponent;
|
|
192
192
|
},
|
|
193
193
|
enumerable: true,
|
|
194
194
|
configurable: true
|
|
195
195
|
});
|
|
196
|
-
|
|
196
|
+
IgcXIconComponent.prototype.attributeChangedCallback = function (name, oldValue, newValue) {
|
|
197
197
|
if (this._settingAttributes) {
|
|
198
198
|
return;
|
|
199
199
|
}
|
|
@@ -202,111 +202,111 @@ var IgcIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
202
202
|
this[setName] = newValue;
|
|
203
203
|
this._updatingFromAttribute = false;
|
|
204
204
|
};
|
|
205
|
-
|
|
206
|
-
if (!
|
|
207
|
-
|
|
208
|
-
RegisterElementHelper.registerElement(
|
|
205
|
+
IgcXIconComponent.register = function () {
|
|
206
|
+
if (!IgcXIconComponent._isElementRegistered) {
|
|
207
|
+
IgcXIconComponent._isElementRegistered = true;
|
|
208
|
+
RegisterElementHelper.registerElement(IgcXIconComponent.htmlTagName, IgcXIconComponent);
|
|
209
209
|
}
|
|
210
210
|
};
|
|
211
|
-
Object.defineProperty(
|
|
211
|
+
Object.defineProperty(IgcXIconComponent.prototype, "actualFill", {
|
|
212
212
|
/**
|
|
213
213
|
* Gets the color to use for the actual background.
|
|
214
214
|
*/
|
|
215
215
|
get: function () {
|
|
216
|
-
return brushToString(this.i.
|
|
216
|
+
return brushToString(this.i.bu);
|
|
217
217
|
},
|
|
218
218
|
set: function (v) {
|
|
219
|
-
this.i.
|
|
220
|
-
this._a("actualFill", brushToString(this.i.
|
|
219
|
+
this.i.bu = stringToBrush(v);
|
|
220
|
+
this._a("actualFill", brushToString(this.i.bu));
|
|
221
221
|
},
|
|
222
222
|
enumerable: true,
|
|
223
223
|
configurable: true
|
|
224
224
|
});
|
|
225
|
-
Object.defineProperty(
|
|
225
|
+
Object.defineProperty(IgcXIconComponent.prototype, "actualTextColor", {
|
|
226
226
|
/**
|
|
227
227
|
* Gets the color to use for the actual text color.
|
|
228
228
|
*/
|
|
229
229
|
get: function () {
|
|
230
|
-
return brushToString(this.i.
|
|
230
|
+
return brushToString(this.i.by);
|
|
231
231
|
},
|
|
232
232
|
set: function (v) {
|
|
233
|
-
this.i.
|
|
234
|
-
this._a("actualTextColor", brushToString(this.i.
|
|
233
|
+
this.i.by = stringToBrush(v);
|
|
234
|
+
this._a("actualTextColor", brushToString(this.i.by));
|
|
235
235
|
},
|
|
236
236
|
enumerable: true,
|
|
237
237
|
configurable: true
|
|
238
238
|
});
|
|
239
|
-
Object.defineProperty(
|
|
239
|
+
Object.defineProperty(IgcXIconComponent.prototype, "actualHoverFill", {
|
|
240
240
|
/**
|
|
241
241
|
* Gets the color to use for the actual background.
|
|
242
242
|
*/
|
|
243
243
|
get: function () {
|
|
244
|
-
return brushToString(this.i.
|
|
244
|
+
return brushToString(this.i.bv);
|
|
245
245
|
},
|
|
246
246
|
set: function (v) {
|
|
247
|
-
this.i.
|
|
248
|
-
this._a("actualHoverFill", brushToString(this.i.
|
|
247
|
+
this.i.bv = stringToBrush(v);
|
|
248
|
+
this._a("actualHoverFill", brushToString(this.i.bv));
|
|
249
249
|
},
|
|
250
250
|
enumerable: true,
|
|
251
251
|
configurable: true
|
|
252
252
|
});
|
|
253
|
-
Object.defineProperty(
|
|
253
|
+
Object.defineProperty(IgcXIconComponent.prototype, "actualHoverStroke", {
|
|
254
254
|
/**
|
|
255
255
|
* Gets the hover stroke to use for the icon.
|
|
256
256
|
*/
|
|
257
257
|
get: function () {
|
|
258
|
-
return brushToString(this.i.
|
|
258
|
+
return brushToString(this.i.bw);
|
|
259
259
|
},
|
|
260
260
|
set: function (v) {
|
|
261
|
-
this.i.
|
|
262
|
-
this._a("actualHoverStroke", brushToString(this.i.
|
|
261
|
+
this.i.bw = stringToBrush(v);
|
|
262
|
+
this._a("actualHoverStroke", brushToString(this.i.bw));
|
|
263
263
|
},
|
|
264
264
|
enumerable: true,
|
|
265
265
|
configurable: true
|
|
266
266
|
});
|
|
267
|
-
Object.defineProperty(
|
|
267
|
+
Object.defineProperty(IgcXIconComponent.prototype, "actualStroke", {
|
|
268
268
|
/**
|
|
269
269
|
* Gets the stroke to use for the icon.
|
|
270
270
|
*/
|
|
271
271
|
get: function () {
|
|
272
|
-
return brushToString(this.i.
|
|
272
|
+
return brushToString(this.i.bx);
|
|
273
273
|
},
|
|
274
274
|
set: function (v) {
|
|
275
|
-
this.i.
|
|
276
|
-
this._a("actualStroke", brushToString(this.i.
|
|
275
|
+
this.i.bx = stringToBrush(v);
|
|
276
|
+
this._a("actualStroke", brushToString(this.i.bx));
|
|
277
277
|
},
|
|
278
278
|
enumerable: true,
|
|
279
279
|
configurable: true
|
|
280
280
|
});
|
|
281
|
-
Object.defineProperty(
|
|
281
|
+
Object.defineProperty(IgcXIconComponent.prototype, "actualHoverStrokeThickness", {
|
|
282
282
|
/**
|
|
283
283
|
* Gets the hover stroke to use for the icon.
|
|
284
284
|
*/
|
|
285
285
|
get: function () {
|
|
286
|
-
return this.i.
|
|
286
|
+
return this.i.s;
|
|
287
287
|
},
|
|
288
288
|
set: function (v) {
|
|
289
|
-
this.i.
|
|
290
|
-
this._a("actualHoverStrokeThickness", this.i.
|
|
289
|
+
this.i.s = +v;
|
|
290
|
+
this._a("actualHoverStrokeThickness", this.i.s);
|
|
291
291
|
},
|
|
292
292
|
enumerable: true,
|
|
293
293
|
configurable: true
|
|
294
294
|
});
|
|
295
|
-
Object.defineProperty(
|
|
295
|
+
Object.defineProperty(IgcXIconComponent.prototype, "actualStrokeThickness", {
|
|
296
296
|
/**
|
|
297
297
|
* Gets the stroke to use for the icon.
|
|
298
298
|
*/
|
|
299
299
|
get: function () {
|
|
300
|
-
return this.i.
|
|
300
|
+
return this.i.t;
|
|
301
301
|
},
|
|
302
302
|
set: function (v) {
|
|
303
|
-
this.i.
|
|
304
|
-
this._a("actualStrokeThickness", this.i.
|
|
303
|
+
this.i.t = +v;
|
|
304
|
+
this._a("actualStrokeThickness", this.i.t);
|
|
305
305
|
},
|
|
306
306
|
enumerable: true,
|
|
307
307
|
configurable: true
|
|
308
308
|
});
|
|
309
|
-
Object.defineProperty(
|
|
309
|
+
Object.defineProperty(IgcXIconComponent.prototype, "fill", {
|
|
310
310
|
/**
|
|
311
311
|
* Gets or sets the color to use for the actual background.
|
|
312
312
|
*/
|
|
@@ -320,21 +320,21 @@ var IgcIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
320
320
|
enumerable: true,
|
|
321
321
|
configurable: true
|
|
322
322
|
});
|
|
323
|
-
Object.defineProperty(
|
|
323
|
+
Object.defineProperty(IgcXIconComponent.prototype, "textColor", {
|
|
324
324
|
/**
|
|
325
325
|
* Gets or sets the color to use for the text.
|
|
326
326
|
*/
|
|
327
327
|
get: function () {
|
|
328
|
-
return brushToString(this.i.
|
|
328
|
+
return brushToString(this.i.b8);
|
|
329
329
|
},
|
|
330
330
|
set: function (v) {
|
|
331
|
-
this.i.
|
|
332
|
-
this._a("textColor", brushToString(this.i.
|
|
331
|
+
this.i.b8 = stringToBrush(v);
|
|
332
|
+
this._a("textColor", brushToString(this.i.b8));
|
|
333
333
|
},
|
|
334
334
|
enumerable: true,
|
|
335
335
|
configurable: true
|
|
336
336
|
});
|
|
337
|
-
Object.defineProperty(
|
|
337
|
+
Object.defineProperty(IgcXIconComponent.prototype, "svgPath", {
|
|
338
338
|
/**
|
|
339
339
|
* Gets or sets the color to use for the text.
|
|
340
340
|
*/
|
|
@@ -347,164 +347,164 @@ var IgcIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
347
347
|
enumerable: true,
|
|
348
348
|
configurable: true
|
|
349
349
|
});
|
|
350
|
-
Object.defineProperty(
|
|
350
|
+
Object.defineProperty(IgcXIconComponent.prototype, "hoverFill", {
|
|
351
351
|
/**
|
|
352
352
|
* Gets or sets the color to use for the actual background.
|
|
353
353
|
*/
|
|
354
354
|
get: function () {
|
|
355
|
-
return brushToString(this.i.
|
|
355
|
+
return brushToString(this.i.b4);
|
|
356
356
|
},
|
|
357
357
|
set: function (v) {
|
|
358
|
-
this.i.
|
|
359
|
-
this._a("hoverFill", brushToString(this.i.
|
|
358
|
+
this.i.b4 = stringToBrush(v);
|
|
359
|
+
this._a("hoverFill", brushToString(this.i.b4));
|
|
360
360
|
},
|
|
361
361
|
enumerable: true,
|
|
362
362
|
configurable: true
|
|
363
363
|
});
|
|
364
|
-
Object.defineProperty(
|
|
364
|
+
Object.defineProperty(IgcXIconComponent.prototype, "hoverStroke", {
|
|
365
365
|
/**
|
|
366
366
|
* Gets or sets the hover stroke to use for the icon.
|
|
367
367
|
*/
|
|
368
368
|
get: function () {
|
|
369
|
-
return brushToString(this.i.
|
|
369
|
+
return brushToString(this.i.b5);
|
|
370
370
|
},
|
|
371
371
|
set: function (v) {
|
|
372
|
-
this.i.
|
|
373
|
-
this._a("hoverStroke", brushToString(this.i.
|
|
372
|
+
this.i.b5 = stringToBrush(v);
|
|
373
|
+
this._a("hoverStroke", brushToString(this.i.b5));
|
|
374
374
|
},
|
|
375
375
|
enumerable: true,
|
|
376
376
|
configurable: true
|
|
377
377
|
});
|
|
378
|
-
Object.defineProperty(
|
|
378
|
+
Object.defineProperty(IgcXIconComponent.prototype, "stroke", {
|
|
379
379
|
/**
|
|
380
380
|
* Gets or sets the stroke to use for the icon.
|
|
381
381
|
*/
|
|
382
382
|
get: function () {
|
|
383
|
-
return brushToString(this.i.
|
|
383
|
+
return brushToString(this.i.b7);
|
|
384
384
|
},
|
|
385
385
|
set: function (v) {
|
|
386
|
-
this.i.
|
|
387
|
-
this._a("stroke", brushToString(this.i.
|
|
386
|
+
this.i.b7 = stringToBrush(v);
|
|
387
|
+
this._a("stroke", brushToString(this.i.b7));
|
|
388
388
|
},
|
|
389
389
|
enumerable: true,
|
|
390
390
|
configurable: true
|
|
391
391
|
});
|
|
392
|
-
Object.defineProperty(
|
|
392
|
+
Object.defineProperty(IgcXIconComponent.prototype, "hoverStrokeThickness", {
|
|
393
393
|
/**
|
|
394
394
|
* Gets or sets the hover stroke to use for the icon.
|
|
395
395
|
*/
|
|
396
396
|
get: function () {
|
|
397
|
-
return this.i.
|
|
397
|
+
return this.i.w;
|
|
398
398
|
},
|
|
399
399
|
set: function (v) {
|
|
400
|
-
this.i.
|
|
401
|
-
this._a("hoverStrokeThickness", this.i.
|
|
400
|
+
this.i.w = +v;
|
|
401
|
+
this._a("hoverStrokeThickness", this.i.w);
|
|
402
402
|
},
|
|
403
403
|
enumerable: true,
|
|
404
404
|
configurable: true
|
|
405
405
|
});
|
|
406
|
-
Object.defineProperty(
|
|
406
|
+
Object.defineProperty(IgcXIconComponent.prototype, "strokeThickness", {
|
|
407
407
|
/**
|
|
408
408
|
* Gets or sets the stroke to use for the icon.
|
|
409
409
|
*/
|
|
410
410
|
get: function () {
|
|
411
|
-
return this.i.
|
|
411
|
+
return this.i.y;
|
|
412
412
|
},
|
|
413
413
|
set: function (v) {
|
|
414
|
-
this.i.
|
|
415
|
-
this._a("strokeThickness", this.i.
|
|
414
|
+
this.i.y = +v;
|
|
415
|
+
this._a("strokeThickness", this.i.y);
|
|
416
416
|
},
|
|
417
417
|
enumerable: true,
|
|
418
418
|
configurable: true
|
|
419
419
|
});
|
|
420
|
-
Object.defineProperty(
|
|
420
|
+
Object.defineProperty(IgcXIconComponent.prototype, "textStyle", {
|
|
421
421
|
/**
|
|
422
422
|
* Gets or sets the use for the button.
|
|
423
423
|
*/
|
|
424
424
|
get: function () {
|
|
425
|
-
if (this.i.
|
|
425
|
+
if (this.i.e == null) {
|
|
426
426
|
return null;
|
|
427
427
|
}
|
|
428
|
-
return this.i.
|
|
428
|
+
return this.i.e.fontString;
|
|
429
429
|
},
|
|
430
430
|
set: function (v) {
|
|
431
431
|
var fi = new FontInfo();
|
|
432
432
|
fi.fontString = v;
|
|
433
|
-
this.i.
|
|
434
|
-
this._a("textStyle", this.i.
|
|
433
|
+
this.i.e = fi;
|
|
434
|
+
this._a("textStyle", this.i.e != null ? this.i.e.fontString : "");
|
|
435
435
|
},
|
|
436
436
|
enumerable: true,
|
|
437
437
|
configurable: true
|
|
438
438
|
});
|
|
439
|
-
Object.defineProperty(
|
|
439
|
+
Object.defineProperty(IgcXIconComponent.prototype, "hoverTextColor", {
|
|
440
440
|
/**
|
|
441
441
|
* Gets or sets the color to use for the hovered text of the button regardless of type.
|
|
442
442
|
*/
|
|
443
443
|
get: function () {
|
|
444
|
-
return brushToString(this.i.
|
|
444
|
+
return brushToString(this.i.b6);
|
|
445
445
|
},
|
|
446
446
|
set: function (v) {
|
|
447
|
-
this.i.
|
|
448
|
-
this._a("hoverTextColor", brushToString(this.i.
|
|
447
|
+
this.i.b6 = stringToBrush(v);
|
|
448
|
+
this._a("hoverTextColor", brushToString(this.i.b6));
|
|
449
449
|
},
|
|
450
450
|
enumerable: true,
|
|
451
451
|
configurable: true
|
|
452
452
|
});
|
|
453
|
-
Object.defineProperty(
|
|
453
|
+
Object.defineProperty(IgcXIconComponent.prototype, "id", {
|
|
454
454
|
/**
|
|
455
455
|
* Gets or sets the id to use for the checkbox.
|
|
456
456
|
*/
|
|
457
457
|
get: function () {
|
|
458
|
-
return this.i.
|
|
458
|
+
return this.i.av;
|
|
459
459
|
},
|
|
460
460
|
set: function (v) {
|
|
461
|
-
this.i.
|
|
461
|
+
this.i.av = v;
|
|
462
462
|
},
|
|
463
463
|
enumerable: true,
|
|
464
464
|
configurable: true
|
|
465
465
|
});
|
|
466
|
-
Object.defineProperty(
|
|
466
|
+
Object.defineProperty(IgcXIconComponent.prototype, "tabIndex", {
|
|
467
467
|
/**
|
|
468
468
|
* Gets or sets TabIndex to use for the checkbox.
|
|
469
469
|
*/
|
|
470
470
|
get: function () {
|
|
471
|
-
return this.i.
|
|
471
|
+
return this.i.aa;
|
|
472
472
|
},
|
|
473
473
|
set: function (v) {
|
|
474
|
-
this.i.
|
|
475
|
-
this._a("tabIndex", this.i.
|
|
474
|
+
this.i.aa = +v;
|
|
475
|
+
this._a("tabIndex", this.i.aa);
|
|
476
476
|
},
|
|
477
477
|
enumerable: true,
|
|
478
478
|
configurable: true
|
|
479
479
|
});
|
|
480
|
-
Object.defineProperty(
|
|
480
|
+
Object.defineProperty(IgcXIconComponent.prototype, "ariaLabel", {
|
|
481
481
|
/**
|
|
482
482
|
* Gets or sets the value of the aria-label attribute.
|
|
483
483
|
*/
|
|
484
484
|
get: function () {
|
|
485
|
-
return this.i.
|
|
485
|
+
return this.i.an;
|
|
486
486
|
},
|
|
487
487
|
set: function (v) {
|
|
488
|
-
this.i.
|
|
488
|
+
this.i.an = v;
|
|
489
489
|
},
|
|
490
490
|
enumerable: true,
|
|
491
491
|
configurable: true
|
|
492
492
|
});
|
|
493
|
-
Object.defineProperty(
|
|
493
|
+
Object.defineProperty(IgcXIconComponent.prototype, "isHover", {
|
|
494
494
|
/**
|
|
495
495
|
* Gets or sets whether the icon is hovered.
|
|
496
496
|
*/
|
|
497
497
|
get: function () {
|
|
498
|
-
return this.i.
|
|
498
|
+
return this.i.l;
|
|
499
499
|
},
|
|
500
500
|
set: function (v) {
|
|
501
|
-
this.i.
|
|
502
|
-
this._a("isHover", this.i.
|
|
501
|
+
this.i.l = ensureBool(v);
|
|
502
|
+
this._a("isHover", this.i.l);
|
|
503
503
|
},
|
|
504
504
|
enumerable: true,
|
|
505
505
|
configurable: true
|
|
506
506
|
});
|
|
507
|
-
Object.defineProperty(
|
|
507
|
+
Object.defineProperty(IgcXIconComponent.prototype, "disabled", {
|
|
508
508
|
/**
|
|
509
509
|
* Gets or sets whether the checkbox is disabled.
|
|
510
510
|
*/
|
|
@@ -518,22 +518,33 @@ var IgcIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
518
518
|
enumerable: true,
|
|
519
519
|
configurable: true
|
|
520
520
|
});
|
|
521
|
-
|
|
521
|
+
Object.defineProperty(IgcXIconComponent.prototype, "opacity", {
|
|
522
|
+
get: function () {
|
|
523
|
+
return this.i.x;
|
|
524
|
+
},
|
|
525
|
+
set: function (v) {
|
|
526
|
+
this.i.x = +v;
|
|
527
|
+
this._a("opacity", this.i.x);
|
|
528
|
+
},
|
|
529
|
+
enumerable: true,
|
|
530
|
+
configurable: true
|
|
531
|
+
});
|
|
532
|
+
IgcXIconComponent.prototype.findByName = function (name) {
|
|
522
533
|
return null;
|
|
523
534
|
};
|
|
524
|
-
Object.defineProperty(
|
|
535
|
+
Object.defineProperty(IgcXIconComponent.prototype, "hasUserValues", {
|
|
525
536
|
get: function () {
|
|
526
537
|
return this._hasUserValues;
|
|
527
538
|
},
|
|
528
539
|
enumerable: true,
|
|
529
540
|
configurable: true
|
|
530
541
|
});
|
|
531
|
-
|
|
542
|
+
IgcXIconComponent.prototype.__m = function (propertyName) {
|
|
532
543
|
if (!this._inStyling) {
|
|
533
544
|
this._hasUserValues.add(propertyName);
|
|
534
545
|
}
|
|
535
546
|
};
|
|
536
|
-
|
|
547
|
+
IgcXIconComponent.prototype._styling = function (container, component, parent) {
|
|
537
548
|
if (this._inStyling) {
|
|
538
549
|
return;
|
|
539
550
|
}
|
|
@@ -545,7 +556,7 @@ var IgcIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
545
556
|
if (typeName.indexOf("Xam") === 0) {
|
|
546
557
|
typeName = typeName.substring(3);
|
|
547
558
|
}
|
|
548
|
-
genericPrefix = toSpinal("
|
|
559
|
+
genericPrefix = toSpinal("XIconComponent");
|
|
549
560
|
var additionalPrefixes = [];
|
|
550
561
|
var prefix = toSpinal(typeName);
|
|
551
562
|
additionalPrefixes.push(prefix + "-");
|
|
@@ -578,32 +589,31 @@ var IgcIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
578
589
|
}
|
|
579
590
|
this._inStyling = false;
|
|
580
591
|
};
|
|
581
|
-
|
|
592
|
+
IgcXIconComponent.prototype.onDetachedFromUI = function () {
|
|
582
593
|
this.i.onDetachedFromUI();
|
|
583
594
|
};
|
|
584
|
-
|
|
595
|
+
IgcXIconComponent.prototype.onAttachedToUI = function () {
|
|
585
596
|
this.i.onAttachedToUI();
|
|
586
597
|
};
|
|
587
598
|
/**
|
|
588
599
|
* Exports visual information about the current state of the grid.
|
|
589
600
|
|
|
590
601
|
*/
|
|
591
|
-
|
|
592
|
-
var iv = this.i.
|
|
602
|
+
IgcXIconComponent.prototype.exportVisualModel = function () {
|
|
603
|
+
var iv = this.i.ac();
|
|
593
604
|
return (iv);
|
|
594
605
|
};
|
|
595
606
|
/**
|
|
596
607
|
* Returns a serialized copy of the exported visual model
|
|
597
608
|
|
|
598
609
|
*/
|
|
599
|
-
|
|
600
|
-
var iv = this.i.
|
|
610
|
+
IgcXIconComponent.prototype.exportSerializedVisualModel = function () {
|
|
611
|
+
var iv = this.i.ap();
|
|
601
612
|
return (iv);
|
|
602
613
|
};
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
return
|
|
614
|
+
IgcXIconComponent._observedAttributesIgcXIconComponent = null;
|
|
615
|
+
IgcXIconComponent.htmlTagName = "igc-x-icon";
|
|
616
|
+
IgcXIconComponent._isElementRegistered = false;
|
|
617
|
+
return IgcXIconComponent;
|
|
607
618
|
}(IgcHTMLElement));
|
|
608
|
-
export {
|
|
609
|
-
//# sourceMappingURL=igc-icon-component.js.map
|
|
619
|
+
export { IgcXIconComponent };
|
|
@@ -5,20 +5,19 @@ 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 { IgcXIconComponent } from './igc-x-icon-component';
|
|
9
|
+
import { XIcon } from './XIcon';
|
|
10
10
|
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
11
|
-
var
|
|
12
|
-
function
|
|
11
|
+
var IgcXIconModule = /** @class */ /*@__PURE__*/ (function () {
|
|
12
|
+
function IgcXIconModule() {
|
|
13
13
|
}
|
|
14
|
-
|
|
14
|
+
IgcXIconModule.register = function () {
|
|
15
15
|
IgcChildContentModule.register();
|
|
16
|
-
|
|
17
|
-
TypeRegistrar.registerCons('
|
|
18
|
-
TypeRegistrar.registerCons('
|
|
19
|
-
TypeRegistrar.register('
|
|
16
|
+
IgcXIconComponent.register();
|
|
17
|
+
TypeRegistrar.registerCons('IgcXIconComponent', IgcXIconComponent);
|
|
18
|
+
TypeRegistrar.registerCons('IgcXIconComponent', IgcXIconComponent);
|
|
19
|
+
TypeRegistrar.register('XIcon', XIcon.$type);
|
|
20
20
|
};
|
|
21
|
-
return
|
|
21
|
+
return IgcXIconModule;
|
|
22
22
|
}());
|
|
23
|
-
export {
|
|
24
|
-
//# sourceMappingURL=igc-input-module.js.map
|
|
23
|
+
export { IgcXIconModule };
|