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,185 @@
|
|
|
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 { Base, markType } from "igniteui-angular-core";
|
|
8
|
+
import { INativeUIElementFactory_$type } from "igniteui-angular-core";
|
|
9
|
+
import { NativeUIComponent } from "igniteui-angular-core";
|
|
10
|
+
import { XInputGroup } from "./XInputGroup";
|
|
11
|
+
import { XInput } from "./XInput";
|
|
12
|
+
import { XInputBridge } from "./XInputBridge";
|
|
13
|
+
import { NativeUIInput } from "igniteui-angular-core";
|
|
14
|
+
import { XButton } from "./XButton";
|
|
15
|
+
import { XButtonBridge } from "./XButtonBridge";
|
|
16
|
+
import { NativeUIButton } from "igniteui-angular-core";
|
|
17
|
+
import { XCheckbox } from "./XCheckbox";
|
|
18
|
+
import { XCheckboxBridge } from "./XCheckboxBridge";
|
|
19
|
+
import { NativeUICheckbox } from "igniteui-angular-core";
|
|
20
|
+
import { XIcon } from "./XIcon";
|
|
21
|
+
import { XIconBridge } from "./XIconBridge";
|
|
22
|
+
import { NativeUIIcon } from "igniteui-angular-core";
|
|
23
|
+
import { XPopupBridge } from "./XPopupBridge";
|
|
24
|
+
import { NativeUIPopup } from "igniteui-angular-core";
|
|
25
|
+
import { Popup } from "igniteui-angular-core";
|
|
26
|
+
/**
|
|
27
|
+
* @hidden
|
|
28
|
+
*/
|
|
29
|
+
export let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
|
|
30
|
+
class NativeUIXInputsFactory extends Base {
|
|
31
|
+
constructor() {
|
|
32
|
+
super(...arguments);
|
|
33
|
+
this.c = 2;
|
|
34
|
+
}
|
|
35
|
+
static get b() {
|
|
36
|
+
if (NativeUIXInputsFactory.a == null) {
|
|
37
|
+
NativeUIXInputsFactory.a = new NativeUIXInputsFactory();
|
|
38
|
+
}
|
|
39
|
+
return NativeUIXInputsFactory.a;
|
|
40
|
+
}
|
|
41
|
+
static j() {
|
|
42
|
+
NativeUIComponent.ap(NativeUIXInputsFactory.b);
|
|
43
|
+
}
|
|
44
|
+
get flavor() {
|
|
45
|
+
return this.c;
|
|
46
|
+
}
|
|
47
|
+
createComponent(a, b, c) {
|
|
48
|
+
switch (b) {
|
|
49
|
+
case 1:
|
|
50
|
+
this.d(a, c);
|
|
51
|
+
break;
|
|
52
|
+
case 6:
|
|
53
|
+
this.e(a, c);
|
|
54
|
+
break;
|
|
55
|
+
case 10:
|
|
56
|
+
this.g(a, c);
|
|
57
|
+
break;
|
|
58
|
+
case 2:
|
|
59
|
+
this.h(a, c);
|
|
60
|
+
break;
|
|
61
|
+
case 11:
|
|
62
|
+
this.f(a, c);
|
|
63
|
+
break;
|
|
64
|
+
case 12:
|
|
65
|
+
this.i(a, c);
|
|
66
|
+
break;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
createComponentSync(a, b, c) {
|
|
70
|
+
this.createComponent(a, b, c);
|
|
71
|
+
}
|
|
72
|
+
supportsComponent(a) {
|
|
73
|
+
switch (a) {
|
|
74
|
+
case 1: return true;
|
|
75
|
+
case 6: return true;
|
|
76
|
+
case 10: return true;
|
|
77
|
+
case 2: return true;
|
|
78
|
+
case 11: return true;
|
|
79
|
+
case 12: return true;
|
|
80
|
+
}
|
|
81
|
+
return false;
|
|
82
|
+
}
|
|
83
|
+
h(a, b) {
|
|
84
|
+
let c = a;
|
|
85
|
+
let d = c.createElement("div");
|
|
86
|
+
let e = c.getSubRenderer(d);
|
|
87
|
+
let f = new XInputGroup();
|
|
88
|
+
f.provideContainer(e);
|
|
89
|
+
let g = e.getExternal(f, e.rootWrapper, null);
|
|
90
|
+
let h = c.createElement("div");
|
|
91
|
+
h.setRawStyleProperty("width", "100%");
|
|
92
|
+
let i = c.getSubRenderer(h);
|
|
93
|
+
let j = new XInput();
|
|
94
|
+
j.provideContainer(i);
|
|
95
|
+
let k = e.getExternal(j, i.rootWrapper, null);
|
|
96
|
+
f.appendContentChild(h);
|
|
97
|
+
f.inputs.add(j);
|
|
98
|
+
let l = new XInputBridge(f);
|
|
99
|
+
let m = new NativeUIInput();
|
|
100
|
+
m.al = d;
|
|
101
|
+
m.d = l;
|
|
102
|
+
b(m);
|
|
103
|
+
}
|
|
104
|
+
d(a, b) {
|
|
105
|
+
let c = a;
|
|
106
|
+
let d = c.createElement("div");
|
|
107
|
+
let e = c.getSubRenderer(d);
|
|
108
|
+
let f = new XButton();
|
|
109
|
+
f.provideContainer(e);
|
|
110
|
+
f.ff = "none";
|
|
111
|
+
let g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
112
|
+
let h = new XButtonBridge(f);
|
|
113
|
+
let i = new NativeUIButton();
|
|
114
|
+
i.al = d;
|
|
115
|
+
i.d = h;
|
|
116
|
+
b(i);
|
|
117
|
+
}
|
|
118
|
+
e(a, b) {
|
|
119
|
+
let c = a;
|
|
120
|
+
let d = c.createElement("div");
|
|
121
|
+
let e = c.getSubRenderer(d);
|
|
122
|
+
let f = new XCheckbox();
|
|
123
|
+
f.provideContainer(e);
|
|
124
|
+
let g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
125
|
+
let h = new XCheckboxBridge(f);
|
|
126
|
+
let i = new NativeUICheckbox();
|
|
127
|
+
i.al = d;
|
|
128
|
+
i.d = h;
|
|
129
|
+
b(i);
|
|
130
|
+
}
|
|
131
|
+
g(a, b) {
|
|
132
|
+
let c = a;
|
|
133
|
+
let d = c.createElement("div");
|
|
134
|
+
let e = c.getSubRenderer(d);
|
|
135
|
+
let f = new XIcon();
|
|
136
|
+
f.provideContainer(e);
|
|
137
|
+
let g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
138
|
+
let h = new XIconBridge(f);
|
|
139
|
+
let i = new NativeUIIcon();
|
|
140
|
+
i.al = d;
|
|
141
|
+
i.d = h;
|
|
142
|
+
let j = c.createElement("div");
|
|
143
|
+
let k = c.getSubRenderer(j);
|
|
144
|
+
let l = new XButton();
|
|
145
|
+
l.provideContainer(k);
|
|
146
|
+
l.e = 4;
|
|
147
|
+
l.ff = "none";
|
|
148
|
+
let m = k.getExternal(l, k.rootWrapper, k.getExternal(l, null, null));
|
|
149
|
+
let n = new XButtonBridge(l);
|
|
150
|
+
let o = new NativeUIButton();
|
|
151
|
+
o.al = j;
|
|
152
|
+
o.d = n;
|
|
153
|
+
o.bj = i;
|
|
154
|
+
b(o);
|
|
155
|
+
}
|
|
156
|
+
f(a, b) {
|
|
157
|
+
let c = a;
|
|
158
|
+
let d = c.createElement("div");
|
|
159
|
+
let e = c.getSubRenderer(d);
|
|
160
|
+
let f = new XIcon();
|
|
161
|
+
f.provideContainer(e);
|
|
162
|
+
let g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
163
|
+
let h = new XIconBridge(f);
|
|
164
|
+
let i = new NativeUIIcon();
|
|
165
|
+
i.al = d;
|
|
166
|
+
i.d = h;
|
|
167
|
+
b(i);
|
|
168
|
+
}
|
|
169
|
+
i(a, b) {
|
|
170
|
+
let c = a;
|
|
171
|
+
let d = c.createElement("div");
|
|
172
|
+
let e = c.getSubRenderer(d);
|
|
173
|
+
let f = new Popup();
|
|
174
|
+
f.provideRenderer(e);
|
|
175
|
+
let g = new XPopupBridge(f);
|
|
176
|
+
let h = new NativeUIPopup();
|
|
177
|
+
h.al = d;
|
|
178
|
+
h.d = g;
|
|
179
|
+
b(h);
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
NativeUIXInputsFactory.$t = markType(NativeUIXInputsFactory, 'NativeUIXInputsFactory', Base.$, [INativeUIElementFactory_$type]);
|
|
183
|
+
NativeUIXInputsFactory.a = null;
|
|
184
|
+
return NativeUIXInputsFactory;
|
|
185
|
+
})();
|
|
@@ -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 PrefixShiftType = /*@__PURE__*/ (function (PrefixShiftType) {
|
|
9
|
+
PrefixShiftType[PrefixShiftType["Line"] = 0] = "Line";
|
|
10
|
+
PrefixShiftType[PrefixShiftType["Box"] = 1] = "Box";
|
|
11
|
+
PrefixShiftType[PrefixShiftType["Border"] = 2] = "Border";
|
|
12
|
+
return PrefixShiftType;
|
|
13
|
+
})({});
|
|
14
|
+
/**
|
|
15
|
+
* @hidden
|
|
16
|
+
*/
|
|
17
|
+
export let PrefixShiftType_$type = markEnum('PrefixShiftType', '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 { PrefixView } from "./InputGroupView_combined";
|
|
@@ -0,0 +1,35 @@
|
|
|
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 { Base, enumGetBox, markType } from "igniteui-angular-core";
|
|
8
|
+
import { PrefixShiftType_$type } from "./PrefixShiftType";
|
|
9
|
+
import { StringBuilder } from "igniteui-angular-core";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
export let PrefixVisualModelExport = /*@__PURE__*/ (() => {
|
|
14
|
+
class PrefixVisualModelExport extends Base {
|
|
15
|
+
constructor() {
|
|
16
|
+
super(...arguments);
|
|
17
|
+
this.a = 0;
|
|
18
|
+
this.c = false;
|
|
19
|
+
this.b = false;
|
|
20
|
+
this.d = null;
|
|
21
|
+
}
|
|
22
|
+
e() {
|
|
23
|
+
let a = new StringBuilder(0);
|
|
24
|
+
a.l("{");
|
|
25
|
+
a.l("shiftType : " + enumGetBox(PrefixShiftType_$type, this.a) + ", ");
|
|
26
|
+
a.l("isHover : " + this.c + ", ");
|
|
27
|
+
a.l("isDisabled : " + this.b + ", ");
|
|
28
|
+
a.l("name : \"" + this.d + "\", ");
|
|
29
|
+
a.l("}");
|
|
30
|
+
return a.toString();
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
PrefixVisualModelExport.$t = markType(PrefixVisualModelExport, 'PrefixVisualModelExport');
|
|
34
|
+
return PrefixVisualModelExport;
|
|
35
|
+
})();
|
|
@@ -0,0 +1,21 @@
|
|
|
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 { Base, markType } from "igniteui-angular-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export let Replaced = /*@__PURE__*/ (() => {
|
|
12
|
+
class Replaced extends Base {
|
|
13
|
+
constructor() {
|
|
14
|
+
super(...arguments);
|
|
15
|
+
this.b = null;
|
|
16
|
+
this.a = 0;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
Replaced.$t = markType(Replaced, 'Replaced');
|
|
20
|
+
return Replaced;
|
|
21
|
+
})();
|
|
@@ -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 { RippleView } from "./RippleView_combined";
|
|
@@ -0,0 +1,396 @@
|
|
|
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 { Base, Delegate_$type, fromEnum, runOn, markType, INotifyPropertyChanged_$type, PropertyChangedEventArgs } from "igniteui-angular-core";
|
|
8
|
+
import { List$1 } from "igniteui-angular-core";
|
|
9
|
+
import { ScaleTransform } from "igniteui-angular-core";
|
|
10
|
+
import { NativeUI } from "igniteui-angular-core";
|
|
11
|
+
import { KeyFrameAnimationFactory } from "igniteui-angular-core";
|
|
12
|
+
import { AnimationKeyFrameEffect } from "igniteui-angular-core";
|
|
13
|
+
import { AnimationKeyFrameEffectTiming } from "igniteui-angular-core";
|
|
14
|
+
import { LinkedList$1 } from "igniteui-angular-core";
|
|
15
|
+
import { IKeyFrameAnimation_$type } from "igniteui-angular-core";
|
|
16
|
+
import { AnimationKeyFrameProperty } from "igniteui-angular-core";
|
|
17
|
+
import { RippleVisualModelExport } from "./RippleVisualModelExport";
|
|
18
|
+
import { AppearanceHelper } from "igniteui-angular-core";
|
|
19
|
+
import { BrushUtil } from "igniteui-angular-core";
|
|
20
|
+
/**
|
|
21
|
+
* @hidden
|
|
22
|
+
*/
|
|
23
|
+
export let RippleView = /*@__PURE__*/ (() => {
|
|
24
|
+
class RippleView extends Base {
|
|
25
|
+
constructor() {
|
|
26
|
+
super();
|
|
27
|
+
this.b = null;
|
|
28
|
+
this.g = null;
|
|
29
|
+
this.c = null;
|
|
30
|
+
this.f = new List$1(Delegate_$type, 0);
|
|
31
|
+
this.l = null;
|
|
32
|
+
this.d = true;
|
|
33
|
+
this.k = null;
|
|
34
|
+
this.h = null;
|
|
35
|
+
this.j = null;
|
|
36
|
+
this.i = null;
|
|
37
|
+
}
|
|
38
|
+
w() {
|
|
39
|
+
}
|
|
40
|
+
e() {
|
|
41
|
+
return true;
|
|
42
|
+
}
|
|
43
|
+
t(a) {
|
|
44
|
+
if (a == null) {
|
|
45
|
+
for (let b of fromEnum(this.f)) {
|
|
46
|
+
b();
|
|
47
|
+
}
|
|
48
|
+
this.f.clear();
|
|
49
|
+
}
|
|
50
|
+
this.g = a;
|
|
51
|
+
this.b.ai();
|
|
52
|
+
}
|
|
53
|
+
v() {
|
|
54
|
+
if (this.b.q == null) {
|
|
55
|
+
this.l = null;
|
|
56
|
+
for (let a of fromEnum(this.f)) {
|
|
57
|
+
a();
|
|
58
|
+
}
|
|
59
|
+
this.f.clear();
|
|
60
|
+
}
|
|
61
|
+
else {
|
|
62
|
+
let b = this.b.q;
|
|
63
|
+
let c = this.g.getWrapper(b);
|
|
64
|
+
this.l = c;
|
|
65
|
+
this.f.add(c.listen("click", runOn(this, this.p)));
|
|
66
|
+
this.f.add(c.listen("mouseenter", runOn(this, this.q)));
|
|
67
|
+
this.f.add(c.listen("mouseleave", runOn(this, this.r)));
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
r(a) {
|
|
71
|
+
this.b.ag();
|
|
72
|
+
}
|
|
73
|
+
q(a) {
|
|
74
|
+
this.b.af();
|
|
75
|
+
}
|
|
76
|
+
p(a) {
|
|
77
|
+
if (this.l == null) {
|
|
78
|
+
return;
|
|
79
|
+
}
|
|
80
|
+
let b = this.g.rootWrapper.getOffset();
|
|
81
|
+
let c = a.pageX - b.left;
|
|
82
|
+
let d = a.pageY - b.top;
|
|
83
|
+
this.b.al(c, d, this.g.rootWrapper.outerWidth(), this.g.rootWrapper.outerHeight());
|
|
84
|
+
}
|
|
85
|
+
aa() {
|
|
86
|
+
if (this.b.j) {
|
|
87
|
+
this.g.rootWrapper.setStyleProperty("background-color", this.b.as._fill);
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
x() {
|
|
91
|
+
this.g.rootWrapper.setStyleProperty("background-color", "transparent");
|
|
92
|
+
}
|
|
93
|
+
z() {
|
|
94
|
+
this.g.rootWrapper.setStyleProperty("background-color", this.b.as._fill);
|
|
95
|
+
}
|
|
96
|
+
m(a, b, c) {
|
|
97
|
+
let d = this.g.createElement("span");
|
|
98
|
+
d.setStyleProperty("width", c * 2 + "px");
|
|
99
|
+
d.setStyleProperty("height", c * 2 + "px");
|
|
100
|
+
d.setStyleProperty("top", b + "px");
|
|
101
|
+
d.setStyleProperty("left", a + "px");
|
|
102
|
+
d.setStyleProperty("background-color", this.b.at._fill);
|
|
103
|
+
d.setStyleProperty("position", "absolute");
|
|
104
|
+
d.setStyleProperty("pointer-events", "none");
|
|
105
|
+
d.setStyleProperty("border-radius", c + "px");
|
|
106
|
+
d.setStyleProperty("opacity", ".5");
|
|
107
|
+
NativeUI.ad(d, ((() => {
|
|
108
|
+
let $ret = new ScaleTransform();
|
|
109
|
+
$ret.l = 0.3;
|
|
110
|
+
$ret.m = 0.3;
|
|
111
|
+
return $ret;
|
|
112
|
+
})()));
|
|
113
|
+
this.g.append(d);
|
|
114
|
+
return d;
|
|
115
|
+
}
|
|
116
|
+
y(a) {
|
|
117
|
+
let b = a;
|
|
118
|
+
b.remove();
|
|
119
|
+
}
|
|
120
|
+
n() {
|
|
121
|
+
if (KeyFrameAnimationFactory.h == null) {
|
|
122
|
+
KeyFrameAnimationFactory.h = this.g;
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
a(a, b) {
|
|
126
|
+
return new AnimationKeyFrameEffect(0, a, 0, null, b);
|
|
127
|
+
}
|
|
128
|
+
o(a) {
|
|
129
|
+
}
|
|
130
|
+
s() {
|
|
131
|
+
this.d = true;
|
|
132
|
+
this.v();
|
|
133
|
+
}
|
|
134
|
+
u() {
|
|
135
|
+
this.d = false;
|
|
136
|
+
for (let a of fromEnum(this.f)) {
|
|
137
|
+
a();
|
|
138
|
+
}
|
|
139
|
+
this.f.clear();
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
RippleView.$t = markType(RippleView, 'RippleView');
|
|
143
|
+
return RippleView;
|
|
144
|
+
})();
|
|
145
|
+
/**
|
|
146
|
+
* @hidden
|
|
147
|
+
*/
|
|
148
|
+
export let XRipple = /*@__PURE__*/ (() => {
|
|
149
|
+
class XRipple extends Base {
|
|
150
|
+
constructor() {
|
|
151
|
+
super();
|
|
152
|
+
this.c = null;
|
|
153
|
+
this.j = false;
|
|
154
|
+
this.p = null;
|
|
155
|
+
this.ar = null;
|
|
156
|
+
this.aq = null;
|
|
157
|
+
this.ao = XRipple.au;
|
|
158
|
+
this.m = new LinkedList$1(IKeyFrameAnimation_$type);
|
|
159
|
+
this.ap = XRipple.av;
|
|
160
|
+
this.n = 600;
|
|
161
|
+
this.f = false;
|
|
162
|
+
this.e = false;
|
|
163
|
+
this.g = false;
|
|
164
|
+
this.propertyChanged = null;
|
|
165
|
+
let a = new RippleView();
|
|
166
|
+
a.b = this;
|
|
167
|
+
this.c = a;
|
|
168
|
+
this.c.w();
|
|
169
|
+
}
|
|
170
|
+
destroy() {
|
|
171
|
+
this.provideContainer(null);
|
|
172
|
+
}
|
|
173
|
+
ah(a, b, c) {
|
|
174
|
+
if (this.propertyChanged != null) {
|
|
175
|
+
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
176
|
+
}
|
|
177
|
+
this.aj(a, b, c);
|
|
178
|
+
}
|
|
179
|
+
aj(a, b, c) {
|
|
180
|
+
switch (a) {
|
|
181
|
+
case "RippleColor":
|
|
182
|
+
this.at = this.ax != null ? this.ax : XRipple.av;
|
|
183
|
+
break;
|
|
184
|
+
case "HoverColor":
|
|
185
|
+
this.as = this.aw != null ? this.aw : XRipple.au;
|
|
186
|
+
break;
|
|
187
|
+
case "EventSource":
|
|
188
|
+
if (this.c.e()) {
|
|
189
|
+
this.c.v();
|
|
190
|
+
}
|
|
191
|
+
break;
|
|
192
|
+
case "ActualRippleColor":
|
|
193
|
+
this.an();
|
|
194
|
+
break;
|
|
195
|
+
case "ActualHoverColor":
|
|
196
|
+
this.am();
|
|
197
|
+
break;
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
am() {
|
|
201
|
+
if (this.i) {
|
|
202
|
+
this.c.x();
|
|
203
|
+
return;
|
|
204
|
+
}
|
|
205
|
+
this.c.aa();
|
|
206
|
+
}
|
|
207
|
+
an() {
|
|
208
|
+
}
|
|
209
|
+
af() {
|
|
210
|
+
this.j = true;
|
|
211
|
+
if (this.i) {
|
|
212
|
+
this.c.x();
|
|
213
|
+
return;
|
|
214
|
+
}
|
|
215
|
+
if (this.k) {
|
|
216
|
+
this.c.z();
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
ag() {
|
|
220
|
+
this.j = false;
|
|
221
|
+
if (this.k || this.i) {
|
|
222
|
+
this.c.x();
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
get q() {
|
|
226
|
+
return this.p;
|
|
227
|
+
}
|
|
228
|
+
set q(a) {
|
|
229
|
+
let b = this.p;
|
|
230
|
+
this.p = a;
|
|
231
|
+
if (b != this.p) {
|
|
232
|
+
this.ah("EventSource", b, a);
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
get ax() {
|
|
236
|
+
return this.ar;
|
|
237
|
+
}
|
|
238
|
+
set ax(a) {
|
|
239
|
+
let b = this.ar;
|
|
240
|
+
this.ar = a;
|
|
241
|
+
if (b != this.ar) {
|
|
242
|
+
this.ah("RippleColor", b, a);
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
get aw() {
|
|
246
|
+
return this.aq;
|
|
247
|
+
}
|
|
248
|
+
set aw(a) {
|
|
249
|
+
let b = this.aq;
|
|
250
|
+
this.aq = a;
|
|
251
|
+
if (b != this.aq) {
|
|
252
|
+
this.ah("HoverColor", b, a);
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
get as() {
|
|
256
|
+
return this.ao;
|
|
257
|
+
}
|
|
258
|
+
set as(a) {
|
|
259
|
+
let b = this.ao;
|
|
260
|
+
this.ao = a;
|
|
261
|
+
if (b != this.ao) {
|
|
262
|
+
this.ah("ActualHoverColor", b, a);
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
al(a, b, c, d) {
|
|
266
|
+
if (this.i) {
|
|
267
|
+
return;
|
|
268
|
+
}
|
|
269
|
+
let e = Math.max(c, d);
|
|
270
|
+
let f = e / 2;
|
|
271
|
+
let g = a - f;
|
|
272
|
+
let h = b - f;
|
|
273
|
+
if (this.h) {
|
|
274
|
+
g = 0;
|
|
275
|
+
h = 0;
|
|
276
|
+
}
|
|
277
|
+
let i = this.c.m(g, h, f);
|
|
278
|
+
let j = this.d(i);
|
|
279
|
+
this.m.f(j);
|
|
280
|
+
let k = this.m.d;
|
|
281
|
+
j.play();
|
|
282
|
+
j.finished.f((l) => {
|
|
283
|
+
j.commitStyles();
|
|
284
|
+
this.m.h(k);
|
|
285
|
+
this.c.y(i);
|
|
286
|
+
});
|
|
287
|
+
}
|
|
288
|
+
d(a) {
|
|
289
|
+
let b = this.a;
|
|
290
|
+
let c = KeyFrameAnimationFactory.f.c(this.c.a(a, b).m(new AnimationKeyFrameProperty(1, 0.5), new AnimationKeyFrameProperty(14, ((() => {
|
|
291
|
+
let $ret = new ScaleTransform();
|
|
292
|
+
$ret.l = 0.3;
|
|
293
|
+
$ret.m = 0.3;
|
|
294
|
+
return $ret;
|
|
295
|
+
})()))).m(new AnimationKeyFrameProperty(1, 0), new AnimationKeyFrameProperty(14, ((() => {
|
|
296
|
+
let $ret = new ScaleTransform();
|
|
297
|
+
$ret.l = 2;
|
|
298
|
+
$ret.m = 2;
|
|
299
|
+
return $ret;
|
|
300
|
+
})()))));
|
|
301
|
+
return c;
|
|
302
|
+
}
|
|
303
|
+
get at() {
|
|
304
|
+
return this.ap;
|
|
305
|
+
}
|
|
306
|
+
set at(a) {
|
|
307
|
+
let b = this.ap;
|
|
308
|
+
this.ap = a;
|
|
309
|
+
if (b != this.ap) {
|
|
310
|
+
this.ah("ActualRippleColor", b, a);
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
get o() {
|
|
314
|
+
return this.n;
|
|
315
|
+
}
|
|
316
|
+
set o(a) {
|
|
317
|
+
let b = this.n;
|
|
318
|
+
this.n = a;
|
|
319
|
+
if (b != this.n) {
|
|
320
|
+
this.ah("RippleDuration", b, a);
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
get i() {
|
|
324
|
+
return this.f;
|
|
325
|
+
}
|
|
326
|
+
set i(a) {
|
|
327
|
+
let b = this.f;
|
|
328
|
+
this.f = a;
|
|
329
|
+
if (b != this.f) {
|
|
330
|
+
this.ah("IsDisabled", b, a);
|
|
331
|
+
}
|
|
332
|
+
}
|
|
333
|
+
get h() {
|
|
334
|
+
return this.e;
|
|
335
|
+
}
|
|
336
|
+
set h(a) {
|
|
337
|
+
let b = this.e;
|
|
338
|
+
this.e = a;
|
|
339
|
+
if (b != this.e) {
|
|
340
|
+
this.ah("IsCentered", b, a);
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
get k() {
|
|
344
|
+
return this.g;
|
|
345
|
+
}
|
|
346
|
+
set k(a) {
|
|
347
|
+
let b = this.g;
|
|
348
|
+
this.g = a;
|
|
349
|
+
if (b != this.g) {
|
|
350
|
+
this.ah("IsHoverEnabled", b, a);
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
ai() {
|
|
354
|
+
this.c.v();
|
|
355
|
+
}
|
|
356
|
+
get a() {
|
|
357
|
+
let a = new AnimationKeyFrameEffectTiming();
|
|
358
|
+
a.g = this.o;
|
|
359
|
+
a.b = 0;
|
|
360
|
+
return a;
|
|
361
|
+
}
|
|
362
|
+
onDetachedFromUI() {
|
|
363
|
+
this.c.u();
|
|
364
|
+
}
|
|
365
|
+
onAttachedToUI() {
|
|
366
|
+
this.c.s();
|
|
367
|
+
}
|
|
368
|
+
l() {
|
|
369
|
+
return this.c.e();
|
|
370
|
+
}
|
|
371
|
+
r() {
|
|
372
|
+
return this.b();
|
|
373
|
+
}
|
|
374
|
+
v() {
|
|
375
|
+
let a = this.b();
|
|
376
|
+
return a.g();
|
|
377
|
+
}
|
|
378
|
+
b() {
|
|
379
|
+
let a = new RippleVisualModelExport();
|
|
380
|
+
a.a = AppearanceHelper.a(this.as);
|
|
381
|
+
a.b = AppearanceHelper.a(this.at);
|
|
382
|
+
a.f = this.o;
|
|
383
|
+
a.d = this.i;
|
|
384
|
+
a.c = this.h;
|
|
385
|
+
a.e = this.k;
|
|
386
|
+
return a;
|
|
387
|
+
}
|
|
388
|
+
provideContainer(a) {
|
|
389
|
+
this.c.t(a);
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
XRipple.$t = markType(XRipple, 'XRipple', Base.$, [INotifyPropertyChanged_$type]);
|
|
393
|
+
XRipple.au = BrushUtil.g(40, 0, 0, 0);
|
|
394
|
+
XRipple.av = BrushUtil.g(189, 0, 0, 0);
|
|
395
|
+
return XRipple;
|
|
396
|
+
})();
|