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,1026 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { Base, Delegate_$type, fromEnum, runOn, markType, INotifyPropertyChanged_$type, PropertyChangedEventArgs, enumGetBox } from "igniteui-webcomponents-core";
|
|
8
|
+
import { Ripple } from "./Ripple";
|
|
9
|
+
import { List$1 } from "igniteui-webcomponents-core";
|
|
10
|
+
import { KeyFrameAnimationFactory } from "igniteui-webcomponents-core";
|
|
11
|
+
import { AnimationKeyFrameEffect } from "igniteui-webcomponents-core";
|
|
12
|
+
import { AnimationKeyFrameEffectTiming } from "igniteui-webcomponents-core";
|
|
13
|
+
import { stringReplace } from "igniteui-webcomponents-core";
|
|
14
|
+
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
15
|
+
import { CheckboxLabelPosition_$type } from "./CheckboxLabelPosition";
|
|
16
|
+
import { ThemeResolver } from "./ThemeResolver";
|
|
17
|
+
import { CornerRadius } from "igniteui-webcomponents-core";
|
|
18
|
+
import { NativeUI } from "igniteui-webcomponents-core";
|
|
19
|
+
import { Thickness } from "igniteui-webcomponents-core";
|
|
20
|
+
import { CheckboxChangeEventArgs } from "./CheckboxChangeEventArgs";
|
|
21
|
+
import { BrushUtil } from "igniteui-webcomponents-core";
|
|
22
|
+
import { AnimationKeyFrameProperty } from "igniteui-webcomponents-core";
|
|
23
|
+
import { TransformGroup } from "igniteui-webcomponents-core";
|
|
24
|
+
import { RotateTransform } from "igniteui-webcomponents-core";
|
|
25
|
+
import { TranslateTransform } from "igniteui-webcomponents-core";
|
|
26
|
+
import { CheckboxVisualModelExport } from "./CheckboxVisualModelExport";
|
|
27
|
+
import { AppearanceHelper } from "igniteui-webcomponents-core";
|
|
28
|
+
import { isNaN_ } from "igniteui-webcomponents-core";
|
|
29
|
+
/**
|
|
30
|
+
* @hidden
|
|
31
|
+
*/
|
|
32
|
+
export let CheckboxView = /*@__PURE__*/ (() => {
|
|
33
|
+
class CheckboxView extends Base {
|
|
34
|
+
constructor() {
|
|
35
|
+
super();
|
|
36
|
+
this.c = null;
|
|
37
|
+
this.l = null;
|
|
38
|
+
this.f = null;
|
|
39
|
+
this.j = new List$1(Delegate_$type, 0);
|
|
40
|
+
this.g = true;
|
|
41
|
+
this.q = null;
|
|
42
|
+
this.m = null;
|
|
43
|
+
this.p = null;
|
|
44
|
+
this.n = null;
|
|
45
|
+
this.d = null;
|
|
46
|
+
this.o = null;
|
|
47
|
+
}
|
|
48
|
+
ad() {
|
|
49
|
+
}
|
|
50
|
+
i() {
|
|
51
|
+
return true;
|
|
52
|
+
}
|
|
53
|
+
ab(a) {
|
|
54
|
+
if (a == null) {
|
|
55
|
+
for (let b of fromEnum(this.j)) {
|
|
56
|
+
b();
|
|
57
|
+
}
|
|
58
|
+
this.j.clear();
|
|
59
|
+
return;
|
|
60
|
+
}
|
|
61
|
+
this.l = a;
|
|
62
|
+
this.l.rootWrapper.setStyleProperty("display", "flex");
|
|
63
|
+
this.l.rootWrapper.setStyleProperty("flex-direction", "row");
|
|
64
|
+
this.l.rootWrapper.setStyleProperty("flex-wrap", "no-wrap");
|
|
65
|
+
this.l.rootWrapper.setStyleProperty("align-items", "center");
|
|
66
|
+
let c = this.l.createElement("input");
|
|
67
|
+
this.q = c;
|
|
68
|
+
this.q.addClass("ig-native-checkbox");
|
|
69
|
+
this.q.setStyleProperty("position", "absolute");
|
|
70
|
+
this.q.setStyleProperty("width", "1px");
|
|
71
|
+
this.q.setStyleProperty("height", "1px");
|
|
72
|
+
this.q.setStyleProperty("margin", "-1px");
|
|
73
|
+
this.q.setStyleProperty("border", "none");
|
|
74
|
+
this.q.setStyleProperty("clip", "rect(0, 0, 0, 0)");
|
|
75
|
+
this.q.setStyleProperty("outline", "0");
|
|
76
|
+
this.q.setStyleProperty("pointer-events", "none");
|
|
77
|
+
this.q.setStyleProperty("overflow", "hidden");
|
|
78
|
+
this.q.setStyleProperty("-webkit-appearance", "none");
|
|
79
|
+
this.q.setStyleProperty("-moz-appearance", "none");
|
|
80
|
+
this.q.setStyleProperty("appearance", "none");
|
|
81
|
+
this.q.setAttribute("type", "checkbox");
|
|
82
|
+
this.q.setAttribute("id", this.c.by);
|
|
83
|
+
this.ag();
|
|
84
|
+
this.j.add(c.listen("change", runOn(this, this.v)));
|
|
85
|
+
this.j.add(c.listen("click", runOn(this, this.w)));
|
|
86
|
+
this.j.add(c.listen("focus", runOn(this, this.x)));
|
|
87
|
+
this.j.add(c.listen("blur", runOn(this, this.u)));
|
|
88
|
+
this.l.append(c);
|
|
89
|
+
let d = this.l.createElement("div");
|
|
90
|
+
d.addClass("ig-checkbox-box");
|
|
91
|
+
d.setStyleProperty("width", "1.25em");
|
|
92
|
+
d.setStyleProperty("height", "1.25em");
|
|
93
|
+
d.setStyleProperty("position", "relative");
|
|
94
|
+
this.m = d;
|
|
95
|
+
this.l.append(d);
|
|
96
|
+
let e = this.l.createElement("label");
|
|
97
|
+
e.setAttribute("for", this.c.by);
|
|
98
|
+
e.addClass("ig-checkbox-composite");
|
|
99
|
+
e.setStyleProperty("box-sizing", "border-box");
|
|
100
|
+
e.setStyleProperty("position", "relative");
|
|
101
|
+
e.setStyleProperty("display", "inline-block");
|
|
102
|
+
e.setStyleProperty("cursor", "pointer");
|
|
103
|
+
e.setStyleProperty("width", "1.25em");
|
|
104
|
+
e.setStyleProperty("height", "1.25em");
|
|
105
|
+
e.setStyleProperty("min-width", "1.25em");
|
|
106
|
+
e.setStyleProperty("border-width", "0.125rem");
|
|
107
|
+
e.setStyleProperty("border-style", "solid");
|
|
108
|
+
e.setStyleProperty("border-color", "rgba(0,0,0,0.54)");
|
|
109
|
+
e.setStyleProperty("border-top-color", "rgba(0, 0, 0, 0.54)");
|
|
110
|
+
e.setStyleProperty("border-right-color", "rgba(0, 0, 0, 0.54)");
|
|
111
|
+
e.setStyleProperty("border-bottom-color", "rgba(0, 0, 0, 0.54)");
|
|
112
|
+
e.setStyleProperty("border-left-color", "rgba(0, 0, 0, 0.54)");
|
|
113
|
+
e.setStyleProperty("border-radius", "2px");
|
|
114
|
+
e.setStyleProperty("-webkit-tap-highlight-color", "transparent");
|
|
115
|
+
e.setStyleProperty("overflow", "hidden");
|
|
116
|
+
this.p = e;
|
|
117
|
+
this.m.append(e);
|
|
118
|
+
let f = this.l.createElementNS("svg", "http://www.w3.org/2000/svg");
|
|
119
|
+
f.setAttribute("viewBox", "0 0 24 24");
|
|
120
|
+
f.addClass("ig-checkbox-mark");
|
|
121
|
+
f.setStyleProperty("position", "absolute");
|
|
122
|
+
f.setStyleProperty("top", "0");
|
|
123
|
+
f.setStyleProperty("left", "0");
|
|
124
|
+
f.setStyleProperty("right", "0");
|
|
125
|
+
f.setStyleProperty("bottom", "0");
|
|
126
|
+
f.setStyleProperty("stroke", "#fff");
|
|
127
|
+
f.setStyleProperty("stroke-linecap", "square");
|
|
128
|
+
f.setStyleProperty("stroke-width", "3");
|
|
129
|
+
f.setStyleProperty("stroke-dasharray", "24");
|
|
130
|
+
f.setStyleProperty("stroke-dashoffset", "24");
|
|
131
|
+
f.setStyleProperty("fill", "none");
|
|
132
|
+
f.setStyleProperty("opacity", "0");
|
|
133
|
+
f.setStyleProperty("z-index", "1");
|
|
134
|
+
this.n = f;
|
|
135
|
+
e.append(f);
|
|
136
|
+
let g = this.l.createElementNS("path", "http://www.w3.org/2000/svg");
|
|
137
|
+
g.setAttribute("d", "M4.1,12.7 9,17.6 20.3,6.3");
|
|
138
|
+
f.append(g);
|
|
139
|
+
let h = this.l.createElement("div");
|
|
140
|
+
let i = this.l.getSubRenderer(h);
|
|
141
|
+
h.setStyleProperty("position", "absolute");
|
|
142
|
+
h.setStyleProperty("width", "3em");
|
|
143
|
+
h.setStyleProperty("height", "3em");
|
|
144
|
+
h.setStyleProperty("right", "calc(50% - 1.5em)");
|
|
145
|
+
h.setStyleProperty("top", "calc(50% - 1.5em)");
|
|
146
|
+
h.setStyleProperty("border-radius", "24px");
|
|
147
|
+
h.setStyleProperty("overflow", "hidden");
|
|
148
|
+
let j = new Ripple();
|
|
149
|
+
j.provideContainer(i);
|
|
150
|
+
j.q = d;
|
|
151
|
+
let k = this.l.getExternal(j, this.l.rootWrapper, this.l.getExternal(this.c, null, null));
|
|
152
|
+
j.h = true;
|
|
153
|
+
j.k = true;
|
|
154
|
+
this.d = j;
|
|
155
|
+
d.append(h);
|
|
156
|
+
let l = this.l.createElement("span");
|
|
157
|
+
l.addClass("ig-checkbox-label");
|
|
158
|
+
l.setStyleProperty("font-family", "'Segoe UI', Verdana");
|
|
159
|
+
l.setStyleProperty("font-weight", "400");
|
|
160
|
+
l.setStyleProperty("font-size", "1rem");
|
|
161
|
+
l.setStyleProperty("letter-spacing", ".00937rem");
|
|
162
|
+
l.setStyleProperty("text-transform", "none");
|
|
163
|
+
l.setStyleProperty("line-height", "1.5rem");
|
|
164
|
+
l.setStyleProperty("margin-left", "8px");
|
|
165
|
+
l.setStyleProperty("margin-top", "0");
|
|
166
|
+
l.setStyleProperty("margin-bottom", "0");
|
|
167
|
+
l.setStyleProperty("cursor", "pointer");
|
|
168
|
+
l.setStyleProperty("role", "label");
|
|
169
|
+
this.o = l;
|
|
170
|
+
this.j.add(l.listen("click", runOn(this, this.t)));
|
|
171
|
+
this.l.append(l);
|
|
172
|
+
this.l.getPortal(l, "ChildContent", (m) => {
|
|
173
|
+
}, true);
|
|
174
|
+
this.c.cm();
|
|
175
|
+
}
|
|
176
|
+
t(a) {
|
|
177
|
+
this.c.toggle();
|
|
178
|
+
}
|
|
179
|
+
ag() {
|
|
180
|
+
if (this.i()) {
|
|
181
|
+
let a = this.c.by;
|
|
182
|
+
this.q.setAttribute("name", this.c.b7);
|
|
183
|
+
this.q.setProperty("value", this.c.a5);
|
|
184
|
+
if (this.c.v) {
|
|
185
|
+
this.q.setAttribute("tabindex", this.c.a0.toString());
|
|
186
|
+
}
|
|
187
|
+
this.q.setProperty("disabled", this.c.disabled);
|
|
188
|
+
this.q.setProperty("indeterminate", this.c.indeterminate);
|
|
189
|
+
this.q.setProperty("checked", this.c.checked);
|
|
190
|
+
this.q.setProperty("required", this.c.az);
|
|
191
|
+
if (this.c.indeterminate) {
|
|
192
|
+
this.q.setAttribute("aria-checked", "mixed");
|
|
193
|
+
}
|
|
194
|
+
else {
|
|
195
|
+
this.q.setAttribute("aria-checked", this.c.checked ? "true" : "false");
|
|
196
|
+
}
|
|
197
|
+
this.q.setAttribute("aria-labelledby", this.c.bl);
|
|
198
|
+
this.q.setAttribute("aria-label", this.c.bk);
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
ae() {
|
|
202
|
+
if (this.i()) {
|
|
203
|
+
let a = this.c.by;
|
|
204
|
+
this.q.setAttribute("id", a);
|
|
205
|
+
this.p.setAttribute("for", a);
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
u(a) {
|
|
209
|
+
this.c.focused = false;
|
|
210
|
+
}
|
|
211
|
+
x(a) {
|
|
212
|
+
this.c.focused = true;
|
|
213
|
+
}
|
|
214
|
+
w(a) {
|
|
215
|
+
a.stopPropagation();
|
|
216
|
+
if (this.h()) {
|
|
217
|
+
let native_ = this.q.getNativeElement();
|
|
218
|
+
native_.blur();
|
|
219
|
+
}
|
|
220
|
+
this.c.toggle();
|
|
221
|
+
}
|
|
222
|
+
h() {
|
|
223
|
+
return false;
|
|
224
|
+
}
|
|
225
|
+
v(a) {
|
|
226
|
+
a.stopPropagation();
|
|
227
|
+
}
|
|
228
|
+
y() {
|
|
229
|
+
if (KeyFrameAnimationFactory.h == null) {
|
|
230
|
+
KeyFrameAnimationFactory.h = this.l;
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
a(a) {
|
|
234
|
+
return new AnimationKeyFrameEffect(0, this.p, 0, null, a);
|
|
235
|
+
}
|
|
236
|
+
b(a) {
|
|
237
|
+
return new AnimationKeyFrameEffect(0, this.n, 0, null, a);
|
|
238
|
+
}
|
|
239
|
+
z(a) {
|
|
240
|
+
}
|
|
241
|
+
get r() {
|
|
242
|
+
return this.p;
|
|
243
|
+
}
|
|
244
|
+
get e() {
|
|
245
|
+
return this.d;
|
|
246
|
+
}
|
|
247
|
+
get s() {
|
|
248
|
+
return this.n;
|
|
249
|
+
}
|
|
250
|
+
aa() {
|
|
251
|
+
this.g = true;
|
|
252
|
+
this.j.add(this.q.listen("change", runOn(this, this.v)));
|
|
253
|
+
this.j.add(this.q.listen("click", runOn(this, this.w)));
|
|
254
|
+
this.j.add(this.q.listen("focus", runOn(this, this.x)));
|
|
255
|
+
this.j.add(this.q.listen("blur", runOn(this, this.u)));
|
|
256
|
+
this.j.add(this.o.listen("click", runOn(this, this.t)));
|
|
257
|
+
}
|
|
258
|
+
ac() {
|
|
259
|
+
this.g = false;
|
|
260
|
+
for (let a of fromEnum(this.j)) {
|
|
261
|
+
a();
|
|
262
|
+
}
|
|
263
|
+
this.j.clear();
|
|
264
|
+
}
|
|
265
|
+
af() {
|
|
266
|
+
let model_ = this.c;
|
|
267
|
+
if (model_.externalObject && model_.externalObject.refreshDefaults) {
|
|
268
|
+
model_.externalObject.refreshDefaults();
|
|
269
|
+
}
|
|
270
|
+
;
|
|
271
|
+
}
|
|
272
|
+
ah(a, b) {
|
|
273
|
+
this.d.ax = a;
|
|
274
|
+
this.d.aw = b;
|
|
275
|
+
}
|
|
276
|
+
k() {
|
|
277
|
+
let a = this.p.getStyleProperty("border-top-width");
|
|
278
|
+
a = stringReplace(a, "px", "");
|
|
279
|
+
return parseFloat(a);
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
CheckboxView.$t = /*@__PURE__*/ markType(CheckboxView, 'CheckboxView');
|
|
283
|
+
return CheckboxView;
|
|
284
|
+
})();
|
|
285
|
+
/**
|
|
286
|
+
* @hidden
|
|
287
|
+
*/
|
|
288
|
+
export let Checkbox = /*@__PURE__*/ (() => {
|
|
289
|
+
class Checkbox extends Base {
|
|
290
|
+
constructor() {
|
|
291
|
+
super();
|
|
292
|
+
this._view = null;
|
|
293
|
+
this.b = 0;
|
|
294
|
+
this.n = false;
|
|
295
|
+
this.ab = false;
|
|
296
|
+
this.c3 = null;
|
|
297
|
+
this.cy = ThemeResolver.e(Checkbox.c, Checkbox.dm, Checkbox.dh);
|
|
298
|
+
this.c0 = null;
|
|
299
|
+
this.c2 = null;
|
|
300
|
+
this.cx = ThemeResolver.e(Checkbox.c, Checkbox.dl, Checkbox.dg);
|
|
301
|
+
this.c4 = null;
|
|
302
|
+
this.c1 = null;
|
|
303
|
+
this.dr = ThemeResolver.e(Checkbox.c, Checkbox.dn, Checkbox.di);
|
|
304
|
+
this.dd = ThemeResolver.e(Checkbox.c, Checkbox.dk, Checkbox.df);
|
|
305
|
+
this.an = ThemeResolver.b(Checkbox.c, Checkbox.as, Checkbox.ap);
|
|
306
|
+
this.dc = ThemeResolver.e(Checkbox.c, Checkbox.dj, Checkbox.de);
|
|
307
|
+
this.ao = ThemeResolver.b(Checkbox.c, Checkbox.at, Checkbox.aq);
|
|
308
|
+
this.dp = ThemeResolver.e(Checkbox.c, Checkbox.dl, Checkbox.dg);
|
|
309
|
+
this.av = ThemeResolver.b(Checkbox.c, Checkbox.au, Checkbox.ar);
|
|
310
|
+
this.dq = ThemeResolver.e(Checkbox.c, Checkbox.dm, Checkbox.dh);
|
|
311
|
+
this.cz = ThemeResolver.e(Checkbox.c, Checkbox.dn, Checkbox.di);
|
|
312
|
+
this.cw = ThemeResolver.e(Checkbox.c, Checkbox.dk, Checkbox.df);
|
|
313
|
+
this.af = NaN;
|
|
314
|
+
this.ac = ThemeResolver.b(Checkbox.c, Checkbox.as, Checkbox.ap);
|
|
315
|
+
this.ag = NaN;
|
|
316
|
+
this.ah = NaN;
|
|
317
|
+
this.ae = ThemeResolver.b(Checkbox.c, Checkbox.au, Checkbox.ar);
|
|
318
|
+
this.ad = ThemeResolver.b(Checkbox.c, Checkbox.at, Checkbox.aq);
|
|
319
|
+
this.cv = ThemeResolver.e(Checkbox.c, Checkbox.dj, Checkbox.de);
|
|
320
|
+
this.a9 = "ig-native-checkbox-" + Checkbox.a2++;
|
|
321
|
+
this.a8 = "ig-checkbox-" + Checkbox.a1++;
|
|
322
|
+
this.ba = null;
|
|
323
|
+
this.bb = null;
|
|
324
|
+
this.ay = 0;
|
|
325
|
+
this.o = false;
|
|
326
|
+
this.ax = 0;
|
|
327
|
+
this.a7 = null;
|
|
328
|
+
this.a6 = null;
|
|
329
|
+
this.a3 = null;
|
|
330
|
+
this.r = false;
|
|
331
|
+
this.change = null;
|
|
332
|
+
this.g = 0;
|
|
333
|
+
this.l = false;
|
|
334
|
+
this.p = false;
|
|
335
|
+
this.s = false;
|
|
336
|
+
this.q = false;
|
|
337
|
+
this.m = false;
|
|
338
|
+
this.j = null;
|
|
339
|
+
this.k = null;
|
|
340
|
+
this.propertyChanged = null;
|
|
341
|
+
this.ba = this.a8 + "-label";
|
|
342
|
+
this.a7 = this.ba;
|
|
343
|
+
let a = new CheckboxView();
|
|
344
|
+
a.c = this;
|
|
345
|
+
this.view = a;
|
|
346
|
+
this.view.ad();
|
|
347
|
+
}
|
|
348
|
+
get view() {
|
|
349
|
+
return this._view;
|
|
350
|
+
}
|
|
351
|
+
set view(a) {
|
|
352
|
+
this._view = a;
|
|
353
|
+
}
|
|
354
|
+
get d() {
|
|
355
|
+
return this.b;
|
|
356
|
+
}
|
|
357
|
+
set d(a) {
|
|
358
|
+
let b = this.b;
|
|
359
|
+
this.b = a;
|
|
360
|
+
if (b != this.b) {
|
|
361
|
+
this.cl("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
|
|
362
|
+
}
|
|
363
|
+
}
|
|
364
|
+
destroy() {
|
|
365
|
+
this.provideContainer(null);
|
|
366
|
+
}
|
|
367
|
+
cl(a, b, c) {
|
|
368
|
+
if (this.propertyChanged != null) {
|
|
369
|
+
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
370
|
+
}
|
|
371
|
+
this.cn(a, b, c);
|
|
372
|
+
}
|
|
373
|
+
cr() {
|
|
374
|
+
this.c7 = this.ds != null ? this.ds : this.dp;
|
|
375
|
+
this.c9 = this.du != null ? this.du : this.dr;
|
|
376
|
+
this.c6 = this.db != null ? this.db : this.dd;
|
|
377
|
+
this.ai = !isNaN_(this.al) ? this.al : this.an;
|
|
378
|
+
this.c5 = this.da != null ? this.da : this.dc;
|
|
379
|
+
this.c8 = this.dt != null ? this.dt : this.dq;
|
|
380
|
+
this.aj = !isNaN_(this.am) ? this.am : this.ao;
|
|
381
|
+
this.ak = !isNaN_(this.aw) ? this.aw : this.av;
|
|
382
|
+
}
|
|
383
|
+
cn(a, b, c) {
|
|
384
|
+
switch (a) {
|
|
385
|
+
case "BaseTheme":
|
|
386
|
+
this.cu(this.d);
|
|
387
|
+
this.cr();
|
|
388
|
+
break;
|
|
389
|
+
case "TickColor":
|
|
390
|
+
this.c7 = this.ds != null ? this.ds : this.dp;
|
|
391
|
+
break;
|
|
392
|
+
case "UncheckedBorderColor":
|
|
393
|
+
this.c9 = this.du != null ? this.du : this.dr;
|
|
394
|
+
break;
|
|
395
|
+
case "CheckedBorderColor":
|
|
396
|
+
this.c6 = this.db != null ? this.db : this.dd;
|
|
397
|
+
break;
|
|
398
|
+
case "BorderWidth":
|
|
399
|
+
this.ai = !isNaN_(this.al) ? this.al : this.an;
|
|
400
|
+
break;
|
|
401
|
+
case "CheckedBackgroundColor":
|
|
402
|
+
this.c5 = this.da != null ? this.da : this.dc;
|
|
403
|
+
break;
|
|
404
|
+
case "UncheckedBackgroundColor":
|
|
405
|
+
this.c8 = this.dt != null ? this.dt : this.dq;
|
|
406
|
+
break;
|
|
407
|
+
case "CornerRadius":
|
|
408
|
+
this.aj = !isNaN_(this.am) ? this.am : this.ao;
|
|
409
|
+
break;
|
|
410
|
+
case "TickStrokeWidth":
|
|
411
|
+
this.ak = !isNaN_(this.aw) ? this.aw : this.av;
|
|
412
|
+
break;
|
|
413
|
+
case "ActualTickStrokeWidth":
|
|
414
|
+
case "ActualTickColor":
|
|
415
|
+
this.ct();
|
|
416
|
+
break;
|
|
417
|
+
case "ActualCheckedBackgroundColor":
|
|
418
|
+
case "ActualUncheckedBackgroundColor":
|
|
419
|
+
case "ActualUncheckedBorderColor":
|
|
420
|
+
case "ActualCheckedBorderColor":
|
|
421
|
+
case "ActualBorderWidth":
|
|
422
|
+
if (this.j != null) {
|
|
423
|
+
this.j.cancel();
|
|
424
|
+
}
|
|
425
|
+
if (this.k != null) {
|
|
426
|
+
this.k.cancel();
|
|
427
|
+
}
|
|
428
|
+
this.j = null;
|
|
429
|
+
this.k = null;
|
|
430
|
+
this.cq();
|
|
431
|
+
let d = (this.u);
|
|
432
|
+
this.u = true;
|
|
433
|
+
this.cs(this.indeterminate);
|
|
434
|
+
this.u = d;
|
|
435
|
+
break;
|
|
436
|
+
case "ActualCornerRadius":
|
|
437
|
+
this.cq();
|
|
438
|
+
break;
|
|
439
|
+
case "IsChecked":
|
|
440
|
+
if (!this.n) {
|
|
441
|
+
let e = this.indeterminate;
|
|
442
|
+
this.n = true;
|
|
443
|
+
this.indeterminate = false;
|
|
444
|
+
this.n = false;
|
|
445
|
+
let f = (this.u);
|
|
446
|
+
this.u = true;
|
|
447
|
+
this.cs(e);
|
|
448
|
+
this.u = f;
|
|
449
|
+
}
|
|
450
|
+
break;
|
|
451
|
+
case "IsIndeterminate":
|
|
452
|
+
if (!this.n) {
|
|
453
|
+
this.cs(b);
|
|
454
|
+
}
|
|
455
|
+
break;
|
|
456
|
+
case "DisableRipple":
|
|
457
|
+
this.view.e.i = this.t;
|
|
458
|
+
break;
|
|
459
|
+
case "InputId":
|
|
460
|
+
this.view.ae();
|
|
461
|
+
break;
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
cq() {
|
|
465
|
+
let a = this.view.r;
|
|
466
|
+
if (a == null) {
|
|
467
|
+
return;
|
|
468
|
+
}
|
|
469
|
+
NativeUI.l(a, new CornerRadius(0, this.aj));
|
|
470
|
+
if (!isNaN_(this.ai)) {
|
|
471
|
+
NativeUI.m(a, new Thickness(0, this.ai));
|
|
472
|
+
}
|
|
473
|
+
if (this.checked) {
|
|
474
|
+
NativeUI.j(a, this.c5);
|
|
475
|
+
NativeUI.k(a, this.c6);
|
|
476
|
+
}
|
|
477
|
+
else {
|
|
478
|
+
NativeUI.j(a, this.c8);
|
|
479
|
+
NativeUI.k(a, this.c9);
|
|
480
|
+
}
|
|
481
|
+
}
|
|
482
|
+
ct() {
|
|
483
|
+
let a = this.view.s;
|
|
484
|
+
if (a == null) {
|
|
485
|
+
return;
|
|
486
|
+
}
|
|
487
|
+
NativeUI.v(a, this.c7);
|
|
488
|
+
NativeUI.y(a, this.ak);
|
|
489
|
+
}
|
|
490
|
+
get dt() {
|
|
491
|
+
return this.c3;
|
|
492
|
+
}
|
|
493
|
+
set dt(a) {
|
|
494
|
+
let b = this.c3;
|
|
495
|
+
this.c3 = a;
|
|
496
|
+
if (b != this.c3) {
|
|
497
|
+
this.cl("UncheckedBackgroundColor", b, a);
|
|
498
|
+
}
|
|
499
|
+
}
|
|
500
|
+
get c8() {
|
|
501
|
+
return this.cy;
|
|
502
|
+
}
|
|
503
|
+
set c8(a) {
|
|
504
|
+
let b = this.cy;
|
|
505
|
+
this.cy = a;
|
|
506
|
+
if (b != this.cy) {
|
|
507
|
+
this.cl("ActualUncheckedBackgroundColor", b, a);
|
|
508
|
+
}
|
|
509
|
+
}
|
|
510
|
+
get da() {
|
|
511
|
+
return this.c0;
|
|
512
|
+
}
|
|
513
|
+
set da(a) {
|
|
514
|
+
let b = this.c0;
|
|
515
|
+
this.c0 = a;
|
|
516
|
+
if (b != this.c0) {
|
|
517
|
+
this.cl("CheckedBackgroundColor", b, a);
|
|
518
|
+
}
|
|
519
|
+
}
|
|
520
|
+
get ds() {
|
|
521
|
+
return this.c2;
|
|
522
|
+
}
|
|
523
|
+
set ds(a) {
|
|
524
|
+
let b = this.c2;
|
|
525
|
+
this.c2 = a;
|
|
526
|
+
if (b != this.c2) {
|
|
527
|
+
this.cl("TickColor", b, a);
|
|
528
|
+
}
|
|
529
|
+
}
|
|
530
|
+
get c7() {
|
|
531
|
+
return this.cx;
|
|
532
|
+
}
|
|
533
|
+
set c7(a) {
|
|
534
|
+
let b = this.cx;
|
|
535
|
+
this.cx = a;
|
|
536
|
+
if (b != this.cx) {
|
|
537
|
+
this.cl("ActualTickColor", b, a);
|
|
538
|
+
}
|
|
539
|
+
}
|
|
540
|
+
get du() {
|
|
541
|
+
return this.c4;
|
|
542
|
+
}
|
|
543
|
+
set du(a) {
|
|
544
|
+
let b = this.c4;
|
|
545
|
+
this.c4 = a;
|
|
546
|
+
if (b != this.c4) {
|
|
547
|
+
this.cl("UncheckedBorderColor", b, a);
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
get db() {
|
|
551
|
+
return this.c1;
|
|
552
|
+
}
|
|
553
|
+
set db(a) {
|
|
554
|
+
let b = this.c1;
|
|
555
|
+
this.c1 = a;
|
|
556
|
+
if (b != this.c1) {
|
|
557
|
+
this.cl("CheckedBorderColor", b, a);
|
|
558
|
+
}
|
|
559
|
+
}
|
|
560
|
+
cu(a) {
|
|
561
|
+
this.dr = ThemeResolver.e(a, Checkbox.dn, Checkbox.di);
|
|
562
|
+
this.dd = ThemeResolver.e(a, Checkbox.dk, Checkbox.df);
|
|
563
|
+
this.an = ThemeResolver.b(a, Checkbox.as, Checkbox.ap);
|
|
564
|
+
this.dc = ThemeResolver.e(a, Checkbox.dj, Checkbox.de);
|
|
565
|
+
this.ao = ThemeResolver.b(a, Checkbox.at, Checkbox.aq);
|
|
566
|
+
this.dp = ThemeResolver.e(a, Checkbox.dl, Checkbox.dg);
|
|
567
|
+
this.av = ThemeResolver.b(a, Checkbox.au, Checkbox.ar);
|
|
568
|
+
this.dq = ThemeResolver.e(a, Checkbox.dm, Checkbox.dh);
|
|
569
|
+
}
|
|
570
|
+
get c9() {
|
|
571
|
+
return this.cz;
|
|
572
|
+
}
|
|
573
|
+
set c9(a) {
|
|
574
|
+
let b = this.cz;
|
|
575
|
+
this.cz = a;
|
|
576
|
+
if (b != this.cz) {
|
|
577
|
+
this.cl("ActualUncheckedBorderColor", b, a);
|
|
578
|
+
}
|
|
579
|
+
}
|
|
580
|
+
get c6() {
|
|
581
|
+
return this.cw;
|
|
582
|
+
}
|
|
583
|
+
set c6(a) {
|
|
584
|
+
let b = this.cw;
|
|
585
|
+
this.cw = a;
|
|
586
|
+
if (b != this.cw) {
|
|
587
|
+
this.cl("ActualCheckedBorderColor", b, a);
|
|
588
|
+
}
|
|
589
|
+
}
|
|
590
|
+
get al() {
|
|
591
|
+
return this.af;
|
|
592
|
+
}
|
|
593
|
+
set al(a) {
|
|
594
|
+
let b = this.af;
|
|
595
|
+
this.af = a;
|
|
596
|
+
if (b != this.af) {
|
|
597
|
+
this.cl("BorderWidth", b, a);
|
|
598
|
+
}
|
|
599
|
+
}
|
|
600
|
+
get ai() {
|
|
601
|
+
return this.ac;
|
|
602
|
+
}
|
|
603
|
+
set ai(a) {
|
|
604
|
+
let b = this.ac;
|
|
605
|
+
this.ac = a;
|
|
606
|
+
if (b != this.ac) {
|
|
607
|
+
this.cl("ActualBorderWidth", b, a);
|
|
608
|
+
}
|
|
609
|
+
}
|
|
610
|
+
get am() {
|
|
611
|
+
return this.ag;
|
|
612
|
+
}
|
|
613
|
+
set am(a) {
|
|
614
|
+
let b = this.ag;
|
|
615
|
+
this.ag = a;
|
|
616
|
+
if (b != this.ag) {
|
|
617
|
+
this.cl("CornerRadius", b, a);
|
|
618
|
+
}
|
|
619
|
+
}
|
|
620
|
+
get aw() {
|
|
621
|
+
return this.ah;
|
|
622
|
+
}
|
|
623
|
+
set aw(a) {
|
|
624
|
+
let b = this.ah;
|
|
625
|
+
this.ah = a;
|
|
626
|
+
if (b != this.ah) {
|
|
627
|
+
this.cl("TickStrokeWidth", b, a);
|
|
628
|
+
}
|
|
629
|
+
}
|
|
630
|
+
get ak() {
|
|
631
|
+
return this.ae;
|
|
632
|
+
}
|
|
633
|
+
set ak(a) {
|
|
634
|
+
let b = this.ae;
|
|
635
|
+
this.ae = a;
|
|
636
|
+
if (b != this.ae) {
|
|
637
|
+
this.cl("ActualTickStrokeWidth", b, a);
|
|
638
|
+
}
|
|
639
|
+
}
|
|
640
|
+
get aj() {
|
|
641
|
+
return this.ad;
|
|
642
|
+
}
|
|
643
|
+
set aj(a) {
|
|
644
|
+
let b = this.ad;
|
|
645
|
+
this.ad = a;
|
|
646
|
+
if (b != this.ad) {
|
|
647
|
+
this.cl("ActualCornerRadius", b, a);
|
|
648
|
+
}
|
|
649
|
+
}
|
|
650
|
+
get c5() {
|
|
651
|
+
return this.cv;
|
|
652
|
+
}
|
|
653
|
+
set c5(a) {
|
|
654
|
+
let b = this.cv;
|
|
655
|
+
this.cv = a;
|
|
656
|
+
if (b != this.cv) {
|
|
657
|
+
this.cl("ActualCheckedBackgroundColor", b, a);
|
|
658
|
+
}
|
|
659
|
+
}
|
|
660
|
+
get by() {
|
|
661
|
+
return this.a9;
|
|
662
|
+
}
|
|
663
|
+
set by(a) {
|
|
664
|
+
let b = this.a9;
|
|
665
|
+
this.a9 = a;
|
|
666
|
+
if (b != this.a9) {
|
|
667
|
+
this.cl("InputId", b, a);
|
|
668
|
+
}
|
|
669
|
+
}
|
|
670
|
+
get bw() {
|
|
671
|
+
return this.a8;
|
|
672
|
+
}
|
|
673
|
+
set bw(a) {
|
|
674
|
+
let b = this.a8;
|
|
675
|
+
this.a8 = a;
|
|
676
|
+
if (b != this.a8) {
|
|
677
|
+
this.cl("Id", b, a);
|
|
678
|
+
}
|
|
679
|
+
}
|
|
680
|
+
get labelId() {
|
|
681
|
+
return this.ba;
|
|
682
|
+
}
|
|
683
|
+
set labelId(a) {
|
|
684
|
+
let b = this.ba;
|
|
685
|
+
this.ba = a;
|
|
686
|
+
if (b != this.ba) {
|
|
687
|
+
this.cl("LabelId", b, a);
|
|
688
|
+
}
|
|
689
|
+
}
|
|
690
|
+
get b7() {
|
|
691
|
+
return this.bb;
|
|
692
|
+
}
|
|
693
|
+
set b7(a) {
|
|
694
|
+
let b = this.bb;
|
|
695
|
+
this.bb = a;
|
|
696
|
+
if (b != this.bb) {
|
|
697
|
+
this.cl("Name", b, a);
|
|
698
|
+
}
|
|
699
|
+
}
|
|
700
|
+
get v() {
|
|
701
|
+
return this.o;
|
|
702
|
+
}
|
|
703
|
+
get a0() {
|
|
704
|
+
return this.ay;
|
|
705
|
+
}
|
|
706
|
+
set a0(a) {
|
|
707
|
+
let b = this.ay;
|
|
708
|
+
this.ay = a;
|
|
709
|
+
this.o = true;
|
|
710
|
+
if (b != this.ay) {
|
|
711
|
+
this.cl("TabIndex", b, a);
|
|
712
|
+
}
|
|
713
|
+
}
|
|
714
|
+
get az() {
|
|
715
|
+
return this.ax;
|
|
716
|
+
}
|
|
717
|
+
set az(a) {
|
|
718
|
+
let b = this.ax;
|
|
719
|
+
this.ax = a;
|
|
720
|
+
if (b != this.ax) {
|
|
721
|
+
this.cl("Required", b, a);
|
|
722
|
+
}
|
|
723
|
+
}
|
|
724
|
+
get bl() {
|
|
725
|
+
return this.a7;
|
|
726
|
+
}
|
|
727
|
+
set bl(a) {
|
|
728
|
+
let b = this.a7;
|
|
729
|
+
this.a7 = a;
|
|
730
|
+
if (b != this.a7) {
|
|
731
|
+
this.cl("AriaLabelledBy", b, a);
|
|
732
|
+
}
|
|
733
|
+
}
|
|
734
|
+
get bk() {
|
|
735
|
+
return this.a6;
|
|
736
|
+
}
|
|
737
|
+
set bk(a) {
|
|
738
|
+
let b = this.a6;
|
|
739
|
+
this.a6 = a;
|
|
740
|
+
if (b != this.a6) {
|
|
741
|
+
this.cl("AriaLabel", b, a);
|
|
742
|
+
}
|
|
743
|
+
}
|
|
744
|
+
get a5() {
|
|
745
|
+
return this.a3;
|
|
746
|
+
}
|
|
747
|
+
set a5(a) {
|
|
748
|
+
let b = this.a3;
|
|
749
|
+
this.a3 = a;
|
|
750
|
+
if (b != this.a3) {
|
|
751
|
+
this.cl("Value", b, a);
|
|
752
|
+
}
|
|
753
|
+
}
|
|
754
|
+
get focused() {
|
|
755
|
+
return this.r;
|
|
756
|
+
}
|
|
757
|
+
set focused(a) {
|
|
758
|
+
let b = this.r;
|
|
759
|
+
this.r = a;
|
|
760
|
+
if (b != this.r) {
|
|
761
|
+
this.cl("IsFocused", b, a);
|
|
762
|
+
}
|
|
763
|
+
}
|
|
764
|
+
get h() {
|
|
765
|
+
return this.g;
|
|
766
|
+
}
|
|
767
|
+
set h(a) {
|
|
768
|
+
let b = this.g;
|
|
769
|
+
this.g = a;
|
|
770
|
+
if (b != this.g) {
|
|
771
|
+
this.cl("LabelPosition", enumGetBox(CheckboxLabelPosition_$type, b), enumGetBox(CheckboxLabelPosition_$type, a));
|
|
772
|
+
}
|
|
773
|
+
}
|
|
774
|
+
get t() {
|
|
775
|
+
return this.l;
|
|
776
|
+
}
|
|
777
|
+
set t(a) {
|
|
778
|
+
let b = this.l;
|
|
779
|
+
this.l = a;
|
|
780
|
+
if (b != this.l) {
|
|
781
|
+
this.cl("DisableRipple", b, a);
|
|
782
|
+
}
|
|
783
|
+
}
|
|
784
|
+
get checked() {
|
|
785
|
+
return this.p;
|
|
786
|
+
}
|
|
787
|
+
set checked(a) {
|
|
788
|
+
let b = this.p;
|
|
789
|
+
this.p = a;
|
|
790
|
+
if (b != this.p) {
|
|
791
|
+
this.cl("IsChecked", b, a);
|
|
792
|
+
}
|
|
793
|
+
}
|
|
794
|
+
get indeterminate() {
|
|
795
|
+
return this.s;
|
|
796
|
+
}
|
|
797
|
+
set indeterminate(a) {
|
|
798
|
+
let b = this.s;
|
|
799
|
+
this.s = a;
|
|
800
|
+
if (b != this.s) {
|
|
801
|
+
this.cl("IsIndeterminate", b, a);
|
|
802
|
+
}
|
|
803
|
+
}
|
|
804
|
+
get disabled() {
|
|
805
|
+
return this.q;
|
|
806
|
+
}
|
|
807
|
+
set disabled(a) {
|
|
808
|
+
let b = this.q;
|
|
809
|
+
this.q = a;
|
|
810
|
+
if (b != this.q) {
|
|
811
|
+
this.cl("IsDisabled", b, a);
|
|
812
|
+
}
|
|
813
|
+
}
|
|
814
|
+
get u() {
|
|
815
|
+
return this.m;
|
|
816
|
+
}
|
|
817
|
+
set u(a) {
|
|
818
|
+
let b = this.m;
|
|
819
|
+
this.m = a;
|
|
820
|
+
if (b != this.m) {
|
|
821
|
+
this.cl("DisableTransitions", b, a);
|
|
822
|
+
}
|
|
823
|
+
}
|
|
824
|
+
cm() {
|
|
825
|
+
this.ch();
|
|
826
|
+
if (this.checked) {
|
|
827
|
+
this.view.ah(BrushUtil.n(this.c5, 0.6), BrushUtil.n(this.c5, 0.1));
|
|
828
|
+
}
|
|
829
|
+
else {
|
|
830
|
+
this.view.ah(BrushUtil.n(this.c5, 0.6), BrushUtil.n(this.c9, 0.1));
|
|
831
|
+
}
|
|
832
|
+
}
|
|
833
|
+
get a() {
|
|
834
|
+
let a = new AnimationKeyFrameEffectTiming();
|
|
835
|
+
a.g = 300;
|
|
836
|
+
a.b = 0;
|
|
837
|
+
return a;
|
|
838
|
+
}
|
|
839
|
+
ch() {
|
|
840
|
+
this.view.y();
|
|
841
|
+
let a = false;
|
|
842
|
+
if (this.j == null) {
|
|
843
|
+
if (!a) {
|
|
844
|
+
a = true;
|
|
845
|
+
this.view.af();
|
|
846
|
+
}
|
|
847
|
+
this.j = KeyFrameAnimationFactory.f.c(this.view.a(this.a).m(new AnimationKeyFrameProperty(2, this.c8), new AnimationKeyFrameProperty(3, this.c9)).m(new AnimationKeyFrameProperty(2, this.c5), new AnimationKeyFrameProperty(3, this.c6)));
|
|
848
|
+
this.k = KeyFrameAnimationFactory.f.c(this.view.b(this.a).m(new AnimationKeyFrameProperty(19, 24), new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(19, 0), new AnimationKeyFrameProperty(1, 1)));
|
|
849
|
+
}
|
|
850
|
+
}
|
|
851
|
+
toggle() {
|
|
852
|
+
if (this.disabled) {
|
|
853
|
+
return;
|
|
854
|
+
}
|
|
855
|
+
this.ch();
|
|
856
|
+
this.focused = false;
|
|
857
|
+
this.n = true;
|
|
858
|
+
let a = false;
|
|
859
|
+
if (this.indeterminate) {
|
|
860
|
+
a = true;
|
|
861
|
+
this.checked = true;
|
|
862
|
+
}
|
|
863
|
+
this.indeterminate = false;
|
|
864
|
+
this.checked = !this.checked;
|
|
865
|
+
this.n = false;
|
|
866
|
+
this.cs(a);
|
|
867
|
+
if (this.change != null) {
|
|
868
|
+
let b = new CheckboxChangeEventArgs();
|
|
869
|
+
b.isChecked = this.checked;
|
|
870
|
+
b.isIndeterminate = this.indeterminate;
|
|
871
|
+
this.change(this, b);
|
|
872
|
+
}
|
|
873
|
+
}
|
|
874
|
+
cs(a) {
|
|
875
|
+
this.ch();
|
|
876
|
+
let b = this.checked;
|
|
877
|
+
if (this.indeterminate) {
|
|
878
|
+
b = true;
|
|
879
|
+
}
|
|
880
|
+
let c = 1;
|
|
881
|
+
if (!b) {
|
|
882
|
+
c = -1;
|
|
883
|
+
}
|
|
884
|
+
if (b) {
|
|
885
|
+
this.view.ah(BrushUtil.n(this.c5, 0.6), BrushUtil.n(this.c5, 0.1));
|
|
886
|
+
}
|
|
887
|
+
else {
|
|
888
|
+
this.view.ah(BrushUtil.n(this.c5, 0.6), BrushUtil.n(this.c9, 0.1));
|
|
889
|
+
}
|
|
890
|
+
if (!this.indeterminate) {
|
|
891
|
+
NativeUI.z(this.view.s, null);
|
|
892
|
+
}
|
|
893
|
+
if (this.u || this.indeterminate || a) {
|
|
894
|
+
let d = this.view.r;
|
|
895
|
+
let e = this.view.s;
|
|
896
|
+
if (this.indeterminate) {
|
|
897
|
+
let f = new TransformGroup();
|
|
898
|
+
f.j.add(((() => {
|
|
899
|
+
let $ret = new RotateTransform();
|
|
900
|
+
$ret.j = 45;
|
|
901
|
+
return $ret;
|
|
902
|
+
})()));
|
|
903
|
+
f.j.add(((() => {
|
|
904
|
+
let $ret = new TranslateTransform();
|
|
905
|
+
$ret.j = -this.view.k();
|
|
906
|
+
return $ret;
|
|
907
|
+
})()));
|
|
908
|
+
NativeUI.j(d, this.c5);
|
|
909
|
+
NativeUI.k(d, this.c6);
|
|
910
|
+
NativeUI.t(e, 1);
|
|
911
|
+
NativeUI.x(e, 41);
|
|
912
|
+
NativeUI.z(e, f);
|
|
913
|
+
}
|
|
914
|
+
else if (b) {
|
|
915
|
+
NativeUI.j(d, this.c5);
|
|
916
|
+
NativeUI.k(d, this.c6);
|
|
917
|
+
NativeUI.t(e, 1);
|
|
918
|
+
NativeUI.x(e, 0);
|
|
919
|
+
}
|
|
920
|
+
else {
|
|
921
|
+
NativeUI.j(d, this.c8);
|
|
922
|
+
NativeUI.k(d, this.c9);
|
|
923
|
+
NativeUI.t(e, 0);
|
|
924
|
+
NativeUI.x(e, 24);
|
|
925
|
+
}
|
|
926
|
+
return;
|
|
927
|
+
}
|
|
928
|
+
if ((c > 0 && this.j.playbackRate < 0) || (c < 0 && this.j.playbackRate > 0)) {
|
|
929
|
+
this.j.reverse();
|
|
930
|
+
this.j.finished.f((g) => {
|
|
931
|
+
if (this.j != null) {
|
|
932
|
+
this.j.commitStyles();
|
|
933
|
+
}
|
|
934
|
+
});
|
|
935
|
+
this.k.reverse();
|
|
936
|
+
this.k.finished.f((g) => {
|
|
937
|
+
if (this.k != null) {
|
|
938
|
+
this.k.commitStyles();
|
|
939
|
+
}
|
|
940
|
+
});
|
|
941
|
+
}
|
|
942
|
+
else {
|
|
943
|
+
this.j.play();
|
|
944
|
+
this.j.finished.f((g) => {
|
|
945
|
+
if (this.j != null) {
|
|
946
|
+
this.j.commitStyles();
|
|
947
|
+
}
|
|
948
|
+
});
|
|
949
|
+
this.k.play();
|
|
950
|
+
this.k.finished.f((g) => {
|
|
951
|
+
if (this.k != null) {
|
|
952
|
+
this.k.commitStyles();
|
|
953
|
+
}
|
|
954
|
+
});
|
|
955
|
+
}
|
|
956
|
+
}
|
|
957
|
+
onDetachedFromUI() {
|
|
958
|
+
this.view.ac();
|
|
959
|
+
}
|
|
960
|
+
onAttachedToUI() {
|
|
961
|
+
this.view.aa();
|
|
962
|
+
}
|
|
963
|
+
onContentReady() {
|
|
964
|
+
if (this.indeterminate) {
|
|
965
|
+
this.cs(false);
|
|
966
|
+
}
|
|
967
|
+
}
|
|
968
|
+
aa() {
|
|
969
|
+
return this.view.i();
|
|
970
|
+
}
|
|
971
|
+
a4() {
|
|
972
|
+
return this.e();
|
|
973
|
+
}
|
|
974
|
+
bv() {
|
|
975
|
+
let a = this.e();
|
|
976
|
+
return a.s();
|
|
977
|
+
}
|
|
978
|
+
e() {
|
|
979
|
+
let a = new CheckboxVisualModelExport();
|
|
980
|
+
a.f = this.d;
|
|
981
|
+
a.d = AppearanceHelper.a(this.c8);
|
|
982
|
+
a.c = AppearanceHelper.a(this.c7);
|
|
983
|
+
a.e = AppearanceHelper.a(this.c9);
|
|
984
|
+
a.b = AppearanceHelper.a(this.c6);
|
|
985
|
+
a.o = this.al;
|
|
986
|
+
a.l = this.ai;
|
|
987
|
+
a.p = this.am;
|
|
988
|
+
a.q = this.aw;
|
|
989
|
+
a.n = this.ak;
|
|
990
|
+
a.m = this.aj;
|
|
991
|
+
a.a = AppearanceHelper.a(this.c5);
|
|
992
|
+
a.r = this.a5;
|
|
993
|
+
a.j = this.focused;
|
|
994
|
+
a.g = this.t;
|
|
995
|
+
a.h = this.checked;
|
|
996
|
+
a.k = this.indeterminate;
|
|
997
|
+
a.i = this.disabled;
|
|
998
|
+
return a;
|
|
999
|
+
}
|
|
1000
|
+
provideContainer(a) {
|
|
1001
|
+
this.view.ab(a);
|
|
1002
|
+
}
|
|
1003
|
+
}
|
|
1004
|
+
Checkbox.$t = /*@__PURE__*/ markType(Checkbox, 'Checkbox', Base.$, [INotifyPropertyChanged_$type]);
|
|
1005
|
+
Checkbox.dn = /*@__PURE__*/ BrushUtil.g(138, 0, 0, 0);
|
|
1006
|
+
Checkbox.dk = /*@__PURE__*/ BrushUtil.g(138, 0, 0, 0);
|
|
1007
|
+
Checkbox.as = NaN;
|
|
1008
|
+
Checkbox.dj = /*@__PURE__*/ BrushUtil.g(255, 228, 28, 119);
|
|
1009
|
+
Checkbox.at = 2;
|
|
1010
|
+
Checkbox.dl = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
|
|
1011
|
+
Checkbox.au = 3;
|
|
1012
|
+
Checkbox.dm = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
|
|
1013
|
+
Checkbox.di = /*@__PURE__*/ BrushUtil.g(255, 153, 153, 153);
|
|
1014
|
+
Checkbox.df = /*@__PURE__*/ BrushUtil.g(138, 33, 150, 243);
|
|
1015
|
+
Checkbox.ap = NaN;
|
|
1016
|
+
Checkbox.de = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
|
|
1017
|
+
Checkbox.aq = 2;
|
|
1018
|
+
Checkbox.dg = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
|
|
1019
|
+
Checkbox.ar = 3;
|
|
1020
|
+
Checkbox.dh = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
|
|
1021
|
+
Checkbox.c = 2;
|
|
1022
|
+
Checkbox.a2 = 0;
|
|
1023
|
+
Checkbox.a1 = 0;
|
|
1024
|
+
return Checkbox;
|
|
1025
|
+
})();
|
|
1026
|
+
//# sourceMappingURL=CheckboxView_combined.js.map
|