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
|
@@ -5,10 +5,9 @@ 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 { Localization } from "igniteui-webcomponents-core";
|
|
8
|
-
import {
|
|
9
|
-
export class
|
|
8
|
+
import { XCalendarLocaleEn } from './XCalendarLocaleEn';
|
|
9
|
+
export class IgcXCalendarLocaleEnModule {
|
|
10
10
|
static register() {
|
|
11
|
-
Localization.register("
|
|
11
|
+
Localization.register("XCalendar-en", new XCalendarLocaleEn());
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
|
-
//# sourceMappingURL=igc-calendar-locale-en-module.js.map
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
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
|
+
*/
|
|
7
|
+
import { IgcXButtonModule } from './igc-x-button-module';
|
|
8
|
+
import { IgcXIconModule } from './igc-x-icon-module';
|
|
9
|
+
import { IgcXCalendarComponent } from './igc-x-calendar-component';
|
|
10
|
+
import { XCalendar } from './XCalendar';
|
|
11
|
+
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
12
|
+
export class IgcXCalendarModule {
|
|
13
|
+
static register() {
|
|
14
|
+
IgcXButtonModule.register();
|
|
15
|
+
IgcXIconModule.register();
|
|
16
|
+
IgcXCalendarComponent.register();
|
|
17
|
+
TypeRegistrar.registerCons('IgcXCalendarComponent', IgcXCalendarComponent);
|
|
18
|
+
TypeRegistrar.registerCons('IgcXCalendarComponent', IgcXCalendarComponent);
|
|
19
|
+
TypeRegistrar.register('XCalendar', XCalendar.$type);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { XCheckbox } from "./XCheckbox";
|
|
2
2
|
import { ensureEnum, brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, NamePatcher, toSpinal, enumToString, getAllPropertyNames, fromSpinal } from "igniteui-webcomponents-core";
|
|
3
3
|
import { WebComponentRenderer, PortalManager } from "igniteui-webcomponents-core";
|
|
4
4
|
import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
|
|
@@ -10,8 +10,8 @@ import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
|
10
10
|
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
11
11
|
let pending = [];
|
|
12
12
|
let checked = /*@__PURE__*/ new WeakMap(); // TODO why not WeakSet?
|
|
13
|
-
export let
|
|
14
|
-
class
|
|
13
|
+
export let IgcXCheckboxComponent = /*@__PURE__*/ (() => {
|
|
14
|
+
class IgcXCheckboxComponent extends IgcHTMLElement {
|
|
15
15
|
constructor() {
|
|
16
16
|
super();
|
|
17
17
|
this._disconnected = false;
|
|
@@ -81,7 +81,7 @@ export let IgcCheckboxComponent = /*@__PURE__*/ (() => {
|
|
|
81
81
|
this._wrapper.destroy();
|
|
82
82
|
}
|
|
83
83
|
createImplementation() {
|
|
84
|
-
return new
|
|
84
|
+
return new XCheckbox();
|
|
85
85
|
}
|
|
86
86
|
disconnectedCallback() {
|
|
87
87
|
this._disconnected = true;
|
|
@@ -97,8 +97,8 @@ export let IgcCheckboxComponent = /*@__PURE__*/ (() => {
|
|
|
97
97
|
}
|
|
98
98
|
return;
|
|
99
99
|
}
|
|
100
|
-
this.classList.add("ig-checkbox");
|
|
101
|
-
this.classList.add("igc-checkbox");
|
|
100
|
+
this.classList.add("ig-x-checkbox");
|
|
101
|
+
this.classList.add("igc-x-checkbox");
|
|
102
102
|
this.appendChild(this._container.getNativeElement());
|
|
103
103
|
this._attached = true;
|
|
104
104
|
this.style.display = "inline-block";
|
|
@@ -164,14 +164,14 @@ export let IgcCheckboxComponent = /*@__PURE__*/ (() => {
|
|
|
164
164
|
this._settingAttributes = false;
|
|
165
165
|
}
|
|
166
166
|
static get observedAttributes() {
|
|
167
|
-
if (
|
|
168
|
-
let names = getAllPropertyNames(
|
|
167
|
+
if (IgcXCheckboxComponent._observedAttributesIgcXCheckboxComponent == null) {
|
|
168
|
+
let names = getAllPropertyNames(IgcXCheckboxComponent);
|
|
169
169
|
for (let i = 0; i < names.length; i++) {
|
|
170
170
|
names[i] = toSpinal(names[i]);
|
|
171
171
|
}
|
|
172
|
-
|
|
172
|
+
IgcXCheckboxComponent._observedAttributesIgcXCheckboxComponent = names;
|
|
173
173
|
}
|
|
174
|
-
return
|
|
174
|
+
return IgcXCheckboxComponent._observedAttributesIgcXCheckboxComponent;
|
|
175
175
|
}
|
|
176
176
|
attributeChangedCallback(name, oldValue, newValue) {
|
|
177
177
|
if (this._settingAttributes) {
|
|
@@ -183,20 +183,20 @@ export let IgcCheckboxComponent = /*@__PURE__*/ (() => {
|
|
|
183
183
|
this._updatingFromAttribute = false;
|
|
184
184
|
}
|
|
185
185
|
static register() {
|
|
186
|
-
if (!
|
|
187
|
-
|
|
188
|
-
RegisterElementHelper.registerElement(
|
|
186
|
+
if (!IgcXCheckboxComponent._isElementRegistered) {
|
|
187
|
+
IgcXCheckboxComponent._isElementRegistered = true;
|
|
188
|
+
RegisterElementHelper.registerElement(IgcXCheckboxComponent.htmlTagName, IgcXCheckboxComponent);
|
|
189
189
|
}
|
|
190
190
|
}
|
|
191
191
|
/**
|
|
192
192
|
* Gets or sets the base built in theme to use for the checkbox.
|
|
193
193
|
*/
|
|
194
194
|
get baseTheme() {
|
|
195
|
-
return this.i.
|
|
195
|
+
return this.i.i;
|
|
196
196
|
}
|
|
197
197
|
set baseTheme(v) {
|
|
198
|
-
this.i.
|
|
199
|
-
this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.
|
|
198
|
+
this.i.i = ensureEnum(BaseControlTheme_$type, v);
|
|
199
|
+
this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.i));
|
|
200
200
|
}
|
|
201
201
|
/**
|
|
202
202
|
* Gets or sets the color to use for the background when the checkbox is unchecked.
|
|
@@ -455,11 +455,11 @@ export let IgcCheckboxComponent = /*@__PURE__*/ (() => {
|
|
|
455
455
|
* Gets or sets LabelPosition to use for the checkbox.
|
|
456
456
|
*/
|
|
457
457
|
get labelPosition() {
|
|
458
|
-
return this.i.
|
|
458
|
+
return this.i.e;
|
|
459
459
|
}
|
|
460
460
|
set labelPosition(v) {
|
|
461
|
-
this.i.
|
|
462
|
-
this._a("labelPosition", enumToString(CheckboxLabelPosition_$type, this.i.
|
|
461
|
+
this.i.e = ensureEnum(CheckboxLabelPosition_$type, v);
|
|
462
|
+
this._a("labelPosition", enumToString(CheckboxLabelPosition_$type, this.i.e));
|
|
463
463
|
}
|
|
464
464
|
/**
|
|
465
465
|
* Gets or sets whether to disable the ripple effect for the checkbox.
|
|
@@ -534,7 +534,7 @@ export let IgcCheckboxComponent = /*@__PURE__*/ (() => {
|
|
|
534
534
|
if (typeName.indexOf("Xam") === 0) {
|
|
535
535
|
typeName = typeName.substring(3);
|
|
536
536
|
}
|
|
537
|
-
genericPrefix = toSpinal("
|
|
537
|
+
genericPrefix = toSpinal("XCheckboxComponent");
|
|
538
538
|
let additionalPrefixes = [];
|
|
539
539
|
let prefix = toSpinal(typeName);
|
|
540
540
|
additionalPrefixes.push(prefix + "-");
|
|
@@ -612,9 +612,8 @@ export let IgcCheckboxComponent = /*@__PURE__*/ (() => {
|
|
|
612
612
|
this.i.change = delegateCombine(this.i.change, this._change_wrapped);
|
|
613
613
|
}
|
|
614
614
|
}
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
return
|
|
615
|
+
IgcXCheckboxComponent._observedAttributesIgcXCheckboxComponent = null;
|
|
616
|
+
IgcXCheckboxComponent.htmlTagName = "igc-x-checkbox";
|
|
617
|
+
IgcXCheckboxComponent._isElementRegistered = false;
|
|
618
|
+
return IgcXCheckboxComponent;
|
|
619
619
|
})();
|
|
620
|
-
//# sourceMappingURL=igc-checkbox-component.js.map
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
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
|
+
*/
|
|
7
|
+
import { IgcXRippleModule } from './igc-x-ripple-module';
|
|
8
|
+
import { IgcChildContentModule } from "igniteui-webcomponents-core";
|
|
9
|
+
import { IgcXCheckboxComponent } from './igc-x-checkbox-component';
|
|
10
|
+
import { XCheckbox } from './XCheckbox';
|
|
11
|
+
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
12
|
+
export class IgcXCheckboxModule {
|
|
13
|
+
static register() {
|
|
14
|
+
IgcXRippleModule.register();
|
|
15
|
+
IgcChildContentModule.register();
|
|
16
|
+
IgcXCheckboxComponent.register();
|
|
17
|
+
TypeRegistrar.registerCons('IgcXCheckboxComponent', IgcXCheckboxComponent);
|
|
18
|
+
TypeRegistrar.registerCons('IgcXCheckboxComponent', IgcXCheckboxComponent);
|
|
19
|
+
TypeRegistrar.register('XCheckbox', XCheckbox.$type);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { XIcon } from "./XIcon";
|
|
2
2
|
import { brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, NamePatcher, toSpinal, getAllPropertyNames, fromSpinal } from "igniteui-webcomponents-core";
|
|
3
3
|
import { FontInfo } from "igniteui-webcomponents-core";
|
|
4
4
|
import { WebComponentRenderer, PortalManager } from "igniteui-webcomponents-core";
|
|
5
5
|
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
6
6
|
import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
7
7
|
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
8
|
-
export let
|
|
9
|
-
class
|
|
8
|
+
export let IgcXIconComponent = /*@__PURE__*/ (() => {
|
|
9
|
+
class IgcXIconComponent extends IgcHTMLElement {
|
|
10
10
|
constructor() {
|
|
11
11
|
super();
|
|
12
12
|
this._disconnected = false;
|
|
@@ -74,7 +74,7 @@ export let IgcIconComponent = /*@__PURE__*/ (() => {
|
|
|
74
74
|
this._wrapper.destroy();
|
|
75
75
|
}
|
|
76
76
|
createImplementation() {
|
|
77
|
-
return new
|
|
77
|
+
return new XIcon();
|
|
78
78
|
}
|
|
79
79
|
disconnectedCallback() {
|
|
80
80
|
this._disconnected = true;
|
|
@@ -90,8 +90,8 @@ export let IgcIconComponent = /*@__PURE__*/ (() => {
|
|
|
90
90
|
}
|
|
91
91
|
return;
|
|
92
92
|
}
|
|
93
|
-
this.classList.add("ig-icon");
|
|
94
|
-
this.classList.add("igc-icon");
|
|
93
|
+
this.classList.add("ig-x-icon");
|
|
94
|
+
this.classList.add("igc-x-icon");
|
|
95
95
|
this.appendChild(this._container.getNativeElement());
|
|
96
96
|
this._attached = true;
|
|
97
97
|
this.style.display = "inline-block";
|
|
@@ -157,14 +157,14 @@ export let IgcIconComponent = /*@__PURE__*/ (() => {
|
|
|
157
157
|
this._settingAttributes = false;
|
|
158
158
|
}
|
|
159
159
|
static get observedAttributes() {
|
|
160
|
-
if (
|
|
161
|
-
let names = getAllPropertyNames(
|
|
160
|
+
if (IgcXIconComponent._observedAttributesIgcXIconComponent == null) {
|
|
161
|
+
let names = getAllPropertyNames(IgcXIconComponent);
|
|
162
162
|
for (let i = 0; i < names.length; i++) {
|
|
163
163
|
names[i] = toSpinal(names[i]);
|
|
164
164
|
}
|
|
165
|
-
|
|
165
|
+
IgcXIconComponent._observedAttributesIgcXIconComponent = names;
|
|
166
166
|
}
|
|
167
|
-
return
|
|
167
|
+
return IgcXIconComponent._observedAttributesIgcXIconComponent;
|
|
168
168
|
}
|
|
169
169
|
attributeChangedCallback(name, oldValue, newValue) {
|
|
170
170
|
if (this._settingAttributes) {
|
|
@@ -176,80 +176,80 @@ export let IgcIconComponent = /*@__PURE__*/ (() => {
|
|
|
176
176
|
this._updatingFromAttribute = false;
|
|
177
177
|
}
|
|
178
178
|
static register() {
|
|
179
|
-
if (!
|
|
180
|
-
|
|
181
|
-
RegisterElementHelper.registerElement(
|
|
179
|
+
if (!IgcXIconComponent._isElementRegistered) {
|
|
180
|
+
IgcXIconComponent._isElementRegistered = true;
|
|
181
|
+
RegisterElementHelper.registerElement(IgcXIconComponent.htmlTagName, IgcXIconComponent);
|
|
182
182
|
}
|
|
183
183
|
}
|
|
184
184
|
/**
|
|
185
185
|
* Gets the color to use for the actual background.
|
|
186
186
|
*/
|
|
187
187
|
get actualFill() {
|
|
188
|
-
return brushToString(this.i.
|
|
188
|
+
return brushToString(this.i.bu);
|
|
189
189
|
}
|
|
190
190
|
set actualFill(v) {
|
|
191
|
-
this.i.
|
|
192
|
-
this._a("actualFill", brushToString(this.i.
|
|
191
|
+
this.i.bu = stringToBrush(v);
|
|
192
|
+
this._a("actualFill", brushToString(this.i.bu));
|
|
193
193
|
}
|
|
194
194
|
/**
|
|
195
195
|
* Gets the color to use for the actual text color.
|
|
196
196
|
*/
|
|
197
197
|
get actualTextColor() {
|
|
198
|
-
return brushToString(this.i.
|
|
198
|
+
return brushToString(this.i.by);
|
|
199
199
|
}
|
|
200
200
|
set actualTextColor(v) {
|
|
201
|
-
this.i.
|
|
202
|
-
this._a("actualTextColor", brushToString(this.i.
|
|
201
|
+
this.i.by = stringToBrush(v);
|
|
202
|
+
this._a("actualTextColor", brushToString(this.i.by));
|
|
203
203
|
}
|
|
204
204
|
/**
|
|
205
205
|
* Gets the color to use for the actual background.
|
|
206
206
|
*/
|
|
207
207
|
get actualHoverFill() {
|
|
208
|
-
return brushToString(this.i.
|
|
208
|
+
return brushToString(this.i.bv);
|
|
209
209
|
}
|
|
210
210
|
set actualHoverFill(v) {
|
|
211
|
-
this.i.
|
|
212
|
-
this._a("actualHoverFill", brushToString(this.i.
|
|
211
|
+
this.i.bv = stringToBrush(v);
|
|
212
|
+
this._a("actualHoverFill", brushToString(this.i.bv));
|
|
213
213
|
}
|
|
214
214
|
/**
|
|
215
215
|
* Gets the hover stroke to use for the icon.
|
|
216
216
|
*/
|
|
217
217
|
get actualHoverStroke() {
|
|
218
|
-
return brushToString(this.i.
|
|
218
|
+
return brushToString(this.i.bw);
|
|
219
219
|
}
|
|
220
220
|
set actualHoverStroke(v) {
|
|
221
|
-
this.i.
|
|
222
|
-
this._a("actualHoverStroke", brushToString(this.i.
|
|
221
|
+
this.i.bw = stringToBrush(v);
|
|
222
|
+
this._a("actualHoverStroke", brushToString(this.i.bw));
|
|
223
223
|
}
|
|
224
224
|
/**
|
|
225
225
|
* Gets the stroke to use for the icon.
|
|
226
226
|
*/
|
|
227
227
|
get actualStroke() {
|
|
228
|
-
return brushToString(this.i.
|
|
228
|
+
return brushToString(this.i.bx);
|
|
229
229
|
}
|
|
230
230
|
set actualStroke(v) {
|
|
231
|
-
this.i.
|
|
232
|
-
this._a("actualStroke", brushToString(this.i.
|
|
231
|
+
this.i.bx = stringToBrush(v);
|
|
232
|
+
this._a("actualStroke", brushToString(this.i.bx));
|
|
233
233
|
}
|
|
234
234
|
/**
|
|
235
235
|
* Gets the hover stroke to use for the icon.
|
|
236
236
|
*/
|
|
237
237
|
get actualHoverStrokeThickness() {
|
|
238
|
-
return this.i.
|
|
238
|
+
return this.i.s;
|
|
239
239
|
}
|
|
240
240
|
set actualHoverStrokeThickness(v) {
|
|
241
|
-
this.i.
|
|
242
|
-
this._a("actualHoverStrokeThickness", this.i.
|
|
241
|
+
this.i.s = +v;
|
|
242
|
+
this._a("actualHoverStrokeThickness", this.i.s);
|
|
243
243
|
}
|
|
244
244
|
/**
|
|
245
245
|
* Gets the stroke to use for the icon.
|
|
246
246
|
*/
|
|
247
247
|
get actualStrokeThickness() {
|
|
248
|
-
return this.i.
|
|
248
|
+
return this.i.t;
|
|
249
249
|
}
|
|
250
250
|
set actualStrokeThickness(v) {
|
|
251
|
-
this.i.
|
|
252
|
-
this._a("actualStrokeThickness", this.i.
|
|
251
|
+
this.i.t = +v;
|
|
252
|
+
this._a("actualStrokeThickness", this.i.t);
|
|
253
253
|
}
|
|
254
254
|
/**
|
|
255
255
|
* Gets or sets the color to use for the actual background.
|
|
@@ -265,11 +265,11 @@ export let IgcIconComponent = /*@__PURE__*/ (() => {
|
|
|
265
265
|
* Gets or sets the color to use for the text.
|
|
266
266
|
*/
|
|
267
267
|
get textColor() {
|
|
268
|
-
return brushToString(this.i.
|
|
268
|
+
return brushToString(this.i.b8);
|
|
269
269
|
}
|
|
270
270
|
set textColor(v) {
|
|
271
|
-
this.i.
|
|
272
|
-
this._a("textColor", brushToString(this.i.
|
|
271
|
+
this.i.b8 = stringToBrush(v);
|
|
272
|
+
this._a("textColor", brushToString(this.i.b8));
|
|
273
273
|
}
|
|
274
274
|
/**
|
|
275
275
|
* Gets or sets the color to use for the text.
|
|
@@ -284,114 +284,114 @@ export let IgcIconComponent = /*@__PURE__*/ (() => {
|
|
|
284
284
|
* Gets or sets the color to use for the actual background.
|
|
285
285
|
*/
|
|
286
286
|
get hoverFill() {
|
|
287
|
-
return brushToString(this.i.
|
|
287
|
+
return brushToString(this.i.b4);
|
|
288
288
|
}
|
|
289
289
|
set hoverFill(v) {
|
|
290
|
-
this.i.
|
|
291
|
-
this._a("hoverFill", brushToString(this.i.
|
|
290
|
+
this.i.b4 = stringToBrush(v);
|
|
291
|
+
this._a("hoverFill", brushToString(this.i.b4));
|
|
292
292
|
}
|
|
293
293
|
/**
|
|
294
294
|
* Gets or sets the hover stroke to use for the icon.
|
|
295
295
|
*/
|
|
296
296
|
get hoverStroke() {
|
|
297
|
-
return brushToString(this.i.
|
|
297
|
+
return brushToString(this.i.b5);
|
|
298
298
|
}
|
|
299
299
|
set hoverStroke(v) {
|
|
300
|
-
this.i.
|
|
301
|
-
this._a("hoverStroke", brushToString(this.i.
|
|
300
|
+
this.i.b5 = stringToBrush(v);
|
|
301
|
+
this._a("hoverStroke", brushToString(this.i.b5));
|
|
302
302
|
}
|
|
303
303
|
/**
|
|
304
304
|
* Gets or sets the stroke to use for the icon.
|
|
305
305
|
*/
|
|
306
306
|
get stroke() {
|
|
307
|
-
return brushToString(this.i.
|
|
307
|
+
return brushToString(this.i.b7);
|
|
308
308
|
}
|
|
309
309
|
set stroke(v) {
|
|
310
|
-
this.i.
|
|
311
|
-
this._a("stroke", brushToString(this.i.
|
|
310
|
+
this.i.b7 = stringToBrush(v);
|
|
311
|
+
this._a("stroke", brushToString(this.i.b7));
|
|
312
312
|
}
|
|
313
313
|
/**
|
|
314
314
|
* Gets or sets the hover stroke to use for the icon.
|
|
315
315
|
*/
|
|
316
316
|
get hoverStrokeThickness() {
|
|
317
|
-
return this.i.
|
|
317
|
+
return this.i.w;
|
|
318
318
|
}
|
|
319
319
|
set hoverStrokeThickness(v) {
|
|
320
|
-
this.i.
|
|
321
|
-
this._a("hoverStrokeThickness", this.i.
|
|
320
|
+
this.i.w = +v;
|
|
321
|
+
this._a("hoverStrokeThickness", this.i.w);
|
|
322
322
|
}
|
|
323
323
|
/**
|
|
324
324
|
* Gets or sets the stroke to use for the icon.
|
|
325
325
|
*/
|
|
326
326
|
get strokeThickness() {
|
|
327
|
-
return this.i.
|
|
327
|
+
return this.i.y;
|
|
328
328
|
}
|
|
329
329
|
set strokeThickness(v) {
|
|
330
|
-
this.i.
|
|
331
|
-
this._a("strokeThickness", this.i.
|
|
330
|
+
this.i.y = +v;
|
|
331
|
+
this._a("strokeThickness", this.i.y);
|
|
332
332
|
}
|
|
333
333
|
/**
|
|
334
334
|
* Gets or sets the use for the button.
|
|
335
335
|
*/
|
|
336
336
|
get textStyle() {
|
|
337
|
-
if (this.i.
|
|
337
|
+
if (this.i.e == null) {
|
|
338
338
|
return null;
|
|
339
339
|
}
|
|
340
|
-
return this.i.
|
|
340
|
+
return this.i.e.fontString;
|
|
341
341
|
}
|
|
342
342
|
set textStyle(v) {
|
|
343
343
|
let fi = new FontInfo();
|
|
344
344
|
fi.fontString = v;
|
|
345
|
-
this.i.
|
|
346
|
-
this._a("textStyle", this.i.
|
|
345
|
+
this.i.e = fi;
|
|
346
|
+
this._a("textStyle", this.i.e != null ? this.i.e.fontString : "");
|
|
347
347
|
}
|
|
348
348
|
/**
|
|
349
349
|
* Gets or sets the color to use for the hovered text of the button regardless of type.
|
|
350
350
|
*/
|
|
351
351
|
get hoverTextColor() {
|
|
352
|
-
return brushToString(this.i.
|
|
352
|
+
return brushToString(this.i.b6);
|
|
353
353
|
}
|
|
354
354
|
set hoverTextColor(v) {
|
|
355
|
-
this.i.
|
|
356
|
-
this._a("hoverTextColor", brushToString(this.i.
|
|
355
|
+
this.i.b6 = stringToBrush(v);
|
|
356
|
+
this._a("hoverTextColor", brushToString(this.i.b6));
|
|
357
357
|
}
|
|
358
358
|
/**
|
|
359
359
|
* Gets or sets the id to use for the checkbox.
|
|
360
360
|
*/
|
|
361
361
|
get id() {
|
|
362
|
-
return this.i.
|
|
362
|
+
return this.i.av;
|
|
363
363
|
}
|
|
364
364
|
set id(v) {
|
|
365
|
-
this.i.
|
|
365
|
+
this.i.av = v;
|
|
366
366
|
}
|
|
367
367
|
/**
|
|
368
368
|
* Gets or sets TabIndex to use for the checkbox.
|
|
369
369
|
*/
|
|
370
370
|
get tabIndex() {
|
|
371
|
-
return this.i.
|
|
371
|
+
return this.i.aa;
|
|
372
372
|
}
|
|
373
373
|
set tabIndex(v) {
|
|
374
|
-
this.i.
|
|
375
|
-
this._a("tabIndex", this.i.
|
|
374
|
+
this.i.aa = +v;
|
|
375
|
+
this._a("tabIndex", this.i.aa);
|
|
376
376
|
}
|
|
377
377
|
/**
|
|
378
378
|
* Gets or sets the value of the aria-label attribute.
|
|
379
379
|
*/
|
|
380
380
|
get ariaLabel() {
|
|
381
|
-
return this.i.
|
|
381
|
+
return this.i.an;
|
|
382
382
|
}
|
|
383
383
|
set ariaLabel(v) {
|
|
384
|
-
this.i.
|
|
384
|
+
this.i.an = v;
|
|
385
385
|
}
|
|
386
386
|
/**
|
|
387
387
|
* Gets or sets whether the icon is hovered.
|
|
388
388
|
*/
|
|
389
389
|
get isHover() {
|
|
390
|
-
return this.i.
|
|
390
|
+
return this.i.l;
|
|
391
391
|
}
|
|
392
392
|
set isHover(v) {
|
|
393
|
-
this.i.
|
|
394
|
-
this._a("isHover", this.i.
|
|
393
|
+
this.i.l = ensureBool(v);
|
|
394
|
+
this._a("isHover", this.i.l);
|
|
395
395
|
}
|
|
396
396
|
/**
|
|
397
397
|
* Gets or sets whether the checkbox is disabled.
|
|
@@ -403,6 +403,13 @@ export let IgcIconComponent = /*@__PURE__*/ (() => {
|
|
|
403
403
|
this.i.disabled = ensureBool(v);
|
|
404
404
|
this._a("disabled", this.i.disabled);
|
|
405
405
|
}
|
|
406
|
+
get opacity() {
|
|
407
|
+
return this.i.x;
|
|
408
|
+
}
|
|
409
|
+
set opacity(v) {
|
|
410
|
+
this.i.x = +v;
|
|
411
|
+
this._a("opacity", this.i.x);
|
|
412
|
+
}
|
|
406
413
|
findByName(name) {
|
|
407
414
|
return null;
|
|
408
415
|
}
|
|
@@ -426,7 +433,7 @@ export let IgcIconComponent = /*@__PURE__*/ (() => {
|
|
|
426
433
|
if (typeName.indexOf("Xam") === 0) {
|
|
427
434
|
typeName = typeName.substring(3);
|
|
428
435
|
}
|
|
429
|
-
genericPrefix = toSpinal("
|
|
436
|
+
genericPrefix = toSpinal("XIconComponent");
|
|
430
437
|
let additionalPrefixes = [];
|
|
431
438
|
let prefix = toSpinal(typeName);
|
|
432
439
|
additionalPrefixes.push(prefix + "-");
|
|
@@ -470,7 +477,7 @@ export let IgcIconComponent = /*@__PURE__*/ (() => {
|
|
|
470
477
|
|
|
471
478
|
*/
|
|
472
479
|
exportVisualModel() {
|
|
473
|
-
let iv = this.i.
|
|
480
|
+
let iv = this.i.ac();
|
|
474
481
|
return (iv);
|
|
475
482
|
}
|
|
476
483
|
/**
|
|
@@ -478,13 +485,12 @@ export let IgcIconComponent = /*@__PURE__*/ (() => {
|
|
|
478
485
|
|
|
479
486
|
*/
|
|
480
487
|
exportSerializedVisualModel() {
|
|
481
|
-
let iv = this.i.
|
|
488
|
+
let iv = this.i.ap();
|
|
482
489
|
return (iv);
|
|
483
490
|
}
|
|
484
491
|
}
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
return
|
|
492
|
+
IgcXIconComponent._observedAttributesIgcXIconComponent = null;
|
|
493
|
+
IgcXIconComponent.htmlTagName = "igc-x-icon";
|
|
494
|
+
IgcXIconComponent._isElementRegistered = false;
|
|
495
|
+
return IgcXIconComponent;
|
|
489
496
|
})();
|
|
490
|
-
//# sourceMappingURL=igc-icon-component.js.map
|
|
@@ -5,16 +5,15 @@ 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
|
-
export class
|
|
11
|
+
export class IgcXIconModule {
|
|
12
12
|
static register() {
|
|
13
13
|
IgcChildContentModule.register();
|
|
14
|
-
|
|
15
|
-
TypeRegistrar.registerCons('
|
|
16
|
-
TypeRegistrar.registerCons('
|
|
17
|
-
TypeRegistrar.register('
|
|
14
|
+
IgcXIconComponent.register();
|
|
15
|
+
TypeRegistrar.registerCons('IgcXIconComponent', IgcXIconComponent);
|
|
16
|
+
TypeRegistrar.registerCons('IgcXIconComponent', IgcXIconComponent);
|
|
17
|
+
TypeRegistrar.register('XIcon', XIcon.$type);
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
|
-
//# sourceMappingURL=igc-input-module.js.map
|