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
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
var IgcXCalendarModule = /** @class */ /*@__PURE__*/ (function () {
|
|
13
|
+
function IgcXCalendarModule() {
|
|
14
|
+
}
|
|
15
|
+
IgcXCalendarModule.register = function () {
|
|
16
|
+
IgcXButtonModule.register();
|
|
17
|
+
IgcXIconModule.register();
|
|
18
|
+
IgcXCalendarComponent.register();
|
|
19
|
+
TypeRegistrar.registerCons('IgcXCalendarComponent', IgcXCalendarComponent);
|
|
20
|
+
TypeRegistrar.registerCons('IgcXCalendarComponent', IgcXCalendarComponent);
|
|
21
|
+
TypeRegistrar.register('XCalendar', XCalendar.$type);
|
|
22
|
+
};
|
|
23
|
+
return IgcXCalendarModule;
|
|
24
|
+
}());
|
|
25
|
+
export { IgcXCalendarModule };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as tslib_1 from "tslib";
|
|
2
|
-
import {
|
|
2
|
+
import { XCheckbox } from "./XCheckbox";
|
|
3
3
|
import { ensureEnum, brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, NamePatcher, toSpinal, enumToString, getAllPropertyNames, fromSpinal } from "igniteui-webcomponents-core";
|
|
4
4
|
import { WebComponentRenderer, PortalManager } from "igniteui-webcomponents-core";
|
|
5
5
|
import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
|
|
@@ -11,9 +11,9 @@ import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
|
11
11
|
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
12
12
|
var pending = [];
|
|
13
13
|
var checked = /*@__PURE__*/ new WeakMap(); // TODO why not WeakSet?
|
|
14
|
-
var
|
|
15
|
-
tslib_1.__extends(
|
|
16
|
-
function
|
|
14
|
+
var IgcXCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
15
|
+
tslib_1.__extends(IgcXCheckboxComponent, _super);
|
|
16
|
+
function IgcXCheckboxComponent() {
|
|
17
17
|
var _this = _super.call(this) || this;
|
|
18
18
|
_this._disconnected = false;
|
|
19
19
|
_this._settingAttributes = false;
|
|
@@ -81,7 +81,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
81
81
|
// this._checkbox.notifySizeChanged();
|
|
82
82
|
//});
|
|
83
83
|
}
|
|
84
|
-
|
|
84
|
+
IgcXCheckboxComponent.prototype._onChildrenChanged = function () {
|
|
85
85
|
var children = [];
|
|
86
86
|
for (var i = 0; i < this.childNodes.length; i++) {
|
|
87
87
|
var child = this.childNodes[i];
|
|
@@ -92,23 +92,23 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
92
92
|
this._portalManager.onChildrenChanged(children);
|
|
93
93
|
};
|
|
94
94
|
// supports angular themes or custom properties set in CSS
|
|
95
|
-
|
|
95
|
+
IgcXCheckboxComponent.prototype.updateStyle = function () {
|
|
96
96
|
this._styling(this, this);
|
|
97
97
|
};
|
|
98
|
-
|
|
98
|
+
IgcXCheckboxComponent.prototype.destroy = function () {
|
|
99
99
|
this._checkbox.destroy();
|
|
100
100
|
this._wrapper.destroy();
|
|
101
101
|
};
|
|
102
|
-
|
|
103
|
-
return new
|
|
102
|
+
IgcXCheckboxComponent.prototype.createImplementation = function () {
|
|
103
|
+
return new XCheckbox();
|
|
104
104
|
};
|
|
105
|
-
|
|
105
|
+
IgcXCheckboxComponent.prototype.disconnectedCallback = function () {
|
|
106
106
|
this._disconnected = true;
|
|
107
107
|
if (this.i) {
|
|
108
108
|
this.i.onDetachedFromUI();
|
|
109
109
|
}
|
|
110
110
|
};
|
|
111
|
-
|
|
111
|
+
IgcXCheckboxComponent.prototype.connectedCallback = function () {
|
|
112
112
|
if (this._disconnected) {
|
|
113
113
|
this._disconnected = false;
|
|
114
114
|
if (this.i) {
|
|
@@ -116,8 +116,8 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
116
116
|
}
|
|
117
117
|
return;
|
|
118
118
|
}
|
|
119
|
-
this.classList.add("ig-checkbox");
|
|
120
|
-
this.classList.add("igc-checkbox");
|
|
119
|
+
this.classList.add("ig-x-checkbox");
|
|
120
|
+
this.classList.add("igc-x-checkbox");
|
|
121
121
|
this.appendChild(this._container.getNativeElement());
|
|
122
122
|
this._attached = true;
|
|
123
123
|
this.style.display = "inline-block";
|
|
@@ -128,11 +128,11 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
128
128
|
this._styling(this, this);
|
|
129
129
|
this.afterContentInit();
|
|
130
130
|
};
|
|
131
|
-
|
|
131
|
+
IgcXCheckboxComponent.prototype.afterContentInit = function () {
|
|
132
132
|
this.i.onContentReady();
|
|
133
133
|
//this.i.notifySizeChanged();
|
|
134
134
|
};
|
|
135
|
-
Object.defineProperty(
|
|
135
|
+
Object.defineProperty(IgcXCheckboxComponent.prototype, "i", {
|
|
136
136
|
/**
|
|
137
137
|
* @hidden
|
|
138
138
|
*/
|
|
@@ -144,7 +144,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
144
144
|
enumerable: true,
|
|
145
145
|
configurable: true
|
|
146
146
|
});
|
|
147
|
-
|
|
147
|
+
IgcXCheckboxComponent._createFromInternal = function (internal) {
|
|
148
148
|
if (!internal) {
|
|
149
149
|
return null;
|
|
150
150
|
}
|
|
@@ -158,10 +158,10 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
158
158
|
}
|
|
159
159
|
return TypeRegistrar.create(externalName);
|
|
160
160
|
};
|
|
161
|
-
|
|
161
|
+
IgcXCheckboxComponent.prototype._enqueueSetAttribute = function (attrName, attrValue) {
|
|
162
162
|
this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
|
|
163
163
|
};
|
|
164
|
-
|
|
164
|
+
IgcXCheckboxComponent.prototype._flushQueuedAttributes = function () {
|
|
165
165
|
this._settingAttributes = true;
|
|
166
166
|
for (var i = 0; i < this._queuedSetAttributes.length; i++) {
|
|
167
167
|
this.setAttribute(this._queuedSetAttributes[i].attrName, this._queuedSetAttributes[i].attrValue);
|
|
@@ -169,7 +169,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
169
169
|
this._settingAttributes = false;
|
|
170
170
|
this._queuedSetAttributes.length = 0;
|
|
171
171
|
};
|
|
172
|
-
|
|
172
|
+
IgcXCheckboxComponent.prototype._a = function (attrName, attrValue) {
|
|
173
173
|
if (this._updatingFromAttribute) {
|
|
174
174
|
return;
|
|
175
175
|
}
|
|
@@ -186,21 +186,21 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
186
186
|
}
|
|
187
187
|
this._settingAttributes = false;
|
|
188
188
|
};
|
|
189
|
-
Object.defineProperty(
|
|
189
|
+
Object.defineProperty(IgcXCheckboxComponent, "observedAttributes", {
|
|
190
190
|
get: function () {
|
|
191
|
-
if (
|
|
192
|
-
var names = getAllPropertyNames(
|
|
191
|
+
if (IgcXCheckboxComponent._observedAttributesIgcXCheckboxComponent == null) {
|
|
192
|
+
var names = getAllPropertyNames(IgcXCheckboxComponent);
|
|
193
193
|
for (var i = 0; i < names.length; i++) {
|
|
194
194
|
names[i] = toSpinal(names[i]);
|
|
195
195
|
}
|
|
196
|
-
|
|
196
|
+
IgcXCheckboxComponent._observedAttributesIgcXCheckboxComponent = names;
|
|
197
197
|
}
|
|
198
|
-
return
|
|
198
|
+
return IgcXCheckboxComponent._observedAttributesIgcXCheckboxComponent;
|
|
199
199
|
},
|
|
200
200
|
enumerable: true,
|
|
201
201
|
configurable: true
|
|
202
202
|
});
|
|
203
|
-
|
|
203
|
+
IgcXCheckboxComponent.prototype.attributeChangedCallback = function (name, oldValue, newValue) {
|
|
204
204
|
if (this._settingAttributes) {
|
|
205
205
|
return;
|
|
206
206
|
}
|
|
@@ -209,27 +209,27 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
209
209
|
this[setName] = newValue;
|
|
210
210
|
this._updatingFromAttribute = false;
|
|
211
211
|
};
|
|
212
|
-
|
|
213
|
-
if (!
|
|
214
|
-
|
|
215
|
-
RegisterElementHelper.registerElement(
|
|
212
|
+
IgcXCheckboxComponent.register = function () {
|
|
213
|
+
if (!IgcXCheckboxComponent._isElementRegistered) {
|
|
214
|
+
IgcXCheckboxComponent._isElementRegistered = true;
|
|
215
|
+
RegisterElementHelper.registerElement(IgcXCheckboxComponent.htmlTagName, IgcXCheckboxComponent);
|
|
216
216
|
}
|
|
217
217
|
};
|
|
218
|
-
Object.defineProperty(
|
|
218
|
+
Object.defineProperty(IgcXCheckboxComponent.prototype, "baseTheme", {
|
|
219
219
|
/**
|
|
220
220
|
* Gets or sets the base built in theme to use for the checkbox.
|
|
221
221
|
*/
|
|
222
222
|
get: function () {
|
|
223
|
-
return this.i.
|
|
223
|
+
return this.i.i;
|
|
224
224
|
},
|
|
225
225
|
set: function (v) {
|
|
226
|
-
this.i.
|
|
227
|
-
this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.
|
|
226
|
+
this.i.i = ensureEnum(BaseControlTheme_$type, v);
|
|
227
|
+
this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.i));
|
|
228
228
|
},
|
|
229
229
|
enumerable: true,
|
|
230
230
|
configurable: true
|
|
231
231
|
});
|
|
232
|
-
Object.defineProperty(
|
|
232
|
+
Object.defineProperty(IgcXCheckboxComponent.prototype, "uncheckedBackgroundColor", {
|
|
233
233
|
/**
|
|
234
234
|
* Gets or sets the color to use for the background when the checkbox is unchecked.
|
|
235
235
|
*/
|
|
@@ -243,7 +243,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
243
243
|
enumerable: true,
|
|
244
244
|
configurable: true
|
|
245
245
|
});
|
|
246
|
-
Object.defineProperty(
|
|
246
|
+
Object.defineProperty(IgcXCheckboxComponent.prototype, "actualUncheckedBackgroundColor", {
|
|
247
247
|
/**
|
|
248
248
|
* Gets or sets the color to use for the actual background when the checkbox is unchecked.
|
|
249
249
|
*/
|
|
@@ -257,7 +257,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
257
257
|
enumerable: true,
|
|
258
258
|
configurable: true
|
|
259
259
|
});
|
|
260
|
-
Object.defineProperty(
|
|
260
|
+
Object.defineProperty(IgcXCheckboxComponent.prototype, "checkedBackgroundColor", {
|
|
261
261
|
/**
|
|
262
262
|
* Gets or sets the color to use for the background when the checkbox is checked.
|
|
263
263
|
*/
|
|
@@ -271,7 +271,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
271
271
|
enumerable: true,
|
|
272
272
|
configurable: true
|
|
273
273
|
});
|
|
274
|
-
Object.defineProperty(
|
|
274
|
+
Object.defineProperty(IgcXCheckboxComponent.prototype, "tickColor", {
|
|
275
275
|
/**
|
|
276
276
|
* Gets or sets the color to use for the check mark when the checkbox is checked.
|
|
277
277
|
*/
|
|
@@ -285,7 +285,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
285
285
|
enumerable: true,
|
|
286
286
|
configurable: true
|
|
287
287
|
});
|
|
288
|
-
Object.defineProperty(
|
|
288
|
+
Object.defineProperty(IgcXCheckboxComponent.prototype, "actualTickColor", {
|
|
289
289
|
/**
|
|
290
290
|
* Gets or sets the color to use for the check mark when the checkbox is checked.
|
|
291
291
|
*/
|
|
@@ -299,7 +299,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
299
299
|
enumerable: true,
|
|
300
300
|
configurable: true
|
|
301
301
|
});
|
|
302
|
-
Object.defineProperty(
|
|
302
|
+
Object.defineProperty(IgcXCheckboxComponent.prototype, "uncheckedBorderColor", {
|
|
303
303
|
/**
|
|
304
304
|
* Gets or sets the color to use for the check mark when the checkbox is unchecked.
|
|
305
305
|
*/
|
|
@@ -313,7 +313,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
313
313
|
enumerable: true,
|
|
314
314
|
configurable: true
|
|
315
315
|
});
|
|
316
|
-
Object.defineProperty(
|
|
316
|
+
Object.defineProperty(IgcXCheckboxComponent.prototype, "checkedBorderColor", {
|
|
317
317
|
/**
|
|
318
318
|
* Gets or sets the color to use for the check mark when the checkbox is checked.
|
|
319
319
|
*/
|
|
@@ -327,7 +327,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
327
327
|
enumerable: true,
|
|
328
328
|
configurable: true
|
|
329
329
|
});
|
|
330
|
-
Object.defineProperty(
|
|
330
|
+
Object.defineProperty(IgcXCheckboxComponent.prototype, "actualUncheckedBorderColor", {
|
|
331
331
|
/**
|
|
332
332
|
* Gets or sets the color to use for the check mark when the checkbox is checked.
|
|
333
333
|
*/
|
|
@@ -341,7 +341,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
341
341
|
enumerable: true,
|
|
342
342
|
configurable: true
|
|
343
343
|
});
|
|
344
|
-
Object.defineProperty(
|
|
344
|
+
Object.defineProperty(IgcXCheckboxComponent.prototype, "actualCheckedBorderColor", {
|
|
345
345
|
/**
|
|
346
346
|
* Gets or sets the color to use for the check mark when the checkbox is checked.
|
|
347
347
|
*/
|
|
@@ -355,7 +355,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
355
355
|
enumerable: true,
|
|
356
356
|
configurable: true
|
|
357
357
|
});
|
|
358
|
-
Object.defineProperty(
|
|
358
|
+
Object.defineProperty(IgcXCheckboxComponent.prototype, "borderWidth", {
|
|
359
359
|
/**
|
|
360
360
|
* Gets or sets the Width to use for the check mark when the checkbox is checked.
|
|
361
361
|
*/
|
|
@@ -369,7 +369,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
369
369
|
enumerable: true,
|
|
370
370
|
configurable: true
|
|
371
371
|
});
|
|
372
|
-
Object.defineProperty(
|
|
372
|
+
Object.defineProperty(IgcXCheckboxComponent.prototype, "actualBorderWidth", {
|
|
373
373
|
/**
|
|
374
374
|
* Gets or sets the Width to use for the check mark when the checkbox is checked.
|
|
375
375
|
*/
|
|
@@ -383,7 +383,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
383
383
|
enumerable: true,
|
|
384
384
|
configurable: true
|
|
385
385
|
});
|
|
386
|
-
Object.defineProperty(
|
|
386
|
+
Object.defineProperty(IgcXCheckboxComponent.prototype, "cornerRadius", {
|
|
387
387
|
/**
|
|
388
388
|
* Gets or sets the corner radius to use for the checkbox.
|
|
389
389
|
*/
|
|
@@ -397,7 +397,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
397
397
|
enumerable: true,
|
|
398
398
|
configurable: true
|
|
399
399
|
});
|
|
400
|
-
Object.defineProperty(
|
|
400
|
+
Object.defineProperty(IgcXCheckboxComponent.prototype, "tickStrokeWidth", {
|
|
401
401
|
/**
|
|
402
402
|
* Gets or sets the corner radius to use for the checkbox.
|
|
403
403
|
*/
|
|
@@ -411,7 +411,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
411
411
|
enumerable: true,
|
|
412
412
|
configurable: true
|
|
413
413
|
});
|
|
414
|
-
Object.defineProperty(
|
|
414
|
+
Object.defineProperty(IgcXCheckboxComponent.prototype, "actualTickStrokeWidth", {
|
|
415
415
|
/**
|
|
416
416
|
* Gets or sets the stroke width to use for the check mark.
|
|
417
417
|
*/
|
|
@@ -425,7 +425,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
425
425
|
enumerable: true,
|
|
426
426
|
configurable: true
|
|
427
427
|
});
|
|
428
|
-
Object.defineProperty(
|
|
428
|
+
Object.defineProperty(IgcXCheckboxComponent.prototype, "actualCornerRadius", {
|
|
429
429
|
/**
|
|
430
430
|
* Gets the actual corner radius to use for the checkbox.
|
|
431
431
|
*/
|
|
@@ -439,7 +439,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
439
439
|
enumerable: true,
|
|
440
440
|
configurable: true
|
|
441
441
|
});
|
|
442
|
-
Object.defineProperty(
|
|
442
|
+
Object.defineProperty(IgcXCheckboxComponent.prototype, "actualCheckedBackgroundColor", {
|
|
443
443
|
/**
|
|
444
444
|
* Gets or sets the color to use for the actual background when the checkbox is checked.
|
|
445
445
|
*/
|
|
@@ -453,7 +453,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
453
453
|
enumerable: true,
|
|
454
454
|
configurable: true
|
|
455
455
|
});
|
|
456
|
-
Object.defineProperty(
|
|
456
|
+
Object.defineProperty(IgcXCheckboxComponent.prototype, "inputId", {
|
|
457
457
|
/**
|
|
458
458
|
* Gets or sets the id to use for the internal native checkbox.
|
|
459
459
|
*/
|
|
@@ -466,7 +466,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
466
466
|
enumerable: true,
|
|
467
467
|
configurable: true
|
|
468
468
|
});
|
|
469
|
-
Object.defineProperty(
|
|
469
|
+
Object.defineProperty(IgcXCheckboxComponent.prototype, "id", {
|
|
470
470
|
/**
|
|
471
471
|
* Gets or sets the id to use for the checkbox.
|
|
472
472
|
*/
|
|
@@ -479,7 +479,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
479
479
|
enumerable: true,
|
|
480
480
|
configurable: true
|
|
481
481
|
});
|
|
482
|
-
Object.defineProperty(
|
|
482
|
+
Object.defineProperty(IgcXCheckboxComponent.prototype, "labelId", {
|
|
483
483
|
/**
|
|
484
484
|
* Gets or sets id to use for the checkbox label.
|
|
485
485
|
*/
|
|
@@ -492,7 +492,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
492
492
|
enumerable: true,
|
|
493
493
|
configurable: true
|
|
494
494
|
});
|
|
495
|
-
Object.defineProperty(
|
|
495
|
+
Object.defineProperty(IgcXCheckboxComponent.prototype, "name", {
|
|
496
496
|
/**
|
|
497
497
|
* Gets or sets name to use for the checkbox.
|
|
498
498
|
*/
|
|
@@ -505,7 +505,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
505
505
|
enumerable: true,
|
|
506
506
|
configurable: true
|
|
507
507
|
});
|
|
508
|
-
Object.defineProperty(
|
|
508
|
+
Object.defineProperty(IgcXCheckboxComponent.prototype, "tabIndex", {
|
|
509
509
|
/**
|
|
510
510
|
* Gets or sets TabIndex to use for the checkbox.
|
|
511
511
|
*/
|
|
@@ -519,7 +519,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
519
519
|
enumerable: true,
|
|
520
520
|
configurable: true
|
|
521
521
|
});
|
|
522
|
-
Object.defineProperty(
|
|
522
|
+
Object.defineProperty(IgcXCheckboxComponent.prototype, "required", {
|
|
523
523
|
/**
|
|
524
524
|
* Gets or sets if the checkbox is required.
|
|
525
525
|
*/
|
|
@@ -533,7 +533,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
533
533
|
enumerable: true,
|
|
534
534
|
configurable: true
|
|
535
535
|
});
|
|
536
|
-
Object.defineProperty(
|
|
536
|
+
Object.defineProperty(IgcXCheckboxComponent.prototype, "ariaLabelledBy", {
|
|
537
537
|
/**
|
|
538
538
|
* Gets or sets the value of the aria-labelledby attribute.
|
|
539
539
|
*/
|
|
@@ -546,7 +546,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
546
546
|
enumerable: true,
|
|
547
547
|
configurable: true
|
|
548
548
|
});
|
|
549
|
-
Object.defineProperty(
|
|
549
|
+
Object.defineProperty(IgcXCheckboxComponent.prototype, "ariaLabel", {
|
|
550
550
|
/**
|
|
551
551
|
* Gets or sets the value of the aria-label attribute.
|
|
552
552
|
*/
|
|
@@ -559,7 +559,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
559
559
|
enumerable: true,
|
|
560
560
|
configurable: true
|
|
561
561
|
});
|
|
562
|
-
Object.defineProperty(
|
|
562
|
+
Object.defineProperty(IgcXCheckboxComponent.prototype, "value", {
|
|
563
563
|
/**
|
|
564
564
|
* Gets or sets value to use for the checkbox.
|
|
565
565
|
*/
|
|
@@ -572,7 +572,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
572
572
|
enumerable: true,
|
|
573
573
|
configurable: true
|
|
574
574
|
});
|
|
575
|
-
Object.defineProperty(
|
|
575
|
+
Object.defineProperty(IgcXCheckboxComponent.prototype, "focused", {
|
|
576
576
|
/**
|
|
577
577
|
* Gets or sets if the checkbox is Focused.
|
|
578
578
|
*/
|
|
@@ -586,21 +586,21 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
586
586
|
enumerable: true,
|
|
587
587
|
configurable: true
|
|
588
588
|
});
|
|
589
|
-
Object.defineProperty(
|
|
589
|
+
Object.defineProperty(IgcXCheckboxComponent.prototype, "labelPosition", {
|
|
590
590
|
/**
|
|
591
591
|
* Gets or sets LabelPosition to use for the checkbox.
|
|
592
592
|
*/
|
|
593
593
|
get: function () {
|
|
594
|
-
return this.i.
|
|
594
|
+
return this.i.e;
|
|
595
595
|
},
|
|
596
596
|
set: function (v) {
|
|
597
|
-
this.i.
|
|
598
|
-
this._a("labelPosition", enumToString(CheckboxLabelPosition_$type, this.i.
|
|
597
|
+
this.i.e = ensureEnum(CheckboxLabelPosition_$type, v);
|
|
598
|
+
this._a("labelPosition", enumToString(CheckboxLabelPosition_$type, this.i.e));
|
|
599
599
|
},
|
|
600
600
|
enumerable: true,
|
|
601
601
|
configurable: true
|
|
602
602
|
});
|
|
603
|
-
Object.defineProperty(
|
|
603
|
+
Object.defineProperty(IgcXCheckboxComponent.prototype, "disableRipple", {
|
|
604
604
|
/**
|
|
605
605
|
* Gets or sets whether to disable the ripple effect for the checkbox.
|
|
606
606
|
*/
|
|
@@ -614,7 +614,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
614
614
|
enumerable: true,
|
|
615
615
|
configurable: true
|
|
616
616
|
});
|
|
617
|
-
Object.defineProperty(
|
|
617
|
+
Object.defineProperty(IgcXCheckboxComponent.prototype, "checked", {
|
|
618
618
|
/**
|
|
619
619
|
* Gets or sets whether the checkbox is checked.
|
|
620
620
|
*/
|
|
@@ -628,7 +628,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
628
628
|
enumerable: true,
|
|
629
629
|
configurable: true
|
|
630
630
|
});
|
|
631
|
-
Object.defineProperty(
|
|
631
|
+
Object.defineProperty(IgcXCheckboxComponent.prototype, "indeterminate", {
|
|
632
632
|
/**
|
|
633
633
|
* Gets or sets whether the checkbox is indeterminate.
|
|
634
634
|
*/
|
|
@@ -642,7 +642,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
642
642
|
enumerable: true,
|
|
643
643
|
configurable: true
|
|
644
644
|
});
|
|
645
|
-
Object.defineProperty(
|
|
645
|
+
Object.defineProperty(IgcXCheckboxComponent.prototype, "disabled", {
|
|
646
646
|
/**
|
|
647
647
|
* Gets or sets whether the checkbox is disabled.
|
|
648
648
|
*/
|
|
@@ -656,7 +656,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
656
656
|
enumerable: true,
|
|
657
657
|
configurable: true
|
|
658
658
|
});
|
|
659
|
-
Object.defineProperty(
|
|
659
|
+
Object.defineProperty(IgcXCheckboxComponent.prototype, "disableTransitions", {
|
|
660
660
|
/**
|
|
661
661
|
* Gets or sets whether the checkbox transitions are disabled.
|
|
662
662
|
*/
|
|
@@ -670,22 +670,22 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
670
670
|
enumerable: true,
|
|
671
671
|
configurable: true
|
|
672
672
|
});
|
|
673
|
-
|
|
673
|
+
IgcXCheckboxComponent.prototype.findByName = function (name) {
|
|
674
674
|
return null;
|
|
675
675
|
};
|
|
676
|
-
Object.defineProperty(
|
|
676
|
+
Object.defineProperty(IgcXCheckboxComponent.prototype, "hasUserValues", {
|
|
677
677
|
get: function () {
|
|
678
678
|
return this._hasUserValues;
|
|
679
679
|
},
|
|
680
680
|
enumerable: true,
|
|
681
681
|
configurable: true
|
|
682
682
|
});
|
|
683
|
-
|
|
683
|
+
IgcXCheckboxComponent.prototype.__m = function (propertyName) {
|
|
684
684
|
if (!this._inStyling) {
|
|
685
685
|
this._hasUserValues.add(propertyName);
|
|
686
686
|
}
|
|
687
687
|
};
|
|
688
|
-
|
|
688
|
+
IgcXCheckboxComponent.prototype._styling = function (container, component, parent) {
|
|
689
689
|
if (this._inStyling) {
|
|
690
690
|
return;
|
|
691
691
|
}
|
|
@@ -697,7 +697,7 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
697
697
|
if (typeName.indexOf("Xam") === 0) {
|
|
698
698
|
typeName = typeName.substring(3);
|
|
699
699
|
}
|
|
700
|
-
genericPrefix = toSpinal("
|
|
700
|
+
genericPrefix = toSpinal("XCheckboxComponent");
|
|
701
701
|
var additionalPrefixes = [];
|
|
702
702
|
var prefix = toSpinal(typeName);
|
|
703
703
|
additionalPrefixes.push(prefix + "-");
|
|
@@ -730,17 +730,17 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
730
730
|
}
|
|
731
731
|
this._inStyling = false;
|
|
732
732
|
};
|
|
733
|
-
|
|
733
|
+
IgcXCheckboxComponent.prototype.onDetachedFromUI = function () {
|
|
734
734
|
this.i.onDetachedFromUI();
|
|
735
735
|
};
|
|
736
|
-
|
|
736
|
+
IgcXCheckboxComponent.prototype.onAttachedToUI = function () {
|
|
737
737
|
this.i.onAttachedToUI();
|
|
738
738
|
};
|
|
739
739
|
/**
|
|
740
740
|
* Exports visual information about the current state of the grid.
|
|
741
741
|
|
|
742
742
|
*/
|
|
743
|
-
|
|
743
|
+
IgcXCheckboxComponent.prototype.exportVisualModel = function () {
|
|
744
744
|
var iv = this.i.a4();
|
|
745
745
|
return (iv);
|
|
746
746
|
};
|
|
@@ -748,11 +748,11 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
748
748
|
* Returns a serialized copy of the exported visual model
|
|
749
749
|
|
|
750
750
|
*/
|
|
751
|
-
|
|
751
|
+
IgcXCheckboxComponent.prototype.exportSerializedVisualModel = function () {
|
|
752
752
|
var iv = this.i.bv();
|
|
753
753
|
return (iv);
|
|
754
754
|
};
|
|
755
|
-
Object.defineProperty(
|
|
755
|
+
Object.defineProperty(IgcXCheckboxComponent.prototype, "change", {
|
|
756
756
|
get: function () {
|
|
757
757
|
return this._change;
|
|
758
758
|
},
|
|
@@ -779,10 +779,9 @@ var IgcCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
779
779
|
enumerable: true,
|
|
780
780
|
configurable: true
|
|
781
781
|
});
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
return
|
|
782
|
+
IgcXCheckboxComponent._observedAttributesIgcXCheckboxComponent = null;
|
|
783
|
+
IgcXCheckboxComponent.htmlTagName = "igc-x-checkbox";
|
|
784
|
+
IgcXCheckboxComponent._isElementRegistered = false;
|
|
785
|
+
return IgcXCheckboxComponent;
|
|
786
786
|
}(IgcHTMLElement));
|
|
787
|
-
export {
|
|
788
|
-
//# sourceMappingURL=igc-checkbox-component.js.map
|
|
787
|
+
export { IgcXCheckboxComponent };
|
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
var IgcXCheckboxModule = /** @class */ /*@__PURE__*/ (function () {
|
|
13
|
+
function IgcXCheckboxModule() {
|
|
14
|
+
}
|
|
15
|
+
IgcXCheckboxModule.register = function () {
|
|
16
|
+
IgcXRippleModule.register();
|
|
17
|
+
IgcChildContentModule.register();
|
|
18
|
+
IgcXCheckboxComponent.register();
|
|
19
|
+
TypeRegistrar.registerCons('IgcXCheckboxComponent', IgcXCheckboxComponent);
|
|
20
|
+
TypeRegistrar.registerCons('IgcXCheckboxComponent', IgcXCheckboxComponent);
|
|
21
|
+
TypeRegistrar.register('XCheckbox', XCheckbox.$type);
|
|
22
|
+
};
|
|
23
|
+
return IgcXCheckboxModule;
|
|
24
|
+
}());
|
|
25
|
+
export { IgcXCheckboxModule };
|