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,52 @@
|
|
|
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 { IgxXRippleDynamicModule } from './igx-x-ripple-dynamic-module';
|
|
10
|
+
import { IgxChildContentDynamicModule } from "igniteui-angular-core";
|
|
11
|
+
import { IgxXCheckboxComponent } from './igx-x-checkbox-component';
|
|
12
|
+
import { XCheckbox } from './XCheckbox';
|
|
13
|
+
import { TypeRegistrar } from "igniteui-angular-core";
|
|
14
|
+
import { IgxXCheckboxModule } from './igx-x-checkbox-module';
|
|
15
|
+
import * as i0 from "@angular/core";
|
|
16
|
+
export let IgxXCheckboxDynamicModule = /*@__PURE__*/ (() => {
|
|
17
|
+
class IgxXCheckboxDynamicModule {
|
|
18
|
+
constructor() {
|
|
19
|
+
TypeRegistrar.registerCons('XCheckbox', XCheckbox);
|
|
20
|
+
TypeRegistrar.registerCons('IgxXCheckboxComponent', IgxXCheckboxComponent);
|
|
21
|
+
TypeRegistrar.register('XCheckbox', XCheckbox.$type);
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
IgxXCheckboxDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXCheckboxDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
25
|
+
IgxXCheckboxDynamicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXCheckboxDynamicModule, imports: [CommonModule, IgxXRippleDynamicModule,
|
|
26
|
+
IgxChildContentDynamicModule,
|
|
27
|
+
IgxXCheckboxModule], exports: [IgxXRippleDynamicModule,
|
|
28
|
+
IgxChildContentDynamicModule,
|
|
29
|
+
IgxXCheckboxModule] });
|
|
30
|
+
IgxXCheckboxDynamicModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXCheckboxDynamicModule, imports: [[CommonModule, IgxXRippleDynamicModule,
|
|
31
|
+
IgxChildContentDynamicModule,
|
|
32
|
+
IgxXCheckboxModule
|
|
33
|
+
], IgxXRippleDynamicModule,
|
|
34
|
+
IgxChildContentDynamicModule,
|
|
35
|
+
IgxXCheckboxModule] });
|
|
36
|
+
return IgxXCheckboxDynamicModule;
|
|
37
|
+
})();
|
|
38
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXCheckboxDynamicModule, decorators: [{
|
|
39
|
+
type: NgModule,
|
|
40
|
+
args: [{
|
|
41
|
+
declarations: [],
|
|
42
|
+
exports: [IgxXRippleDynamicModule,
|
|
43
|
+
IgxChildContentDynamicModule,
|
|
44
|
+
IgxXCheckboxModule
|
|
45
|
+
],
|
|
46
|
+
imports: [CommonModule, IgxXRippleDynamicModule,
|
|
47
|
+
IgxChildContentDynamicModule,
|
|
48
|
+
IgxXCheckboxModule
|
|
49
|
+
],
|
|
50
|
+
entryComponents: [IgxXCheckboxComponent]
|
|
51
|
+
}]
|
|
52
|
+
}], ctorParameters: function () { return []; } });
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { NgModule } from '@angular/core';
|
|
8
|
+
import { CommonModule } from '@angular/common';
|
|
9
|
+
import { IgxXRippleModule } from './igx-x-ripple-module';
|
|
10
|
+
import { IgxChildContentModule } from "igniteui-angular-core";
|
|
11
|
+
import { IgxXCheckboxComponent } from './igx-x-checkbox-component';
|
|
12
|
+
import { XCheckbox } from './XCheckbox';
|
|
13
|
+
import { TypeRegistrar } from "igniteui-angular-core";
|
|
14
|
+
import * as i0 from "@angular/core";
|
|
15
|
+
export let IgxXCheckboxModule = /*@__PURE__*/ (() => {
|
|
16
|
+
class IgxXCheckboxModule {
|
|
17
|
+
constructor() {
|
|
18
|
+
TypeRegistrar.registerCons('IgxXCheckboxComponent', IgxXCheckboxComponent);
|
|
19
|
+
TypeRegistrar.register('XCheckbox', XCheckbox.$type);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
IgxXCheckboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
23
|
+
IgxXCheckboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXCheckboxModule, declarations: [IgxXCheckboxComponent], imports: [CommonModule, IgxXRippleModule,
|
|
24
|
+
IgxChildContentModule], exports: [IgxXRippleModule,
|
|
25
|
+
IgxChildContentModule,
|
|
26
|
+
IgxXCheckboxComponent] });
|
|
27
|
+
IgxXCheckboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXCheckboxModule, imports: [[CommonModule, IgxXRippleModule,
|
|
28
|
+
IgxChildContentModule
|
|
29
|
+
], IgxXRippleModule,
|
|
30
|
+
IgxChildContentModule] });
|
|
31
|
+
return IgxXCheckboxModule;
|
|
32
|
+
})();
|
|
33
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXCheckboxModule, decorators: [{
|
|
34
|
+
type: NgModule,
|
|
35
|
+
args: [{
|
|
36
|
+
declarations: [IgxXCheckboxComponent],
|
|
37
|
+
exports: [IgxXRippleModule,
|
|
38
|
+
IgxChildContentModule,
|
|
39
|
+
IgxXCheckboxComponent
|
|
40
|
+
],
|
|
41
|
+
imports: [CommonModule, IgxXRippleModule,
|
|
42
|
+
IgxChildContentModule
|
|
43
|
+
],
|
|
44
|
+
entryComponents: []
|
|
45
|
+
}]
|
|
46
|
+
}], ctorParameters: function () { return []; } });
|
|
@@ -0,0 +1,596 @@
|
|
|
1
|
+
import { TemplateRef, Component, ViewContainerRef, ViewChild, Input, ChangeDetectionStrategy, HostBinding } from '@angular/core';
|
|
2
|
+
import { XIcon } from "./XIcon";
|
|
3
|
+
import { ensureEnum, brushToString, stringToBrush, ensureBool, toSpinal, initializePropertiesFromCss, NamePatcher, fromBrushCollection, toBrushCollection } from "igniteui-angular-core";
|
|
4
|
+
import { FontInfo } from "igniteui-angular-core";
|
|
5
|
+
import { AngularRenderer, PortalManager } from "igniteui-angular-core";
|
|
6
|
+
import { BaseControlTheme_$type } from "igniteui-angular-core";
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export let IgxXIconComponent = /*@__PURE__*/ (() => {
|
|
9
|
+
class IgxXIconComponent {
|
|
10
|
+
constructor(renderer, _elRef, ngZone, injector, componentFactoryResolver) {
|
|
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
|
+
this._implementation = null;
|
|
20
|
+
this.__p = null;
|
|
21
|
+
this._hasUserValues = new Set();
|
|
22
|
+
this._stylingContainer = null;
|
|
23
|
+
this._stylingParent = null;
|
|
24
|
+
this._inStyling = false;
|
|
25
|
+
this._zoneRunner = null;
|
|
26
|
+
if (this._styling) {
|
|
27
|
+
NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
|
|
28
|
+
}
|
|
29
|
+
this._implementation = this.createImplementation();
|
|
30
|
+
this._implementation.externalObject = this;
|
|
31
|
+
if (renderer) {
|
|
32
|
+
this.container = renderer.createElement("div");
|
|
33
|
+
renderer.appendChild(_elRef.element.nativeElement, this.container);
|
|
34
|
+
renderer.setStyle(this.container, "display", "inline-block");
|
|
35
|
+
}
|
|
36
|
+
var root;
|
|
37
|
+
root = this.container;
|
|
38
|
+
if (this.container != null) {
|
|
39
|
+
root = this.container;
|
|
40
|
+
}
|
|
41
|
+
if (root && root.nativeElement) {
|
|
42
|
+
root = root.nativeElement;
|
|
43
|
+
}
|
|
44
|
+
this._root = root;
|
|
45
|
+
var icon = this.i;
|
|
46
|
+
this._icon = icon;
|
|
47
|
+
if (renderer) {
|
|
48
|
+
this._portalManager = new PortalManager("iconContent", componentFactoryResolver);
|
|
49
|
+
var ren = new AngularRenderer(root, this.renderer, window.document, this.ngZone, true, {}, this._portalManager);
|
|
50
|
+
this._wrapper = ren;
|
|
51
|
+
icon.provideContainer(ren);
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
// supports angular themes or custom properties set in CSS
|
|
55
|
+
updateStyle() {
|
|
56
|
+
this._styling(this._root, this);
|
|
57
|
+
}
|
|
58
|
+
ngOnDestroy() {
|
|
59
|
+
this._icon.destroy();
|
|
60
|
+
this._wrapper.destroy();
|
|
61
|
+
}
|
|
62
|
+
ngAfterViewInit() {
|
|
63
|
+
this._portalManager.dynamicContent = this._dynamicContent;
|
|
64
|
+
this._portalManager.onChildContentChanged(this._childTemplateRef);
|
|
65
|
+
this._styling(this._root, this);
|
|
66
|
+
this.updateStyle();
|
|
67
|
+
}
|
|
68
|
+
createImplementation() {
|
|
69
|
+
return new XIcon();
|
|
70
|
+
}
|
|
71
|
+
get i() {
|
|
72
|
+
return this._implementation;
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* Gets or sets the base built in theme to use for the button.
|
|
76
|
+
*/
|
|
77
|
+
get baseTheme() {
|
|
78
|
+
return this.i.i;
|
|
79
|
+
}
|
|
80
|
+
set baseTheme(v) {
|
|
81
|
+
this.i.i = ensureEnum(BaseControlTheme_$type, v);
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* Gets the fill color currently used by the icon.
|
|
85
|
+
*/
|
|
86
|
+
get actualFill() {
|
|
87
|
+
return brushToString(this.i.cp);
|
|
88
|
+
}
|
|
89
|
+
set actualFill(v) {
|
|
90
|
+
this.i.cp = stringToBrush(v);
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* Gets the stroke color currently used by the icon.
|
|
94
|
+
*/
|
|
95
|
+
get actualStroke() {
|
|
96
|
+
return brushToString(this.i.cq);
|
|
97
|
+
}
|
|
98
|
+
set actualStroke(v) {
|
|
99
|
+
this.i.cq = stringToBrush(v);
|
|
100
|
+
}
|
|
101
|
+
/**
|
|
102
|
+
* Gets the text color currently used by the icon.
|
|
103
|
+
*/
|
|
104
|
+
get actualTextColor() {
|
|
105
|
+
return brushToString(this.i.cr);
|
|
106
|
+
}
|
|
107
|
+
set actualTextColor(v) {
|
|
108
|
+
this.i.cr = stringToBrush(v);
|
|
109
|
+
}
|
|
110
|
+
/**
|
|
111
|
+
* Gets the stroke width currently used by the icon.
|
|
112
|
+
*/
|
|
113
|
+
get actualStrokeWidth() {
|
|
114
|
+
return this.i.ad;
|
|
115
|
+
}
|
|
116
|
+
set actualStrokeWidth(v) {
|
|
117
|
+
this.i.ad = +v;
|
|
118
|
+
}
|
|
119
|
+
/**
|
|
120
|
+
* Gets or sets the fill color to use for the icon.
|
|
121
|
+
*/
|
|
122
|
+
get fill() {
|
|
123
|
+
return brushToString(this.i.fill);
|
|
124
|
+
}
|
|
125
|
+
set fill(v) {
|
|
126
|
+
this.i.fill = stringToBrush(v);
|
|
127
|
+
}
|
|
128
|
+
/**
|
|
129
|
+
* Gets or sets the stroke color to use for the icon.
|
|
130
|
+
*/
|
|
131
|
+
get stroke() {
|
|
132
|
+
return brushToString(this.i.c5);
|
|
133
|
+
}
|
|
134
|
+
set stroke(v) {
|
|
135
|
+
this.i.c5 = stringToBrush(v);
|
|
136
|
+
}
|
|
137
|
+
/**
|
|
138
|
+
* Gets or sets the stroke thickness to use for the icon.
|
|
139
|
+
*/
|
|
140
|
+
get strokeWidth() {
|
|
141
|
+
return this.i.aj;
|
|
142
|
+
}
|
|
143
|
+
set strokeWidth(v) {
|
|
144
|
+
this.i.aj = +v;
|
|
145
|
+
}
|
|
146
|
+
/**
|
|
147
|
+
* Gets or sets the text color to use for the icon.
|
|
148
|
+
*/
|
|
149
|
+
get textColor() {
|
|
150
|
+
return brushToString(this.i.c6);
|
|
151
|
+
}
|
|
152
|
+
set textColor(v) {
|
|
153
|
+
this.i.c6 = stringToBrush(v);
|
|
154
|
+
}
|
|
155
|
+
/**
|
|
156
|
+
* Gets or sets the fill color to use when the icon is hovered.
|
|
157
|
+
*/
|
|
158
|
+
get hoverFill() {
|
|
159
|
+
return brushToString(this.i.cy);
|
|
160
|
+
}
|
|
161
|
+
set hoverFill(v) {
|
|
162
|
+
this.i.cy = stringToBrush(v);
|
|
163
|
+
}
|
|
164
|
+
/**
|
|
165
|
+
* Gets or sets the stroke color to use when the icon is hovered.
|
|
166
|
+
*/
|
|
167
|
+
get hoverStroke() {
|
|
168
|
+
return brushToString(this.i.cz);
|
|
169
|
+
}
|
|
170
|
+
set hoverStroke(v) {
|
|
171
|
+
this.i.cz = stringToBrush(v);
|
|
172
|
+
}
|
|
173
|
+
/**
|
|
174
|
+
* Gets or sets the stroke thickness to use when the icon is hovered.
|
|
175
|
+
*/
|
|
176
|
+
get hoverStrokeThickness() {
|
|
177
|
+
return this.i.ah;
|
|
178
|
+
}
|
|
179
|
+
set hoverStrokeThickness(v) {
|
|
180
|
+
this.i.ah = +v;
|
|
181
|
+
}
|
|
182
|
+
/**
|
|
183
|
+
* Gets or sets the text color to use when the icon is hovered.
|
|
184
|
+
*/
|
|
185
|
+
get hoverTextColor() {
|
|
186
|
+
return brushToString(this.i.c0);
|
|
187
|
+
}
|
|
188
|
+
set hoverTextColor(v) {
|
|
189
|
+
this.i.c0 = stringToBrush(v);
|
|
190
|
+
}
|
|
191
|
+
/**
|
|
192
|
+
* Gets or sets a collection of fill colors to use in the icon.
|
|
193
|
+
* These colors can be used by SVG elements that have been marked with the
|
|
194
|
+
* ig-icon-fill-#
|
|
195
|
+
* class where # is a number from 0 to count - 1.
|
|
196
|
+
*/
|
|
197
|
+
get fillColors() {
|
|
198
|
+
return fromBrushCollection(this.i.c);
|
|
199
|
+
}
|
|
200
|
+
set fillColors(v) {
|
|
201
|
+
this.i.c = toBrushCollection(v);
|
|
202
|
+
}
|
|
203
|
+
/**
|
|
204
|
+
* Gets or sets a collection of stroke colors to use in the icon.
|
|
205
|
+
* These colors can be used by SVG elements that have been marked with the
|
|
206
|
+
* ig-icon-stroke-#
|
|
207
|
+
* class where # is a number from 0 to count - 1.
|
|
208
|
+
*/
|
|
209
|
+
get strokeColors() {
|
|
210
|
+
return fromBrushCollection(this.i.d);
|
|
211
|
+
}
|
|
212
|
+
set strokeColors(v) {
|
|
213
|
+
this.i.d = toBrushCollection(v);
|
|
214
|
+
}
|
|
215
|
+
/**
|
|
216
|
+
* Gets or sets a primary fill color for the icon.
|
|
217
|
+
* This color is used by SVG elements that have been marked
|
|
218
|
+
* with the
|
|
219
|
+
* ig-icon-primary-fill
|
|
220
|
+
* class.
|
|
221
|
+
*/
|
|
222
|
+
get primaryFillColor() {
|
|
223
|
+
return brushToString(this.i.c1);
|
|
224
|
+
}
|
|
225
|
+
set primaryFillColor(v) {
|
|
226
|
+
this.i.c1 = stringToBrush(v);
|
|
227
|
+
}
|
|
228
|
+
/**
|
|
229
|
+
* Gets or sets a primary stroke color for the icon.
|
|
230
|
+
* This color is used by SVG elements that have been marked
|
|
231
|
+
* with the
|
|
232
|
+
* ig-icon-primary-stroke
|
|
233
|
+
* class.
|
|
234
|
+
*/
|
|
235
|
+
get primaryStrokeColor() {
|
|
236
|
+
return brushToString(this.i.c2);
|
|
237
|
+
}
|
|
238
|
+
set primaryStrokeColor(v) {
|
|
239
|
+
this.i.c2 = stringToBrush(v);
|
|
240
|
+
}
|
|
241
|
+
/**
|
|
242
|
+
* Gets or sets a secondary fill color for the icon.
|
|
243
|
+
* This color is used by SVG elements that have been marked
|
|
244
|
+
* with the
|
|
245
|
+
* ig-icon-secondary-fill
|
|
246
|
+
* class.
|
|
247
|
+
*/
|
|
248
|
+
get secondaryFillColor() {
|
|
249
|
+
return brushToString(this.i.c3);
|
|
250
|
+
}
|
|
251
|
+
set secondaryFillColor(v) {
|
|
252
|
+
this.i.c3 = stringToBrush(v);
|
|
253
|
+
}
|
|
254
|
+
/**
|
|
255
|
+
* Gets or sets a secondary stroke color for the icon.
|
|
256
|
+
* This color is used by SVG elements that have been marked
|
|
257
|
+
* with the
|
|
258
|
+
* ig-icon-secondary-stroke
|
|
259
|
+
* class.
|
|
260
|
+
*/
|
|
261
|
+
get secondaryStrokeColor() {
|
|
262
|
+
return brushToString(this.i.c4);
|
|
263
|
+
}
|
|
264
|
+
set secondaryStrokeColor(v) {
|
|
265
|
+
this.i.c4 = stringToBrush(v);
|
|
266
|
+
}
|
|
267
|
+
/**
|
|
268
|
+
* Gets or sets path data for the icon to use.
|
|
269
|
+
*/
|
|
270
|
+
get svgPath() {
|
|
271
|
+
return this.i.svgPath;
|
|
272
|
+
}
|
|
273
|
+
set svgPath(v) {
|
|
274
|
+
this.i.svgPath = v;
|
|
275
|
+
}
|
|
276
|
+
/**
|
|
277
|
+
* Gets or sets svg text for the icon to use.
|
|
278
|
+
*/
|
|
279
|
+
get svg() {
|
|
280
|
+
return this.i.svg;
|
|
281
|
+
}
|
|
282
|
+
set svg(v) {
|
|
283
|
+
this.i.svg = v;
|
|
284
|
+
}
|
|
285
|
+
/**
|
|
286
|
+
* Gets or sets the use for the button.
|
|
287
|
+
*/
|
|
288
|
+
get textStyle() {
|
|
289
|
+
if (this.i.k == null) {
|
|
290
|
+
return null;
|
|
291
|
+
}
|
|
292
|
+
return this.i.k.fontString;
|
|
293
|
+
}
|
|
294
|
+
set textStyle(v) {
|
|
295
|
+
let fi = new FontInfo();
|
|
296
|
+
fi.fontString = v;
|
|
297
|
+
this.i.k = fi;
|
|
298
|
+
}
|
|
299
|
+
/**
|
|
300
|
+
* Gets or sets the id to use for the checkbox.
|
|
301
|
+
*/
|
|
302
|
+
get id() {
|
|
303
|
+
return this.i.bc;
|
|
304
|
+
}
|
|
305
|
+
set id(v) {
|
|
306
|
+
this.i.bc = v;
|
|
307
|
+
}
|
|
308
|
+
/**
|
|
309
|
+
* Gets or sets TabIndex to use for the checkbox.
|
|
310
|
+
*/
|
|
311
|
+
get tabIndex() {
|
|
312
|
+
return this.i.aq;
|
|
313
|
+
}
|
|
314
|
+
set tabIndex(v) {
|
|
315
|
+
this.i.aq = +v;
|
|
316
|
+
}
|
|
317
|
+
/**
|
|
318
|
+
* Gets or sets the value of the aria-label attribute.
|
|
319
|
+
*/
|
|
320
|
+
get ariaLabel() {
|
|
321
|
+
return this.i.a1;
|
|
322
|
+
}
|
|
323
|
+
set ariaLabel(v) {
|
|
324
|
+
this.i.a1 = v;
|
|
325
|
+
}
|
|
326
|
+
/**
|
|
327
|
+
* Gets or sets whether the icon is hovered.
|
|
328
|
+
*/
|
|
329
|
+
get isHover() {
|
|
330
|
+
return this.i.r;
|
|
331
|
+
}
|
|
332
|
+
set isHover(v) {
|
|
333
|
+
this.i.r = ensureBool(v);
|
|
334
|
+
}
|
|
335
|
+
/**
|
|
336
|
+
* Gets or sets whether the checkbox is disabled.
|
|
337
|
+
*/
|
|
338
|
+
get disabled() {
|
|
339
|
+
return this.i.disabled;
|
|
340
|
+
}
|
|
341
|
+
set disabled(v) {
|
|
342
|
+
this.i.disabled = ensureBool(v);
|
|
343
|
+
}
|
|
344
|
+
get opacity() {
|
|
345
|
+
return this.i.ai;
|
|
346
|
+
}
|
|
347
|
+
set opacity(v) {
|
|
348
|
+
this.i.ai = +v;
|
|
349
|
+
}
|
|
350
|
+
/**
|
|
351
|
+
* Gets or sets the viewbox left for the svg icon.
|
|
352
|
+
*/
|
|
353
|
+
get viewBoxLeft() {
|
|
354
|
+
return this.i.al;
|
|
355
|
+
}
|
|
356
|
+
set viewBoxLeft(v) {
|
|
357
|
+
this.i.al = +v;
|
|
358
|
+
}
|
|
359
|
+
/**
|
|
360
|
+
* Gets or sets the viewbox top for the svg icon.
|
|
361
|
+
*/
|
|
362
|
+
get viewBoxTop() {
|
|
363
|
+
return this.i.am;
|
|
364
|
+
}
|
|
365
|
+
set viewBoxTop(v) {
|
|
366
|
+
this.i.am = +v;
|
|
367
|
+
}
|
|
368
|
+
/**
|
|
369
|
+
* Gets or sets the viewbox width for the svg icon.
|
|
370
|
+
*/
|
|
371
|
+
get viewBoxWidth() {
|
|
372
|
+
return this.i.an;
|
|
373
|
+
}
|
|
374
|
+
set viewBoxWidth(v) {
|
|
375
|
+
this.i.an = +v;
|
|
376
|
+
}
|
|
377
|
+
/**
|
|
378
|
+
* Gets or sets the viewbox height for the svg icon.
|
|
379
|
+
*/
|
|
380
|
+
get viewBoxHeight() {
|
|
381
|
+
return this.i.ak;
|
|
382
|
+
}
|
|
383
|
+
set viewBoxHeight(v) {
|
|
384
|
+
this.i.ak = +v;
|
|
385
|
+
}
|
|
386
|
+
/**
|
|
387
|
+
* Gets or sets the width of the icon.
|
|
388
|
+
*/
|
|
389
|
+
get width() {
|
|
390
|
+
return this.i.ao;
|
|
391
|
+
}
|
|
392
|
+
set width(v) {
|
|
393
|
+
this.i.ao = +v;
|
|
394
|
+
}
|
|
395
|
+
/**
|
|
396
|
+
* Gets or sets the height of the icon.
|
|
397
|
+
*/
|
|
398
|
+
get height() {
|
|
399
|
+
return this.i.ag;
|
|
400
|
+
}
|
|
401
|
+
set height(v) {
|
|
402
|
+
this.i.ag = +v;
|
|
403
|
+
}
|
|
404
|
+
findByName(name) {
|
|
405
|
+
if (this.findEphemera) {
|
|
406
|
+
if (name && name.indexOf("@@e:") == 0) {
|
|
407
|
+
return this.findEphemera(name);
|
|
408
|
+
}
|
|
409
|
+
}
|
|
410
|
+
return null;
|
|
411
|
+
}
|
|
412
|
+
get hasUserValues() {
|
|
413
|
+
return this._hasUserValues;
|
|
414
|
+
}
|
|
415
|
+
__m(propertyName) {
|
|
416
|
+
if (!this._inStyling) {
|
|
417
|
+
this._hasUserValues.add(propertyName);
|
|
418
|
+
}
|
|
419
|
+
}
|
|
420
|
+
_styling(container, component, parent) {
|
|
421
|
+
if (this._inStyling) {
|
|
422
|
+
return;
|
|
423
|
+
}
|
|
424
|
+
this._inStyling = true;
|
|
425
|
+
this._stylingContainer = container;
|
|
426
|
+
this._stylingParent = component;
|
|
427
|
+
let genericPrefix = "";
|
|
428
|
+
let typeName = this.i.$type.name;
|
|
429
|
+
if (typeName.indexOf("Xam") === 0) {
|
|
430
|
+
typeName = typeName.substring(3);
|
|
431
|
+
}
|
|
432
|
+
genericPrefix = toSpinal("XIconComponent");
|
|
433
|
+
let additionalPrefixes = [];
|
|
434
|
+
let prefix = toSpinal(typeName);
|
|
435
|
+
additionalPrefixes.push(prefix + "-");
|
|
436
|
+
let b = this.i.$type.baseType;
|
|
437
|
+
while (b && b.name != "Object" &&
|
|
438
|
+
b.name != "Base" &&
|
|
439
|
+
b.name != "Control" &&
|
|
440
|
+
b.Name != "DependencyObject" &&
|
|
441
|
+
b.Name != "FrameworkElement") {
|
|
442
|
+
typeName = b.name;
|
|
443
|
+
if (typeName.indexOf("Xam") === 0) {
|
|
444
|
+
typeName = typeName.substring(3);
|
|
445
|
+
}
|
|
446
|
+
let basePrefix = toSpinal(typeName);
|
|
447
|
+
additionalPrefixes.push(basePrefix + "-");
|
|
448
|
+
b = b.baseType;
|
|
449
|
+
}
|
|
450
|
+
if (parent) {
|
|
451
|
+
let parentTypeName = parent.i.$type.name;
|
|
452
|
+
if (parentTypeName.indexOf("Xam") === 0) {
|
|
453
|
+
parentTypeName = parentTypeName.substring(3);
|
|
454
|
+
}
|
|
455
|
+
let parentPrefix = toSpinal(parentTypeName);
|
|
456
|
+
additionalPrefixes.push(parentPrefix + "-" + genericPrefix + "-");
|
|
457
|
+
additionalPrefixes.push(parentPrefix + "-" + prefix + "-");
|
|
458
|
+
}
|
|
459
|
+
initializePropertiesFromCss(container, this, genericPrefix + "-", this.hasUserValues, false, additionalPrefixes);
|
|
460
|
+
if (this._otherStyling) {
|
|
461
|
+
this._otherStyling(container, component, parent);
|
|
462
|
+
}
|
|
463
|
+
this._inStyling = false;
|
|
464
|
+
}
|
|
465
|
+
onDetachedFromUI() {
|
|
466
|
+
this.i.onDetachedFromUI();
|
|
467
|
+
}
|
|
468
|
+
onAttachedToUI() {
|
|
469
|
+
this.i.onAttachedToUI();
|
|
470
|
+
}
|
|
471
|
+
/**
|
|
472
|
+
* Exports visual information about the current state of the grid.
|
|
473
|
+
|
|
474
|
+
*/
|
|
475
|
+
exportVisualModel() {
|
|
476
|
+
let iv = this.i.as();
|
|
477
|
+
return (iv);
|
|
478
|
+
}
|
|
479
|
+
/**
|
|
480
|
+
* Returns a serialized copy of the exported visual model
|
|
481
|
+
|
|
482
|
+
*/
|
|
483
|
+
exportSerializedVisualModel() {
|
|
484
|
+
let iv = this.i.a4();
|
|
485
|
+
return (iv);
|
|
486
|
+
}
|
|
487
|
+
_runInZone(act) {
|
|
488
|
+
if (this._zoneRunner != null) {
|
|
489
|
+
this._zoneRunner(act);
|
|
490
|
+
}
|
|
491
|
+
else {
|
|
492
|
+
act();
|
|
493
|
+
}
|
|
494
|
+
}
|
|
495
|
+
}
|
|
496
|
+
IgxXIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXIconComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i0.Injector }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Component });
|
|
497
|
+
IgxXIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxXIconComponent, selector: "igx-x-icon", inputs: { baseTheme: "baseTheme", actualFill: "actualFill", actualStroke: "actualStroke", actualTextColor: "actualTextColor", actualStrokeWidth: "actualStrokeWidth", fill: "fill", stroke: "stroke", strokeWidth: "strokeWidth", textColor: "textColor", hoverFill: "hoverFill", hoverStroke: "hoverStroke", hoverStrokeThickness: "hoverStrokeThickness", hoverTextColor: "hoverTextColor", fillColors: "fillColors", strokeColors: "strokeColors", primaryFillColor: "primaryFillColor", primaryStrokeColor: "primaryStrokeColor", secondaryFillColor: "secondaryFillColor", secondaryStrokeColor: "secondaryStrokeColor", svgPath: "svgPath", svg: "svg", textStyle: "textStyle", id: "id", tabIndex: ["tabindex", "tabIndex"], ariaLabel: ["aria-label", "ariaLabel"], isHover: "isHover", disabled: "disabled", opacity: "opacity", viewBoxLeft: "viewBoxLeft", viewBoxTop: "viewBoxTop", viewBoxWidth: "viewBoxWidth", viewBoxHeight: "viewBoxHeight", width: "width", height: "height" }, host: { properties: { "attr.id": "this.id" }, classAttribute: "ig-x-icon igx-x-icon" }, providers: [], viewQueries: [{ propertyName: "_dynamicContent", first: true, predicate: ["dynamicContent"], descendants: true, read: ViewContainerRef, static: true }, { propertyName: "_childTemplateRef", first: true, predicate: ["childContent"], descendants: true, read: TemplateRef }], ngImport: i0, template: `<ng-template #childContent><ng-content></ng-content></ng-template>
|
|
498
|
+
<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 });
|
|
499
|
+
return IgxXIconComponent;
|
|
500
|
+
})();
|
|
501
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXIconComponent, decorators: [{
|
|
502
|
+
type: Component,
|
|
503
|
+
args: [{
|
|
504
|
+
selector: 'igx-x-icon',
|
|
505
|
+
template: `<ng-template #childContent><ng-content></ng-content></ng-template>
|
|
506
|
+
<ng-container #dynamicContent></ng-container>`,
|
|
507
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
508
|
+
providers: [],
|
|
509
|
+
host: { 'class': 'ig-x-icon igx-x-icon' },
|
|
510
|
+
styles: [`
|
|
511
|
+
:host {
|
|
512
|
+
display: inline-block;
|
|
513
|
+
vertical-align: middle;
|
|
514
|
+
}
|
|
515
|
+
`]
|
|
516
|
+
}]
|
|
517
|
+
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.NgZone }, { type: i0.Injector }, { type: i0.ComponentFactoryResolver }]; }, propDecorators: { _dynamicContent: [{
|
|
518
|
+
type: ViewChild,
|
|
519
|
+
args: ["dynamicContent", { read: ViewContainerRef, static: true }]
|
|
520
|
+
}], _childTemplateRef: [{
|
|
521
|
+
type: ViewChild,
|
|
522
|
+
args: ["childContent", { read: TemplateRef, static: false }]
|
|
523
|
+
}], baseTheme: [{
|
|
524
|
+
type: Input
|
|
525
|
+
}], actualFill: [{
|
|
526
|
+
type: Input
|
|
527
|
+
}], actualStroke: [{
|
|
528
|
+
type: Input
|
|
529
|
+
}], actualTextColor: [{
|
|
530
|
+
type: Input
|
|
531
|
+
}], actualStrokeWidth: [{
|
|
532
|
+
type: Input
|
|
533
|
+
}], fill: [{
|
|
534
|
+
type: Input
|
|
535
|
+
}], stroke: [{
|
|
536
|
+
type: Input
|
|
537
|
+
}], strokeWidth: [{
|
|
538
|
+
type: Input
|
|
539
|
+
}], textColor: [{
|
|
540
|
+
type: Input
|
|
541
|
+
}], hoverFill: [{
|
|
542
|
+
type: Input
|
|
543
|
+
}], hoverStroke: [{
|
|
544
|
+
type: Input
|
|
545
|
+
}], hoverStrokeThickness: [{
|
|
546
|
+
type: Input
|
|
547
|
+
}], hoverTextColor: [{
|
|
548
|
+
type: Input
|
|
549
|
+
}], fillColors: [{
|
|
550
|
+
type: Input
|
|
551
|
+
}], strokeColors: [{
|
|
552
|
+
type: Input
|
|
553
|
+
}], primaryFillColor: [{
|
|
554
|
+
type: Input
|
|
555
|
+
}], primaryStrokeColor: [{
|
|
556
|
+
type: Input
|
|
557
|
+
}], secondaryFillColor: [{
|
|
558
|
+
type: Input
|
|
559
|
+
}], secondaryStrokeColor: [{
|
|
560
|
+
type: Input
|
|
561
|
+
}], svgPath: [{
|
|
562
|
+
type: Input
|
|
563
|
+
}], svg: [{
|
|
564
|
+
type: Input
|
|
565
|
+
}], textStyle: [{
|
|
566
|
+
type: Input
|
|
567
|
+
}], id: [{
|
|
568
|
+
type: HostBinding,
|
|
569
|
+
args: ['attr.id']
|
|
570
|
+
}, {
|
|
571
|
+
type: Input
|
|
572
|
+
}], tabIndex: [{
|
|
573
|
+
type: Input,
|
|
574
|
+
args: ['tabindex']
|
|
575
|
+
}], ariaLabel: [{
|
|
576
|
+
type: Input,
|
|
577
|
+
args: ['aria-label']
|
|
578
|
+
}], isHover: [{
|
|
579
|
+
type: Input
|
|
580
|
+
}], disabled: [{
|
|
581
|
+
type: Input
|
|
582
|
+
}], opacity: [{
|
|
583
|
+
type: Input
|
|
584
|
+
}], viewBoxLeft: [{
|
|
585
|
+
type: Input
|
|
586
|
+
}], viewBoxTop: [{
|
|
587
|
+
type: Input
|
|
588
|
+
}], viewBoxWidth: [{
|
|
589
|
+
type: Input
|
|
590
|
+
}], viewBoxHeight: [{
|
|
591
|
+
type: Input
|
|
592
|
+
}], width: [{
|
|
593
|
+
type: Input
|
|
594
|
+
}], height: [{
|
|
595
|
+
type: Input
|
|
596
|
+
}] } });
|