igniteui-webcomponents-inputs 1.3.3
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/License +27 -0
- package/README.md +18 -0
- package/bundles/igniteui-webcomponents-inputs.umd.js +32535 -0
- package/bundles/igniteui-webcomponents-inputs.umd.js.map +1 -0
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +2 -0
- package/bundles/igniteui-webcomponents-inputs.umd.min.js.map +1 -0
- package/esm2015/igniteui-webcomponents-inputs.js +2 -0
- package/esm2015/igniteui-webcomponents-inputs.js.map +1 -0
- package/esm2015/lib/Button.js +8 -0
- package/esm2015/lib/Button.js.map +1 -0
- package/esm2015/lib/ButtonClickEventArgs.js +17 -0
- package/esm2015/lib/ButtonClickEventArgs.js.map +1 -0
- package/esm2015/lib/ButtonDisplayStyle.js +12 -0
- package/esm2015/lib/ButtonDisplayStyle.js.map +1 -0
- package/esm2015/lib/ButtonGroup.js +8 -0
- package/esm2015/lib/ButtonGroup.js.map +1 -0
- package/esm2015/lib/ButtonGroupButtonCollection.js +29 -0
- package/esm2015/lib/ButtonGroupButtonCollection.js.map +1 -0
- package/esm2015/lib/ButtonGroupDisplayStyle.js +12 -0
- package/esm2015/lib/ButtonGroupDisplayStyle.js.map +1 -0
- package/esm2015/lib/ButtonGroupOrientation.js +17 -0
- package/esm2015/lib/ButtonGroupOrientation.js.map +1 -0
- package/esm2015/lib/ButtonGroupSelectionChangedEventArgs.js +17 -0
- package/esm2015/lib/ButtonGroupSelectionChangedEventArgs.js.map +1 -0
- package/esm2015/lib/ButtonGroupView.js +8 -0
- package/esm2015/lib/ButtonGroupView.js.map +1 -0
- package/esm2015/lib/ButtonGroupView_combined.js +1334 -0
- package/esm2015/lib/ButtonGroupView_combined.js.map +1 -0
- package/esm2015/lib/ButtonGroupVisualModelExport.js +57 -0
- package/esm2015/lib/ButtonGroupVisualModelExport.js.map +1 -0
- package/esm2015/lib/ButtonView.js +8 -0
- package/esm2015/lib/ButtonView.js.map +1 -0
- package/esm2015/lib/ButtonView_combined.js +2879 -0
- package/esm2015/lib/ButtonView_combined.js.map +1 -0
- package/esm2015/lib/ButtonVisualModelExport.js +110 -0
- package/esm2015/lib/ButtonVisualModelExport.js.map +1 -0
- package/esm2015/lib/Calendar.js +8 -0
- package/esm2015/lib/Calendar.js.map +1 -0
- package/esm2015/lib/CalendarLocaleEn.js +57 -0
- package/esm2015/lib/CalendarLocaleEn.js.map +1 -0
- package/esm2015/lib/CalendarView.js +8 -0
- package/esm2015/lib/CalendarView.js.map +1 -0
- package/esm2015/lib/CalendarView_combined.js +2753 -0
- package/esm2015/lib/CalendarView_combined.js.map +1 -0
- package/esm2015/lib/CalendarVisualModelExport.js +101 -0
- package/esm2015/lib/CalendarVisualModelExport.js.map +1 -0
- package/esm2015/lib/Checkbox.js +8 -0
- package/esm2015/lib/Checkbox.js.map +1 -0
- package/esm2015/lib/CheckboxChangeEventArgs.js +34 -0
- package/esm2015/lib/CheckboxChangeEventArgs.js.map +1 -0
- package/esm2015/lib/CheckboxLabelPosition.js +12 -0
- package/esm2015/lib/CheckboxLabelPosition.js.map +1 -0
- package/esm2015/lib/CheckboxView.js +8 -0
- package/esm2015/lib/CheckboxView.js.map +1 -0
- package/esm2015/lib/CheckboxView_combined.js +1026 -0
- package/esm2015/lib/CheckboxView_combined.js.map +1 -0
- package/esm2015/lib/CheckboxVisualModelExport.js +63 -0
- package/esm2015/lib/CheckboxVisualModelExport.js.map +1 -0
- package/esm2015/lib/DateFormats.js +26 -0
- package/esm2015/lib/DateFormats.js.map +1 -0
- package/esm2015/lib/DatePicker.js +8 -0
- package/esm2015/lib/DatePicker.js.map +1 -0
- package/esm2015/lib/DatePickerView.js +8 -0
- package/esm2015/lib/DatePickerView.js.map +1 -0
- package/esm2015/lib/DatePickerView_combined.js +1439 -0
- package/esm2015/lib/DatePickerView_combined.js.map +1 -0
- package/esm2015/lib/DatePickerVisualModelExport.js +71 -0
- package/esm2015/lib/DatePickerVisualModelExport.js.map +1 -0
- package/esm2015/lib/DateTimeValueFormatter.js +109 -0
- package/esm2015/lib/DateTimeValueFormatter.js.map +1 -0
- package/esm2015/lib/DayInfo.js +24 -0
- package/esm2015/lib/DayInfo.js.map +1 -0
- package/esm2015/lib/DayOfWeek.js +46 -0
- package/esm2015/lib/DayOfWeek.js.map +1 -0
- package/esm2015/lib/ElevationHelper.js +68 -0
- package/esm2015/lib/ElevationHelper.js.map +1 -0
- package/esm2015/lib/FirstWeek.js +30 -0
- package/esm2015/lib/FirstWeek.js.map +1 -0
- package/esm2015/lib/GotFocusEventArgs.js +17 -0
- package/esm2015/lib/GotFocusEventArgs.js.map +1 -0
- package/esm2015/lib/Icon.js +8 -0
- package/esm2015/lib/Icon.js.map +1 -0
- package/esm2015/lib/IconView.js +8 -0
- package/esm2015/lib/IconView.js.map +1 -0
- package/esm2015/lib/IconView_combined.js +557 -0
- package/esm2015/lib/IconView_combined.js.map +1 -0
- package/esm2015/lib/IconVisualModelExport.js +68 -0
- package/esm2015/lib/IconVisualModelExport.js.map +1 -0
- package/esm2015/lib/Input.js +8 -0
- package/esm2015/lib/Input.js.map +1 -0
- package/esm2015/lib/InputChangeEventArgs.js +34 -0
- package/esm2015/lib/InputChangeEventArgs.js.map +1 -0
- package/esm2015/lib/InputGroup.js +8 -0
- package/esm2015/lib/InputGroup.js.map +1 -0
- package/esm2015/lib/InputGroupDisplayType.js +19 -0
- package/esm2015/lib/InputGroupDisplayType.js.map +1 -0
- package/esm2015/lib/InputGroupInputCollection.js +8 -0
- package/esm2015/lib/InputGroupInputCollection.js.map +1 -0
- package/esm2015/lib/InputGroupItem.js +8 -0
- package/esm2015/lib/InputGroupItem.js.map +1 -0
- package/esm2015/lib/InputGroupView.js +8 -0
- package/esm2015/lib/InputGroupView.js.map +1 -0
- package/esm2015/lib/InputGroupView_combined.js +5152 -0
- package/esm2015/lib/InputGroupView_combined.js.map +1 -0
- package/esm2015/lib/InputGroupVisualModelExport.js +110 -0
- package/esm2015/lib/InputGroupVisualModelExport.js.map +1 -0
- package/esm2015/lib/InputShiftType.js +18 -0
- package/esm2015/lib/InputShiftType.js.map +1 -0
- package/esm2015/lib/InputView.js +8 -0
- package/esm2015/lib/InputView.js.map +1 -0
- package/esm2015/lib/InputVisualModelExport.js +79 -0
- package/esm2015/lib/InputVisualModelExport.js.map +1 -0
- package/esm2015/lib/KEYCODES.js +12 -0
- package/esm2015/lib/KEYCODES.js.map +1 -0
- package/esm2015/lib/Label.js +8 -0
- package/esm2015/lib/Label.js.map +1 -0
- package/esm2015/lib/LabelShiftType.js +18 -0
- package/esm2015/lib/LabelShiftType.js.map +1 -0
- package/esm2015/lib/LabelView.js +8 -0
- package/esm2015/lib/LabelView.js.map +1 -0
- package/esm2015/lib/LabelVisualModelExport.js +85 -0
- package/esm2015/lib/LabelVisualModelExport.js.map +1 -0
- package/esm2015/lib/LostFocusEventArgs.js +17 -0
- package/esm2015/lib/LostFocusEventArgs.js.map +1 -0
- package/esm2015/lib/MaskOptions.js +22 -0
- package/esm2015/lib/MaskOptions.js.map +1 -0
- package/esm2015/lib/MaskParsingService.js +214 -0
- package/esm2015/lib/MaskParsingService.js.map +1 -0
- package/esm2015/lib/Prefix.js +8 -0
- package/esm2015/lib/Prefix.js.map +1 -0
- package/esm2015/lib/PrefixShiftType.js +18 -0
- package/esm2015/lib/PrefixShiftType.js.map +1 -0
- package/esm2015/lib/PrefixView.js +8 -0
- package/esm2015/lib/PrefixView.js.map +1 -0
- package/esm2015/lib/PrefixVisualModelExport.js +36 -0
- package/esm2015/lib/PrefixVisualModelExport.js.map +1 -0
- package/esm2015/lib/Replaced.js +22 -0
- package/esm2015/lib/Replaced.js.map +1 -0
- package/esm2015/lib/Ripple.js +8 -0
- package/esm2015/lib/Ripple.js.map +1 -0
- package/esm2015/lib/RippleView.js +8 -0
- package/esm2015/lib/RippleView.js.map +1 -0
- package/esm2015/lib/RippleView_combined.js +397 -0
- package/esm2015/lib/RippleView_combined.js.map +1 -0
- package/esm2015/lib/RippleVisualModelExport.js +39 -0
- package/esm2015/lib/RippleVisualModelExport.js.map +1 -0
- package/esm2015/lib/Suffix.js +8 -0
- package/esm2015/lib/Suffix.js.map +1 -0
- package/esm2015/lib/SuffixShiftType.js +18 -0
- package/esm2015/lib/SuffixShiftType.js.map +1 -0
- package/esm2015/lib/SuffixView.js +8 -0
- package/esm2015/lib/SuffixView.js.map +1 -0
- package/esm2015/lib/SuffixVisualModelExport.js +35 -0
- package/esm2015/lib/SuffixVisualModelExport.js.map +1 -0
- package/esm2015/lib/TextElementsVisualModelExport.js +45 -0
- package/esm2015/lib/TextElementsVisualModelExport.js.map +1 -0
- package/esm2015/lib/ThemeResolver.js +53 -0
- package/esm2015/lib/ThemeResolver.js.map +1 -0
- package/esm2015/lib/ValueChangedEventArgs.js +34 -0
- package/esm2015/lib/ValueChangedEventArgs.js.map +1 -0
- package/esm2015/lib/igc-button-click-event-args.js +25 -0
- package/esm2015/lib/igc-button-click-event-args.js.map +1 -0
- package/esm2015/lib/igc-button-component.js +2010 -0
- package/esm2015/lib/igc-button-component.js.map +1 -0
- package/esm2015/lib/igc-button-group-button-collection.js +49 -0
- package/esm2015/lib/igc-button-group-button-collection.js.map +1 -0
- package/esm2015/lib/igc-button-group-component.js +1017 -0
- package/esm2015/lib/igc-button-group-component.js.map +1 -0
- package/esm2015/lib/igc-button-group-module.js +22 -0
- package/esm2015/lib/igc-button-group-module.js.map +1 -0
- package/esm2015/lib/igc-button-group-selection-changed-event-args.js +25 -0
- package/esm2015/lib/igc-button-group-selection-changed-event-args.js.map +1 -0
- package/esm2015/lib/igc-button-module.js +22 -0
- package/esm2015/lib/igc-button-module.js.map +1 -0
- package/esm2015/lib/igc-calendar-component.js +484 -0
- package/esm2015/lib/igc-calendar-component.js.map +1 -0
- package/esm2015/lib/igc-calendar-locale-en-module.js +14 -0
- package/esm2015/lib/igc-calendar-locale-en-module.js.map +1 -0
- package/esm2015/lib/igc-calendar-module.js +22 -0
- package/esm2015/lib/igc-calendar-module.js.map +1 -0
- package/esm2015/lib/igc-checkbox-change-event-args.js +38 -0
- package/esm2015/lib/igc-checkbox-change-event-args.js.map +1 -0
- package/esm2015/lib/igc-checkbox-component.js +620 -0
- package/esm2015/lib/igc-checkbox-component.js.map +1 -0
- package/esm2015/lib/igc-checkbox-module.js +22 -0
- package/esm2015/lib/igc-checkbox-module.js.map +1 -0
- package/esm2015/lib/igc-date-picker-component.js +604 -0
- package/esm2015/lib/igc-date-picker-component.js.map +1 -0
- package/esm2015/lib/igc-date-picker-module.js +26 -0
- package/esm2015/lib/igc-date-picker-module.js.map +1 -0
- package/esm2015/lib/igc-got-focus-event-args.js +25 -0
- package/esm2015/lib/igc-got-focus-event-args.js.map +1 -0
- package/esm2015/lib/igc-icon-component.js +490 -0
- package/esm2015/lib/igc-icon-component.js.map +1 -0
- package/esm2015/lib/igc-icon-module.js +20 -0
- package/esm2015/lib/igc-icon-module.js.map +1 -0
- package/esm2015/lib/igc-input-change-event-args.js +38 -0
- package/esm2015/lib/igc-input-change-event-args.js.map +1 -0
- package/esm2015/lib/igc-input-component.js +540 -0
- package/esm2015/lib/igc-input-component.js.map +1 -0
- package/esm2015/lib/igc-input-group-component.js +1966 -0
- package/esm2015/lib/igc-input-group-component.js.map +1 -0
- package/esm2015/lib/igc-input-group-input-collection.js +49 -0
- package/esm2015/lib/igc-input-group-input-collection.js.map +1 -0
- package/esm2015/lib/igc-input-group-item-component.js +176 -0
- package/esm2015/lib/igc-input-group-item-component.js.map +1 -0
- package/esm2015/lib/igc-input-group-module.js +24 -0
- package/esm2015/lib/igc-input-group-module.js.map +1 -0
- package/esm2015/lib/igc-input-module.js +20 -0
- package/esm2015/lib/igc-input-module.js.map +1 -0
- package/esm2015/lib/igc-label-component.js +400 -0
- package/esm2015/lib/igc-label-component.js.map +1 -0
- package/esm2015/lib/igc-label-module.js +20 -0
- package/esm2015/lib/igc-label-module.js.map +1 -0
- package/esm2015/lib/igc-lost-focus-event-args.js +25 -0
- package/esm2015/lib/igc-lost-focus-event-args.js.map +1 -0
- package/esm2015/lib/igc-prefix-component.js +186 -0
- package/esm2015/lib/igc-prefix-component.js.map +1 -0
- package/esm2015/lib/igc-prefix-module.js +20 -0
- package/esm2015/lib/igc-prefix-module.js.map +1 -0
- package/esm2015/lib/igc-ripple-component.js +380 -0
- package/esm2015/lib/igc-ripple-component.js.map +1 -0
- package/esm2015/lib/igc-ripple-module.js +18 -0
- package/esm2015/lib/igc-ripple-module.js.map +1 -0
- package/esm2015/lib/igc-suffix-component.js +186 -0
- package/esm2015/lib/igc-suffix-component.js.map +1 -0
- package/esm2015/lib/igc-value-changed-event-args.js +37 -0
- package/esm2015/lib/igc-value-changed-event-args.js.map +1 -0
- package/esm2015/public_api.js +103 -0
- package/esm2015/public_api.js.map +1 -0
- package/esm5/igniteui-webcomponents-inputs.js +2 -0
- package/esm5/igniteui-webcomponents-inputs.js.map +1 -0
- package/esm5/lib/Button.js +8 -0
- package/esm5/lib/Button.js.map +1 -0
- package/esm5/lib/ButtonClickEventArgs.js +21 -0
- package/esm5/lib/ButtonClickEventArgs.js.map +1 -0
- package/esm5/lib/ButtonDisplayStyle.js +12 -0
- package/esm5/lib/ButtonDisplayStyle.js.map +1 -0
- package/esm5/lib/ButtonGroup.js +8 -0
- package/esm5/lib/ButtonGroup.js.map +1 -0
- package/esm5/lib/ButtonGroupButtonCollection.js +31 -0
- package/esm5/lib/ButtonGroupButtonCollection.js.map +1 -0
- package/esm5/lib/ButtonGroupDisplayStyle.js +12 -0
- package/esm5/lib/ButtonGroupDisplayStyle.js.map +1 -0
- package/esm5/lib/ButtonGroupOrientation.js +17 -0
- package/esm5/lib/ButtonGroupOrientation.js.map +1 -0
- package/esm5/lib/ButtonGroupSelectionChangedEventArgs.js +21 -0
- package/esm5/lib/ButtonGroupSelectionChangedEventArgs.js.map +1 -0
- package/esm5/lib/ButtonGroupView.js +8 -0
- package/esm5/lib/ButtonGroupView.js.map +1 -0
- package/esm5/lib/ButtonGroupView_combined.js +1702 -0
- package/esm5/lib/ButtonGroupView_combined.js.map +1 -0
- package/esm5/lib/ButtonGroupVisualModelExport.js +59 -0
- package/esm5/lib/ButtonGroupVisualModelExport.js.map +1 -0
- package/esm5/lib/ButtonView.js +8 -0
- package/esm5/lib/ButtonView.js.map +1 -0
- package/esm5/lib/ButtonView_combined.js +3529 -0
- package/esm5/lib/ButtonView_combined.js.map +1 -0
- package/esm5/lib/ButtonVisualModelExport.js +112 -0
- package/esm5/lib/ButtonVisualModelExport.js.map +1 -0
- package/esm5/lib/Calendar.js +8 -0
- package/esm5/lib/Calendar.js.map +1 -0
- package/esm5/lib/CalendarLocaleEn.js +59 -0
- package/esm5/lib/CalendarLocaleEn.js.map +1 -0
- package/esm5/lib/CalendarView.js +8 -0
- package/esm5/lib/CalendarView.js.map +1 -0
- package/esm5/lib/CalendarView_combined.js +2877 -0
- package/esm5/lib/CalendarView_combined.js.map +1 -0
- package/esm5/lib/CalendarVisualModelExport.js +103 -0
- package/esm5/lib/CalendarVisualModelExport.js.map +1 -0
- package/esm5/lib/Checkbox.js +8 -0
- package/esm5/lib/Checkbox.js.map +1 -0
- package/esm5/lib/CheckboxChangeEventArgs.js +44 -0
- package/esm5/lib/CheckboxChangeEventArgs.js.map +1 -0
- package/esm5/lib/CheckboxLabelPosition.js +12 -0
- package/esm5/lib/CheckboxLabelPosition.js.map +1 -0
- package/esm5/lib/CheckboxView.js +8 -0
- package/esm5/lib/CheckboxView.js.map +1 -0
- package/esm5/lib/CheckboxView_combined.js +1220 -0
- package/esm5/lib/CheckboxView_combined.js.map +1 -0
- package/esm5/lib/CheckboxVisualModelExport.js +65 -0
- package/esm5/lib/CheckboxVisualModelExport.js.map +1 -0
- package/esm5/lib/DateFormats.js +26 -0
- package/esm5/lib/DateFormats.js.map +1 -0
- package/esm5/lib/DatePicker.js +8 -0
- package/esm5/lib/DatePicker.js.map +1 -0
- package/esm5/lib/DatePickerView.js +8 -0
- package/esm5/lib/DatePickerView.js.map +1 -0
- package/esm5/lib/DatePickerView_combined.js +1539 -0
- package/esm5/lib/DatePickerView_combined.js.map +1 -0
- package/esm5/lib/DatePickerVisualModelExport.js +73 -0
- package/esm5/lib/DatePickerVisualModelExport.js.map +1 -0
- package/esm5/lib/DateTimeValueFormatter.js +111 -0
- package/esm5/lib/DateTimeValueFormatter.js.map +1 -0
- package/esm5/lib/DayInfo.js +26 -0
- package/esm5/lib/DayInfo.js.map +1 -0
- package/esm5/lib/DayOfWeek.js +46 -0
- package/esm5/lib/DayOfWeek.js.map +1 -0
- package/esm5/lib/ElevationHelper.js +72 -0
- package/esm5/lib/ElevationHelper.js.map +1 -0
- package/esm5/lib/FirstWeek.js +30 -0
- package/esm5/lib/FirstWeek.js.map +1 -0
- package/esm5/lib/GotFocusEventArgs.js +21 -0
- package/esm5/lib/GotFocusEventArgs.js.map +1 -0
- package/esm5/lib/Icon.js +8 -0
- package/esm5/lib/Icon.js.map +1 -0
- package/esm5/lib/IconView.js +8 -0
- package/esm5/lib/IconView.js.map +1 -0
- package/esm5/lib/IconView_combined.js +706 -0
- package/esm5/lib/IconView_combined.js.map +1 -0
- package/esm5/lib/IconVisualModelExport.js +74 -0
- package/esm5/lib/IconVisualModelExport.js.map +1 -0
- package/esm5/lib/Input.js +8 -0
- package/esm5/lib/Input.js.map +1 -0
- package/esm5/lib/InputChangeEventArgs.js +44 -0
- package/esm5/lib/InputChangeEventArgs.js.map +1 -0
- package/esm5/lib/InputGroup.js +8 -0
- package/esm5/lib/InputGroup.js.map +1 -0
- package/esm5/lib/InputGroupDisplayType.js +19 -0
- package/esm5/lib/InputGroupDisplayType.js.map +1 -0
- package/esm5/lib/InputGroupInputCollection.js +8 -0
- package/esm5/lib/InputGroupInputCollection.js.map +1 -0
- package/esm5/lib/InputGroupItem.js +8 -0
- package/esm5/lib/InputGroupItem.js.map +1 -0
- package/esm5/lib/InputGroupView.js +8 -0
- package/esm5/lib/InputGroupView.js.map +1 -0
- package/esm5/lib/InputGroupView_combined.js +6273 -0
- package/esm5/lib/InputGroupView_combined.js.map +1 -0
- package/esm5/lib/InputGroupVisualModelExport.js +112 -0
- package/esm5/lib/InputGroupVisualModelExport.js.map +1 -0
- package/esm5/lib/InputShiftType.js +18 -0
- package/esm5/lib/InputShiftType.js.map +1 -0
- package/esm5/lib/InputView.js +8 -0
- package/esm5/lib/InputView.js.map +1 -0
- package/esm5/lib/InputVisualModelExport.js +81 -0
- package/esm5/lib/InputVisualModelExport.js.map +1 -0
- package/esm5/lib/KEYCODES.js +12 -0
- package/esm5/lib/KEYCODES.js.map +1 -0
- package/esm5/lib/Label.js +8 -0
- package/esm5/lib/Label.js.map +1 -0
- package/esm5/lib/LabelShiftType.js +18 -0
- package/esm5/lib/LabelShiftType.js.map +1 -0
- package/esm5/lib/LabelView.js +8 -0
- package/esm5/lib/LabelView.js.map +1 -0
- package/esm5/lib/LabelVisualModelExport.js +87 -0
- package/esm5/lib/LabelVisualModelExport.js.map +1 -0
- package/esm5/lib/LostFocusEventArgs.js +21 -0
- package/esm5/lib/LostFocusEventArgs.js.map +1 -0
- package/esm5/lib/MaskOptions.js +24 -0
- package/esm5/lib/MaskOptions.js.map +1 -0
- package/esm5/lib/MaskParsingService.js +268 -0
- package/esm5/lib/MaskParsingService.js.map +1 -0
- package/esm5/lib/Prefix.js +8 -0
- package/esm5/lib/Prefix.js.map +1 -0
- package/esm5/lib/PrefixShiftType.js +18 -0
- package/esm5/lib/PrefixShiftType.js.map +1 -0
- package/esm5/lib/PrefixView.js +8 -0
- package/esm5/lib/PrefixView.js.map +1 -0
- package/esm5/lib/PrefixVisualModelExport.js +38 -0
- package/esm5/lib/PrefixVisualModelExport.js.map +1 -0
- package/esm5/lib/Replaced.js +24 -0
- package/esm5/lib/Replaced.js.map +1 -0
- package/esm5/lib/Ripple.js +8 -0
- package/esm5/lib/Ripple.js.map +1 -0
- package/esm5/lib/RippleView.js +8 -0
- package/esm5/lib/RippleView.js.map +1 -0
- package/esm5/lib/RippleView_combined.js +492 -0
- package/esm5/lib/RippleView_combined.js.map +1 -0
- package/esm5/lib/RippleVisualModelExport.js +41 -0
- package/esm5/lib/RippleVisualModelExport.js.map +1 -0
- package/esm5/lib/Suffix.js +8 -0
- package/esm5/lib/Suffix.js.map +1 -0
- package/esm5/lib/SuffixShiftType.js +18 -0
- package/esm5/lib/SuffixShiftType.js.map +1 -0
- package/esm5/lib/SuffixView.js +8 -0
- package/esm5/lib/SuffixView.js.map +1 -0
- package/esm5/lib/SuffixVisualModelExport.js +37 -0
- package/esm5/lib/SuffixVisualModelExport.js.map +1 -0
- package/esm5/lib/TextElementsVisualModelExport.js +47 -0
- package/esm5/lib/TextElementsVisualModelExport.js.map +1 -0
- package/esm5/lib/ThemeResolver.js +57 -0
- package/esm5/lib/ThemeResolver.js.map +1 -0
- package/esm5/lib/ValueChangedEventArgs.js +44 -0
- package/esm5/lib/ValueChangedEventArgs.js.map +1 -0
- package/esm5/lib/igc-button-click-event-args.js +31 -0
- package/esm5/lib/igc-button-click-event-args.js.map +1 -0
- package/esm5/lib/igc-button-component.js +2722 -0
- package/esm5/lib/igc-button-component.js.map +1 -0
- package/esm5/lib/igc-button-group-button-collection.js +54 -0
- package/esm5/lib/igc-button-group-button-collection.js.map +1 -0
- package/esm5/lib/igc-button-group-component.js +1318 -0
- package/esm5/lib/igc-button-group-component.js.map +1 -0
- package/esm5/lib/igc-button-group-module.js +26 -0
- package/esm5/lib/igc-button-group-module.js.map +1 -0
- package/esm5/lib/igc-button-group-selection-changed-event-args.js +31 -0
- package/esm5/lib/igc-button-group-selection-changed-event-args.js.map +1 -0
- package/esm5/lib/igc-button-module.js +26 -0
- package/esm5/lib/igc-button-module.js.map +1 -0
- package/esm5/lib/igc-calendar-component.js +595 -0
- package/esm5/lib/igc-calendar-component.js.map +1 -0
- package/esm5/lib/igc-calendar-locale-en-module.js +18 -0
- package/esm5/lib/igc-calendar-locale-en-module.js.map +1 -0
- package/esm5/lib/igc-calendar-module.js +26 -0
- package/esm5/lib/igc-calendar-module.js.map +1 -0
- package/esm5/lib/igc-checkbox-change-event-args.js +52 -0
- package/esm5/lib/igc-checkbox-change-event-args.js.map +1 -0
- package/esm5/lib/igc-checkbox-component.js +788 -0
- package/esm5/lib/igc-checkbox-component.js.map +1 -0
- package/esm5/lib/igc-checkbox-module.js +26 -0
- package/esm5/lib/igc-checkbox-module.js.map +1 -0
- package/esm5/lib/igc-date-picker-component.js +739 -0
- package/esm5/lib/igc-date-picker-component.js.map +1 -0
- package/esm5/lib/igc-date-picker-module.js +30 -0
- package/esm5/lib/igc-date-picker-module.js.map +1 -0
- package/esm5/lib/igc-got-focus-event-args.js +31 -0
- package/esm5/lib/igc-got-focus-event-args.js.map +1 -0
- package/esm5/lib/igc-icon-component.js +609 -0
- package/esm5/lib/igc-icon-component.js.map +1 -0
- package/esm5/lib/igc-icon-module.js +24 -0
- package/esm5/lib/igc-icon-module.js.map +1 -0
- package/esm5/lib/igc-input-change-event-args.js +52 -0
- package/esm5/lib/igc-input-change-event-args.js.map +1 -0
- package/esm5/lib/igc-input-component.js +676 -0
- package/esm5/lib/igc-input-component.js.map +1 -0
- package/esm5/lib/igc-input-group-component.js +2646 -0
- package/esm5/lib/igc-input-group-component.js.map +1 -0
- package/esm5/lib/igc-input-group-input-collection.js +54 -0
- package/esm5/lib/igc-input-group-input-collection.js.map +1 -0
- package/esm5/lib/igc-input-group-item-component.js +194 -0
- package/esm5/lib/igc-input-group-item-component.js.map +1 -0
- package/esm5/lib/igc-input-group-module.js +28 -0
- package/esm5/lib/igc-input-group-module.js.map +1 -0
- package/esm5/lib/igc-input-module.js +24 -0
- package/esm5/lib/igc-input-module.js.map +1 -0
- package/esm5/lib/igc-label-component.js +523 -0
- package/esm5/lib/igc-label-component.js.map +1 -0
- package/esm5/lib/igc-label-module.js +24 -0
- package/esm5/lib/igc-label-module.js.map +1 -0
- package/esm5/lib/igc-lost-focus-event-args.js +31 -0
- package/esm5/lib/igc-lost-focus-event-args.js.map +1 -0
- package/esm5/lib/igc-prefix-component.js +229 -0
- package/esm5/lib/igc-prefix-component.js.map +1 -0
- package/esm5/lib/igc-prefix-module.js +24 -0
- package/esm5/lib/igc-prefix-module.js.map +1 -0
- package/esm5/lib/igc-ripple-component.js +450 -0
- package/esm5/lib/igc-ripple-component.js.map +1 -0
- package/esm5/lib/igc-ripple-module.js +22 -0
- package/esm5/lib/igc-ripple-module.js.map +1 -0
- package/esm5/lib/igc-suffix-component.js +229 -0
- package/esm5/lib/igc-suffix-component.js.map +1 -0
- package/esm5/lib/igc-value-changed-event-args.js +51 -0
- package/esm5/lib/igc-value-changed-event-args.js.map +1 -0
- package/esm5/public_api.js +103 -0
- package/esm5/public_api.js.map +1 -0
- package/fesm2015/igniteui-webcomponents-inputs.js +26824 -0
- package/fesm2015/igniteui-webcomponents-inputs.js.map +1 -0
- package/fesm5/igniteui-webcomponents-inputs.js +32419 -0
- package/fesm5/igniteui-webcomponents-inputs.js.map +1 -0
- package/igniteui-webcomponents-inputs.d.ts +1 -0
- package/lib/Button.d.ts +1 -0
- package/lib/ButtonClickEventArgs.d.ts +7 -0
- package/lib/ButtonDisplayStyle.d.ts +15 -0
- package/lib/ButtonGroup.d.ts +1 -0
- package/lib/ButtonGroupButtonCollection.d.ts +12 -0
- package/lib/ButtonGroupDisplayStyle.d.ts +12 -0
- package/lib/ButtonGroupOrientation.d.ts +9 -0
- package/lib/ButtonGroupSelectionChangedEventArgs.d.ts +7 -0
- package/lib/ButtonGroupView.d.ts +1 -0
- package/lib/ButtonGroupView_combined.d.ts +306 -0
- package/lib/ButtonGroupVisualModelExport.d.ts +24 -0
- package/lib/ButtonView.d.ts +1 -0
- package/lib/ButtonView_combined.d.ts +667 -0
- package/lib/ButtonVisualModelExport.d.ts +46 -0
- package/lib/Calendar.d.ts +1 -0
- package/lib/CalendarLocaleEn.d.ts +49 -0
- package/lib/CalendarView.d.ts +1 -0
- package/lib/CalendarView_combined.d.ts +206 -0
- package/lib/CalendarVisualModelExport.d.ts +33 -0
- package/lib/Checkbox.d.ts +1 -0
- package/lib/CheckboxChangeEventArgs.d.ts +11 -0
- package/lib/CheckboxLabelPosition.d.ts +12 -0
- package/lib/CheckboxView.d.ts +1 -0
- package/lib/CheckboxView_combined.d.ts +181 -0
- package/lib/CheckboxVisualModelExport.d.ts +28 -0
- package/lib/DateFormats.d.ts +18 -0
- package/lib/DatePicker.d.ts +1 -0
- package/lib/DatePickerView.d.ts +1 -0
- package/lib/DatePickerView_combined.d.ts +191 -0
- package/lib/DatePickerVisualModelExport.d.ts +24 -0
- package/lib/DateTimeValueFormatter.d.ts +20 -0
- package/lib/DayInfo.d.ts +13 -0
- package/lib/DayOfWeek.d.ts +38 -0
- package/lib/ElevationHelper.d.ts +16 -0
- package/lib/FirstWeek.d.ts +22 -0
- package/lib/GotFocusEventArgs.d.ts +7 -0
- package/lib/Icon.d.ts +1 -0
- package/lib/IconView.d.ts +1 -0
- package/lib/IconView_combined.d.ts +117 -0
- package/lib/IconVisualModelExport.d.ts +21 -0
- package/lib/Input.d.ts +1 -0
- package/lib/InputChangeEventArgs.d.ts +11 -0
- package/lib/InputGroup.d.ts +1 -0
- package/lib/InputGroupDisplayType.d.ts +11 -0
- package/lib/InputGroupInputCollection.d.ts +1 -0
- package/lib/InputGroupItem.d.ts +1 -0
- package/lib/InputGroupView.d.ts +1 -0
- package/lib/InputGroupView_combined.d.ts +1192 -0
- package/lib/InputGroupVisualModelExport.d.ts +44 -0
- package/lib/InputShiftType.d.ts +10 -0
- package/lib/InputView.d.ts +1 -0
- package/lib/InputVisualModelExport.d.ts +30 -0
- package/lib/KEYCODES.d.ts +26 -0
- package/lib/Label.d.ts +1 -0
- package/lib/LabelShiftType.d.ts +10 -0
- package/lib/LabelView.d.ts +1 -0
- package/lib/LabelVisualModelExport.d.ts +34 -0
- package/lib/LostFocusEventArgs.d.ts +7 -0
- package/lib/MaskOptions.d.ts +9 -0
- package/lib/MaskParsingService.d.ts +19 -0
- package/lib/Prefix.d.ts +1 -0
- package/lib/PrefixShiftType.d.ts +10 -0
- package/lib/PrefixView.d.ts +1 -0
- package/lib/PrefixVisualModelExport.d.ts +13 -0
- package/lib/Replaced.d.ts +9 -0
- package/lib/Ripple.d.ts +1 -0
- package/lib/RippleView.d.ts +1 -0
- package/lib/RippleView_combined.d.ts +89 -0
- package/lib/RippleVisualModelExport.d.ts +15 -0
- package/lib/Suffix.d.ts +1 -0
- package/lib/SuffixShiftType.d.ts +10 -0
- package/lib/SuffixView.d.ts +1 -0
- package/lib/SuffixVisualModelExport.d.ts +13 -0
- package/lib/TextElementsVisualModelExport.d.ts +16 -0
- package/lib/ThemeResolver.d.ts +18 -0
- package/lib/ValueChangedEventArgs.d.ts +11 -0
- package/lib/igc-button-click-event-args.d.ts +12 -0
- package/lib/igc-button-component.d.ts +671 -0
- package/lib/igc-button-group-button-collection.d.ts +8 -0
- package/lib/igc-button-group-component.d.ts +344 -0
- package/lib/igc-button-group-module.d.ts +3 -0
- package/lib/igc-button-group-selection-changed-event-args.d.ts +12 -0
- package/lib/igc-button-module.d.ts +3 -0
- package/lib/igc-calendar-component.d.ts +152 -0
- package/lib/igc-calendar-locale-en-module.d.ts +3 -0
- package/lib/igc-calendar-module.d.ts +3 -0
- package/lib/igc-checkbox-change-event-args.d.ts +14 -0
- package/lib/igc-checkbox-component.d.ts +198 -0
- package/lib/igc-checkbox-module.d.ts +3 -0
- package/lib/igc-date-picker-component.d.ts +174 -0
- package/lib/igc-date-picker-module.d.ts +3 -0
- package/lib/igc-got-focus-event-args.d.ts +12 -0
- package/lib/igc-icon-component.d.ts +148 -0
- package/lib/igc-icon-module.d.ts +3 -0
- package/lib/igc-input-change-event-args.d.ts +14 -0
- package/lib/igc-input-component.d.ts +145 -0
- package/lib/igc-input-group-component.d.ts +588 -0
- package/lib/igc-input-group-input-collection.d.ts +8 -0
- package/lib/igc-input-group-item-component.d.ts +39 -0
- package/lib/igc-input-group-module.d.ts +3 -0
- package/lib/igc-input-module.d.ts +3 -0
- package/lib/igc-label-component.d.ts +141 -0
- package/lib/igc-label-module.d.ts +3 -0
- package/lib/igc-lost-focus-event-args.d.ts +12 -0
- package/lib/igc-prefix-component.d.ts +55 -0
- package/lib/igc-prefix-module.d.ts +3 -0
- package/lib/igc-ripple-component.d.ts +104 -0
- package/lib/igc-ripple-module.d.ts +3 -0
- package/lib/igc-suffix-component.d.ts +55 -0
- package/lib/igc-value-changed-event-args.d.ts +14 -0
- package/package.json +35 -0
- package/public_api.d.ts +102 -0
|
@@ -0,0 +1,588 @@
|
|
|
1
|
+
import { InputGroup } from "./InputGroup";
|
|
2
|
+
import { IgcInputGroupItemComponent } from './igc-input-group-item-component';
|
|
3
|
+
import { IgcInputGroupInputCollection } from './igc-input-group-input-collection';
|
|
4
|
+
import { InputGroupDisplayType } from './InputGroupDisplayType';
|
|
5
|
+
import { ControlDisplayDensity } from "igniteui-webcomponents-core";
|
|
6
|
+
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
7
|
+
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
8
|
+
export declare class IgcInputGroupComponent extends IgcHTMLElement {
|
|
9
|
+
private _portalManager;
|
|
10
|
+
private _container;
|
|
11
|
+
private _renderer;
|
|
12
|
+
contentInputs: IgcInputGroupItemComponent[];
|
|
13
|
+
/**
|
|
14
|
+
* The style mappings actually present in the treemap. Do not directly modify this array.
|
|
15
|
+
* This array's contents can be modified by causing Angular to reproject the child content.
|
|
16
|
+
* Or adding and removing style mappings from the manual style mappings collection on the inputs property.
|
|
17
|
+
*/
|
|
18
|
+
actualInputs: IgcInputGroupItemComponent[];
|
|
19
|
+
private _inputs;
|
|
20
|
+
private _inputsAdapter;
|
|
21
|
+
/**
|
|
22
|
+
* A collection or manually added axes for the chart.
|
|
23
|
+
*/
|
|
24
|
+
readonly inputs: IgcInputGroupInputCollection;
|
|
25
|
+
constructor();
|
|
26
|
+
private _onChildrenChanged;
|
|
27
|
+
private updateInputs;
|
|
28
|
+
updateStyle(): void;
|
|
29
|
+
destroy(): void;
|
|
30
|
+
private _wrapper;
|
|
31
|
+
protected createImplementation(): InputGroup;
|
|
32
|
+
private _inputGroup;
|
|
33
|
+
private _disconnected;
|
|
34
|
+
disconnectedCallback(): void;
|
|
35
|
+
connectedCallback(): void;
|
|
36
|
+
afterContentInit(): void;
|
|
37
|
+
protected _implementation: any;
|
|
38
|
+
/**
|
|
39
|
+
* @hidden
|
|
40
|
+
*/
|
|
41
|
+
readonly i: InputGroup; /**
|
|
42
|
+
* @hidden
|
|
43
|
+
*/
|
|
44
|
+
static _createFromInternal(internal: any): IgcInputGroupComponent;
|
|
45
|
+
private _settingAttributes;
|
|
46
|
+
protected _attached: boolean;
|
|
47
|
+
private _queuedSetAttributes;
|
|
48
|
+
protected _enqueueSetAttribute(attrName: string, attrValue: string): void;
|
|
49
|
+
protected _flushQueuedAttributes(): void;
|
|
50
|
+
protected _a(attrName: string, attrValue: any): void;
|
|
51
|
+
private static _observedAttributesIgcInputGroupComponent;
|
|
52
|
+
static readonly observedAttributes: string[];
|
|
53
|
+
private _updatingFromAttribute;
|
|
54
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
55
|
+
static htmlTagName: string;
|
|
56
|
+
protected static _isElementRegistered: boolean;
|
|
57
|
+
static register(): void;
|
|
58
|
+
/**
|
|
59
|
+
* Gets or sets the display style to use for the button.
|
|
60
|
+
*/
|
|
61
|
+
displayType: InputGroupDisplayType;
|
|
62
|
+
/**
|
|
63
|
+
* Gets or sets the display density to use for the input group.
|
|
64
|
+
*/
|
|
65
|
+
density: ControlDisplayDensity;
|
|
66
|
+
/**
|
|
67
|
+
* Gets the actual display density to use for the input group.
|
|
68
|
+
*/
|
|
69
|
+
actualDensity: ControlDisplayDensity;
|
|
70
|
+
/**
|
|
71
|
+
* Gets or sets the base built in theme to use for the label.
|
|
72
|
+
*/
|
|
73
|
+
baseTheme: BaseControlTheme;
|
|
74
|
+
readonly inputHasValue: boolean;
|
|
75
|
+
/**
|
|
76
|
+
* Gets the actual item background color.
|
|
77
|
+
*/
|
|
78
|
+
actualBorderColor: string;
|
|
79
|
+
/**
|
|
80
|
+
* Gets the actual item border color.
|
|
81
|
+
*/
|
|
82
|
+
actualFocusBorderColor: string;
|
|
83
|
+
/**
|
|
84
|
+
* Gets the actual item border width.
|
|
85
|
+
*/
|
|
86
|
+
actualBorderWidth: number;
|
|
87
|
+
/**
|
|
88
|
+
* Gets the actual item border width.
|
|
89
|
+
*/
|
|
90
|
+
actualFocusBorderWidth: number;
|
|
91
|
+
actualCornerRadiusBottomRight: number;
|
|
92
|
+
actualCornerRadiusBottomLeft: number;
|
|
93
|
+
actualCornerRadiusTopLeft: number;
|
|
94
|
+
actualCornerRadiusTopRight: number;
|
|
95
|
+
ensureActualCornerRadius(): void;
|
|
96
|
+
actualContentPaddingBottom: number;
|
|
97
|
+
actualContentPaddingLeft: number;
|
|
98
|
+
actualContentPaddingRight: number;
|
|
99
|
+
actualContentPaddingTop: number;
|
|
100
|
+
ensureActualContentPadding(): void;
|
|
101
|
+
/**
|
|
102
|
+
* Gets the actual width to use for the underline element.
|
|
103
|
+
*/
|
|
104
|
+
actualUnderlineWidth: number;
|
|
105
|
+
/**
|
|
106
|
+
* Gets the actual width to use for the underline element.
|
|
107
|
+
*/
|
|
108
|
+
actualUnderlineRippleWidth: number;
|
|
109
|
+
/**
|
|
110
|
+
* Gets the width to use for the underline element when hovered.
|
|
111
|
+
*/
|
|
112
|
+
actualHoverUnderlineWidth: number;
|
|
113
|
+
/**
|
|
114
|
+
* Gets the actual color to use for the underline element.
|
|
115
|
+
*/
|
|
116
|
+
actualUnderlineColor: string;
|
|
117
|
+
/**
|
|
118
|
+
* Gets the actual color to use for the underline ripple element.
|
|
119
|
+
*/
|
|
120
|
+
actualUnderlineRippleColor: string;
|
|
121
|
+
/**
|
|
122
|
+
* Gets the actual color to use for the underline element.
|
|
123
|
+
*/
|
|
124
|
+
actualHoverUnderlineColor: string;
|
|
125
|
+
/**
|
|
126
|
+
* Gets the actual color to use for the underline element when focused.
|
|
127
|
+
*/
|
|
128
|
+
actualFocusUnderlineColor: string;
|
|
129
|
+
/**
|
|
130
|
+
* Gets the actual opacity to use for the underline element.
|
|
131
|
+
*/
|
|
132
|
+
actualUnderlineOpacity: number;
|
|
133
|
+
/**
|
|
134
|
+
* Gets the actual opacity to use for the underline element when hovered.
|
|
135
|
+
*/
|
|
136
|
+
actualHoverUnderlineOpacity: number;
|
|
137
|
+
/**
|
|
138
|
+
* Gets the actual opacity to use for the underline element when focused.
|
|
139
|
+
*/
|
|
140
|
+
actualFocusUnderlineOpacity: number;
|
|
141
|
+
/**
|
|
142
|
+
* Gets the actual opacity to use for the underline ripple element when focused.
|
|
143
|
+
*/
|
|
144
|
+
actualFocusUnderlineRippleOpacity: number;
|
|
145
|
+
/**
|
|
146
|
+
* Gets the actual opacity to use for the underline ripple element.
|
|
147
|
+
*/
|
|
148
|
+
actualUnderlineRippleOpacity: number;
|
|
149
|
+
/**
|
|
150
|
+
* Gets the actual opacity to use for the underline ripple element.
|
|
151
|
+
*/
|
|
152
|
+
actualBackgroundColor: string;
|
|
153
|
+
/**
|
|
154
|
+
* Gets or sets the border width to use for the border of the item group.
|
|
155
|
+
*/
|
|
156
|
+
borderWidth: number;
|
|
157
|
+
/**
|
|
158
|
+
* Gets or sets the border width to use for the border of the item group when focused.
|
|
159
|
+
*/
|
|
160
|
+
focusBorderWidth: number;
|
|
161
|
+
/**
|
|
162
|
+
* Gets or sets the color to use the border of the input group.
|
|
163
|
+
*/
|
|
164
|
+
borderColor: string;
|
|
165
|
+
cornerRadiusBottomRight: number;
|
|
166
|
+
cornerRadiusBottomLeft: number;
|
|
167
|
+
cornerRadiusTopLeft: number;
|
|
168
|
+
cornerRadiusTopRight: number;
|
|
169
|
+
ensureCornerRadius(): void;
|
|
170
|
+
contentPaddingBottom: number;
|
|
171
|
+
contentPaddingLeft: number;
|
|
172
|
+
contentPaddingRight: number;
|
|
173
|
+
contentPaddingTop: number;
|
|
174
|
+
ensureContentPadding(): void;
|
|
175
|
+
/**
|
|
176
|
+
* Gets or sets the width to use for the underline element.
|
|
177
|
+
*/
|
|
178
|
+
underlineWidth: number;
|
|
179
|
+
/**
|
|
180
|
+
* Gets or sets the width to use for the underline element.
|
|
181
|
+
*/
|
|
182
|
+
underlineRippleWidth: number;
|
|
183
|
+
/**
|
|
184
|
+
* Gets or sets the width to use for the underline element when hovered.
|
|
185
|
+
*/
|
|
186
|
+
hoverUnderlineWidth: number;
|
|
187
|
+
/**
|
|
188
|
+
* Gets or sets the color to use for the underline element.
|
|
189
|
+
*/
|
|
190
|
+
underlineColor: string;
|
|
191
|
+
/**
|
|
192
|
+
* Gets or sets the color to use for the underline ripple element.
|
|
193
|
+
*/
|
|
194
|
+
underlineRippleColor: string;
|
|
195
|
+
/**
|
|
196
|
+
* Gets or sets the color to use for the underline element.
|
|
197
|
+
*/
|
|
198
|
+
hoverUnderlineColor: string;
|
|
199
|
+
/**
|
|
200
|
+
* Gets or sets the color to use for the underline element.
|
|
201
|
+
*/
|
|
202
|
+
focusUnderlineColor: string;
|
|
203
|
+
/**
|
|
204
|
+
* Gets or sets the color to use for the underline element.
|
|
205
|
+
*/
|
|
206
|
+
underlineOpacity: number;
|
|
207
|
+
/**
|
|
208
|
+
* Gets or sets the color to use for the underline element.
|
|
209
|
+
*/
|
|
210
|
+
hoverUnderlineOpacity: number;
|
|
211
|
+
/**
|
|
212
|
+
* Gets or sets the color to use for the underline element.
|
|
213
|
+
*/
|
|
214
|
+
focusUnderlineOpacity: number;
|
|
215
|
+
/**
|
|
216
|
+
* Gets or sets the opacity to use for the underline ripple element when focused.
|
|
217
|
+
*/
|
|
218
|
+
focusUnderlineRippleOpacity: number;
|
|
219
|
+
/**
|
|
220
|
+
* Gets or sets the opacity to use for the underline ripple element.
|
|
221
|
+
*/
|
|
222
|
+
underlineRippleOpacity: number;
|
|
223
|
+
/**
|
|
224
|
+
* Gets or sets the background color to use for the input group.
|
|
225
|
+
*/
|
|
226
|
+
backgroundColor: string;
|
|
227
|
+
/**
|
|
228
|
+
* Gets or sets the border width to use for the border of the item group when using type line.
|
|
229
|
+
*/
|
|
230
|
+
lineTypeBorderWidth: number;
|
|
231
|
+
/**
|
|
232
|
+
* Gets or sets the border width to use for the border of the item group when focused when type is line.
|
|
233
|
+
*/
|
|
234
|
+
lineTypeFocusBorderWidth: number;
|
|
235
|
+
/**
|
|
236
|
+
* Gets or sets the focus color to use the border of the input group when type is line.
|
|
237
|
+
*/
|
|
238
|
+
lineTypeFocusBorderColor: string;
|
|
239
|
+
/**
|
|
240
|
+
* Gets or sets the color to use the border of the input group when type is line.
|
|
241
|
+
*/
|
|
242
|
+
lineTypeBorderColor: string;
|
|
243
|
+
lineTypeCornerRadiusBottomRight: number;
|
|
244
|
+
lineTypeCornerRadiusBottomLeft: number;
|
|
245
|
+
lineTypeCornerRadiusTopLeft: number;
|
|
246
|
+
lineTypeCornerRadiusTopRight: number;
|
|
247
|
+
ensureLineTypeCornerRadius(): void;
|
|
248
|
+
lineTypeContentPaddingBottom: number;
|
|
249
|
+
lineTypeContentPaddingLeft: number;
|
|
250
|
+
lineTypeContentPaddingRight: number;
|
|
251
|
+
lineTypeContentPaddingTop: number;
|
|
252
|
+
ensureLineTypeContentPadding(): void;
|
|
253
|
+
/**
|
|
254
|
+
* Gets or sets the width to use for the underline element when type is line.
|
|
255
|
+
*/
|
|
256
|
+
lineTypeUnderlineWidth: number;
|
|
257
|
+
/**
|
|
258
|
+
* Gets or sets the width to use for the underline element when type is line.
|
|
259
|
+
*/
|
|
260
|
+
lineTypeUnderlineRippleWidth: number;
|
|
261
|
+
/**
|
|
262
|
+
* Gets or sets the width to use for the underline element when hovered when type is line.
|
|
263
|
+
*/
|
|
264
|
+
lineTypeHoverUnderlineWidth: number;
|
|
265
|
+
/**
|
|
266
|
+
* Gets or sets the color to use for the underline element when type is line.
|
|
267
|
+
*/
|
|
268
|
+
lineTypeUnderlineColor: string;
|
|
269
|
+
/**
|
|
270
|
+
* Gets or sets the color to use for the underline ripple element when type is line.
|
|
271
|
+
*/
|
|
272
|
+
lineTypeUnderlineRippleColor: string;
|
|
273
|
+
/**
|
|
274
|
+
* Gets or sets the color to use for the underline element when type is line.
|
|
275
|
+
*/
|
|
276
|
+
lineTypeHoverUnderlineColor: string;
|
|
277
|
+
/**
|
|
278
|
+
* Gets or sets the color to use for the underline element when type is line.
|
|
279
|
+
*/
|
|
280
|
+
lineTypeFocusUnderlineColor: string;
|
|
281
|
+
/**
|
|
282
|
+
* Gets or sets the color to use for the underline element when type is line.
|
|
283
|
+
*/
|
|
284
|
+
lineTypeUnderlineOpacity: number;
|
|
285
|
+
/**
|
|
286
|
+
* Gets or sets the color to use for the underline element when type is line.
|
|
287
|
+
*/
|
|
288
|
+
lineTypeHoverUnderlineOpacity: number;
|
|
289
|
+
/**
|
|
290
|
+
* Gets or sets the color to use for the underline element when type is line.
|
|
291
|
+
*/
|
|
292
|
+
lineTypeFocusUnderlineOpacity: number;
|
|
293
|
+
/**
|
|
294
|
+
* Gets or sets the opacity to use for the underline ripple element when focused when type is line.
|
|
295
|
+
*/
|
|
296
|
+
lineTypeFocusUnderlineRippleOpacity: number;
|
|
297
|
+
/**
|
|
298
|
+
* Gets or sets the opacity to use for the underline ripple element when type is line.
|
|
299
|
+
*/
|
|
300
|
+
lineTypeUnderlineRippleOpacity: number;
|
|
301
|
+
/**
|
|
302
|
+
* Gets or sets the background color to use for the input group when type is line.
|
|
303
|
+
*/
|
|
304
|
+
lineTypeBackgroundColor: string;
|
|
305
|
+
/**
|
|
306
|
+
* Gets or sets the border width to use for the border of the item group when using type line.
|
|
307
|
+
*/
|
|
308
|
+
boxTypeBorderWidth: number;
|
|
309
|
+
/**
|
|
310
|
+
* Gets or sets the border width to use for the border of the item group when focused when type is box.
|
|
311
|
+
*/
|
|
312
|
+
boxTypeFocusBorderWidth: number;
|
|
313
|
+
/**
|
|
314
|
+
* Gets or sets the focus color to use the border of the input group when type is box.
|
|
315
|
+
*/
|
|
316
|
+
boxTypeFocusBorderColor: string;
|
|
317
|
+
/**
|
|
318
|
+
* Gets or sets the color to use the border of the input group when type is box.
|
|
319
|
+
*/
|
|
320
|
+
boxTypeBorderColor: string;
|
|
321
|
+
boxTypeCornerRadiusBottomRight: number;
|
|
322
|
+
boxTypeCornerRadiusBottomLeft: number;
|
|
323
|
+
boxTypeCornerRadiusTopLeft: number;
|
|
324
|
+
boxTypeCornerRadiusTopRight: number;
|
|
325
|
+
ensureBoxTypeCornerRadius(): void;
|
|
326
|
+
boxTypeContentPaddingBottom: number;
|
|
327
|
+
boxTypeContentPaddingLeft: number;
|
|
328
|
+
boxTypeContentPaddingRight: number;
|
|
329
|
+
boxTypeContentPaddingTop: number;
|
|
330
|
+
ensureBoxTypeContentPadding(): void;
|
|
331
|
+
/**
|
|
332
|
+
* Gets or sets the width to use for the underline element when type is box.
|
|
333
|
+
*/
|
|
334
|
+
boxTypeUnderlineWidth: number;
|
|
335
|
+
/**
|
|
336
|
+
* Gets or sets the width to use for the underline element when type is box.
|
|
337
|
+
*/
|
|
338
|
+
boxTypeUnderlineRippleWidth: number;
|
|
339
|
+
/**
|
|
340
|
+
* Gets or sets the width to use for the underline element when hovered when type is box.
|
|
341
|
+
*/
|
|
342
|
+
boxTypeHoverUnderlineWidth: number;
|
|
343
|
+
/**
|
|
344
|
+
* Gets or sets the color to use for the underline element when type is box.
|
|
345
|
+
*/
|
|
346
|
+
boxTypeUnderlineColor: string;
|
|
347
|
+
/**
|
|
348
|
+
* Gets or sets the color to use for the underline ripple element when type is box.
|
|
349
|
+
*/
|
|
350
|
+
boxTypeUnderlineRippleColor: string;
|
|
351
|
+
/**
|
|
352
|
+
* Gets or sets the color to use for the underline element when type is box.
|
|
353
|
+
*/
|
|
354
|
+
boxTypeHoverUnderlineColor: string;
|
|
355
|
+
/**
|
|
356
|
+
* Gets or sets the color to use for the underline element when type is box.
|
|
357
|
+
*/
|
|
358
|
+
boxTypeFocusUnderlineColor: string;
|
|
359
|
+
/**
|
|
360
|
+
* Gets or sets the color to use for the underline element when type is box.
|
|
361
|
+
*/
|
|
362
|
+
boxTypeUnderlineOpacity: number;
|
|
363
|
+
/**
|
|
364
|
+
* Gets or sets the color to use for the underline element when type is box.
|
|
365
|
+
*/
|
|
366
|
+
boxTypeHoverUnderlineOpacity: number;
|
|
367
|
+
/**
|
|
368
|
+
* Gets or sets the color to use for the underline element when type is box.
|
|
369
|
+
*/
|
|
370
|
+
boxTypeFocusUnderlineOpacity: number;
|
|
371
|
+
/**
|
|
372
|
+
* Gets or sets the opacity to use for the underline ripple element when focused when type is box.
|
|
373
|
+
*/
|
|
374
|
+
boxTypeFocusUnderlineRippleOpacity: number;
|
|
375
|
+
/**
|
|
376
|
+
* Gets or sets the opacity to use for the underline ripple element when type is box.
|
|
377
|
+
*/
|
|
378
|
+
boxTypeUnderlineRippleOpacity: number;
|
|
379
|
+
/**
|
|
380
|
+
* Gets or sets the background color to use for the input group when type is box.
|
|
381
|
+
*/
|
|
382
|
+
boxTypeBackgroundColor: string;
|
|
383
|
+
/**
|
|
384
|
+
* Gets or sets the border width to use for the border of the item group when using type line.
|
|
385
|
+
*/
|
|
386
|
+
borderTypeBorderWidth: number;
|
|
387
|
+
/**
|
|
388
|
+
* Gets or sets the border width to use for the border of the item group when focused when type is border.
|
|
389
|
+
*/
|
|
390
|
+
borderTypeFocusBorderWidth: number;
|
|
391
|
+
/**
|
|
392
|
+
* Gets or sets the focus color to use the border of the input group when type is border.
|
|
393
|
+
*/
|
|
394
|
+
borderTypeFocusBorderColor: string;
|
|
395
|
+
/**
|
|
396
|
+
* Gets or sets the color to use the border of the input group when type is border.
|
|
397
|
+
*/
|
|
398
|
+
borderTypeBorderColor: string;
|
|
399
|
+
borderTypeCornerRadiusBottomRight: number;
|
|
400
|
+
borderTypeCornerRadiusBottomLeft: number;
|
|
401
|
+
borderTypeCornerRadiusTopLeft: number;
|
|
402
|
+
borderTypeCornerRadiusTopRight: number;
|
|
403
|
+
ensureBorderTypeCornerRadius(): void;
|
|
404
|
+
borderTypeContentPaddingBottom: number;
|
|
405
|
+
borderTypeContentPaddingLeft: number;
|
|
406
|
+
borderTypeContentPaddingRight: number;
|
|
407
|
+
borderTypeContentPaddingTop: number;
|
|
408
|
+
ensureBorderTypeContentPadding(): void;
|
|
409
|
+
/**
|
|
410
|
+
* Gets or sets the width to use for the underline element when type is border.
|
|
411
|
+
*/
|
|
412
|
+
borderTypeUnderlineWidth: number;
|
|
413
|
+
/**
|
|
414
|
+
* Gets or sets the width to use for the underline element when type is border.
|
|
415
|
+
*/
|
|
416
|
+
borderTypeUnderlineRippleWidth: number;
|
|
417
|
+
/**
|
|
418
|
+
* Gets or sets the width to use for the underline element when hovered when type is border.
|
|
419
|
+
*/
|
|
420
|
+
borderTypeHoverUnderlineWidth: number;
|
|
421
|
+
/**
|
|
422
|
+
* Gets or sets the color to use for the underline element when type is border.
|
|
423
|
+
*/
|
|
424
|
+
borderTypeUnderlineColor: string;
|
|
425
|
+
/**
|
|
426
|
+
* Gets or sets the color to use for the underline ripple element when type is border.
|
|
427
|
+
*/
|
|
428
|
+
borderTypeUnderlineRippleColor: string;
|
|
429
|
+
/**
|
|
430
|
+
* Gets or sets the color to use for the underline element when type is border.
|
|
431
|
+
*/
|
|
432
|
+
borderTypeHoverUnderlineColor: string;
|
|
433
|
+
/**
|
|
434
|
+
* Gets or sets the color to use for the underline element when type is border.
|
|
435
|
+
*/
|
|
436
|
+
borderTypeFocusUnderlineColor: string;
|
|
437
|
+
/**
|
|
438
|
+
* Gets or sets the color to use for the underline element when type is border.
|
|
439
|
+
*/
|
|
440
|
+
borderTypeUnderlineOpacity: number;
|
|
441
|
+
/**
|
|
442
|
+
* Gets or sets the color to use for the underline element when type is border.
|
|
443
|
+
*/
|
|
444
|
+
borderTypeHoverUnderlineOpacity: number;
|
|
445
|
+
/**
|
|
446
|
+
* Gets or sets the color to use for the underline element when type is border.
|
|
447
|
+
*/
|
|
448
|
+
borderTypeFocusUnderlineOpacity: number;
|
|
449
|
+
/**
|
|
450
|
+
* Gets or sets the opacity to use for the underline ripple element when focused when type is border.
|
|
451
|
+
*/
|
|
452
|
+
borderTypeFocusUnderlineRippleOpacity: number;
|
|
453
|
+
/**
|
|
454
|
+
* Gets or sets the opacity to use for the underline ripple element when type is border.
|
|
455
|
+
*/
|
|
456
|
+
borderTypeUnderlineRippleOpacity: number;
|
|
457
|
+
/**
|
|
458
|
+
* Gets or sets the background color to use for the input group when type is border.
|
|
459
|
+
*/
|
|
460
|
+
borderTypeBackgroundColor: string;
|
|
461
|
+
/**
|
|
462
|
+
* Gets or sets the search width to use for the border of the item group when using type line.
|
|
463
|
+
*/
|
|
464
|
+
searchTypeBorderWidth: number;
|
|
465
|
+
/**
|
|
466
|
+
* Gets or sets the search width to use for the border of the item group when focused when type is search.
|
|
467
|
+
*/
|
|
468
|
+
searchTypeFocusBorderWidth: number;
|
|
469
|
+
/**
|
|
470
|
+
* Gets or sets the focus color to use the search of the input group when type is search.
|
|
471
|
+
*/
|
|
472
|
+
searchTypeFocusBorderColor: string;
|
|
473
|
+
/**
|
|
474
|
+
* Gets or sets the color to use the search of the input group when type is search.
|
|
475
|
+
*/
|
|
476
|
+
searchTypeBorderColor: string;
|
|
477
|
+
searchTypeCornerRadiusBottomRight: number;
|
|
478
|
+
searchTypeCornerRadiusBottomLeft: number;
|
|
479
|
+
searchTypeCornerRadiusTopLeft: number;
|
|
480
|
+
searchTypeCornerRadiusTopRight: number;
|
|
481
|
+
ensureSearchTypeCornerRadius(): void;
|
|
482
|
+
searchTypeContentPaddingBottom: number;
|
|
483
|
+
searchTypeContentPaddingLeft: number;
|
|
484
|
+
searchTypeContentPaddingRight: number;
|
|
485
|
+
searchTypeContentPaddingTop: number;
|
|
486
|
+
ensureSearchTypeContentPadding(): void;
|
|
487
|
+
/**
|
|
488
|
+
* Gets or sets the width to use for the underline element when type is search.
|
|
489
|
+
*/
|
|
490
|
+
searchTypeUnderlineWidth: number;
|
|
491
|
+
/**
|
|
492
|
+
* Gets or sets the width to use for the underline element when type is search.
|
|
493
|
+
*/
|
|
494
|
+
searchTypeUnderlineRippleWidth: number;
|
|
495
|
+
/**
|
|
496
|
+
* Gets or sets the width to use for the underline element when hovered when type is search.
|
|
497
|
+
*/
|
|
498
|
+
searchTypeHoverUnderlineWidth: number;
|
|
499
|
+
/**
|
|
500
|
+
* Gets or sets the color to use for the underline element when type is search.
|
|
501
|
+
*/
|
|
502
|
+
searchTypeUnderlineColor: string;
|
|
503
|
+
/**
|
|
504
|
+
* Gets or sets the color to use for the underline ripple element when type is search.
|
|
505
|
+
*/
|
|
506
|
+
searchTypeUnderlineRippleColor: string;
|
|
507
|
+
/**
|
|
508
|
+
* Gets or sets the color to use for the underline element when type is search.
|
|
509
|
+
*/
|
|
510
|
+
searchTypeHoverUnderlineColor: string;
|
|
511
|
+
/**
|
|
512
|
+
* Gets or sets the color to use for the underline element when type is search.
|
|
513
|
+
*/
|
|
514
|
+
searchTypeFocusUnderlineColor: string;
|
|
515
|
+
/**
|
|
516
|
+
* Gets or sets the color to use for the underline element when type is search.
|
|
517
|
+
*/
|
|
518
|
+
searchTypeUnderlineOpacity: number;
|
|
519
|
+
/**
|
|
520
|
+
* Gets or sets the color to use for the underline element when type is search.
|
|
521
|
+
*/
|
|
522
|
+
searchTypeHoverUnderlineOpacity: number;
|
|
523
|
+
/**
|
|
524
|
+
* Gets or sets the color to use for the underline element when type is search.
|
|
525
|
+
*/
|
|
526
|
+
searchTypeFocusUnderlineOpacity: number;
|
|
527
|
+
/**
|
|
528
|
+
* Gets or sets the opacity to use for the underline ripple element when focused when type is search.
|
|
529
|
+
*/
|
|
530
|
+
searchTypeFocusUnderlineRippleOpacity: number;
|
|
531
|
+
/**
|
|
532
|
+
* Gets or sets the opacity to use for the underline ripple element when type is search.
|
|
533
|
+
*/
|
|
534
|
+
searchTypeUnderlineRippleOpacity: number;
|
|
535
|
+
/**
|
|
536
|
+
* Gets or sets the background color to use for the input group when type is search.
|
|
537
|
+
*/
|
|
538
|
+
searchTypeBackgroundColor: string;
|
|
539
|
+
/**
|
|
540
|
+
* Gets or sets whether the input group is expanded or not.
|
|
541
|
+
*/
|
|
542
|
+
isExpanded: boolean;
|
|
543
|
+
/**
|
|
544
|
+
* Gets or sets whether the input group is hovered or not.
|
|
545
|
+
*/
|
|
546
|
+
isHovered: boolean;
|
|
547
|
+
/**
|
|
548
|
+
* Gets or sets whether the input group is hovered or not.
|
|
549
|
+
*/
|
|
550
|
+
isFocused: boolean;
|
|
551
|
+
/**
|
|
552
|
+
* Gets or sets whether the input group is expanded or not.
|
|
553
|
+
*/
|
|
554
|
+
actualIsExpanded: boolean;
|
|
555
|
+
/**
|
|
556
|
+
* Gets or sets the color to use the hovered background of the inputs in the group.
|
|
557
|
+
*/
|
|
558
|
+
focusBorderColor: string;
|
|
559
|
+
/**
|
|
560
|
+
* Gets or sets the id to use for the checkbox.
|
|
561
|
+
*/
|
|
562
|
+
id: string;
|
|
563
|
+
/**
|
|
564
|
+
* Gets or sets whether the checkbox is disabled.
|
|
565
|
+
*/
|
|
566
|
+
disabled: boolean;
|
|
567
|
+
findByName(name: string): any;
|
|
568
|
+
protected __p: string;
|
|
569
|
+
protected _hasUserValues: Set<string>;
|
|
570
|
+
protected readonly hasUserValues: Set<string>;
|
|
571
|
+
protected __m(propertyName: string): void;
|
|
572
|
+
protected _stylingContainer: any;
|
|
573
|
+
protected _stylingParent: any;
|
|
574
|
+
protected _inStyling: boolean;
|
|
575
|
+
protected _styling(container: any, component: any, parent?: any): void;
|
|
576
|
+
onDetachedFromUI(): void;
|
|
577
|
+
onAttachedToUI(): void;
|
|
578
|
+
/**
|
|
579
|
+
* Exports visual information about the current state of the grid.
|
|
580
|
+
|
|
581
|
+
*/
|
|
582
|
+
exportVisualModel(): any;
|
|
583
|
+
/**
|
|
584
|
+
* Returns a serialized copy of the exported visual model
|
|
585
|
+
|
|
586
|
+
*/
|
|
587
|
+
exportSerializedVisualModel(): string;
|
|
588
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { IgCollection } from "igniteui-webcomponents-core";
|
|
2
|
+
import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
|
|
3
|
+
import { InputGroupItem as InputGroupItem_internal } from './InputGroupItem';
|
|
4
|
+
import { IgcInputGroupItemComponent as IgcInputGroupItemComponent } from './igc-input-group-item-component';
|
|
5
|
+
export declare class IgcInputGroupInputCollection extends IgCollection<IgcInputGroupItemComponent, InputGroupItem_internal> {
|
|
6
|
+
constructor(list?: IgcInputGroupItemComponent[]);
|
|
7
|
+
protected _createInnerColl(): SyncableObservableCollection$2<IgcInputGroupItemComponent, InputGroupItem_internal>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
2
|
+
import { InputGroupItem } from "./InputGroupItem";
|
|
3
|
+
export declare abstract class IgcInputGroupItemComponent extends IgcHTMLElement {
|
|
4
|
+
protected createImplementation(): InputGroupItem;
|
|
5
|
+
protected _implementation: any;
|
|
6
|
+
/**
|
|
7
|
+
* @hidden
|
|
8
|
+
*/
|
|
9
|
+
readonly i: InputGroupItem; /**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
static _createFromInternal(internal: any): IgcInputGroupItemComponent;
|
|
13
|
+
private onImplementationCreated;
|
|
14
|
+
constructor();
|
|
15
|
+
private _settingAttributes;
|
|
16
|
+
protected _attached: boolean;
|
|
17
|
+
private _queuedSetAttributes;
|
|
18
|
+
protected _enqueueSetAttribute(attrName: string, attrValue: string): void;
|
|
19
|
+
protected _flushQueuedAttributes(): void;
|
|
20
|
+
protected _a(attrName: string, attrValue: any): void;
|
|
21
|
+
connectedCallback(): void;
|
|
22
|
+
private static _observedAttributesIgcInputGroupItemComponent;
|
|
23
|
+
static readonly observedAttributes: string[];
|
|
24
|
+
private _updatingFromAttribute;
|
|
25
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
26
|
+
/**
|
|
27
|
+
* Gets or sets name to use for the button.
|
|
28
|
+
*/
|
|
29
|
+
name: string;
|
|
30
|
+
findByName(name: string): any;
|
|
31
|
+
protected __p: string;
|
|
32
|
+
protected _hasUserValues: Set<string>;
|
|
33
|
+
protected readonly hasUserValues: Set<string>;
|
|
34
|
+
protected __m(propertyName: string): void;
|
|
35
|
+
protected _stylingContainer: any;
|
|
36
|
+
protected _stylingParent: any;
|
|
37
|
+
protected _inStyling: boolean;
|
|
38
|
+
protected _styling(container: any, component: any, parent?: any): void;
|
|
39
|
+
}
|