igniteui-angular-inputs 16.1.0-beta.1
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 +19 -0
- package/bundles/igniteui-angular-inputs.umd.js +36173 -0
- package/bundles/igniteui-angular-inputs.umd.min.js +7 -0
- package/esm2015/igniteui-angular-inputs.js +4 -0
- package/esm2015/lib/ButtonClickEventArgs.js +16 -0
- package/esm2015/lib/ButtonDisplayStyle.js +11 -0
- package/esm2015/lib/ButtonGroupDisplayStyle.js +11 -0
- package/esm2015/lib/ButtonGroupOrientation.js +16 -0
- package/esm2015/lib/ButtonGroupSelectionChangedEventArgs.js +16 -0
- package/esm2015/lib/ButtonGroupView.js +7 -0
- package/esm2015/lib/ButtonGroupView_combined.js +1333 -0
- package/esm2015/lib/ButtonGroupVisualModelExport.js +56 -0
- package/esm2015/lib/ButtonView.js +7 -0
- package/esm2015/lib/ButtonView_combined.js +3291 -0
- package/esm2015/lib/ButtonVisualModelExport.js +109 -0
- package/esm2015/lib/CalendarView.js +7 -0
- package/esm2015/lib/CalendarView_combined.js +2791 -0
- package/esm2015/lib/CalendarVisualModelExport.js +100 -0
- package/esm2015/lib/CheckboxChangeEventArgs.js +33 -0
- package/esm2015/lib/CheckboxLabelPosition.js +11 -0
- package/esm2015/lib/CheckboxView.js +7 -0
- package/esm2015/lib/CheckboxView_combined.js +1105 -0
- package/esm2015/lib/CheckboxVisualModelExport.js +62 -0
- package/esm2015/lib/DateFormats.js +25 -0
- package/esm2015/lib/DatePicker.js +7 -0
- package/esm2015/lib/DatePickerView.js +7 -0
- package/esm2015/lib/DatePickerView_combined.js +1578 -0
- package/esm2015/lib/DatePickerVisualModelExport.js +70 -0
- package/esm2015/lib/DateTimeValueFormatter.js +108 -0
- package/esm2015/lib/DayInfo.js +23 -0
- package/esm2015/lib/DayOfWeek.js +45 -0
- package/esm2015/lib/ElevationHelper.js +67 -0
- package/esm2015/lib/FirstWeek.js +29 -0
- package/esm2015/lib/GotFocusEventArgs.js +16 -0
- package/esm2015/lib/IconClickedEventArgs.js +16 -0
- package/esm2015/lib/IconView.js +7 -0
- package/esm2015/lib/IconView_combined.js +815 -0
- package/esm2015/lib/IconVisualModelExport.js +76 -0
- package/esm2015/lib/InputChangeEventArgs.js +33 -0
- package/esm2015/lib/InputGroupDisplayType.js +18 -0
- package/esm2015/lib/InputGroupView.js +7 -0
- package/esm2015/lib/InputGroupView_combined.js +5518 -0
- package/esm2015/lib/InputGroupVisualModelExport.js +109 -0
- package/esm2015/lib/InputShiftType.js +17 -0
- package/esm2015/lib/InputView.js +7 -0
- package/esm2015/lib/InputVisualModelExport.js +78 -0
- package/esm2015/lib/KEYCODES.js +11 -0
- package/esm2015/lib/LabelShiftType.js +17 -0
- package/esm2015/lib/LabelView.js +7 -0
- package/esm2015/lib/LabelVisualModelExport.js +84 -0
- package/esm2015/lib/LostFocusEventArgs.js +16 -0
- package/esm2015/lib/MaskOptions.js +21 -0
- package/esm2015/lib/MaskParsingService.js +213 -0
- package/esm2015/lib/NativeUIXInputsFactory.js +185 -0
- package/esm2015/lib/PrefixShiftType.js +17 -0
- package/esm2015/lib/PrefixView.js +7 -0
- package/esm2015/lib/PrefixVisualModelExport.js +35 -0
- package/esm2015/lib/Replaced.js +21 -0
- package/esm2015/lib/RippleView.js +7 -0
- package/esm2015/lib/RippleView_combined.js +396 -0
- package/esm2015/lib/RippleVisualModelExport.js +38 -0
- package/esm2015/lib/SelectedValueChangedEventArgs.js +33 -0
- package/esm2015/lib/SuffixShiftType.js +17 -0
- package/esm2015/lib/SuffixView.js +7 -0
- package/esm2015/lib/SuffixVisualModelExport.js +34 -0
- package/esm2015/lib/TextElementsVisualModelExport.js +44 -0
- package/esm2015/lib/Theme.js +48 -0
- package/esm2015/lib/ThemeResolver.js +176 -0
- package/esm2015/lib/XButton.js +7 -0
- package/esm2015/lib/XButtonBridge.js +297 -0
- package/esm2015/lib/XButtonGroup.js +7 -0
- package/esm2015/lib/XButtonGroupButtonCollection.js +28 -0
- package/esm2015/lib/XCalendar.js +7 -0
- package/esm2015/lib/XCalendarLocaleEn.js +56 -0
- package/esm2015/lib/XCheckbox.js +7 -0
- package/esm2015/lib/XCheckboxBridge.js +78 -0
- package/esm2015/lib/XComponentBridge.js +48 -0
- package/esm2015/lib/XIcon.js +7 -0
- package/esm2015/lib/XIconBridge.js +93 -0
- package/esm2015/lib/XIconButtonBridge.js +77 -0
- package/esm2015/lib/XInput.js +7 -0
- package/esm2015/lib/XInputBridge.js +215 -0
- package/esm2015/lib/XInputGroup.js +7 -0
- package/esm2015/lib/XInputGroupInputCollection.js +7 -0
- package/esm2015/lib/XInputGroupItem.js +7 -0
- package/esm2015/lib/XLabel.js +7 -0
- package/esm2015/lib/XPopupBridge.js +287 -0
- package/esm2015/lib/XPrefix.js +7 -0
- package/esm2015/lib/XRipple.js +7 -0
- package/esm2015/lib/XSuffix.js +7 -0
- package/esm2015/lib/igx-button-click-event-args.js +24 -0
- package/esm2015/lib/igx-button-group-selection-changed-event-args.js +24 -0
- package/esm2015/lib/igx-checkbox-change-event-args.js +37 -0
- package/esm2015/lib/igx-date-picker-component.js +596 -0
- package/esm2015/lib/igx-date-picker-dynamic-module.js +66 -0
- package/esm2015/lib/igx-date-picker-module.js +60 -0
- package/esm2015/lib/igx-got-focus-event-args.js +24 -0
- package/esm2015/lib/igx-input-change-event-args.js +37 -0
- package/esm2015/lib/igx-lost-focus-event-args.js +24 -0
- package/esm2015/lib/igx-selected-value-changed-event-args.js +36 -0
- package/esm2015/lib/igx-x-button-component.js +2286 -0
- package/esm2015/lib/igx-x-button-dynamic-module.js +52 -0
- package/esm2015/lib/igx-x-button-group-button-collection.js +48 -0
- package/esm2015/lib/igx-x-button-group-component.js +1000 -0
- package/esm2015/lib/igx-x-button-group-dynamic-module.js +52 -0
- package/esm2015/lib/igx-x-button-group-module.js +46 -0
- package/esm2015/lib/igx-x-button-module.js +46 -0
- package/esm2015/lib/igx-x-calendar-component.js +468 -0
- package/esm2015/lib/igx-x-calendar-dynamic-module.js +52 -0
- package/esm2015/lib/igx-x-calendar-locale-en-module.js +31 -0
- package/esm2015/lib/igx-x-calendar-module.js +46 -0
- package/esm2015/lib/igx-x-checkbox-component.js +586 -0
- package/esm2015/lib/igx-x-checkbox-dynamic-module.js +52 -0
- package/esm2015/lib/igx-x-checkbox-module.js +46 -0
- package/esm2015/lib/igx-x-icon-component.js +596 -0
- package/esm2015/lib/igx-x-icon-dynamic-module.js +45 -0
- package/esm2015/lib/igx-x-icon-module.js +39 -0
- package/esm2015/lib/igx-x-input-component.js +551 -0
- package/esm2015/lib/igx-x-input-dynamic-module.js +45 -0
- package/esm2015/lib/igx-x-input-group-component.js +2046 -0
- package/esm2015/lib/igx-x-input-group-dynamic-module.js +59 -0
- package/esm2015/lib/igx-x-input-group-input-collection.js +48 -0
- package/esm2015/lib/igx-x-input-group-item-component.js +140 -0
- package/esm2015/lib/igx-x-input-group-module.js +53 -0
- package/esm2015/lib/igx-x-input-module.js +39 -0
- package/esm2015/lib/igx-x-label-component.js +423 -0
- package/esm2015/lib/igx-x-label-dynamic-module.js +45 -0
- package/esm2015/lib/igx-x-label-module.js +39 -0
- package/esm2015/lib/igx-x-prefix-component.js +165 -0
- package/esm2015/lib/igx-x-prefix-dynamic-module.js +45 -0
- package/esm2015/lib/igx-x-prefix-module.js +39 -0
- package/esm2015/lib/igx-x-ripple-component.js +322 -0
- package/esm2015/lib/igx-x-ripple-dynamic-module.js +38 -0
- package/esm2015/lib/igx-x-ripple-module.js +36 -0
- package/esm2015/lib/igx-x-suffix-component.js +165 -0
- package/esm2015/public_api.js +123 -0
- package/esm5/igniteui-angular-inputs.js +4 -0
- package/esm5/lib/ButtonClickEventArgs.js +20 -0
- package/esm5/lib/ButtonDisplayStyle.js +11 -0
- package/esm5/lib/ButtonGroupDisplayStyle.js +11 -0
- package/esm5/lib/ButtonGroupOrientation.js +16 -0
- package/esm5/lib/ButtonGroupSelectionChangedEventArgs.js +20 -0
- package/esm5/lib/ButtonGroupView.js +7 -0
- package/esm5/lib/ButtonGroupView_combined.js +1701 -0
- package/esm5/lib/ButtonGroupVisualModelExport.js +58 -0
- package/esm5/lib/ButtonView.js +7 -0
- package/esm5/lib/ButtonView_combined.js +3985 -0
- package/esm5/lib/ButtonVisualModelExport.js +111 -0
- package/esm5/lib/CalendarView.js +7 -0
- package/esm5/lib/CalendarView_combined.js +2915 -0
- package/esm5/lib/CalendarVisualModelExport.js +102 -0
- package/esm5/lib/CheckboxChangeEventArgs.js +43 -0
- package/esm5/lib/CheckboxLabelPosition.js +11 -0
- package/esm5/lib/CheckboxView.js +7 -0
- package/esm5/lib/CheckboxView_combined.js +1303 -0
- package/esm5/lib/CheckboxVisualModelExport.js +64 -0
- package/esm5/lib/DateFormats.js +25 -0
- package/esm5/lib/DatePicker.js +7 -0
- package/esm5/lib/DatePickerView.js +7 -0
- package/esm5/lib/DatePickerView_combined.js +1690 -0
- package/esm5/lib/DatePickerVisualModelExport.js +72 -0
- package/esm5/lib/DateTimeValueFormatter.js +110 -0
- package/esm5/lib/DayInfo.js +25 -0
- package/esm5/lib/DayOfWeek.js +45 -0
- package/esm5/lib/ElevationHelper.js +71 -0
- package/esm5/lib/FirstWeek.js +29 -0
- package/esm5/lib/GotFocusEventArgs.js +20 -0
- package/esm5/lib/IconClickedEventArgs.js +20 -0
- package/esm5/lib/IconView.js +7 -0
- package/esm5/lib/IconView_combined.js +1012 -0
- package/esm5/lib/IconVisualModelExport.js +82 -0
- package/esm5/lib/InputChangeEventArgs.js +43 -0
- package/esm5/lib/InputGroupDisplayType.js +18 -0
- package/esm5/lib/InputGroupView.js +7 -0
- package/esm5/lib/InputGroupView_combined.js +6660 -0
- package/esm5/lib/InputGroupVisualModelExport.js +111 -0
- package/esm5/lib/InputShiftType.js +17 -0
- package/esm5/lib/InputView.js +7 -0
- package/esm5/lib/InputVisualModelExport.js +80 -0
- package/esm5/lib/KEYCODES.js +11 -0
- package/esm5/lib/LabelShiftType.js +17 -0
- package/esm5/lib/LabelView.js +7 -0
- package/esm5/lib/LabelVisualModelExport.js +86 -0
- package/esm5/lib/LostFocusEventArgs.js +20 -0
- package/esm5/lib/MaskOptions.js +23 -0
- package/esm5/lib/MaskParsingService.js +267 -0
- package/esm5/lib/NativeUIXInputsFactory.js +195 -0
- package/esm5/lib/PrefixShiftType.js +17 -0
- package/esm5/lib/PrefixView.js +7 -0
- package/esm5/lib/PrefixVisualModelExport.js +37 -0
- package/esm5/lib/Replaced.js +23 -0
- package/esm5/lib/RippleView.js +7 -0
- package/esm5/lib/RippleView_combined.js +491 -0
- package/esm5/lib/RippleVisualModelExport.js +40 -0
- package/esm5/lib/SelectedValueChangedEventArgs.js +43 -0
- package/esm5/lib/SuffixShiftType.js +17 -0
- package/esm5/lib/SuffixView.js +7 -0
- package/esm5/lib/SuffixVisualModelExport.js +36 -0
- package/esm5/lib/TextElementsVisualModelExport.js +46 -0
- package/esm5/lib/Theme.js +58 -0
- package/esm5/lib/ThemeResolver.js +182 -0
- package/esm5/lib/XButton.js +7 -0
- package/esm5/lib/XButtonBridge.js +299 -0
- package/esm5/lib/XButtonGroup.js +7 -0
- package/esm5/lib/XButtonGroupButtonCollection.js +30 -0
- package/esm5/lib/XCalendar.js +7 -0
- package/esm5/lib/XCalendarLocaleEn.js +58 -0
- package/esm5/lib/XCheckbox.js +7 -0
- package/esm5/lib/XCheckboxBridge.js +80 -0
- package/esm5/lib/XComponentBridge.js +54 -0
- package/esm5/lib/XIcon.js +7 -0
- package/esm5/lib/XIconBridge.js +95 -0
- package/esm5/lib/XIconButtonBridge.js +79 -0
- package/esm5/lib/XInput.js +7 -0
- package/esm5/lib/XInputBridge.js +217 -0
- package/esm5/lib/XInputGroup.js +7 -0
- package/esm5/lib/XInputGroupInputCollection.js +7 -0
- package/esm5/lib/XInputGroupItem.js +7 -0
- package/esm5/lib/XLabel.js +7 -0
- package/esm5/lib/XPopupBridge.js +289 -0
- package/esm5/lib/XPrefix.js +7 -0
- package/esm5/lib/XRipple.js +7 -0
- package/esm5/lib/XSuffix.js +7 -0
- package/esm5/lib/igx-button-click-event-args.js +30 -0
- package/esm5/lib/igx-button-group-selection-changed-event-args.js +30 -0
- package/esm5/lib/igx-checkbox-change-event-args.js +51 -0
- package/esm5/lib/igx-date-picker-component.js +720 -0
- package/esm5/lib/igx-date-picker-dynamic-module.js +65 -0
- package/esm5/lib/igx-date-picker-module.js +59 -0
- package/esm5/lib/igx-got-focus-event-args.js +30 -0
- package/esm5/lib/igx-input-change-event-args.js +51 -0
- package/esm5/lib/igx-lost-focus-event-args.js +30 -0
- package/esm5/lib/igx-selected-value-changed-event-args.js +50 -0
- package/esm5/lib/igx-x-button-component.js +3018 -0
- package/esm5/lib/igx-x-button-dynamic-module.js +51 -0
- package/esm5/lib/igx-x-button-group-button-collection.js +53 -0
- package/esm5/lib/igx-x-button-group-component.js +1272 -0
- package/esm5/lib/igx-x-button-group-dynamic-module.js +51 -0
- package/esm5/lib/igx-x-button-group-module.js +45 -0
- package/esm5/lib/igx-x-button-module.js +45 -0
- package/esm5/lib/igx-x-calendar-component.js +572 -0
- package/esm5/lib/igx-x-calendar-dynamic-module.js +51 -0
- package/esm5/lib/igx-x-calendar-locale-en-module.js +30 -0
- package/esm5/lib/igx-x-calendar-module.js +45 -0
- package/esm5/lib/igx-x-checkbox-component.js +724 -0
- package/esm5/lib/igx-x-checkbox-dynamic-module.js +51 -0
- package/esm5/lib/igx-x-checkbox-module.js +45 -0
- package/esm5/lib/igx-x-icon-component.js +732 -0
- package/esm5/lib/igx-x-icon-dynamic-module.js +44 -0
- package/esm5/lib/igx-x-icon-module.js +38 -0
- package/esm5/lib/igx-x-input-component.js +683 -0
- package/esm5/lib/igx-x-input-dynamic-module.js +44 -0
- package/esm5/lib/igx-x-input-group-component.js +2697 -0
- package/esm5/lib/igx-x-input-group-dynamic-module.js +58 -0
- package/esm5/lib/igx-x-input-group-input-collection.js +53 -0
- package/esm5/lib/igx-x-input-group-item-component.js +151 -0
- package/esm5/lib/igx-x-input-group-module.js +52 -0
- package/esm5/lib/igx-x-input-module.js +38 -0
- package/esm5/lib/igx-x-label-component.js +522 -0
- package/esm5/lib/igx-x-label-dynamic-module.js +44 -0
- package/esm5/lib/igx-x-label-module.js +38 -0
- package/esm5/lib/igx-x-prefix-component.js +180 -0
- package/esm5/lib/igx-x-prefix-dynamic-module.js +44 -0
- package/esm5/lib/igx-x-prefix-module.js +38 -0
- package/esm5/lib/igx-x-ripple-component.js +381 -0
- package/esm5/lib/igx-x-ripple-dynamic-module.js +37 -0
- package/esm5/lib/igx-x-ripple-module.js +35 -0
- package/esm5/lib/igx-x-suffix-component.js +180 -0
- package/esm5/public_api.js +123 -0
- package/fesm2015/igniteui-angular-inputs.js +30534 -0
- package/fesm5/igniteui-angular-inputs.js +36038 -0
- package/igniteui-angular-inputs.d.ts +5 -0
- package/lib/ButtonClickEventArgs.d.ts +7 -0
- package/lib/ButtonDisplayStyle.d.ts +15 -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 +372 -0
- package/lib/ButtonGroupVisualModelExport.d.ts +24 -0
- package/lib/ButtonView.d.ts +1 -0
- package/lib/ButtonView_combined.d.ts +695 -0
- package/lib/ButtonVisualModelExport.d.ts +46 -0
- package/lib/CalendarView.d.ts +1 -0
- package/lib/CalendarView_combined.d.ts +231 -0
- package/lib/CalendarVisualModelExport.d.ts +33 -0
- package/lib/CheckboxChangeEventArgs.d.ts +13 -0
- package/lib/CheckboxLabelPosition.d.ts +12 -0
- package/lib/CheckboxView.d.ts +1 -0
- package/lib/CheckboxView_combined.d.ts +214 -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 +225 -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/IconClickedEventArgs.d.ts +7 -0
- package/lib/IconView.d.ts +1 -0
- package/lib/IconView_combined.d.ts +198 -0
- package/lib/IconVisualModelExport.d.ts +26 -0
- package/lib/InputChangeEventArgs.d.ts +13 -0
- package/lib/InputGroupDisplayType.d.ts +11 -0
- package/lib/InputGroupView.d.ts +1 -0
- package/lib/InputGroupView_combined.d.ts +1202 -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 +27 -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/NativeUIXInputsFactory.d.ts +24 -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/RippleView.d.ts +1 -0
- package/lib/RippleView_combined.d.ts +98 -0
- package/lib/RippleVisualModelExport.d.ts +15 -0
- package/lib/SelectedValueChangedEventArgs.d.ts +13 -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/Theme.d.ts +15 -0
- package/lib/ThemeResolver.d.ts +56 -0
- package/lib/XButton.d.ts +1 -0
- package/lib/XButtonBridge.d.ts +39 -0
- package/lib/XButtonGroup.d.ts +1 -0
- package/lib/XButtonGroupButtonCollection.d.ts +12 -0
- package/lib/XCalendar.d.ts +1 -0
- package/lib/XCalendarLocaleEn.d.ts +49 -0
- package/lib/XCheckbox.d.ts +1 -0
- package/lib/XCheckboxBridge.d.ts +19 -0
- package/lib/XComponentBridge.d.ts +18 -0
- package/lib/XIcon.d.ts +1 -0
- package/lib/XIconBridge.d.ts +14 -0
- package/lib/XIconButtonBridge.d.ts +16 -0
- package/lib/XInput.d.ts +1 -0
- package/lib/XInputBridge.d.ts +28 -0
- package/lib/XInputGroup.d.ts +1 -0
- package/lib/XInputGroupInputCollection.d.ts +1 -0
- package/lib/XInputGroupItem.d.ts +1 -0
- package/lib/XLabel.d.ts +1 -0
- package/lib/XPopupBridge.d.ts +52 -0
- package/lib/XPrefix.d.ts +1 -0
- package/lib/XRipple.d.ts +1 -0
- package/lib/XSuffix.d.ts +1 -0
- package/lib/igx-button-click-event-args.d.ts +12 -0
- package/lib/igx-button-group-selection-changed-event-args.d.ts +12 -0
- package/lib/igx-checkbox-change-event-args.d.ts +18 -0
- package/lib/igx-date-picker-component.d.ts +215 -0
- package/lib/igx-date-picker-dynamic-module.d.ts +13 -0
- package/lib/igx-date-picker-module.d.ts +13 -0
- package/lib/igx-got-focus-event-args.d.ts +12 -0
- package/lib/igx-input-change-event-args.d.ts +17 -0
- package/lib/igx-lost-focus-event-args.d.ts +12 -0
- package/lib/igx-selected-value-changed-event-args.d.ts +16 -0
- package/lib/igx-x-button-component.d.ts +980 -0
- package/lib/igx-x-button-dynamic-module.d.ts +11 -0
- package/lib/igx-x-button-group-button-collection.d.ts +8 -0
- package/lib/igx-x-button-group-component.d.ts +416 -0
- package/lib/igx-x-button-group-dynamic-module.d.ts +11 -0
- package/lib/igx-x-button-group-module.d.ts +11 -0
- package/lib/igx-x-button-module.d.ts +11 -0
- package/lib/igx-x-calendar-component.d.ts +177 -0
- package/lib/igx-x-calendar-dynamic-module.d.ts +11 -0
- package/lib/igx-x-calendar-locale-en-module.d.ts +8 -0
- package/lib/igx-x-calendar-module.d.ts +11 -0
- package/lib/igx-x-checkbox-component.d.ts +238 -0
- package/lib/igx-x-checkbox-dynamic-module.d.ts +11 -0
- package/lib/igx-x-checkbox-module.d.ts +11 -0
- package/lib/igx-x-icon-component.d.ts +255 -0
- package/lib/igx-x-icon-dynamic-module.d.ts +10 -0
- package/lib/igx-x-icon-module.d.ts +10 -0
- package/lib/igx-x-input-component.d.ts +212 -0
- package/lib/igx-x-input-dynamic-module.d.ts +10 -0
- package/lib/igx-x-input-group-component.d.ts +855 -0
- package/lib/igx-x-input-group-dynamic-module.d.ts +12 -0
- package/lib/igx-x-input-group-input-collection.d.ts +8 -0
- package/lib/igx-x-input-group-item-component.d.ts +35 -0
- package/lib/igx-x-input-group-module.d.ts +12 -0
- package/lib/igx-x-input-module.d.ts +10 -0
- package/lib/igx-x-label-component.d.ts +175 -0
- package/lib/igx-x-label-dynamic-module.d.ts +10 -0
- package/lib/igx-x-label-module.d.ts +10 -0
- package/lib/igx-x-prefix-component.d.ts +60 -0
- package/lib/igx-x-prefix-dynamic-module.d.ts +10 -0
- package/lib/igx-x-prefix-module.d.ts +10 -0
- package/lib/igx-x-ripple-component.d.ts +110 -0
- package/lib/igx-x-ripple-dynamic-module.d.ts +9 -0
- package/lib/igx-x-ripple-module.d.ts +9 -0
- package/lib/igx-x-suffix-component.d.ts +60 -0
- package/package.json +39 -0
- package/public_api.d.ts +123 -0
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { __extends } from "tslib";
|
|
8
|
+
import { XComponentBridge } from "./XComponentBridge";
|
|
9
|
+
import { runOn, delegateCombine, delegateRemove, enumGetBox, EnumUtil, markType } from "igniteui-angular-core";
|
|
10
|
+
import { NativeUICheckboxChangeEventArgs } from "igniteui-angular-core";
|
|
11
|
+
import { BaseControlTheme_$type } from "igniteui-angular-core";
|
|
12
|
+
/**
|
|
13
|
+
* @hidden
|
|
14
|
+
*/
|
|
15
|
+
var XCheckboxBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
16
|
+
__extends(XCheckboxBridge, _super);
|
|
17
|
+
function XCheckboxBridge(a) {
|
|
18
|
+
var _this = _super.call(this, a) || this;
|
|
19
|
+
_this.u = null;
|
|
20
|
+
_this.v = null;
|
|
21
|
+
return _this;
|
|
22
|
+
}
|
|
23
|
+
XCheckboxBridge.prototype.addHandler = function (a, b, c, d) {
|
|
24
|
+
var e = a;
|
|
25
|
+
switch (c) {
|
|
26
|
+
case 2:
|
|
27
|
+
var f = a;
|
|
28
|
+
e.change = delegateCombine(e.change, runOn(this, this.w));
|
|
29
|
+
this.u = d;
|
|
30
|
+
this.v = b;
|
|
31
|
+
break;
|
|
32
|
+
}
|
|
33
|
+
};
|
|
34
|
+
XCheckboxBridge.prototype.removeHandler = function (a, b, c, d) {
|
|
35
|
+
var e = a;
|
|
36
|
+
switch (c) {
|
|
37
|
+
case 2:
|
|
38
|
+
e.change = delegateRemove(e.change, runOn(this, this.w));
|
|
39
|
+
this.u = null;
|
|
40
|
+
this.v = null;
|
|
41
|
+
break;
|
|
42
|
+
}
|
|
43
|
+
};
|
|
44
|
+
XCheckboxBridge.prototype.w = function (a, b) {
|
|
45
|
+
if (this.u != null) {
|
|
46
|
+
var c = new NativeUICheckboxChangeEventArgs();
|
|
47
|
+
this.u(this.v, c);
|
|
48
|
+
}
|
|
49
|
+
};
|
|
50
|
+
XCheckboxBridge.prototype.getValue = function (a, b) {
|
|
51
|
+
var c = a;
|
|
52
|
+
switch (b) {
|
|
53
|
+
case 4: return c.y;
|
|
54
|
+
case 7: return c.checked;
|
|
55
|
+
case 18: return enumGetBox(BaseControlTheme_$type, c.n);
|
|
56
|
+
case 17: return c.ar;
|
|
57
|
+
}
|
|
58
|
+
return null;
|
|
59
|
+
};
|
|
60
|
+
XCheckboxBridge.prototype.setValue = function (a, b, c) {
|
|
61
|
+
var d = a;
|
|
62
|
+
switch (b) {
|
|
63
|
+
case 4:
|
|
64
|
+
d.y = c;
|
|
65
|
+
return;
|
|
66
|
+
case 7:
|
|
67
|
+
d.checked = c;
|
|
68
|
+
return;
|
|
69
|
+
case 18:
|
|
70
|
+
d.n = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
|
|
71
|
+
break;
|
|
72
|
+
case 17:
|
|
73
|
+
d.ar = c;
|
|
74
|
+
break;
|
|
75
|
+
}
|
|
76
|
+
};
|
|
77
|
+
XCheckboxBridge.$t = markType(XCheckboxBridge, 'XCheckboxBridge', XComponentBridge.$);
|
|
78
|
+
return XCheckboxBridge;
|
|
79
|
+
}(XComponentBridge));
|
|
80
|
+
export { XCheckboxBridge };
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { __extends } from "tslib";
|
|
8
|
+
import { NativeUIElementBridge } from "igniteui-angular-core";
|
|
9
|
+
import { markType } from "igniteui-angular-core";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
var XComponentBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(XComponentBridge, _super);
|
|
15
|
+
function XComponentBridge(a) {
|
|
16
|
+
var _this = _super.call(this) || this;
|
|
17
|
+
_this.s = null;
|
|
18
|
+
_this.s = a;
|
|
19
|
+
return _this;
|
|
20
|
+
}
|
|
21
|
+
Object.defineProperty(XComponentBridge.prototype, "t", {
|
|
22
|
+
get: function () {
|
|
23
|
+
return this.s;
|
|
24
|
+
},
|
|
25
|
+
enumerable: false,
|
|
26
|
+
configurable: true
|
|
27
|
+
});
|
|
28
|
+
XComponentBridge.prototype.getTargetForProperty = function (a, b) {
|
|
29
|
+
switch (a) {
|
|
30
|
+
case 14:
|
|
31
|
+
case 9:
|
|
32
|
+
case 10:
|
|
33
|
+
case 13:
|
|
34
|
+
case 16:
|
|
35
|
+
case 15:
|
|
36
|
+
case 17:
|
|
37
|
+
case 7:
|
|
38
|
+
case 21: return b;
|
|
39
|
+
}
|
|
40
|
+
return this.s != null ? this.s : b;
|
|
41
|
+
};
|
|
42
|
+
XComponentBridge.prototype.getMethodTarget = function (a) {
|
|
43
|
+
return this.s != null ? this.s : a;
|
|
44
|
+
};
|
|
45
|
+
XComponentBridge.prototype.getTargetForBuildInEvent = function (a, b) {
|
|
46
|
+
return this.s != null ? this.s : a;
|
|
47
|
+
};
|
|
48
|
+
XComponentBridge.prototype.getTargetForBuildInProperty = function (a, b) {
|
|
49
|
+
return this.s != null ? this.s : a;
|
|
50
|
+
};
|
|
51
|
+
XComponentBridge.$t = markType(XComponentBridge, 'XComponentBridge', NativeUIElementBridge.$);
|
|
52
|
+
return XComponentBridge;
|
|
53
|
+
}(NativeUIElementBridge));
|
|
54
|
+
export { XComponentBridge };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
export { XIcon } from "./IconView_combined";
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { __extends } from "tslib";
|
|
8
|
+
import { XComponentBridge } from "./XComponentBridge";
|
|
9
|
+
import { enumGetBox, markType } from "igniteui-angular-core";
|
|
10
|
+
import { BaseControlTheme_$type } from "igniteui-angular-core";
|
|
11
|
+
import { SvgIconRegistry } from "igniteui-angular-core";
|
|
12
|
+
import { stringStartsWith } from "igniteui-angular-core";
|
|
13
|
+
import { trimStart } from "igniteui-angular-core";
|
|
14
|
+
/**
|
|
15
|
+
* @hidden
|
|
16
|
+
*/
|
|
17
|
+
var XIconBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
18
|
+
__extends(XIconBridge, _super);
|
|
19
|
+
function XIconBridge(a) {
|
|
20
|
+
var _this = _super.call(this, a) || this;
|
|
21
|
+
_this.u = "default";
|
|
22
|
+
_this.v = null;
|
|
23
|
+
return _this;
|
|
24
|
+
}
|
|
25
|
+
XIconBridge.prototype.getValue = function (a, b) {
|
|
26
|
+
var c = a;
|
|
27
|
+
switch (b) {
|
|
28
|
+
case 16: return this.v;
|
|
29
|
+
case 15: return this.u;
|
|
30
|
+
case 18: return enumGetBox(BaseControlTheme_$type, c.i);
|
|
31
|
+
case 44: return c.al;
|
|
32
|
+
case 45: return c.am;
|
|
33
|
+
case 46: return c.an;
|
|
34
|
+
case 47: return c.ak;
|
|
35
|
+
case 48: return c.ao;
|
|
36
|
+
case 49: return c.ag;
|
|
37
|
+
}
|
|
38
|
+
return _super.prototype.getValue.call(this, a, b);
|
|
39
|
+
};
|
|
40
|
+
XIconBridge.prototype.setValue = function (a, b, c) {
|
|
41
|
+
_super.prototype.setValue.call(this, a, b, c);
|
|
42
|
+
var d = a;
|
|
43
|
+
switch (b) {
|
|
44
|
+
case 15:
|
|
45
|
+
{
|
|
46
|
+
this.u = c;
|
|
47
|
+
var e = SvgIconRegistry.instance.getSvgPathString(this.u, this.v);
|
|
48
|
+
if (e != null) {
|
|
49
|
+
if (stringStartsWith(trimStart(e, ' ', '\n', '\r', '\t'), "<svg")) {
|
|
50
|
+
d.svg = e;
|
|
51
|
+
}
|
|
52
|
+
else {
|
|
53
|
+
d.svgPath = e;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
break;
|
|
58
|
+
case 16:
|
|
59
|
+
{
|
|
60
|
+
this.v = c;
|
|
61
|
+
var f = SvgIconRegistry.instance.getSvgPathString(this.u, this.v);
|
|
62
|
+
if (f != null) {
|
|
63
|
+
if (stringStartsWith(trimStart(f, ' ', '\n', '\r', '\t'), "<svg")) {
|
|
64
|
+
d.svg = f;
|
|
65
|
+
}
|
|
66
|
+
else {
|
|
67
|
+
d.svgPath = f;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
break;
|
|
72
|
+
case 44:
|
|
73
|
+
d.al = c;
|
|
74
|
+
break;
|
|
75
|
+
case 45:
|
|
76
|
+
d.am = c;
|
|
77
|
+
break;
|
|
78
|
+
case 46:
|
|
79
|
+
d.an = c;
|
|
80
|
+
break;
|
|
81
|
+
case 47:
|
|
82
|
+
d.ak = c;
|
|
83
|
+
break;
|
|
84
|
+
case 48:
|
|
85
|
+
d.ao = c;
|
|
86
|
+
break;
|
|
87
|
+
case 49:
|
|
88
|
+
d.ag = c;
|
|
89
|
+
break;
|
|
90
|
+
}
|
|
91
|
+
};
|
|
92
|
+
XIconBridge.$t = markType(XIconBridge, 'XIconBridge', XComponentBridge.$);
|
|
93
|
+
return XIconBridge;
|
|
94
|
+
}(XComponentBridge));
|
|
95
|
+
export { XIconBridge };
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { __extends } from "tslib";
|
|
8
|
+
import { XButtonBridge } from "./XButtonBridge";
|
|
9
|
+
import { enumGetBox, EnumUtil, markType } from "igniteui-angular-core";
|
|
10
|
+
import { XIconBridge } from "./XIconBridge";
|
|
11
|
+
import { BaseControlTheme_$type } from "igniteui-angular-core";
|
|
12
|
+
/**
|
|
13
|
+
* @hidden
|
|
14
|
+
*/
|
|
15
|
+
var XIconButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
16
|
+
__extends(XIconButtonBridge, _super);
|
|
17
|
+
function XIconButtonBridge(a, b) {
|
|
18
|
+
var _this = _super.call(this, a) || this;
|
|
19
|
+
_this.al = null;
|
|
20
|
+
_this.al = new XIconBridge(b);
|
|
21
|
+
return _this;
|
|
22
|
+
}
|
|
23
|
+
XIconButtonBridge.prototype.getTargetForBuildInProperty = function (a, b) {
|
|
24
|
+
switch (b) {
|
|
25
|
+
case 15:
|
|
26
|
+
case 16:
|
|
27
|
+
case 44:
|
|
28
|
+
case 45:
|
|
29
|
+
case 46:
|
|
30
|
+
case 47:
|
|
31
|
+
case 48:
|
|
32
|
+
case 49: return this.al.t;
|
|
33
|
+
}
|
|
34
|
+
return _super.prototype.getTargetForBuildInProperty.call(this, a, b);
|
|
35
|
+
};
|
|
36
|
+
XIconButtonBridge.prototype.getTargetForProperty = function (a, b) {
|
|
37
|
+
switch (a) {
|
|
38
|
+
case 16:
|
|
39
|
+
case 15:
|
|
40
|
+
case 17: return this.al.t.view.o;
|
|
41
|
+
}
|
|
42
|
+
return _super.prototype.getTargetForProperty.call(this, a, b);
|
|
43
|
+
};
|
|
44
|
+
XIconButtonBridge.prototype.getValue = function (a, b) {
|
|
45
|
+
switch (b) {
|
|
46
|
+
case 16:
|
|
47
|
+
case 15:
|
|
48
|
+
case 44:
|
|
49
|
+
case 45:
|
|
50
|
+
case 46:
|
|
51
|
+
case 47:
|
|
52
|
+
case 48:
|
|
53
|
+
case 49: return this.al.getValue(a, b);
|
|
54
|
+
case 18: return enumGetBox(BaseControlTheme_$type, a.n);
|
|
55
|
+
}
|
|
56
|
+
return _super.prototype.getValue.call(this, a, b);
|
|
57
|
+
};
|
|
58
|
+
XIconButtonBridge.prototype.setValue = function (a, b, c) {
|
|
59
|
+
_super.prototype.setValue.call(this, a, b, c);
|
|
60
|
+
switch (b) {
|
|
61
|
+
case 16:
|
|
62
|
+
case 15:
|
|
63
|
+
case 44:
|
|
64
|
+
case 45:
|
|
65
|
+
case 46:
|
|
66
|
+
case 47:
|
|
67
|
+
case 48:
|
|
68
|
+
case 49:
|
|
69
|
+
this.al.setValue(a, b, c);
|
|
70
|
+
break;
|
|
71
|
+
case 18:
|
|
72
|
+
a.n = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
|
|
73
|
+
break;
|
|
74
|
+
}
|
|
75
|
+
};
|
|
76
|
+
XIconButtonBridge.$t = markType(XIconButtonBridge, 'XIconButtonBridge', XButtonBridge.$);
|
|
77
|
+
return XIconButtonBridge;
|
|
78
|
+
}(XButtonBridge));
|
|
79
|
+
export { XIconButtonBridge };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
export { XInput } from "./InputGroupView_combined";
|
|
@@ -0,0 +1,217 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { __extends } from "tslib";
|
|
8
|
+
import { XComponentBridge } from "./XComponentBridge";
|
|
9
|
+
import { INativeUIInputBridge_$type } from "igniteui-angular-core";
|
|
10
|
+
import { typeCast, runOn, delegateCombine, delegateRemove, enumGetBox, EnumUtil, markType } from "igniteui-angular-core";
|
|
11
|
+
import { XInput } from "./XInput";
|
|
12
|
+
import { NativeUIInputChangingEventArgs } from "igniteui-angular-core";
|
|
13
|
+
import { NativeUIDisplayDensity_$type } from "igniteui-angular-core";
|
|
14
|
+
import { NativeUIInputDisplayType_$type } from "igniteui-angular-core";
|
|
15
|
+
import { BaseControlTheme_$type } from "igniteui-angular-core";
|
|
16
|
+
import { NativeUIInputType_$type } from "igniteui-angular-core";
|
|
17
|
+
import { NativeUIComponentHorizontalAlignment_$type } from "igniteui-angular-core";
|
|
18
|
+
/**
|
|
19
|
+
* @hidden
|
|
20
|
+
*/
|
|
21
|
+
var XInputBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
22
|
+
__extends(XInputBridge, _super);
|
|
23
|
+
function XInputBridge(a) {
|
|
24
|
+
var _this = _super.call(this, a) || this;
|
|
25
|
+
_this.v = null;
|
|
26
|
+
_this.u = null;
|
|
27
|
+
_this.x = null;
|
|
28
|
+
_this.w = null;
|
|
29
|
+
return _this;
|
|
30
|
+
}
|
|
31
|
+
XInputBridge.prototype.addHandler = function (a, b, c, d) {
|
|
32
|
+
var e = a;
|
|
33
|
+
var f = typeCast(XInput.$, e.inputs._inner[0]);
|
|
34
|
+
switch (c) {
|
|
35
|
+
case 0:
|
|
36
|
+
f.changing = delegateCombine(f.changing, runOn(this, this.z));
|
|
37
|
+
this.v = d;
|
|
38
|
+
this.x = b;
|
|
39
|
+
break;
|
|
40
|
+
case 2:
|
|
41
|
+
f.change = delegateCombine(f.change, runOn(this, this.y));
|
|
42
|
+
this.u = d;
|
|
43
|
+
this.w = b;
|
|
44
|
+
break;
|
|
45
|
+
}
|
|
46
|
+
};
|
|
47
|
+
XInputBridge.prototype.removeHandler = function (a, b, c, d) {
|
|
48
|
+
var e = a;
|
|
49
|
+
var f = typeCast(XInput.$, e.inputs._inner[0]);
|
|
50
|
+
switch (c) {
|
|
51
|
+
case 0:
|
|
52
|
+
f.changing = delegateRemove(f.changing, runOn(this, this.z));
|
|
53
|
+
this.v = null;
|
|
54
|
+
this.x = null;
|
|
55
|
+
break;
|
|
56
|
+
case 2:
|
|
57
|
+
f.change = delegateRemove(f.change, runOn(this, this.y));
|
|
58
|
+
this.u = null;
|
|
59
|
+
this.w = null;
|
|
60
|
+
break;
|
|
61
|
+
}
|
|
62
|
+
};
|
|
63
|
+
XInputBridge.prototype.z = function (a, b) {
|
|
64
|
+
if (this.v != null) {
|
|
65
|
+
var c = new NativeUIInputChangingEventArgs();
|
|
66
|
+
this.v(this.x, c);
|
|
67
|
+
}
|
|
68
|
+
};
|
|
69
|
+
XInputBridge.prototype.y = function (a, b) {
|
|
70
|
+
if (this.u != null) {
|
|
71
|
+
var c = new NativeUIInputChangingEventArgs();
|
|
72
|
+
this.u(this.w, c);
|
|
73
|
+
}
|
|
74
|
+
};
|
|
75
|
+
XInputBridge.prototype.getValue = function (a, b) {
|
|
76
|
+
var c = a;
|
|
77
|
+
var d = typeCast(XInput.$, c.inputs._inner[0]);
|
|
78
|
+
switch (b) {
|
|
79
|
+
case 2: return d.cq;
|
|
80
|
+
case 1:
|
|
81
|
+
switch (c.t) {
|
|
82
|
+
case 0: return enumGetBox(NativeUIDisplayDensity_$type, 0);
|
|
83
|
+
case 1: return enumGetBox(NativeUIDisplayDensity_$type, 1);
|
|
84
|
+
case 3: return enumGetBox(NativeUIDisplayDensity_$type, 2);
|
|
85
|
+
case 2: return enumGetBox(NativeUIDisplayDensity_$type, 3);
|
|
86
|
+
}
|
|
87
|
+
break;
|
|
88
|
+
case 0:
|
|
89
|
+
switch (c.d) {
|
|
90
|
+
case 2: return enumGetBox(NativeUIInputDisplayType_$type, 1);
|
|
91
|
+
case 1: return enumGetBox(NativeUIInputDisplayType_$type, 2);
|
|
92
|
+
case 0: return enumGetBox(NativeUIInputDisplayType_$type, 0);
|
|
93
|
+
}
|
|
94
|
+
break;
|
|
95
|
+
case 18: return enumGetBox(BaseControlTheme_$type, c.p);
|
|
96
|
+
case 19:
|
|
97
|
+
switch (d.b8) {
|
|
98
|
+
case "text": return enumGetBox(NativeUIInputType_$type, 0);
|
|
99
|
+
case "number": return enumGetBox(NativeUIInputType_$type, 1);
|
|
100
|
+
}
|
|
101
|
+
break;
|
|
102
|
+
case 20:
|
|
103
|
+
switch (d.dy) {
|
|
104
|
+
case 0: return enumGetBox(NativeUIComponentHorizontalAlignment_$type, 0);
|
|
105
|
+
case 2: return enumGetBox(NativeUIComponentHorizontalAlignment_$type, 2);
|
|
106
|
+
case 1: return enumGetBox(NativeUIComponentHorizontalAlignment_$type, 1);
|
|
107
|
+
case 3: return enumGetBox(NativeUIComponentHorizontalAlignment_$type, 3);
|
|
108
|
+
}
|
|
109
|
+
break;
|
|
110
|
+
case 21: return d.a1;
|
|
111
|
+
case 32: return d.disabled;
|
|
112
|
+
case 33: return d.d8;
|
|
113
|
+
}
|
|
114
|
+
return null;
|
|
115
|
+
};
|
|
116
|
+
XInputBridge.prototype.setValue = function (a, b, c) {
|
|
117
|
+
var d = a;
|
|
118
|
+
var e = typeCast(XInput.$, d.inputs._inner[0]);
|
|
119
|
+
switch (b) {
|
|
120
|
+
case 2:
|
|
121
|
+
e.cq = c == null ? null : c.toString();
|
|
122
|
+
break;
|
|
123
|
+
case 1:
|
|
124
|
+
switch (EnumUtil.getEnumValue(NativeUIDisplayDensity_$type, c)) {
|
|
125
|
+
case 0:
|
|
126
|
+
d.t = 0;
|
|
127
|
+
break;
|
|
128
|
+
case 1:
|
|
129
|
+
d.t = 1;
|
|
130
|
+
break;
|
|
131
|
+
case 2:
|
|
132
|
+
d.t = 3;
|
|
133
|
+
break;
|
|
134
|
+
case 3:
|
|
135
|
+
d.t = 2;
|
|
136
|
+
break;
|
|
137
|
+
}
|
|
138
|
+
break;
|
|
139
|
+
case 0:
|
|
140
|
+
switch (EnumUtil.getEnumValue(NativeUIInputDisplayType_$type, c)) {
|
|
141
|
+
case 1:
|
|
142
|
+
d.d = 2;
|
|
143
|
+
break;
|
|
144
|
+
case 2:
|
|
145
|
+
d.d = 1;
|
|
146
|
+
break;
|
|
147
|
+
case 0:
|
|
148
|
+
d.d = 0;
|
|
149
|
+
break;
|
|
150
|
+
}
|
|
151
|
+
break;
|
|
152
|
+
case 18:
|
|
153
|
+
d.p = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
|
|
154
|
+
break;
|
|
155
|
+
case 19:
|
|
156
|
+
switch (EnumUtil.getEnumValue(NativeUIInputType_$type, c)) {
|
|
157
|
+
case 0:
|
|
158
|
+
e.b8 = "text";
|
|
159
|
+
break;
|
|
160
|
+
case 1:
|
|
161
|
+
e.b8 = "number";
|
|
162
|
+
break;
|
|
163
|
+
}
|
|
164
|
+
break;
|
|
165
|
+
case 20:
|
|
166
|
+
switch (EnumUtil.getEnumValue(NativeUIComponentHorizontalAlignment_$type, c)) {
|
|
167
|
+
case 0:
|
|
168
|
+
e.dy = 0;
|
|
169
|
+
break;
|
|
170
|
+
case 2:
|
|
171
|
+
e.dy = 2;
|
|
172
|
+
break;
|
|
173
|
+
case 1:
|
|
174
|
+
e.dy = 1;
|
|
175
|
+
break;
|
|
176
|
+
case 3:
|
|
177
|
+
e.dy = 3;
|
|
178
|
+
break;
|
|
179
|
+
}
|
|
180
|
+
break;
|
|
181
|
+
case 21:
|
|
182
|
+
e.a1 = c;
|
|
183
|
+
break;
|
|
184
|
+
case 32:
|
|
185
|
+
e.disabled = c;
|
|
186
|
+
break;
|
|
187
|
+
case 33:
|
|
188
|
+
e.d8 = c;
|
|
189
|
+
break;
|
|
190
|
+
}
|
|
191
|
+
};
|
|
192
|
+
XInputBridge.prototype.getTargetForProperty = function (a, b) {
|
|
193
|
+
switch (a) {
|
|
194
|
+
case 9:
|
|
195
|
+
case 10: return b;
|
|
196
|
+
}
|
|
197
|
+
return _super.prototype.getTargetForProperty.call(this, a, b);
|
|
198
|
+
};
|
|
199
|
+
XInputBridge.prototype.focus = function (a) {
|
|
200
|
+
var b = this.t;
|
|
201
|
+
var c = b.inputs._inner[0];
|
|
202
|
+
c.focus(true);
|
|
203
|
+
};
|
|
204
|
+
XInputBridge.prototype.select = function (a) {
|
|
205
|
+
var b = a;
|
|
206
|
+
var c = b.inputs._inner[0];
|
|
207
|
+
window.setTimeout(function () { return c.dp(); }, 0);
|
|
208
|
+
};
|
|
209
|
+
XInputBridge.prototype.setSelectionRange = function (a, b, c) {
|
|
210
|
+
var d = a;
|
|
211
|
+
var e = d.inputs._inner[0];
|
|
212
|
+
window.setTimeout(function () { return e.dr(b, c); }, 0);
|
|
213
|
+
};
|
|
214
|
+
XInputBridge.$t = markType(XInputBridge, 'XInputBridge', XComponentBridge.$, [INativeUIInputBridge_$type]);
|
|
215
|
+
return XInputBridge;
|
|
216
|
+
}(XComponentBridge));
|
|
217
|
+
export { XInputBridge };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
export { XInputGroup } from "./InputGroupView_combined";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
export { XInputGroupInputCollection } from "./InputGroupView_combined";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
export { XInputGroupItem } from "./InputGroupView_combined";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
export { XLabel } from "./InputGroupView_combined";
|