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,109 @@
|
|
|
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 { StringBuilder } from "igniteui-angular-core";
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
export let InputGroupVisualModelExport = /*@__PURE__*/ (() => {
|
|
13
|
+
class InputGroupVisualModelExport extends Base {
|
|
14
|
+
constructor() {
|
|
15
|
+
super(...arguments);
|
|
16
|
+
this.f = 0;
|
|
17
|
+
this.e = 0;
|
|
18
|
+
this.b = null;
|
|
19
|
+
this.o = 0;
|
|
20
|
+
this.p = 0;
|
|
21
|
+
this.z = null;
|
|
22
|
+
this.aa = null;
|
|
23
|
+
this.x = 0;
|
|
24
|
+
this.w = 0;
|
|
25
|
+
this.t = 0;
|
|
26
|
+
this.c = null;
|
|
27
|
+
this.d = null;
|
|
28
|
+
this.u = 0;
|
|
29
|
+
this.s = 0;
|
|
30
|
+
this.q = 0;
|
|
31
|
+
this.r = 0;
|
|
32
|
+
this.v = 0;
|
|
33
|
+
this.a = null;
|
|
34
|
+
this.g = false;
|
|
35
|
+
this.j = false;
|
|
36
|
+
this.i = false;
|
|
37
|
+
this.h = false;
|
|
38
|
+
this.m = null;
|
|
39
|
+
this.l = null;
|
|
40
|
+
this.k = null;
|
|
41
|
+
this.n = null;
|
|
42
|
+
}
|
|
43
|
+
y() {
|
|
44
|
+
let a = new StringBuilder(0);
|
|
45
|
+
a.l("{");
|
|
46
|
+
a.l("actualDensity : " + this.f + ", ");
|
|
47
|
+
a.l("baseTheme : " + this.e + ", ");
|
|
48
|
+
a.l("actualBorderColor : " + this.b.serialize() + ", ");
|
|
49
|
+
a.l("actualBorderWidth : " + this.o + ", ");
|
|
50
|
+
a.l("actualFocusBorderWidth : " + this.p + ", ");
|
|
51
|
+
a.l("actualContentPadding : { left: " + this.aa.left + ",top: " + this.aa.top + ",right: " + this.aa.right + ",bottom: " + this.aa.bottom + "},");
|
|
52
|
+
a.l("actualUnderlineWidth : " + this.x + ", ");
|
|
53
|
+
a.l("actualUnderlineRippleWidth : " + this.w + ", ");
|
|
54
|
+
a.l("actualBackgroundColor : " + this.a.serialize() + ", ");
|
|
55
|
+
a.l("actualHoverUnderlineWidth : " + this.t + ", ");
|
|
56
|
+
a.l("actualUnderlineColor : " + this.c.serialize() + ", ");
|
|
57
|
+
a.l("actualUnderlineRippleColor : " + this.d.serialize() + ", ");
|
|
58
|
+
a.l("actualUnderlineOpacity : " + this.u + ", ");
|
|
59
|
+
a.l("actualHoverUnderlineOpacity : " + this.s + ", ");
|
|
60
|
+
a.l("actualFocusUnderlineOpacity : " + this.q + ", ");
|
|
61
|
+
a.l("actualFocusUnderlineRippleOpacity : " + this.r + ", ");
|
|
62
|
+
a.l("actualUnderlineRippleOpacity : " + this.v + ", ");
|
|
63
|
+
a.l("actualBackgroundColor : " + this.a.serialize() + ", ");
|
|
64
|
+
a.l("actualIsExpanded : " + this.g + ", ");
|
|
65
|
+
a.l("isHovered : " + this.j + ", ");
|
|
66
|
+
a.l("isFocused : " + this.i + ", ");
|
|
67
|
+
a.l("isDisabled : " + this.h + ", ");
|
|
68
|
+
a.l("prefixModels : [");
|
|
69
|
+
for (let b = 0; b < this.m.count; b++) {
|
|
70
|
+
if (b != 0) {
|
|
71
|
+
a.l(",");
|
|
72
|
+
}
|
|
73
|
+
a.l(this.m._inner[b].e());
|
|
74
|
+
}
|
|
75
|
+
a.l("],");
|
|
76
|
+
a.l("labelModels: [");
|
|
77
|
+
for (let c = 0; c < this.l.count; c++) {
|
|
78
|
+
if (c != 0) {
|
|
79
|
+
a.l(",");
|
|
80
|
+
}
|
|
81
|
+
let d = this.l._inner[c].p.charAt(0).toString().toLowerCase() + this.l._inner[c].p.substr(1);
|
|
82
|
+
a.l(this.l._inner[c].q());
|
|
83
|
+
}
|
|
84
|
+
a.l("],");
|
|
85
|
+
a.l("inputModels : [");
|
|
86
|
+
for (let e = 0; e < this.k.count; e++) {
|
|
87
|
+
if (e != 0) {
|
|
88
|
+
a.l(",");
|
|
89
|
+
}
|
|
90
|
+
let f = this.k._inner[e].k.charAt(0).toString().toLowerCase() + this.k._inner[e].k.substr(1);
|
|
91
|
+
a.l(this.k._inner[e].n());
|
|
92
|
+
}
|
|
93
|
+
a.l("],");
|
|
94
|
+
a.l("suffixModels : [");
|
|
95
|
+
for (let g = 0; g < this.n.count; g++) {
|
|
96
|
+
if (g != 0) {
|
|
97
|
+
a.l(",");
|
|
98
|
+
}
|
|
99
|
+
let h = this.n._inner[g].d.charAt(0).toString().toLowerCase() + this.n._inner[g].d.substr(1);
|
|
100
|
+
a.l(this.n._inner[g].e());
|
|
101
|
+
}
|
|
102
|
+
a.l("]");
|
|
103
|
+
a.l("}");
|
|
104
|
+
return a.toString();
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
InputGroupVisualModelExport.$t = markType(InputGroupVisualModelExport, 'InputGroupVisualModelExport');
|
|
108
|
+
return InputGroupVisualModelExport;
|
|
109
|
+
})();
|
|
@@ -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 InputShiftType = /*@__PURE__*/ (function (InputShiftType) {
|
|
9
|
+
InputShiftType[InputShiftType["Line"] = 0] = "Line";
|
|
10
|
+
InputShiftType[InputShiftType["Box"] = 1] = "Box";
|
|
11
|
+
InputShiftType[InputShiftType["Border"] = 2] = "Border";
|
|
12
|
+
return InputShiftType;
|
|
13
|
+
})({});
|
|
14
|
+
/**
|
|
15
|
+
* @hidden
|
|
16
|
+
*/
|
|
17
|
+
export let InputShiftType_$type = markEnum('InputShiftType', '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 { InputView } from "./InputGroupView_combined";
|
|
@@ -0,0 +1,78 @@
|
|
|
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 { StringBuilder } from "igniteui-angular-core";
|
|
9
|
+
import { stringIsNullOrEmpty } from "igniteui-angular-core";
|
|
10
|
+
import { isNaN_ } from "igniteui-angular-core";
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
export let InputVisualModelExport = /*@__PURE__*/ (() => {
|
|
15
|
+
class InputVisualModelExport extends Base {
|
|
16
|
+
constructor() {
|
|
17
|
+
super(...arguments);
|
|
18
|
+
this.h = 0;
|
|
19
|
+
this.f = 0;
|
|
20
|
+
this.b = 0;
|
|
21
|
+
this.c = 0;
|
|
22
|
+
this.j = null;
|
|
23
|
+
this.m = null;
|
|
24
|
+
this.d = false;
|
|
25
|
+
this.a = null;
|
|
26
|
+
this.q = null;
|
|
27
|
+
this.r = null;
|
|
28
|
+
this.s = null;
|
|
29
|
+
this.g = 0;
|
|
30
|
+
this.o = null;
|
|
31
|
+
this.p = null;
|
|
32
|
+
this.i = null;
|
|
33
|
+
this.l = null;
|
|
34
|
+
this.e = false;
|
|
35
|
+
this.t = null;
|
|
36
|
+
this.k = null;
|
|
37
|
+
}
|
|
38
|
+
n() {
|
|
39
|
+
let a = new StringBuilder(0);
|
|
40
|
+
a.l("{");
|
|
41
|
+
a.l("top : " + this.h + ", ");
|
|
42
|
+
a.l("left : " + this.f + ", ");
|
|
43
|
+
a.l("shiftType : " + this.b + ", ");
|
|
44
|
+
a.l("actualDensity : " + this.c + ", ");
|
|
45
|
+
a.l("mask : \"" + this.j + "\", ");
|
|
46
|
+
a.l("promptChar : \"" + this.m + "\", ");
|
|
47
|
+
a.l("includeLiterals : " + this.d + ", ");
|
|
48
|
+
a.l("actualTextColor : " + this.a.serialize() + ", ");
|
|
49
|
+
if (!stringIsNullOrEmpty(this.q)) {
|
|
50
|
+
a.l("textStyleFontStyle : \"" + this.q + "\", ");
|
|
51
|
+
}
|
|
52
|
+
if (!stringIsNullOrEmpty(this.r)) {
|
|
53
|
+
a.l("textStyleFontVariant : \"" + this.r + "\", ");
|
|
54
|
+
}
|
|
55
|
+
if (!stringIsNullOrEmpty(this.s)) {
|
|
56
|
+
a.l("textStyleFontWeight : \"" + this.s + "\", ");
|
|
57
|
+
}
|
|
58
|
+
if (!stringIsNullOrEmpty(this.o)) {
|
|
59
|
+
a.l("textStyleFontFamily : \"" + this.o + "\", ");
|
|
60
|
+
}
|
|
61
|
+
if (!stringIsNullOrEmpty(this.p)) {
|
|
62
|
+
a.l("textStyleFontStretch : \"" + this.p + "\", ");
|
|
63
|
+
}
|
|
64
|
+
if (!isNaN_(this.g)) {
|
|
65
|
+
a.l("textStyleFontSize : " + this.g + ", ");
|
|
66
|
+
}
|
|
67
|
+
a.l("inputType : \"" + this.i + "\", ");
|
|
68
|
+
a.l("placeholder : \"" + this.l + "\", ");
|
|
69
|
+
a.l("isHover : " + this.e + ", ");
|
|
70
|
+
a.l("value : \"" + this.t + "\", ");
|
|
71
|
+
a.l("name : \"" + this.k + "\", ");
|
|
72
|
+
a.l("}");
|
|
73
|
+
return a.toString();
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
InputVisualModelExport.$t = markType(InputVisualModelExport, 'InputVisualModelExport');
|
|
77
|
+
return InputVisualModelExport;
|
|
78
|
+
})();
|
|
@@ -0,0 +1,11 @@
|
|
|
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
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export let KEYCODES_$type = markEnum('KEYCODES', 'ENTER,13|SPACE,32|ESCAPE,27|LEFT_ARROW,37|UP_ARROW,38|RIGHT_ARROW,39|DOWN_ARROW,40|F2,113|TAB,9|CTRL,17|C,67|Z,90|Y,89|X,88|BACKSPACE,8|DELETE,46|INPUT_METHOD,229');
|
|
@@ -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 LabelShiftType = /*@__PURE__*/ (function (LabelShiftType) {
|
|
9
|
+
LabelShiftType[LabelShiftType["Line"] = 0] = "Line";
|
|
10
|
+
LabelShiftType[LabelShiftType["Box"] = 1] = "Box";
|
|
11
|
+
LabelShiftType[LabelShiftType["Border"] = 2] = "Border";
|
|
12
|
+
return LabelShiftType;
|
|
13
|
+
})({});
|
|
14
|
+
/**
|
|
15
|
+
* @hidden
|
|
16
|
+
*/
|
|
17
|
+
export let LabelShiftType_$type = markEnum('LabelShiftType', '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 { LabelView } from "./InputGroupView_combined";
|
|
@@ -0,0 +1,84 @@
|
|
|
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 { StringBuilder } from "igniteui-angular-core";
|
|
9
|
+
import { stringIsNullOrEmpty } from "igniteui-angular-core";
|
|
10
|
+
import { isNaN_ } from "igniteui-angular-core";
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
export let LabelVisualModelExport = /*@__PURE__*/ (() => {
|
|
15
|
+
class LabelVisualModelExport extends Base {
|
|
16
|
+
constructor() {
|
|
17
|
+
super(...arguments);
|
|
18
|
+
this.c = 0;
|
|
19
|
+
this.e = 0;
|
|
20
|
+
this.d = 0;
|
|
21
|
+
this.a = null;
|
|
22
|
+
this.u = null;
|
|
23
|
+
this.v = null;
|
|
24
|
+
this.w = null;
|
|
25
|
+
this.k = 0;
|
|
26
|
+
this.s = null;
|
|
27
|
+
this.t = null;
|
|
28
|
+
this.b = 0;
|
|
29
|
+
this.i = false;
|
|
30
|
+
this.g = false;
|
|
31
|
+
this.m = null;
|
|
32
|
+
this.n = null;
|
|
33
|
+
this.o = null;
|
|
34
|
+
this.l = null;
|
|
35
|
+
this.r = null;
|
|
36
|
+
this.h = false;
|
|
37
|
+
this.j = false;
|
|
38
|
+
this.f = false;
|
|
39
|
+
this.p = null;
|
|
40
|
+
}
|
|
41
|
+
q() {
|
|
42
|
+
let a = new StringBuilder(0);
|
|
43
|
+
a.l("{");
|
|
44
|
+
a.l("baseTheme : " + this.c + ", ");
|
|
45
|
+
a.l("density : " + this.e + ", ");
|
|
46
|
+
a.l("actualDensity : " + this.d + ", ");
|
|
47
|
+
a.l("actualTextColor : " + this.a.serialize() + ", ");
|
|
48
|
+
if (!stringIsNullOrEmpty(this.u)) {
|
|
49
|
+
a.l("textStyleFontStyle : \"" + this.u + "\", ");
|
|
50
|
+
}
|
|
51
|
+
if (!stringIsNullOrEmpty(this.v)) {
|
|
52
|
+
a.l("textStyleFontVariant : \"" + this.v + "\", ");
|
|
53
|
+
}
|
|
54
|
+
if (!stringIsNullOrEmpty(this.w)) {
|
|
55
|
+
a.l("textStyleFontWeight : \"" + this.w + "\", ");
|
|
56
|
+
}
|
|
57
|
+
if (!stringIsNullOrEmpty(this.s)) {
|
|
58
|
+
a.l("textStyleFontFamily : \"" + this.s + "\", ");
|
|
59
|
+
}
|
|
60
|
+
if (!stringIsNullOrEmpty(this.t)) {
|
|
61
|
+
a.l("textStyleFontStretch : \"" + this.t + "\", ");
|
|
62
|
+
}
|
|
63
|
+
if (!isNaN_(this.k)) {
|
|
64
|
+
a.l("textStyleFontSize : " + this.k + ", ");
|
|
65
|
+
}
|
|
66
|
+
a.l("shiftType : " + this.b + ", ");
|
|
67
|
+
a.l("isShifted : " + this.i + ", ");
|
|
68
|
+
a.l("isHighlighted : " + this.g + ", ");
|
|
69
|
+
a.l("display : \"" + this.m + "\", ");
|
|
70
|
+
a.l("flexDirection : \"" + this.n + "\", ");
|
|
71
|
+
a.l("flexGrow : \"" + this.o + "\", ");
|
|
72
|
+
a.l("alignItems :\"" + this.l + "\", ");
|
|
73
|
+
a.l("text : \"" + this.r + "\", ");
|
|
74
|
+
a.l("isHover : " + this.h + ", ");
|
|
75
|
+
a.l("value : " + this.j + ", ");
|
|
76
|
+
a.l("isDisabled : " + this.f + ", ");
|
|
77
|
+
a.l("name : \"" + this.p + "\", ");
|
|
78
|
+
a.l("}");
|
|
79
|
+
return a.toString();
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
LabelVisualModelExport.$t = markType(LabelVisualModelExport, 'LabelVisualModelExport');
|
|
83
|
+
return LabelVisualModelExport;
|
|
84
|
+
})();
|
|
@@ -0,0 +1,16 @@
|
|
|
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 { EventArgs, markType } from "igniteui-angular-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export let LostFocusEventArgs = /*@__PURE__*/ (() => {
|
|
12
|
+
class LostFocusEventArgs extends EventArgs {
|
|
13
|
+
}
|
|
14
|
+
LostFocusEventArgs.$t = markType(LostFocusEventArgs, 'LostFocusEventArgs', EventArgs.$);
|
|
15
|
+
return LostFocusEventArgs;
|
|
16
|
+
})();
|
|
@@ -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 MaskOptions = /*@__PURE__*/ (() => {
|
|
12
|
+
class MaskOptions extends Base {
|
|
13
|
+
constructor() {
|
|
14
|
+
super(...arguments);
|
|
15
|
+
this.a = null;
|
|
16
|
+
this.b = null;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
MaskOptions.$t = markType(MaskOptions, 'MaskOptions');
|
|
20
|
+
return MaskOptions;
|
|
21
|
+
})();
|
|
@@ -0,0 +1,213 @@
|
|
|
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, String_$type, Number_$type, fromEnum, markType } from "igniteui-angular-core";
|
|
8
|
+
import { Dictionary$2 } from "igniteui-angular-core";
|
|
9
|
+
import { List$1 } from "igniteui-angular-core";
|
|
10
|
+
import { HashSet$1 } from "igniteui-angular-core";
|
|
11
|
+
import { Replaced } from "./Replaced";
|
|
12
|
+
import { ObservableCollection$1 } from "igniteui-angular-core";
|
|
13
|
+
/**
|
|
14
|
+
* @hidden
|
|
15
|
+
*/
|
|
16
|
+
export let MaskParsingService = /*@__PURE__*/ (() => {
|
|
17
|
+
class MaskParsingService extends Base {
|
|
18
|
+
h(a, b) {
|
|
19
|
+
let c = "";
|
|
20
|
+
let d = "";
|
|
21
|
+
let e = b.a;
|
|
22
|
+
let f = this.d(e);
|
|
23
|
+
let g = new List$1(Number_$type, 1, f.keys);
|
|
24
|
+
let h = this.e(e, g);
|
|
25
|
+
let i = new List$1(String_$type, 1, f.values);
|
|
26
|
+
if (a != null) {
|
|
27
|
+
d = a.toString();
|
|
28
|
+
}
|
|
29
|
+
for (let j = 0; j < e.length; j++) {
|
|
30
|
+
c += b.b;
|
|
31
|
+
}
|
|
32
|
+
for (let k of fromEnum(f)) {
|
|
33
|
+
c = this.j(c, k.key, k.value);
|
|
34
|
+
}
|
|
35
|
+
if (d == "") {
|
|
36
|
+
return c;
|
|
37
|
+
}
|
|
38
|
+
let l = this.f(d, i);
|
|
39
|
+
for (let m = 0; m < l.count; m++) {
|
|
40
|
+
let n = l._inner[m];
|
|
41
|
+
let o = this.c(n, h._inner[m], e);
|
|
42
|
+
if (!o && n != b.b) {
|
|
43
|
+
l._inner[m] = b.b;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
if (l.count > h.count) {
|
|
47
|
+
l.v(h.count + 1, l.count);
|
|
48
|
+
}
|
|
49
|
+
let p = 0;
|
|
50
|
+
for (let q of fromEnum(l)) {
|
|
51
|
+
let r = q;
|
|
52
|
+
c = this.j(c, h._inner[p++], r);
|
|
53
|
+
}
|
|
54
|
+
return c;
|
|
55
|
+
}
|
|
56
|
+
i(a, b) {
|
|
57
|
+
let c = "";
|
|
58
|
+
let d = b.a;
|
|
59
|
+
let e = this.d(d);
|
|
60
|
+
let f = new HashSet$1(String_$type, 0);
|
|
61
|
+
for (let g of fromEnum(e.values)) {
|
|
62
|
+
f.add_1(g);
|
|
63
|
+
}
|
|
64
|
+
for (let h = 0; h < a.length; h++) {
|
|
65
|
+
let i = a.charAt(h).toString();
|
|
66
|
+
if (!f.contains(i)) {
|
|
67
|
+
if (i != b.b) {
|
|
68
|
+
c += i;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
return c;
|
|
73
|
+
}
|
|
74
|
+
a(a, b, c, d, e) {
|
|
75
|
+
let f = this.d(c.a);
|
|
76
|
+
let g = new ObservableCollection$1(String_$type, 0);
|
|
77
|
+
for (let h = 0; h < b.length; h++) {
|
|
78
|
+
g.add(b.charAt(h).toString());
|
|
79
|
+
}
|
|
80
|
+
let i = d;
|
|
81
|
+
e = Math.min(e, a.length);
|
|
82
|
+
for (let j = d; j < e || (g.count > 0 && j < a.length); j++) {
|
|
83
|
+
if (f.containsKey(j)) {
|
|
84
|
+
if (g._inner[0] == a.charAt(j).toString()) {
|
|
85
|
+
i = j + 1;
|
|
86
|
+
g.removeAt(0);
|
|
87
|
+
}
|
|
88
|
+
continue;
|
|
89
|
+
}
|
|
90
|
+
if (g._inner[0] != null && !this.c(g._inner[0].toString(), j, c.a) && g._inner[0].toString() != c.b) {
|
|
91
|
+
break;
|
|
92
|
+
}
|
|
93
|
+
let k = c.b;
|
|
94
|
+
if (g.count > 0) {
|
|
95
|
+
i = j + 1;
|
|
96
|
+
k = g._inner[0];
|
|
97
|
+
g.removeAt(0);
|
|
98
|
+
}
|
|
99
|
+
a = this.j(a, j, k);
|
|
100
|
+
}
|
|
101
|
+
let l = new Replaced();
|
|
102
|
+
l.b = a;
|
|
103
|
+
l.a = i;
|
|
104
|
+
return l;
|
|
105
|
+
}
|
|
106
|
+
j(a, b, c) {
|
|
107
|
+
if (a != null) {
|
|
108
|
+
return a.substr(0, b) + c + a.substr(b + 1);
|
|
109
|
+
}
|
|
110
|
+
return null;
|
|
111
|
+
}
|
|
112
|
+
b(a, b) {
|
|
113
|
+
return a.test(b);
|
|
114
|
+
}
|
|
115
|
+
c(a, b, c) {
|
|
116
|
+
let d;
|
|
117
|
+
let e;
|
|
118
|
+
let f = "[\\d\\u00C0-\\u1FFF\\u2C00-\\uD7FFa-zA-Z]";
|
|
119
|
+
let g = "[\\d\\u00C0-\\u1FFF\\u2C00-\\uD7FFa-zA-Z\\u0020]";
|
|
120
|
+
let h = "[\\u00C0-\\u1FFF\\u2C00-\\uD7FFa-zA-Z]";
|
|
121
|
+
let i = "[\\u00C0-\\u1FFF\\u2C00-\\uD7FFa-zA-Z\\u0020]";
|
|
122
|
+
let j = "[\\d]";
|
|
123
|
+
let k = "[\\d\\u0020]";
|
|
124
|
+
let l = "[\\d-\\+\\s]";
|
|
125
|
+
switch (c.charAt(b)) {
|
|
126
|
+
case 'C':
|
|
127
|
+
e = a != "";
|
|
128
|
+
break;
|
|
129
|
+
case '&':
|
|
130
|
+
d = new RegExp("[\\u0020]");
|
|
131
|
+
e = !this.b(d, a);
|
|
132
|
+
break;
|
|
133
|
+
case 'a':
|
|
134
|
+
d = new RegExp(g);
|
|
135
|
+
e = this.b(d, a);
|
|
136
|
+
break;
|
|
137
|
+
case 'A':
|
|
138
|
+
d = new RegExp(f);
|
|
139
|
+
e = this.b(d, a);
|
|
140
|
+
break;
|
|
141
|
+
case '?':
|
|
142
|
+
d = new RegExp(i);
|
|
143
|
+
e = this.b(d, a);
|
|
144
|
+
break;
|
|
145
|
+
case 'L':
|
|
146
|
+
d = new RegExp(h);
|
|
147
|
+
e = this.b(d, a);
|
|
148
|
+
break;
|
|
149
|
+
case '0':
|
|
150
|
+
d = new RegExp(j);
|
|
151
|
+
e = this.b(d, a);
|
|
152
|
+
break;
|
|
153
|
+
case '9':
|
|
154
|
+
d = new RegExp(k);
|
|
155
|
+
e = this.b(d, a);
|
|
156
|
+
break;
|
|
157
|
+
case '#':
|
|
158
|
+
d = new RegExp(l);
|
|
159
|
+
e = this.b(d, a);
|
|
160
|
+
break;
|
|
161
|
+
default:
|
|
162
|
+
e = false;
|
|
163
|
+
break;
|
|
164
|
+
}
|
|
165
|
+
return e;
|
|
166
|
+
}
|
|
167
|
+
d(a) {
|
|
168
|
+
let b = new Dictionary$2(Number_$type, String_$type, 0);
|
|
169
|
+
for (let c = 0; c < a.length; c++) {
|
|
170
|
+
let d = a.charAt(c);
|
|
171
|
+
if (!MaskParsingService.g.contains(d)) {
|
|
172
|
+
b.addItem(c, d.toString());
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
return b;
|
|
176
|
+
}
|
|
177
|
+
e(a, b) {
|
|
178
|
+
let c = new List$1(Number_$type, 0);
|
|
179
|
+
for (let d = 0; d < a.length; d++) {
|
|
180
|
+
if (!b.contains(d)) {
|
|
181
|
+
c.add(d);
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
return c;
|
|
185
|
+
}
|
|
186
|
+
f(a, b) {
|
|
187
|
+
let c = new List$1(String_$type, 0);
|
|
188
|
+
for (let d = 0; d < a.length; d++) {
|
|
189
|
+
let e = a.charAt(d).toString();
|
|
190
|
+
if (!b.contains(e)) {
|
|
191
|
+
b.remove(e);
|
|
192
|
+
c.add(e);
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
return c;
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
MaskParsingService.$t = markType(MaskParsingService, 'MaskParsingService');
|
|
199
|
+
MaskParsingService.g = ((() => {
|
|
200
|
+
let $ret = new List$1(String_$type, 0);
|
|
201
|
+
$ret.add('C');
|
|
202
|
+
$ret.add('&');
|
|
203
|
+
$ret.add('a');
|
|
204
|
+
$ret.add('A');
|
|
205
|
+
$ret.add('?');
|
|
206
|
+
$ret.add('L');
|
|
207
|
+
$ret.add('9');
|
|
208
|
+
$ret.add('0');
|
|
209
|
+
$ret.add('#');
|
|
210
|
+
return $ret;
|
|
211
|
+
})());
|
|
212
|
+
return MaskParsingService;
|
|
213
|
+
})();
|