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
|
@@ -8,6 +8,7 @@ import { Base, Delegate_$type, fromEnum, runOn, markType, INotifyPropertyChanged
|
|
|
8
8
|
import { List$1 } from "igniteui-webcomponents-core";
|
|
9
9
|
import { IIcon_$type } from "igniteui-webcomponents-core";
|
|
10
10
|
import { NativeUI } from "igniteui-webcomponents-core";
|
|
11
|
+
import { IconClickedEventArgs } from "./IconClickedEventArgs";
|
|
11
12
|
import { IconVisualModelExport } from "./IconVisualModelExport";
|
|
12
13
|
import { AppearanceHelper } from "igniteui-webcomponents-core";
|
|
13
14
|
import { FontUtil } from "igniteui-webcomponents-core";
|
|
@@ -19,102 +20,118 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
19
20
|
class IconView extends Base {
|
|
20
21
|
constructor() {
|
|
21
22
|
super();
|
|
22
|
-
this.a = null;
|
|
23
|
-
this.g = null;
|
|
24
23
|
this.b = null;
|
|
25
|
-
this.f = new List$1(Delegate_$type, 0);
|
|
26
|
-
this.k = null;
|
|
27
|
-
this.c = true;
|
|
28
24
|
this.h = null;
|
|
25
|
+
this.c = null;
|
|
26
|
+
this.g = new List$1(Delegate_$type, 0);
|
|
27
|
+
this.l = null;
|
|
28
|
+
this.d = true;
|
|
29
29
|
this.i = null;
|
|
30
|
+
this.j = null;
|
|
30
31
|
}
|
|
31
|
-
|
|
32
|
+
t() {
|
|
32
33
|
}
|
|
33
|
-
|
|
34
|
+
e() {
|
|
34
35
|
return true;
|
|
35
36
|
}
|
|
36
|
-
get
|
|
37
|
-
return this.
|
|
37
|
+
get k() {
|
|
38
|
+
return this.i;
|
|
38
39
|
}
|
|
39
|
-
get
|
|
40
|
+
get y() {
|
|
40
41
|
return null;
|
|
41
42
|
}
|
|
42
|
-
get
|
|
43
|
+
get f() {
|
|
43
44
|
return true;
|
|
44
45
|
}
|
|
45
|
-
|
|
46
|
+
r(a) {
|
|
46
47
|
if (a == null) {
|
|
47
|
-
for (let b of fromEnum(this.
|
|
48
|
+
for (let b of fromEnum(this.g)) {
|
|
48
49
|
b();
|
|
49
50
|
}
|
|
50
|
-
this.
|
|
51
|
+
this.g.clear();
|
|
52
|
+
if (this.i != null) {
|
|
53
|
+
this.i.unlistenAll();
|
|
54
|
+
}
|
|
51
55
|
}
|
|
52
|
-
this.
|
|
56
|
+
this.h = a;
|
|
53
57
|
a.rootWrapper.setStyleProperty("position", "relative");
|
|
54
|
-
this.
|
|
55
|
-
this.
|
|
56
|
-
this.
|
|
57
|
-
this.
|
|
58
|
-
this.
|
|
59
|
-
let c = this.
|
|
58
|
+
this.h.rootWrapper.setStyleProperty("display", "flex");
|
|
59
|
+
this.h.rootWrapper.setStyleProperty("flex-direction", "row");
|
|
60
|
+
this.h.rootWrapper.setStyleProperty("flex-wrap", "no-wrap");
|
|
61
|
+
this.h.rootWrapper.setStyleProperty("align-items", "center");
|
|
62
|
+
this.v();
|
|
63
|
+
let c = this.h.createElementNS("svg", "http://www.w3.org/2000/svg");
|
|
60
64
|
c.setStyleProperty("position", "absolute");
|
|
61
65
|
c.setStyleProperty("top", "0");
|
|
62
66
|
c.setStyleProperty("left", "0");
|
|
63
67
|
c.setStyleProperty("right", "0");
|
|
64
68
|
c.setStyleProperty("bottom", "0");
|
|
65
69
|
c.setAttribute("viewBox", "0 0 24 24");
|
|
66
|
-
this.
|
|
67
|
-
let d = this.
|
|
70
|
+
this.i = c;
|
|
71
|
+
let d = this.h.createElementNS("path", "http://www.w3.org/2000/svg");
|
|
68
72
|
d.setAttribute("d", "");
|
|
69
|
-
this.
|
|
70
|
-
if (this.
|
|
71
|
-
d.setAttribute("d", this.
|
|
72
|
-
}
|
|
73
|
-
this.
|
|
74
|
-
this.
|
|
75
|
-
this.
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
73
|
+
this.i.append(d);
|
|
74
|
+
if (this.l != null) {
|
|
75
|
+
d.setAttribute("d", this.l);
|
|
76
|
+
}
|
|
77
|
+
this.j = d;
|
|
78
|
+
this.h.append(this.i);
|
|
79
|
+
this.g.add(c.listen("click", runOn(this, this.q)));
|
|
80
|
+
this.b.bd();
|
|
81
|
+
}
|
|
82
|
+
w(a) {
|
|
83
|
+
if (this.l != a) {
|
|
84
|
+
this.l = a;
|
|
85
|
+
if (this.j != null) {
|
|
86
|
+
this.j.setAttribute("d", this.l);
|
|
82
87
|
}
|
|
83
88
|
}
|
|
84
89
|
}
|
|
85
|
-
|
|
86
|
-
this.
|
|
87
|
-
this.
|
|
90
|
+
v() {
|
|
91
|
+
this.h.rootWrapper.setStyleProperty("width", "1.5rem");
|
|
92
|
+
this.h.rootWrapper.setStyleProperty("height", "1.5rem");
|
|
88
93
|
}
|
|
89
|
-
|
|
94
|
+
m(a) {
|
|
90
95
|
}
|
|
91
|
-
|
|
92
|
-
if (this.
|
|
96
|
+
u() {
|
|
97
|
+
if (this.e()) {
|
|
93
98
|
}
|
|
94
99
|
}
|
|
95
|
-
m(a) {
|
|
96
|
-
this.a.a5();
|
|
97
|
-
}
|
|
98
100
|
n(a) {
|
|
99
|
-
this.
|
|
101
|
+
this.b.ba();
|
|
102
|
+
}
|
|
103
|
+
o(a) {
|
|
104
|
+
this.b.bb();
|
|
100
105
|
}
|
|
101
|
-
|
|
102
|
-
this.
|
|
103
|
-
this.
|
|
104
|
-
this.
|
|
106
|
+
p() {
|
|
107
|
+
this.d = true;
|
|
108
|
+
this.g.add(this.h.rootWrapper.listen("mouseenter", runOn(this, this.n)));
|
|
109
|
+
this.g.add(this.h.rootWrapper.listen("mouseleave", runOn(this, this.o)));
|
|
105
110
|
}
|
|
106
|
-
|
|
107
|
-
this.
|
|
108
|
-
for (let a of fromEnum(this.
|
|
111
|
+
s() {
|
|
112
|
+
this.d = false;
|
|
113
|
+
for (let a of fromEnum(this.g)) {
|
|
109
114
|
a();
|
|
110
115
|
}
|
|
111
|
-
this.
|
|
116
|
+
this.g.clear();
|
|
112
117
|
}
|
|
113
|
-
|
|
118
|
+
x(a) {
|
|
114
119
|
if (a != null) {
|
|
115
|
-
this.
|
|
120
|
+
this.h.rootWrapper.setStyleProperty("font", a.fontString);
|
|
116
121
|
}
|
|
117
122
|
}
|
|
123
|
+
a() {
|
|
124
|
+
let rect_ = this.h.rootWrapper.getNativeElement().getBoundingClientRect();
|
|
125
|
+
let a = (rect_.top);
|
|
126
|
+
let b = (rect_.left);
|
|
127
|
+
let c = new Array(2);
|
|
128
|
+
c[0] = a;
|
|
129
|
+
c[1] = b;
|
|
130
|
+
return c;
|
|
131
|
+
}
|
|
132
|
+
q(a) {
|
|
133
|
+
this.b.a8();
|
|
134
|
+
}
|
|
118
135
|
}
|
|
119
136
|
IconView.$t = /*@__PURE__*/ markType(IconView, 'IconView');
|
|
120
137
|
return IconView;
|
|
@@ -122,39 +139,41 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
122
139
|
/**
|
|
123
140
|
* @hidden
|
|
124
141
|
*/
|
|
125
|
-
export let
|
|
126
|
-
class
|
|
142
|
+
export let XIcon = /*@__PURE__*/ (() => {
|
|
143
|
+
class XIcon extends Base {
|
|
127
144
|
constructor() {
|
|
128
145
|
super();
|
|
129
146
|
this._view = null;
|
|
130
|
-
this.
|
|
131
|
-
this.
|
|
132
|
-
this.
|
|
133
|
-
this.
|
|
134
|
-
this.
|
|
135
|
-
this.
|
|
136
|
-
this.
|
|
137
|
-
this.
|
|
138
|
-
this.
|
|
139
|
-
this.
|
|
140
|
-
this.
|
|
141
|
-
this.
|
|
142
|
-
this.
|
|
143
|
-
this.
|
|
144
|
-
this.
|
|
145
|
-
this.
|
|
146
|
-
this.
|
|
147
|
-
this.
|
|
148
|
-
this.
|
|
149
|
-
this.e = false;
|
|
150
|
-
this.aa = null;
|
|
151
|
-
this.g = false;
|
|
147
|
+
this.bj = XIcon.bz;
|
|
148
|
+
this.bn = XIcon.b3;
|
|
149
|
+
this.bk = XIcon.b0;
|
|
150
|
+
this.bl = XIcon.b1;
|
|
151
|
+
this.bm = XIcon.b2;
|
|
152
|
+
this.n = XIcon.u;
|
|
153
|
+
this.o = XIcon.v;
|
|
154
|
+
this.bo = XIcon.bz;
|
|
155
|
+
this.bt = XIcon.b3;
|
|
156
|
+
this.af = null;
|
|
157
|
+
this.bp = XIcon.b0;
|
|
158
|
+
this.bq = XIcon.b1;
|
|
159
|
+
this.bs = XIcon.b2;
|
|
160
|
+
this.p = XIcon.u;
|
|
161
|
+
this.r = XIcon.v;
|
|
162
|
+
this.d = null;
|
|
163
|
+
this.br = null;
|
|
164
|
+
this.ae = "ig-icon-" + XIcon.ab++;
|
|
165
|
+
this.z = 0;
|
|
152
166
|
this.f = false;
|
|
167
|
+
this.ad = null;
|
|
168
|
+
this.h = false;
|
|
169
|
+
this.g = false;
|
|
170
|
+
this.q = 1;
|
|
171
|
+
this.clicked = null;
|
|
153
172
|
this.propertyChanged = null;
|
|
154
173
|
let a = new IconView();
|
|
155
|
-
a.
|
|
174
|
+
a.b = this;
|
|
156
175
|
this.view = a;
|
|
157
|
-
this.view.
|
|
176
|
+
this.view.t();
|
|
158
177
|
}
|
|
159
178
|
get view() {
|
|
160
179
|
return this._view;
|
|
@@ -165,13 +184,13 @@ export let Icon = /*@__PURE__*/ (() => {
|
|
|
165
184
|
destroy() {
|
|
166
185
|
this.provideContainer(null);
|
|
167
186
|
}
|
|
168
|
-
|
|
187
|
+
bc(a, b, c) {
|
|
169
188
|
if (this.propertyChanged != null) {
|
|
170
189
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
171
190
|
}
|
|
172
|
-
this.
|
|
191
|
+
this.be(a, b, c);
|
|
173
192
|
}
|
|
174
|
-
|
|
193
|
+
be(a, b, c) {
|
|
175
194
|
switch (a) {
|
|
176
195
|
case "Fill":
|
|
177
196
|
case "Stroke":
|
|
@@ -179,7 +198,7 @@ export let Icon = /*@__PURE__*/ (() => {
|
|
|
179
198
|
case "HoverFill":
|
|
180
199
|
case "HoverStroke":
|
|
181
200
|
case "HoverStrokeThickness":
|
|
182
|
-
this.
|
|
201
|
+
this.bi();
|
|
183
202
|
break;
|
|
184
203
|
case "ActualFill":
|
|
185
204
|
case "ActualStroke":
|
|
@@ -188,370 +207,400 @@ export let Icon = /*@__PURE__*/ (() => {
|
|
|
188
207
|
case "ActualStrokeThickness":
|
|
189
208
|
case "ActualHoverStrokeThickness":
|
|
190
209
|
case "SVGPath":
|
|
191
|
-
this.
|
|
210
|
+
this.bg();
|
|
211
|
+
break;
|
|
212
|
+
case "Opacity":
|
|
213
|
+
this.bh();
|
|
192
214
|
break;
|
|
193
215
|
}
|
|
194
216
|
}
|
|
195
|
-
|
|
196
|
-
this.
|
|
197
|
-
this.
|
|
198
|
-
this.
|
|
199
|
-
this.
|
|
200
|
-
this.
|
|
201
|
-
this.
|
|
202
|
-
this.
|
|
217
|
+
bi() {
|
|
218
|
+
this.bu = this.fill != null ? this.fill : XIcon.bz;
|
|
219
|
+
this.bv = this.b4 != null ? this.b4 : XIcon.b0;
|
|
220
|
+
this.bx = this.b7 != null ? this.b7 : XIcon.b2;
|
|
221
|
+
this.bw = this.b5 != null ? this.b5 : XIcon.b1;
|
|
222
|
+
this.t = !isNaN_(this.y) ? this.y : XIcon.v;
|
|
223
|
+
this.s = !isNaN_(this.w) ? this.w : XIcon.u;
|
|
224
|
+
this.by = this.b8 != null ? this.b8 : XIcon.b3;
|
|
203
225
|
}
|
|
204
|
-
get
|
|
205
|
-
return this.svgPath != null && !this.view.
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
226
|
+
get j() {
|
|
227
|
+
return this.svgPath != null && !this.view.f;
|
|
228
|
+
}
|
|
229
|
+
bh() {
|
|
230
|
+
NativeUI.u(this.view.k, this.x);
|
|
231
|
+
}
|
|
232
|
+
bg() {
|
|
233
|
+
let a = this.view.k;
|
|
234
|
+
if (this.j) {
|
|
235
|
+
let b = this.view.y;
|
|
236
|
+
if (this.l) {
|
|
237
|
+
b._fill = this.bv;
|
|
238
|
+
b._stroke = this.bw;
|
|
239
|
+
b.ac = this.s;
|
|
215
240
|
}
|
|
216
241
|
else {
|
|
217
|
-
b._fill = this.
|
|
218
|
-
b._stroke = this.
|
|
219
|
-
b.ac = this.
|
|
242
|
+
b._fill = this.bu;
|
|
243
|
+
b._stroke = this.bx;
|
|
244
|
+
b.ac = this.t;
|
|
220
245
|
}
|
|
221
246
|
}
|
|
222
247
|
else {
|
|
223
248
|
if (this.svgPath != null) {
|
|
224
|
-
this.view.
|
|
249
|
+
this.view.w(this.svgPath);
|
|
225
250
|
}
|
|
226
|
-
let c = this.view.
|
|
227
|
-
if (this.
|
|
228
|
-
if (this.
|
|
229
|
-
NativeUI.
|
|
251
|
+
let c = this.view.k;
|
|
252
|
+
if (this.l) {
|
|
253
|
+
if (this.bv != null) {
|
|
254
|
+
NativeUI.p(c, this.bv);
|
|
230
255
|
}
|
|
231
|
-
if (this.
|
|
232
|
-
NativeUI.
|
|
256
|
+
if (this.bw != null) {
|
|
257
|
+
NativeUI.w(c, this.bw);
|
|
233
258
|
}
|
|
234
|
-
if (!isNaN_(this.
|
|
235
|
-
NativeUI.
|
|
259
|
+
if (!isNaN_(this.s)) {
|
|
260
|
+
NativeUI.z(c, this.s);
|
|
236
261
|
}
|
|
237
262
|
}
|
|
238
263
|
else {
|
|
239
|
-
if (this.
|
|
240
|
-
NativeUI.
|
|
264
|
+
if (this.bu != null) {
|
|
265
|
+
NativeUI.p(c, this.bu);
|
|
241
266
|
}
|
|
242
|
-
if (this.
|
|
243
|
-
NativeUI.
|
|
267
|
+
if (this.bx != null) {
|
|
268
|
+
NativeUI.w(c, this.bx);
|
|
244
269
|
}
|
|
245
|
-
if (!isNaN_(this.
|
|
246
|
-
NativeUI.
|
|
270
|
+
if (!isNaN_(this.t)) {
|
|
271
|
+
NativeUI.z(c, this.t);
|
|
247
272
|
}
|
|
248
273
|
}
|
|
249
274
|
}
|
|
250
|
-
if (this.
|
|
251
|
-
this.view.
|
|
252
|
-
}
|
|
253
|
-
if (this.bs != null) {
|
|
254
|
-
NativeUI.n(this.view.j, this.bs);
|
|
275
|
+
if (this.e != null) {
|
|
276
|
+
this.view.x(this.e);
|
|
255
277
|
}
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
return this.bd;
|
|
259
|
-
}
|
|
260
|
-
set bo(a) {
|
|
261
|
-
let b = this.bd;
|
|
262
|
-
this.bd = a;
|
|
263
|
-
if (b != this.bd) {
|
|
264
|
-
this.a7("ActualFill", b, a);
|
|
278
|
+
if (this.by != null) {
|
|
279
|
+
NativeUI.o(this.view.k, this.by);
|
|
265
280
|
}
|
|
266
281
|
}
|
|
267
|
-
get
|
|
268
|
-
return this.
|
|
282
|
+
get bu() {
|
|
283
|
+
return this.bj;
|
|
269
284
|
}
|
|
270
|
-
set
|
|
271
|
-
let b = this.
|
|
272
|
-
this.
|
|
273
|
-
if (b != this.
|
|
274
|
-
this.
|
|
285
|
+
set bu(a) {
|
|
286
|
+
let b = this.bj;
|
|
287
|
+
this.bj = a;
|
|
288
|
+
if (b != this.bj) {
|
|
289
|
+
this.bc("ActualFill", b, a);
|
|
275
290
|
}
|
|
276
291
|
}
|
|
277
|
-
get
|
|
278
|
-
return this.
|
|
292
|
+
get by() {
|
|
293
|
+
return this.bn;
|
|
279
294
|
}
|
|
280
|
-
set
|
|
281
|
-
let b = this.
|
|
282
|
-
this.
|
|
283
|
-
if (b != this.
|
|
284
|
-
this.
|
|
295
|
+
set by(a) {
|
|
296
|
+
let b = this.bn;
|
|
297
|
+
this.bn = a;
|
|
298
|
+
if (b != this.bn) {
|
|
299
|
+
this.bc("ActualTextColor", b, a);
|
|
285
300
|
}
|
|
286
301
|
}
|
|
287
|
-
get
|
|
288
|
-
return this.
|
|
302
|
+
get bv() {
|
|
303
|
+
return this.bk;
|
|
289
304
|
}
|
|
290
|
-
set
|
|
291
|
-
let b = this.
|
|
292
|
-
this.
|
|
293
|
-
if (b != this.
|
|
294
|
-
this.
|
|
305
|
+
set bv(a) {
|
|
306
|
+
let b = this.bk;
|
|
307
|
+
this.bk = a;
|
|
308
|
+
if (b != this.bk) {
|
|
309
|
+
this.bc("ActualHoverFill", b, a);
|
|
295
310
|
}
|
|
296
311
|
}
|
|
297
|
-
get
|
|
298
|
-
return this.
|
|
312
|
+
get bw() {
|
|
313
|
+
return this.bl;
|
|
299
314
|
}
|
|
300
|
-
set
|
|
301
|
-
let b = this.
|
|
302
|
-
this.
|
|
303
|
-
if (b != this.
|
|
304
|
-
this.
|
|
315
|
+
set bw(a) {
|
|
316
|
+
let b = this.bl;
|
|
317
|
+
this.bl = a;
|
|
318
|
+
if (b != this.bl) {
|
|
319
|
+
this.bc("ActualHoverStroke", b, a);
|
|
305
320
|
}
|
|
306
321
|
}
|
|
307
|
-
get
|
|
308
|
-
return this.
|
|
322
|
+
get bx() {
|
|
323
|
+
return this.bm;
|
|
309
324
|
}
|
|
310
|
-
set
|
|
311
|
-
let b = this.
|
|
312
|
-
this.
|
|
313
|
-
if (b != this.
|
|
314
|
-
this.
|
|
325
|
+
set bx(a) {
|
|
326
|
+
let b = this.bm;
|
|
327
|
+
this.bm = a;
|
|
328
|
+
if (b != this.bm) {
|
|
329
|
+
this.bc("ActualStroke", b, a);
|
|
315
330
|
}
|
|
316
331
|
}
|
|
317
|
-
get
|
|
332
|
+
get s() {
|
|
318
333
|
return this.n;
|
|
319
334
|
}
|
|
320
|
-
set
|
|
335
|
+
set s(a) {
|
|
321
336
|
let b = this.n;
|
|
322
337
|
this.n = a;
|
|
323
338
|
if (b != this.n) {
|
|
324
|
-
this.
|
|
339
|
+
this.bc("ActualHoverStrokeThickness", b, a);
|
|
340
|
+
}
|
|
341
|
+
}
|
|
342
|
+
get t() {
|
|
343
|
+
return this.o;
|
|
344
|
+
}
|
|
345
|
+
set t(a) {
|
|
346
|
+
let b = this.o;
|
|
347
|
+
this.o = a;
|
|
348
|
+
if (b != this.o) {
|
|
349
|
+
this.bc("ActualStrokeThickness", b, a);
|
|
325
350
|
}
|
|
326
351
|
}
|
|
327
352
|
get fill() {
|
|
328
|
-
return this.
|
|
353
|
+
return this.bo;
|
|
329
354
|
}
|
|
330
355
|
set fill(a) {
|
|
331
|
-
let b = this.
|
|
332
|
-
this.
|
|
333
|
-
if (b != this.
|
|
334
|
-
this.
|
|
356
|
+
let b = this.bo;
|
|
357
|
+
this.bo = a;
|
|
358
|
+
if (b != this.bo) {
|
|
359
|
+
this.bc("Fill", b, a);
|
|
335
360
|
}
|
|
336
361
|
}
|
|
337
|
-
get
|
|
338
|
-
return this.
|
|
362
|
+
get b8() {
|
|
363
|
+
return this.bt;
|
|
339
364
|
}
|
|
340
|
-
set
|
|
341
|
-
let b = this.
|
|
342
|
-
this.
|
|
343
|
-
if (b != this.
|
|
344
|
-
this.
|
|
365
|
+
set b8(a) {
|
|
366
|
+
let b = this.bt;
|
|
367
|
+
this.bt = a;
|
|
368
|
+
if (b != this.bt) {
|
|
369
|
+
this.bc("TextColor", b, a);
|
|
345
370
|
}
|
|
346
371
|
}
|
|
347
372
|
get svgPath() {
|
|
348
|
-
return this.
|
|
373
|
+
return this.af;
|
|
349
374
|
}
|
|
350
375
|
set svgPath(a) {
|
|
351
|
-
let b = this.
|
|
352
|
-
this.
|
|
353
|
-
if (b != this.
|
|
354
|
-
this.
|
|
355
|
-
}
|
|
356
|
-
}
|
|
357
|
-
get by() {
|
|
358
|
-
return this.bj;
|
|
359
|
-
}
|
|
360
|
-
set by(a) {
|
|
361
|
-
let b = this.bj;
|
|
362
|
-
this.bj = a;
|
|
363
|
-
if (b != this.bj) {
|
|
364
|
-
this.a7("HoverFill", b, a);
|
|
376
|
+
let b = this.af;
|
|
377
|
+
this.af = a;
|
|
378
|
+
if (b != this.af) {
|
|
379
|
+
this.bc("SVGPath", b, a);
|
|
365
380
|
}
|
|
366
381
|
}
|
|
367
|
-
get
|
|
368
|
-
return this.
|
|
382
|
+
get b4() {
|
|
383
|
+
return this.bp;
|
|
369
384
|
}
|
|
370
|
-
set
|
|
371
|
-
let b = this.
|
|
372
|
-
this.
|
|
373
|
-
if (b != this.
|
|
374
|
-
this.
|
|
385
|
+
set b4(a) {
|
|
386
|
+
let b = this.bp;
|
|
387
|
+
this.bp = a;
|
|
388
|
+
if (b != this.bp) {
|
|
389
|
+
this.bc("HoverFill", b, a);
|
|
375
390
|
}
|
|
376
391
|
}
|
|
377
|
-
get
|
|
378
|
-
return this.
|
|
392
|
+
get b5() {
|
|
393
|
+
return this.bq;
|
|
379
394
|
}
|
|
380
|
-
set
|
|
381
|
-
let b = this.
|
|
382
|
-
this.
|
|
383
|
-
if (b != this.
|
|
384
|
-
this.
|
|
395
|
+
set b5(a) {
|
|
396
|
+
let b = this.bq;
|
|
397
|
+
this.bq = a;
|
|
398
|
+
if (b != this.bq) {
|
|
399
|
+
this.bc("HoverStroke", b, a);
|
|
385
400
|
}
|
|
386
401
|
}
|
|
387
|
-
get
|
|
388
|
-
return this.
|
|
402
|
+
get b7() {
|
|
403
|
+
return this.bs;
|
|
389
404
|
}
|
|
390
|
-
set
|
|
391
|
-
let b = this.
|
|
392
|
-
this.
|
|
393
|
-
if (b != this.
|
|
394
|
-
this.
|
|
405
|
+
set b7(a) {
|
|
406
|
+
let b = this.bs;
|
|
407
|
+
this.bs = a;
|
|
408
|
+
if (b != this.bs) {
|
|
409
|
+
this.bc("Stroke", b, a);
|
|
395
410
|
}
|
|
396
411
|
}
|
|
397
|
-
get
|
|
412
|
+
get w() {
|
|
398
413
|
return this.p;
|
|
399
414
|
}
|
|
400
|
-
set
|
|
415
|
+
set w(a) {
|
|
401
416
|
let b = this.p;
|
|
402
417
|
this.p = a;
|
|
403
418
|
if (b != this.p) {
|
|
404
|
-
this.
|
|
419
|
+
this.bc("HoverStrokeThickness", b, a);
|
|
405
420
|
}
|
|
406
421
|
}
|
|
407
|
-
|
|
408
|
-
this.
|
|
422
|
+
get y() {
|
|
423
|
+
return this.r;
|
|
409
424
|
}
|
|
410
|
-
|
|
411
|
-
|
|
425
|
+
set y(a) {
|
|
426
|
+
let b = this.r;
|
|
427
|
+
this.r = a;
|
|
428
|
+
if (b != this.r) {
|
|
429
|
+
this.bc("StrokeThickness", b, a);
|
|
430
|
+
}
|
|
412
431
|
}
|
|
413
|
-
|
|
414
|
-
|
|
432
|
+
ba() {
|
|
433
|
+
this.l = true;
|
|
415
434
|
}
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
435
|
+
bb() {
|
|
436
|
+
this.l = false;
|
|
437
|
+
}
|
|
438
|
+
get e() {
|
|
439
|
+
return this.d;
|
|
440
|
+
}
|
|
441
|
+
set e(a) {
|
|
442
|
+
let b = this.d;
|
|
443
|
+
this.d = a;
|
|
444
|
+
if (b != this.d) {
|
|
445
|
+
this.bc("TextStyle", b, a);
|
|
421
446
|
}
|
|
422
447
|
}
|
|
423
|
-
get
|
|
424
|
-
return this.
|
|
448
|
+
get b6() {
|
|
449
|
+
return this.br;
|
|
425
450
|
}
|
|
426
|
-
set
|
|
427
|
-
let b = this.
|
|
428
|
-
this.
|
|
429
|
-
if (b != this.
|
|
430
|
-
this.
|
|
451
|
+
set b6(a) {
|
|
452
|
+
let b = this.br;
|
|
453
|
+
this.br = a;
|
|
454
|
+
if (b != this.br) {
|
|
455
|
+
this.bc("HoverTextColor", b, a);
|
|
431
456
|
}
|
|
432
457
|
}
|
|
433
|
-
get
|
|
434
|
-
return this.
|
|
458
|
+
get av() {
|
|
459
|
+
return this.ae;
|
|
435
460
|
}
|
|
436
|
-
set
|
|
437
|
-
let b = this.
|
|
438
|
-
this.
|
|
439
|
-
if (b != this.
|
|
440
|
-
this.
|
|
461
|
+
set av(a) {
|
|
462
|
+
let b = this.ae;
|
|
463
|
+
this.ae = a;
|
|
464
|
+
if (b != this.ae) {
|
|
465
|
+
this.bc("Id", b, a);
|
|
441
466
|
}
|
|
442
467
|
}
|
|
443
|
-
get
|
|
444
|
-
return this.
|
|
468
|
+
get i() {
|
|
469
|
+
return this.f;
|
|
445
470
|
}
|
|
446
|
-
get
|
|
447
|
-
return this.
|
|
471
|
+
get aa() {
|
|
472
|
+
return this.z;
|
|
448
473
|
}
|
|
449
|
-
set
|
|
450
|
-
let b = this.
|
|
451
|
-
this.
|
|
452
|
-
this.
|
|
453
|
-
if (b != this.
|
|
454
|
-
this.
|
|
474
|
+
set aa(a) {
|
|
475
|
+
let b = this.z;
|
|
476
|
+
this.z = a;
|
|
477
|
+
this.f = true;
|
|
478
|
+
if (b != this.z) {
|
|
479
|
+
this.bc("TabIndex", b, a);
|
|
455
480
|
}
|
|
456
481
|
}
|
|
457
|
-
get
|
|
458
|
-
return this.
|
|
482
|
+
get an() {
|
|
483
|
+
return this.ad;
|
|
459
484
|
}
|
|
460
|
-
set
|
|
461
|
-
let b = this.
|
|
462
|
-
this.
|
|
463
|
-
if (b != this.
|
|
464
|
-
this.
|
|
485
|
+
set an(a) {
|
|
486
|
+
let b = this.ad;
|
|
487
|
+
this.ad = a;
|
|
488
|
+
if (b != this.ad) {
|
|
489
|
+
this.bc("AriaLabel", b, a);
|
|
465
490
|
}
|
|
466
491
|
}
|
|
467
|
-
get
|
|
492
|
+
get l() {
|
|
493
|
+
return this.h;
|
|
494
|
+
}
|
|
495
|
+
set l(a) {
|
|
496
|
+
let b = this.h;
|
|
497
|
+
this.h = a;
|
|
498
|
+
if (b != this.h) {
|
|
499
|
+
this.bc("IsHover", b, a);
|
|
500
|
+
}
|
|
501
|
+
}
|
|
502
|
+
get disabled() {
|
|
468
503
|
return this.g;
|
|
469
504
|
}
|
|
470
|
-
set
|
|
505
|
+
set disabled(a) {
|
|
471
506
|
let b = this.g;
|
|
472
507
|
this.g = a;
|
|
473
508
|
if (b != this.g) {
|
|
474
|
-
this.
|
|
509
|
+
this.bc("IsDisabled", b, a);
|
|
475
510
|
}
|
|
476
511
|
}
|
|
477
|
-
get
|
|
478
|
-
return this.
|
|
512
|
+
get x() {
|
|
513
|
+
return this.q;
|
|
479
514
|
}
|
|
480
|
-
set
|
|
481
|
-
let b = this.
|
|
482
|
-
this.
|
|
483
|
-
if (b != this.
|
|
484
|
-
this.
|
|
515
|
+
set x(a) {
|
|
516
|
+
let b = this.q;
|
|
517
|
+
this.q = a;
|
|
518
|
+
if (b != this.q) {
|
|
519
|
+
this.bc("Opacity", b, this.q);
|
|
485
520
|
}
|
|
486
521
|
}
|
|
487
|
-
|
|
522
|
+
bd() {
|
|
488
523
|
}
|
|
489
524
|
onDetachedFromUI() {
|
|
490
|
-
this.view.
|
|
525
|
+
this.view.s();
|
|
491
526
|
}
|
|
492
527
|
onAttachedToUI() {
|
|
493
|
-
this.view.
|
|
528
|
+
this.view.p();
|
|
529
|
+
}
|
|
530
|
+
a8() {
|
|
531
|
+
if (this.disabled) {
|
|
532
|
+
return;
|
|
533
|
+
}
|
|
534
|
+
if (this.clicked != null) {
|
|
535
|
+
this.clicked(this, new IconClickedEventArgs());
|
|
536
|
+
}
|
|
494
537
|
}
|
|
495
|
-
|
|
496
|
-
return this.view.
|
|
538
|
+
m() {
|
|
539
|
+
return this.view.e();
|
|
497
540
|
}
|
|
498
|
-
|
|
541
|
+
ac() {
|
|
499
542
|
return this.a();
|
|
500
543
|
}
|
|
501
|
-
|
|
544
|
+
ap() {
|
|
502
545
|
let a = this.a();
|
|
503
|
-
return a.
|
|
546
|
+
return a.j();
|
|
504
547
|
}
|
|
505
548
|
a() {
|
|
506
549
|
let a = new IconVisualModelExport();
|
|
507
|
-
let b = this.view.
|
|
508
|
-
a.a = AppearanceHelper.a(NativeUI.
|
|
509
|
-
a.c = AppearanceHelper.a(NativeUI.
|
|
510
|
-
a.b = AppearanceHelper.a(NativeUI.
|
|
511
|
-
a.d = this.
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
550
|
+
let b = this.view.k;
|
|
551
|
+
a.a = AppearanceHelper.a(NativeUI.ah(b));
|
|
552
|
+
a.c = AppearanceHelper.a(NativeUI.ah(b));
|
|
553
|
+
a.b = AppearanceHelper.a(NativeUI.ai(b));
|
|
554
|
+
a.d = this.t;
|
|
555
|
+
let c = this.view.a();
|
|
556
|
+
a.h = c[0];
|
|
557
|
+
a.f = c[1];
|
|
558
|
+
a.e = NativeUI.c(b);
|
|
559
|
+
a.i = NativeUI.i(b);
|
|
560
|
+
a.svgPath = this.svgPath;
|
|
561
|
+
if (this.e != null) {
|
|
562
|
+
let d = this.e;
|
|
563
|
+
if (this.view != null && d.n == null) {
|
|
564
|
+
let e = this.view.h;
|
|
565
|
+
let f = FontUtil.getFontInfoFromString(e, d.fontString);
|
|
566
|
+
d.n = f.n;
|
|
567
|
+
d.d = f.d;
|
|
568
|
+
d.o = f.o;
|
|
569
|
+
d.q = f.q;
|
|
570
|
+
d.r = f.r;
|
|
571
|
+
d.s = f.s;
|
|
523
572
|
}
|
|
524
|
-
if (
|
|
525
|
-
a.
|
|
573
|
+
if (d.n != null) {
|
|
574
|
+
a.l = d.n;
|
|
526
575
|
}
|
|
527
|
-
if (!isNaN_(
|
|
528
|
-
a.
|
|
576
|
+
if (!isNaN_(d.d)) {
|
|
577
|
+
a.g = d.d;
|
|
529
578
|
}
|
|
530
|
-
if (
|
|
531
|
-
a.
|
|
579
|
+
if (d.s != null) {
|
|
580
|
+
a.p = d.s;
|
|
532
581
|
}
|
|
533
|
-
if (
|
|
534
|
-
a.
|
|
582
|
+
if (d.q != null) {
|
|
583
|
+
a.n = d.q;
|
|
535
584
|
}
|
|
536
|
-
if (
|
|
537
|
-
a.
|
|
585
|
+
if (d.o != null) {
|
|
586
|
+
a.m = d.q;
|
|
538
587
|
}
|
|
539
588
|
}
|
|
540
589
|
return a;
|
|
541
590
|
}
|
|
542
591
|
provideContainer(a) {
|
|
543
|
-
this.view.
|
|
592
|
+
this.view.r(a);
|
|
544
593
|
}
|
|
545
594
|
}
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
return
|
|
595
|
+
XIcon.$t = /*@__PURE__*/ markType(XIcon, 'XIcon', Base.$, [INotifyPropertyChanged_$type, IIcon_$type]);
|
|
596
|
+
XIcon.bz = null;
|
|
597
|
+
XIcon.b3 = null;
|
|
598
|
+
XIcon.b2 = null;
|
|
599
|
+
XIcon.b0 = null;
|
|
600
|
+
XIcon.b1 = null;
|
|
601
|
+
XIcon.v = 0;
|
|
602
|
+
XIcon.u = 0;
|
|
603
|
+
XIcon.ab = 0;
|
|
604
|
+
return XIcon;
|
|
556
605
|
})();
|
|
557
606
|
//# sourceMappingURL=IconView_combined.js.map
|