igniteui-webcomponents-inputs 1.4.0 → 3.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-inputs.umd.js +2184 -2015
- 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 +97 -98
- package/esm2015/lib/ButtonGroupVisualModelExport.js +0 -1
- package/esm2015/lib/ButtonView.js +0 -1
- package/esm2015/lib/ButtonView_combined.js +174 -175
- package/esm2015/lib/ButtonVisualModelExport.js +0 -1
- package/esm2015/lib/CalendarView.js +0 -1
- package/esm2015/lib/CalendarView_combined.js +542 -506
- 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 +37 -38
- 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 +461 -411
- 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/IconClickedEventArgs.js +0 -1
- package/esm2015/lib/IconView.js +0 -1
- package/esm2015/lib/IconView_combined.js +36 -37
- package/esm2015/lib/IconVisualModelExport.js +0 -1
- 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 +305 -299
- package/esm2015/lib/InputGroupVisualModelExport.js +1 -2
- 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 +0 -1
- 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/XButton.js +0 -1
- package/esm2015/lib/XButtonGroup.js +0 -1
- package/esm2015/lib/XButtonGroupButtonCollection.js +0 -1
- package/esm2015/lib/{Calendar.js → XCalendar.js} +1 -2
- package/esm2015/lib/{CalendarLocaleEn.js → XCalendarLocaleEn.js} +1 -2
- package/esm2015/lib/XCheckbox.js +0 -1
- package/esm2015/lib/XIcon.js +0 -1
- package/esm2015/lib/XInput.js +0 -1
- package/esm2015/lib/XInputGroup.js +0 -1
- package/esm2015/lib/XInputGroupInputCollection.js +0 -1
- package/esm2015/lib/XInputGroupItem.js +0 -1
- package/esm2015/lib/XLabel.js +0 -1
- package/esm2015/lib/XPrefix.js +0 -1
- package/esm2015/lib/XRipple.js +0 -1
- package/esm2015/lib/XSuffix.js +0 -1
- 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 +76 -46
- package/esm2015/lib/igc-date-picker-module.js +2 -3
- 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-x-button-component.js +18 -19
- package/esm2015/lib/igc-x-button-group-button-collection.js +0 -1
- package/esm2015/lib/igc-x-button-group-component.js +15 -16
- package/esm2015/lib/igc-x-button-group-module.js +0 -1
- package/esm2015/lib/igc-x-button-module.js +0 -1
- 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-calendar-module.js → igc-x-calendar-module.js} +7 -8
- package/esm2015/lib/igc-x-checkbox-component.js +6 -7
- package/esm2015/lib/igc-x-checkbox-module.js +0 -1
- package/esm2015/lib/igc-x-icon-component.js +0 -1
- package/esm2015/lib/igc-x-icon-module.js +0 -1
- package/esm2015/lib/igc-x-input-component.js +14 -16
- package/esm2015/lib/igc-x-input-group-component.js +84 -85
- package/esm2015/lib/igc-x-input-group-input-collection.js +0 -1
- package/esm2015/lib/igc-x-input-group-item-component.js +0 -1
- package/esm2015/lib/igc-x-input-group-module.js +0 -1
- package/esm2015/lib/igc-x-input-module.js +0 -1
- package/esm2015/lib/igc-x-label-component.js +9 -10
- package/esm2015/lib/igc-x-label-module.js +0 -1
- package/esm2015/lib/igc-x-prefix-component.js +0 -1
- package/esm2015/lib/igc-x-prefix-module.js +0 -1
- package/esm2015/lib/igc-x-ripple-component.js +0 -1
- package/esm2015/lib/igc-x-ripple-module.js +0 -1
- package/esm2015/lib/igc-x-suffix-component.js +0 -1
- package/esm2015/public_api.js +7 -8
- 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 +92 -93
- package/esm5/lib/ButtonGroupVisualModelExport.js +0 -1
- package/esm5/lib/ButtonView.js +0 -1
- package/esm5/lib/ButtonView_combined.js +168 -169
- package/esm5/lib/ButtonVisualModelExport.js +0 -1
- package/esm5/lib/CalendarView.js +0 -1
- package/esm5/lib/CalendarView_combined.js +597 -561
- 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 +35 -36
- 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 +456 -402
- 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 +0 -1
- package/esm5/lib/IconView.js +0 -1
- package/esm5/lib/IconView_combined.js +36 -37
- package/esm5/lib/IconVisualModelExport.js +0 -1
- 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 +294 -288
- package/esm5/lib/InputGroupVisualModelExport.js +1 -2
- 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 +0 -1
- 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 +0 -1
- package/esm5/lib/XButtonGroup.js +0 -1
- package/esm5/lib/XButtonGroupButtonCollection.js +0 -1
- package/esm5/lib/{Calendar.js → XCalendar.js} +1 -2
- package/esm5/lib/{CalendarLocaleEn.js → XCalendarLocaleEn.js} +4 -5
- package/esm5/lib/XCheckbox.js +0 -1
- package/esm5/lib/XIcon.js +0 -1
- package/esm5/lib/XInput.js +0 -1
- package/esm5/lib/XInputGroup.js +0 -1
- package/esm5/lib/XInputGroupInputCollection.js +0 -1
- package/esm5/lib/XInputGroupItem.js +0 -1
- package/esm5/lib/XLabel.js +0 -1
- package/esm5/lib/XPrefix.js +0 -1
- package/esm5/lib/XRipple.js +0 -1
- package/esm5/lib/XSuffix.js +0 -1
- 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 +79 -44
- package/esm5/lib/igc-date-picker-module.js +2 -3
- 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-x-button-component.js +18 -19
- package/esm5/lib/igc-x-button-group-button-collection.js +0 -1
- package/esm5/lib/igc-x-button-group-component.js +15 -16
- package/esm5/lib/igc-x-button-group-module.js +0 -1
- package/esm5/lib/igc-x-button-module.js +0 -1
- 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-calendar-module.js → igc-x-calendar-module.js} +11 -12
- package/esm5/lib/igc-x-checkbox-component.js +6 -7
- package/esm5/lib/igc-x-checkbox-module.js +0 -1
- package/esm5/lib/igc-x-icon-component.js +0 -1
- package/esm5/lib/igc-x-icon-module.js +0 -1
- package/esm5/lib/igc-x-input-component.js +14 -16
- package/esm5/lib/igc-x-input-group-component.js +84 -85
- package/esm5/lib/igc-x-input-group-input-collection.js +0 -1
- package/esm5/lib/igc-x-input-group-item-component.js +0 -1
- package/esm5/lib/igc-x-input-group-module.js +0 -1
- package/esm5/lib/igc-x-input-module.js +0 -1
- package/esm5/lib/igc-x-label-component.js +9 -10
- package/esm5/lib/igc-x-label-module.js +0 -1
- package/esm5/lib/igc-x-prefix-component.js +0 -1
- package/esm5/lib/igc-x-prefix-module.js +0 -1
- package/esm5/lib/igc-x-ripple-component.js +0 -1
- package/esm5/lib/igc-x-ripple-module.js +0 -1
- package/esm5/lib/igc-x-suffix-component.js +0 -1
- package/esm5/public_api.js +7 -8
- package/fesm2015/igniteui-webcomponents-inputs.js +2120 -1965
- package/fesm5/igniteui-webcomponents-inputs.js +2177 -2008
- package/lib/ButtonGroupView_combined.d.ts +13 -13
- package/lib/ButtonView_combined.d.ts +17 -17
- package/lib/CalendarView_combined.d.ts +67 -63
- package/lib/CheckboxView_combined.d.ts +6 -6
- package/lib/DatePickerView_combined.d.ts +71 -68
- package/lib/DatePickerVisualModelExport.d.ts +5 -5
- package/lib/IconView_combined.d.ts +11 -12
- package/lib/InputGroupView_combined.d.ts +41 -40
- package/lib/InputVisualModelExport.d.ts +2 -2
- package/lib/LabelVisualModelExport.d.ts +3 -3
- package/lib/{ValueChangedEventArgs.d.ts → SelectedValueChangedEventArgs.d.ts} +1 -1
- package/lib/XCalendar.d.ts +1 -0
- package/lib/{CalendarLocaleEn.d.ts → XCalendarLocaleEn.d.ts} +1 -1
- 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-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/package.json +3 -3
- package/public_api.d.ts +7 -7
- 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/ButtonClickEventArgs.js.map +0 -1
- package/esm2015/lib/ButtonDisplayStyle.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.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/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/IconClickedEventArgs.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/InputChangeEventArgs.js.map +0 -1
- package/esm2015/lib/InputGroupDisplayType.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/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/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/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/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/XButton.js.map +0 -1
- package/esm2015/lib/XButtonGroup.js.map +0 -1
- package/esm2015/lib/XButtonGroupButtonCollection.js.map +0 -1
- package/esm2015/lib/XCheckbox.js.map +0 -1
- package/esm2015/lib/XIcon.js.map +0 -1
- package/esm2015/lib/XInput.js.map +0 -1
- package/esm2015/lib/XInputGroup.js.map +0 -1
- package/esm2015/lib/XInputGroupInputCollection.js.map +0 -1
- package/esm2015/lib/XInputGroupItem.js.map +0 -1
- package/esm2015/lib/XLabel.js.map +0 -1
- package/esm2015/lib/XPrefix.js.map +0 -1
- package/esm2015/lib/XRipple.js.map +0 -1
- package/esm2015/lib/XSuffix.js.map +0 -1
- package/esm2015/lib/igc-button-click-event-args.js.map +0 -1
- package/esm2015/lib/igc-button-group-selection-changed-event-args.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.map +0 -1
- package/esm2015/lib/igc-checkbox-change-event-args.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-input-change-event-args.js.map +0 -1
- package/esm2015/lib/igc-lost-focus-event-args.js.map +0 -1
- package/esm2015/lib/igc-value-changed-event-args.js.map +0 -1
- package/esm2015/lib/igc-x-button-component.js.map +0 -1
- package/esm2015/lib/igc-x-button-group-button-collection.js.map +0 -1
- package/esm2015/lib/igc-x-button-group-component.js.map +0 -1
- package/esm2015/lib/igc-x-button-group-module.js.map +0 -1
- package/esm2015/lib/igc-x-button-module.js.map +0 -1
- package/esm2015/lib/igc-x-checkbox-component.js.map +0 -1
- package/esm2015/lib/igc-x-checkbox-module.js.map +0 -1
- package/esm2015/lib/igc-x-icon-component.js.map +0 -1
- package/esm2015/lib/igc-x-icon-module.js.map +0 -1
- package/esm2015/lib/igc-x-input-component.js.map +0 -1
- package/esm2015/lib/igc-x-input-group-component.js.map +0 -1
- package/esm2015/lib/igc-x-input-group-input-collection.js.map +0 -1
- package/esm2015/lib/igc-x-input-group-item-component.js.map +0 -1
- package/esm2015/lib/igc-x-input-group-module.js.map +0 -1
- package/esm2015/lib/igc-x-input-module.js.map +0 -1
- package/esm2015/lib/igc-x-label-component.js.map +0 -1
- package/esm2015/lib/igc-x-label-module.js.map +0 -1
- package/esm2015/lib/igc-x-prefix-component.js.map +0 -1
- package/esm2015/lib/igc-x-prefix-module.js.map +0 -1
- package/esm2015/lib/igc-x-ripple-component.js.map +0 -1
- package/esm2015/lib/igc-x-ripple-module.js.map +0 -1
- package/esm2015/lib/igc-x-suffix-component.js.map +0 -1
- package/esm2015/public_api.js.map +0 -1
- package/esm5/igniteui-webcomponents-inputs.js.map +0 -1
- package/esm5/lib/ButtonClickEventArgs.js.map +0 -1
- package/esm5/lib/ButtonDisplayStyle.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.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/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/IconClickedEventArgs.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/InputChangeEventArgs.js.map +0 -1
- package/esm5/lib/InputGroupDisplayType.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/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/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/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/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/XButton.js.map +0 -1
- package/esm5/lib/XButtonGroup.js.map +0 -1
- package/esm5/lib/XButtonGroupButtonCollection.js.map +0 -1
- package/esm5/lib/XCheckbox.js.map +0 -1
- package/esm5/lib/XIcon.js.map +0 -1
- package/esm5/lib/XInput.js.map +0 -1
- package/esm5/lib/XInputGroup.js.map +0 -1
- package/esm5/lib/XInputGroupInputCollection.js.map +0 -1
- package/esm5/lib/XInputGroupItem.js.map +0 -1
- package/esm5/lib/XLabel.js.map +0 -1
- package/esm5/lib/XPrefix.js.map +0 -1
- package/esm5/lib/XRipple.js.map +0 -1
- package/esm5/lib/XSuffix.js.map +0 -1
- package/esm5/lib/igc-button-click-event-args.js.map +0 -1
- package/esm5/lib/igc-button-group-selection-changed-event-args.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.map +0 -1
- package/esm5/lib/igc-checkbox-change-event-args.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-input-change-event-args.js.map +0 -1
- package/esm5/lib/igc-lost-focus-event-args.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/lib/igc-x-button-component.js.map +0 -1
- package/esm5/lib/igc-x-button-group-button-collection.js.map +0 -1
- package/esm5/lib/igc-x-button-group-component.js.map +0 -1
- package/esm5/lib/igc-x-button-group-module.js.map +0 -1
- package/esm5/lib/igc-x-button-module.js.map +0 -1
- package/esm5/lib/igc-x-checkbox-component.js.map +0 -1
- package/esm5/lib/igc-x-checkbox-module.js.map +0 -1
- package/esm5/lib/igc-x-icon-component.js.map +0 -1
- package/esm5/lib/igc-x-icon-module.js.map +0 -1
- package/esm5/lib/igc-x-input-component.js.map +0 -1
- package/esm5/lib/igc-x-input-group-component.js.map +0 -1
- package/esm5/lib/igc-x-input-group-input-collection.js.map +0 -1
- package/esm5/lib/igc-x-input-group-item-component.js.map +0 -1
- package/esm5/lib/igc-x-input-group-module.js.map +0 -1
- package/esm5/lib/igc-x-input-module.js.map +0 -1
- package/esm5/lib/igc-x-label-component.js.map +0 -1
- package/esm5/lib/igc-x-label-module.js.map +0 -1
- package/esm5/lib/igc-x-prefix-component.js.map +0 -1
- package/esm5/lib/igc-x-prefix-module.js.map +0 -1
- package/esm5/lib/igc-x-ripple-component.js.map +0 -1
- package/esm5/lib/igc-x-ripple-module.js.map +0 -1
- package/esm5/lib/igc-x-suffix-component.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/Calendar.d.ts +0 -1
- package/lib/igc-calendar-locale-en-module.d.ts +0 -3
- package/lib/igc-calendar-module.d.ts +0 -3
- package/lib/igc-value-changed-event-args.d.ts +0 -14
|
@@ -6,21 +6,20 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
6
6
|
*/
|
|
7
7
|
import { IgcXButtonModule } from './igc-x-button-module';
|
|
8
8
|
import { IgcXIconModule } from './igc-x-icon-module';
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
9
|
+
import { IgcXCalendarComponent } from './igc-x-calendar-component';
|
|
10
|
+
import { XCalendar } from './XCalendar';
|
|
11
11
|
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
12
|
-
var
|
|
13
|
-
function
|
|
12
|
+
var IgcXCalendarModule = /** @class */ /*@__PURE__*/ (function () {
|
|
13
|
+
function IgcXCalendarModule() {
|
|
14
14
|
}
|
|
15
|
-
|
|
15
|
+
IgcXCalendarModule.register = function () {
|
|
16
16
|
IgcXButtonModule.register();
|
|
17
17
|
IgcXIconModule.register();
|
|
18
|
-
|
|
19
|
-
TypeRegistrar.registerCons('
|
|
20
|
-
TypeRegistrar.registerCons('
|
|
21
|
-
TypeRegistrar.register('
|
|
18
|
+
IgcXCalendarComponent.register();
|
|
19
|
+
TypeRegistrar.registerCons('IgcXCalendarComponent', IgcXCalendarComponent);
|
|
20
|
+
TypeRegistrar.registerCons('IgcXCalendarComponent', IgcXCalendarComponent);
|
|
21
|
+
TypeRegistrar.register('XCalendar', XCalendar.$type);
|
|
22
22
|
};
|
|
23
|
-
return
|
|
23
|
+
return IgcXCalendarModule;
|
|
24
24
|
}());
|
|
25
|
-
export {
|
|
26
|
-
//# sourceMappingURL=igc-calendar-module.js.map
|
|
25
|
+
export { IgcXCalendarModule };
|
|
@@ -220,11 +220,11 @@ var IgcXCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
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
|
|
@@ -591,11 +591,11 @@ var IgcXCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
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
|
|
@@ -785,4 +785,3 @@ var IgcXCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
785
785
|
return IgcXCheckboxComponent;
|
|
786
786
|
}(IgcHTMLElement));
|
|
787
787
|
export { IgcXCheckboxComponent };
|
|
788
|
-
//# sourceMappingURL=igc-x-checkbox-component.js.map
|
|
@@ -34,23 +34,22 @@ function injectCss(style, attributeName, onload) {
|
|
|
34
34
|
}
|
|
35
35
|
for (var i = 0; i < document.head.children.length; i++) {
|
|
36
36
|
var child = document.head.children[i];
|
|
37
|
-
if (child.tagName
|
|
37
|
+
if (child.tagName &&
|
|
38
|
+
child.tagName.toLowerCase() == "style" && child.hasAttribute(attributeName)) {
|
|
38
39
|
return;
|
|
39
40
|
}
|
|
40
41
|
}
|
|
41
|
-
var
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
link.setAttribute('type', 'text/css');
|
|
45
|
-
link.setAttribute(attributeName, 'true');
|
|
42
|
+
var styleEle = document.createElement("style");
|
|
43
|
+
styleEle.textContent = style;
|
|
44
|
+
styleEle.setAttribute(attributeName, 'true');
|
|
46
45
|
if (onload) {
|
|
47
46
|
var onloadResolved = function () {
|
|
48
|
-
|
|
47
|
+
styleEle.onload = null;
|
|
49
48
|
onload();
|
|
50
49
|
};
|
|
51
|
-
|
|
50
|
+
styleEle.onload = onloadResolved;
|
|
52
51
|
}
|
|
53
|
-
document.head.appendChild(
|
|
52
|
+
document.head.appendChild(styleEle);
|
|
54
53
|
}
|
|
55
54
|
var IgcXInputComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
56
55
|
tslib_1.__extends(IgcXInputComponent, _super);
|
|
@@ -208,11 +207,11 @@ var IgcXInputComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
208
207
|
* Gets or sets the display density to use for the input.
|
|
209
208
|
*/
|
|
210
209
|
get: function () {
|
|
211
|
-
return this.i.
|
|
210
|
+
return this.i.x;
|
|
212
211
|
},
|
|
213
212
|
set: function (v) {
|
|
214
|
-
this.i.
|
|
215
|
-
this._a("density", enumToString(ControlDisplayDensity_$type, this.i.
|
|
213
|
+
this.i.x = ensureEnum(ControlDisplayDensity_$type, v);
|
|
214
|
+
this._a("density", enumToString(ControlDisplayDensity_$type, this.i.x));
|
|
216
215
|
},
|
|
217
216
|
enumerable: true,
|
|
218
217
|
configurable: true
|
|
@@ -222,11 +221,11 @@ var IgcXInputComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
222
221
|
* Gets the actual display density to use for the label.
|
|
223
222
|
*/
|
|
224
223
|
get: function () {
|
|
225
|
-
return this.i.
|
|
224
|
+
return this.i.w;
|
|
226
225
|
},
|
|
227
226
|
set: function (v) {
|
|
228
|
-
this.i.
|
|
229
|
-
this._a("actualDensity", enumToString(ControlDisplayDensity_$type, this.i.
|
|
227
|
+
this.i.w = ensureEnum(ControlDisplayDensity_$type, v);
|
|
228
|
+
this._a("actualDensity", enumToString(ControlDisplayDensity_$type, this.i.w));
|
|
230
229
|
},
|
|
231
230
|
enumerable: true,
|
|
232
231
|
configurable: true
|
|
@@ -687,4 +686,3 @@ var IgcXInputComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
687
686
|
return IgcXInputComponent;
|
|
688
687
|
}(IgcXInputGroupItemComponent));
|
|
689
688
|
export { IgcXInputComponent };
|
|
690
|
-
//# sourceMappingURL=igc-x-input-component.js.map
|
|
@@ -288,11 +288,11 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
288
288
|
* Gets or sets the display style to use for the button.
|
|
289
289
|
*/
|
|
290
290
|
get: function () {
|
|
291
|
-
return this.i.
|
|
291
|
+
return this.i.d;
|
|
292
292
|
},
|
|
293
293
|
set: function (v) {
|
|
294
|
-
this.i.
|
|
295
|
-
this._a("displayType", enumToString(InputGroupDisplayType_$type, this.i.
|
|
294
|
+
this.i.d = ensureEnum(InputGroupDisplayType_$type, v);
|
|
295
|
+
this._a("displayType", enumToString(InputGroupDisplayType_$type, this.i.d));
|
|
296
296
|
},
|
|
297
297
|
enumerable: true,
|
|
298
298
|
configurable: true
|
|
@@ -302,11 +302,11 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
302
302
|
* Gets or sets the display density to use for the input group.
|
|
303
303
|
*/
|
|
304
304
|
get: function () {
|
|
305
|
-
return this.i.
|
|
305
|
+
return this.i.n;
|
|
306
306
|
},
|
|
307
307
|
set: function (v) {
|
|
308
|
-
this.i.
|
|
309
|
-
this._a("density", enumToString(ControlDisplayDensity_$type, this.i.
|
|
308
|
+
this.i.n = ensureEnum(ControlDisplayDensity_$type, v);
|
|
309
|
+
this._a("density", enumToString(ControlDisplayDensity_$type, this.i.n));
|
|
310
310
|
},
|
|
311
311
|
enumerable: true,
|
|
312
312
|
configurable: true
|
|
@@ -316,11 +316,11 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
316
316
|
* Gets the actual display density to use for the input group.
|
|
317
317
|
*/
|
|
318
318
|
get: function () {
|
|
319
|
-
return this.i.
|
|
319
|
+
return this.i.m;
|
|
320
320
|
},
|
|
321
321
|
set: function (v) {
|
|
322
|
-
this.i.
|
|
323
|
-
this._a("actualDensity", enumToString(ControlDisplayDensity_$type, this.i.
|
|
322
|
+
this.i.m = ensureEnum(ControlDisplayDensity_$type, v);
|
|
323
|
+
this._a("actualDensity", enumToString(ControlDisplayDensity_$type, this.i.m));
|
|
324
324
|
},
|
|
325
325
|
enumerable: true,
|
|
326
326
|
configurable: true
|
|
@@ -330,11 +330,11 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
330
330
|
* Gets or sets the base built in theme to use for the label.
|
|
331
331
|
*/
|
|
332
332
|
get: function () {
|
|
333
|
-
return this.i.
|
|
333
|
+
return this.i.j;
|
|
334
334
|
},
|
|
335
335
|
set: function (v) {
|
|
336
|
-
this.i.
|
|
337
|
-
this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.
|
|
336
|
+
this.i.j = ensureEnum(BaseControlTheme_$type, v);
|
|
337
|
+
this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.j));
|
|
338
338
|
},
|
|
339
339
|
enumerable: true,
|
|
340
340
|
configurable: true
|
|
@@ -462,12 +462,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
462
462
|
};
|
|
463
463
|
Object.defineProperty(IgcXInputGroupComponent.prototype, "actualContentPaddingBottom", {
|
|
464
464
|
get: function () {
|
|
465
|
-
return this.i.tg ? this.i.tg.
|
|
465
|
+
return this.i.tg ? this.i.tg.bottom : NaN;
|
|
466
466
|
},
|
|
467
467
|
set: function (v) {
|
|
468
468
|
this.ensureActualContentPadding();
|
|
469
|
-
this.i.tg.
|
|
470
|
-
this._a("actualContentPaddingBottom", this.i.tg.
|
|
469
|
+
this.i.tg.bottom = +v;
|
|
470
|
+
this._a("actualContentPaddingBottom", this.i.tg.bottom);
|
|
471
471
|
this.i.tg = this.i.tg;
|
|
472
472
|
},
|
|
473
473
|
enumerable: true,
|
|
@@ -475,12 +475,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
475
475
|
});
|
|
476
476
|
Object.defineProperty(IgcXInputGroupComponent.prototype, "actualContentPaddingLeft", {
|
|
477
477
|
get: function () {
|
|
478
|
-
return this.i.tg ? this.i.tg.
|
|
478
|
+
return this.i.tg ? this.i.tg.left : NaN;
|
|
479
479
|
},
|
|
480
480
|
set: function (v) {
|
|
481
481
|
this.ensureActualContentPadding();
|
|
482
|
-
this.i.tg.
|
|
483
|
-
this._a("actualContentPaddingLeft", this.i.tg.
|
|
482
|
+
this.i.tg.left = +v;
|
|
483
|
+
this._a("actualContentPaddingLeft", this.i.tg.left);
|
|
484
484
|
this.i.tg = this.i.tg;
|
|
485
485
|
},
|
|
486
486
|
enumerable: true,
|
|
@@ -488,12 +488,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
488
488
|
});
|
|
489
489
|
Object.defineProperty(IgcXInputGroupComponent.prototype, "actualContentPaddingRight", {
|
|
490
490
|
get: function () {
|
|
491
|
-
return this.i.tg ? this.i.tg.
|
|
491
|
+
return this.i.tg ? this.i.tg.right : NaN;
|
|
492
492
|
},
|
|
493
493
|
set: function (v) {
|
|
494
494
|
this.ensureActualContentPadding();
|
|
495
|
-
this.i.tg.
|
|
496
|
-
this._a("actualContentPaddingRight", this.i.tg.
|
|
495
|
+
this.i.tg.right = +v;
|
|
496
|
+
this._a("actualContentPaddingRight", this.i.tg.right);
|
|
497
497
|
this.i.tg = this.i.tg;
|
|
498
498
|
},
|
|
499
499
|
enumerable: true,
|
|
@@ -501,12 +501,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
501
501
|
});
|
|
502
502
|
Object.defineProperty(IgcXInputGroupComponent.prototype, "actualContentPaddingTop", {
|
|
503
503
|
get: function () {
|
|
504
|
-
return this.i.tg ? this.i.tg.
|
|
504
|
+
return this.i.tg ? this.i.tg.top : NaN;
|
|
505
505
|
},
|
|
506
506
|
set: function (v) {
|
|
507
507
|
this.ensureActualContentPadding();
|
|
508
|
-
this.i.tg.
|
|
509
|
-
this._a("actualContentPaddingTop", this.i.tg.
|
|
508
|
+
this.i.tg.top = +v;
|
|
509
|
+
this._a("actualContentPaddingTop", this.i.tg.top);
|
|
510
510
|
this.i.tg = this.i.tg;
|
|
511
511
|
},
|
|
512
512
|
enumerable: true,
|
|
@@ -802,12 +802,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
802
802
|
};
|
|
803
803
|
Object.defineProperty(IgcXInputGroupComponent.prototype, "contentPaddingBottom", {
|
|
804
804
|
get: function () {
|
|
805
|
-
return this.i.tk ? this.i.tk.
|
|
805
|
+
return this.i.tk ? this.i.tk.bottom : NaN;
|
|
806
806
|
},
|
|
807
807
|
set: function (v) {
|
|
808
808
|
this.ensureContentPadding();
|
|
809
|
-
this.i.tk.
|
|
810
|
-
this._a("contentPaddingBottom", this.i.tk.
|
|
809
|
+
this.i.tk.bottom = +v;
|
|
810
|
+
this._a("contentPaddingBottom", this.i.tk.bottom);
|
|
811
811
|
this.i.tk = this.i.tk;
|
|
812
812
|
},
|
|
813
813
|
enumerable: true,
|
|
@@ -815,12 +815,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
815
815
|
});
|
|
816
816
|
Object.defineProperty(IgcXInputGroupComponent.prototype, "contentPaddingLeft", {
|
|
817
817
|
get: function () {
|
|
818
|
-
return this.i.tk ? this.i.tk.
|
|
818
|
+
return this.i.tk ? this.i.tk.left : NaN;
|
|
819
819
|
},
|
|
820
820
|
set: function (v) {
|
|
821
821
|
this.ensureContentPadding();
|
|
822
|
-
this.i.tk.
|
|
823
|
-
this._a("contentPaddingLeft", this.i.tk.
|
|
822
|
+
this.i.tk.left = +v;
|
|
823
|
+
this._a("contentPaddingLeft", this.i.tk.left);
|
|
824
824
|
this.i.tk = this.i.tk;
|
|
825
825
|
},
|
|
826
826
|
enumerable: true,
|
|
@@ -828,12 +828,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
828
828
|
});
|
|
829
829
|
Object.defineProperty(IgcXInputGroupComponent.prototype, "contentPaddingRight", {
|
|
830
830
|
get: function () {
|
|
831
|
-
return this.i.tk ? this.i.tk.
|
|
831
|
+
return this.i.tk ? this.i.tk.right : NaN;
|
|
832
832
|
},
|
|
833
833
|
set: function (v) {
|
|
834
834
|
this.ensureContentPadding();
|
|
835
|
-
this.i.tk.
|
|
836
|
-
this._a("contentPaddingRight", this.i.tk.
|
|
835
|
+
this.i.tk.right = +v;
|
|
836
|
+
this._a("contentPaddingRight", this.i.tk.right);
|
|
837
837
|
this.i.tk = this.i.tk;
|
|
838
838
|
},
|
|
839
839
|
enumerable: true,
|
|
@@ -841,12 +841,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
841
841
|
});
|
|
842
842
|
Object.defineProperty(IgcXInputGroupComponent.prototype, "contentPaddingTop", {
|
|
843
843
|
get: function () {
|
|
844
|
-
return this.i.tk ? this.i.tk.
|
|
844
|
+
return this.i.tk ? this.i.tk.top : NaN;
|
|
845
845
|
},
|
|
846
846
|
set: function (v) {
|
|
847
847
|
this.ensureContentPadding();
|
|
848
|
-
this.i.tk.
|
|
849
|
-
this._a("contentPaddingTop", this.i.tk.
|
|
848
|
+
this.i.tk.top = +v;
|
|
849
|
+
this._a("contentPaddingTop", this.i.tk.top);
|
|
850
850
|
this.i.tk = this.i.tk;
|
|
851
851
|
},
|
|
852
852
|
enumerable: true,
|
|
@@ -1156,12 +1156,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1156
1156
|
};
|
|
1157
1157
|
Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeContentPaddingBottom", {
|
|
1158
1158
|
get: function () {
|
|
1159
|
-
return this.i.t0 ? this.i.t0.
|
|
1159
|
+
return this.i.t0 ? this.i.t0.bottom : NaN;
|
|
1160
1160
|
},
|
|
1161
1161
|
set: function (v) {
|
|
1162
1162
|
this.ensureLineTypeContentPadding();
|
|
1163
|
-
this.i.t0.
|
|
1164
|
-
this._a("lineTypeContentPaddingBottom", this.i.t0.
|
|
1163
|
+
this.i.t0.bottom = +v;
|
|
1164
|
+
this._a("lineTypeContentPaddingBottom", this.i.t0.bottom);
|
|
1165
1165
|
this.i.t0 = this.i.t0;
|
|
1166
1166
|
},
|
|
1167
1167
|
enumerable: true,
|
|
@@ -1169,12 +1169,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1169
1169
|
});
|
|
1170
1170
|
Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeContentPaddingLeft", {
|
|
1171
1171
|
get: function () {
|
|
1172
|
-
return this.i.t0 ? this.i.t0.
|
|
1172
|
+
return this.i.t0 ? this.i.t0.left : NaN;
|
|
1173
1173
|
},
|
|
1174
1174
|
set: function (v) {
|
|
1175
1175
|
this.ensureLineTypeContentPadding();
|
|
1176
|
-
this.i.t0.
|
|
1177
|
-
this._a("lineTypeContentPaddingLeft", this.i.t0.
|
|
1176
|
+
this.i.t0.left = +v;
|
|
1177
|
+
this._a("lineTypeContentPaddingLeft", this.i.t0.left);
|
|
1178
1178
|
this.i.t0 = this.i.t0;
|
|
1179
1179
|
},
|
|
1180
1180
|
enumerable: true,
|
|
@@ -1182,12 +1182,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1182
1182
|
});
|
|
1183
1183
|
Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeContentPaddingRight", {
|
|
1184
1184
|
get: function () {
|
|
1185
|
-
return this.i.t0 ? this.i.t0.
|
|
1185
|
+
return this.i.t0 ? this.i.t0.right : NaN;
|
|
1186
1186
|
},
|
|
1187
1187
|
set: function (v) {
|
|
1188
1188
|
this.ensureLineTypeContentPadding();
|
|
1189
|
-
this.i.t0.
|
|
1190
|
-
this._a("lineTypeContentPaddingRight", this.i.t0.
|
|
1189
|
+
this.i.t0.right = +v;
|
|
1190
|
+
this._a("lineTypeContentPaddingRight", this.i.t0.right);
|
|
1191
1191
|
this.i.t0 = this.i.t0;
|
|
1192
1192
|
},
|
|
1193
1193
|
enumerable: true,
|
|
@@ -1195,12 +1195,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1195
1195
|
});
|
|
1196
1196
|
Object.defineProperty(IgcXInputGroupComponent.prototype, "lineTypeContentPaddingTop", {
|
|
1197
1197
|
get: function () {
|
|
1198
|
-
return this.i.t0 ? this.i.t0.
|
|
1198
|
+
return this.i.t0 ? this.i.t0.top : NaN;
|
|
1199
1199
|
},
|
|
1200
1200
|
set: function (v) {
|
|
1201
1201
|
this.ensureLineTypeContentPadding();
|
|
1202
|
-
this.i.t0.
|
|
1203
|
-
this._a("lineTypeContentPaddingTop", this.i.t0.
|
|
1202
|
+
this.i.t0.top = +v;
|
|
1203
|
+
this._a("lineTypeContentPaddingTop", this.i.t0.top);
|
|
1204
1204
|
this.i.t0 = this.i.t0;
|
|
1205
1205
|
},
|
|
1206
1206
|
enumerable: true,
|
|
@@ -1510,12 +1510,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1510
1510
|
};
|
|
1511
1511
|
Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeContentPaddingBottom", {
|
|
1512
1512
|
get: function () {
|
|
1513
|
-
return this.i.ti ? this.i.ti.
|
|
1513
|
+
return this.i.ti ? this.i.ti.bottom : NaN;
|
|
1514
1514
|
},
|
|
1515
1515
|
set: function (v) {
|
|
1516
1516
|
this.ensureBoxTypeContentPadding();
|
|
1517
|
-
this.i.ti.
|
|
1518
|
-
this._a("boxTypeContentPaddingBottom", this.i.ti.
|
|
1517
|
+
this.i.ti.bottom = +v;
|
|
1518
|
+
this._a("boxTypeContentPaddingBottom", this.i.ti.bottom);
|
|
1519
1519
|
this.i.ti = this.i.ti;
|
|
1520
1520
|
},
|
|
1521
1521
|
enumerable: true,
|
|
@@ -1523,12 +1523,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1523
1523
|
});
|
|
1524
1524
|
Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeContentPaddingLeft", {
|
|
1525
1525
|
get: function () {
|
|
1526
|
-
return this.i.ti ? this.i.ti.
|
|
1526
|
+
return this.i.ti ? this.i.ti.left : NaN;
|
|
1527
1527
|
},
|
|
1528
1528
|
set: function (v) {
|
|
1529
1529
|
this.ensureBoxTypeContentPadding();
|
|
1530
|
-
this.i.ti.
|
|
1531
|
-
this._a("boxTypeContentPaddingLeft", this.i.ti.
|
|
1530
|
+
this.i.ti.left = +v;
|
|
1531
|
+
this._a("boxTypeContentPaddingLeft", this.i.ti.left);
|
|
1532
1532
|
this.i.ti = this.i.ti;
|
|
1533
1533
|
},
|
|
1534
1534
|
enumerable: true,
|
|
@@ -1536,12 +1536,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1536
1536
|
});
|
|
1537
1537
|
Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeContentPaddingRight", {
|
|
1538
1538
|
get: function () {
|
|
1539
|
-
return this.i.ti ? this.i.ti.
|
|
1539
|
+
return this.i.ti ? this.i.ti.right : NaN;
|
|
1540
1540
|
},
|
|
1541
1541
|
set: function (v) {
|
|
1542
1542
|
this.ensureBoxTypeContentPadding();
|
|
1543
|
-
this.i.ti.
|
|
1544
|
-
this._a("boxTypeContentPaddingRight", this.i.ti.
|
|
1543
|
+
this.i.ti.right = +v;
|
|
1544
|
+
this._a("boxTypeContentPaddingRight", this.i.ti.right);
|
|
1545
1545
|
this.i.ti = this.i.ti;
|
|
1546
1546
|
},
|
|
1547
1547
|
enumerable: true,
|
|
@@ -1549,12 +1549,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1549
1549
|
});
|
|
1550
1550
|
Object.defineProperty(IgcXInputGroupComponent.prototype, "boxTypeContentPaddingTop", {
|
|
1551
1551
|
get: function () {
|
|
1552
|
-
return this.i.ti ? this.i.ti.
|
|
1552
|
+
return this.i.ti ? this.i.ti.top : NaN;
|
|
1553
1553
|
},
|
|
1554
1554
|
set: function (v) {
|
|
1555
1555
|
this.ensureBoxTypeContentPadding();
|
|
1556
|
-
this.i.ti.
|
|
1557
|
-
this._a("boxTypeContentPaddingTop", this.i.ti.
|
|
1556
|
+
this.i.ti.top = +v;
|
|
1557
|
+
this._a("boxTypeContentPaddingTop", this.i.ti.top);
|
|
1558
1558
|
this.i.ti = this.i.ti;
|
|
1559
1559
|
},
|
|
1560
1560
|
enumerable: true,
|
|
@@ -1864,12 +1864,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1864
1864
|
};
|
|
1865
1865
|
Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeContentPaddingBottom", {
|
|
1866
1866
|
get: function () {
|
|
1867
|
-
return this.i.th ? this.i.th.
|
|
1867
|
+
return this.i.th ? this.i.th.bottom : NaN;
|
|
1868
1868
|
},
|
|
1869
1869
|
set: function (v) {
|
|
1870
1870
|
this.ensureBorderTypeContentPadding();
|
|
1871
|
-
this.i.th.
|
|
1872
|
-
this._a("borderTypeContentPaddingBottom", this.i.th.
|
|
1871
|
+
this.i.th.bottom = +v;
|
|
1872
|
+
this._a("borderTypeContentPaddingBottom", this.i.th.bottom);
|
|
1873
1873
|
this.i.th = this.i.th;
|
|
1874
1874
|
},
|
|
1875
1875
|
enumerable: true,
|
|
@@ -1877,12 +1877,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1877
1877
|
});
|
|
1878
1878
|
Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeContentPaddingLeft", {
|
|
1879
1879
|
get: function () {
|
|
1880
|
-
return this.i.th ? this.i.th.
|
|
1880
|
+
return this.i.th ? this.i.th.left : NaN;
|
|
1881
1881
|
},
|
|
1882
1882
|
set: function (v) {
|
|
1883
1883
|
this.ensureBorderTypeContentPadding();
|
|
1884
|
-
this.i.th.
|
|
1885
|
-
this._a("borderTypeContentPaddingLeft", this.i.th.
|
|
1884
|
+
this.i.th.left = +v;
|
|
1885
|
+
this._a("borderTypeContentPaddingLeft", this.i.th.left);
|
|
1886
1886
|
this.i.th = this.i.th;
|
|
1887
1887
|
},
|
|
1888
1888
|
enumerable: true,
|
|
@@ -1890,12 +1890,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1890
1890
|
});
|
|
1891
1891
|
Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeContentPaddingRight", {
|
|
1892
1892
|
get: function () {
|
|
1893
|
-
return this.i.th ? this.i.th.
|
|
1893
|
+
return this.i.th ? this.i.th.right : NaN;
|
|
1894
1894
|
},
|
|
1895
1895
|
set: function (v) {
|
|
1896
1896
|
this.ensureBorderTypeContentPadding();
|
|
1897
|
-
this.i.th.
|
|
1898
|
-
this._a("borderTypeContentPaddingRight", this.i.th.
|
|
1897
|
+
this.i.th.right = +v;
|
|
1898
|
+
this._a("borderTypeContentPaddingRight", this.i.th.right);
|
|
1899
1899
|
this.i.th = this.i.th;
|
|
1900
1900
|
},
|
|
1901
1901
|
enumerable: true,
|
|
@@ -1903,12 +1903,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1903
1903
|
});
|
|
1904
1904
|
Object.defineProperty(IgcXInputGroupComponent.prototype, "borderTypeContentPaddingTop", {
|
|
1905
1905
|
get: function () {
|
|
1906
|
-
return this.i.th ? this.i.th.
|
|
1906
|
+
return this.i.th ? this.i.th.top : NaN;
|
|
1907
1907
|
},
|
|
1908
1908
|
set: function (v) {
|
|
1909
1909
|
this.ensureBorderTypeContentPadding();
|
|
1910
|
-
this.i.th.
|
|
1911
|
-
this._a("borderTypeContentPaddingTop", this.i.th.
|
|
1910
|
+
this.i.th.top = +v;
|
|
1911
|
+
this._a("borderTypeContentPaddingTop", this.i.th.top);
|
|
1912
1912
|
this.i.th = this.i.th;
|
|
1913
1913
|
},
|
|
1914
1914
|
enumerable: true,
|
|
@@ -2218,12 +2218,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2218
2218
|
};
|
|
2219
2219
|
Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeContentPaddingBottom", {
|
|
2220
2220
|
get: function () {
|
|
2221
|
-
return this.i.t1 ? this.i.t1.
|
|
2221
|
+
return this.i.t1 ? this.i.t1.bottom : NaN;
|
|
2222
2222
|
},
|
|
2223
2223
|
set: function (v) {
|
|
2224
2224
|
this.ensureSearchTypeContentPadding();
|
|
2225
|
-
this.i.t1.
|
|
2226
|
-
this._a("searchTypeContentPaddingBottom", this.i.t1.
|
|
2225
|
+
this.i.t1.bottom = +v;
|
|
2226
|
+
this._a("searchTypeContentPaddingBottom", this.i.t1.bottom);
|
|
2227
2227
|
this.i.t1 = this.i.t1;
|
|
2228
2228
|
},
|
|
2229
2229
|
enumerable: true,
|
|
@@ -2231,12 +2231,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2231
2231
|
});
|
|
2232
2232
|
Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeContentPaddingLeft", {
|
|
2233
2233
|
get: function () {
|
|
2234
|
-
return this.i.t1 ? this.i.t1.
|
|
2234
|
+
return this.i.t1 ? this.i.t1.left : NaN;
|
|
2235
2235
|
},
|
|
2236
2236
|
set: function (v) {
|
|
2237
2237
|
this.ensureSearchTypeContentPadding();
|
|
2238
|
-
this.i.t1.
|
|
2239
|
-
this._a("searchTypeContentPaddingLeft", this.i.t1.
|
|
2238
|
+
this.i.t1.left = +v;
|
|
2239
|
+
this._a("searchTypeContentPaddingLeft", this.i.t1.left);
|
|
2240
2240
|
this.i.t1 = this.i.t1;
|
|
2241
2241
|
},
|
|
2242
2242
|
enumerable: true,
|
|
@@ -2244,12 +2244,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2244
2244
|
});
|
|
2245
2245
|
Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeContentPaddingRight", {
|
|
2246
2246
|
get: function () {
|
|
2247
|
-
return this.i.t1 ? this.i.t1.
|
|
2247
|
+
return this.i.t1 ? this.i.t1.right : NaN;
|
|
2248
2248
|
},
|
|
2249
2249
|
set: function (v) {
|
|
2250
2250
|
this.ensureSearchTypeContentPadding();
|
|
2251
|
-
this.i.t1.
|
|
2252
|
-
this._a("searchTypeContentPaddingRight", this.i.t1.
|
|
2251
|
+
this.i.t1.right = +v;
|
|
2252
|
+
this._a("searchTypeContentPaddingRight", this.i.t1.right);
|
|
2253
2253
|
this.i.t1 = this.i.t1;
|
|
2254
2254
|
},
|
|
2255
2255
|
enumerable: true,
|
|
@@ -2257,12 +2257,12 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2257
2257
|
});
|
|
2258
2258
|
Object.defineProperty(IgcXInputGroupComponent.prototype, "searchTypeContentPaddingTop", {
|
|
2259
2259
|
get: function () {
|
|
2260
|
-
return this.i.t1 ? this.i.t1.
|
|
2260
|
+
return this.i.t1 ? this.i.t1.top : NaN;
|
|
2261
2261
|
},
|
|
2262
2262
|
set: function (v) {
|
|
2263
2263
|
this.ensureSearchTypeContentPadding();
|
|
2264
|
-
this.i.t1.
|
|
2265
|
-
this._a("searchTypeContentPaddingTop", this.i.t1.
|
|
2264
|
+
this.i.t1.top = +v;
|
|
2265
|
+
this._a("searchTypeContentPaddingTop", this.i.t1.top);
|
|
2266
2266
|
this.i.t1 = this.i.t1;
|
|
2267
2267
|
},
|
|
2268
2268
|
enumerable: true,
|
|
@@ -2644,4 +2644,3 @@ var IgcXInputGroupComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2644
2644
|
return IgcXInputGroupComponent;
|
|
2645
2645
|
}(IgcHTMLElement));
|
|
2646
2646
|
export { IgcXInputGroupComponent };
|
|
2647
|
-
//# sourceMappingURL=igc-x-input-group-component.js.map
|