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,491 @@
|
|
|
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, __values } from "tslib";
|
|
8
|
+
import { Base, Delegate_$type, fromEnum, runOn, markType, INotifyPropertyChanged_$type, PropertyChangedEventArgs } from "igniteui-angular-core";
|
|
9
|
+
import { List$1 } from "igniteui-angular-core";
|
|
10
|
+
import { ScaleTransform } from "igniteui-angular-core";
|
|
11
|
+
import { NativeUI } from "igniteui-angular-core";
|
|
12
|
+
import { KeyFrameAnimationFactory } from "igniteui-angular-core";
|
|
13
|
+
import { AnimationKeyFrameEffect } from "igniteui-angular-core";
|
|
14
|
+
import { AnimationKeyFrameEffectTiming } from "igniteui-angular-core";
|
|
15
|
+
import { LinkedList$1 } from "igniteui-angular-core";
|
|
16
|
+
import { IKeyFrameAnimation_$type } from "igniteui-angular-core";
|
|
17
|
+
import { AnimationKeyFrameProperty } from "igniteui-angular-core";
|
|
18
|
+
import { RippleVisualModelExport } from "./RippleVisualModelExport";
|
|
19
|
+
import { AppearanceHelper } from "igniteui-angular-core";
|
|
20
|
+
import { BrushUtil } from "igniteui-angular-core";
|
|
21
|
+
/**
|
|
22
|
+
* @hidden
|
|
23
|
+
*/
|
|
24
|
+
var RippleView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
25
|
+
__extends(RippleView, _super);
|
|
26
|
+
function RippleView() {
|
|
27
|
+
var _this = _super.call(this) || this;
|
|
28
|
+
_this.b = null;
|
|
29
|
+
_this.g = null;
|
|
30
|
+
_this.c = null;
|
|
31
|
+
_this.f = new List$1(Delegate_$type, 0);
|
|
32
|
+
_this.l = null;
|
|
33
|
+
_this.d = true;
|
|
34
|
+
_this.k = null;
|
|
35
|
+
_this.h = null;
|
|
36
|
+
_this.j = null;
|
|
37
|
+
_this.i = null;
|
|
38
|
+
return _this;
|
|
39
|
+
}
|
|
40
|
+
RippleView.prototype.w = function () {
|
|
41
|
+
};
|
|
42
|
+
RippleView.prototype.e = function () {
|
|
43
|
+
return true;
|
|
44
|
+
};
|
|
45
|
+
RippleView.prototype.t = function (a) {
|
|
46
|
+
var e_1, _a;
|
|
47
|
+
if (a == null) {
|
|
48
|
+
try {
|
|
49
|
+
for (var _b = __values(fromEnum(this.f)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
50
|
+
var b = _c.value;
|
|
51
|
+
b();
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
catch (e_1_1) {
|
|
55
|
+
e_1 = { error: e_1_1 };
|
|
56
|
+
}
|
|
57
|
+
finally {
|
|
58
|
+
try {
|
|
59
|
+
if (_c && !_c.done && (_a = _b.return))
|
|
60
|
+
_a.call(_b);
|
|
61
|
+
}
|
|
62
|
+
finally {
|
|
63
|
+
if (e_1)
|
|
64
|
+
throw e_1.error;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
this.f.clear();
|
|
68
|
+
}
|
|
69
|
+
this.g = a;
|
|
70
|
+
this.b.ai();
|
|
71
|
+
};
|
|
72
|
+
RippleView.prototype.v = function () {
|
|
73
|
+
var e_2, _a;
|
|
74
|
+
if (this.b.q == null) {
|
|
75
|
+
this.l = null;
|
|
76
|
+
try {
|
|
77
|
+
for (var _b = __values(fromEnum(this.f)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
78
|
+
var a = _c.value;
|
|
79
|
+
a();
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
catch (e_2_1) {
|
|
83
|
+
e_2 = { error: e_2_1 };
|
|
84
|
+
}
|
|
85
|
+
finally {
|
|
86
|
+
try {
|
|
87
|
+
if (_c && !_c.done && (_a = _b.return))
|
|
88
|
+
_a.call(_b);
|
|
89
|
+
}
|
|
90
|
+
finally {
|
|
91
|
+
if (e_2)
|
|
92
|
+
throw e_2.error;
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
this.f.clear();
|
|
96
|
+
}
|
|
97
|
+
else {
|
|
98
|
+
var b = this.b.q;
|
|
99
|
+
var c = this.g.getWrapper(b);
|
|
100
|
+
this.l = c;
|
|
101
|
+
this.f.add(c.listen("click", runOn(this, this.p)));
|
|
102
|
+
this.f.add(c.listen("mouseenter", runOn(this, this.q)));
|
|
103
|
+
this.f.add(c.listen("mouseleave", runOn(this, this.r)));
|
|
104
|
+
}
|
|
105
|
+
};
|
|
106
|
+
RippleView.prototype.r = function (a) {
|
|
107
|
+
this.b.ag();
|
|
108
|
+
};
|
|
109
|
+
RippleView.prototype.q = function (a) {
|
|
110
|
+
this.b.af();
|
|
111
|
+
};
|
|
112
|
+
RippleView.prototype.p = function (a) {
|
|
113
|
+
if (this.l == null) {
|
|
114
|
+
return;
|
|
115
|
+
}
|
|
116
|
+
var b = this.g.rootWrapper.getOffset();
|
|
117
|
+
var c = a.pageX - b.left;
|
|
118
|
+
var d = a.pageY - b.top;
|
|
119
|
+
this.b.al(c, d, this.g.rootWrapper.outerWidth(), this.g.rootWrapper.outerHeight());
|
|
120
|
+
};
|
|
121
|
+
RippleView.prototype.aa = function () {
|
|
122
|
+
if (this.b.j) {
|
|
123
|
+
this.g.rootWrapper.setStyleProperty("background-color", this.b.as._fill);
|
|
124
|
+
}
|
|
125
|
+
};
|
|
126
|
+
RippleView.prototype.x = function () {
|
|
127
|
+
this.g.rootWrapper.setStyleProperty("background-color", "transparent");
|
|
128
|
+
};
|
|
129
|
+
RippleView.prototype.z = function () {
|
|
130
|
+
this.g.rootWrapper.setStyleProperty("background-color", this.b.as._fill);
|
|
131
|
+
};
|
|
132
|
+
RippleView.prototype.m = function (a, b, c) {
|
|
133
|
+
var d = this.g.createElement("span");
|
|
134
|
+
d.setStyleProperty("width", c * 2 + "px");
|
|
135
|
+
d.setStyleProperty("height", c * 2 + "px");
|
|
136
|
+
d.setStyleProperty("top", b + "px");
|
|
137
|
+
d.setStyleProperty("left", a + "px");
|
|
138
|
+
d.setStyleProperty("background-color", this.b.at._fill);
|
|
139
|
+
d.setStyleProperty("position", "absolute");
|
|
140
|
+
d.setStyleProperty("pointer-events", "none");
|
|
141
|
+
d.setStyleProperty("border-radius", c + "px");
|
|
142
|
+
d.setStyleProperty("opacity", ".5");
|
|
143
|
+
NativeUI.ad(d, ((function () {
|
|
144
|
+
var $ret = new ScaleTransform();
|
|
145
|
+
$ret.l = 0.3;
|
|
146
|
+
$ret.m = 0.3;
|
|
147
|
+
return $ret;
|
|
148
|
+
})()));
|
|
149
|
+
this.g.append(d);
|
|
150
|
+
return d;
|
|
151
|
+
};
|
|
152
|
+
RippleView.prototype.y = function (a) {
|
|
153
|
+
var b = a;
|
|
154
|
+
b.remove();
|
|
155
|
+
};
|
|
156
|
+
RippleView.prototype.n = function () {
|
|
157
|
+
if (KeyFrameAnimationFactory.h == null) {
|
|
158
|
+
KeyFrameAnimationFactory.h = this.g;
|
|
159
|
+
}
|
|
160
|
+
};
|
|
161
|
+
RippleView.prototype.a = function (a, b) {
|
|
162
|
+
return new AnimationKeyFrameEffect(0, a, 0, null, b);
|
|
163
|
+
};
|
|
164
|
+
RippleView.prototype.o = function (a) {
|
|
165
|
+
};
|
|
166
|
+
RippleView.prototype.s = function () {
|
|
167
|
+
this.d = true;
|
|
168
|
+
this.v();
|
|
169
|
+
};
|
|
170
|
+
RippleView.prototype.u = function () {
|
|
171
|
+
var e_3, _a;
|
|
172
|
+
this.d = false;
|
|
173
|
+
try {
|
|
174
|
+
for (var _b = __values(fromEnum(this.f)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
175
|
+
var a = _c.value;
|
|
176
|
+
a();
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
catch (e_3_1) {
|
|
180
|
+
e_3 = { error: e_3_1 };
|
|
181
|
+
}
|
|
182
|
+
finally {
|
|
183
|
+
try {
|
|
184
|
+
if (_c && !_c.done && (_a = _b.return))
|
|
185
|
+
_a.call(_b);
|
|
186
|
+
}
|
|
187
|
+
finally {
|
|
188
|
+
if (e_3)
|
|
189
|
+
throw e_3.error;
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
this.f.clear();
|
|
193
|
+
};
|
|
194
|
+
RippleView.$t = markType(RippleView, 'RippleView');
|
|
195
|
+
return RippleView;
|
|
196
|
+
}(Base));
|
|
197
|
+
export { RippleView };
|
|
198
|
+
/**
|
|
199
|
+
* @hidden
|
|
200
|
+
*/
|
|
201
|
+
var XRipple = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
202
|
+
__extends(XRipple, _super);
|
|
203
|
+
function XRipple() {
|
|
204
|
+
var _this = _super.call(this) || this;
|
|
205
|
+
_this.c = null;
|
|
206
|
+
_this.j = false;
|
|
207
|
+
_this.p = null;
|
|
208
|
+
_this.ar = null;
|
|
209
|
+
_this.aq = null;
|
|
210
|
+
_this.ao = XRipple.au;
|
|
211
|
+
_this.m = new LinkedList$1(IKeyFrameAnimation_$type);
|
|
212
|
+
_this.ap = XRipple.av;
|
|
213
|
+
_this.n = 600;
|
|
214
|
+
_this.f = false;
|
|
215
|
+
_this.e = false;
|
|
216
|
+
_this.g = false;
|
|
217
|
+
_this.propertyChanged = null;
|
|
218
|
+
var a = new RippleView();
|
|
219
|
+
a.b = _this;
|
|
220
|
+
_this.c = a;
|
|
221
|
+
_this.c.w();
|
|
222
|
+
return _this;
|
|
223
|
+
}
|
|
224
|
+
XRipple.prototype.destroy = function () {
|
|
225
|
+
this.provideContainer(null);
|
|
226
|
+
};
|
|
227
|
+
XRipple.prototype.ah = function (a, b, c) {
|
|
228
|
+
if (this.propertyChanged != null) {
|
|
229
|
+
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
230
|
+
}
|
|
231
|
+
this.aj(a, b, c);
|
|
232
|
+
};
|
|
233
|
+
XRipple.prototype.aj = function (a, b, c) {
|
|
234
|
+
switch (a) {
|
|
235
|
+
case "RippleColor":
|
|
236
|
+
this.at = this.ax != null ? this.ax : XRipple.av;
|
|
237
|
+
break;
|
|
238
|
+
case "HoverColor":
|
|
239
|
+
this.as = this.aw != null ? this.aw : XRipple.au;
|
|
240
|
+
break;
|
|
241
|
+
case "EventSource":
|
|
242
|
+
if (this.c.e()) {
|
|
243
|
+
this.c.v();
|
|
244
|
+
}
|
|
245
|
+
break;
|
|
246
|
+
case "ActualRippleColor":
|
|
247
|
+
this.an();
|
|
248
|
+
break;
|
|
249
|
+
case "ActualHoverColor":
|
|
250
|
+
this.am();
|
|
251
|
+
break;
|
|
252
|
+
}
|
|
253
|
+
};
|
|
254
|
+
XRipple.prototype.am = function () {
|
|
255
|
+
if (this.i) {
|
|
256
|
+
this.c.x();
|
|
257
|
+
return;
|
|
258
|
+
}
|
|
259
|
+
this.c.aa();
|
|
260
|
+
};
|
|
261
|
+
XRipple.prototype.an = function () {
|
|
262
|
+
};
|
|
263
|
+
XRipple.prototype.af = function () {
|
|
264
|
+
this.j = true;
|
|
265
|
+
if (this.i) {
|
|
266
|
+
this.c.x();
|
|
267
|
+
return;
|
|
268
|
+
}
|
|
269
|
+
if (this.k) {
|
|
270
|
+
this.c.z();
|
|
271
|
+
}
|
|
272
|
+
};
|
|
273
|
+
XRipple.prototype.ag = function () {
|
|
274
|
+
this.j = false;
|
|
275
|
+
if (this.k || this.i) {
|
|
276
|
+
this.c.x();
|
|
277
|
+
}
|
|
278
|
+
};
|
|
279
|
+
Object.defineProperty(XRipple.prototype, "q", {
|
|
280
|
+
get: function () {
|
|
281
|
+
return this.p;
|
|
282
|
+
},
|
|
283
|
+
set: function (a) {
|
|
284
|
+
var b = this.p;
|
|
285
|
+
this.p = a;
|
|
286
|
+
if (b != this.p) {
|
|
287
|
+
this.ah("EventSource", b, a);
|
|
288
|
+
}
|
|
289
|
+
},
|
|
290
|
+
enumerable: false,
|
|
291
|
+
configurable: true
|
|
292
|
+
});
|
|
293
|
+
Object.defineProperty(XRipple.prototype, "ax", {
|
|
294
|
+
get: function () {
|
|
295
|
+
return this.ar;
|
|
296
|
+
},
|
|
297
|
+
set: function (a) {
|
|
298
|
+
var b = this.ar;
|
|
299
|
+
this.ar = a;
|
|
300
|
+
if (b != this.ar) {
|
|
301
|
+
this.ah("RippleColor", b, a);
|
|
302
|
+
}
|
|
303
|
+
},
|
|
304
|
+
enumerable: false,
|
|
305
|
+
configurable: true
|
|
306
|
+
});
|
|
307
|
+
Object.defineProperty(XRipple.prototype, "aw", {
|
|
308
|
+
get: function () {
|
|
309
|
+
return this.aq;
|
|
310
|
+
},
|
|
311
|
+
set: function (a) {
|
|
312
|
+
var b = this.aq;
|
|
313
|
+
this.aq = a;
|
|
314
|
+
if (b != this.aq) {
|
|
315
|
+
this.ah("HoverColor", b, a);
|
|
316
|
+
}
|
|
317
|
+
},
|
|
318
|
+
enumerable: false,
|
|
319
|
+
configurable: true
|
|
320
|
+
});
|
|
321
|
+
Object.defineProperty(XRipple.prototype, "as", {
|
|
322
|
+
get: function () {
|
|
323
|
+
return this.ao;
|
|
324
|
+
},
|
|
325
|
+
set: function (a) {
|
|
326
|
+
var b = this.ao;
|
|
327
|
+
this.ao = a;
|
|
328
|
+
if (b != this.ao) {
|
|
329
|
+
this.ah("ActualHoverColor", b, a);
|
|
330
|
+
}
|
|
331
|
+
},
|
|
332
|
+
enumerable: false,
|
|
333
|
+
configurable: true
|
|
334
|
+
});
|
|
335
|
+
XRipple.prototype.al = function (a, b, c, d) {
|
|
336
|
+
var _this = this;
|
|
337
|
+
if (this.i) {
|
|
338
|
+
return;
|
|
339
|
+
}
|
|
340
|
+
var e = Math.max(c, d);
|
|
341
|
+
var f = e / 2;
|
|
342
|
+
var g = a - f;
|
|
343
|
+
var h = b - f;
|
|
344
|
+
if (this.h) {
|
|
345
|
+
g = 0;
|
|
346
|
+
h = 0;
|
|
347
|
+
}
|
|
348
|
+
var i = this.c.m(g, h, f);
|
|
349
|
+
var j = this.d(i);
|
|
350
|
+
this.m.f(j);
|
|
351
|
+
var k = this.m.d;
|
|
352
|
+
j.play();
|
|
353
|
+
j.finished.f(function (l) {
|
|
354
|
+
j.commitStyles();
|
|
355
|
+
_this.m.h(k);
|
|
356
|
+
_this.c.y(i);
|
|
357
|
+
});
|
|
358
|
+
};
|
|
359
|
+
XRipple.prototype.d = function (a) {
|
|
360
|
+
var b = this.a;
|
|
361
|
+
var c = KeyFrameAnimationFactory.f.c(this.c.a(a, b).m(new AnimationKeyFrameProperty(1, 0.5), new AnimationKeyFrameProperty(14, ((function () {
|
|
362
|
+
var $ret = new ScaleTransform();
|
|
363
|
+
$ret.l = 0.3;
|
|
364
|
+
$ret.m = 0.3;
|
|
365
|
+
return $ret;
|
|
366
|
+
})()))).m(new AnimationKeyFrameProperty(1, 0), new AnimationKeyFrameProperty(14, ((function () {
|
|
367
|
+
var $ret = new ScaleTransform();
|
|
368
|
+
$ret.l = 2;
|
|
369
|
+
$ret.m = 2;
|
|
370
|
+
return $ret;
|
|
371
|
+
})()))));
|
|
372
|
+
return c;
|
|
373
|
+
};
|
|
374
|
+
Object.defineProperty(XRipple.prototype, "at", {
|
|
375
|
+
get: function () {
|
|
376
|
+
return this.ap;
|
|
377
|
+
},
|
|
378
|
+
set: function (a) {
|
|
379
|
+
var b = this.ap;
|
|
380
|
+
this.ap = a;
|
|
381
|
+
if (b != this.ap) {
|
|
382
|
+
this.ah("ActualRippleColor", b, a);
|
|
383
|
+
}
|
|
384
|
+
},
|
|
385
|
+
enumerable: false,
|
|
386
|
+
configurable: true
|
|
387
|
+
});
|
|
388
|
+
Object.defineProperty(XRipple.prototype, "o", {
|
|
389
|
+
get: function () {
|
|
390
|
+
return this.n;
|
|
391
|
+
},
|
|
392
|
+
set: function (a) {
|
|
393
|
+
var b = this.n;
|
|
394
|
+
this.n = a;
|
|
395
|
+
if (b != this.n) {
|
|
396
|
+
this.ah("RippleDuration", b, a);
|
|
397
|
+
}
|
|
398
|
+
},
|
|
399
|
+
enumerable: false,
|
|
400
|
+
configurable: true
|
|
401
|
+
});
|
|
402
|
+
Object.defineProperty(XRipple.prototype, "i", {
|
|
403
|
+
get: function () {
|
|
404
|
+
return this.f;
|
|
405
|
+
},
|
|
406
|
+
set: function (a) {
|
|
407
|
+
var b = this.f;
|
|
408
|
+
this.f = a;
|
|
409
|
+
if (b != this.f) {
|
|
410
|
+
this.ah("IsDisabled", b, a);
|
|
411
|
+
}
|
|
412
|
+
},
|
|
413
|
+
enumerable: false,
|
|
414
|
+
configurable: true
|
|
415
|
+
});
|
|
416
|
+
Object.defineProperty(XRipple.prototype, "h", {
|
|
417
|
+
get: function () {
|
|
418
|
+
return this.e;
|
|
419
|
+
},
|
|
420
|
+
set: function (a) {
|
|
421
|
+
var b = this.e;
|
|
422
|
+
this.e = a;
|
|
423
|
+
if (b != this.e) {
|
|
424
|
+
this.ah("IsCentered", b, a);
|
|
425
|
+
}
|
|
426
|
+
},
|
|
427
|
+
enumerable: false,
|
|
428
|
+
configurable: true
|
|
429
|
+
});
|
|
430
|
+
Object.defineProperty(XRipple.prototype, "k", {
|
|
431
|
+
get: function () {
|
|
432
|
+
return this.g;
|
|
433
|
+
},
|
|
434
|
+
set: function (a) {
|
|
435
|
+
var b = this.g;
|
|
436
|
+
this.g = a;
|
|
437
|
+
if (b != this.g) {
|
|
438
|
+
this.ah("IsHoverEnabled", b, a);
|
|
439
|
+
}
|
|
440
|
+
},
|
|
441
|
+
enumerable: false,
|
|
442
|
+
configurable: true
|
|
443
|
+
});
|
|
444
|
+
XRipple.prototype.ai = function () {
|
|
445
|
+
this.c.v();
|
|
446
|
+
};
|
|
447
|
+
Object.defineProperty(XRipple.prototype, "a", {
|
|
448
|
+
get: function () {
|
|
449
|
+
var a = new AnimationKeyFrameEffectTiming();
|
|
450
|
+
a.g = this.o;
|
|
451
|
+
a.b = 0;
|
|
452
|
+
return a;
|
|
453
|
+
},
|
|
454
|
+
enumerable: false,
|
|
455
|
+
configurable: true
|
|
456
|
+
});
|
|
457
|
+
XRipple.prototype.onDetachedFromUI = function () {
|
|
458
|
+
this.c.u();
|
|
459
|
+
};
|
|
460
|
+
XRipple.prototype.onAttachedToUI = function () {
|
|
461
|
+
this.c.s();
|
|
462
|
+
};
|
|
463
|
+
XRipple.prototype.l = function () {
|
|
464
|
+
return this.c.e();
|
|
465
|
+
};
|
|
466
|
+
XRipple.prototype.r = function () {
|
|
467
|
+
return this.b();
|
|
468
|
+
};
|
|
469
|
+
XRipple.prototype.v = function () {
|
|
470
|
+
var a = this.b();
|
|
471
|
+
return a.g();
|
|
472
|
+
};
|
|
473
|
+
XRipple.prototype.b = function () {
|
|
474
|
+
var a = new RippleVisualModelExport();
|
|
475
|
+
a.a = AppearanceHelper.a(this.as);
|
|
476
|
+
a.b = AppearanceHelper.a(this.at);
|
|
477
|
+
a.f = this.o;
|
|
478
|
+
a.d = this.i;
|
|
479
|
+
a.c = this.h;
|
|
480
|
+
a.e = this.k;
|
|
481
|
+
return a;
|
|
482
|
+
};
|
|
483
|
+
XRipple.prototype.provideContainer = function (a) {
|
|
484
|
+
this.c.t(a);
|
|
485
|
+
};
|
|
486
|
+
XRipple.$t = markType(XRipple, 'XRipple', Base.$, [INotifyPropertyChanged_$type]);
|
|
487
|
+
XRipple.au = BrushUtil.g(40, 0, 0, 0);
|
|
488
|
+
XRipple.av = BrushUtil.g(189, 0, 0, 0);
|
|
489
|
+
return XRipple;
|
|
490
|
+
}(Base));
|
|
491
|
+
export { XRipple };
|
|
@@ -0,0 +1,40 @@
|
|
|
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 { Base, markType } from "igniteui-angular-core";
|
|
9
|
+
import { StringBuilder } from "igniteui-angular-core";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
var RippleVisualModelExport = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(RippleVisualModelExport, _super);
|
|
15
|
+
function RippleVisualModelExport() {
|
|
16
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
17
|
+
_this.a = null;
|
|
18
|
+
_this.b = null;
|
|
19
|
+
_this.f = 0;
|
|
20
|
+
_this.d = false;
|
|
21
|
+
_this.c = false;
|
|
22
|
+
_this.e = false;
|
|
23
|
+
return _this;
|
|
24
|
+
}
|
|
25
|
+
RippleVisualModelExport.prototype.g = function () {
|
|
26
|
+
var a = new StringBuilder(0);
|
|
27
|
+
a.l("{");
|
|
28
|
+
a.l("ActualHoverColor : " + this.a.serialize() + ", ");
|
|
29
|
+
a.l("ActualRippleColor : " + this.b.serialize() + ", ");
|
|
30
|
+
a.l("RippleDuration : " + this.f + ", ");
|
|
31
|
+
a.l("IsDisabled : " + this.d + ", ");
|
|
32
|
+
a.l("IsCentered : " + this.c + ", ");
|
|
33
|
+
a.l("IsHoverEnabled : " + this.e + ", ");
|
|
34
|
+
a.l("}");
|
|
35
|
+
return a.toString();
|
|
36
|
+
};
|
|
37
|
+
RippleVisualModelExport.$t = markType(RippleVisualModelExport, 'RippleVisualModelExport');
|
|
38
|
+
return RippleVisualModelExport;
|
|
39
|
+
}(Base));
|
|
40
|
+
export { RippleVisualModelExport };
|
|
@@ -0,0 +1,43 @@
|
|
|
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 { EventArgs, markType } from "igniteui-angular-core";
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
var SelectedValueChangedEventArgs = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
|
+
__extends(SelectedValueChangedEventArgs, _super);
|
|
14
|
+
function SelectedValueChangedEventArgs() {
|
|
15
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
16
|
+
_this._oldValue = new Date();
|
|
17
|
+
_this._newValue = new Date();
|
|
18
|
+
return _this;
|
|
19
|
+
}
|
|
20
|
+
Object.defineProperty(SelectedValueChangedEventArgs.prototype, "oldValue", {
|
|
21
|
+
get: function () {
|
|
22
|
+
return this._oldValue;
|
|
23
|
+
},
|
|
24
|
+
set: function (a) {
|
|
25
|
+
this._oldValue = a;
|
|
26
|
+
},
|
|
27
|
+
enumerable: false,
|
|
28
|
+
configurable: true
|
|
29
|
+
});
|
|
30
|
+
Object.defineProperty(SelectedValueChangedEventArgs.prototype, "newValue", {
|
|
31
|
+
get: function () {
|
|
32
|
+
return this._newValue;
|
|
33
|
+
},
|
|
34
|
+
set: function (a) {
|
|
35
|
+
this._newValue = a;
|
|
36
|
+
},
|
|
37
|
+
enumerable: false,
|
|
38
|
+
configurable: true
|
|
39
|
+
});
|
|
40
|
+
SelectedValueChangedEventArgs.$t = markType(SelectedValueChangedEventArgs, 'SelectedValueChangedEventArgs', EventArgs.$);
|
|
41
|
+
return SelectedValueChangedEventArgs;
|
|
42
|
+
}(EventArgs));
|
|
43
|
+
export { SelectedValueChangedEventArgs };
|
|
@@ -0,0 +1,17 @@
|
|
|
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 { markEnum } from "igniteui-angular-core";
|
|
8
|
+
export var SuffixShiftType = /*@__PURE__*/ (function (SuffixShiftType) {
|
|
9
|
+
SuffixShiftType[SuffixShiftType["Line"] = 0] = "Line";
|
|
10
|
+
SuffixShiftType[SuffixShiftType["Box"] = 1] = "Box";
|
|
11
|
+
SuffixShiftType[SuffixShiftType["Border"] = 2] = "Border";
|
|
12
|
+
return SuffixShiftType;
|
|
13
|
+
})({});
|
|
14
|
+
/**
|
|
15
|
+
* @hidden
|
|
16
|
+
*/
|
|
17
|
+
export var SuffixShiftType_$type = markEnum('SuffixShiftType', 'Line,0|Box,1|Border,2');
|
|
@@ -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 { SuffixView } from "./InputGroupView_combined";
|
|
@@ -0,0 +1,36 @@
|
|
|
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 { Base, markType } from "igniteui-angular-core";
|
|
9
|
+
import { StringBuilder } from "igniteui-angular-core";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
var SuffixVisualModelExport = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(SuffixVisualModelExport, _super);
|
|
15
|
+
function SuffixVisualModelExport() {
|
|
16
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
17
|
+
_this.a = 0;
|
|
18
|
+
_this.c = false;
|
|
19
|
+
_this.b = false;
|
|
20
|
+
_this.d = null;
|
|
21
|
+
return _this;
|
|
22
|
+
}
|
|
23
|
+
SuffixVisualModelExport.prototype.e = function () {
|
|
24
|
+
var a = new StringBuilder(0);
|
|
25
|
+
a.l("{");
|
|
26
|
+
a.l("shiftType : " + this.a + ", ");
|
|
27
|
+
a.l("isHover : " + this.c + ", ");
|
|
28
|
+
a.l("isDisabled : " + this.b + ", ");
|
|
29
|
+
a.l("name : \"" + this.d + "\", ");
|
|
30
|
+
a.l("}");
|
|
31
|
+
return a.toString();
|
|
32
|
+
};
|
|
33
|
+
SuffixVisualModelExport.$t = markType(SuffixVisualModelExport, 'SuffixVisualModelExport');
|
|
34
|
+
return SuffixVisualModelExport;
|
|
35
|
+
}(Base));
|
|
36
|
+
export { SuffixVisualModelExport };
|
|
@@ -0,0 +1,46 @@
|
|
|
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 { Base, markType } from "igniteui-angular-core";
|
|
9
|
+
import { StringBuilder } from "igniteui-angular-core";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
var TextElementsVisualModelExport = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(TextElementsVisualModelExport, _super);
|
|
15
|
+
function TextElementsVisualModelExport() {
|
|
16
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
17
|
+
_this.e = 0;
|
|
18
|
+
_this.d = 0;
|
|
19
|
+
_this.c = 0;
|
|
20
|
+
_this.f = 0;
|
|
21
|
+
_this.g = null;
|
|
22
|
+
_this.b = null;
|
|
23
|
+
_this.a = null;
|
|
24
|
+
return _this;
|
|
25
|
+
}
|
|
26
|
+
TextElementsVisualModelExport.prototype.h = function () {
|
|
27
|
+
var a = new StringBuilder(0);
|
|
28
|
+
a.l("{");
|
|
29
|
+
a.l("top : " + this.e + ", ");
|
|
30
|
+
a.l("left : " + this.d + ", ");
|
|
31
|
+
a.l("height : " + this.c + ", ");
|
|
32
|
+
a.l("width : " + this.f + ", ");
|
|
33
|
+
if (this.g != null) {
|
|
34
|
+
a.l("value : \"" + this.g.toString() + "\", ");
|
|
35
|
+
}
|
|
36
|
+
a.l("textColor : " + this.b.serialize() + ", ");
|
|
37
|
+
if (this.a != null) {
|
|
38
|
+
a.l("borderColor : " + this.a.serialize() + ", ");
|
|
39
|
+
}
|
|
40
|
+
a.l("}");
|
|
41
|
+
return a.toString();
|
|
42
|
+
};
|
|
43
|
+
TextElementsVisualModelExport.$t = markType(TextElementsVisualModelExport, 'TextElementsVisualModelExport');
|
|
44
|
+
return TextElementsVisualModelExport;
|
|
45
|
+
}(Base));
|
|
46
|
+
export { TextElementsVisualModelExport };
|