igniteui-webcomponents-inputs 1.3.1 → 1.4.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/bundles/igniteui-webcomponents-inputs.umd.js +7356 -6830
- package/bundles/igniteui-webcomponents-inputs.umd.js.map +1 -1
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/bundles/igniteui-webcomponents-inputs.umd.min.js.map +1 -1
- package/esm2015/lib/ButtonGroupView_combined.js +138 -138
- package/esm2015/lib/ButtonGroupView_combined.js.map +1 -1
- package/esm2015/lib/ButtonView_combined.js +404 -404
- package/esm2015/lib/ButtonView_combined.js.map +1 -1
- package/esm2015/lib/CalendarView_combined.js +1898 -1666
- package/esm2015/lib/CalendarView_combined.js.map +1 -1
- package/esm2015/lib/CheckboxView_combined.js +83 -77
- package/esm2015/lib/CheckboxView_combined.js.map +1 -1
- package/esm2015/lib/DatePickerView_combined.js +403 -370
- package/esm2015/lib/DatePickerView_combined.js.map +1 -1
- package/esm2015/lib/DateTimeValueFormatter.js +42 -2
- package/esm2015/lib/DateTimeValueFormatter.js.map +1 -1
- package/esm2015/lib/IconClickedEventArgs.js +17 -0
- package/esm2015/lib/IconClickedEventArgs.js.map +1 -0
- package/esm2015/lib/IconView_combined.js +373 -324
- package/esm2015/lib/IconView_combined.js.map +1 -1
- package/esm2015/lib/IconVisualModelExport.js +27 -18
- package/esm2015/lib/IconVisualModelExport.js.map +1 -1
- package/esm2015/lib/InputGroupView_combined.js +1589 -1528
- package/esm2015/lib/InputGroupView_combined.js.map +1 -1
- package/esm2015/lib/RippleView_combined.js +11 -11
- package/esm2015/lib/RippleView_combined.js.map +1 -1
- package/esm2015/lib/{Button.js → XButton.js} +2 -2
- package/esm2015/lib/XButton.js.map +1 -0
- package/esm2015/lib/{ButtonGroup.js → XButtonGroup.js} +2 -2
- package/esm2015/lib/XButtonGroup.js.map +1 -0
- package/esm2015/lib/{ButtonGroupButtonCollection.js → XButtonGroupButtonCollection.js} +7 -7
- package/esm2015/lib/XButtonGroupButtonCollection.js.map +1 -0
- package/esm2015/lib/XCalendar.js +8 -0
- package/esm2015/lib/XCalendar.js.map +1 -0
- package/esm2015/lib/XCheckbox.js +8 -0
- package/esm2015/lib/XCheckbox.js.map +1 -0
- package/{esm5/lib/Icon.js → esm2015/lib/XIcon.js} +2 -2
- package/esm2015/lib/XIcon.js.map +1 -0
- package/esm2015/lib/XInput.js +8 -0
- package/esm2015/lib/XInput.js.map +1 -0
- package/esm2015/lib/XInputGroup.js +8 -0
- package/esm2015/lib/XInputGroup.js.map +1 -0
- package/esm2015/lib/XInputGroupInputCollection.js +8 -0
- package/esm2015/lib/XInputGroupInputCollection.js.map +1 -0
- package/esm2015/lib/XInputGroupItem.js +8 -0
- package/esm2015/lib/XInputGroupItem.js.map +1 -0
- package/esm2015/lib/XLabel.js +8 -0
- package/esm2015/lib/XLabel.js.map +1 -0
- package/esm2015/lib/{Calendar.js → XPrefix.js} +2 -2
- package/esm2015/lib/XPrefix.js.map +1 -0
- package/esm2015/lib/{Input.js → XRipple.js} +2 -2
- package/esm2015/lib/XRipple.js.map +1 -0
- package/esm2015/lib/{Checkbox.js → XSuffix.js} +2 -2
- package/esm2015/lib/XSuffix.js.map +1 -0
- package/esm2015/lib/igc-date-picker-component.js +48 -41
- package/esm2015/lib/igc-date-picker-component.js.map +1 -1
- package/esm2015/lib/igc-date-picker-module.js +8 -8
- package/esm2015/lib/igc-date-picker-module.js.map +1 -1
- package/esm2015/lib/{igc-button-component.js → igc-x-button-component.js} +19 -19
- package/esm2015/lib/igc-x-button-component.js.map +1 -0
- package/esm2015/lib/{igc-button-group-button-collection.js → igc-x-button-group-button-collection.js} +10 -10
- package/esm2015/lib/igc-x-button-group-button-collection.js.map +1 -0
- package/esm2015/lib/{igc-button-group-component.js → igc-x-button-group-component.js} +28 -24
- package/esm2015/lib/{igc-button-group-component.js.map → igc-x-button-group-component.js.map} +1 -1
- package/esm2015/lib/{igc-button-group-module.js → igc-x-button-group-module.js} +10 -10
- package/esm2015/lib/igc-x-button-group-module.js.map +1 -0
- package/esm2015/lib/{igc-button-module.js → igc-x-button-module.js} +10 -10
- package/esm2015/lib/igc-x-button-module.js.map +1 -0
- package/esm2015/lib/{igc-calendar-component.js → igc-x-calendar-component.js} +81 -81
- package/esm2015/lib/igc-x-calendar-component.js.map +1 -0
- package/esm2015/lib/igc-x-calendar-module.js +22 -0
- package/esm2015/lib/igc-x-calendar-module.js.map +1 -0
- package/esm2015/lib/{igc-checkbox-component.js → igc-x-checkbox-component.js} +19 -19
- package/esm2015/lib/igc-x-checkbox-component.js.map +1 -0
- package/esm2015/lib/{igc-checkbox-module.js → igc-x-checkbox-module.js} +10 -10
- package/esm2015/lib/igc-x-checkbox-module.js.map +1 -0
- package/esm2015/lib/{igc-icon-component.js → igc-x-icon-component.js} +84 -77
- package/esm2015/lib/igc-x-icon-component.js.map +1 -0
- package/esm2015/lib/{igc-input-module.js → igc-x-icon-module.js} +8 -8
- package/esm2015/lib/igc-x-icon-module.js.map +1 -0
- package/esm2015/lib/{igc-input-component.js → igc-x-input-component.js} +72 -67
- package/esm2015/lib/igc-x-input-component.js.map +1 -0
- package/esm2015/lib/{igc-input-group-component.js → igc-x-input-group-component.js} +367 -366
- package/esm2015/lib/igc-x-input-group-component.js.map +1 -0
- package/esm2015/lib/{igc-input-group-input-collection.js → igc-x-input-group-input-collection.js} +10 -10
- package/esm2015/lib/igc-x-input-group-input-collection.js.map +1 -0
- package/esm2015/lib/{igc-input-group-item-component.js → igc-x-input-group-item-component.js} +10 -10
- package/esm2015/lib/igc-x-input-group-item-component.js.map +1 -0
- package/esm2015/lib/igc-x-input-group-module.js +24 -0
- package/esm2015/lib/igc-x-input-group-module.js.map +1 -0
- package/esm2015/lib/{igc-prefix-module.js → igc-x-input-module.js} +8 -8
- package/esm2015/lib/igc-x-input-module.js.map +1 -0
- package/esm2015/lib/{igc-label-component.js → igc-x-label-component.js} +68 -56
- package/esm2015/lib/igc-x-label-component.js.map +1 -0
- package/esm2015/lib/{igc-icon-module.js → igc-x-label-module.js} +8 -8
- package/esm2015/lib/igc-x-label-module.js.map +1 -0
- package/esm2015/lib/{igc-prefix-component.js → igc-x-prefix-component.js} +19 -19
- package/esm2015/lib/igc-x-prefix-component.js.map +1 -0
- package/esm2015/lib/{igc-label-module.js → igc-x-prefix-module.js} +8 -8
- package/esm2015/lib/igc-x-prefix-module.js.map +1 -0
- package/esm2015/lib/{igc-ripple-component.js → igc-x-ripple-component.js} +19 -19
- package/esm2015/lib/igc-x-ripple-component.js.map +1 -0
- package/esm2015/lib/{igc-ripple-module.js → igc-x-ripple-module.js} +8 -8
- package/esm2015/lib/igc-x-ripple-module.js.map +1 -0
- package/esm2015/lib/{igc-suffix-component.js → igc-x-suffix-component.js} +19 -19
- package/esm2015/lib/igc-x-suffix-component.js.map +1 -0
- package/esm2015/public_api.js +39 -38
- package/esm2015/public_api.js.map +1 -1
- package/esm5/lib/ButtonGroupView_combined.js +233 -233
- package/esm5/lib/ButtonGroupView_combined.js.map +1 -1
- package/esm5/lib/ButtonView_combined.js +579 -579
- package/esm5/lib/ButtonView_combined.js.map +1 -1
- package/esm5/lib/CalendarView_combined.js +1922 -1690
- package/esm5/lib/CalendarView_combined.js.map +1 -1
- package/esm5/lib/CheckboxView_combined.js +140 -134
- package/esm5/lib/CheckboxView_combined.js.map +1 -1
- package/esm5/lib/DatePickerView_combined.js +397 -356
- package/esm5/lib/DatePickerView_combined.js.map +1 -1
- package/esm5/lib/DateTimeValueFormatter.js +42 -2
- package/esm5/lib/DateTimeValueFormatter.js.map +1 -1
- package/esm5/lib/IconClickedEventArgs.js +21 -0
- package/esm5/lib/IconClickedEventArgs.js.map +1 -0
- package/esm5/lib/IconView_combined.js +371 -318
- package/esm5/lib/IconView_combined.js.map +1 -1
- package/esm5/lib/IconVisualModelExport.js +27 -18
- package/esm5/lib/IconVisualModelExport.js.map +1 -1
- package/esm5/lib/InputGroupView_combined.js +1767 -1697
- package/esm5/lib/InputGroupView_combined.js.map +1 -1
- package/esm5/lib/RippleView_combined.js +40 -40
- package/esm5/lib/RippleView_combined.js.map +1 -1
- package/{esm2015/lib/Label.js → esm5/lib/XButton.js} +2 -2
- package/esm5/lib/XButton.js.map +1 -0
- package/esm5/lib/XButtonGroup.js +8 -0
- package/esm5/lib/XButtonGroup.js.map +1 -0
- package/esm5/lib/{ButtonGroupButtonCollection.js → XButtonGroupButtonCollection.js} +10 -10
- package/esm5/lib/XButtonGroupButtonCollection.js.map +1 -0
- package/esm5/lib/XCalendar.js +8 -0
- package/esm5/lib/XCalendar.js.map +1 -0
- package/esm5/lib/XCheckbox.js +8 -0
- package/esm5/lib/XCheckbox.js.map +1 -0
- package/{esm2015/lib/Icon.js → esm5/lib/XIcon.js} +2 -2
- package/esm5/lib/XIcon.js.map +1 -0
- package/esm5/lib/XInput.js +8 -0
- package/esm5/lib/XInput.js.map +1 -0
- package/esm5/lib/XInputGroup.js +8 -0
- package/esm5/lib/XInputGroup.js.map +1 -0
- package/esm5/lib/XInputGroupInputCollection.js +8 -0
- package/esm5/lib/XInputGroupInputCollection.js.map +1 -0
- package/esm5/lib/XInputGroupItem.js +8 -0
- package/esm5/lib/XInputGroupItem.js.map +1 -0
- package/esm5/lib/XLabel.js +8 -0
- package/esm5/lib/XLabel.js.map +1 -0
- package/esm5/lib/XPrefix.js +8 -0
- package/esm5/lib/XPrefix.js.map +1 -0
- package/esm5/lib/XRipple.js +8 -0
- package/esm5/lib/XRipple.js.map +1 -0
- package/esm5/lib/XSuffix.js +8 -0
- package/esm5/lib/XSuffix.js.map +1 -0
- package/esm5/lib/igc-date-picker-component.js +52 -41
- package/esm5/lib/igc-date-picker-component.js.map +1 -1
- package/esm5/lib/igc-date-picker-module.js +8 -8
- package/esm5/lib/igc-date-picker-module.js.map +1 -1
- package/esm5/lib/{igc-button-component.js → igc-x-button-component.js} +225 -225
- package/esm5/lib/igc-x-button-component.js.map +1 -0
- package/esm5/lib/{igc-button-group-button-collection.js → igc-x-button-group-button-collection.js} +15 -15
- package/esm5/lib/igc-x-button-group-button-collection.js.map +1 -0
- package/esm5/lib/{igc-button-group-component.js → igc-x-button-group-component.js} +121 -117
- package/esm5/lib/igc-x-button-group-component.js.map +1 -0
- package/esm5/lib/igc-x-button-group-module.js +26 -0
- package/esm5/lib/igc-x-button-group-module.js.map +1 -0
- package/esm5/lib/igc-x-button-module.js +26 -0
- package/esm5/lib/igc-x-button-module.js.map +1 -0
- package/esm5/lib/{igc-calendar-component.js → igc-x-calendar-component.js} +126 -126
- package/esm5/lib/igc-x-calendar-component.js.map +1 -0
- package/esm5/lib/igc-x-calendar-module.js +26 -0
- package/esm5/lib/igc-x-calendar-module.js.map +1 -0
- package/esm5/lib/{igc-checkbox-component.js → igc-x-checkbox-component.js} +78 -78
- package/esm5/lib/igc-x-checkbox-component.js.map +1 -0
- package/esm5/lib/igc-x-checkbox-module.js +26 -0
- package/esm5/lib/igc-x-checkbox-module.js.map +1 -0
- package/esm5/lib/{igc-icon-component.js → igc-x-icon-component.js} +135 -124
- package/esm5/lib/igc-x-icon-component.js.map +1 -0
- package/esm5/lib/{igc-label-module.js → igc-x-icon-module.js} +12 -12
- package/esm5/lib/igc-x-icon-module.js.map +1 -0
- package/esm5/lib/{igc-input-component.js → igc-x-input-component.js} +124 -110
- package/esm5/lib/igc-x-input-component.js.map +1 -0
- package/esm5/lib/{igc-input-group-component.js → igc-x-input-group-component.js} +567 -566
- package/esm5/lib/igc-x-input-group-component.js.map +1 -0
- package/esm5/lib/igc-x-input-group-input-collection.js +54 -0
- package/esm5/lib/igc-x-input-group-input-collection.js.map +1 -0
- package/esm5/lib/{igc-input-group-item-component.js → igc-x-input-group-item-component.js} +27 -27
- package/esm5/lib/igc-x-input-group-item-component.js.map +1 -0
- package/esm5/lib/igc-x-input-group-module.js +28 -0
- package/esm5/lib/igc-x-input-group-module.js.map +1 -0
- package/esm5/lib/{igc-prefix-module.js → igc-x-input-module.js} +12 -12
- package/esm5/lib/igc-x-input-module.js.map +1 -0
- package/esm5/lib/{igc-label-component.js → igc-x-label-component.js} +117 -101
- package/esm5/lib/igc-x-label-component.js.map +1 -0
- package/esm5/lib/{igc-icon-module.js → igc-x-label-module.js} +12 -12
- package/esm5/lib/igc-x-label-module.js.map +1 -0
- package/esm5/lib/{igc-prefix-component.js → igc-x-prefix-component.js} +40 -40
- package/esm5/lib/igc-x-prefix-component.js.map +1 -0
- package/esm5/lib/{igc-input-module.js → igc-x-prefix-module.js} +12 -12
- package/esm5/lib/igc-x-prefix-module.js.map +1 -0
- package/esm5/lib/{igc-ripple-component.js → igc-x-ripple-component.js} +57 -57
- package/esm5/lib/igc-x-ripple-component.js.map +1 -0
- package/esm5/lib/igc-x-ripple-module.js +22 -0
- package/esm5/lib/igc-x-ripple-module.js.map +1 -0
- package/esm5/lib/{igc-suffix-component.js → igc-x-suffix-component.js} +40 -40
- package/esm5/lib/igc-x-suffix-component.js.map +1 -0
- package/esm5/public_api.js +39 -38
- package/esm5/public_api.js.map +1 -1
- package/fesm2015/igniteui-webcomponents-inputs.js +5899 -5418
- package/fesm2015/igniteui-webcomponents-inputs.js.map +1 -1
- package/fesm5/igniteui-webcomponents-inputs.js +7319 -6794
- package/fesm5/igniteui-webcomponents-inputs.js.map +1 -1
- package/lib/ButtonGroupView_combined.d.ts +8 -8
- package/lib/ButtonView_combined.d.ts +2 -2
- package/lib/CalendarView_combined.d.ts +153 -136
- package/lib/CheckboxView_combined.d.ts +4 -4
- package/lib/DatePickerView_combined.d.ts +79 -77
- package/lib/DateTimeValueFormatter.d.ts +3 -2
- package/lib/IconClickedEventArgs.d.ts +7 -0
- package/lib/IconView_combined.d.ts +82 -74
- package/lib/IconVisualModelExport.d.ts +10 -6
- package/lib/InputGroupView_combined.d.ts +360 -353
- package/lib/RippleView_combined.d.ts +2 -2
- package/lib/XButton.d.ts +1 -0
- package/lib/XButtonGroup.d.ts +1 -0
- package/lib/{ButtonGroupButtonCollection.d.ts → XButtonGroupButtonCollection.d.ts} +2 -2
- package/lib/XCalendar.d.ts +1 -0
- package/lib/XCheckbox.d.ts +1 -0
- package/lib/XIcon.d.ts +1 -0
- package/lib/XInput.d.ts +1 -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/XPrefix.d.ts +1 -0
- package/lib/XRipple.d.ts +1 -0
- package/lib/XSuffix.d.ts +1 -0
- package/lib/igc-date-picker-component.d.ts +1 -0
- package/lib/{igc-button-component.d.ts → igc-x-button-component.d.ts} +7 -7
- package/lib/igc-x-button-group-button-collection.d.ts +8 -0
- package/lib/{igc-button-group-component.d.ts → igc-x-button-group-component.d.ts} +12 -12
- package/lib/igc-x-button-group-module.d.ts +3 -0
- package/lib/igc-x-button-module.d.ts +3 -0
- package/lib/{igc-calendar-component.d.ts → igc-x-calendar-component.d.ts} +7 -7
- package/lib/igc-x-calendar-module.d.ts +3 -0
- package/lib/{igc-checkbox-component.d.ts → igc-x-checkbox-component.d.ts} +7 -7
- package/lib/igc-x-checkbox-module.d.ts +3 -0
- package/lib/{igc-icon-component.d.ts → igc-x-icon-component.d.ts} +7 -6
- package/lib/igc-x-icon-module.d.ts +3 -0
- package/lib/{igc-input-component.d.ts → igc-x-input-component.d.ts} +15 -11
- package/lib/{igc-input-group-component.d.ts → igc-x-input-group-component.d.ts} +11 -11
- package/lib/igc-x-input-group-input-collection.d.ts +8 -0
- package/lib/{igc-input-group-item-component.d.ts → igc-x-input-group-item-component.d.ts} +6 -6
- package/lib/igc-x-input-group-module.d.ts +3 -0
- package/lib/igc-x-input-module.d.ts +3 -0
- package/lib/{igc-label-component.d.ts → igc-x-label-component.d.ts} +11 -6
- package/lib/igc-x-label-module.d.ts +3 -0
- package/lib/{igc-prefix-component.d.ts → igc-x-prefix-component.d.ts} +6 -6
- package/lib/igc-x-prefix-module.d.ts +3 -0
- package/lib/{igc-ripple-component.d.ts → igc-x-ripple-component.d.ts} +6 -6
- package/lib/igc-x-ripple-module.d.ts +3 -0
- package/lib/{igc-suffix-component.d.ts → igc-x-suffix-component.d.ts} +6 -6
- package/package.json +2 -2
- package/public_api.d.ts +39 -38
- package/esm2015/lib/Button.js.map +0 -1
- package/esm2015/lib/ButtonGroup.js.map +0 -1
- package/esm2015/lib/ButtonGroupButtonCollection.js.map +0 -1
- package/esm2015/lib/Calendar.js.map +0 -1
- package/esm2015/lib/Checkbox.js.map +0 -1
- package/esm2015/lib/Icon.js.map +0 -1
- package/esm2015/lib/Input.js.map +0 -1
- package/esm2015/lib/InputGroup.js +0 -8
- package/esm2015/lib/InputGroup.js.map +0 -1
- package/esm2015/lib/InputGroupInputCollection.js +0 -8
- package/esm2015/lib/InputGroupInputCollection.js.map +0 -1
- package/esm2015/lib/InputGroupItem.js +0 -8
- package/esm2015/lib/InputGroupItem.js.map +0 -1
- package/esm2015/lib/Label.js.map +0 -1
- package/esm2015/lib/Prefix.js +0 -8
- package/esm2015/lib/Prefix.js.map +0 -1
- package/esm2015/lib/Ripple.js +0 -8
- package/esm2015/lib/Ripple.js.map +0 -1
- package/esm2015/lib/Suffix.js +0 -8
- package/esm2015/lib/Suffix.js.map +0 -1
- package/esm2015/lib/igc-button-component.js.map +0 -1
- package/esm2015/lib/igc-button-group-button-collection.js.map +0 -1
- package/esm2015/lib/igc-button-group-module.js.map +0 -1
- package/esm2015/lib/igc-button-module.js.map +0 -1
- package/esm2015/lib/igc-calendar-component.js.map +0 -1
- package/esm2015/lib/igc-calendar-module.js +0 -22
- package/esm2015/lib/igc-calendar-module.js.map +0 -1
- package/esm2015/lib/igc-checkbox-component.js.map +0 -1
- package/esm2015/lib/igc-checkbox-module.js.map +0 -1
- package/esm2015/lib/igc-icon-component.js.map +0 -1
- package/esm2015/lib/igc-icon-module.js.map +0 -1
- package/esm2015/lib/igc-input-component.js.map +0 -1
- package/esm2015/lib/igc-input-group-component.js.map +0 -1
- package/esm2015/lib/igc-input-group-input-collection.js.map +0 -1
- package/esm2015/lib/igc-input-group-item-component.js.map +0 -1
- package/esm2015/lib/igc-input-group-module.js +0 -24
- package/esm2015/lib/igc-input-group-module.js.map +0 -1
- package/esm2015/lib/igc-input-module.js.map +0 -1
- package/esm2015/lib/igc-label-component.js.map +0 -1
- package/esm2015/lib/igc-label-module.js.map +0 -1
- package/esm2015/lib/igc-prefix-component.js.map +0 -1
- package/esm2015/lib/igc-prefix-module.js.map +0 -1
- package/esm2015/lib/igc-ripple-component.js.map +0 -1
- package/esm2015/lib/igc-ripple-module.js.map +0 -1
- package/esm2015/lib/igc-suffix-component.js.map +0 -1
- package/esm5/lib/Button.js +0 -8
- package/esm5/lib/Button.js.map +0 -1
- package/esm5/lib/ButtonGroup.js +0 -8
- package/esm5/lib/ButtonGroup.js.map +0 -1
- package/esm5/lib/ButtonGroupButtonCollection.js.map +0 -1
- package/esm5/lib/Calendar.js +0 -8
- package/esm5/lib/Calendar.js.map +0 -1
- package/esm5/lib/Checkbox.js +0 -8
- package/esm5/lib/Checkbox.js.map +0 -1
- package/esm5/lib/Icon.js.map +0 -1
- package/esm5/lib/Input.js +0 -8
- package/esm5/lib/Input.js.map +0 -1
- package/esm5/lib/InputGroup.js +0 -8
- package/esm5/lib/InputGroup.js.map +0 -1
- package/esm5/lib/InputGroupInputCollection.js +0 -8
- package/esm5/lib/InputGroupInputCollection.js.map +0 -1
- package/esm5/lib/InputGroupItem.js +0 -8
- package/esm5/lib/InputGroupItem.js.map +0 -1
- package/esm5/lib/Label.js +0 -8
- package/esm5/lib/Label.js.map +0 -1
- package/esm5/lib/Prefix.js +0 -8
- package/esm5/lib/Prefix.js.map +0 -1
- package/esm5/lib/Ripple.js +0 -8
- package/esm5/lib/Ripple.js.map +0 -1
- package/esm5/lib/Suffix.js +0 -8
- package/esm5/lib/Suffix.js.map +0 -1
- package/esm5/lib/igc-button-component.js.map +0 -1
- package/esm5/lib/igc-button-group-button-collection.js.map +0 -1
- package/esm5/lib/igc-button-group-component.js.map +0 -1
- package/esm5/lib/igc-button-group-module.js +0 -26
- package/esm5/lib/igc-button-group-module.js.map +0 -1
- package/esm5/lib/igc-button-module.js +0 -26
- package/esm5/lib/igc-button-module.js.map +0 -1
- package/esm5/lib/igc-calendar-component.js.map +0 -1
- package/esm5/lib/igc-calendar-module.js +0 -26
- package/esm5/lib/igc-calendar-module.js.map +0 -1
- package/esm5/lib/igc-checkbox-component.js.map +0 -1
- package/esm5/lib/igc-checkbox-module.js +0 -26
- package/esm5/lib/igc-checkbox-module.js.map +0 -1
- package/esm5/lib/igc-icon-component.js.map +0 -1
- package/esm5/lib/igc-icon-module.js.map +0 -1
- package/esm5/lib/igc-input-component.js.map +0 -1
- package/esm5/lib/igc-input-group-component.js.map +0 -1
- package/esm5/lib/igc-input-group-input-collection.js +0 -54
- package/esm5/lib/igc-input-group-input-collection.js.map +0 -1
- package/esm5/lib/igc-input-group-item-component.js.map +0 -1
- package/esm5/lib/igc-input-group-module.js +0 -28
- package/esm5/lib/igc-input-group-module.js.map +0 -1
- package/esm5/lib/igc-input-module.js.map +0 -1
- package/esm5/lib/igc-label-component.js.map +0 -1
- package/esm5/lib/igc-label-module.js.map +0 -1
- package/esm5/lib/igc-prefix-component.js.map +0 -1
- package/esm5/lib/igc-prefix-module.js.map +0 -1
- package/esm5/lib/igc-ripple-component.js.map +0 -1
- package/esm5/lib/igc-ripple-module.js +0 -22
- package/esm5/lib/igc-ripple-module.js.map +0 -1
- package/esm5/lib/igc-suffix-component.js.map +0 -1
- package/lib/Button.d.ts +0 -1
- package/lib/ButtonGroup.d.ts +0 -1
- package/lib/Calendar.d.ts +0 -1
- package/lib/Checkbox.d.ts +0 -1
- package/lib/Icon.d.ts +0 -1
- package/lib/Input.d.ts +0 -1
- package/lib/InputGroup.d.ts +0 -1
- package/lib/InputGroupInputCollection.d.ts +0 -1
- package/lib/InputGroupItem.d.ts +0 -1
- package/lib/Label.d.ts +0 -1
- package/lib/Prefix.d.ts +0 -1
- package/lib/Ripple.d.ts +0 -1
- package/lib/Suffix.d.ts +0 -1
- package/lib/igc-button-group-button-collection.d.ts +0 -8
- package/lib/igc-button-group-module.d.ts +0 -3
- package/lib/igc-button-module.d.ts +0 -3
- package/lib/igc-calendar-module.d.ts +0 -3
- package/lib/igc-checkbox-module.d.ts +0 -3
- package/lib/igc-icon-module.d.ts +0 -3
- package/lib/igc-input-group-input-collection.d.ts +0 -8
- package/lib/igc-input-group-module.d.ts +0 -3
- package/lib/igc-input-module.d.ts +0 -3
- package/lib/igc-label-module.d.ts +0 -3
- package/lib/igc-prefix-module.d.ts +0 -3
- package/lib/igc-ripple-module.d.ts +0 -3
|
@@ -5,13 +5,13 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
5
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
6
|
*/
|
|
7
7
|
import { Base, runOn, markType, INotifyPropertyChanged_$type, PropertyChangedEventArgs, delegateRemove, enumGetBox, delegateCombine } from "igniteui-webcomponents-core";
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
8
|
+
import { XInputGroup } from "./XInputGroup";
|
|
9
|
+
import { XLabel } from "./XLabel";
|
|
10
|
+
import { XInput } from "./XInput";
|
|
11
|
+
import { XSuffix } from "./XSuffix";
|
|
12
|
+
import { XIcon } from "./XIcon";
|
|
13
13
|
import { Popup } from "igniteui-webcomponents-layouts";
|
|
14
|
-
import {
|
|
14
|
+
import { XCalendar } from "./XCalendar";
|
|
15
15
|
import { SRProvider } from "igniteui-webcomponents-core";
|
|
16
16
|
import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
|
|
17
17
|
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
@@ -81,7 +81,7 @@ export let DatePickerView = /*@__PURE__*/ (() => {
|
|
|
81
81
|
this.h = this.c.createElement("div");
|
|
82
82
|
this.h.setAttribute("aria-hidden", "true");
|
|
83
83
|
this.g = this.c.createElement("div");
|
|
84
|
-
this.a.
|
|
84
|
+
this.a.cd();
|
|
85
85
|
this.i.getChildAt(0).setAttribute("aria-expanded", "fasle");
|
|
86
86
|
this.i.getChildAt(0).setAttribute("aria-invalid", "false");
|
|
87
87
|
this.e.setStyleProperty("height", "16px");
|
|
@@ -96,30 +96,35 @@ export let DatePickerView = /*@__PURE__*/ (() => {
|
|
|
96
96
|
if (this.c != null) {
|
|
97
97
|
let b = this.c.getSubRenderer(this.j);
|
|
98
98
|
a.provideContainer(b);
|
|
99
|
+
let c = this.c.getExternal(a, b.rootWrapper, this.c.getExternal(this.a, null, null));
|
|
99
100
|
}
|
|
100
101
|
}
|
|
101
102
|
aj(a) {
|
|
102
103
|
if (this.c != null) {
|
|
103
104
|
let b = this.c.getSubRenderer(this.k);
|
|
104
105
|
a.provideContainer(b);
|
|
106
|
+
let c = this.c.getExternal(a, b.rootWrapper, this.c.getExternal(this.a, null, null));
|
|
105
107
|
}
|
|
106
108
|
}
|
|
107
109
|
ai(a) {
|
|
108
110
|
if (this.c != null) {
|
|
109
111
|
let b = this.c.getSubRenderer(this.i);
|
|
110
112
|
a.provideContainer(b);
|
|
113
|
+
let c = this.c.getExternal(a, b.rootWrapper, this.c.getExternal(this.a, null, null));
|
|
111
114
|
}
|
|
112
115
|
}
|
|
113
116
|
al(a, b) {
|
|
114
117
|
if (this.c != null) {
|
|
115
118
|
let c = this.c.getSubRenderer(b);
|
|
116
119
|
a.provideContainer(c);
|
|
120
|
+
let d = this.c.getExternal(a, c.rootWrapper, this.c.getExternal(this.a, null, null));
|
|
117
121
|
}
|
|
118
122
|
}
|
|
119
123
|
ag(a, b) {
|
|
120
124
|
if (this.c != null) {
|
|
121
125
|
let c = this.c.getSubRenderer(b);
|
|
122
126
|
a.provideContainer(c);
|
|
127
|
+
let d = this.c.getExternal(a, c.rootWrapper, this.c.getExternal(this.a, null, null));
|
|
123
128
|
}
|
|
124
129
|
}
|
|
125
130
|
s() {
|
|
@@ -160,7 +165,7 @@ export let DatePickerView = /*@__PURE__*/ (() => {
|
|
|
160
165
|
}
|
|
161
166
|
am() {
|
|
162
167
|
if (this.e != null) {
|
|
163
|
-
if (this.a.
|
|
168
|
+
if (this.a.as == true) {
|
|
164
169
|
this.e.show();
|
|
165
170
|
}
|
|
166
171
|
else {
|
|
@@ -180,7 +185,7 @@ export let DatePickerView = /*@__PURE__*/ (() => {
|
|
|
180
185
|
this.d.setStyleProperty("width", "100%");
|
|
181
186
|
this.d.setStyleProperty("height", "100%");
|
|
182
187
|
this.d.setStyleProperty("display", "flex");
|
|
183
|
-
this.a.
|
|
188
|
+
this.a.ce();
|
|
184
189
|
this.d.parent().setStyleProperty("height", "100%");
|
|
185
190
|
}
|
|
186
191
|
}
|
|
@@ -188,51 +193,53 @@ export let DatePickerView = /*@__PURE__*/ (() => {
|
|
|
188
193
|
if (this.c != null) {
|
|
189
194
|
let b = this.c.getSubRenderer(this.l);
|
|
190
195
|
a.provideRenderer(b);
|
|
196
|
+
let c = b.getExternal(a, b.rootWrapper, b.getExternal(this.a, null, null));
|
|
191
197
|
}
|
|
192
198
|
}
|
|
193
199
|
af(a) {
|
|
194
200
|
if (this.c != null) {
|
|
195
201
|
let b = this.c.getSubRenderer(this.d);
|
|
196
202
|
a.provideContainer(b);
|
|
203
|
+
let c = this.c.getExternal(a, b.rootWrapper, this.c.getExternal(this.a, null, null));
|
|
197
204
|
}
|
|
198
205
|
}
|
|
199
206
|
m() {
|
|
200
207
|
return this.d;
|
|
201
208
|
}
|
|
202
209
|
w(a) {
|
|
203
|
-
this.a.
|
|
210
|
+
this.a.cb();
|
|
204
211
|
if (this.e != null) {
|
|
205
212
|
this.e.hide();
|
|
206
213
|
}
|
|
207
214
|
}
|
|
208
215
|
aa(a) {
|
|
209
216
|
a.stopPropagation();
|
|
210
|
-
this.a.
|
|
217
|
+
this.a.cj();
|
|
211
218
|
}
|
|
212
219
|
v(a) {
|
|
213
220
|
let b = a.which;
|
|
214
221
|
if (b == 27) {
|
|
215
|
-
this.a.
|
|
222
|
+
this.a.cc();
|
|
216
223
|
}
|
|
217
224
|
}
|
|
218
225
|
t(a) {
|
|
219
226
|
this.a.focus();
|
|
220
227
|
let b = (a.originalEvent.relatedTarget);
|
|
221
228
|
if (!this.b(b)) {
|
|
222
|
-
this.a.
|
|
229
|
+
this.a.cp();
|
|
223
230
|
}
|
|
224
231
|
}
|
|
225
232
|
u(a) {
|
|
226
|
-
this.a.cf();
|
|
227
233
|
let b = (a.originalEvent.relatedTarget);
|
|
228
234
|
if (!this.b(b)) {
|
|
229
|
-
this.a.
|
|
235
|
+
this.a.ci();
|
|
236
|
+
this.a.cq();
|
|
230
237
|
}
|
|
231
238
|
}
|
|
232
239
|
z(a) {
|
|
233
240
|
let b = a.target;
|
|
234
241
|
if (!this.b(b)) {
|
|
235
|
-
this.a.
|
|
242
|
+
this.a.cc();
|
|
236
243
|
}
|
|
237
244
|
}
|
|
238
245
|
ap() {
|
|
@@ -273,41 +280,42 @@ export let DatePicker = /*@__PURE__*/ (() => {
|
|
|
273
280
|
this.q = null;
|
|
274
281
|
this.r = null;
|
|
275
282
|
this.g = null;
|
|
276
|
-
this.
|
|
277
|
-
this.
|
|
278
|
-
this.
|
|
279
|
-
this.
|
|
280
|
-
this.
|
|
283
|
+
this.a6 = "dd";
|
|
284
|
+
this.ba = "mm";
|
|
285
|
+
this.bd = "yyyy";
|
|
286
|
+
this.a7 = "mdy";
|
|
287
|
+
this.bc = "/";
|
|
281
288
|
this.ah = false;
|
|
289
|
+
this.ao = false;
|
|
282
290
|
this.an = false;
|
|
283
|
-
this.
|
|
284
|
-
this.av = dateMinValue();
|
|
291
|
+
this.ax = dateMinValue();
|
|
285
292
|
this.propertyChanged = null;
|
|
286
293
|
this.valueChanged = null;
|
|
287
294
|
this.ae = null;
|
|
288
|
-
this.
|
|
289
|
-
this.
|
|
290
|
-
this.a7 = "";
|
|
291
|
-
this.c6 = BrushUtil.g(255, 24, 29, 31);
|
|
292
|
-
this.z = null;
|
|
295
|
+
this.az = dateMinValue();
|
|
296
|
+
this.ay = dateMinValue();
|
|
293
297
|
this.a9 = "";
|
|
294
|
-
this.
|
|
295
|
-
this.
|
|
298
|
+
this.c9 = BrushUtil.g(255, 24, 29, 31);
|
|
299
|
+
this.z = null;
|
|
300
|
+
this.bb = "";
|
|
301
|
+
this.aw = dateMinValue();
|
|
302
|
+
this.av = dateMaxValue();
|
|
296
303
|
this.c = 2;
|
|
297
304
|
this.a = 1;
|
|
298
305
|
this.aa = null;
|
|
299
|
-
this.
|
|
300
|
-
this.
|
|
301
|
-
this.
|
|
302
|
-
this.
|
|
306
|
+
this.da = BrushUtil.g(255, 24, 29, 31);
|
|
307
|
+
this.c8 = BrushUtil.g(255, 163, 172, 184);
|
|
308
|
+
this.ak = true;
|
|
309
|
+
this.al = false;
|
|
303
310
|
this.ag = true;
|
|
304
|
-
this.
|
|
311
|
+
this.aj = true;
|
|
305
312
|
this.m = 0;
|
|
306
313
|
this.o = 0;
|
|
307
|
-
this.
|
|
314
|
+
this.am = false;
|
|
308
315
|
this.e = new DateTimeValueFormatter();
|
|
309
316
|
this.h = 0;
|
|
310
|
-
this.
|
|
317
|
+
this.a8 = null;
|
|
318
|
+
this.ai = false;
|
|
311
319
|
this.gotFocus = null;
|
|
312
320
|
this.lostFocus = null;
|
|
313
321
|
this.keyDown = null;
|
|
@@ -316,13 +324,14 @@ export let DatePicker = /*@__PURE__*/ (() => {
|
|
|
316
324
|
a.a = this;
|
|
317
325
|
this.l = a;
|
|
318
326
|
this.l.ae();
|
|
327
|
+
this.ca();
|
|
319
328
|
}
|
|
320
|
-
|
|
329
|
+
cv(a, b) {
|
|
321
330
|
if (this.y != null) {
|
|
322
|
-
this.b9();
|
|
323
331
|
this.ah = true;
|
|
332
|
+
this.cc();
|
|
324
333
|
}
|
|
325
|
-
this.
|
|
334
|
+
this.c3();
|
|
326
335
|
if (this.valueChanged != null) {
|
|
327
336
|
this.valueChanged(this, ((() => {
|
|
328
337
|
let $ret = new ValueChangedEventArgs();
|
|
@@ -331,7 +340,7 @@ export let DatePicker = /*@__PURE__*/ (() => {
|
|
|
331
340
|
return $ret;
|
|
332
341
|
})()));
|
|
333
342
|
}
|
|
334
|
-
this.
|
|
343
|
+
this.cz();
|
|
335
344
|
}
|
|
336
345
|
notifySizeChanged() {
|
|
337
346
|
this.l.ac();
|
|
@@ -339,9 +348,9 @@ export let DatePicker = /*@__PURE__*/ (() => {
|
|
|
339
348
|
destroy() {
|
|
340
349
|
if (this.g != null) {
|
|
341
350
|
let a = this.g;
|
|
342
|
-
a.valueChanged = delegateRemove(a.valueChanged, runOn(this, this.
|
|
351
|
+
a.valueChanged = delegateRemove(a.valueChanged, runOn(this, this.b9));
|
|
343
352
|
let b = this.g;
|
|
344
|
-
b.close = delegateRemove(b.close, runOn(this, this.
|
|
353
|
+
b.close = delegateRemove(b.close, runOn(this, this.b8));
|
|
345
354
|
}
|
|
346
355
|
this.provideContainer(null);
|
|
347
356
|
}
|
|
@@ -355,45 +364,45 @@ export let DatePicker = /*@__PURE__*/ (() => {
|
|
|
355
364
|
}
|
|
356
365
|
return this.ae;
|
|
357
366
|
}
|
|
358
|
-
get
|
|
359
|
-
return this.
|
|
367
|
+
get a3() {
|
|
368
|
+
return this.az;
|
|
360
369
|
}
|
|
361
|
-
set
|
|
362
|
-
let b = this.
|
|
363
|
-
this.
|
|
364
|
-
this.
|
|
365
|
-
if (+b != +(this.
|
|
366
|
-
this.
|
|
370
|
+
set a3(a) {
|
|
371
|
+
let b = this.az;
|
|
372
|
+
this.ax = b;
|
|
373
|
+
this.az = a;
|
|
374
|
+
if (+b != +(this.az)) {
|
|
375
|
+
this.cu("Value", b, this.az);
|
|
367
376
|
}
|
|
368
377
|
}
|
|
369
|
-
get
|
|
370
|
-
return this.
|
|
378
|
+
get a2() {
|
|
379
|
+
return this.ay;
|
|
371
380
|
}
|
|
372
|
-
set
|
|
373
|
-
let b = this.
|
|
374
|
-
this.
|
|
375
|
-
if (+b != +(this.
|
|
376
|
-
this.
|
|
381
|
+
set a2(a) {
|
|
382
|
+
let b = this.ay;
|
|
383
|
+
this.ay = a;
|
|
384
|
+
if (+b != +(this.ay)) {
|
|
385
|
+
this.cu("Today", b, this.ay);
|
|
377
386
|
}
|
|
378
387
|
}
|
|
379
|
-
get
|
|
380
|
-
return this.
|
|
388
|
+
get bs() {
|
|
389
|
+
return this.a9;
|
|
381
390
|
}
|
|
382
|
-
set
|
|
383
|
-
let b = this.
|
|
384
|
-
this.
|
|
385
|
-
if (b != this.
|
|
386
|
-
this.
|
|
391
|
+
set bs(a) {
|
|
392
|
+
let b = this.a9;
|
|
393
|
+
this.a9 = a;
|
|
394
|
+
if (b != this.a9) {
|
|
395
|
+
this.cu("Label", b, this.a9);
|
|
387
396
|
}
|
|
388
397
|
}
|
|
389
|
-
get
|
|
390
|
-
return this.
|
|
398
|
+
get dc() {
|
|
399
|
+
return this.c9;
|
|
391
400
|
}
|
|
392
|
-
set
|
|
393
|
-
let b = this.
|
|
394
|
-
this.
|
|
395
|
-
if (b != this.
|
|
396
|
-
this.
|
|
401
|
+
set dc(a) {
|
|
402
|
+
let b = this.c9;
|
|
403
|
+
this.c9 = a;
|
|
404
|
+
if (b != this.c9) {
|
|
405
|
+
this.cu("LabelTextColor", b, a);
|
|
397
406
|
}
|
|
398
407
|
}
|
|
399
408
|
get ac() {
|
|
@@ -403,37 +412,37 @@ export let DatePicker = /*@__PURE__*/ (() => {
|
|
|
403
412
|
let b = this.z;
|
|
404
413
|
this.z = a;
|
|
405
414
|
if (b != this.z) {
|
|
406
|
-
this.
|
|
415
|
+
this.cu("LabelTextStyle", b, this.z);
|
|
407
416
|
}
|
|
408
417
|
}
|
|
409
|
-
get
|
|
410
|
-
return this.
|
|
418
|
+
get bz() {
|
|
419
|
+
return this.bb;
|
|
411
420
|
}
|
|
412
|
-
set
|
|
413
|
-
let b = this.
|
|
414
|
-
this.
|
|
415
|
-
if (b != this.
|
|
416
|
-
this.
|
|
421
|
+
set bz(a) {
|
|
422
|
+
let b = this.bb;
|
|
423
|
+
this.bb = a;
|
|
424
|
+
if (b != this.bb) {
|
|
425
|
+
this.cu("Placeholder", b, this.bb);
|
|
417
426
|
}
|
|
418
427
|
}
|
|
419
|
-
get
|
|
420
|
-
return this.
|
|
428
|
+
get a1() {
|
|
429
|
+
return this.aw;
|
|
421
430
|
}
|
|
422
|
-
set
|
|
423
|
-
let b = this.
|
|
424
|
-
this.
|
|
425
|
-
if (+b != +(this.
|
|
426
|
-
this.
|
|
431
|
+
set a1(a) {
|
|
432
|
+
let b = this.aw;
|
|
433
|
+
this.aw = a;
|
|
434
|
+
if (+b != +(this.aw)) {
|
|
435
|
+
this.cu("MinDate", b, this.aw);
|
|
427
436
|
}
|
|
428
437
|
}
|
|
429
|
-
get
|
|
430
|
-
return this.
|
|
438
|
+
get a0() {
|
|
439
|
+
return this.av;
|
|
431
440
|
}
|
|
432
|
-
set
|
|
433
|
-
let b = this.
|
|
434
|
-
this.
|
|
435
|
-
if (+b != +(this.
|
|
436
|
-
this.
|
|
441
|
+
set a0(a) {
|
|
442
|
+
let b = this.av;
|
|
443
|
+
this.av = a;
|
|
444
|
+
if (+b != +(this.av)) {
|
|
445
|
+
this.cu("MaxDate", b, this.av);
|
|
437
446
|
}
|
|
438
447
|
}
|
|
439
448
|
get d() {
|
|
@@ -443,7 +452,7 @@ export let DatePicker = /*@__PURE__*/ (() => {
|
|
|
443
452
|
let b = this.c;
|
|
444
453
|
this.c = a;
|
|
445
454
|
if (b != this.c) {
|
|
446
|
-
this.
|
|
455
|
+
this.cu("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.c));
|
|
447
456
|
}
|
|
448
457
|
}
|
|
449
458
|
get b() {
|
|
@@ -453,7 +462,7 @@ export let DatePicker = /*@__PURE__*/ (() => {
|
|
|
453
462
|
let b = this.a;
|
|
454
463
|
this.a = a;
|
|
455
464
|
if (b != this.a) {
|
|
456
|
-
this.
|
|
465
|
+
this.cu("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.a));
|
|
457
466
|
}
|
|
458
467
|
}
|
|
459
468
|
get ad() {
|
|
@@ -463,67 +472,67 @@ export let DatePicker = /*@__PURE__*/ (() => {
|
|
|
463
472
|
let b = this.aa;
|
|
464
473
|
this.aa = a;
|
|
465
474
|
if (b != this.aa) {
|
|
466
|
-
this.
|
|
475
|
+
this.cu("TextStyle", b, this.aa);
|
|
467
476
|
}
|
|
468
477
|
}
|
|
469
|
-
get
|
|
470
|
-
return this.
|
|
478
|
+
get dd() {
|
|
479
|
+
return this.da;
|
|
471
480
|
}
|
|
472
|
-
set
|
|
473
|
-
let b = this.
|
|
474
|
-
this.
|
|
475
|
-
if (b != this.
|
|
476
|
-
this.
|
|
481
|
+
set dd(a) {
|
|
482
|
+
let b = this.da;
|
|
483
|
+
this.da = a;
|
|
484
|
+
if (b != this.da) {
|
|
485
|
+
this.cu("TextColor", b, this.da);
|
|
477
486
|
}
|
|
478
487
|
}
|
|
479
|
-
get
|
|
480
|
-
return this.
|
|
481
|
-
}
|
|
482
|
-
set c8(a) {
|
|
483
|
-
let b = this.c5;
|
|
484
|
-
this.c5 = a;
|
|
485
|
-
if (b != this.c5) {
|
|
486
|
-
this.cr("IconColor", b, this.c5);
|
|
487
|
-
}
|
|
488
|
+
get db() {
|
|
489
|
+
return this.c8;
|
|
488
490
|
}
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
this.aj = a;
|
|
495
|
-
if (b != this.aj) {
|
|
496
|
-
this.cr("ShowClearButton", b, this.aj);
|
|
491
|
+
set db(a) {
|
|
492
|
+
let b = this.c8;
|
|
493
|
+
this.c8 = a;
|
|
494
|
+
if (b != this.c8) {
|
|
495
|
+
this.cu("IconColor", b, this.c8);
|
|
497
496
|
}
|
|
498
497
|
}
|
|
499
|
-
get
|
|
498
|
+
get as() {
|
|
500
499
|
return this.ak;
|
|
501
500
|
}
|
|
502
|
-
set
|
|
501
|
+
set as(a) {
|
|
503
502
|
let b = this.ak;
|
|
504
503
|
this.ak = a;
|
|
505
504
|
if (b != this.ak) {
|
|
506
|
-
this.
|
|
505
|
+
this.cu("ShowClearButton", b, this.ak);
|
|
507
506
|
}
|
|
508
507
|
}
|
|
509
|
-
get
|
|
508
|
+
get at() {
|
|
509
|
+
return this.al;
|
|
510
|
+
}
|
|
511
|
+
set at(a) {
|
|
512
|
+
let b = this.al;
|
|
513
|
+
this.al = a;
|
|
514
|
+
if (b != this.al) {
|
|
515
|
+
this.cu("ShowTodayButton", b, this.al);
|
|
516
|
+
}
|
|
517
|
+
}
|
|
518
|
+
get ap() {
|
|
510
519
|
return this.ag;
|
|
511
520
|
}
|
|
512
|
-
set
|
|
521
|
+
set ap(a) {
|
|
513
522
|
let b = this.ag;
|
|
514
523
|
this.ag = a;
|
|
515
524
|
if (b != this.ag) {
|
|
516
|
-
this.
|
|
525
|
+
this.cu("AllowTextInput", b, this.ag);
|
|
517
526
|
}
|
|
518
527
|
}
|
|
519
|
-
get
|
|
520
|
-
return this.
|
|
528
|
+
get ar() {
|
|
529
|
+
return this.aj;
|
|
521
530
|
}
|
|
522
|
-
set
|
|
523
|
-
let b = this.
|
|
524
|
-
this.
|
|
525
|
-
if (b != this.
|
|
526
|
-
this.
|
|
531
|
+
set ar(a) {
|
|
532
|
+
let b = this.aj;
|
|
533
|
+
this.aj = a;
|
|
534
|
+
if (b != this.aj) {
|
|
535
|
+
this.cu("OpenOnFocus", b, this.aj);
|
|
527
536
|
}
|
|
528
537
|
}
|
|
529
538
|
get n() {
|
|
@@ -533,7 +542,7 @@ export let DatePicker = /*@__PURE__*/ (() => {
|
|
|
533
542
|
let b = this.m;
|
|
534
543
|
this.m = a;
|
|
535
544
|
if (b != this.m) {
|
|
536
|
-
this.
|
|
545
|
+
this.cu("FirstDayOfWeek", enumGetBox(DayOfWeek_$type, b), enumGetBox(DayOfWeek_$type, this.m));
|
|
537
546
|
}
|
|
538
547
|
}
|
|
539
548
|
get p() {
|
|
@@ -543,17 +552,17 @@ export let DatePicker = /*@__PURE__*/ (() => {
|
|
|
543
552
|
let b = this.o;
|
|
544
553
|
this.o = a;
|
|
545
554
|
if (b != this.o) {
|
|
546
|
-
this.
|
|
555
|
+
this.cu("FirstWeekOfYear", enumGetBox(FirstWeek_$type, b), enumGetBox(FirstWeek_$type, this.o));
|
|
547
556
|
}
|
|
548
557
|
}
|
|
549
|
-
get
|
|
550
|
-
return this.
|
|
558
|
+
get au() {
|
|
559
|
+
return this.am;
|
|
551
560
|
}
|
|
552
|
-
set
|
|
553
|
-
let b = this.
|
|
554
|
-
this.
|
|
555
|
-
if (b != this.
|
|
556
|
-
this.
|
|
561
|
+
set au(a) {
|
|
562
|
+
let b = this.am;
|
|
563
|
+
this.am = a;
|
|
564
|
+
if (b != this.am) {
|
|
565
|
+
this.cu("ShowWeekNumbers", b, this.am);
|
|
557
566
|
}
|
|
558
567
|
}
|
|
559
568
|
get i() {
|
|
@@ -563,49 +572,59 @@ export let DatePicker = /*@__PURE__*/ (() => {
|
|
|
563
572
|
let b = this.h;
|
|
564
573
|
this.h = a;
|
|
565
574
|
if (this.h != b) {
|
|
566
|
-
this.
|
|
575
|
+
this.cu("DateFormat", enumGetBox(DateFormats_$type, b), enumGetBox(DateFormats_$type, this.h));
|
|
567
576
|
}
|
|
568
577
|
}
|
|
569
|
-
get
|
|
570
|
-
return this.
|
|
578
|
+
get bo() {
|
|
579
|
+
return this.a8;
|
|
571
580
|
}
|
|
572
|
-
set
|
|
573
|
-
let b = this.
|
|
574
|
-
this.
|
|
575
|
-
if (b != this.
|
|
576
|
-
this.
|
|
581
|
+
set bo(a) {
|
|
582
|
+
let b = this.a8;
|
|
583
|
+
this.a8 = a;
|
|
584
|
+
if (b != this.a8) {
|
|
585
|
+
this.cu("FormatString", b, this.a8);
|
|
577
586
|
}
|
|
578
587
|
}
|
|
579
|
-
|
|
588
|
+
get aq() {
|
|
589
|
+
return this.ai;
|
|
590
|
+
}
|
|
591
|
+
set aq(a) {
|
|
592
|
+
let b = this.ai;
|
|
593
|
+
this.ai = a;
|
|
594
|
+
if (b != this.ai) {
|
|
595
|
+
this.cu("IsDisabled", b, this.ai);
|
|
596
|
+
}
|
|
597
|
+
}
|
|
598
|
+
cu(a, b, c) {
|
|
580
599
|
if (this.propertyChanged != null) {
|
|
581
600
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
582
601
|
}
|
|
583
|
-
this.
|
|
602
|
+
this.cx(a, b, c);
|
|
584
603
|
}
|
|
585
|
-
|
|
604
|
+
cx(a, b, c) {
|
|
586
605
|
switch (a) {
|
|
587
606
|
case "Density":
|
|
588
|
-
this.
|
|
607
|
+
this.c0();
|
|
589
608
|
break;
|
|
590
609
|
case "BaseTheme":
|
|
591
|
-
this.
|
|
610
|
+
this.c1();
|
|
592
611
|
break;
|
|
593
612
|
case "Value":
|
|
594
|
-
if (+(this.
|
|
595
|
-
if (dateGetDate(this.
|
|
596
|
-
this.
|
|
613
|
+
if (+(this.a3) != +(dateMinValue())) {
|
|
614
|
+
if (dateGetDate(this.a3) < dateGetDate(this.a1) || dateGetDate(this.a3) > dateGetDate(this.a0)) {
|
|
615
|
+
this.a3 = this.ax;
|
|
597
616
|
}
|
|
598
617
|
}
|
|
599
|
-
this.
|
|
600
|
-
this.
|
|
618
|
+
this.cv(this.ax, this.a3);
|
|
619
|
+
this.ax = this.a3;
|
|
601
620
|
if (this.g != null) {
|
|
602
|
-
this.g.
|
|
621
|
+
this.g.aw = this.a3;
|
|
603
622
|
}
|
|
604
623
|
break;
|
|
605
624
|
case "Label":
|
|
606
625
|
if (this.v != null) {
|
|
607
|
-
this.v.text = this.
|
|
608
|
-
if (this.
|
|
626
|
+
this.v.text = this.bs;
|
|
627
|
+
if (this.bs != null && this.bs != "") {
|
|
609
628
|
if (!this.u.inputs.contains(this.v)) {
|
|
610
629
|
this.u.inputs.insert(0, this.v);
|
|
611
630
|
}
|
|
@@ -619,48 +638,48 @@ export let DatePicker = /*@__PURE__*/ (() => {
|
|
|
619
638
|
break;
|
|
620
639
|
case "Placeholder":
|
|
621
640
|
if (this.s != null) {
|
|
622
|
-
this.s.
|
|
623
|
-
this.l.ao(this.
|
|
641
|
+
this.s.cb = this.bz;
|
|
642
|
+
this.l.ao(this.bz);
|
|
624
643
|
}
|
|
625
644
|
break;
|
|
626
645
|
case "Today":
|
|
627
646
|
if (this.g != null) {
|
|
628
|
-
this.g.
|
|
647
|
+
this.g.av = this.a2;
|
|
629
648
|
}
|
|
630
649
|
break;
|
|
631
650
|
case "MaxDate":
|
|
632
651
|
if (this.g != null) {
|
|
633
|
-
let d = Base.compareSimple(this.
|
|
652
|
+
let d = Base.compareSimple(this.a1, this.a0);
|
|
634
653
|
if (d >= 0) {
|
|
635
|
-
this.
|
|
654
|
+
this.a0 = dateMaxValue();
|
|
636
655
|
}
|
|
637
|
-
this.g.
|
|
656
|
+
this.g.at = this.av;
|
|
638
657
|
}
|
|
639
|
-
if (dateGetDate(this.
|
|
640
|
-
this.
|
|
641
|
-
this.
|
|
658
|
+
if (dateGetDate(this.a3) > dateGetDate(this.a0)) {
|
|
659
|
+
this.ax = dateMinValue();
|
|
660
|
+
this.a3 = dateMinValue();
|
|
642
661
|
}
|
|
643
662
|
break;
|
|
644
663
|
case "MinDate":
|
|
645
664
|
if (this.g != null) {
|
|
646
|
-
this.g.
|
|
647
|
-
let e = Base.compareSimple(this.
|
|
665
|
+
this.g.au = this.aw;
|
|
666
|
+
let e = Base.compareSimple(this.a1, this.a0);
|
|
648
667
|
if (e >= 0) {
|
|
649
|
-
this.
|
|
650
|
-
this.g.
|
|
668
|
+
this.ax = dateMaxValue();
|
|
669
|
+
this.g.at = this.a0;
|
|
651
670
|
}
|
|
652
671
|
}
|
|
653
|
-
if (dateGetDate(this.
|
|
654
|
-
this.
|
|
655
|
-
this.
|
|
672
|
+
if (dateGetDate(this.a3) < dateGetDate(this.a1)) {
|
|
673
|
+
this.ax = dateMinValue();
|
|
674
|
+
this.a3 = dateMinValue();
|
|
656
675
|
}
|
|
657
676
|
break;
|
|
658
677
|
case "TextStyle":
|
|
659
|
-
this.
|
|
678
|
+
this.c4();
|
|
660
679
|
break;
|
|
661
680
|
case "ShowClearButton":
|
|
662
681
|
if (this.s != null) {
|
|
663
|
-
if (this.s.
|
|
682
|
+
if (this.s.cj != "") {
|
|
664
683
|
this.l.am();
|
|
665
684
|
}
|
|
666
685
|
}
|
|
@@ -669,47 +688,57 @@ export let DatePicker = /*@__PURE__*/ (() => {
|
|
|
669
688
|
case "LabelTextStyle":
|
|
670
689
|
case "TextColor":
|
|
671
690
|
case "IconColor":
|
|
672
|
-
this.
|
|
691
|
+
this.c5();
|
|
673
692
|
break;
|
|
674
693
|
case "ShowTodayButton":
|
|
675
694
|
if (this.g != null) {
|
|
676
|
-
this.g.
|
|
695
|
+
this.g.ae = this.at;
|
|
677
696
|
}
|
|
678
697
|
break;
|
|
679
698
|
case "AllowTextInput":
|
|
680
699
|
if (this.s != null) {
|
|
681
|
-
this.s.disabled = !this.
|
|
700
|
+
this.s.disabled = !this.ap;
|
|
682
701
|
}
|
|
683
702
|
break;
|
|
684
703
|
case "OpenOnFocus": break;
|
|
685
704
|
case "DateFormat":
|
|
686
|
-
this.e.
|
|
687
|
-
this.
|
|
705
|
+
this.e.k(this.i);
|
|
706
|
+
this.c3();
|
|
688
707
|
break;
|
|
689
708
|
case "FormatString":
|
|
690
|
-
this.
|
|
691
|
-
this.
|
|
709
|
+
this.ca();
|
|
710
|
+
this.c3();
|
|
692
711
|
break;
|
|
693
712
|
case "FirstDayOfWeek":
|
|
694
713
|
if (this.g != null) {
|
|
695
|
-
this.g.
|
|
714
|
+
this.g.p = this.n;
|
|
696
715
|
}
|
|
697
716
|
break;
|
|
698
717
|
case "ShowWeekNumbers":
|
|
699
718
|
if (this.g != null) {
|
|
700
|
-
this.g.
|
|
719
|
+
this.g.af = this.au;
|
|
701
720
|
}
|
|
702
721
|
break;
|
|
703
722
|
case "FirstWeekOfYear":
|
|
704
723
|
if (this.g != null) {
|
|
705
|
-
this.g.
|
|
724
|
+
this.g.s = this.p;
|
|
725
|
+
}
|
|
726
|
+
break;
|
|
727
|
+
case "IsDisabled":
|
|
728
|
+
{
|
|
729
|
+
if (this.u != null) {
|
|
730
|
+
this.u.disabled = this.aq;
|
|
731
|
+
}
|
|
732
|
+
if (this.s != null) {
|
|
733
|
+
this.s.disabled = this.aq;
|
|
734
|
+
}
|
|
706
735
|
}
|
|
707
736
|
break;
|
|
708
737
|
}
|
|
709
738
|
}
|
|
710
|
-
|
|
739
|
+
ca() {
|
|
711
740
|
let a = '/';
|
|
712
|
-
let b = this.
|
|
741
|
+
let b = this.bo != null ? this.bo.toLowerCase() : this.e.j();
|
|
713
742
|
if (stringContains(b, "/")) {
|
|
714
743
|
a = '/';
|
|
715
744
|
}
|
|
@@ -725,7 +754,7 @@ export let DatePicker = /*@__PURE__*/ (() => {
|
|
|
725
754
|
else if (stringContains(b, ",")) {
|
|
726
755
|
a = ',';
|
|
727
756
|
}
|
|
728
|
-
this.
|
|
757
|
+
this.bc = a.toString();
|
|
729
758
|
let c = b.split(a);
|
|
730
759
|
if (c.length == 3) {
|
|
731
760
|
let d = "";
|
|
@@ -734,19 +763,19 @@ export let DatePicker = /*@__PURE__*/ (() => {
|
|
|
734
763
|
d += "d";
|
|
735
764
|
switch (c[e]) {
|
|
736
765
|
case "d":
|
|
737
|
-
this.
|
|
766
|
+
this.a6 = c[e];
|
|
738
767
|
break;
|
|
739
768
|
case "dd":
|
|
740
|
-
this.
|
|
769
|
+
this.a6 = c[e];
|
|
741
770
|
break;
|
|
742
771
|
case "ddd":
|
|
743
|
-
this.
|
|
772
|
+
this.a6 = c[e];
|
|
744
773
|
break;
|
|
745
774
|
case "dddd":
|
|
746
|
-
this.
|
|
775
|
+
this.a6 = c[e];
|
|
747
776
|
break;
|
|
748
777
|
default:
|
|
749
|
-
this.
|
|
778
|
+
this.a6 = "dd";
|
|
750
779
|
break;
|
|
751
780
|
}
|
|
752
781
|
}
|
|
@@ -754,125 +783,125 @@ export let DatePicker = /*@__PURE__*/ (() => {
|
|
|
754
783
|
d += "m";
|
|
755
784
|
switch (c[e]) {
|
|
756
785
|
case "m":
|
|
757
|
-
this.
|
|
786
|
+
this.ba = c[e];
|
|
758
787
|
break;
|
|
759
788
|
case "mm":
|
|
760
|
-
this.
|
|
789
|
+
this.ba = c[e];
|
|
761
790
|
break;
|
|
762
791
|
case "mmm":
|
|
763
|
-
this.
|
|
792
|
+
this.ba = c[e];
|
|
764
793
|
break;
|
|
765
794
|
case "mmmm":
|
|
766
|
-
this.
|
|
795
|
+
this.ba = c[e];
|
|
767
796
|
break;
|
|
768
797
|
default:
|
|
769
|
-
this.
|
|
798
|
+
this.ba = "mm";
|
|
770
799
|
break;
|
|
771
800
|
}
|
|
772
|
-
this.
|
|
801
|
+
this.ba = c[e];
|
|
773
802
|
}
|
|
774
803
|
else if (stringContains(c[e], "y")) {
|
|
775
804
|
d += "y";
|
|
776
805
|
switch (c[e]) {
|
|
777
806
|
case "yy":
|
|
778
|
-
this.
|
|
807
|
+
this.bd = c[e];
|
|
779
808
|
break;
|
|
780
809
|
case "yyyy":
|
|
781
|
-
this.
|
|
810
|
+
this.bd = c[e];
|
|
782
811
|
break;
|
|
783
812
|
default:
|
|
784
|
-
this.
|
|
813
|
+
this.bd = "yyyy";
|
|
785
814
|
break;
|
|
786
815
|
}
|
|
787
816
|
}
|
|
788
817
|
}
|
|
789
818
|
if (d == "dmy" || d == "mdy" || d == "ymd") {
|
|
790
|
-
this.
|
|
819
|
+
this.a7 = d;
|
|
791
820
|
}
|
|
792
821
|
else {
|
|
793
|
-
this.
|
|
822
|
+
this.a7 = "mdy";
|
|
794
823
|
}
|
|
795
824
|
}
|
|
796
825
|
}
|
|
797
|
-
|
|
826
|
+
c5() {
|
|
798
827
|
if (this.s != null) {
|
|
799
|
-
this.s.
|
|
828
|
+
this.s.dy = this.dd;
|
|
800
829
|
}
|
|
801
830
|
if (this.q != null) {
|
|
802
|
-
this.q.fill = this.
|
|
831
|
+
this.q.fill = this.db;
|
|
803
832
|
}
|
|
804
833
|
if (this.r != null) {
|
|
805
|
-
this.r.fill = this.
|
|
834
|
+
this.r.fill = this.db;
|
|
806
835
|
}
|
|
807
836
|
if (this.v != null) {
|
|
808
|
-
this.v.
|
|
837
|
+
this.v.df = this.dc;
|
|
809
838
|
this.v.y = this.ac;
|
|
810
839
|
}
|
|
811
840
|
}
|
|
812
|
-
|
|
841
|
+
c2() {
|
|
813
842
|
if (this.u != null) {
|
|
814
843
|
}
|
|
815
844
|
}
|
|
816
|
-
|
|
845
|
+
c4() {
|
|
817
846
|
if (this.aa != null) {
|
|
818
847
|
this.s.ac = this.aa;
|
|
819
848
|
}
|
|
820
849
|
}
|
|
821
|
-
|
|
822
|
-
this.u = new
|
|
850
|
+
cd() {
|
|
851
|
+
this.u = new XInputGroup();
|
|
823
852
|
this.l.ah(this.u);
|
|
824
853
|
this.u.k = 0;
|
|
825
854
|
this.u.d = this.b;
|
|
826
855
|
this.u.h = this.d;
|
|
827
|
-
this.v = new
|
|
856
|
+
this.v = new XLabel();
|
|
828
857
|
this.l.aj(this.v);
|
|
829
|
-
this.v.
|
|
858
|
+
this.v.df = this.dc;
|
|
830
859
|
this.v.y = this.ac;
|
|
831
860
|
this.u.appendContentChild(this.l.s());
|
|
832
|
-
if (this.
|
|
833
|
-
this.v.text = this.
|
|
861
|
+
if (this.bs != null && this.bs != "") {
|
|
862
|
+
this.v.text = this.bs;
|
|
834
863
|
this.u.inputs.add(this.v);
|
|
835
864
|
}
|
|
836
|
-
this.s = new
|
|
865
|
+
this.s = new XInput();
|
|
837
866
|
this.l.ai(this.s);
|
|
838
|
-
this.s.
|
|
867
|
+
this.s.b3 = "text";
|
|
839
868
|
if (this.aa != null) {
|
|
840
869
|
this.s.ac = this.aa;
|
|
841
870
|
}
|
|
842
|
-
this.s.disabled = !this.
|
|
843
|
-
this.s.
|
|
871
|
+
this.s.disabled = !this.ap;
|
|
872
|
+
this.s.dy = this.dd;
|
|
844
873
|
this.u.appendContentChild(this.l.r());
|
|
845
874
|
this.u.inputs.add(this.s);
|
|
846
|
-
this.s.
|
|
847
|
-
this.l.ao(this.
|
|
875
|
+
this.s.cb = this.bz;
|
|
876
|
+
this.l.ao(this.bz);
|
|
848
877
|
let a = this.s;
|
|
849
|
-
a.change = delegateCombine(a.change, runOn(this, this.
|
|
878
|
+
a.change = delegateCombine(a.change, runOn(this, this.ck));
|
|
850
879
|
let b = this.s;
|
|
851
|
-
b.changing = delegateCombine(b.changing, runOn(this, this.
|
|
880
|
+
b.changing = delegateCombine(b.changing, runOn(this, this.cl));
|
|
852
881
|
let c = this.s;
|
|
853
|
-
c.keyDown = delegateCombine(c.keyDown, runOn(this, this.
|
|
854
|
-
let d = new
|
|
882
|
+
c.keyDown = delegateCombine(c.keyDown, runOn(this, this.cm));
|
|
883
|
+
let d = new XSuffix();
|
|
855
884
|
this.l.al(d, this.l.o());
|
|
856
|
-
this.q = new
|
|
885
|
+
this.q = new XIcon();
|
|
857
886
|
this.l.ag(this.q, this.l.n());
|
|
858
|
-
this.q.svgPath = DatePicker.
|
|
859
|
-
this.q.fill = this.
|
|
887
|
+
this.q.svgPath = DatePicker.bh;
|
|
888
|
+
this.q.fill = this.db;
|
|
860
889
|
d.appendContentChild(this.l.n());
|
|
861
890
|
this.u.appendContentChild(this.l.o());
|
|
862
891
|
this.u.inputs.add(d);
|
|
863
|
-
this.
|
|
864
|
-
let e = new
|
|
892
|
+
this.c3();
|
|
893
|
+
let e = new XSuffix();
|
|
865
894
|
this.l.al(e, this.l.q());
|
|
866
|
-
this.r = new
|
|
895
|
+
this.r = new XIcon();
|
|
867
896
|
this.l.ag(this.r, this.l.p());
|
|
868
|
-
this.r.svgPath = DatePicker.
|
|
869
|
-
this.r.fill = this.
|
|
897
|
+
this.r.svgPath = DatePicker.bg;
|
|
898
|
+
this.r.fill = this.db;
|
|
870
899
|
e.appendContentChild(this.l.p());
|
|
871
900
|
this.u.appendContentChild(this.l.q());
|
|
872
901
|
this.u.inputs.add(e);
|
|
873
902
|
}
|
|
874
|
-
|
|
875
|
-
this.
|
|
903
|
+
cm(a, b) {
|
|
904
|
+
this.cs(b);
|
|
876
905
|
if (b.defaultPrevented) {
|
|
877
906
|
return;
|
|
878
907
|
}
|
|
@@ -880,38 +909,38 @@ export let DatePicker = /*@__PURE__*/ (() => {
|
|
|
880
909
|
let d = b.modifiers;
|
|
881
910
|
switch (c) {
|
|
882
911
|
case 9:
|
|
883
|
-
this.
|
|
884
|
-
if (!this.
|
|
885
|
-
this.
|
|
912
|
+
this.an = true;
|
|
913
|
+
if (!this.ao) {
|
|
914
|
+
this.c7(this.s.cj);
|
|
886
915
|
}
|
|
887
|
-
this.b9();
|
|
888
916
|
this.ah = true;
|
|
889
|
-
this.
|
|
917
|
+
this.cc();
|
|
918
|
+
this.an = false;
|
|
890
919
|
break;
|
|
891
920
|
case 13:
|
|
892
|
-
this.
|
|
893
|
-
if (!this.
|
|
894
|
-
this.
|
|
921
|
+
this.an = true;
|
|
922
|
+
if (!this.ao) {
|
|
923
|
+
this.c7(this.s.cj);
|
|
895
924
|
}
|
|
896
|
-
this.b9();
|
|
897
925
|
this.ah = true;
|
|
898
|
-
this.
|
|
926
|
+
this.cc();
|
|
927
|
+
this.an = false;
|
|
899
928
|
break;
|
|
900
929
|
case 40:
|
|
901
930
|
if (d == 1) {
|
|
902
|
-
this.
|
|
903
|
-
this.
|
|
931
|
+
this.cw();
|
|
932
|
+
this.ch();
|
|
904
933
|
}
|
|
905
934
|
break;
|
|
906
935
|
case 38:
|
|
907
936
|
if (d == 1) {
|
|
908
|
-
this.
|
|
937
|
+
this.cc();
|
|
909
938
|
}
|
|
910
939
|
break;
|
|
911
940
|
}
|
|
912
941
|
}
|
|
913
|
-
|
|
914
|
-
this.
|
|
942
|
+
cl(a, b) {
|
|
943
|
+
this.co(b);
|
|
915
944
|
if (b.value.length > 0) {
|
|
916
945
|
this.l.am();
|
|
917
946
|
}
|
|
@@ -919,12 +948,12 @@ export let DatePicker = /*@__PURE__*/ (() => {
|
|
|
919
948
|
this.l.ab();
|
|
920
949
|
}
|
|
921
950
|
}
|
|
922
|
-
|
|
923
|
-
this.
|
|
924
|
-
this.
|
|
925
|
-
this.
|
|
951
|
+
ck(a, b) {
|
|
952
|
+
this.ao = true;
|
|
953
|
+
this.c7(b.value);
|
|
954
|
+
this.ao = false;
|
|
926
955
|
}
|
|
927
|
-
|
|
956
|
+
c7(a) {
|
|
928
957
|
let b = ['/', '-', ' ', '.', ','];
|
|
929
958
|
let c = stringSplit(a, b, 1);
|
|
930
959
|
let d = 0;
|
|
@@ -935,17 +964,17 @@ export let DatePicker = /*@__PURE__*/ (() => {
|
|
|
935
964
|
if (c[0].length == 0 || c[1].length == 0 || c[2].length == 0) {
|
|
936
965
|
g = false;
|
|
937
966
|
}
|
|
938
|
-
if (this.
|
|
967
|
+
if (this.a7 == "dmy") {
|
|
939
968
|
d = parseInt(c[0]);
|
|
940
969
|
e = parseInt(c[1]);
|
|
941
970
|
f = parseInt(c[2]);
|
|
942
971
|
}
|
|
943
|
-
else if (this.
|
|
972
|
+
else if (this.a7 == "mdy") {
|
|
944
973
|
e = parseInt(c[0]);
|
|
945
974
|
d = parseInt(c[1]);
|
|
946
975
|
f = parseInt(c[2]);
|
|
947
976
|
}
|
|
948
|
-
else if (this.
|
|
977
|
+
else if (this.a7 == "ymd") {
|
|
949
978
|
f = parseInt(c[0]);
|
|
950
979
|
e = parseInt(c[1]);
|
|
951
980
|
d = parseInt(c[2]);
|
|
@@ -958,13 +987,13 @@ export let DatePicker = /*@__PURE__*/ (() => {
|
|
|
958
987
|
}
|
|
959
988
|
if (isNaN_(e)) {
|
|
960
989
|
let h = "";
|
|
961
|
-
if (this.
|
|
990
|
+
if (this.a7 == "dmy") {
|
|
962
991
|
h = c[1].toLowerCase();
|
|
963
992
|
}
|
|
964
|
-
else if (this.
|
|
993
|
+
else if (this.a7 == "mdy") {
|
|
965
994
|
h = c[0].toLowerCase();
|
|
966
995
|
}
|
|
967
|
-
else if (this.
|
|
996
|
+
else if (this.a7 == "ymd") {
|
|
968
997
|
h = c[1].toLowerCase();
|
|
969
998
|
}
|
|
970
999
|
let i = !stringIsNullOrWhiteSpace(this.af.b1("January_Full")) ? this.af.b1("January_Full").toLowerCase() : "january";
|
|
@@ -1040,41 +1069,41 @@ export let DatePicker = /*@__PURE__*/ (() => {
|
|
|
1040
1069
|
}
|
|
1041
1070
|
if (g) {
|
|
1042
1071
|
let ag = dateFromValues(f, e, d, 0, 0, 0, 0);
|
|
1043
|
-
let ah = Base.compareSimple(ag, this.
|
|
1044
|
-
let ai = Base.compareSimple(ag, this.
|
|
1072
|
+
let ah = Base.compareSimple(ag, this.a1);
|
|
1073
|
+
let ai = Base.compareSimple(ag, this.a0);
|
|
1045
1074
|
if (ah < 0 || ai > 0) {
|
|
1046
|
-
this.
|
|
1075
|
+
this.c3();
|
|
1047
1076
|
}
|
|
1048
1077
|
else {
|
|
1049
|
-
this.
|
|
1078
|
+
this.c6(ag);
|
|
1050
1079
|
this.l.am();
|
|
1051
1080
|
}
|
|
1052
1081
|
}
|
|
1053
1082
|
else {
|
|
1054
|
-
this.
|
|
1083
|
+
this.c3();
|
|
1055
1084
|
}
|
|
1056
1085
|
}
|
|
1057
|
-
|
|
1058
|
-
let b = this.
|
|
1059
|
-
this.
|
|
1086
|
+
c6(a) {
|
|
1087
|
+
let b = this.a3;
|
|
1088
|
+
this.a3 = a;
|
|
1060
1089
|
}
|
|
1061
|
-
|
|
1090
|
+
c3() {
|
|
1062
1091
|
if (this.s != null) {
|
|
1063
|
-
if (+(this.
|
|
1092
|
+
if (+(this.az) != +(dateMinValue())) {
|
|
1064
1093
|
let a = "";
|
|
1065
|
-
if (this.
|
|
1066
|
-
a = this.e.i(this.
|
|
1094
|
+
if (this.bo == null) {
|
|
1095
|
+
a = this.e.i(this.a3);
|
|
1067
1096
|
}
|
|
1068
1097
|
else {
|
|
1069
|
-
let b = this.
|
|
1098
|
+
let b = this.a3.getDate().toString();
|
|
1070
1099
|
let c = b;
|
|
1071
|
-
if (this.
|
|
1072
|
-
if (this.
|
|
1100
|
+
if (this.a6 == "dd") {
|
|
1101
|
+
if (this.a3.getDate() < 10) {
|
|
1073
1102
|
b = "0" + b;
|
|
1074
1103
|
}
|
|
1075
1104
|
}
|
|
1076
|
-
else if (this.
|
|
1077
|
-
switch (this.
|
|
1105
|
+
else if (this.a6 == "ddd") {
|
|
1106
|
+
switch (this.a3.getDay()) {
|
|
1078
1107
|
case 0:
|
|
1079
1108
|
b = !stringIsNullOrWhiteSpace(this.af.b1("Sunday_Short")) ? this.af.b1("Sunday_Short") : "Sun";
|
|
1080
1109
|
break;
|
|
@@ -1098,8 +1127,8 @@ export let DatePicker = /*@__PURE__*/ (() => {
|
|
|
1098
1127
|
break;
|
|
1099
1128
|
}
|
|
1100
1129
|
}
|
|
1101
|
-
else if (this.
|
|
1102
|
-
switch (this.
|
|
1130
|
+
else if (this.a6 == "dddd") {
|
|
1131
|
+
switch (this.a3.getDay()) {
|
|
1103
1132
|
case 0:
|
|
1104
1133
|
b = !stringIsNullOrWhiteSpace(this.af.b1("Sunday_Full")) ? this.af.b1("Sunday_Full") : "Sunday";
|
|
1105
1134
|
break;
|
|
@@ -1123,14 +1152,14 @@ export let DatePicker = /*@__PURE__*/ (() => {
|
|
|
1123
1152
|
break;
|
|
1124
1153
|
}
|
|
1125
1154
|
}
|
|
1126
|
-
let d = dateGetMonth(this.
|
|
1127
|
-
if (this.
|
|
1128
|
-
if (dateGetMonth(this.
|
|
1155
|
+
let d = dateGetMonth(this.a3).toString();
|
|
1156
|
+
if (this.ba == "mm") {
|
|
1157
|
+
if (dateGetMonth(this.a3) < 10) {
|
|
1129
1158
|
d = "0" + d;
|
|
1130
1159
|
}
|
|
1131
1160
|
}
|
|
1132
|
-
else if (this.
|
|
1133
|
-
switch (dateGetMonth(this.
|
|
1161
|
+
else if (this.ba == "mmm") {
|
|
1162
|
+
switch (dateGetMonth(this.a3)) {
|
|
1134
1163
|
case 1:
|
|
1135
1164
|
d = !stringIsNullOrWhiteSpace(this.af.b1("January_Short")) ? this.af.b1("January_Short") : "Jan";
|
|
1136
1165
|
break;
|
|
@@ -1169,8 +1198,8 @@ export let DatePicker = /*@__PURE__*/ (() => {
|
|
|
1169
1198
|
break;
|
|
1170
1199
|
}
|
|
1171
1200
|
}
|
|
1172
|
-
else if (this.
|
|
1173
|
-
switch (dateGetMonth(this.
|
|
1201
|
+
else if (this.ba == "mmmm") {
|
|
1202
|
+
switch (dateGetMonth(this.a3)) {
|
|
1174
1203
|
case 1:
|
|
1175
1204
|
d = !stringIsNullOrWhiteSpace(this.af.b1("January_Full")) ? this.af.b1("January_Full") : "January";
|
|
1176
1205
|
break;
|
|
@@ -1209,130 +1238,133 @@ export let DatePicker = /*@__PURE__*/ (() => {
|
|
|
1209
1238
|
break;
|
|
1210
1239
|
}
|
|
1211
1240
|
}
|
|
1212
|
-
let e = this.
|
|
1213
|
-
if (this.
|
|
1241
|
+
let e = this.a3.getFullYear().toString();
|
|
1242
|
+
if (this.bd == "yy") {
|
|
1214
1243
|
e = e.substr(2);
|
|
1215
1244
|
}
|
|
1216
|
-
if (this.
|
|
1217
|
-
if (this.
|
|
1218
|
-
a = b + this.
|
|
1245
|
+
if (this.a7 == "dmy") {
|
|
1246
|
+
if (this.a6 == "ddd" || this.a6 == "dddd") {
|
|
1247
|
+
a = b + this.bc + d + " " + c + this.bc + e;
|
|
1219
1248
|
}
|
|
1220
1249
|
else {
|
|
1221
|
-
a = b + this.
|
|
1250
|
+
a = b + this.bc + d + this.bc + e;
|
|
1222
1251
|
}
|
|
1223
1252
|
}
|
|
1224
|
-
else if (this.
|
|
1225
|
-
if (this.
|
|
1226
|
-
a = d + " " + c + this.
|
|
1253
|
+
else if (this.a7 == "mdy") {
|
|
1254
|
+
if (this.a6 == "ddd" || this.a6 == "dddd") {
|
|
1255
|
+
a = d + " " + c + this.bc + b + this.bc + e;
|
|
1227
1256
|
}
|
|
1228
1257
|
else {
|
|
1229
|
-
a = d + this.
|
|
1258
|
+
a = d + this.bc + b + this.bc + e;
|
|
1230
1259
|
}
|
|
1231
1260
|
}
|
|
1232
|
-
else if (this.
|
|
1233
|
-
if (this.
|
|
1234
|
-
a = e + this.
|
|
1261
|
+
else if (this.a7 == "ymd") {
|
|
1262
|
+
if (this.a6 == "ddd" || this.a6 == "dddd") {
|
|
1263
|
+
a = e + this.bc + d + " " + c + this.bc + b;
|
|
1235
1264
|
}
|
|
1236
1265
|
else {
|
|
1237
|
-
a = e + this.
|
|
1266
|
+
a = e + this.bc + d + this.bc + b;
|
|
1238
1267
|
}
|
|
1239
1268
|
}
|
|
1240
1269
|
}
|
|
1241
|
-
this.s.
|
|
1270
|
+
this.s.cj = a;
|
|
1242
1271
|
this.l.am();
|
|
1243
1272
|
}
|
|
1244
1273
|
else {
|
|
1245
|
-
this.s.
|
|
1274
|
+
this.s.cj = "";
|
|
1246
1275
|
this.l.ab();
|
|
1247
1276
|
}
|
|
1248
1277
|
}
|
|
1249
1278
|
}
|
|
1250
|
-
|
|
1279
|
+
cb() {
|
|
1251
1280
|
if (this.s != null) {
|
|
1252
|
-
this.s.
|
|
1281
|
+
this.s.cj = "";
|
|
1253
1282
|
}
|
|
1254
|
-
this.
|
|
1255
|
-
this.g.
|
|
1283
|
+
this.a3 = dateMinValue();
|
|
1284
|
+
this.g.ch();
|
|
1256
1285
|
}
|
|
1257
|
-
|
|
1286
|
+
ce() {
|
|
1258
1287
|
this.y = new Popup();
|
|
1259
1288
|
this.l.ak(this.y);
|
|
1260
|
-
this.g = new
|
|
1289
|
+
this.g = new XCalendar();
|
|
1261
1290
|
this.l.af(this.g);
|
|
1262
|
-
if (+(this.
|
|
1263
|
-
this.g.
|
|
1291
|
+
if (+(this.a1) != +(dateMinValue())) {
|
|
1292
|
+
this.g.au = this.a1;
|
|
1264
1293
|
}
|
|
1265
|
-
if (+(this.
|
|
1266
|
-
this.g.
|
|
1294
|
+
if (+(this.a0) != +(dateMaxValue())) {
|
|
1295
|
+
this.g.at = this.a0;
|
|
1267
1296
|
}
|
|
1268
|
-
if (+(this.
|
|
1269
|
-
this.g.
|
|
1297
|
+
if (+(this.a2) != +(dateMinValue())) {
|
|
1298
|
+
this.g.av = this.a2;
|
|
1270
1299
|
}
|
|
1271
|
-
this.g.
|
|
1272
|
-
this.g.
|
|
1273
|
-
this.g.
|
|
1274
|
-
this.g.
|
|
1300
|
+
this.g.ae = this.at;
|
|
1301
|
+
this.g.p = this.n;
|
|
1302
|
+
this.g.af = this.au;
|
|
1303
|
+
this.g.s = this.p;
|
|
1275
1304
|
let a = this.g;
|
|
1276
|
-
a.valueChanged = delegateCombine(a.valueChanged, runOn(this, this.
|
|
1305
|
+
a.valueChanged = delegateCombine(a.valueChanged, runOn(this, this.b9));
|
|
1277
1306
|
let b = this.g;
|
|
1278
|
-
b.close = delegateCombine(b.close, runOn(this, this.
|
|
1307
|
+
b.close = delegateCombine(b.close, runOn(this, this.b8));
|
|
1279
1308
|
this.y.appendPopupContent(this.l.m());
|
|
1280
1309
|
}
|
|
1281
|
-
|
|
1282
|
-
this.
|
|
1310
|
+
b9(a, b) {
|
|
1311
|
+
this.a3 = b.newValue;
|
|
1283
1312
|
}
|
|
1284
|
-
|
|
1313
|
+
b8(a) {
|
|
1285
1314
|
if (this.y.t) {
|
|
1286
|
-
this.b9();
|
|
1287
1315
|
this.ah = true;
|
|
1316
|
+
this.cc();
|
|
1288
1317
|
}
|
|
1289
1318
|
}
|
|
1290
|
-
|
|
1319
|
+
cj() {
|
|
1291
1320
|
if (this.ah == false) {
|
|
1292
1321
|
if (this.y.t) {
|
|
1293
|
-
this.
|
|
1322
|
+
this.cc();
|
|
1294
1323
|
}
|
|
1295
1324
|
else {
|
|
1296
|
-
this.
|
|
1325
|
+
this.cw();
|
|
1297
1326
|
}
|
|
1298
1327
|
}
|
|
1299
1328
|
else {
|
|
1300
1329
|
this.ah = false;
|
|
1301
1330
|
}
|
|
1302
1331
|
}
|
|
1303
|
-
|
|
1332
|
+
cw() {
|
|
1333
|
+
if (this.aq) {
|
|
1334
|
+
return;
|
|
1335
|
+
}
|
|
1304
1336
|
let a = this.l.ap();
|
|
1305
1337
|
if (this.y != null) {
|
|
1306
1338
|
this.y.showRelativeToExclusionRect(a, 0, 0);
|
|
1307
1339
|
}
|
|
1308
1340
|
this.l.an(true);
|
|
1309
1341
|
}
|
|
1310
|
-
|
|
1342
|
+
cc() {
|
|
1311
1343
|
if (this.y != null) {
|
|
1312
|
-
this.y.ao();
|
|
1344
|
+
window.setTimeout(() => this.y.ao(), 0);
|
|
1313
1345
|
}
|
|
1314
1346
|
if (this.g != null) {
|
|
1315
|
-
this.g.
|
|
1347
|
+
this.g.cy();
|
|
1316
1348
|
}
|
|
1317
1349
|
this.l.an(false);
|
|
1318
1350
|
this.ah = false;
|
|
1319
1351
|
}
|
|
1320
|
-
focus() {
|
|
1352
|
+
focus(a = false) {
|
|
1321
1353
|
if (this.s != null) {
|
|
1322
|
-
this.s.focus();
|
|
1354
|
+
this.s.focus(a);
|
|
1323
1355
|
}
|
|
1324
|
-
if (!this.y.t) {
|
|
1356
|
+
if (!this.y.t && this.ar == true) {
|
|
1325
1357
|
if (this.ah == false) {
|
|
1326
|
-
if (this.
|
|
1327
|
-
this.
|
|
1358
|
+
if (this.ap == false) {
|
|
1359
|
+
this.cw();
|
|
1328
1360
|
this.ah = true;
|
|
1329
|
-
window.setTimeout(() => this.
|
|
1361
|
+
window.setTimeout(() => this.ch(), 0);
|
|
1330
1362
|
}
|
|
1331
1363
|
else {
|
|
1332
|
-
if (this.
|
|
1333
|
-
this.
|
|
1364
|
+
if (this.ar == true && this.an == false) {
|
|
1365
|
+
this.cw();
|
|
1334
1366
|
this.ah = true;
|
|
1335
|
-
window.setTimeout(() => this.
|
|
1367
|
+
window.setTimeout(() => this.ch(), 0);
|
|
1336
1368
|
}
|
|
1337
1369
|
}
|
|
1338
1370
|
}
|
|
@@ -1341,32 +1373,33 @@ export let DatePicker = /*@__PURE__*/ (() => {
|
|
|
1341
1373
|
}
|
|
1342
1374
|
}
|
|
1343
1375
|
}
|
|
1344
|
-
|
|
1376
|
+
ci() {
|
|
1377
|
+
this.ah = false;
|
|
1345
1378
|
}
|
|
1346
|
-
|
|
1379
|
+
cz() {
|
|
1347
1380
|
if (this.s != null) {
|
|
1348
|
-
this.s.
|
|
1381
|
+
this.s.dg();
|
|
1349
1382
|
}
|
|
1350
1383
|
}
|
|
1351
|
-
|
|
1352
|
-
this.g.
|
|
1384
|
+
ch() {
|
|
1385
|
+
this.g.cq();
|
|
1353
1386
|
}
|
|
1354
|
-
|
|
1387
|
+
cp() {
|
|
1355
1388
|
let a = new GotFocusEventArgs();
|
|
1356
|
-
this.
|
|
1389
|
+
this.cr(a);
|
|
1357
1390
|
}
|
|
1358
|
-
|
|
1391
|
+
cq() {
|
|
1359
1392
|
let a = new LostFocusEventArgs();
|
|
1360
|
-
this.
|
|
1393
|
+
this.ct(a);
|
|
1361
1394
|
}
|
|
1362
|
-
|
|
1395
|
+
c1() {
|
|
1363
1396
|
}
|
|
1364
|
-
|
|
1397
|
+
c0() {
|
|
1365
1398
|
}
|
|
1366
|
-
|
|
1399
|
+
a5() {
|
|
1367
1400
|
return this.f();
|
|
1368
1401
|
}
|
|
1369
|
-
|
|
1402
|
+
bl() {
|
|
1370
1403
|
let a = this.f();
|
|
1371
1404
|
return a.g();
|
|
1372
1405
|
}
|
|
@@ -1376,7 +1409,7 @@ export let DatePicker = /*@__PURE__*/ (() => {
|
|
|
1376
1409
|
a.a = this.b;
|
|
1377
1410
|
a.e = this.y.ab();
|
|
1378
1411
|
a.d = this.u.ia();
|
|
1379
|
-
a.c = this.g.
|
|
1412
|
+
a.c = this.g.bj();
|
|
1380
1413
|
if (this.ad != null) {
|
|
1381
1414
|
let b = this.ad;
|
|
1382
1415
|
if (this.l != null && b.n == null) {
|
|
@@ -1407,30 +1440,30 @@ export let DatePicker = /*@__PURE__*/ (() => {
|
|
|
1407
1440
|
}
|
|
1408
1441
|
return a;
|
|
1409
1442
|
}
|
|
1410
|
-
|
|
1443
|
+
cr(a) {
|
|
1411
1444
|
if (null != this.gotFocus) {
|
|
1412
1445
|
this.gotFocus(this, a);
|
|
1413
1446
|
}
|
|
1414
1447
|
}
|
|
1415
|
-
|
|
1448
|
+
ct(a) {
|
|
1416
1449
|
if (null != this.lostFocus) {
|
|
1417
1450
|
this.lostFocus(this, a);
|
|
1418
1451
|
}
|
|
1419
1452
|
}
|
|
1420
|
-
|
|
1453
|
+
cs(a) {
|
|
1421
1454
|
if (null != this.keyDown) {
|
|
1422
1455
|
this.keyDown(this, a);
|
|
1423
1456
|
}
|
|
1424
1457
|
}
|
|
1425
|
-
|
|
1458
|
+
co(a) {
|
|
1426
1459
|
if (null != this.changing) {
|
|
1427
1460
|
this.changing(this, a);
|
|
1428
1461
|
}
|
|
1429
1462
|
}
|
|
1430
1463
|
}
|
|
1431
1464
|
DatePicker.$t = /*@__PURE__*/ markType(DatePicker, 'DatePicker', Base.$, [INotifyPropertyChanged_$type]);
|
|
1432
|
-
DatePicker.
|
|
1433
|
-
DatePicker.
|
|
1465
|
+
DatePicker.bg = "M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z";
|
|
1466
|
+
DatePicker.bh = "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z";
|
|
1434
1467
|
DatePicker.ab = null;
|
|
1435
1468
|
return DatePicker;
|
|
1436
1469
|
})();
|