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,423 @@
|
|
|
1
|
+
import { TemplateRef, Component, ViewContainerRef, ViewChild, Input, ChangeDetectionStrategy, HostBinding } from '@angular/core';
|
|
2
|
+
import { XLabel } from "./XLabel";
|
|
3
|
+
import { ensureEnum, brushToString, stringToBrush, ensureBool, NamePatcher } from "igniteui-angular-core";
|
|
4
|
+
import { FontInfo } from "igniteui-angular-core";
|
|
5
|
+
import { AngularRenderer, PortalManager } from "igniteui-angular-core";
|
|
6
|
+
import { IgxXInputGroupItemComponent } from './igx-x-input-group-item-component';
|
|
7
|
+
import { ControlDisplayDensity_$type } from "igniteui-angular-core";
|
|
8
|
+
import { BaseControlTheme_$type } from "igniteui-angular-core";
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
export let IgxXLabelComponent = /*@__PURE__*/ (() => {
|
|
11
|
+
class IgxXLabelComponent extends IgxXInputGroupItemComponent {
|
|
12
|
+
constructor(renderer, _elRef, ngZone, injector, componentFactoryResolver) {
|
|
13
|
+
super();
|
|
14
|
+
this.renderer = renderer;
|
|
15
|
+
this._elRef = _elRef;
|
|
16
|
+
this.ngZone = ngZone;
|
|
17
|
+
this.injector = injector;
|
|
18
|
+
this.componentFactoryResolver = componentFactoryResolver;
|
|
19
|
+
this._wrapper = null;
|
|
20
|
+
this._portalManager = null;
|
|
21
|
+
this._root = null;
|
|
22
|
+
if (this._styling) {
|
|
23
|
+
NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
|
|
24
|
+
}
|
|
25
|
+
this._implementation = this.createImplementation();
|
|
26
|
+
this._implementation.externalObject = this;
|
|
27
|
+
if (renderer) {
|
|
28
|
+
this.container = renderer.createElement("div");
|
|
29
|
+
renderer.appendChild(_elRef.element.nativeElement, this.container);
|
|
30
|
+
renderer.setStyle(this.container, "display", "inline-block");
|
|
31
|
+
}
|
|
32
|
+
var root;
|
|
33
|
+
root = this.container;
|
|
34
|
+
if (this.container != null) {
|
|
35
|
+
root = this.container;
|
|
36
|
+
}
|
|
37
|
+
if (root && root.nativeElement) {
|
|
38
|
+
root = root.nativeElement;
|
|
39
|
+
}
|
|
40
|
+
this._root = root;
|
|
41
|
+
var label = this.i;
|
|
42
|
+
this._label = label;
|
|
43
|
+
if (renderer) {
|
|
44
|
+
this._portalManager = new PortalManager("labelContent", componentFactoryResolver);
|
|
45
|
+
var ren = new AngularRenderer(root, this.renderer, window.document, this.ngZone, true, {}, this._portalManager);
|
|
46
|
+
this._wrapper = ren;
|
|
47
|
+
label.provideContainer(ren);
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
// supports angular themes or custom properties set in CSS
|
|
51
|
+
updateStyle() {
|
|
52
|
+
this._styling(this._root, this);
|
|
53
|
+
}
|
|
54
|
+
ngOnDestroy() {
|
|
55
|
+
this._label.destroy();
|
|
56
|
+
this._wrapper.destroy();
|
|
57
|
+
}
|
|
58
|
+
ngAfterViewInit() {
|
|
59
|
+
this._portalManager.dynamicContent = this._dynamicContent;
|
|
60
|
+
this._portalManager.onChildContentChanged(this._childTemplateRef);
|
|
61
|
+
this._styling(this._root, this);
|
|
62
|
+
this.updateStyle();
|
|
63
|
+
}
|
|
64
|
+
createImplementation() {
|
|
65
|
+
return new XLabel();
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* @hidden
|
|
69
|
+
*/
|
|
70
|
+
get i() {
|
|
71
|
+
return this._implementation;
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* Gets or sets the base built in theme to use for the label.
|
|
75
|
+
*/
|
|
76
|
+
get baseTheme() {
|
|
77
|
+
return this.i.p;
|
|
78
|
+
}
|
|
79
|
+
set baseTheme(v) {
|
|
80
|
+
this.i.p = ensureEnum(BaseControlTheme_$type, v);
|
|
81
|
+
}
|
|
82
|
+
/**
|
|
83
|
+
* Gets or sets the display density to use for the label.
|
|
84
|
+
*/
|
|
85
|
+
get density() {
|
|
86
|
+
return this.i.t;
|
|
87
|
+
}
|
|
88
|
+
set density(v) {
|
|
89
|
+
this.i.t = ensureEnum(ControlDisplayDensity_$type, v);
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* Gets the actual display density to use for the label.
|
|
93
|
+
*/
|
|
94
|
+
get actualDensity() {
|
|
95
|
+
return this.i.s;
|
|
96
|
+
}
|
|
97
|
+
set actualDensity(v) {
|
|
98
|
+
this.i.s = ensureEnum(ControlDisplayDensity_$type, v);
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* Gets the actual color to use for the text color.
|
|
102
|
+
*/
|
|
103
|
+
get actualTextColor() {
|
|
104
|
+
return brushToString(this.i.cz);
|
|
105
|
+
}
|
|
106
|
+
set actualTextColor(v) {
|
|
107
|
+
this.i.cz = stringToBrush(v);
|
|
108
|
+
}
|
|
109
|
+
/**
|
|
110
|
+
* Gets the actual color to use for the text color.
|
|
111
|
+
*/
|
|
112
|
+
get actualHighlightTextColor() {
|
|
113
|
+
return brushToString(this.i.cw);
|
|
114
|
+
}
|
|
115
|
+
set actualHighlightTextColor(v) {
|
|
116
|
+
this.i.cw = stringToBrush(v);
|
|
117
|
+
}
|
|
118
|
+
/**
|
|
119
|
+
* Gets the actual color to use for the text color when highlighted and hovered.
|
|
120
|
+
*/
|
|
121
|
+
get actualHoverHighlightTextColor() {
|
|
122
|
+
return brushToString(this.i.cx);
|
|
123
|
+
}
|
|
124
|
+
set actualHoverHighlightTextColor(v) {
|
|
125
|
+
this.i.cx = stringToBrush(v);
|
|
126
|
+
}
|
|
127
|
+
/**
|
|
128
|
+
* Gets the actual hover color to use for the text.
|
|
129
|
+
*/
|
|
130
|
+
get actualHoverTextColor() {
|
|
131
|
+
return brushToString(this.i.cy);
|
|
132
|
+
}
|
|
133
|
+
set actualHoverTextColor(v) {
|
|
134
|
+
this.i.cy = stringToBrush(v);
|
|
135
|
+
}
|
|
136
|
+
/**
|
|
137
|
+
* Gets or sets the color to use for the text.
|
|
138
|
+
*/
|
|
139
|
+
get textColor() {
|
|
140
|
+
return brushToString(this.i.df);
|
|
141
|
+
}
|
|
142
|
+
set textColor(v) {
|
|
143
|
+
this.i.df = stringToBrush(v);
|
|
144
|
+
}
|
|
145
|
+
/**
|
|
146
|
+
* Gets or sets the color to use for the text.
|
|
147
|
+
*/
|
|
148
|
+
get highlightTextColor() {
|
|
149
|
+
return brushToString(this.i.dc);
|
|
150
|
+
}
|
|
151
|
+
set highlightTextColor(v) {
|
|
152
|
+
this.i.dc = stringToBrush(v);
|
|
153
|
+
}
|
|
154
|
+
/**
|
|
155
|
+
* Gets or sets the color to use for the text.
|
|
156
|
+
*/
|
|
157
|
+
get hoverHighlightTextColor() {
|
|
158
|
+
return brushToString(this.i.dd);
|
|
159
|
+
}
|
|
160
|
+
set hoverHighlightTextColor(v) {
|
|
161
|
+
this.i.dd = stringToBrush(v);
|
|
162
|
+
}
|
|
163
|
+
/**
|
|
164
|
+
* Gets or sets the use for the button.
|
|
165
|
+
*/
|
|
166
|
+
get textStyle() {
|
|
167
|
+
if (this.i.y == null) {
|
|
168
|
+
return null;
|
|
169
|
+
}
|
|
170
|
+
return this.i.y.fontString;
|
|
171
|
+
}
|
|
172
|
+
set textStyle(v) {
|
|
173
|
+
let fi = new FontInfo();
|
|
174
|
+
fi.fontString = v;
|
|
175
|
+
this.i.y = fi;
|
|
176
|
+
}
|
|
177
|
+
/**
|
|
178
|
+
* Gets or sets the color to use for the hovered text of the button regardless of type.
|
|
179
|
+
*/
|
|
180
|
+
get hoverTextColor() {
|
|
181
|
+
return brushToString(this.i.de);
|
|
182
|
+
}
|
|
183
|
+
set hoverTextColor(v) {
|
|
184
|
+
this.i.de = stringToBrush(v);
|
|
185
|
+
}
|
|
186
|
+
/**
|
|
187
|
+
* Gets or sets the id to use for the checkbox.
|
|
188
|
+
*/
|
|
189
|
+
get id() {
|
|
190
|
+
return this.i.bu;
|
|
191
|
+
}
|
|
192
|
+
set id(v) {
|
|
193
|
+
this.i.bu = v;
|
|
194
|
+
}
|
|
195
|
+
/**
|
|
196
|
+
* Gets or sets the id to use for the checkbox.
|
|
197
|
+
*/
|
|
198
|
+
get display() {
|
|
199
|
+
return this.i.bi;
|
|
200
|
+
}
|
|
201
|
+
set display(v) {
|
|
202
|
+
this.i.bi = v;
|
|
203
|
+
}
|
|
204
|
+
/**
|
|
205
|
+
* Gets or sets the id to use for the checkbox.
|
|
206
|
+
*/
|
|
207
|
+
get flexDirection() {
|
|
208
|
+
return this.i.bl;
|
|
209
|
+
}
|
|
210
|
+
set flexDirection(v) {
|
|
211
|
+
this.i.bl = v;
|
|
212
|
+
}
|
|
213
|
+
/**
|
|
214
|
+
* Gets or sets the flex-grow setting for the button.
|
|
215
|
+
*/
|
|
216
|
+
get flexGrow() {
|
|
217
|
+
return this.i.bn;
|
|
218
|
+
}
|
|
219
|
+
set flexGrow(v) {
|
|
220
|
+
this.i.bn = v;
|
|
221
|
+
}
|
|
222
|
+
/**
|
|
223
|
+
* Gets or sets the id to use for the checkbox.
|
|
224
|
+
*/
|
|
225
|
+
get alignItems() {
|
|
226
|
+
return this.i.ba;
|
|
227
|
+
}
|
|
228
|
+
set alignItems(v) {
|
|
229
|
+
this.i.ba = v;
|
|
230
|
+
}
|
|
231
|
+
/**
|
|
232
|
+
* Gets or sets the id to use for the checkbox.
|
|
233
|
+
*/
|
|
234
|
+
get alignSelf() {
|
|
235
|
+
return this.i.bc;
|
|
236
|
+
}
|
|
237
|
+
set alignSelf(v) {
|
|
238
|
+
this.i.bc = v;
|
|
239
|
+
}
|
|
240
|
+
/**
|
|
241
|
+
* Gets or sets TabIndex to use for the checkbox.
|
|
242
|
+
*/
|
|
243
|
+
get tabIndex() {
|
|
244
|
+
return this.i.as;
|
|
245
|
+
}
|
|
246
|
+
set tabIndex(v) {
|
|
247
|
+
this.i.as = +v;
|
|
248
|
+
}
|
|
249
|
+
/**
|
|
250
|
+
* Gets or sets the for attribute to use for the label.
|
|
251
|
+
*/
|
|
252
|
+
get for() {
|
|
253
|
+
return this.i.bp;
|
|
254
|
+
}
|
|
255
|
+
set for(v) {
|
|
256
|
+
this.i.bp = v;
|
|
257
|
+
}
|
|
258
|
+
/**
|
|
259
|
+
* Gets or sets the value of the aria-label attribute.
|
|
260
|
+
*/
|
|
261
|
+
get ariaLabel() {
|
|
262
|
+
return this.i.be;
|
|
263
|
+
}
|
|
264
|
+
set ariaLabel(v) {
|
|
265
|
+
this.i.be = v;
|
|
266
|
+
}
|
|
267
|
+
/**
|
|
268
|
+
* Gets or sets the text for the label.
|
|
269
|
+
*/
|
|
270
|
+
get text() {
|
|
271
|
+
return this.i.text;
|
|
272
|
+
}
|
|
273
|
+
set text(v) {
|
|
274
|
+
this.i.text = v;
|
|
275
|
+
}
|
|
276
|
+
/**
|
|
277
|
+
* Gets or sets whether the label is hovered.
|
|
278
|
+
*/
|
|
279
|
+
get isHover() {
|
|
280
|
+
return this.i.am;
|
|
281
|
+
}
|
|
282
|
+
set isHover(v) {
|
|
283
|
+
this.i.am = ensureBool(v);
|
|
284
|
+
}
|
|
285
|
+
/**
|
|
286
|
+
* Gets or sets the value for the label.
|
|
287
|
+
*/
|
|
288
|
+
get value() {
|
|
289
|
+
return this.i.aq;
|
|
290
|
+
}
|
|
291
|
+
set value(v) {
|
|
292
|
+
this.i.aq = ensureBool(v);
|
|
293
|
+
}
|
|
294
|
+
/**
|
|
295
|
+
* Gets or sets whether the checkbox is disabled.
|
|
296
|
+
*/
|
|
297
|
+
get disabled() {
|
|
298
|
+
return this.i.disabled;
|
|
299
|
+
}
|
|
300
|
+
set disabled(v) {
|
|
301
|
+
this.i.disabled = ensureBool(v);
|
|
302
|
+
}
|
|
303
|
+
onDetachedFromUI() {
|
|
304
|
+
this.i.onDetachedFromUI();
|
|
305
|
+
}
|
|
306
|
+
onAttachedToUI() {
|
|
307
|
+
this.i.onAttachedToUI();
|
|
308
|
+
}
|
|
309
|
+
/**
|
|
310
|
+
* Exports visual information about the current state of the grid.
|
|
311
|
+
|
|
312
|
+
*/
|
|
313
|
+
exportVisualModel() {
|
|
314
|
+
let iv = this.i.au();
|
|
315
|
+
return (iv);
|
|
316
|
+
}
|
|
317
|
+
/**
|
|
318
|
+
* Returns a serialized copy of the exported visual model
|
|
319
|
+
|
|
320
|
+
*/
|
|
321
|
+
exportSerializedVisualModel() {
|
|
322
|
+
let iv = this.i.bk();
|
|
323
|
+
return (iv);
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
IgxXLabelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXLabelComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i0.Injector }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Component });
|
|
327
|
+
IgxXLabelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxXLabelComponent, selector: "igx-x-label", inputs: { baseTheme: "baseTheme", density: "density", actualDensity: "actualDensity", actualTextColor: "actualTextColor", actualHighlightTextColor: "actualHighlightTextColor", actualHoverHighlightTextColor: "actualHoverHighlightTextColor", actualHoverTextColor: "actualHoverTextColor", textColor: "textColor", highlightTextColor: "highlightTextColor", hoverHighlightTextColor: "hoverHighlightTextColor", textStyle: "textStyle", hoverTextColor: "hoverTextColor", id: "id", display: "display", flexDirection: "flexDirection", flexGrow: "flexGrow", alignItems: "alignItems", alignSelf: "alignSelf", tabIndex: ["tabindex", "tabIndex"], for: "for", ariaLabel: ["aria-label", "ariaLabel"], text: "text", isHover: "isHover", value: "value", disabled: "disabled" }, host: { properties: { "attr.id": "this.id", "style.display": "this.display", "style.flexDirection": "this.flexDirection", "style.flexGrow": "this.flexGrow", "style.alignItems": "this.alignSelf" }, classAttribute: "ig-x-label igx-x-label" }, providers: [], viewQueries: [{ propertyName: "_dynamicContent", first: true, predicate: ["dynamicContent"], descendants: true, read: ViewContainerRef, static: true }, { propertyName: "_childTemplateRef", first: true, predicate: ["childContent"], descendants: true, read: TemplateRef }], usesInheritance: true, ngImport: i0, template: `<ng-template #childContent><ng-content></ng-content></ng-template>
|
|
328
|
+
<ng-container #dynamicContent></ng-container>`, isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: inline-block; \n vertical-align: middle; \n\t\t}\n\t"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
329
|
+
return IgxXLabelComponent;
|
|
330
|
+
})();
|
|
331
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXLabelComponent, decorators: [{
|
|
332
|
+
type: Component,
|
|
333
|
+
args: [{
|
|
334
|
+
selector: 'igx-x-label',
|
|
335
|
+
template: `<ng-template #childContent><ng-content></ng-content></ng-template>
|
|
336
|
+
<ng-container #dynamicContent></ng-container>`,
|
|
337
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
338
|
+
providers: [],
|
|
339
|
+
host: { 'class': 'ig-x-label igx-x-label' },
|
|
340
|
+
styles: [`
|
|
341
|
+
:host {
|
|
342
|
+
display: inline-block;
|
|
343
|
+
vertical-align: middle;
|
|
344
|
+
}
|
|
345
|
+
`]
|
|
346
|
+
}]
|
|
347
|
+
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.NgZone }, { type: i0.Injector }, { type: i0.ComponentFactoryResolver }]; }, propDecorators: { _dynamicContent: [{
|
|
348
|
+
type: ViewChild,
|
|
349
|
+
args: ["dynamicContent", { read: ViewContainerRef, static: true }]
|
|
350
|
+
}], _childTemplateRef: [{
|
|
351
|
+
type: ViewChild,
|
|
352
|
+
args: ["childContent", { read: TemplateRef, static: false }]
|
|
353
|
+
}], baseTheme: [{
|
|
354
|
+
type: Input
|
|
355
|
+
}], density: [{
|
|
356
|
+
type: Input
|
|
357
|
+
}], actualDensity: [{
|
|
358
|
+
type: Input
|
|
359
|
+
}], actualTextColor: [{
|
|
360
|
+
type: Input
|
|
361
|
+
}], actualHighlightTextColor: [{
|
|
362
|
+
type: Input
|
|
363
|
+
}], actualHoverHighlightTextColor: [{
|
|
364
|
+
type: Input
|
|
365
|
+
}], actualHoverTextColor: [{
|
|
366
|
+
type: Input
|
|
367
|
+
}], textColor: [{
|
|
368
|
+
type: Input
|
|
369
|
+
}], highlightTextColor: [{
|
|
370
|
+
type: Input
|
|
371
|
+
}], hoverHighlightTextColor: [{
|
|
372
|
+
type: Input
|
|
373
|
+
}], textStyle: [{
|
|
374
|
+
type: Input
|
|
375
|
+
}], hoverTextColor: [{
|
|
376
|
+
type: Input
|
|
377
|
+
}], id: [{
|
|
378
|
+
type: HostBinding,
|
|
379
|
+
args: ['attr.id']
|
|
380
|
+
}, {
|
|
381
|
+
type: Input
|
|
382
|
+
}], display: [{
|
|
383
|
+
type: HostBinding,
|
|
384
|
+
args: ['style.display']
|
|
385
|
+
}, {
|
|
386
|
+
type: Input
|
|
387
|
+
}], flexDirection: [{
|
|
388
|
+
type: HostBinding,
|
|
389
|
+
args: ['style.flexDirection']
|
|
390
|
+
}, {
|
|
391
|
+
type: Input
|
|
392
|
+
}], flexGrow: [{
|
|
393
|
+
type: HostBinding,
|
|
394
|
+
args: ['style.flexGrow']
|
|
395
|
+
}, {
|
|
396
|
+
type: Input
|
|
397
|
+
}], alignItems: [{
|
|
398
|
+
type: HostBinding,
|
|
399
|
+
args: ['style.alignItems']
|
|
400
|
+
}, {
|
|
401
|
+
type: Input
|
|
402
|
+
}], alignSelf: [{
|
|
403
|
+
type: HostBinding,
|
|
404
|
+
args: ['style.alignItems']
|
|
405
|
+
}, {
|
|
406
|
+
type: Input
|
|
407
|
+
}], tabIndex: [{
|
|
408
|
+
type: Input,
|
|
409
|
+
args: ['tabindex']
|
|
410
|
+
}], for: [{
|
|
411
|
+
type: Input
|
|
412
|
+
}], ariaLabel: [{
|
|
413
|
+
type: Input,
|
|
414
|
+
args: ['aria-label']
|
|
415
|
+
}], text: [{
|
|
416
|
+
type: Input
|
|
417
|
+
}], isHover: [{
|
|
418
|
+
type: Input
|
|
419
|
+
}], value: [{
|
|
420
|
+
type: Input
|
|
421
|
+
}], disabled: [{
|
|
422
|
+
type: Input
|
|
423
|
+
}] } });
|
|
@@ -0,0 +1,45 @@
|
|
|
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 { NgModule } from '@angular/core';
|
|
8
|
+
import { CommonModule } from '@angular/common';
|
|
9
|
+
import { IgxChildContentDynamicModule } from "igniteui-angular-core";
|
|
10
|
+
import { IgxXLabelComponent } from './igx-x-label-component';
|
|
11
|
+
import { XInput } from './XInput';
|
|
12
|
+
import { TypeRegistrar } from "igniteui-angular-core";
|
|
13
|
+
import { IgxXLabelModule } from './igx-x-label-module';
|
|
14
|
+
import * as i0 from "@angular/core";
|
|
15
|
+
export let IgxXLabelDynamicModule = /*@__PURE__*/ (() => {
|
|
16
|
+
class IgxXLabelDynamicModule {
|
|
17
|
+
constructor() {
|
|
18
|
+
TypeRegistrar.registerCons('XInput', XInput);
|
|
19
|
+
TypeRegistrar.registerCons('IgxXLabelComponent', IgxXLabelComponent);
|
|
20
|
+
TypeRegistrar.register('XInput', XInput.$type);
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
IgxXLabelDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXLabelDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
24
|
+
IgxXLabelDynamicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXLabelDynamicModule, imports: [CommonModule, IgxChildContentDynamicModule,
|
|
25
|
+
IgxXLabelModule], exports: [IgxChildContentDynamicModule,
|
|
26
|
+
IgxXLabelModule] });
|
|
27
|
+
IgxXLabelDynamicModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXLabelDynamicModule, imports: [[CommonModule, IgxChildContentDynamicModule,
|
|
28
|
+
IgxXLabelModule
|
|
29
|
+
], IgxChildContentDynamicModule,
|
|
30
|
+
IgxXLabelModule] });
|
|
31
|
+
return IgxXLabelDynamicModule;
|
|
32
|
+
})();
|
|
33
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXLabelDynamicModule, decorators: [{
|
|
34
|
+
type: NgModule,
|
|
35
|
+
args: [{
|
|
36
|
+
declarations: [],
|
|
37
|
+
exports: [IgxChildContentDynamicModule,
|
|
38
|
+
IgxXLabelModule
|
|
39
|
+
],
|
|
40
|
+
imports: [CommonModule, IgxChildContentDynamicModule,
|
|
41
|
+
IgxXLabelModule
|
|
42
|
+
],
|
|
43
|
+
entryComponents: [IgxXLabelComponent]
|
|
44
|
+
}]
|
|
45
|
+
}], ctorParameters: function () { return []; } });
|
|
@@ -0,0 +1,39 @@
|
|
|
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 { NgModule } from '@angular/core';
|
|
8
|
+
import { CommonModule } from '@angular/common';
|
|
9
|
+
import { IgxChildContentModule } from "igniteui-angular-core";
|
|
10
|
+
import { IgxXLabelComponent } from './igx-x-label-component';
|
|
11
|
+
import { XInput } from './XInput';
|
|
12
|
+
import { TypeRegistrar } from "igniteui-angular-core";
|
|
13
|
+
import * as i0 from "@angular/core";
|
|
14
|
+
export let IgxXLabelModule = /*@__PURE__*/ (() => {
|
|
15
|
+
class IgxXLabelModule {
|
|
16
|
+
constructor() {
|
|
17
|
+
TypeRegistrar.registerCons('IgxXLabelComponent', IgxXLabelComponent);
|
|
18
|
+
TypeRegistrar.register('XInput', XInput.$type);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
IgxXLabelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXLabelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
22
|
+
IgxXLabelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXLabelModule, declarations: [IgxXLabelComponent], imports: [CommonModule, IgxChildContentModule], exports: [IgxChildContentModule,
|
|
23
|
+
IgxXLabelComponent] });
|
|
24
|
+
IgxXLabelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXLabelModule, imports: [[CommonModule, IgxChildContentModule
|
|
25
|
+
], IgxChildContentModule] });
|
|
26
|
+
return IgxXLabelModule;
|
|
27
|
+
})();
|
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXLabelModule, decorators: [{
|
|
29
|
+
type: NgModule,
|
|
30
|
+
args: [{
|
|
31
|
+
declarations: [IgxXLabelComponent],
|
|
32
|
+
exports: [IgxChildContentModule,
|
|
33
|
+
IgxXLabelComponent
|
|
34
|
+
],
|
|
35
|
+
imports: [CommonModule, IgxChildContentModule
|
|
36
|
+
],
|
|
37
|
+
entryComponents: []
|
|
38
|
+
}]
|
|
39
|
+
}], ctorParameters: function () { return []; } });
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
import { TemplateRef, Component, ViewContainerRef, ViewChild, Input, ChangeDetectionStrategy, HostBinding } from '@angular/core';
|
|
2
|
+
import { XPrefix } from "./XPrefix";
|
|
3
|
+
import { ensureBool, NamePatcher } from "igniteui-angular-core";
|
|
4
|
+
import { AngularRenderer, PortalManager } from "igniteui-angular-core";
|
|
5
|
+
import { IgxXInputGroupItemComponent } from './igx-x-input-group-item-component';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export let IgxXPrefixComponent = /*@__PURE__*/ (() => {
|
|
8
|
+
class IgxXPrefixComponent extends IgxXInputGroupItemComponent {
|
|
9
|
+
constructor(renderer, _elRef, ngZone, injector, componentFactoryResolver) {
|
|
10
|
+
super();
|
|
11
|
+
this.renderer = renderer;
|
|
12
|
+
this._elRef = _elRef;
|
|
13
|
+
this.ngZone = ngZone;
|
|
14
|
+
this.injector = injector;
|
|
15
|
+
this.componentFactoryResolver = componentFactoryResolver;
|
|
16
|
+
this._wrapper = null;
|
|
17
|
+
this._portalManager = null;
|
|
18
|
+
this._root = null;
|
|
19
|
+
if (this._styling) {
|
|
20
|
+
NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
|
|
21
|
+
}
|
|
22
|
+
this._implementation = this.createImplementation();
|
|
23
|
+
this._implementation.externalObject = this;
|
|
24
|
+
if (renderer) {
|
|
25
|
+
this.container = renderer.createElement("div");
|
|
26
|
+
renderer.appendChild(_elRef.element.nativeElement, this.container);
|
|
27
|
+
renderer.setStyle(this.container, "display", "inline-block");
|
|
28
|
+
}
|
|
29
|
+
var root;
|
|
30
|
+
root = this.container;
|
|
31
|
+
if (this.container != null) {
|
|
32
|
+
root = this.container;
|
|
33
|
+
}
|
|
34
|
+
if (root && root.nativeElement) {
|
|
35
|
+
root = root.nativeElement;
|
|
36
|
+
}
|
|
37
|
+
this._root = root;
|
|
38
|
+
var prefix = this.i;
|
|
39
|
+
this._prefix = prefix;
|
|
40
|
+
if (renderer) {
|
|
41
|
+
this._portalManager = new PortalManager("prefixContent", componentFactoryResolver);
|
|
42
|
+
var ren = new AngularRenderer(root, this.renderer, window.document, this.ngZone, true, {}, this._portalManager);
|
|
43
|
+
this._wrapper = ren;
|
|
44
|
+
prefix.provideContainer(ren);
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
// supports angular themes or custom properties set in CSS
|
|
48
|
+
updateStyle() {
|
|
49
|
+
this._styling(this._root, this);
|
|
50
|
+
}
|
|
51
|
+
ngOnDestroy() {
|
|
52
|
+
this._prefix.destroy();
|
|
53
|
+
this._wrapper.destroy();
|
|
54
|
+
}
|
|
55
|
+
ngAfterViewInit() {
|
|
56
|
+
this._portalManager.dynamicContent = this._dynamicContent;
|
|
57
|
+
this._portalManager.onChildContentChanged(this._childTemplateRef);
|
|
58
|
+
this._styling(this._root, this);
|
|
59
|
+
this.updateStyle();
|
|
60
|
+
}
|
|
61
|
+
createImplementation() {
|
|
62
|
+
return new XPrefix();
|
|
63
|
+
}
|
|
64
|
+
get i() {
|
|
65
|
+
return this._implementation;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* Gets or sets the id to use for the checkbox.
|
|
69
|
+
*/
|
|
70
|
+
get id() {
|
|
71
|
+
return this.i.z;
|
|
72
|
+
}
|
|
73
|
+
set id(v) {
|
|
74
|
+
this.i.z = v;
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* Gets or sets the value of the aria-label attribute.
|
|
78
|
+
*/
|
|
79
|
+
get ariaLabel() {
|
|
80
|
+
return this.i.w;
|
|
81
|
+
}
|
|
82
|
+
set ariaLabel(v) {
|
|
83
|
+
this.i.w = v;
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* Gets or sets whether the prefix is hovered.
|
|
87
|
+
*/
|
|
88
|
+
get isHover() {
|
|
89
|
+
return this.i.q;
|
|
90
|
+
}
|
|
91
|
+
set isHover(v) {
|
|
92
|
+
this.i.q = ensureBool(v);
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* Gets or sets whether the checkbox is disabled.
|
|
96
|
+
*/
|
|
97
|
+
get disabled() {
|
|
98
|
+
return this.i.disabled;
|
|
99
|
+
}
|
|
100
|
+
set disabled(v) {
|
|
101
|
+
this.i.disabled = ensureBool(v);
|
|
102
|
+
}
|
|
103
|
+
onDetachedFromUI() {
|
|
104
|
+
this.i.onDetachedFromUI();
|
|
105
|
+
}
|
|
106
|
+
onAttachedToUI() {
|
|
107
|
+
this.i.onAttachedToUI();
|
|
108
|
+
}
|
|
109
|
+
/**
|
|
110
|
+
* Exports visual information about the current state of the grid.
|
|
111
|
+
|
|
112
|
+
*/
|
|
113
|
+
exportVisualModel() {
|
|
114
|
+
let iv = this.i.t();
|
|
115
|
+
return (iv);
|
|
116
|
+
}
|
|
117
|
+
/**
|
|
118
|
+
* Returns a serialized copy of the exported visual model
|
|
119
|
+
|
|
120
|
+
*/
|
|
121
|
+
exportSerializedVisualModel() {
|
|
122
|
+
let iv = this.i.y();
|
|
123
|
+
return (iv);
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
IgxXPrefixComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXPrefixComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i0.Injector }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Component });
|
|
127
|
+
IgxXPrefixComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxXPrefixComponent, selector: "igx-x-prefix", inputs: { id: "id", ariaLabel: ["aria-label", "ariaLabel"], isHover: "isHover", disabled: "disabled" }, host: { properties: { "attr.id": "this.id" }, classAttribute: "ig-x-prefix igx-x-prefix" }, providers: [], viewQueries: [{ propertyName: "_dynamicContent", first: true, predicate: ["dynamicContent"], descendants: true, read: ViewContainerRef, static: true }, { propertyName: "_childTemplateRef", first: true, predicate: ["childContent"], descendants: true, read: TemplateRef }], usesInheritance: true, ngImport: i0, template: `<ng-template #childContent><ng-content></ng-content></ng-template>
|
|
128
|
+
<ng-container #dynamicContent></ng-container>`, isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: inline-block; \n vertical-align: middle; \n\t\t}\n\t"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
129
|
+
return IgxXPrefixComponent;
|
|
130
|
+
})();
|
|
131
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXPrefixComponent, decorators: [{
|
|
132
|
+
type: Component,
|
|
133
|
+
args: [{
|
|
134
|
+
selector: 'igx-x-prefix',
|
|
135
|
+
template: `<ng-template #childContent><ng-content></ng-content></ng-template>
|
|
136
|
+
<ng-container #dynamicContent></ng-container>`,
|
|
137
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
138
|
+
providers: [],
|
|
139
|
+
host: { 'class': 'ig-x-prefix igx-x-prefix' },
|
|
140
|
+
styles: [`
|
|
141
|
+
:host {
|
|
142
|
+
display: inline-block;
|
|
143
|
+
vertical-align: middle;
|
|
144
|
+
}
|
|
145
|
+
`]
|
|
146
|
+
}]
|
|
147
|
+
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.NgZone }, { type: i0.Injector }, { type: i0.ComponentFactoryResolver }]; }, propDecorators: { _dynamicContent: [{
|
|
148
|
+
type: ViewChild,
|
|
149
|
+
args: ["dynamicContent", { read: ViewContainerRef, static: true }]
|
|
150
|
+
}], _childTemplateRef: [{
|
|
151
|
+
type: ViewChild,
|
|
152
|
+
args: ["childContent", { read: TemplateRef, static: false }]
|
|
153
|
+
}], id: [{
|
|
154
|
+
type: HostBinding,
|
|
155
|
+
args: ['attr.id']
|
|
156
|
+
}, {
|
|
157
|
+
type: Input
|
|
158
|
+
}], ariaLabel: [{
|
|
159
|
+
type: Input,
|
|
160
|
+
args: ['aria-label']
|
|
161
|
+
}], isHover: [{
|
|
162
|
+
type: Input
|
|
163
|
+
}], disabled: [{
|
|
164
|
+
type: Input
|
|
165
|
+
}] } });
|