igniteui-webcomponents-inputs 1.3.3
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 +18 -0
- package/bundles/igniteui-webcomponents-inputs.umd.js +32535 -0
- package/bundles/igniteui-webcomponents-inputs.umd.js.map +1 -0
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +2 -0
- package/bundles/igniteui-webcomponents-inputs.umd.min.js.map +1 -0
- package/esm2015/igniteui-webcomponents-inputs.js +2 -0
- package/esm2015/igniteui-webcomponents-inputs.js.map +1 -0
- package/esm2015/lib/Button.js +8 -0
- package/esm2015/lib/Button.js.map +1 -0
- package/esm2015/lib/ButtonClickEventArgs.js +17 -0
- package/esm2015/lib/ButtonClickEventArgs.js.map +1 -0
- package/esm2015/lib/ButtonDisplayStyle.js +12 -0
- package/esm2015/lib/ButtonDisplayStyle.js.map +1 -0
- package/esm2015/lib/ButtonGroup.js +8 -0
- package/esm2015/lib/ButtonGroup.js.map +1 -0
- package/esm2015/lib/ButtonGroupButtonCollection.js +29 -0
- package/esm2015/lib/ButtonGroupButtonCollection.js.map +1 -0
- package/esm2015/lib/ButtonGroupDisplayStyle.js +12 -0
- package/esm2015/lib/ButtonGroupDisplayStyle.js.map +1 -0
- package/esm2015/lib/ButtonGroupOrientation.js +17 -0
- package/esm2015/lib/ButtonGroupOrientation.js.map +1 -0
- package/esm2015/lib/ButtonGroupSelectionChangedEventArgs.js +17 -0
- package/esm2015/lib/ButtonGroupSelectionChangedEventArgs.js.map +1 -0
- package/esm2015/lib/ButtonGroupView.js +8 -0
- package/esm2015/lib/ButtonGroupView.js.map +1 -0
- package/esm2015/lib/ButtonGroupView_combined.js +1334 -0
- package/esm2015/lib/ButtonGroupView_combined.js.map +1 -0
- package/esm2015/lib/ButtonGroupVisualModelExport.js +57 -0
- package/esm2015/lib/ButtonGroupVisualModelExport.js.map +1 -0
- package/esm2015/lib/ButtonView.js +8 -0
- package/esm2015/lib/ButtonView.js.map +1 -0
- package/esm2015/lib/ButtonView_combined.js +2879 -0
- package/esm2015/lib/ButtonView_combined.js.map +1 -0
- package/esm2015/lib/ButtonVisualModelExport.js +110 -0
- package/esm2015/lib/ButtonVisualModelExport.js.map +1 -0
- package/esm2015/lib/Calendar.js +8 -0
- package/esm2015/lib/Calendar.js.map +1 -0
- package/esm2015/lib/CalendarLocaleEn.js +57 -0
- package/esm2015/lib/CalendarLocaleEn.js.map +1 -0
- package/esm2015/lib/CalendarView.js +8 -0
- package/esm2015/lib/CalendarView.js.map +1 -0
- package/esm2015/lib/CalendarView_combined.js +2753 -0
- package/esm2015/lib/CalendarView_combined.js.map +1 -0
- package/esm2015/lib/CalendarVisualModelExport.js +101 -0
- package/esm2015/lib/CalendarVisualModelExport.js.map +1 -0
- package/esm2015/lib/Checkbox.js +8 -0
- package/esm2015/lib/Checkbox.js.map +1 -0
- package/esm2015/lib/CheckboxChangeEventArgs.js +34 -0
- package/esm2015/lib/CheckboxChangeEventArgs.js.map +1 -0
- package/esm2015/lib/CheckboxLabelPosition.js +12 -0
- package/esm2015/lib/CheckboxLabelPosition.js.map +1 -0
- package/esm2015/lib/CheckboxView.js +8 -0
- package/esm2015/lib/CheckboxView.js.map +1 -0
- package/esm2015/lib/CheckboxView_combined.js +1026 -0
- package/esm2015/lib/CheckboxView_combined.js.map +1 -0
- package/esm2015/lib/CheckboxVisualModelExport.js +63 -0
- package/esm2015/lib/CheckboxVisualModelExport.js.map +1 -0
- package/esm2015/lib/DateFormats.js +26 -0
- package/esm2015/lib/DateFormats.js.map +1 -0
- package/esm2015/lib/DatePicker.js +8 -0
- package/esm2015/lib/DatePicker.js.map +1 -0
- package/esm2015/lib/DatePickerView.js +8 -0
- package/esm2015/lib/DatePickerView.js.map +1 -0
- package/esm2015/lib/DatePickerView_combined.js +1439 -0
- package/esm2015/lib/DatePickerView_combined.js.map +1 -0
- package/esm2015/lib/DatePickerVisualModelExport.js +71 -0
- package/esm2015/lib/DatePickerVisualModelExport.js.map +1 -0
- package/esm2015/lib/DateTimeValueFormatter.js +109 -0
- package/esm2015/lib/DateTimeValueFormatter.js.map +1 -0
- package/esm2015/lib/DayInfo.js +24 -0
- package/esm2015/lib/DayInfo.js.map +1 -0
- package/esm2015/lib/DayOfWeek.js +46 -0
- package/esm2015/lib/DayOfWeek.js.map +1 -0
- package/esm2015/lib/ElevationHelper.js +68 -0
- package/esm2015/lib/ElevationHelper.js.map +1 -0
- package/esm2015/lib/FirstWeek.js +30 -0
- package/esm2015/lib/FirstWeek.js.map +1 -0
- package/esm2015/lib/GotFocusEventArgs.js +17 -0
- package/esm2015/lib/GotFocusEventArgs.js.map +1 -0
- package/esm2015/lib/Icon.js +8 -0
- package/esm2015/lib/Icon.js.map +1 -0
- package/esm2015/lib/IconView.js +8 -0
- package/esm2015/lib/IconView.js.map +1 -0
- package/esm2015/lib/IconView_combined.js +557 -0
- package/esm2015/lib/IconView_combined.js.map +1 -0
- package/esm2015/lib/IconVisualModelExport.js +68 -0
- package/esm2015/lib/IconVisualModelExport.js.map +1 -0
- package/esm2015/lib/Input.js +8 -0
- package/esm2015/lib/Input.js.map +1 -0
- package/esm2015/lib/InputChangeEventArgs.js +34 -0
- package/esm2015/lib/InputChangeEventArgs.js.map +1 -0
- package/esm2015/lib/InputGroup.js +8 -0
- package/esm2015/lib/InputGroup.js.map +1 -0
- package/esm2015/lib/InputGroupDisplayType.js +19 -0
- package/esm2015/lib/InputGroupDisplayType.js.map +1 -0
- package/esm2015/lib/InputGroupInputCollection.js +8 -0
- package/esm2015/lib/InputGroupInputCollection.js.map +1 -0
- package/esm2015/lib/InputGroupItem.js +8 -0
- package/esm2015/lib/InputGroupItem.js.map +1 -0
- package/esm2015/lib/InputGroupView.js +8 -0
- package/esm2015/lib/InputGroupView.js.map +1 -0
- package/esm2015/lib/InputGroupView_combined.js +5152 -0
- package/esm2015/lib/InputGroupView_combined.js.map +1 -0
- package/esm2015/lib/InputGroupVisualModelExport.js +110 -0
- package/esm2015/lib/InputGroupVisualModelExport.js.map +1 -0
- package/esm2015/lib/InputShiftType.js +18 -0
- package/esm2015/lib/InputShiftType.js.map +1 -0
- package/esm2015/lib/InputView.js +8 -0
- package/esm2015/lib/InputView.js.map +1 -0
- package/esm2015/lib/InputVisualModelExport.js +79 -0
- package/esm2015/lib/InputVisualModelExport.js.map +1 -0
- package/esm2015/lib/KEYCODES.js +12 -0
- package/esm2015/lib/KEYCODES.js.map +1 -0
- package/esm2015/lib/Label.js +8 -0
- package/esm2015/lib/Label.js.map +1 -0
- package/esm2015/lib/LabelShiftType.js +18 -0
- package/esm2015/lib/LabelShiftType.js.map +1 -0
- package/esm2015/lib/LabelView.js +8 -0
- package/esm2015/lib/LabelView.js.map +1 -0
- package/esm2015/lib/LabelVisualModelExport.js +85 -0
- package/esm2015/lib/LabelVisualModelExport.js.map +1 -0
- package/esm2015/lib/LostFocusEventArgs.js +17 -0
- package/esm2015/lib/LostFocusEventArgs.js.map +1 -0
- package/esm2015/lib/MaskOptions.js +22 -0
- package/esm2015/lib/MaskOptions.js.map +1 -0
- package/esm2015/lib/MaskParsingService.js +214 -0
- package/esm2015/lib/MaskParsingService.js.map +1 -0
- package/esm2015/lib/Prefix.js +8 -0
- package/esm2015/lib/Prefix.js.map +1 -0
- package/esm2015/lib/PrefixShiftType.js +18 -0
- package/esm2015/lib/PrefixShiftType.js.map +1 -0
- package/esm2015/lib/PrefixView.js +8 -0
- package/esm2015/lib/PrefixView.js.map +1 -0
- package/esm2015/lib/PrefixVisualModelExport.js +36 -0
- package/esm2015/lib/PrefixVisualModelExport.js.map +1 -0
- package/esm2015/lib/Replaced.js +22 -0
- package/esm2015/lib/Replaced.js.map +1 -0
- package/esm2015/lib/Ripple.js +8 -0
- package/esm2015/lib/Ripple.js.map +1 -0
- package/esm2015/lib/RippleView.js +8 -0
- package/esm2015/lib/RippleView.js.map +1 -0
- package/esm2015/lib/RippleView_combined.js +397 -0
- package/esm2015/lib/RippleView_combined.js.map +1 -0
- package/esm2015/lib/RippleVisualModelExport.js +39 -0
- package/esm2015/lib/RippleVisualModelExport.js.map +1 -0
- package/esm2015/lib/Suffix.js +8 -0
- package/esm2015/lib/Suffix.js.map +1 -0
- package/esm2015/lib/SuffixShiftType.js +18 -0
- package/esm2015/lib/SuffixShiftType.js.map +1 -0
- package/esm2015/lib/SuffixView.js +8 -0
- package/esm2015/lib/SuffixView.js.map +1 -0
- package/esm2015/lib/SuffixVisualModelExport.js +35 -0
- package/esm2015/lib/SuffixVisualModelExport.js.map +1 -0
- package/esm2015/lib/TextElementsVisualModelExport.js +45 -0
- package/esm2015/lib/TextElementsVisualModelExport.js.map +1 -0
- package/esm2015/lib/ThemeResolver.js +53 -0
- package/esm2015/lib/ThemeResolver.js.map +1 -0
- package/esm2015/lib/ValueChangedEventArgs.js +34 -0
- package/esm2015/lib/ValueChangedEventArgs.js.map +1 -0
- package/esm2015/lib/igc-button-click-event-args.js +25 -0
- package/esm2015/lib/igc-button-click-event-args.js.map +1 -0
- package/esm2015/lib/igc-button-component.js +2010 -0
- package/esm2015/lib/igc-button-component.js.map +1 -0
- package/esm2015/lib/igc-button-group-button-collection.js +49 -0
- package/esm2015/lib/igc-button-group-button-collection.js.map +1 -0
- package/esm2015/lib/igc-button-group-component.js +1017 -0
- package/esm2015/lib/igc-button-group-component.js.map +1 -0
- package/esm2015/lib/igc-button-group-module.js +22 -0
- package/esm2015/lib/igc-button-group-module.js.map +1 -0
- package/esm2015/lib/igc-button-group-selection-changed-event-args.js +25 -0
- package/esm2015/lib/igc-button-group-selection-changed-event-args.js.map +1 -0
- package/esm2015/lib/igc-button-module.js +22 -0
- package/esm2015/lib/igc-button-module.js.map +1 -0
- package/esm2015/lib/igc-calendar-component.js +484 -0
- package/esm2015/lib/igc-calendar-component.js.map +1 -0
- package/esm2015/lib/igc-calendar-locale-en-module.js +14 -0
- package/esm2015/lib/igc-calendar-locale-en-module.js.map +1 -0
- package/esm2015/lib/igc-calendar-module.js +22 -0
- package/esm2015/lib/igc-calendar-module.js.map +1 -0
- package/esm2015/lib/igc-checkbox-change-event-args.js +38 -0
- package/esm2015/lib/igc-checkbox-change-event-args.js.map +1 -0
- package/esm2015/lib/igc-checkbox-component.js +620 -0
- package/esm2015/lib/igc-checkbox-component.js.map +1 -0
- package/esm2015/lib/igc-checkbox-module.js +22 -0
- package/esm2015/lib/igc-checkbox-module.js.map +1 -0
- package/esm2015/lib/igc-date-picker-component.js +604 -0
- package/esm2015/lib/igc-date-picker-component.js.map +1 -0
- package/esm2015/lib/igc-date-picker-module.js +26 -0
- package/esm2015/lib/igc-date-picker-module.js.map +1 -0
- package/esm2015/lib/igc-got-focus-event-args.js +25 -0
- package/esm2015/lib/igc-got-focus-event-args.js.map +1 -0
- package/esm2015/lib/igc-icon-component.js +490 -0
- package/esm2015/lib/igc-icon-component.js.map +1 -0
- package/esm2015/lib/igc-icon-module.js +20 -0
- package/esm2015/lib/igc-icon-module.js.map +1 -0
- package/esm2015/lib/igc-input-change-event-args.js +38 -0
- package/esm2015/lib/igc-input-change-event-args.js.map +1 -0
- package/esm2015/lib/igc-input-component.js +540 -0
- package/esm2015/lib/igc-input-component.js.map +1 -0
- package/esm2015/lib/igc-input-group-component.js +1966 -0
- package/esm2015/lib/igc-input-group-component.js.map +1 -0
- package/esm2015/lib/igc-input-group-input-collection.js +49 -0
- package/esm2015/lib/igc-input-group-input-collection.js.map +1 -0
- package/esm2015/lib/igc-input-group-item-component.js +176 -0
- package/esm2015/lib/igc-input-group-item-component.js.map +1 -0
- package/esm2015/lib/igc-input-group-module.js +24 -0
- package/esm2015/lib/igc-input-group-module.js.map +1 -0
- package/esm2015/lib/igc-input-module.js +20 -0
- package/esm2015/lib/igc-input-module.js.map +1 -0
- package/esm2015/lib/igc-label-component.js +400 -0
- package/esm2015/lib/igc-label-component.js.map +1 -0
- package/esm2015/lib/igc-label-module.js +20 -0
- package/esm2015/lib/igc-label-module.js.map +1 -0
- package/esm2015/lib/igc-lost-focus-event-args.js +25 -0
- package/esm2015/lib/igc-lost-focus-event-args.js.map +1 -0
- package/esm2015/lib/igc-prefix-component.js +186 -0
- package/esm2015/lib/igc-prefix-component.js.map +1 -0
- package/esm2015/lib/igc-prefix-module.js +20 -0
- package/esm2015/lib/igc-prefix-module.js.map +1 -0
- package/esm2015/lib/igc-ripple-component.js +380 -0
- package/esm2015/lib/igc-ripple-component.js.map +1 -0
- package/esm2015/lib/igc-ripple-module.js +18 -0
- package/esm2015/lib/igc-ripple-module.js.map +1 -0
- package/esm2015/lib/igc-suffix-component.js +186 -0
- package/esm2015/lib/igc-suffix-component.js.map +1 -0
- package/esm2015/lib/igc-value-changed-event-args.js +37 -0
- package/esm2015/lib/igc-value-changed-event-args.js.map +1 -0
- package/esm2015/public_api.js +103 -0
- package/esm2015/public_api.js.map +1 -0
- package/esm5/igniteui-webcomponents-inputs.js +2 -0
- package/esm5/igniteui-webcomponents-inputs.js.map +1 -0
- package/esm5/lib/Button.js +8 -0
- package/esm5/lib/Button.js.map +1 -0
- package/esm5/lib/ButtonClickEventArgs.js +21 -0
- package/esm5/lib/ButtonClickEventArgs.js.map +1 -0
- package/esm5/lib/ButtonDisplayStyle.js +12 -0
- package/esm5/lib/ButtonDisplayStyle.js.map +1 -0
- package/esm5/lib/ButtonGroup.js +8 -0
- package/esm5/lib/ButtonGroup.js.map +1 -0
- package/esm5/lib/ButtonGroupButtonCollection.js +31 -0
- package/esm5/lib/ButtonGroupButtonCollection.js.map +1 -0
- package/esm5/lib/ButtonGroupDisplayStyle.js +12 -0
- package/esm5/lib/ButtonGroupDisplayStyle.js.map +1 -0
- package/esm5/lib/ButtonGroupOrientation.js +17 -0
- package/esm5/lib/ButtonGroupOrientation.js.map +1 -0
- package/esm5/lib/ButtonGroupSelectionChangedEventArgs.js +21 -0
- package/esm5/lib/ButtonGroupSelectionChangedEventArgs.js.map +1 -0
- package/esm5/lib/ButtonGroupView.js +8 -0
- package/esm5/lib/ButtonGroupView.js.map +1 -0
- package/esm5/lib/ButtonGroupView_combined.js +1702 -0
- package/esm5/lib/ButtonGroupView_combined.js.map +1 -0
- package/esm5/lib/ButtonGroupVisualModelExport.js +59 -0
- package/esm5/lib/ButtonGroupVisualModelExport.js.map +1 -0
- package/esm5/lib/ButtonView.js +8 -0
- package/esm5/lib/ButtonView.js.map +1 -0
- package/esm5/lib/ButtonView_combined.js +3529 -0
- package/esm5/lib/ButtonView_combined.js.map +1 -0
- package/esm5/lib/ButtonVisualModelExport.js +112 -0
- package/esm5/lib/ButtonVisualModelExport.js.map +1 -0
- package/esm5/lib/Calendar.js +8 -0
- package/esm5/lib/Calendar.js.map +1 -0
- package/esm5/lib/CalendarLocaleEn.js +59 -0
- package/esm5/lib/CalendarLocaleEn.js.map +1 -0
- package/esm5/lib/CalendarView.js +8 -0
- package/esm5/lib/CalendarView.js.map +1 -0
- package/esm5/lib/CalendarView_combined.js +2877 -0
- package/esm5/lib/CalendarView_combined.js.map +1 -0
- package/esm5/lib/CalendarVisualModelExport.js +103 -0
- package/esm5/lib/CalendarVisualModelExport.js.map +1 -0
- package/esm5/lib/Checkbox.js +8 -0
- package/esm5/lib/Checkbox.js.map +1 -0
- package/esm5/lib/CheckboxChangeEventArgs.js +44 -0
- package/esm5/lib/CheckboxChangeEventArgs.js.map +1 -0
- package/esm5/lib/CheckboxLabelPosition.js +12 -0
- package/esm5/lib/CheckboxLabelPosition.js.map +1 -0
- package/esm5/lib/CheckboxView.js +8 -0
- package/esm5/lib/CheckboxView.js.map +1 -0
- package/esm5/lib/CheckboxView_combined.js +1220 -0
- package/esm5/lib/CheckboxView_combined.js.map +1 -0
- package/esm5/lib/CheckboxVisualModelExport.js +65 -0
- package/esm5/lib/CheckboxVisualModelExport.js.map +1 -0
- package/esm5/lib/DateFormats.js +26 -0
- package/esm5/lib/DateFormats.js.map +1 -0
- package/esm5/lib/DatePicker.js +8 -0
- package/esm5/lib/DatePicker.js.map +1 -0
- package/esm5/lib/DatePickerView.js +8 -0
- package/esm5/lib/DatePickerView.js.map +1 -0
- package/esm5/lib/DatePickerView_combined.js +1539 -0
- package/esm5/lib/DatePickerView_combined.js.map +1 -0
- package/esm5/lib/DatePickerVisualModelExport.js +73 -0
- package/esm5/lib/DatePickerVisualModelExport.js.map +1 -0
- package/esm5/lib/DateTimeValueFormatter.js +111 -0
- package/esm5/lib/DateTimeValueFormatter.js.map +1 -0
- package/esm5/lib/DayInfo.js +26 -0
- package/esm5/lib/DayInfo.js.map +1 -0
- package/esm5/lib/DayOfWeek.js +46 -0
- package/esm5/lib/DayOfWeek.js.map +1 -0
- package/esm5/lib/ElevationHelper.js +72 -0
- package/esm5/lib/ElevationHelper.js.map +1 -0
- package/esm5/lib/FirstWeek.js +30 -0
- package/esm5/lib/FirstWeek.js.map +1 -0
- package/esm5/lib/GotFocusEventArgs.js +21 -0
- package/esm5/lib/GotFocusEventArgs.js.map +1 -0
- package/esm5/lib/Icon.js +8 -0
- package/esm5/lib/Icon.js.map +1 -0
- package/esm5/lib/IconView.js +8 -0
- package/esm5/lib/IconView.js.map +1 -0
- package/esm5/lib/IconView_combined.js +706 -0
- package/esm5/lib/IconView_combined.js.map +1 -0
- package/esm5/lib/IconVisualModelExport.js +74 -0
- package/esm5/lib/IconVisualModelExport.js.map +1 -0
- package/esm5/lib/Input.js +8 -0
- package/esm5/lib/Input.js.map +1 -0
- package/esm5/lib/InputChangeEventArgs.js +44 -0
- package/esm5/lib/InputChangeEventArgs.js.map +1 -0
- package/esm5/lib/InputGroup.js +8 -0
- package/esm5/lib/InputGroup.js.map +1 -0
- package/esm5/lib/InputGroupDisplayType.js +19 -0
- package/esm5/lib/InputGroupDisplayType.js.map +1 -0
- package/esm5/lib/InputGroupInputCollection.js +8 -0
- package/esm5/lib/InputGroupInputCollection.js.map +1 -0
- package/esm5/lib/InputGroupItem.js +8 -0
- package/esm5/lib/InputGroupItem.js.map +1 -0
- package/esm5/lib/InputGroupView.js +8 -0
- package/esm5/lib/InputGroupView.js.map +1 -0
- package/esm5/lib/InputGroupView_combined.js +6273 -0
- package/esm5/lib/InputGroupView_combined.js.map +1 -0
- package/esm5/lib/InputGroupVisualModelExport.js +112 -0
- package/esm5/lib/InputGroupVisualModelExport.js.map +1 -0
- package/esm5/lib/InputShiftType.js +18 -0
- package/esm5/lib/InputShiftType.js.map +1 -0
- package/esm5/lib/InputView.js +8 -0
- package/esm5/lib/InputView.js.map +1 -0
- package/esm5/lib/InputVisualModelExport.js +81 -0
- package/esm5/lib/InputVisualModelExport.js.map +1 -0
- package/esm5/lib/KEYCODES.js +12 -0
- package/esm5/lib/KEYCODES.js.map +1 -0
- package/esm5/lib/Label.js +8 -0
- package/esm5/lib/Label.js.map +1 -0
- package/esm5/lib/LabelShiftType.js +18 -0
- package/esm5/lib/LabelShiftType.js.map +1 -0
- package/esm5/lib/LabelView.js +8 -0
- package/esm5/lib/LabelView.js.map +1 -0
- package/esm5/lib/LabelVisualModelExport.js +87 -0
- package/esm5/lib/LabelVisualModelExport.js.map +1 -0
- package/esm5/lib/LostFocusEventArgs.js +21 -0
- package/esm5/lib/LostFocusEventArgs.js.map +1 -0
- package/esm5/lib/MaskOptions.js +24 -0
- package/esm5/lib/MaskOptions.js.map +1 -0
- package/esm5/lib/MaskParsingService.js +268 -0
- package/esm5/lib/MaskParsingService.js.map +1 -0
- package/esm5/lib/Prefix.js +8 -0
- package/esm5/lib/Prefix.js.map +1 -0
- package/esm5/lib/PrefixShiftType.js +18 -0
- package/esm5/lib/PrefixShiftType.js.map +1 -0
- package/esm5/lib/PrefixView.js +8 -0
- package/esm5/lib/PrefixView.js.map +1 -0
- package/esm5/lib/PrefixVisualModelExport.js +38 -0
- package/esm5/lib/PrefixVisualModelExport.js.map +1 -0
- package/esm5/lib/Replaced.js +24 -0
- package/esm5/lib/Replaced.js.map +1 -0
- package/esm5/lib/Ripple.js +8 -0
- package/esm5/lib/Ripple.js.map +1 -0
- package/esm5/lib/RippleView.js +8 -0
- package/esm5/lib/RippleView.js.map +1 -0
- package/esm5/lib/RippleView_combined.js +492 -0
- package/esm5/lib/RippleView_combined.js.map +1 -0
- package/esm5/lib/RippleVisualModelExport.js +41 -0
- package/esm5/lib/RippleVisualModelExport.js.map +1 -0
- package/esm5/lib/Suffix.js +8 -0
- package/esm5/lib/Suffix.js.map +1 -0
- package/esm5/lib/SuffixShiftType.js +18 -0
- package/esm5/lib/SuffixShiftType.js.map +1 -0
- package/esm5/lib/SuffixView.js +8 -0
- package/esm5/lib/SuffixView.js.map +1 -0
- package/esm5/lib/SuffixVisualModelExport.js +37 -0
- package/esm5/lib/SuffixVisualModelExport.js.map +1 -0
- package/esm5/lib/TextElementsVisualModelExport.js +47 -0
- package/esm5/lib/TextElementsVisualModelExport.js.map +1 -0
- package/esm5/lib/ThemeResolver.js +57 -0
- package/esm5/lib/ThemeResolver.js.map +1 -0
- package/esm5/lib/ValueChangedEventArgs.js +44 -0
- package/esm5/lib/ValueChangedEventArgs.js.map +1 -0
- package/esm5/lib/igc-button-click-event-args.js +31 -0
- package/esm5/lib/igc-button-click-event-args.js.map +1 -0
- package/esm5/lib/igc-button-component.js +2722 -0
- package/esm5/lib/igc-button-component.js.map +1 -0
- package/esm5/lib/igc-button-group-button-collection.js +54 -0
- package/esm5/lib/igc-button-group-button-collection.js.map +1 -0
- package/esm5/lib/igc-button-group-component.js +1318 -0
- package/esm5/lib/igc-button-group-component.js.map +1 -0
- package/esm5/lib/igc-button-group-module.js +26 -0
- package/esm5/lib/igc-button-group-module.js.map +1 -0
- package/esm5/lib/igc-button-group-selection-changed-event-args.js +31 -0
- package/esm5/lib/igc-button-group-selection-changed-event-args.js.map +1 -0
- package/esm5/lib/igc-button-module.js +26 -0
- package/esm5/lib/igc-button-module.js.map +1 -0
- package/esm5/lib/igc-calendar-component.js +595 -0
- package/esm5/lib/igc-calendar-component.js.map +1 -0
- package/esm5/lib/igc-calendar-locale-en-module.js +18 -0
- package/esm5/lib/igc-calendar-locale-en-module.js.map +1 -0
- package/esm5/lib/igc-calendar-module.js +26 -0
- package/esm5/lib/igc-calendar-module.js.map +1 -0
- package/esm5/lib/igc-checkbox-change-event-args.js +52 -0
- package/esm5/lib/igc-checkbox-change-event-args.js.map +1 -0
- package/esm5/lib/igc-checkbox-component.js +788 -0
- package/esm5/lib/igc-checkbox-component.js.map +1 -0
- package/esm5/lib/igc-checkbox-module.js +26 -0
- package/esm5/lib/igc-checkbox-module.js.map +1 -0
- package/esm5/lib/igc-date-picker-component.js +739 -0
- package/esm5/lib/igc-date-picker-component.js.map +1 -0
- package/esm5/lib/igc-date-picker-module.js +30 -0
- package/esm5/lib/igc-date-picker-module.js.map +1 -0
- package/esm5/lib/igc-got-focus-event-args.js +31 -0
- package/esm5/lib/igc-got-focus-event-args.js.map +1 -0
- package/esm5/lib/igc-icon-component.js +609 -0
- package/esm5/lib/igc-icon-component.js.map +1 -0
- package/esm5/lib/igc-icon-module.js +24 -0
- package/esm5/lib/igc-icon-module.js.map +1 -0
- package/esm5/lib/igc-input-change-event-args.js +52 -0
- package/esm5/lib/igc-input-change-event-args.js.map +1 -0
- package/esm5/lib/igc-input-component.js +676 -0
- package/esm5/lib/igc-input-component.js.map +1 -0
- package/esm5/lib/igc-input-group-component.js +2646 -0
- package/esm5/lib/igc-input-group-component.js.map +1 -0
- package/esm5/lib/igc-input-group-input-collection.js +54 -0
- package/esm5/lib/igc-input-group-input-collection.js.map +1 -0
- package/esm5/lib/igc-input-group-item-component.js +194 -0
- package/esm5/lib/igc-input-group-item-component.js.map +1 -0
- package/esm5/lib/igc-input-group-module.js +28 -0
- package/esm5/lib/igc-input-group-module.js.map +1 -0
- package/esm5/lib/igc-input-module.js +24 -0
- package/esm5/lib/igc-input-module.js.map +1 -0
- package/esm5/lib/igc-label-component.js +523 -0
- package/esm5/lib/igc-label-component.js.map +1 -0
- package/esm5/lib/igc-label-module.js +24 -0
- package/esm5/lib/igc-label-module.js.map +1 -0
- package/esm5/lib/igc-lost-focus-event-args.js +31 -0
- package/esm5/lib/igc-lost-focus-event-args.js.map +1 -0
- package/esm5/lib/igc-prefix-component.js +229 -0
- package/esm5/lib/igc-prefix-component.js.map +1 -0
- package/esm5/lib/igc-prefix-module.js +24 -0
- package/esm5/lib/igc-prefix-module.js.map +1 -0
- package/esm5/lib/igc-ripple-component.js +450 -0
- package/esm5/lib/igc-ripple-component.js.map +1 -0
- package/esm5/lib/igc-ripple-module.js +22 -0
- package/esm5/lib/igc-ripple-module.js.map +1 -0
- package/esm5/lib/igc-suffix-component.js +229 -0
- package/esm5/lib/igc-suffix-component.js.map +1 -0
- package/esm5/lib/igc-value-changed-event-args.js +51 -0
- package/esm5/lib/igc-value-changed-event-args.js.map +1 -0
- package/esm5/public_api.js +103 -0
- package/esm5/public_api.js.map +1 -0
- package/fesm2015/igniteui-webcomponents-inputs.js +26824 -0
- package/fesm2015/igniteui-webcomponents-inputs.js.map +1 -0
- package/fesm5/igniteui-webcomponents-inputs.js +32419 -0
- package/fesm5/igniteui-webcomponents-inputs.js.map +1 -0
- package/igniteui-webcomponents-inputs.d.ts +1 -0
- package/lib/Button.d.ts +1 -0
- package/lib/ButtonClickEventArgs.d.ts +7 -0
- package/lib/ButtonDisplayStyle.d.ts +15 -0
- package/lib/ButtonGroup.d.ts +1 -0
- package/lib/ButtonGroupButtonCollection.d.ts +12 -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 +306 -0
- package/lib/ButtonGroupVisualModelExport.d.ts +24 -0
- package/lib/ButtonView.d.ts +1 -0
- package/lib/ButtonView_combined.d.ts +667 -0
- package/lib/ButtonVisualModelExport.d.ts +46 -0
- package/lib/Calendar.d.ts +1 -0
- package/lib/CalendarLocaleEn.d.ts +49 -0
- package/lib/CalendarView.d.ts +1 -0
- package/lib/CalendarView_combined.d.ts +206 -0
- package/lib/CalendarVisualModelExport.d.ts +33 -0
- package/lib/Checkbox.d.ts +1 -0
- package/lib/CheckboxChangeEventArgs.d.ts +11 -0
- package/lib/CheckboxLabelPosition.d.ts +12 -0
- package/lib/CheckboxView.d.ts +1 -0
- package/lib/CheckboxView_combined.d.ts +181 -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 +191 -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/Icon.d.ts +1 -0
- package/lib/IconView.d.ts +1 -0
- package/lib/IconView_combined.d.ts +117 -0
- package/lib/IconVisualModelExport.d.ts +21 -0
- package/lib/Input.d.ts +1 -0
- package/lib/InputChangeEventArgs.d.ts +11 -0
- package/lib/InputGroup.d.ts +1 -0
- package/lib/InputGroupDisplayType.d.ts +11 -0
- package/lib/InputGroupInputCollection.d.ts +1 -0
- package/lib/InputGroupItem.d.ts +1 -0
- package/lib/InputGroupView.d.ts +1 -0
- package/lib/InputGroupView_combined.d.ts +1192 -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 +26 -0
- package/lib/Label.d.ts +1 -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/Prefix.d.ts +1 -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/Ripple.d.ts +1 -0
- package/lib/RippleView.d.ts +1 -0
- package/lib/RippleView_combined.d.ts +89 -0
- package/lib/RippleVisualModelExport.d.ts +15 -0
- package/lib/Suffix.d.ts +1 -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/ThemeResolver.d.ts +18 -0
- package/lib/ValueChangedEventArgs.d.ts +11 -0
- package/lib/igc-button-click-event-args.d.ts +12 -0
- package/lib/igc-button-component.d.ts +671 -0
- package/lib/igc-button-group-button-collection.d.ts +8 -0
- package/lib/igc-button-group-component.d.ts +344 -0
- package/lib/igc-button-group-module.d.ts +3 -0
- package/lib/igc-button-group-selection-changed-event-args.d.ts +12 -0
- package/lib/igc-button-module.d.ts +3 -0
- package/lib/igc-calendar-component.d.ts +152 -0
- package/lib/igc-calendar-locale-en-module.d.ts +3 -0
- package/lib/igc-calendar-module.d.ts +3 -0
- package/lib/igc-checkbox-change-event-args.d.ts +14 -0
- package/lib/igc-checkbox-component.d.ts +198 -0
- package/lib/igc-checkbox-module.d.ts +3 -0
- package/lib/igc-date-picker-component.d.ts +174 -0
- package/lib/igc-date-picker-module.d.ts +3 -0
- package/lib/igc-got-focus-event-args.d.ts +12 -0
- package/lib/igc-icon-component.d.ts +148 -0
- package/lib/igc-icon-module.d.ts +3 -0
- package/lib/igc-input-change-event-args.d.ts +14 -0
- package/lib/igc-input-component.d.ts +145 -0
- package/lib/igc-input-group-component.d.ts +588 -0
- package/lib/igc-input-group-input-collection.d.ts +8 -0
- package/lib/igc-input-group-item-component.d.ts +39 -0
- package/lib/igc-input-group-module.d.ts +3 -0
- package/lib/igc-input-module.d.ts +3 -0
- package/lib/igc-label-component.d.ts +141 -0
- package/lib/igc-label-module.d.ts +3 -0
- package/lib/igc-lost-focus-event-args.d.ts +12 -0
- package/lib/igc-prefix-component.d.ts +55 -0
- package/lib/igc-prefix-module.d.ts +3 -0
- package/lib/igc-ripple-component.d.ts +104 -0
- package/lib/igc-ripple-module.d.ts +3 -0
- package/lib/igc-suffix-component.d.ts +55 -0
- package/lib/igc-value-changed-event-args.d.ts +14 -0
- package/package.json +35 -0
- package/public_api.d.ts +102 -0
|
@@ -0,0 +1,739 @@
|
|
|
1
|
+
import * as tslib_1 from "tslib";
|
|
2
|
+
import { ensureEnum, brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, NamePatcher, toSpinal, enumToString, getAllPropertyNames, fromSpinal } from "igniteui-webcomponents-core";
|
|
3
|
+
import { FontInfo } from "igniteui-webcomponents-core";
|
|
4
|
+
import { WebComponentRenderer } from "igniteui-webcomponents-core";
|
|
5
|
+
import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
|
|
6
|
+
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
7
|
+
import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
8
|
+
import { DatePicker } from './DatePicker';
|
|
9
|
+
import { IgcValueChangedEventArgs } from "./igc-value-changed-event-args";
|
|
10
|
+
import { IgcGotFocusEventArgs } from "./igc-got-focus-event-args";
|
|
11
|
+
import { IgcLostFocusEventArgs } from "./igc-lost-focus-event-args";
|
|
12
|
+
import { IgcInputChangeEventArgs } from "./igc-input-change-event-args";
|
|
13
|
+
import { IgcKeyEventArgs } from "igniteui-webcomponents-core";
|
|
14
|
+
import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
|
|
15
|
+
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
16
|
+
import { DateFormats_$type } from "./DateFormats";
|
|
17
|
+
import { DayOfWeek_$type } from "./DayOfWeek";
|
|
18
|
+
import { FirstWeek_$type } from "./FirstWeek";
|
|
19
|
+
var IgcDatePickerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
20
|
+
tslib_1.__extends(IgcDatePickerComponent, _super);
|
|
21
|
+
function IgcDatePickerComponent() {
|
|
22
|
+
var _this = _super.call(this) || this;
|
|
23
|
+
_this._disconnected = false;
|
|
24
|
+
_this._settingAttributes = false;
|
|
25
|
+
_this._attached = false;
|
|
26
|
+
_this._queuedSetAttributes = [];
|
|
27
|
+
_this._updatingFromAttribute = false;
|
|
28
|
+
_this.__p = null;
|
|
29
|
+
_this._hasUserValues = new Set();
|
|
30
|
+
_this._stylingContainer = null;
|
|
31
|
+
_this._stylingParent = null;
|
|
32
|
+
_this._inStyling = false;
|
|
33
|
+
_this._valueChanged = null;
|
|
34
|
+
_this._valueChanged_wrapped = null;
|
|
35
|
+
_this._gotFocus = null;
|
|
36
|
+
_this._gotFocus_wrapped = null;
|
|
37
|
+
_this._lostFocus = null;
|
|
38
|
+
_this._lostFocus_wrapped = null;
|
|
39
|
+
_this._keyDown = null;
|
|
40
|
+
_this._keyDown_wrapped = null;
|
|
41
|
+
_this._changing = null;
|
|
42
|
+
_this._changing_wrapped = null;
|
|
43
|
+
if (_this._styling) {
|
|
44
|
+
NamePatcher.ensureStylablePatched(Object.getPrototypeOf(_this));
|
|
45
|
+
}
|
|
46
|
+
_this._renderer = new WebComponentRenderer(_this, document, true, null);
|
|
47
|
+
_this._implementation = _this.createImplementation();
|
|
48
|
+
_this._container = _this._renderer.createElement("div");
|
|
49
|
+
_this._renderer.updateRoot(_this._container);
|
|
50
|
+
//this._renderer.rootWrapper.append(this._container);
|
|
51
|
+
//this._container.setStyleProperty("width", "100%");
|
|
52
|
+
//this._container.setStyleProperty("height", "100%");
|
|
53
|
+
var datePicker = _this.i;
|
|
54
|
+
_this._datePicker = datePicker;
|
|
55
|
+
_this._renderer.addSizeWatcher(function () {
|
|
56
|
+
_this._datePicker.notifySizeChanged();
|
|
57
|
+
});
|
|
58
|
+
return _this;
|
|
59
|
+
}
|
|
60
|
+
Object.defineProperty(IgcDatePickerComponent.prototype, "height", {
|
|
61
|
+
get: function () {
|
|
62
|
+
return this._height;
|
|
63
|
+
},
|
|
64
|
+
set: function (value) {
|
|
65
|
+
this._height = value;
|
|
66
|
+
this.style.height = value;
|
|
67
|
+
this.i.notifySizeChanged();
|
|
68
|
+
},
|
|
69
|
+
enumerable: true,
|
|
70
|
+
configurable: true
|
|
71
|
+
});
|
|
72
|
+
Object.defineProperty(IgcDatePickerComponent.prototype, "width", {
|
|
73
|
+
get: function () {
|
|
74
|
+
return this._width;
|
|
75
|
+
},
|
|
76
|
+
set: function (value) {
|
|
77
|
+
this._width = value;
|
|
78
|
+
this.style.width = value;
|
|
79
|
+
this.i.notifySizeChanged();
|
|
80
|
+
},
|
|
81
|
+
enumerable: true,
|
|
82
|
+
configurable: true
|
|
83
|
+
});
|
|
84
|
+
// supports angular themes or custom properties set in CSS
|
|
85
|
+
IgcDatePickerComponent.prototype.updateStyle = function () {
|
|
86
|
+
this._styling(this, this);
|
|
87
|
+
};
|
|
88
|
+
IgcDatePickerComponent.prototype.destroy = function () {
|
|
89
|
+
this._datePicker.destroy();
|
|
90
|
+
};
|
|
91
|
+
IgcDatePickerComponent.prototype.createImplementation = function () {
|
|
92
|
+
return new DatePicker();
|
|
93
|
+
};
|
|
94
|
+
IgcDatePickerComponent.prototype.disconnectedCallback = function () {
|
|
95
|
+
this._disconnected = true;
|
|
96
|
+
};
|
|
97
|
+
IgcDatePickerComponent.prototype.connectedCallback = function () {
|
|
98
|
+
if (this._disconnected) {
|
|
99
|
+
this._disconnected = false;
|
|
100
|
+
return;
|
|
101
|
+
}
|
|
102
|
+
this.classList.add("ig-date-picker");
|
|
103
|
+
this.classList.add("igc-date-picker");
|
|
104
|
+
var rootWrapper = this._renderer.rootWrapper;
|
|
105
|
+
var rootElement = rootWrapper.getNativeElement();
|
|
106
|
+
this.appendChild(rootElement);
|
|
107
|
+
this._attached = true;
|
|
108
|
+
this.style.display = "block";
|
|
109
|
+
this.style.height = this._height;
|
|
110
|
+
this.style.width = this._width;
|
|
111
|
+
var inputContainer = this._renderer.createElement("div");
|
|
112
|
+
this._container.append(inputContainer);
|
|
113
|
+
var popupContainer = this._renderer.createElement("div");
|
|
114
|
+
this._container.append(popupContainer);
|
|
115
|
+
this._datePicker.provideContainer(this._renderer);
|
|
116
|
+
this._datePicker.notifySizeChanged();
|
|
117
|
+
this._flushQueuedAttributes();
|
|
118
|
+
// supports themes or custom properties set in CSS
|
|
119
|
+
this._styling(this, this);
|
|
120
|
+
this.afterContentInit();
|
|
121
|
+
};
|
|
122
|
+
IgcDatePickerComponent.prototype.afterContentInit = function () {
|
|
123
|
+
this.i.notifySizeChanged();
|
|
124
|
+
};
|
|
125
|
+
Object.defineProperty(IgcDatePickerComponent.prototype, "i", {
|
|
126
|
+
/**
|
|
127
|
+
* @hidden
|
|
128
|
+
*/
|
|
129
|
+
get: function () {
|
|
130
|
+
return this._implementation;
|
|
131
|
+
} /**
|
|
132
|
+
* @hidden
|
|
133
|
+
*/,
|
|
134
|
+
enumerable: true,
|
|
135
|
+
configurable: true
|
|
136
|
+
});
|
|
137
|
+
IgcDatePickerComponent._createFromInternal = function (internal) {
|
|
138
|
+
if (!internal) {
|
|
139
|
+
return null;
|
|
140
|
+
}
|
|
141
|
+
if (!internal.$type) {
|
|
142
|
+
return null;
|
|
143
|
+
}
|
|
144
|
+
var name = internal.$type.name;
|
|
145
|
+
var externalName = "Igc" + name + "Component";
|
|
146
|
+
if (!TypeRegistrar.isRegistered(externalName)) {
|
|
147
|
+
return null;
|
|
148
|
+
}
|
|
149
|
+
return TypeRegistrar.create(externalName);
|
|
150
|
+
};
|
|
151
|
+
IgcDatePickerComponent.prototype._enqueueSetAttribute = function (attrName, attrValue) {
|
|
152
|
+
this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
|
|
153
|
+
};
|
|
154
|
+
IgcDatePickerComponent.prototype._flushQueuedAttributes = function () {
|
|
155
|
+
this._settingAttributes = true;
|
|
156
|
+
for (var i = 0; i < this._queuedSetAttributes.length; i++) {
|
|
157
|
+
this.setAttribute(this._queuedSetAttributes[i].attrName, this._queuedSetAttributes[i].attrValue);
|
|
158
|
+
}
|
|
159
|
+
this._settingAttributes = false;
|
|
160
|
+
this._queuedSetAttributes.length = 0;
|
|
161
|
+
};
|
|
162
|
+
IgcDatePickerComponent.prototype._a = function (attrName, attrValue) {
|
|
163
|
+
if (this._updatingFromAttribute) {
|
|
164
|
+
return;
|
|
165
|
+
}
|
|
166
|
+
if (attrValue) {
|
|
167
|
+
attrValue = attrValue.toString();
|
|
168
|
+
}
|
|
169
|
+
this._settingAttributes = true;
|
|
170
|
+
attrName = toSpinal(attrName);
|
|
171
|
+
if (this._attached) {
|
|
172
|
+
this.setAttribute(attrName, attrValue);
|
|
173
|
+
}
|
|
174
|
+
else {
|
|
175
|
+
this._enqueueSetAttribute(attrName, attrValue);
|
|
176
|
+
}
|
|
177
|
+
this._settingAttributes = false;
|
|
178
|
+
};
|
|
179
|
+
Object.defineProperty(IgcDatePickerComponent, "observedAttributes", {
|
|
180
|
+
get: function () {
|
|
181
|
+
if (IgcDatePickerComponent._observedAttributesIgcDatePickerComponent == null) {
|
|
182
|
+
var names = getAllPropertyNames(IgcDatePickerComponent);
|
|
183
|
+
for (var i = 0; i < names.length; i++) {
|
|
184
|
+
names[i] = toSpinal(names[i]);
|
|
185
|
+
}
|
|
186
|
+
IgcDatePickerComponent._observedAttributesIgcDatePickerComponent = names;
|
|
187
|
+
}
|
|
188
|
+
return IgcDatePickerComponent._observedAttributesIgcDatePickerComponent;
|
|
189
|
+
},
|
|
190
|
+
enumerable: true,
|
|
191
|
+
configurable: true
|
|
192
|
+
});
|
|
193
|
+
IgcDatePickerComponent.prototype.attributeChangedCallback = function (name, oldValue, newValue) {
|
|
194
|
+
if (this._settingAttributes) {
|
|
195
|
+
return;
|
|
196
|
+
}
|
|
197
|
+
var setName = fromSpinal(name);
|
|
198
|
+
this._updatingFromAttribute = true;
|
|
199
|
+
this[setName] = newValue;
|
|
200
|
+
this._updatingFromAttribute = false;
|
|
201
|
+
};
|
|
202
|
+
IgcDatePickerComponent.register = function () {
|
|
203
|
+
if (!IgcDatePickerComponent._isElementRegistered) {
|
|
204
|
+
IgcDatePickerComponent._isElementRegistered = true;
|
|
205
|
+
RegisterElementHelper.registerElement(IgcDatePickerComponent.htmlTagName, IgcDatePickerComponent);
|
|
206
|
+
}
|
|
207
|
+
};
|
|
208
|
+
Object.defineProperty(IgcDatePickerComponent.prototype, "value", {
|
|
209
|
+
/**
|
|
210
|
+
* Gets or Sets the property name that contains the values.
|
|
211
|
+
*/
|
|
212
|
+
get: function () {
|
|
213
|
+
return this.i.a1;
|
|
214
|
+
},
|
|
215
|
+
set: function (v) {
|
|
216
|
+
this.i.a1 = v;
|
|
217
|
+
},
|
|
218
|
+
enumerable: true,
|
|
219
|
+
configurable: true
|
|
220
|
+
});
|
|
221
|
+
Object.defineProperty(IgcDatePickerComponent.prototype, "today", {
|
|
222
|
+
/**
|
|
223
|
+
* Gets or Sets the property name that contains the values.
|
|
224
|
+
*/
|
|
225
|
+
get: function () {
|
|
226
|
+
return this.i.a0;
|
|
227
|
+
},
|
|
228
|
+
set: function (v) {
|
|
229
|
+
this.i.a0 = v;
|
|
230
|
+
},
|
|
231
|
+
enumerable: true,
|
|
232
|
+
configurable: true
|
|
233
|
+
});
|
|
234
|
+
Object.defineProperty(IgcDatePickerComponent.prototype, "label", {
|
|
235
|
+
/**
|
|
236
|
+
* Gets or Sets the property name that contains the label.
|
|
237
|
+
*/
|
|
238
|
+
get: function () {
|
|
239
|
+
return this.i.bp;
|
|
240
|
+
},
|
|
241
|
+
set: function (v) {
|
|
242
|
+
this.i.bp = v;
|
|
243
|
+
},
|
|
244
|
+
enumerable: true,
|
|
245
|
+
configurable: true
|
|
246
|
+
});
|
|
247
|
+
Object.defineProperty(IgcDatePickerComponent.prototype, "labelTextColor", {
|
|
248
|
+
/**
|
|
249
|
+
* Gets or sets the color to use for the text.
|
|
250
|
+
*/
|
|
251
|
+
get: function () {
|
|
252
|
+
return brushToString(this.i.c9);
|
|
253
|
+
},
|
|
254
|
+
set: function (v) {
|
|
255
|
+
this.i.c9 = stringToBrush(v);
|
|
256
|
+
this._a("labelTextColor", brushToString(this.i.c9));
|
|
257
|
+
},
|
|
258
|
+
enumerable: true,
|
|
259
|
+
configurable: true
|
|
260
|
+
});
|
|
261
|
+
Object.defineProperty(IgcDatePickerComponent.prototype, "labelTextStyle", {
|
|
262
|
+
/**
|
|
263
|
+
* Gets or sets the font to use for the combobox.
|
|
264
|
+
*/
|
|
265
|
+
get: function () {
|
|
266
|
+
if (this.i.ac == null) {
|
|
267
|
+
return null;
|
|
268
|
+
}
|
|
269
|
+
return this.i.ac.fontString;
|
|
270
|
+
},
|
|
271
|
+
set: function (v) {
|
|
272
|
+
var fi = new FontInfo();
|
|
273
|
+
fi.fontString = v;
|
|
274
|
+
this.i.ac = fi;
|
|
275
|
+
this._a("labelTextStyle", this.i.ac != null ? this.i.ac.fontString : "");
|
|
276
|
+
},
|
|
277
|
+
enumerable: true,
|
|
278
|
+
configurable: true
|
|
279
|
+
});
|
|
280
|
+
Object.defineProperty(IgcDatePickerComponent.prototype, "placeholder", {
|
|
281
|
+
/**
|
|
282
|
+
* Gets or Sets the property name that contains the placeholder.
|
|
283
|
+
*/
|
|
284
|
+
get: function () {
|
|
285
|
+
return this.i.bw;
|
|
286
|
+
},
|
|
287
|
+
set: function (v) {
|
|
288
|
+
this.i.bw = v;
|
|
289
|
+
},
|
|
290
|
+
enumerable: true,
|
|
291
|
+
configurable: true
|
|
292
|
+
});
|
|
293
|
+
Object.defineProperty(IgcDatePickerComponent.prototype, "minDate", {
|
|
294
|
+
/**
|
|
295
|
+
* Gets or Sets the property name that contains the MinDate.
|
|
296
|
+
*/
|
|
297
|
+
get: function () {
|
|
298
|
+
return this.i.az;
|
|
299
|
+
},
|
|
300
|
+
set: function (v) {
|
|
301
|
+
this.i.az = v;
|
|
302
|
+
},
|
|
303
|
+
enumerable: true,
|
|
304
|
+
configurable: true
|
|
305
|
+
});
|
|
306
|
+
Object.defineProperty(IgcDatePickerComponent.prototype, "maxDate", {
|
|
307
|
+
/**
|
|
308
|
+
* Gets or Sets the property name that contains the MaxDate.
|
|
309
|
+
*/
|
|
310
|
+
get: function () {
|
|
311
|
+
return this.i.ay;
|
|
312
|
+
},
|
|
313
|
+
set: function (v) {
|
|
314
|
+
this.i.ay = v;
|
|
315
|
+
},
|
|
316
|
+
enumerable: true,
|
|
317
|
+
configurable: true
|
|
318
|
+
});
|
|
319
|
+
Object.defineProperty(IgcDatePickerComponent.prototype, "density", {
|
|
320
|
+
/**
|
|
321
|
+
* Gets or sets the display density to use for the date pcicker.
|
|
322
|
+
*/
|
|
323
|
+
get: function () {
|
|
324
|
+
return this.i.d;
|
|
325
|
+
},
|
|
326
|
+
set: function (v) {
|
|
327
|
+
this.i.d = ensureEnum(ControlDisplayDensity_$type, v);
|
|
328
|
+
this._a("density", enumToString(ControlDisplayDensity_$type, this.i.d));
|
|
329
|
+
},
|
|
330
|
+
enumerable: true,
|
|
331
|
+
configurable: true
|
|
332
|
+
});
|
|
333
|
+
Object.defineProperty(IgcDatePickerComponent.prototype, "baseTheme", {
|
|
334
|
+
/**
|
|
335
|
+
* Gets or sets the base built in theme to use for the date picker.
|
|
336
|
+
*/
|
|
337
|
+
get: function () {
|
|
338
|
+
return this.i.b;
|
|
339
|
+
},
|
|
340
|
+
set: function (v) {
|
|
341
|
+
this.i.b = ensureEnum(BaseControlTheme_$type, v);
|
|
342
|
+
this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.b));
|
|
343
|
+
},
|
|
344
|
+
enumerable: true,
|
|
345
|
+
configurable: true
|
|
346
|
+
});
|
|
347
|
+
Object.defineProperty(IgcDatePickerComponent.prototype, "textStyle", {
|
|
348
|
+
/**
|
|
349
|
+
* Gets or sets the font to use for the combobox.
|
|
350
|
+
*/
|
|
351
|
+
get: function () {
|
|
352
|
+
if (this.i.ad == null) {
|
|
353
|
+
return null;
|
|
354
|
+
}
|
|
355
|
+
return this.i.ad.fontString;
|
|
356
|
+
},
|
|
357
|
+
set: function (v) {
|
|
358
|
+
var fi = new FontInfo();
|
|
359
|
+
fi.fontString = v;
|
|
360
|
+
this.i.ad = fi;
|
|
361
|
+
this._a("textStyle", this.i.ad != null ? this.i.ad.fontString : "");
|
|
362
|
+
},
|
|
363
|
+
enumerable: true,
|
|
364
|
+
configurable: true
|
|
365
|
+
});
|
|
366
|
+
Object.defineProperty(IgcDatePickerComponent.prototype, "textColor", {
|
|
367
|
+
/**
|
|
368
|
+
* Gets or Sets the text color
|
|
369
|
+
*/
|
|
370
|
+
get: function () {
|
|
371
|
+
return brushToString(this.i.da);
|
|
372
|
+
},
|
|
373
|
+
set: function (v) {
|
|
374
|
+
this.i.da = stringToBrush(v);
|
|
375
|
+
this._a("textColor", brushToString(this.i.da));
|
|
376
|
+
},
|
|
377
|
+
enumerable: true,
|
|
378
|
+
configurable: true
|
|
379
|
+
});
|
|
380
|
+
Object.defineProperty(IgcDatePickerComponent.prototype, "iconColor", {
|
|
381
|
+
/**
|
|
382
|
+
* Gets or Sets the text color
|
|
383
|
+
*/
|
|
384
|
+
get: function () {
|
|
385
|
+
return brushToString(this.i.c8);
|
|
386
|
+
},
|
|
387
|
+
set: function (v) {
|
|
388
|
+
this.i.c8 = stringToBrush(v);
|
|
389
|
+
this._a("iconColor", brushToString(this.i.c8));
|
|
390
|
+
},
|
|
391
|
+
enumerable: true,
|
|
392
|
+
configurable: true
|
|
393
|
+
});
|
|
394
|
+
Object.defineProperty(IgcDatePickerComponent.prototype, "showClearButton", {
|
|
395
|
+
/**
|
|
396
|
+
* Gets or sets the ShowClearButton property to detirmine if the clear button is shown
|
|
397
|
+
*/
|
|
398
|
+
get: function () {
|
|
399
|
+
return this.i.aq;
|
|
400
|
+
},
|
|
401
|
+
set: function (v) {
|
|
402
|
+
this.i.aq = ensureBool(v);
|
|
403
|
+
this._a("showClearButton", this.i.aq);
|
|
404
|
+
},
|
|
405
|
+
enumerable: true,
|
|
406
|
+
configurable: true
|
|
407
|
+
});
|
|
408
|
+
Object.defineProperty(IgcDatePickerComponent.prototype, "showTodayButton", {
|
|
409
|
+
/**
|
|
410
|
+
* Gets or sets the ShowTodayButton property to detirmine if the today button is shown
|
|
411
|
+
*/
|
|
412
|
+
get: function () {
|
|
413
|
+
return this.i.ar;
|
|
414
|
+
},
|
|
415
|
+
set: function (v) {
|
|
416
|
+
this.i.ar = ensureBool(v);
|
|
417
|
+
this._a("showTodayButton", this.i.ar);
|
|
418
|
+
},
|
|
419
|
+
enumerable: true,
|
|
420
|
+
configurable: true
|
|
421
|
+
});
|
|
422
|
+
Object.defineProperty(IgcDatePickerComponent.prototype, "allowTextInput", {
|
|
423
|
+
/**
|
|
424
|
+
* Gets or sets the AllowTextInput property to detirmine if entering text into the input is allowed
|
|
425
|
+
*/
|
|
426
|
+
get: function () {
|
|
427
|
+
return this.i.ao;
|
|
428
|
+
},
|
|
429
|
+
set: function (v) {
|
|
430
|
+
this.i.ao = ensureBool(v);
|
|
431
|
+
this._a("allowTextInput", this.i.ao);
|
|
432
|
+
},
|
|
433
|
+
enumerable: true,
|
|
434
|
+
configurable: true
|
|
435
|
+
});
|
|
436
|
+
Object.defineProperty(IgcDatePickerComponent.prototype, "openOnFocus", {
|
|
437
|
+
/**
|
|
438
|
+
* Gets or sets the AllowTextInput property to detirmine if entering text into the input is allowed
|
|
439
|
+
*/
|
|
440
|
+
get: function () {
|
|
441
|
+
return this.i.ap;
|
|
442
|
+
},
|
|
443
|
+
set: function (v) {
|
|
444
|
+
this.i.ap = ensureBool(v);
|
|
445
|
+
this._a("openOnFocus", this.i.ap);
|
|
446
|
+
},
|
|
447
|
+
enumerable: true,
|
|
448
|
+
configurable: true
|
|
449
|
+
});
|
|
450
|
+
Object.defineProperty(IgcDatePickerComponent.prototype, "firstDayOfWeek", {
|
|
451
|
+
/**
|
|
452
|
+
* Gets or sets the FirstDayOfWeek property to detirmine first day of the week
|
|
453
|
+
*/
|
|
454
|
+
get: function () {
|
|
455
|
+
return this.i.n;
|
|
456
|
+
},
|
|
457
|
+
set: function (v) {
|
|
458
|
+
this.i.n = ensureEnum(DayOfWeek_$type, v);
|
|
459
|
+
this._a("firstDayOfWeek", enumToString(DayOfWeek_$type, this.i.n));
|
|
460
|
+
},
|
|
461
|
+
enumerable: true,
|
|
462
|
+
configurable: true
|
|
463
|
+
});
|
|
464
|
+
Object.defineProperty(IgcDatePickerComponent.prototype, "firstWeekOfYear", {
|
|
465
|
+
/**
|
|
466
|
+
* Gets or sets the FirstWeekOfYear property to detirmine first week of the year
|
|
467
|
+
*/
|
|
468
|
+
get: function () {
|
|
469
|
+
return this.i.p;
|
|
470
|
+
},
|
|
471
|
+
set: function (v) {
|
|
472
|
+
this.i.p = ensureEnum(FirstWeek_$type, v);
|
|
473
|
+
this._a("firstWeekOfYear", enumToString(FirstWeek_$type, this.i.p));
|
|
474
|
+
},
|
|
475
|
+
enumerable: true,
|
|
476
|
+
configurable: true
|
|
477
|
+
});
|
|
478
|
+
Object.defineProperty(IgcDatePickerComponent.prototype, "showWeekNumbers", {
|
|
479
|
+
/**
|
|
480
|
+
* Gets or sets the ShowWeekNumbers property to detirmine if the week numbers are shown
|
|
481
|
+
*/
|
|
482
|
+
get: function () {
|
|
483
|
+
return this.i.as;
|
|
484
|
+
},
|
|
485
|
+
set: function (v) {
|
|
486
|
+
this.i.as = ensureBool(v);
|
|
487
|
+
this._a("showWeekNumbers", this.i.as);
|
|
488
|
+
},
|
|
489
|
+
enumerable: true,
|
|
490
|
+
configurable: true
|
|
491
|
+
});
|
|
492
|
+
Object.defineProperty(IgcDatePickerComponent.prototype, "dateFormat", {
|
|
493
|
+
/**
|
|
494
|
+
* Gets or sets the date time format to use for this column. If FormatString is specificied this value is ignored.
|
|
495
|
+
*/
|
|
496
|
+
get: function () {
|
|
497
|
+
return this.i.i;
|
|
498
|
+
},
|
|
499
|
+
set: function (v) {
|
|
500
|
+
this.i.i = ensureEnum(DateFormats_$type, v);
|
|
501
|
+
this._a("dateFormat", enumToString(DateFormats_$type, this.i.i));
|
|
502
|
+
},
|
|
503
|
+
enumerable: true,
|
|
504
|
+
configurable: true
|
|
505
|
+
});
|
|
506
|
+
Object.defineProperty(IgcDatePickerComponent.prototype, "formatString", {
|
|
507
|
+
/**
|
|
508
|
+
* Gets or sets the Format property to detirmine the format of the date in the input
|
|
509
|
+
*/
|
|
510
|
+
get: function () {
|
|
511
|
+
return this.i.bm;
|
|
512
|
+
},
|
|
513
|
+
set: function (v) {
|
|
514
|
+
this.i.bm = v;
|
|
515
|
+
},
|
|
516
|
+
enumerable: true,
|
|
517
|
+
configurable: true
|
|
518
|
+
});
|
|
519
|
+
Object.defineProperty(IgcDatePickerComponent.prototype, "hasUserValues", {
|
|
520
|
+
get: function () {
|
|
521
|
+
return this._hasUserValues;
|
|
522
|
+
},
|
|
523
|
+
enumerable: true,
|
|
524
|
+
configurable: true
|
|
525
|
+
});
|
|
526
|
+
IgcDatePickerComponent.prototype.__m = function (propertyName) {
|
|
527
|
+
if (!this._inStyling) {
|
|
528
|
+
this._hasUserValues.add(propertyName);
|
|
529
|
+
}
|
|
530
|
+
};
|
|
531
|
+
IgcDatePickerComponent.prototype._styling = function (container, component, parent) {
|
|
532
|
+
if (this._inStyling) {
|
|
533
|
+
return;
|
|
534
|
+
}
|
|
535
|
+
this._inStyling = true;
|
|
536
|
+
this._stylingContainer = container;
|
|
537
|
+
this._stylingParent = component;
|
|
538
|
+
var genericPrefix = "";
|
|
539
|
+
var typeName = this.i.$type.name;
|
|
540
|
+
if (typeName.indexOf("Xam") === 0) {
|
|
541
|
+
typeName = typeName.substring(3);
|
|
542
|
+
}
|
|
543
|
+
genericPrefix = toSpinal("DatePickerComponent");
|
|
544
|
+
var additionalPrefixes = [];
|
|
545
|
+
var prefix = toSpinal(typeName);
|
|
546
|
+
additionalPrefixes.push(prefix + "-");
|
|
547
|
+
var b = this.i.$type.baseType;
|
|
548
|
+
while (b && b.name != "Object" &&
|
|
549
|
+
b.name != "Base" &&
|
|
550
|
+
b.name != "Control" &&
|
|
551
|
+
b.Name != "DependencyObject" &&
|
|
552
|
+
b.Name != "FrameworkElement") {
|
|
553
|
+
typeName = b.name;
|
|
554
|
+
if (typeName.indexOf("Xam") === 0) {
|
|
555
|
+
typeName = typeName.substring(3);
|
|
556
|
+
}
|
|
557
|
+
var basePrefix = toSpinal(typeName);
|
|
558
|
+
additionalPrefixes.push(basePrefix + "-");
|
|
559
|
+
b = b.baseType;
|
|
560
|
+
}
|
|
561
|
+
if (parent) {
|
|
562
|
+
var parentTypeName = parent.i.$type.name;
|
|
563
|
+
if (parentTypeName.indexOf("Xam") === 0) {
|
|
564
|
+
parentTypeName = parentTypeName.substring(3);
|
|
565
|
+
}
|
|
566
|
+
var parentPrefix = toSpinal(parentTypeName);
|
|
567
|
+
additionalPrefixes.push(parentPrefix + "-" + genericPrefix + "-");
|
|
568
|
+
additionalPrefixes.push(parentPrefix + "-" + prefix + "-");
|
|
569
|
+
}
|
|
570
|
+
initializePropertiesFromCss(container, this, genericPrefix + "-", this.hasUserValues, false, additionalPrefixes);
|
|
571
|
+
if (this._otherStyling) {
|
|
572
|
+
this._otherStyling(container, component, parent);
|
|
573
|
+
}
|
|
574
|
+
this._inStyling = false;
|
|
575
|
+
};
|
|
576
|
+
IgcDatePickerComponent.prototype.select = function () {
|
|
577
|
+
this.i.cw();
|
|
578
|
+
};
|
|
579
|
+
/**
|
|
580
|
+
* Exports visual information about the current state of the grid.
|
|
581
|
+
|
|
582
|
+
*/
|
|
583
|
+
IgcDatePickerComponent.prototype.exportVisualModel = function () {
|
|
584
|
+
var iv = this.i.a3();
|
|
585
|
+
return (iv);
|
|
586
|
+
};
|
|
587
|
+
/**
|
|
588
|
+
* Returns a serialized copy of the exported visual model
|
|
589
|
+
|
|
590
|
+
*/
|
|
591
|
+
IgcDatePickerComponent.prototype.exportSerializedVisualModel = function () {
|
|
592
|
+
var iv = this.i.bj();
|
|
593
|
+
return (iv);
|
|
594
|
+
};
|
|
595
|
+
Object.defineProperty(IgcDatePickerComponent.prototype, "valueChanged", {
|
|
596
|
+
/**
|
|
597
|
+
* Called when date is selected.
|
|
598
|
+
*/
|
|
599
|
+
get: function () {
|
|
600
|
+
return this._valueChanged;
|
|
601
|
+
},
|
|
602
|
+
set: function (ev) {
|
|
603
|
+
var _this = this;
|
|
604
|
+
if (this._valueChanged_wrapped !== null) {
|
|
605
|
+
this.i.valueChanged = delegateRemove(this.i.valueChanged, this._valueChanged_wrapped);
|
|
606
|
+
this._valueChanged_wrapped = null;
|
|
607
|
+
this._valueChanged = null;
|
|
608
|
+
}
|
|
609
|
+
this._valueChanged = ev;
|
|
610
|
+
this._valueChanged_wrapped = function (o, e) {
|
|
611
|
+
var outerArgs = new IgcValueChangedEventArgs();
|
|
612
|
+
outerArgs._provideImplementation(e);
|
|
613
|
+
if (_this.beforeValueChanged) {
|
|
614
|
+
_this.beforeValueChanged(_this, outerArgs);
|
|
615
|
+
}
|
|
616
|
+
if (_this._valueChanged) {
|
|
617
|
+
_this._valueChanged(_this, outerArgs);
|
|
618
|
+
}
|
|
619
|
+
};
|
|
620
|
+
this.i.valueChanged = delegateCombine(this.i.valueChanged, this._valueChanged_wrapped);
|
|
621
|
+
},
|
|
622
|
+
enumerable: true,
|
|
623
|
+
configurable: true
|
|
624
|
+
});
|
|
625
|
+
Object.defineProperty(IgcDatePickerComponent.prototype, "gotFocus", {
|
|
626
|
+
get: function () {
|
|
627
|
+
return this._gotFocus;
|
|
628
|
+
},
|
|
629
|
+
set: function (ev) {
|
|
630
|
+
var _this = this;
|
|
631
|
+
if (this._gotFocus_wrapped !== null) {
|
|
632
|
+
this.i.gotFocus = delegateRemove(this.i.gotFocus, this._gotFocus_wrapped);
|
|
633
|
+
this._gotFocus_wrapped = null;
|
|
634
|
+
this._gotFocus = null;
|
|
635
|
+
}
|
|
636
|
+
this._gotFocus = ev;
|
|
637
|
+
this._gotFocus_wrapped = function (o, e) {
|
|
638
|
+
var outerArgs = new IgcGotFocusEventArgs();
|
|
639
|
+
outerArgs._provideImplementation(e);
|
|
640
|
+
if (_this.beforeGotFocus) {
|
|
641
|
+
_this.beforeGotFocus(_this, outerArgs);
|
|
642
|
+
}
|
|
643
|
+
if (_this._gotFocus) {
|
|
644
|
+
_this._gotFocus(_this, outerArgs);
|
|
645
|
+
}
|
|
646
|
+
};
|
|
647
|
+
this.i.gotFocus = delegateCombine(this.i.gotFocus, this._gotFocus_wrapped);
|
|
648
|
+
},
|
|
649
|
+
enumerable: true,
|
|
650
|
+
configurable: true
|
|
651
|
+
});
|
|
652
|
+
Object.defineProperty(IgcDatePickerComponent.prototype, "lostFocus", {
|
|
653
|
+
get: function () {
|
|
654
|
+
return this._lostFocus;
|
|
655
|
+
},
|
|
656
|
+
set: function (ev) {
|
|
657
|
+
var _this = this;
|
|
658
|
+
if (this._lostFocus_wrapped !== null) {
|
|
659
|
+
this.i.lostFocus = delegateRemove(this.i.lostFocus, this._lostFocus_wrapped);
|
|
660
|
+
this._lostFocus_wrapped = null;
|
|
661
|
+
this._lostFocus = null;
|
|
662
|
+
}
|
|
663
|
+
this._lostFocus = ev;
|
|
664
|
+
this._lostFocus_wrapped = function (o, e) {
|
|
665
|
+
var outerArgs = new IgcLostFocusEventArgs();
|
|
666
|
+
outerArgs._provideImplementation(e);
|
|
667
|
+
if (_this.beforeLostFocus) {
|
|
668
|
+
_this.beforeLostFocus(_this, outerArgs);
|
|
669
|
+
}
|
|
670
|
+
if (_this._lostFocus) {
|
|
671
|
+
_this._lostFocus(_this, outerArgs);
|
|
672
|
+
}
|
|
673
|
+
};
|
|
674
|
+
this.i.lostFocus = delegateCombine(this.i.lostFocus, this._lostFocus_wrapped);
|
|
675
|
+
},
|
|
676
|
+
enumerable: true,
|
|
677
|
+
configurable: true
|
|
678
|
+
});
|
|
679
|
+
Object.defineProperty(IgcDatePickerComponent.prototype, "keyDown", {
|
|
680
|
+
get: function () {
|
|
681
|
+
return this._keyDown;
|
|
682
|
+
},
|
|
683
|
+
set: function (ev) {
|
|
684
|
+
var _this = this;
|
|
685
|
+
if (this._keyDown_wrapped !== null) {
|
|
686
|
+
this.i.keyDown = delegateRemove(this.i.keyDown, this._keyDown_wrapped);
|
|
687
|
+
this._keyDown_wrapped = null;
|
|
688
|
+
this._keyDown = null;
|
|
689
|
+
}
|
|
690
|
+
this._keyDown = ev;
|
|
691
|
+
this._keyDown_wrapped = function (o, e) {
|
|
692
|
+
var outerArgs = new IgcKeyEventArgs();
|
|
693
|
+
outerArgs._provideImplementation(e);
|
|
694
|
+
if (_this.beforeKeyDown) {
|
|
695
|
+
_this.beforeKeyDown(_this, outerArgs);
|
|
696
|
+
}
|
|
697
|
+
if (_this._keyDown) {
|
|
698
|
+
_this._keyDown(_this, outerArgs);
|
|
699
|
+
}
|
|
700
|
+
};
|
|
701
|
+
this.i.keyDown = delegateCombine(this.i.keyDown, this._keyDown_wrapped);
|
|
702
|
+
},
|
|
703
|
+
enumerable: true,
|
|
704
|
+
configurable: true
|
|
705
|
+
});
|
|
706
|
+
Object.defineProperty(IgcDatePickerComponent.prototype, "changing", {
|
|
707
|
+
get: function () {
|
|
708
|
+
return this._changing;
|
|
709
|
+
},
|
|
710
|
+
set: function (ev) {
|
|
711
|
+
var _this = this;
|
|
712
|
+
if (this._changing_wrapped !== null) {
|
|
713
|
+
this.i.changing = delegateRemove(this.i.changing, this._changing_wrapped);
|
|
714
|
+
this._changing_wrapped = null;
|
|
715
|
+
this._changing = null;
|
|
716
|
+
}
|
|
717
|
+
this._changing = ev;
|
|
718
|
+
this._changing_wrapped = function (o, e) {
|
|
719
|
+
var outerArgs = new IgcInputChangeEventArgs();
|
|
720
|
+
outerArgs._provideImplementation(e);
|
|
721
|
+
if (_this.beforeChanging) {
|
|
722
|
+
_this.beforeChanging(_this, outerArgs);
|
|
723
|
+
}
|
|
724
|
+
if (_this._changing) {
|
|
725
|
+
_this._changing(_this, outerArgs);
|
|
726
|
+
}
|
|
727
|
+
};
|
|
728
|
+
this.i.changing = delegateCombine(this.i.changing, this._changing_wrapped);
|
|
729
|
+
},
|
|
730
|
+
enumerable: true,
|
|
731
|
+
configurable: true
|
|
732
|
+
});
|
|
733
|
+
IgcDatePickerComponent._observedAttributesIgcDatePickerComponent = null;
|
|
734
|
+
IgcDatePickerComponent.htmlTagName = "igc-date-picker";
|
|
735
|
+
IgcDatePickerComponent._isElementRegistered = false;
|
|
736
|
+
return IgcDatePickerComponent;
|
|
737
|
+
}(HTMLElement));
|
|
738
|
+
export { IgcDatePickerComponent };
|
|
739
|
+
//# sourceMappingURL=igc-date-picker-component.js.map
|