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