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,815 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { Base, String_$type, Delegate_$type, fromEnum, runOn, markType, INotifyPropertyChanged_$type, PropertyChangedEventArgs, enumGetBox } from "igniteui-angular-core";
|
|
8
|
+
import { List$1 } from "igniteui-angular-core";
|
|
9
|
+
import { Tuple$2 } from "igniteui-angular-core";
|
|
10
|
+
import { SVGNode } from "igniteui-angular-core";
|
|
11
|
+
import { FastIterationDictionary$2 } from "igniteui-angular-core";
|
|
12
|
+
import { isNaN_ } from "igniteui-angular-core";
|
|
13
|
+
import { IIcon_$type } from "igniteui-angular-core";
|
|
14
|
+
import { BaseControlTheme_$type } from "igniteui-angular-core";
|
|
15
|
+
import { NativeUI } from "igniteui-angular-core";
|
|
16
|
+
import { IconClickedEventArgs } from "./IconClickedEventArgs";
|
|
17
|
+
import { IconVisualModelExport } from "./IconVisualModelExport";
|
|
18
|
+
import { AppearanceHelper } from "igniteui-angular-core";
|
|
19
|
+
import { FontUtil } from "igniteui-angular-core";
|
|
20
|
+
import { stringStartsWith } from "igniteui-angular-core";
|
|
21
|
+
import { trimStart } from "igniteui-angular-core";
|
|
22
|
+
/**
|
|
23
|
+
* @hidden
|
|
24
|
+
*/
|
|
25
|
+
export let IconView = /*@__PURE__*/ (() => {
|
|
26
|
+
class IconView extends Base {
|
|
27
|
+
constructor() {
|
|
28
|
+
super();
|
|
29
|
+
this.b = null;
|
|
30
|
+
this.o = null;
|
|
31
|
+
this.e = null;
|
|
32
|
+
this.i = new List$1(Delegate_$type, 0);
|
|
33
|
+
this.j = null;
|
|
34
|
+
this.k = null;
|
|
35
|
+
this.l = null;
|
|
36
|
+
this.m = null;
|
|
37
|
+
this.n = null;
|
|
38
|
+
this.c = null;
|
|
39
|
+
this.d = null;
|
|
40
|
+
this.u = null;
|
|
41
|
+
this.t = null;
|
|
42
|
+
this.f = true;
|
|
43
|
+
this.p = null;
|
|
44
|
+
this.q = null;
|
|
45
|
+
this.j = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
|
|
46
|
+
this.k = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
|
|
47
|
+
this.l = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
|
|
48
|
+
this.m = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
|
|
49
|
+
this.n = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
|
|
50
|
+
this.c = new FastIterationDictionary$2(String_$type, List$1.$.specialize(Tuple$2.$.specialize(SVGNode.$, Base.$)), 0);
|
|
51
|
+
this.d = new FastIterationDictionary$2(String_$type, List$1.$.specialize(Tuple$2.$.specialize(SVGNode.$, Base.$)), 0);
|
|
52
|
+
}
|
|
53
|
+
ac() {
|
|
54
|
+
}
|
|
55
|
+
g() {
|
|
56
|
+
return true;
|
|
57
|
+
}
|
|
58
|
+
get r() {
|
|
59
|
+
return this.p;
|
|
60
|
+
}
|
|
61
|
+
get s() {
|
|
62
|
+
return null;
|
|
63
|
+
}
|
|
64
|
+
get h() {
|
|
65
|
+
return true;
|
|
66
|
+
}
|
|
67
|
+
aa(a) {
|
|
68
|
+
if (a == null) {
|
|
69
|
+
for (let b of fromEnum(this.i)) {
|
|
70
|
+
b();
|
|
71
|
+
}
|
|
72
|
+
this.i.clear();
|
|
73
|
+
if (this.p != null) {
|
|
74
|
+
this.p.unlistenAll();
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
this.o = a;
|
|
78
|
+
a.rootWrapper.setStyleProperty("position", "relative");
|
|
79
|
+
this.o.rootWrapper.setStyleProperty("display", "flex");
|
|
80
|
+
this.o.rootWrapper.setStyleProperty("flex-direction", "row");
|
|
81
|
+
this.o.rootWrapper.setStyleProperty("flex-wrap", "no-wrap");
|
|
82
|
+
this.o.rootWrapper.setStyleProperty("align-items", "center");
|
|
83
|
+
this.ae();
|
|
84
|
+
let c = this.o.createElementNS("svg", "http://www.w3.org/2000/svg");
|
|
85
|
+
c.setStyleProperty("position", "absolute");
|
|
86
|
+
c.setStyleProperty("top", "0");
|
|
87
|
+
c.setStyleProperty("left", "0");
|
|
88
|
+
c.setStyleProperty("right", "0");
|
|
89
|
+
c.setStyleProperty("bottom", "0");
|
|
90
|
+
this.p = c;
|
|
91
|
+
this.ai();
|
|
92
|
+
let d = this.o.createElementNS("path", "http://www.w3.org/2000/svg");
|
|
93
|
+
d.setAttribute("d", "");
|
|
94
|
+
this.p.append(d);
|
|
95
|
+
if (this.u != null) {
|
|
96
|
+
d.setAttribute("d", this.u);
|
|
97
|
+
}
|
|
98
|
+
this.q = d;
|
|
99
|
+
this.o.append(this.p);
|
|
100
|
+
this.i.add(c.listen("click", runOn(this, this.z)));
|
|
101
|
+
this.b.b6();
|
|
102
|
+
}
|
|
103
|
+
ag(a) {
|
|
104
|
+
if (this.u != a) {
|
|
105
|
+
this.u = a;
|
|
106
|
+
this.o.rootWrapper.removeChildren();
|
|
107
|
+
this.o.rootWrapper.append(this.p);
|
|
108
|
+
if (this.q != null) {
|
|
109
|
+
this.q.setAttribute("d", this.u);
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
af(a) {
|
|
114
|
+
if (this.t != a) {
|
|
115
|
+
this.t = a;
|
|
116
|
+
this.o.rootWrapper.removeChildren();
|
|
117
|
+
let b = this.o.rootWrapper.getNativeElement();
|
|
118
|
+
b.innerHTML = this.t;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
ae() {
|
|
122
|
+
this.o.rootWrapper.setStyleProperty("width", isNaN_(this.b.ao) ? "1.5rem" : this.b.ao + "px");
|
|
123
|
+
this.o.rootWrapper.setStyleProperty("height", isNaN_(this.b.ag) ? "1.5rem" : this.b.ag + "px");
|
|
124
|
+
}
|
|
125
|
+
ai() {
|
|
126
|
+
this.p.setAttribute("viewBox", (isNaN_(this.b.al) ? 0 : this.b.al) + " " + (isNaN_(this.b.am) ? 0 : this.b.am) + " " + (isNaN_(this.b.an) ? 24 : this.b.an) + " " + (isNaN_(this.b.ak) ? 24 : this.b.ak));
|
|
127
|
+
}
|
|
128
|
+
v(a) {
|
|
129
|
+
}
|
|
130
|
+
ad() {
|
|
131
|
+
if (this.g()) {
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
w(a) {
|
|
135
|
+
this.b.b3();
|
|
136
|
+
}
|
|
137
|
+
x(a) {
|
|
138
|
+
this.b.b4();
|
|
139
|
+
}
|
|
140
|
+
y() {
|
|
141
|
+
this.f = true;
|
|
142
|
+
this.i.add(this.o.rootWrapper.listen("mouseenter", runOn(this, this.w)));
|
|
143
|
+
this.i.add(this.o.rootWrapper.listen("mouseleave", runOn(this, this.x)));
|
|
144
|
+
}
|
|
145
|
+
ab() {
|
|
146
|
+
this.f = false;
|
|
147
|
+
for (let a of fromEnum(this.i)) {
|
|
148
|
+
a();
|
|
149
|
+
}
|
|
150
|
+
this.i.clear();
|
|
151
|
+
}
|
|
152
|
+
ah(a) {
|
|
153
|
+
if (a != null) {
|
|
154
|
+
this.o.rootWrapper.setStyleProperty("font", a.fontString);
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
a() {
|
|
158
|
+
let rect_ = this.o.rootWrapper.getNativeElement().getBoundingClientRect();
|
|
159
|
+
let a = (rect_.top);
|
|
160
|
+
let b = (rect_.left);
|
|
161
|
+
let c = new Array(2);
|
|
162
|
+
c[0] = a;
|
|
163
|
+
c[1] = b;
|
|
164
|
+
return c;
|
|
165
|
+
}
|
|
166
|
+
z(a) {
|
|
167
|
+
this.b.b1();
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
IconView.$t = markType(IconView, 'IconView');
|
|
171
|
+
return IconView;
|
|
172
|
+
})();
|
|
173
|
+
/**
|
|
174
|
+
* @hidden
|
|
175
|
+
*/
|
|
176
|
+
export let XIcon = /*@__PURE__*/ (() => {
|
|
177
|
+
class XIcon extends Base {
|
|
178
|
+
constructor() {
|
|
179
|
+
super();
|
|
180
|
+
this._view = null;
|
|
181
|
+
this.h = 0;
|
|
182
|
+
this.cc = XIcon.cs;
|
|
183
|
+
this.cd = XIcon.cw;
|
|
184
|
+
this.ce = XIcon.cx;
|
|
185
|
+
this.t = XIcon.af;
|
|
186
|
+
this.cf = XIcon.cs;
|
|
187
|
+
this.cn = XIcon.cw;
|
|
188
|
+
this.x = XIcon.af;
|
|
189
|
+
this.co = XIcon.cx;
|
|
190
|
+
this.cg = XIcon.ct;
|
|
191
|
+
this.ch = XIcon.cu;
|
|
192
|
+
this.v = XIcon.ae;
|
|
193
|
+
this.ci = null;
|
|
194
|
+
this.a = null;
|
|
195
|
+
this.b = null;
|
|
196
|
+
this.cj = null;
|
|
197
|
+
this.ck = null;
|
|
198
|
+
this.cl = null;
|
|
199
|
+
this.cm = null;
|
|
200
|
+
this.aw = null;
|
|
201
|
+
this.av = null;
|
|
202
|
+
this.j = null;
|
|
203
|
+
this.au = "ig-icon-" + XIcon.ar++;
|
|
204
|
+
this.ap = 0;
|
|
205
|
+
this.l = false;
|
|
206
|
+
this.at = null;
|
|
207
|
+
this.n = false;
|
|
208
|
+
this.m = false;
|
|
209
|
+
this.w = 1;
|
|
210
|
+
this.z = NaN;
|
|
211
|
+
this.aa = NaN;
|
|
212
|
+
this.ab = NaN;
|
|
213
|
+
this.y = NaN;
|
|
214
|
+
this.ac = NaN;
|
|
215
|
+
this.u = NaN;
|
|
216
|
+
this.clicked = null;
|
|
217
|
+
this.propertyChanged = null;
|
|
218
|
+
let a = new IconView();
|
|
219
|
+
a.b = this;
|
|
220
|
+
this.view = a;
|
|
221
|
+
this.view.ac();
|
|
222
|
+
}
|
|
223
|
+
get view() {
|
|
224
|
+
return this._view;
|
|
225
|
+
}
|
|
226
|
+
set view(a) {
|
|
227
|
+
this._view = a;
|
|
228
|
+
}
|
|
229
|
+
destroy() {
|
|
230
|
+
this.provideContainer(null);
|
|
231
|
+
}
|
|
232
|
+
b5(a, b, c) {
|
|
233
|
+
if (this.propertyChanged != null) {
|
|
234
|
+
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
235
|
+
}
|
|
236
|
+
this.b7(a, b, c);
|
|
237
|
+
}
|
|
238
|
+
b7(a, b, c) {
|
|
239
|
+
switch (a) {
|
|
240
|
+
case "Fill":
|
|
241
|
+
case "Stroke":
|
|
242
|
+
case "StrokeWidth":
|
|
243
|
+
case "HoverFill":
|
|
244
|
+
case "HoverStroke":
|
|
245
|
+
case "HoverStrokeThickness":
|
|
246
|
+
case "IsHover":
|
|
247
|
+
this.cb();
|
|
248
|
+
break;
|
|
249
|
+
case "ActualFill":
|
|
250
|
+
case "ActualStroke":
|
|
251
|
+
case "ActualStrokeWidth":
|
|
252
|
+
case "SVGPath":
|
|
253
|
+
case "SVG":
|
|
254
|
+
this.b9();
|
|
255
|
+
break;
|
|
256
|
+
case "Opacity":
|
|
257
|
+
this.ca();
|
|
258
|
+
break;
|
|
259
|
+
case "ViewBoxLeft":
|
|
260
|
+
case "ViewBoxTop":
|
|
261
|
+
case "ViewBoxWidth":
|
|
262
|
+
case "ViewBoxHeight":
|
|
263
|
+
this.view.ai();
|
|
264
|
+
break;
|
|
265
|
+
case "Width":
|
|
266
|
+
case "Height":
|
|
267
|
+
this.view.ae();
|
|
268
|
+
break;
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
cb() {
|
|
272
|
+
let a = this.fill != null ? this.fill : XIcon.cs;
|
|
273
|
+
let b = this.c5 != null ? this.c5 : XIcon.cw;
|
|
274
|
+
let c = !isNaN_(this.aj) ? this.aj : XIcon.af;
|
|
275
|
+
let d = this.c6 != null ? this.c6 : XIcon.cx;
|
|
276
|
+
if (this.r) {
|
|
277
|
+
this.cp = this.cy != null ? this.cy : a;
|
|
278
|
+
this.cq = this.cz != null ? this.cz : b;
|
|
279
|
+
this.ad = !isNaN_(this.ah) ? this.ah : c;
|
|
280
|
+
this.cr = this.c0 != null ? this.c0 : d;
|
|
281
|
+
}
|
|
282
|
+
else {
|
|
283
|
+
this.cp = a;
|
|
284
|
+
this.cq = b;
|
|
285
|
+
this.ad = c;
|
|
286
|
+
this.cr = d;
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
get p() {
|
|
290
|
+
return this.svgPath != null && !this.view.h;
|
|
291
|
+
}
|
|
292
|
+
ca() {
|
|
293
|
+
NativeUI.w(this.view.r, this.ai);
|
|
294
|
+
}
|
|
295
|
+
b9() {
|
|
296
|
+
let a = this.view.r;
|
|
297
|
+
if (this.p) {
|
|
298
|
+
let b = this.view.s;
|
|
299
|
+
NativeUI.q(b, this.cp);
|
|
300
|
+
NativeUI.y(b, this.cq);
|
|
301
|
+
NativeUI.ab(b, this.ad);
|
|
302
|
+
}
|
|
303
|
+
else {
|
|
304
|
+
let c = false;
|
|
305
|
+
if (this.svgPath != null) {
|
|
306
|
+
if (stringStartsWith(trimStart(this.svgPath, ' ', '\n', '\r', '\t'), "<svg")) {
|
|
307
|
+
this.view.af(this.svgPath);
|
|
308
|
+
c = true;
|
|
309
|
+
}
|
|
310
|
+
else {
|
|
311
|
+
this.view.ag(this.svgPath);
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
else if (this.svg != null) {
|
|
315
|
+
this.view.af(this.svg);
|
|
316
|
+
c = true;
|
|
317
|
+
}
|
|
318
|
+
if (c) {
|
|
319
|
+
for (let d = 0; d < this.view.k.count; d++) {
|
|
320
|
+
let e = this.view.k._inner[d].c;
|
|
321
|
+
NativeUI.q(this.view.k._inner[d].d, e.l.f(this.c1));
|
|
322
|
+
}
|
|
323
|
+
for (let f = 0; f < this.view.l.count; f++) {
|
|
324
|
+
let g = this.view.l._inner[f].c;
|
|
325
|
+
NativeUI.y(this.view.l._inner[f].d, g.m.f(this.c2));
|
|
326
|
+
}
|
|
327
|
+
for (let h = 0; h < this.view.m.count; h++) {
|
|
328
|
+
let i = this.view.m._inner[h].c;
|
|
329
|
+
NativeUI.q(this.view.m._inner[h].d, i.l.f(this.c3));
|
|
330
|
+
}
|
|
331
|
+
for (let j = 0; j < this.view.n.count; j++) {
|
|
332
|
+
let k = this.view.n._inner[j].c;
|
|
333
|
+
NativeUI.y(this.view.n._inner[j].d, k.m.f(this.c4));
|
|
334
|
+
}
|
|
335
|
+
for (let l = 0; l < this.view.c.o.count; l++) {
|
|
336
|
+
let m = this.view.c.o._inner[l];
|
|
337
|
+
let n = m.split('-');
|
|
338
|
+
let o = parseInt(n[n.length - 1]);
|
|
339
|
+
if (o < this.c.count) {
|
|
340
|
+
for (let p = 0; p < this.view.c.q._inner[l].count; p++) {
|
|
341
|
+
let q = this.view.c.q._inner[l]._inner[p].c;
|
|
342
|
+
NativeUI.q(this.view.c.q._inner[l]._inner[p].d, q.l.f(this.c.item(o)));
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
}
|
|
346
|
+
for (let r = 0; r < this.view.d.o.count; r++) {
|
|
347
|
+
let s = this.view.d.o._inner[r];
|
|
348
|
+
let t = s.split('-');
|
|
349
|
+
let u = parseInt(t[t.length - 1]);
|
|
350
|
+
if (u < this.d.count) {
|
|
351
|
+
for (let v = 0; v < this.view.d.q._inner[r].count; v++) {
|
|
352
|
+
let w = this.view.d.q._inner[r]._inner[v].c;
|
|
353
|
+
NativeUI.y(this.view.d.q._inner[r]._inner[v].d, w.m.f(this.d.item(u)));
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
}
|
|
357
|
+
for (let x = 0; x < this.view.j.count; x++) {
|
|
358
|
+
let y = this.view.j._inner[x].c;
|
|
359
|
+
NativeUI.q(this.view.j._inner[x].d, y.l.f(this.cp));
|
|
360
|
+
NativeUI.y(this.view.j._inner[x].d, y.m.f(this.cq));
|
|
361
|
+
}
|
|
362
|
+
}
|
|
363
|
+
let z = this.view.r;
|
|
364
|
+
if (this.cp != null) {
|
|
365
|
+
NativeUI.q(z, this.cp);
|
|
366
|
+
}
|
|
367
|
+
if (this.cq != null) {
|
|
368
|
+
NativeUI.y(z, this.cq);
|
|
369
|
+
}
|
|
370
|
+
if (!isNaN_(this.ad)) {
|
|
371
|
+
NativeUI.ab(z, this.ad);
|
|
372
|
+
}
|
|
373
|
+
}
|
|
374
|
+
if (this.k != null) {
|
|
375
|
+
this.view.ah(this.k);
|
|
376
|
+
}
|
|
377
|
+
if (this.cr != null) {
|
|
378
|
+
NativeUI.p(this.view.r, this.cr);
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
get i() {
|
|
382
|
+
return this.h;
|
|
383
|
+
}
|
|
384
|
+
set i(a) {
|
|
385
|
+
let b = this.h;
|
|
386
|
+
this.h = a;
|
|
387
|
+
if (b != this.h) {
|
|
388
|
+
this.b5("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
|
|
389
|
+
}
|
|
390
|
+
}
|
|
391
|
+
get cp() {
|
|
392
|
+
return this.cc;
|
|
393
|
+
}
|
|
394
|
+
set cp(a) {
|
|
395
|
+
let b = this.cc;
|
|
396
|
+
this.cc = a;
|
|
397
|
+
if (b != this.cc) {
|
|
398
|
+
this.b5("ActualFill", b, a);
|
|
399
|
+
}
|
|
400
|
+
}
|
|
401
|
+
get cq() {
|
|
402
|
+
return this.cd;
|
|
403
|
+
}
|
|
404
|
+
set cq(a) {
|
|
405
|
+
let b = this.cd;
|
|
406
|
+
this.cd = a;
|
|
407
|
+
if (b != this.cd) {
|
|
408
|
+
this.b5("ActualStroke", b, a);
|
|
409
|
+
}
|
|
410
|
+
}
|
|
411
|
+
get cr() {
|
|
412
|
+
return this.ce;
|
|
413
|
+
}
|
|
414
|
+
set cr(a) {
|
|
415
|
+
let b = this.ce;
|
|
416
|
+
this.ce = a;
|
|
417
|
+
if (b != this.ce) {
|
|
418
|
+
this.b5("ActualTextColor", b, a);
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
get ad() {
|
|
422
|
+
return this.t;
|
|
423
|
+
}
|
|
424
|
+
set ad(a) {
|
|
425
|
+
let b = this.t;
|
|
426
|
+
this.t = a;
|
|
427
|
+
if (b != this.t) {
|
|
428
|
+
this.b5("ActualStrokeWidth", b, a);
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
get fill() {
|
|
432
|
+
return this.cf;
|
|
433
|
+
}
|
|
434
|
+
set fill(a) {
|
|
435
|
+
let b = this.cf;
|
|
436
|
+
this.cf = a;
|
|
437
|
+
if (b != this.cf) {
|
|
438
|
+
this.b5("Fill", b, a);
|
|
439
|
+
}
|
|
440
|
+
}
|
|
441
|
+
get c5() {
|
|
442
|
+
return this.cn;
|
|
443
|
+
}
|
|
444
|
+
set c5(a) {
|
|
445
|
+
let b = this.cn;
|
|
446
|
+
this.cn = a;
|
|
447
|
+
if (b != this.cn) {
|
|
448
|
+
this.b5("Stroke", b, a);
|
|
449
|
+
}
|
|
450
|
+
}
|
|
451
|
+
get aj() {
|
|
452
|
+
return this.x;
|
|
453
|
+
}
|
|
454
|
+
set aj(a) {
|
|
455
|
+
let b = this.x;
|
|
456
|
+
this.x = a;
|
|
457
|
+
if (b != this.x) {
|
|
458
|
+
this.b5("StrokeWidth", b, a);
|
|
459
|
+
}
|
|
460
|
+
}
|
|
461
|
+
get c6() {
|
|
462
|
+
return this.co;
|
|
463
|
+
}
|
|
464
|
+
set c6(a) {
|
|
465
|
+
let b = this.co;
|
|
466
|
+
this.co = a;
|
|
467
|
+
if (b != this.co) {
|
|
468
|
+
this.b5("TextColor", b, a);
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
get cy() {
|
|
472
|
+
return this.cg;
|
|
473
|
+
}
|
|
474
|
+
set cy(a) {
|
|
475
|
+
let b = this.cg;
|
|
476
|
+
this.cg = a;
|
|
477
|
+
if (b != this.cg) {
|
|
478
|
+
this.b5("HoverFill", b, a);
|
|
479
|
+
}
|
|
480
|
+
}
|
|
481
|
+
get cz() {
|
|
482
|
+
return this.ch;
|
|
483
|
+
}
|
|
484
|
+
set cz(a) {
|
|
485
|
+
let b = this.ch;
|
|
486
|
+
this.ch = a;
|
|
487
|
+
if (b != this.ch) {
|
|
488
|
+
this.b5("HoverStroke", b, a);
|
|
489
|
+
}
|
|
490
|
+
}
|
|
491
|
+
get ah() {
|
|
492
|
+
return this.v;
|
|
493
|
+
}
|
|
494
|
+
set ah(a) {
|
|
495
|
+
let b = this.v;
|
|
496
|
+
this.v = a;
|
|
497
|
+
if (b != this.v) {
|
|
498
|
+
this.b5("HoverStrokeThickness", b, a);
|
|
499
|
+
}
|
|
500
|
+
}
|
|
501
|
+
get c0() {
|
|
502
|
+
return this.ci;
|
|
503
|
+
}
|
|
504
|
+
set c0(a) {
|
|
505
|
+
let b = this.ci;
|
|
506
|
+
this.ci = a;
|
|
507
|
+
if (b != this.ci) {
|
|
508
|
+
this.b5("HoverTextColor", b, a);
|
|
509
|
+
}
|
|
510
|
+
}
|
|
511
|
+
get c() {
|
|
512
|
+
return this.a;
|
|
513
|
+
}
|
|
514
|
+
set c(a) {
|
|
515
|
+
let b = this.a;
|
|
516
|
+
this.a = a;
|
|
517
|
+
if (b != this.a) {
|
|
518
|
+
this.b5("FillColors", b, this.a);
|
|
519
|
+
}
|
|
520
|
+
}
|
|
521
|
+
get d() {
|
|
522
|
+
return this.b;
|
|
523
|
+
}
|
|
524
|
+
set d(a) {
|
|
525
|
+
let b = this.b;
|
|
526
|
+
this.b = a;
|
|
527
|
+
if (b != this.b) {
|
|
528
|
+
this.b5("StrokeColors", b, this.b);
|
|
529
|
+
}
|
|
530
|
+
}
|
|
531
|
+
get c1() {
|
|
532
|
+
return this.cj;
|
|
533
|
+
}
|
|
534
|
+
set c1(a) {
|
|
535
|
+
let b = this.cj;
|
|
536
|
+
this.cj = a;
|
|
537
|
+
if (b != this.cj) {
|
|
538
|
+
this.b5("PrimaryFillColor", b, this.cj);
|
|
539
|
+
}
|
|
540
|
+
}
|
|
541
|
+
get c2() {
|
|
542
|
+
return this.ck;
|
|
543
|
+
}
|
|
544
|
+
set c2(a) {
|
|
545
|
+
let b = this.ck;
|
|
546
|
+
this.ck = a;
|
|
547
|
+
if (b != this.ck) {
|
|
548
|
+
this.b5("PrimaryStrokeColor", b, this.ck);
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
get c3() {
|
|
552
|
+
return this.cl;
|
|
553
|
+
}
|
|
554
|
+
set c3(a) {
|
|
555
|
+
let b = this.cl;
|
|
556
|
+
this.cl = a;
|
|
557
|
+
if (b != this.cl) {
|
|
558
|
+
this.b5("SecondaryFillColor", b, this.cl);
|
|
559
|
+
}
|
|
560
|
+
}
|
|
561
|
+
get c4() {
|
|
562
|
+
return this.cm;
|
|
563
|
+
}
|
|
564
|
+
set c4(a) {
|
|
565
|
+
let b = this.cm;
|
|
566
|
+
this.cm = a;
|
|
567
|
+
if (b != this.cm) {
|
|
568
|
+
this.b5("SecondaryStrokeColor", b, this.cm);
|
|
569
|
+
}
|
|
570
|
+
}
|
|
571
|
+
get svgPath() {
|
|
572
|
+
return this.aw;
|
|
573
|
+
}
|
|
574
|
+
set svgPath(a) {
|
|
575
|
+
let b = this.aw;
|
|
576
|
+
this.aw = a;
|
|
577
|
+
if (b != this.aw) {
|
|
578
|
+
this.b5("SVGPath", b, a);
|
|
579
|
+
}
|
|
580
|
+
}
|
|
581
|
+
get svg() {
|
|
582
|
+
return this.av;
|
|
583
|
+
}
|
|
584
|
+
set svg(a) {
|
|
585
|
+
let b = this.av;
|
|
586
|
+
this.av = a;
|
|
587
|
+
if (b != this.av) {
|
|
588
|
+
this.b5("SVG", b, this.av);
|
|
589
|
+
}
|
|
590
|
+
}
|
|
591
|
+
b3() {
|
|
592
|
+
this.r = true;
|
|
593
|
+
}
|
|
594
|
+
b4() {
|
|
595
|
+
this.r = false;
|
|
596
|
+
}
|
|
597
|
+
get k() {
|
|
598
|
+
return this.j;
|
|
599
|
+
}
|
|
600
|
+
set k(a) {
|
|
601
|
+
let b = this.j;
|
|
602
|
+
this.j = a;
|
|
603
|
+
if (b != this.j) {
|
|
604
|
+
this.b5("TextStyle", b, a);
|
|
605
|
+
}
|
|
606
|
+
}
|
|
607
|
+
get bc() {
|
|
608
|
+
return this.au;
|
|
609
|
+
}
|
|
610
|
+
set bc(a) {
|
|
611
|
+
let b = this.au;
|
|
612
|
+
this.au = a;
|
|
613
|
+
if (b != this.au) {
|
|
614
|
+
this.b5("Id", b, a);
|
|
615
|
+
}
|
|
616
|
+
}
|
|
617
|
+
get o() {
|
|
618
|
+
return this.l;
|
|
619
|
+
}
|
|
620
|
+
get aq() {
|
|
621
|
+
return this.ap;
|
|
622
|
+
}
|
|
623
|
+
set aq(a) {
|
|
624
|
+
let b = this.ap;
|
|
625
|
+
this.ap = a;
|
|
626
|
+
this.l = true;
|
|
627
|
+
if (b != this.ap) {
|
|
628
|
+
this.b5("TabIndex", b, a);
|
|
629
|
+
}
|
|
630
|
+
}
|
|
631
|
+
get a1() {
|
|
632
|
+
return this.at;
|
|
633
|
+
}
|
|
634
|
+
set a1(a) {
|
|
635
|
+
let b = this.at;
|
|
636
|
+
this.at = a;
|
|
637
|
+
if (b != this.at) {
|
|
638
|
+
this.b5("AriaLabel", b, a);
|
|
639
|
+
}
|
|
640
|
+
}
|
|
641
|
+
get r() {
|
|
642
|
+
return this.n;
|
|
643
|
+
}
|
|
644
|
+
set r(a) {
|
|
645
|
+
let b = this.n;
|
|
646
|
+
this.n = a;
|
|
647
|
+
if (b != this.n) {
|
|
648
|
+
this.b5("IsHover", b, a);
|
|
649
|
+
}
|
|
650
|
+
}
|
|
651
|
+
get disabled() {
|
|
652
|
+
return this.m;
|
|
653
|
+
}
|
|
654
|
+
set disabled(a) {
|
|
655
|
+
let b = this.m;
|
|
656
|
+
this.m = a;
|
|
657
|
+
if (b != this.m) {
|
|
658
|
+
this.b5("IsDisabled", b, a);
|
|
659
|
+
}
|
|
660
|
+
}
|
|
661
|
+
get ai() {
|
|
662
|
+
return this.w;
|
|
663
|
+
}
|
|
664
|
+
set ai(a) {
|
|
665
|
+
let b = this.w;
|
|
666
|
+
this.w = a;
|
|
667
|
+
if (b != this.w) {
|
|
668
|
+
this.b5("Opacity", b, this.w);
|
|
669
|
+
}
|
|
670
|
+
}
|
|
671
|
+
get al() {
|
|
672
|
+
return this.z;
|
|
673
|
+
}
|
|
674
|
+
set al(a) {
|
|
675
|
+
let b = this.z;
|
|
676
|
+
this.z = a;
|
|
677
|
+
if (b != this.z) {
|
|
678
|
+
this.b5("ViewBoxLeft", b, this.z);
|
|
679
|
+
}
|
|
680
|
+
}
|
|
681
|
+
get am() {
|
|
682
|
+
return this.aa;
|
|
683
|
+
}
|
|
684
|
+
set am(a) {
|
|
685
|
+
let b = this.aa;
|
|
686
|
+
this.aa = a;
|
|
687
|
+
if (b != this.aa) {
|
|
688
|
+
this.b5("ViewBoxTop", b, this.aa);
|
|
689
|
+
}
|
|
690
|
+
}
|
|
691
|
+
get an() {
|
|
692
|
+
return this.ab;
|
|
693
|
+
}
|
|
694
|
+
set an(a) {
|
|
695
|
+
let b = this.ab;
|
|
696
|
+
this.ab = a;
|
|
697
|
+
if (b != this.ab) {
|
|
698
|
+
this.b5("ViewBoxWidth", b, this.ab);
|
|
699
|
+
}
|
|
700
|
+
}
|
|
701
|
+
get ak() {
|
|
702
|
+
return this.y;
|
|
703
|
+
}
|
|
704
|
+
set ak(a) {
|
|
705
|
+
let b = this.y;
|
|
706
|
+
this.y = a;
|
|
707
|
+
if (b != this.y) {
|
|
708
|
+
this.b5("ViewBoxHeight", b, this.y);
|
|
709
|
+
}
|
|
710
|
+
}
|
|
711
|
+
get ao() {
|
|
712
|
+
return this.ac;
|
|
713
|
+
}
|
|
714
|
+
set ao(a) {
|
|
715
|
+
let b = this.ac;
|
|
716
|
+
this.ac = a;
|
|
717
|
+
if (b != this.ac) {
|
|
718
|
+
this.b5("Width", b, this.ac);
|
|
719
|
+
}
|
|
720
|
+
}
|
|
721
|
+
get ag() {
|
|
722
|
+
return this.u;
|
|
723
|
+
}
|
|
724
|
+
set ag(a) {
|
|
725
|
+
let b = this.u;
|
|
726
|
+
this.u = a;
|
|
727
|
+
if (b != this.u) {
|
|
728
|
+
this.b5("Height", b, this.u);
|
|
729
|
+
}
|
|
730
|
+
}
|
|
731
|
+
b6() {
|
|
732
|
+
}
|
|
733
|
+
onDetachedFromUI() {
|
|
734
|
+
this.view.ab();
|
|
735
|
+
}
|
|
736
|
+
onAttachedToUI() {
|
|
737
|
+
this.view.y();
|
|
738
|
+
}
|
|
739
|
+
b1() {
|
|
740
|
+
if (this.disabled) {
|
|
741
|
+
return;
|
|
742
|
+
}
|
|
743
|
+
if (this.clicked != null) {
|
|
744
|
+
this.clicked(this, new IconClickedEventArgs());
|
|
745
|
+
}
|
|
746
|
+
}
|
|
747
|
+
s() {
|
|
748
|
+
return this.view.g();
|
|
749
|
+
}
|
|
750
|
+
as() {
|
|
751
|
+
return this.e();
|
|
752
|
+
}
|
|
753
|
+
a4() {
|
|
754
|
+
let a = this.e();
|
|
755
|
+
return a.j();
|
|
756
|
+
}
|
|
757
|
+
e() {
|
|
758
|
+
let a = new IconVisualModelExport();
|
|
759
|
+
let b = this.view.r;
|
|
760
|
+
a.a = AppearanceHelper.a(NativeUI.aj(b));
|
|
761
|
+
a.c = AppearanceHelper.a(NativeUI.aj(b));
|
|
762
|
+
a.b = AppearanceHelper.a(NativeUI.ak(b));
|
|
763
|
+
a.d = this.ad;
|
|
764
|
+
let c = this.view.a();
|
|
765
|
+
a.h = c[0];
|
|
766
|
+
a.f = c[1];
|
|
767
|
+
a.e = NativeUI.d(b);
|
|
768
|
+
a.i = NativeUI.j(b);
|
|
769
|
+
a.svgPath = this.svgPath;
|
|
770
|
+
if (this.k != null) {
|
|
771
|
+
let d = this.k;
|
|
772
|
+
if (this.view != null && d.n == null) {
|
|
773
|
+
let e = this.view.o;
|
|
774
|
+
let f = FontUtil.getFontInfoFromString(e, d.fontString);
|
|
775
|
+
d.n = f.n;
|
|
776
|
+
d.d = f.d;
|
|
777
|
+
d.o = f.o;
|
|
778
|
+
d.q = f.q;
|
|
779
|
+
d.r = f.r;
|
|
780
|
+
d.s = f.s;
|
|
781
|
+
}
|
|
782
|
+
if (d.n != null) {
|
|
783
|
+
a.l = d.n;
|
|
784
|
+
}
|
|
785
|
+
if (!isNaN_(d.d)) {
|
|
786
|
+
a.g = d.d;
|
|
787
|
+
}
|
|
788
|
+
if (d.s != null) {
|
|
789
|
+
a.p = d.s;
|
|
790
|
+
}
|
|
791
|
+
if (d.q != null) {
|
|
792
|
+
a.n = d.q;
|
|
793
|
+
}
|
|
794
|
+
if (d.o != null) {
|
|
795
|
+
a.m = d.q;
|
|
796
|
+
}
|
|
797
|
+
}
|
|
798
|
+
return a;
|
|
799
|
+
}
|
|
800
|
+
provideContainer(a) {
|
|
801
|
+
this.view.aa(a);
|
|
802
|
+
}
|
|
803
|
+
}
|
|
804
|
+
XIcon.$t = markType(XIcon, 'XIcon', Base.$, [INotifyPropertyChanged_$type, IIcon_$type]);
|
|
805
|
+
XIcon.cs = null;
|
|
806
|
+
XIcon.cx = null;
|
|
807
|
+
XIcon.cw = null;
|
|
808
|
+
XIcon.ct = null;
|
|
809
|
+
XIcon.cu = null;
|
|
810
|
+
XIcon.cv = null;
|
|
811
|
+
XIcon.af = NaN;
|
|
812
|
+
XIcon.ae = NaN;
|
|
813
|
+
XIcon.ar = 0;
|
|
814
|
+
return XIcon;
|
|
815
|
+
})();
|