igniteui-webcomponents-inputs 1.3.0 → 1.4.0
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 +8324 -7781
- 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 +161 -161
- package/esm2015/lib/ButtonGroupView_combined.js.map +1 -1
- package/esm2015/lib/ButtonView_combined.js +1158 -1157
- package/esm2015/lib/ButtonView_combined.js.map +1 -1
- package/esm2015/lib/CalendarView_combined.js +1889 -1649
- 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 +405 -364
- 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/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/{Checkbox.js → XPrefix.js} +2 -2
- package/esm2015/lib/XPrefix.js.map +1 -0
- package/esm2015/lib/{Label.js → XRipple.js} +2 -2
- package/esm2015/lib/XRipple.js.map +1 -0
- package/esm2015/lib/XSuffix.js +8 -0
- package/esm2015/lib/XSuffix.js.map +1 -0
- package/esm2015/lib/igc-calendar-component.js +62 -62
- package/esm2015/lib/igc-calendar-component.js.map +1 -1
- package/esm2015/lib/igc-calendar-module.js +4 -4
- package/esm2015/lib/igc-calendar-module.js.map +1 -1
- 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 +6 -6
- package/esm2015/lib/igc-date-picker-module.js.map +1 -1
- package/esm2015/lib/{igc-button-component.js → igc-x-button-component.js} +404 -404
- 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-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-label-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-icon-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 +36 -35
- package/esm2015/public_api.js.map +1 -1
- package/esm5/lib/ButtonGroupView_combined.js +256 -256
- package/esm5/lib/ButtonGroupView_combined.js.map +1 -1
- package/esm5/lib/ButtonView_combined.js +1232 -1231
- package/esm5/lib/ButtonView_combined.js.map +1 -1
- package/esm5/lib/CalendarView_combined.js +1894 -1654
- 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 +399 -350
- 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/Input.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/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-calendar-component.js +62 -62
- package/esm5/lib/igc-calendar-component.js.map +1 -1
- package/esm5/lib/igc-calendar-module.js +4 -4
- package/esm5/lib/igc-calendar-module.js.map +1 -1
- 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 +6 -6
- package/esm5/lib/igc-date-picker-module.js.map +1 -1
- package/esm5/lib/{igc-button-component.js → igc-x-button-component.js} +610 -610
- 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-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 +36 -35
- package/esm5/public_api.js.map +1 -1
- package/fesm2015/igniteui-webcomponents-inputs.js +7029 -6531
- package/fesm2015/igniteui-webcomponents-inputs.js.map +1 -1
- package/fesm5/igniteui-webcomponents-inputs.js +8290 -7748
- package/fesm5/igniteui-webcomponents-inputs.js.map +1 -1
- package/lib/ButtonGroupView_combined.d.ts +8 -8
- package/lib/ButtonView_combined.d.ts +262 -261
- package/lib/CalendarView_combined.d.ts +149 -131
- package/lib/CheckboxView_combined.d.ts +4 -4
- package/lib/DatePickerView_combined.d.ts +77 -75
- 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/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-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 +36 -35
- 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/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-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/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-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/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-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
|
@@ -6,7 +6,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
6
6
|
*/
|
|
7
7
|
import { Base, Delegate_$type, fromEnum, runOn, markType, INotifyPropertyChanged_$type, PropertyChangedEventArgs, enumGetBox } from "igniteui-webcomponents-core";
|
|
8
8
|
import { List$1 } from "igniteui-webcomponents-core";
|
|
9
|
-
import {
|
|
9
|
+
import { XRipple } from "./XRipple";
|
|
10
10
|
import { NativeUI } from "igniteui-webcomponents-core";
|
|
11
11
|
import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
|
|
12
12
|
import { KeyFrameAnimationFactory } from "igniteui-webcomponents-core";
|
|
@@ -85,9 +85,9 @@ export let ButtonView = /*@__PURE__*/ (() => {
|
|
|
85
85
|
this.n.setStyleProperty("overflow", "hidden");
|
|
86
86
|
this.n.setStyleProperty("white-space", "no-wrap");
|
|
87
87
|
this.n.setStyleProperty("color", "#000");
|
|
88
|
-
this.n.setStyleProperty("background", this.b.
|
|
89
|
-
NativeUI.
|
|
90
|
-
this.n.setAttribute("id", this.b.
|
|
88
|
+
this.n.setStyleProperty("background", this.b.m8._fill);
|
|
89
|
+
NativeUI.m(this.n, this.b.kc);
|
|
90
|
+
this.n.setAttribute("id", this.b.h8);
|
|
91
91
|
this.ap();
|
|
92
92
|
this.h.add(c.listen("change", runOn(this, this.w)));
|
|
93
93
|
this.h.add(c.listen("click", runOn(this, this.x)));
|
|
@@ -104,7 +104,7 @@ export let ButtonView = /*@__PURE__*/ (() => {
|
|
|
104
104
|
d.setStyleProperty("left", "0px");
|
|
105
105
|
d.setStyleProperty("top", "0px");
|
|
106
106
|
d.setStyleProperty("overflow", "hidden");
|
|
107
|
-
let f = new
|
|
107
|
+
let f = new XRipple();
|
|
108
108
|
f.provideContainer(e);
|
|
109
109
|
f.q = c;
|
|
110
110
|
let g = this.k.getExternal(f, this.k.rootWrapper, this.k.getExternal(this.b, null, null));
|
|
@@ -126,17 +126,17 @@ export let ButtonView = /*@__PURE__*/ (() => {
|
|
|
126
126
|
let comp_ = i.componentRef;
|
|
127
127
|
this.p = comp_;
|
|
128
128
|
{
|
|
129
|
-
this.o.setStyleProperty("flex-direction", this.b.
|
|
130
|
-
this.o.setStyleProperty("align-items", this.b.
|
|
131
|
-
let direction_ = this.b.
|
|
132
|
-
let display_ = this.b.
|
|
133
|
-
let alignItems_ = this.b.
|
|
129
|
+
this.o.setStyleProperty("flex-direction", this.b.hf);
|
|
130
|
+
this.o.setStyleProperty("align-items", this.b.fw);
|
|
131
|
+
let direction_ = this.b.hf;
|
|
132
|
+
let display_ = this.b.gc;
|
|
133
|
+
let alignItems_ = this.b.fw;
|
|
134
134
|
comp_.display = display_;
|
|
135
135
|
comp_.flexDirection = direction_;
|
|
136
136
|
comp_.alignItems = alignItems_;
|
|
137
137
|
}
|
|
138
138
|
}, true);
|
|
139
|
-
this.b.
|
|
139
|
+
this.b.jz();
|
|
140
140
|
}
|
|
141
141
|
af() {
|
|
142
142
|
this.c.i = this.b.ae;
|
|
@@ -219,11 +219,11 @@ export let ButtonView = /*@__PURE__*/ (() => {
|
|
|
219
219
|
}
|
|
220
220
|
ag() {
|
|
221
221
|
if (this.k != null) {
|
|
222
|
-
this.k.rootWrapper.setStyleProperty("display", this.b.
|
|
222
|
+
this.k.rootWrapper.setStyleProperty("display", this.b.gc);
|
|
223
223
|
let comp_ = this.p;
|
|
224
224
|
if (this.p != null) {
|
|
225
|
-
this.o.setStyleProperty("display", this.b.
|
|
226
|
-
let display_ = this.b.
|
|
225
|
+
this.o.setStyleProperty("display", this.b.gc);
|
|
226
|
+
let display_ = this.b.gc;
|
|
227
227
|
comp_.display = display_;
|
|
228
228
|
}
|
|
229
229
|
let ext_ = this.k.getExternal(this.b, null, null);
|
|
@@ -235,12 +235,12 @@ export let ButtonView = /*@__PURE__*/ (() => {
|
|
|
235
235
|
}
|
|
236
236
|
ab() {
|
|
237
237
|
if (this.k != null) {
|
|
238
|
-
this.k.rootWrapper.setStyleProperty("align-items", this.b.
|
|
239
|
-
this.n.setStyleProperty("align-items", this.b.
|
|
238
|
+
this.k.rootWrapper.setStyleProperty("align-items", this.b.fw);
|
|
239
|
+
this.n.setStyleProperty("align-items", this.b.fw);
|
|
240
240
|
let comp_ = this.p;
|
|
241
241
|
if (this.p != null) {
|
|
242
|
-
this.o.setStyleProperty("align-items", this.b.
|
|
243
|
-
let alignItems_ = this.b.
|
|
242
|
+
this.o.setStyleProperty("align-items", this.b.fw);
|
|
243
|
+
let alignItems_ = this.b.fw;
|
|
244
244
|
comp_.alignItems = alignItems_;
|
|
245
245
|
}
|
|
246
246
|
let ext_ = this.k.getExternal(this.b, null, null);
|
|
@@ -252,13 +252,13 @@ export let ButtonView = /*@__PURE__*/ (() => {
|
|
|
252
252
|
}
|
|
253
253
|
ah() {
|
|
254
254
|
if (this.k != null) {
|
|
255
|
-
this.k.rootWrapper.setStyleProperty("flex-direction", this.b.
|
|
256
|
-
this.n.setStyleProperty("flex-direction", this.b.
|
|
255
|
+
this.k.rootWrapper.setStyleProperty("flex-direction", this.b.hf);
|
|
256
|
+
this.n.setStyleProperty("flex-direction", this.b.hf);
|
|
257
257
|
let ext_ = this.k.getExternal(this.b, null, null);
|
|
258
258
|
let comp_ = this.p;
|
|
259
259
|
if (this.p != null) {
|
|
260
|
-
this.o.setStyleProperty("flex-direction", this.b.
|
|
261
|
-
let direction_ = this.b.
|
|
260
|
+
this.o.setStyleProperty("flex-direction", this.b.hf);
|
|
261
|
+
let direction_ = this.b.hf;
|
|
262
262
|
comp_.flexDirection = direction_;
|
|
263
263
|
}
|
|
264
264
|
if (ext_ && ext_._onFlexDirectionChanged) {
|
|
@@ -269,8 +269,8 @@ export let ButtonView = /*@__PURE__*/ (() => {
|
|
|
269
269
|
}
|
|
270
270
|
ai() {
|
|
271
271
|
if (this.k != null) {
|
|
272
|
-
this.k.rootWrapper.setStyleProperty("flex-grow", this.b.
|
|
273
|
-
this.n.setStyleProperty("flex-grow", this.b.
|
|
272
|
+
this.k.rootWrapper.setStyleProperty("flex-grow", this.b.hh);
|
|
273
|
+
this.n.setStyleProperty("flex-grow", this.b.hh);
|
|
274
274
|
let ext_ = this.k.getExternal(this.b, null, null);
|
|
275
275
|
if (ext_ && ext_._onFlexGrowChanged) {
|
|
276
276
|
ext_._onFlexGrowChanged();
|
|
@@ -282,38 +282,38 @@ export let ButtonView = /*@__PURE__*/ (() => {
|
|
|
282
282
|
}
|
|
283
283
|
ap() {
|
|
284
284
|
if (this.g()) {
|
|
285
|
-
let a = this.b.
|
|
286
|
-
this.n.setAttribute("name", this.b.
|
|
287
|
-
this.n.setProperty("value", this.b.
|
|
285
|
+
let a = this.b.h8;
|
|
286
|
+
this.n.setAttribute("name", this.b.ih);
|
|
287
|
+
this.n.setProperty("value", this.b.e0);
|
|
288
288
|
if (this.b.ah) {
|
|
289
289
|
this.n.setAttribute("tabindex", this.b.eu.toString());
|
|
290
290
|
}
|
|
291
291
|
this.n.setProperty("disabled", this.b.disabled);
|
|
292
292
|
{
|
|
293
293
|
}
|
|
294
|
-
this.n.setAttribute("aria-label", this.b.
|
|
294
|
+
this.n.setAttribute("aria-label", this.b.fy);
|
|
295
295
|
}
|
|
296
296
|
}
|
|
297
297
|
ak() {
|
|
298
298
|
if (this.g()) {
|
|
299
|
-
let a = this.b.
|
|
299
|
+
let a = this.b.h8;
|
|
300
300
|
this.n.setAttribute("id", a);
|
|
301
301
|
}
|
|
302
302
|
}
|
|
303
303
|
t(a) {
|
|
304
|
-
this.b.
|
|
304
|
+
this.b.jw();
|
|
305
305
|
}
|
|
306
306
|
u(a) {
|
|
307
|
-
this.b.
|
|
307
|
+
this.b.jx();
|
|
308
308
|
}
|
|
309
309
|
v(a) {
|
|
310
|
-
this.b.
|
|
310
|
+
this.b.js();
|
|
311
311
|
}
|
|
312
312
|
y(a) {
|
|
313
|
-
this.b.
|
|
313
|
+
this.b.jv();
|
|
314
314
|
}
|
|
315
315
|
x(a) {
|
|
316
|
-
this.b.
|
|
316
|
+
this.b.jt();
|
|
317
317
|
}
|
|
318
318
|
f() {
|
|
319
319
|
return false;
|
|
@@ -354,7 +354,7 @@ export let ButtonView = /*@__PURE__*/ (() => {
|
|
|
354
354
|
this.c.aw = b;
|
|
355
355
|
}
|
|
356
356
|
ar(a, b) {
|
|
357
|
-
let c = ElevationHelper.e(a, this.b.
|
|
357
|
+
let c = ElevationHelper.e(a, this.b.nk, this.b.nh, this.b.m7, b);
|
|
358
358
|
this.n.setStyleProperty("box-shadow", c);
|
|
359
359
|
}
|
|
360
360
|
at(a) {
|
|
@@ -381,242 +381,243 @@ export let ButtonView = /*@__PURE__*/ (() => {
|
|
|
381
381
|
/**
|
|
382
382
|
* @hidden
|
|
383
383
|
*/
|
|
384
|
-
export let
|
|
385
|
-
class
|
|
384
|
+
export let XButton = /*@__PURE__*/ (() => {
|
|
385
|
+
class XButton extends Base {
|
|
386
386
|
constructor() {
|
|
387
387
|
super();
|
|
388
388
|
this._view = null;
|
|
389
|
-
this.
|
|
390
|
-
this.
|
|
391
|
-
this.
|
|
392
|
-
this.
|
|
393
|
-
this.
|
|
394
|
-
this.r7 = ThemeResolver.e(
|
|
395
|
-
this.r8 = ThemeResolver.e(
|
|
396
|
-
this.
|
|
397
|
-
this.
|
|
398
|
-
this.
|
|
399
|
-
this.
|
|
400
|
-
this.
|
|
401
|
-
this.
|
|
402
|
-
this.
|
|
403
|
-
this.
|
|
404
|
-
this.
|
|
405
|
-
this.
|
|
406
|
-
this.
|
|
407
|
-
this.
|
|
408
|
-
this.
|
|
409
|
-
this.sa = ThemeResolver.e(
|
|
410
|
-
this.
|
|
411
|
-
this.pn = ThemeResolver.e(
|
|
412
|
-
this.po = ThemeResolver.e(
|
|
413
|
-
this.
|
|
414
|
-
this.
|
|
415
|
-
this.
|
|
416
|
-
this.
|
|
417
|
-
this.
|
|
418
|
-
this.
|
|
419
|
-
this.
|
|
420
|
-
this.
|
|
421
|
-
this.
|
|
422
|
-
this.
|
|
423
|
-
this.
|
|
424
|
-
this.
|
|
425
|
-
this.
|
|
426
|
-
this.pq = ThemeResolver.e(
|
|
427
|
-
this.
|
|
428
|
-
this.rv = ThemeResolver.e(
|
|
429
|
-
this.rw = ThemeResolver.e(
|
|
430
|
-
this.
|
|
431
|
-
this.
|
|
432
|
-
this.
|
|
433
|
-
this.
|
|
434
|
-
this.
|
|
435
|
-
this.
|
|
436
|
-
this.
|
|
437
|
-
this.
|
|
438
|
-
this.
|
|
439
|
-
this.
|
|
440
|
-
this.
|
|
441
|
-
this.
|
|
442
|
-
this.
|
|
443
|
-
this.ry = ThemeResolver.e(
|
|
444
|
-
this.
|
|
445
|
-
this.py = ThemeResolver.e(
|
|
446
|
-
this.pz = ThemeResolver.e(
|
|
447
|
-
this.
|
|
448
|
-
this.
|
|
449
|
-
this.
|
|
450
|
-
this.
|
|
451
|
-
this.
|
|
452
|
-
this.
|
|
453
|
-
this.
|
|
454
|
-
this.
|
|
455
|
-
this.
|
|
456
|
-
this.
|
|
457
|
-
this.
|
|
458
|
-
this.
|
|
459
|
-
this.
|
|
460
|
-
this.p1 = ThemeResolver.e(
|
|
461
|
-
this.
|
|
462
|
-
this.pc = ThemeResolver.e(
|
|
463
|
-
this.pd = ThemeResolver.e(
|
|
464
|
-
this.
|
|
465
|
-
this.
|
|
466
|
-
this.
|
|
467
|
-
this.
|
|
468
|
-
this.
|
|
469
|
-
this.
|
|
470
|
-
this.
|
|
471
|
-
this.
|
|
472
|
-
this.
|
|
473
|
-
this.
|
|
474
|
-
this.
|
|
475
|
-
this.
|
|
476
|
-
this.
|
|
477
|
-
this.pf = ThemeResolver.e(
|
|
389
|
+
this.ez = null;
|
|
390
|
+
this.sg = ThemeResolver.e(XButton.c, XButton.rs, XButton.o9);
|
|
391
|
+
this.r4 = ThemeResolver.e(XButton.c, XButton.rg, XButton.ox);
|
|
392
|
+
this.nn = ThemeResolver.e(XButton.c, XButton.p7, XButton.no);
|
|
393
|
+
this.m = ThemeResolver.a(XButton.c, XButton.n, XButton.l);
|
|
394
|
+
this.r7 = ThemeResolver.e(XButton.c, XButton.rj, XButton.o0);
|
|
395
|
+
this.r8 = ThemeResolver.e(XButton.c, XButton.rk, XButton.o1);
|
|
396
|
+
this.r9 = ThemeResolver.e(XButton.c, XButton.rl, XButton.o2);
|
|
397
|
+
this.d2 = ThemeResolver.c(XButton.c, XButton.du, XButton.cx);
|
|
398
|
+
this.d5 = ThemeResolver.c(XButton.c, XButton.dx, XButton.c0);
|
|
399
|
+
this.d4 = ThemeResolver.c(XButton.c, XButton.dw, XButton.cz);
|
|
400
|
+
this.d3 = ThemeResolver.c(XButton.c, XButton.dv, XButton.cy);
|
|
401
|
+
this.r6 = ThemeResolver.e(XButton.c, XButton.ri, XButton.oz);
|
|
402
|
+
this.se = ThemeResolver.e(XButton.c, XButton.rq, XButton.o7);
|
|
403
|
+
this.kt = ThemeResolver.d(XButton.c, XButton.kr, XButton.kj);
|
|
404
|
+
this.bc = ThemeResolver.b(XButton.c, XButton.ba, XButton.a2);
|
|
405
|
+
this.r5 = ThemeResolver.e(XButton.c, XButton.rh, XButton.oy);
|
|
406
|
+
this.sf = ThemeResolver.e(XButton.c, XButton.rr, XButton.o8);
|
|
407
|
+
this.sd = ThemeResolver.e(XButton.c, XButton.rp, XButton.o6);
|
|
408
|
+
this.sc = ThemeResolver.e(XButton.c, XButton.ro, XButton.o5);
|
|
409
|
+
this.sa = ThemeResolver.e(XButton.c, XButton.rm, XButton.o3);
|
|
410
|
+
this.sb = ThemeResolver.e(XButton.c, XButton.rn, XButton.o4);
|
|
411
|
+
this.pn = ThemeResolver.e(XButton.c, XButton.ql, XButton.n2);
|
|
412
|
+
this.po = ThemeResolver.e(XButton.c, XButton.qm, XButton.n3);
|
|
413
|
+
this.pp = ThemeResolver.e(XButton.c, XButton.qn, XButton.n4);
|
|
414
|
+
this.c5 = ThemeResolver.c(XButton.c, XButton.dh, XButton.cl);
|
|
415
|
+
this.c8 = ThemeResolver.c(XButton.c, XButton.dk, XButton.co);
|
|
416
|
+
this.c7 = ThemeResolver.c(XButton.c, XButton.dj, XButton.cn);
|
|
417
|
+
this.c6 = ThemeResolver.c(XButton.c, XButton.di, XButton.cm);
|
|
418
|
+
this.pm = ThemeResolver.e(XButton.c, XButton.qk, XButton.n1);
|
|
419
|
+
this.pu = ThemeResolver.e(XButton.c, XButton.qs, XButton.n9);
|
|
420
|
+
this.kl = ThemeResolver.d(XButton.c, XButton.ko, XButton.kg);
|
|
421
|
+
this.a4 = ThemeResolver.b(XButton.c, XButton.a7, XButton.az);
|
|
422
|
+
this.pl = ThemeResolver.e(XButton.c, XButton.qj, XButton.n0);
|
|
423
|
+
this.pv = ThemeResolver.e(XButton.c, XButton.qt, XButton.oa);
|
|
424
|
+
this.pt = ThemeResolver.e(XButton.c, XButton.qr, XButton.n8);
|
|
425
|
+
this.ps = ThemeResolver.e(XButton.c, XButton.qq, XButton.n7);
|
|
426
|
+
this.pq = ThemeResolver.e(XButton.c, XButton.qo, XButton.n5);
|
|
427
|
+
this.pr = ThemeResolver.e(XButton.c, XButton.qp, XButton.n6);
|
|
428
|
+
this.rv = ThemeResolver.e(XButton.c, XButton.q7, XButton.oo);
|
|
429
|
+
this.rw = ThemeResolver.e(XButton.c, XButton.q8, XButton.op);
|
|
430
|
+
this.rx = ThemeResolver.e(XButton.c, XButton.q9, XButton.oq);
|
|
431
|
+
this.dy = ThemeResolver.c(XButton.c, XButton.dq, XButton.ct);
|
|
432
|
+
this.d1 = ThemeResolver.c(XButton.c, XButton.dt, XButton.cw);
|
|
433
|
+
this.d0 = ThemeResolver.c(XButton.c, XButton.ds, XButton.cv);
|
|
434
|
+
this.dz = ThemeResolver.c(XButton.c, XButton.dr, XButton.cu);
|
|
435
|
+
this.ru = ThemeResolver.e(XButton.c, XButton.q6, XButton.on);
|
|
436
|
+
this.r2 = ThemeResolver.e(XButton.c, XButton.re, XButton.ov);
|
|
437
|
+
this.ks = ThemeResolver.d(XButton.c, XButton.kq, XButton.ki);
|
|
438
|
+
this.bb = ThemeResolver.b(XButton.c, XButton.a9, XButton.a1);
|
|
439
|
+
this.rt = ThemeResolver.e(XButton.c, XButton.q5, XButton.om);
|
|
440
|
+
this.r3 = ThemeResolver.e(XButton.c, XButton.rf, XButton.ow);
|
|
441
|
+
this.r1 = ThemeResolver.e(XButton.c, XButton.rd, XButton.ou);
|
|
442
|
+
this.r0 = ThemeResolver.e(XButton.c, XButton.rc, XButton.ot);
|
|
443
|
+
this.ry = ThemeResolver.e(XButton.c, XButton.ra, XButton.or);
|
|
444
|
+
this.rz = ThemeResolver.e(XButton.c, XButton.rb, XButton.os);
|
|
445
|
+
this.py = ThemeResolver.e(XButton.c, XButton.qw, XButton.od);
|
|
446
|
+
this.pz = ThemeResolver.e(XButton.c, XButton.qx, XButton.oe);
|
|
447
|
+
this.p0 = ThemeResolver.e(XButton.c, XButton.qy, XButton.of);
|
|
448
|
+
this.c9 = ThemeResolver.c(XButton.c, XButton.dl, XButton.cp);
|
|
449
|
+
this.dc = ThemeResolver.c(XButton.c, XButton.dp, XButton.cs);
|
|
450
|
+
this.db = ThemeResolver.c(XButton.c, XButton.dn, XButton.cr);
|
|
451
|
+
this.da = ThemeResolver.c(XButton.c, XButton.dm, XButton.cq);
|
|
452
|
+
this.px = ThemeResolver.e(XButton.c, XButton.qv, XButton.oc);
|
|
453
|
+
this.p5 = ThemeResolver.e(XButton.c, XButton.q3, XButton.ok);
|
|
454
|
+
this.km = ThemeResolver.d(XButton.c, XButton.kp, XButton.kh);
|
|
455
|
+
this.a5 = ThemeResolver.b(XButton.c, XButton.a8, XButton.a0);
|
|
456
|
+
this.pw = ThemeResolver.e(XButton.c, XButton.qu, XButton.ob);
|
|
457
|
+
this.p6 = ThemeResolver.e(XButton.c, XButton.q4, XButton.ol);
|
|
458
|
+
this.p4 = ThemeResolver.e(XButton.c, XButton.q2, XButton.oj);
|
|
459
|
+
this.p3 = ThemeResolver.e(XButton.c, XButton.q1, XButton.oi);
|
|
460
|
+
this.p1 = ThemeResolver.e(XButton.c, XButton.qz, XButton.og);
|
|
461
|
+
this.p2 = ThemeResolver.e(XButton.c, XButton.q0, XButton.oh);
|
|
462
|
+
this.pc = ThemeResolver.e(XButton.c, XButton.qa, XButton.nr);
|
|
463
|
+
this.pd = ThemeResolver.e(XButton.c, XButton.qb, XButton.ns);
|
|
464
|
+
this.pe = ThemeResolver.e(XButton.c, XButton.qc, XButton.nt);
|
|
465
|
+
this.c1 = ThemeResolver.c(XButton.c, XButton.dd, XButton.ch);
|
|
466
|
+
this.c4 = ThemeResolver.c(XButton.c, XButton.dg, XButton.ck);
|
|
467
|
+
this.c3 = ThemeResolver.c(XButton.c, XButton.df, XButton.cj);
|
|
468
|
+
this.c2 = ThemeResolver.c(XButton.c, XButton.de, XButton.ci);
|
|
469
|
+
this.pb = ThemeResolver.e(XButton.c, XButton.p9, XButton.nq);
|
|
470
|
+
this.pj = ThemeResolver.e(XButton.c, XButton.qh, XButton.ny);
|
|
471
|
+
this.kk = ThemeResolver.d(XButton.c, XButton.kn, XButton.kf);
|
|
472
|
+
this.a3 = ThemeResolver.b(XButton.c, XButton.a6, XButton.ay);
|
|
473
|
+
this.pa = ThemeResolver.e(XButton.c, XButton.p8, XButton.np);
|
|
474
|
+
this.pk = ThemeResolver.e(XButton.c, XButton.qi, XButton.nz);
|
|
475
|
+
this.pi = ThemeResolver.e(XButton.c, XButton.qg, XButton.nx);
|
|
476
|
+
this.ph = ThemeResolver.e(XButton.c, XButton.qf, XButton.nw);
|
|
477
|
+
this.pf = ThemeResolver.e(XButton.c, XButton.qd, XButton.nu);
|
|
478
|
+
this.pg = ThemeResolver.e(XButton.c, XButton.qe, XButton.nv);
|
|
478
479
|
this.at = NaN;
|
|
479
480
|
this.as = NaN;
|
|
480
481
|
this.r = 0;
|
|
481
482
|
this.f = 0;
|
|
482
483
|
this.b = 0;
|
|
483
484
|
this.e = 1;
|
|
484
|
-
this.
|
|
485
|
-
this.
|
|
486
|
-
this.
|
|
487
|
-
this.
|
|
488
|
-
this.bn = ThemeResolver.c(
|
|
489
|
-
this.bl = ThemeResolver.c(
|
|
490
|
-
this.bm = ThemeResolver.c(
|
|
491
|
-
this.
|
|
492
|
-
this.
|
|
493
|
-
this.
|
|
494
|
-
this.
|
|
495
|
-
this.
|
|
496
|
-
this.
|
|
497
|
-
this.bk = ThemeResolver.c(
|
|
498
|
-
this.i = ThemeResolver.a(
|
|
499
|
-
this.
|
|
500
|
-
this.
|
|
501
|
-
this.
|
|
502
|
-
this.
|
|
503
|
-
this.
|
|
504
|
-
this.an = ThemeResolver.b(
|
|
505
|
-
this.
|
|
506
|
-
this.mv = null;
|
|
485
|
+
this.k1 = ThemeResolver.e(XButton.c, XButton.ri, XButton.oz);
|
|
486
|
+
this.lc = ThemeResolver.e(XButton.c, XButton.rs, XButton.o9);
|
|
487
|
+
this.k9 = ThemeResolver.e(XButton.c, XButton.rg, XButton.ox);
|
|
488
|
+
this.kz = ThemeResolver.e(XButton.c, XButton.p7, XButton.no);
|
|
489
|
+
this.bn = ThemeResolver.c(XButton.c, XButton.dx, XButton.c0);
|
|
490
|
+
this.bl = ThemeResolver.c(XButton.c, XButton.dv, XButton.cy);
|
|
491
|
+
this.bm = ThemeResolver.c(XButton.c, XButton.dw, XButton.cz);
|
|
492
|
+
this.la = ThemeResolver.e(XButton.c, XButton.rq, XButton.o7);
|
|
493
|
+
this.j5 = ThemeResolver.d(XButton.c, XButton.kr, XButton.kj);
|
|
494
|
+
this.k0 = ThemeResolver.e(XButton.c, XButton.rh, XButton.oy);
|
|
495
|
+
this.k2 = ThemeResolver.e(XButton.c, XButton.rj, XButton.o0);
|
|
496
|
+
this.k3 = ThemeResolver.e(XButton.c, XButton.rk, XButton.o1);
|
|
497
|
+
this.k4 = ThemeResolver.e(XButton.c, XButton.rl, XButton.o2);
|
|
498
|
+
this.bk = ThemeResolver.c(XButton.c, XButton.du, XButton.cx);
|
|
499
|
+
this.i = ThemeResolver.a(XButton.c, XButton.n, XButton.l);
|
|
500
|
+
this.lb = ThemeResolver.e(XButton.c, XButton.rr, XButton.o8);
|
|
501
|
+
this.k8 = ThemeResolver.e(XButton.c, XButton.rp, XButton.o6);
|
|
502
|
+
this.k5 = ThemeResolver.e(XButton.c, XButton.rm, XButton.o3);
|
|
503
|
+
this.k6 = ThemeResolver.e(XButton.c, XButton.rn, XButton.o4);
|
|
504
|
+
this.k7 = ThemeResolver.e(XButton.c, XButton.ro, XButton.o5);
|
|
505
|
+
this.an = ThemeResolver.b(XButton.c, XButton.ba, XButton.a2);
|
|
506
|
+
this.mu = null;
|
|
507
507
|
this.mw = null;
|
|
508
508
|
this.mx = null;
|
|
509
|
+
this.my = null;
|
|
509
510
|
this.b7 = -1;
|
|
510
|
-
this.
|
|
511
|
-
this.
|
|
511
|
+
this.m1 = null;
|
|
512
|
+
this.mv = null;
|
|
512
513
|
this.ca = -1;
|
|
513
514
|
this.b9 = -1;
|
|
514
515
|
this.b8 = -1;
|
|
515
516
|
this.av = NaN;
|
|
516
|
-
this.
|
|
517
|
-
this.
|
|
518
|
-
this.
|
|
519
|
-
this.lt = null;
|
|
517
|
+
this.kb = new CornerRadius(1, NaN, NaN, NaN, NaN);
|
|
518
|
+
this.m3 = null;
|
|
519
|
+
this.ls = null;
|
|
520
520
|
this.lu = null;
|
|
521
521
|
this.lv = null;
|
|
522
|
+
this.lw = null;
|
|
522
523
|
this.bt = -1;
|
|
523
|
-
this.
|
|
524
|
-
this.
|
|
524
|
+
this.lz = null;
|
|
525
|
+
this.lt = null;
|
|
525
526
|
this.bw = -1;
|
|
526
527
|
this.bv = -1;
|
|
527
528
|
this.bu = -1;
|
|
528
|
-
this.l0 = null;
|
|
529
529
|
this.l1 = null;
|
|
530
|
-
this.
|
|
531
|
-
this.
|
|
530
|
+
this.l2 = null;
|
|
531
|
+
this.l0 = null;
|
|
532
532
|
this.lx = null;
|
|
533
|
+
this.ly = null;
|
|
533
534
|
this.aq = NaN;
|
|
534
|
-
this.
|
|
535
|
-
this.
|
|
536
|
-
this.le = null;
|
|
535
|
+
this.j8 = new CornerRadius(1, NaN, NaN, NaN, NaN);
|
|
536
|
+
this.ld = null;
|
|
537
537
|
this.lf = null;
|
|
538
538
|
this.lg = null;
|
|
539
|
+
this.lh = null;
|
|
539
540
|
this.bo = -1;
|
|
540
541
|
this.j = 0;
|
|
541
|
-
this.
|
|
542
|
-
this.
|
|
542
|
+
this.l5 = null;
|
|
543
|
+
this.le = null;
|
|
543
544
|
this.cb = -1;
|
|
544
545
|
this.by = -1;
|
|
545
546
|
this.bx = -1;
|
|
546
547
|
this.u = null;
|
|
548
|
+
this.m6 = null;
|
|
549
|
+
this.l7 = null;
|
|
547
550
|
this.m5 = null;
|
|
548
|
-
this.l6 = null;
|
|
549
551
|
this.m4 = null;
|
|
550
|
-
this.
|
|
551
|
-
this.m1 = null;
|
|
552
|
-
this.my = null;
|
|
552
|
+
this.m2 = null;
|
|
553
553
|
this.mz = null;
|
|
554
|
-
this.
|
|
554
|
+
this.m0 = null;
|
|
555
555
|
this.l3 = null;
|
|
556
|
+
this.l4 = null;
|
|
556
557
|
this.ao = NaN;
|
|
557
|
-
this.
|
|
558
|
-
this.
|
|
559
|
-
this.mk = null;
|
|
558
|
+
this.j6 = new CornerRadius(1, NaN, NaN, NaN, NaN);
|
|
559
|
+
this.mj = null;
|
|
560
560
|
this.ml = null;
|
|
561
561
|
this.mm = null;
|
|
562
|
+
this.mn = null;
|
|
562
563
|
this.b3 = -1;
|
|
563
|
-
this.
|
|
564
|
-
this.
|
|
564
|
+
this.mq = null;
|
|
565
|
+
this.mk = null;
|
|
565
566
|
this.b6 = -1;
|
|
566
567
|
this.b5 = -1;
|
|
567
568
|
this.b4 = -1;
|
|
568
569
|
this.au = NaN;
|
|
569
|
-
this.
|
|
570
|
-
this.mr = null;
|
|
570
|
+
this.ka = new CornerRadius(1, NaN, NaN, NaN, NaN);
|
|
571
571
|
this.ms = null;
|
|
572
|
-
this.
|
|
573
|
-
this.
|
|
572
|
+
this.mt = null;
|
|
573
|
+
this.mr = null;
|
|
574
574
|
this.mo = null;
|
|
575
|
-
this.
|
|
576
|
-
this.
|
|
575
|
+
this.mp = null;
|
|
576
|
+
this.li = null;
|
|
577
577
|
this.lk = null;
|
|
578
578
|
this.ll = null;
|
|
579
|
+
this.lm = null;
|
|
579
580
|
this.bp = -1;
|
|
580
|
-
this.
|
|
581
|
-
this.
|
|
581
|
+
this.l6 = null;
|
|
582
|
+
this.lj = null;
|
|
582
583
|
this.bs = -1;
|
|
583
584
|
this.br = -1;
|
|
584
585
|
this.bq = -1;
|
|
585
586
|
this.ap = NaN;
|
|
586
|
-
this.
|
|
587
|
-
this.lp = null;
|
|
587
|
+
this.j7 = new CornerRadius(1, NaN, NaN, NaN, NaN);
|
|
588
588
|
this.lq = null;
|
|
589
|
-
this.
|
|
590
|
-
this.
|
|
589
|
+
this.lr = null;
|
|
590
|
+
this.lp = null;
|
|
591
591
|
this.ln = null;
|
|
592
|
-
this.
|
|
593
|
-
this.
|
|
592
|
+
this.lo = null;
|
|
593
|
+
this.l8 = null;
|
|
594
594
|
this.ma = null;
|
|
595
595
|
this.mb = null;
|
|
596
|
+
this.mc = null;
|
|
596
597
|
this.bz = -1;
|
|
597
|
-
this.
|
|
598
|
-
this.
|
|
598
|
+
this.mf = null;
|
|
599
|
+
this.l9 = null;
|
|
599
600
|
this.b2 = -1;
|
|
600
601
|
this.b1 = -1;
|
|
601
602
|
this.b0 = -1;
|
|
602
603
|
this.ar = NaN;
|
|
603
|
-
this.
|
|
604
|
-
this.mg = null;
|
|
604
|
+
this.j9 = new CornerRadius(1, NaN, NaN, NaN, NaN);
|
|
605
605
|
this.mh = null;
|
|
606
|
-
this.
|
|
607
|
-
this.
|
|
606
|
+
this.mi = null;
|
|
607
|
+
this.mg = null;
|
|
608
608
|
this.md = null;
|
|
609
|
-
this.
|
|
610
|
-
this.
|
|
611
|
-
this.
|
|
609
|
+
this.me = null;
|
|
610
|
+
this.e7 = "ig-native-button-" + XButton.ew++;
|
|
611
|
+
this.e6 = "ig-button-" + XButton.ev++;
|
|
612
612
|
this.e3 = "inline-block";
|
|
613
|
-
this.e4 =
|
|
614
|
-
this.
|
|
613
|
+
this.e4 = "inline-block";
|
|
614
|
+
this.e5 = null;
|
|
615
|
+
this.e1 = "center";
|
|
615
616
|
this.ex = null;
|
|
616
|
-
this.
|
|
617
|
+
this.e8 = null;
|
|
617
618
|
this.cc = 0;
|
|
618
619
|
this.z = false;
|
|
619
|
-
this.
|
|
620
|
+
this.e2 = null;
|
|
620
621
|
this.ab = false;
|
|
621
622
|
this.ac = true;
|
|
622
623
|
this.x = false;
|
|
@@ -640,13 +641,13 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
640
641
|
destroy() {
|
|
641
642
|
this.provideContainer(null);
|
|
642
643
|
}
|
|
643
|
-
|
|
644
|
+
jy(a, b, c) {
|
|
644
645
|
if (this.propertyChanged != null) {
|
|
645
646
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
646
647
|
}
|
|
647
|
-
this.
|
|
648
|
+
this.j0(a, b, c);
|
|
648
649
|
}
|
|
649
|
-
|
|
650
|
+
j0(a, b, c) {
|
|
650
651
|
switch (a) {
|
|
651
652
|
case "CornerRadius":
|
|
652
653
|
case "BorderColor":
|
|
@@ -752,20 +753,20 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
752
753
|
case "IconTextColor":
|
|
753
754
|
case "IconHoverTextColor":
|
|
754
755
|
case "ElevationMode":
|
|
755
|
-
this.
|
|
756
|
+
this.j3();
|
|
756
757
|
break;
|
|
757
758
|
case "BaseTheme":
|
|
758
|
-
this.
|
|
759
|
-
this.
|
|
759
|
+
this.j4(this.d == 0 ? 2 : this.d);
|
|
760
|
+
this.j3();
|
|
760
761
|
break;
|
|
761
762
|
case "IsDisabled":
|
|
762
763
|
this.ae = this.disabled || this.af;
|
|
763
|
-
this.
|
|
764
|
+
this.j3();
|
|
764
765
|
this.view.al();
|
|
765
766
|
break;
|
|
766
767
|
case "DisableRipple":
|
|
767
768
|
this.ae = this.disabled || this.af;
|
|
768
|
-
this.
|
|
769
|
+
this.j3();
|
|
769
770
|
break;
|
|
770
771
|
case "ActualDisableRipple":
|
|
771
772
|
this.view.af();
|
|
@@ -780,7 +781,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
780
781
|
case "ActualFocusTextColor":
|
|
781
782
|
case "ActualHoverTextColor":
|
|
782
783
|
case "ActualElevationMode":
|
|
783
|
-
this.
|
|
784
|
+
this.j2();
|
|
784
785
|
break;
|
|
785
786
|
case "Density":
|
|
786
787
|
this.g = this.h == 0 ? 1 : this.h;
|
|
@@ -789,12 +790,12 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
789
790
|
case "ActualBorderWidth":
|
|
790
791
|
case "ActualCornerRadius":
|
|
791
792
|
this.view.as();
|
|
792
|
-
this.
|
|
793
|
+
this.j2();
|
|
793
794
|
break;
|
|
794
795
|
case "DisplayType":
|
|
795
796
|
this.view.as();
|
|
797
|
+
this.j3();
|
|
796
798
|
this.j2();
|
|
797
|
-
this.j1();
|
|
798
799
|
break;
|
|
799
800
|
case "InputId":
|
|
800
801
|
this.view.ak();
|
|
@@ -824,113 +825,113 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
824
825
|
break;
|
|
825
826
|
}
|
|
826
827
|
}
|
|
827
|
-
|
|
828
|
+
kd(a, b) {
|
|
828
829
|
return new CornerRadius(1, !isNaN_(a.c) ? a.c : b.c, !isNaN_(a.d) ? a.d : b.d, !isNaN_(a.b) ? a.b : b.b, !isNaN_(a.a) ? a.a : b.a);
|
|
829
830
|
}
|
|
830
|
-
|
|
831
|
+
j3() {
|
|
831
832
|
this.k = this.o != 0 ? this.o : this.m;
|
|
832
|
-
this.
|
|
833
|
-
this.
|
|
834
|
-
this.
|
|
833
|
+
this.nk = this.sg;
|
|
834
|
+
this.nh = this.r4;
|
|
835
|
+
this.m7 = this.nn;
|
|
835
836
|
switch (this.s) {
|
|
836
837
|
case 0:
|
|
837
|
-
this.m9 = this.sg != null ? this.sg : this.tx != null ? this.tx : this.r6;
|
|
838
838
|
this.na = this.sh != null ? this.sh : this.ty != null ? this.ty : this.r7;
|
|
839
839
|
this.nb = this.si != null ? this.si : this.tz != null ? this.tz : this.r8;
|
|
840
|
+
this.nc = this.sj != null ? this.sj : this.t0 != null ? this.t0 : this.r9;
|
|
840
841
|
this.cd = this.d6 >= 0 ? this.d6 : this.ep >= 0 ? this.ep : this.d2;
|
|
841
842
|
this.cg = this.et >= 0 ? this.et : this.es >= 0 ? this.es : this.d5;
|
|
842
843
|
this.cf = this.eg >= 0 ? this.eg : this.er >= 0 ? this.er : this.d4;
|
|
843
844
|
this.ce = this.ef >= 0 ? this.ef : this.eq >= 0 ? this.eq : this.d3;
|
|
845
|
+
this.m9 = this.nm != null ? this.nm : this.tx != null ? this.tx : this.r6;
|
|
844
846
|
this.m8 = this.nl != null ? this.nl : this.tw != null ? this.tw : this.r5;
|
|
845
|
-
this.
|
|
846
|
-
this.
|
|
847
|
-
this.kb = this.kc(this.kd, this.kc(this.kx, this.ks));
|
|
847
|
+
this.nf = this.s8 != null ? this.s8 : this.t3 != null ? this.t3 : this.sc;
|
|
848
|
+
this.kc = this.kd(this.ke, this.kd(this.ky, this.kt));
|
|
848
849
|
this.aw = !isNaN_(this.ax) ? this.ax : !isNaN_(this.bj) ? this.bj : this.bc;
|
|
849
|
-
this.nh = this.t6 != null ? this.t6 : this.t4 != null ? this.t4 : this.sd;
|
|
850
|
-
this.nc = this.s5 != null ? this.s5 : this.t0 != null ? this.t0 : this.r9;
|
|
851
|
-
this.nd = this.s6 != null ? this.s6 : this.t1 != null ? this.t1 : this.sa;
|
|
852
850
|
this.ni = this.t7 != null ? this.t7 : this.t5 != null ? this.t5 : this.se;
|
|
853
|
-
this.
|
|
851
|
+
this.nd = this.s6 != null ? this.s6 : this.t1 != null ? this.t1 : this.sa;
|
|
852
|
+
this.ne = this.s7 != null ? this.s7 : this.t2 != null ? this.t2 : this.sb;
|
|
853
|
+
this.nj = this.t8 != null ? this.t8 : this.t6 != null ? this.t6 : this.sf;
|
|
854
|
+
this.ng = this.s9 != null ? this.s9 : this.t4 != null ? this.t4 : this.sd;
|
|
854
855
|
break;
|
|
855
856
|
case 2:
|
|
856
|
-
this.m9 = this.sg != null ? this.sg : this.tm != null ? this.tm : this.ru;
|
|
857
857
|
this.na = this.sh != null ? this.sh : this.tn != null ? this.tn : this.rv;
|
|
858
858
|
this.nb = this.si != null ? this.si : this.to != null ? this.to : this.rw;
|
|
859
|
+
this.nc = this.sj != null ? this.sj : this.tp != null ? this.tp : this.rx;
|
|
859
860
|
this.cd = this.d6 >= 0 ? this.d6 : this.el >= 0 ? this.el : this.dy;
|
|
860
861
|
this.cg = this.et >= 0 ? this.et : this.eo >= 0 ? this.eo : this.d1;
|
|
861
862
|
this.cf = this.eg >= 0 ? this.eg : this.en >= 0 ? this.en : this.d0;
|
|
862
863
|
this.ce = this.ef >= 0 ? this.ef : this.em >= 0 ? this.em : this.dz;
|
|
863
|
-
this.
|
|
864
|
-
this.
|
|
865
|
-
this.
|
|
866
|
-
this.
|
|
864
|
+
this.m9 = this.nm != null ? this.nm : this.tm != null ? this.tm : this.ru;
|
|
865
|
+
this.m8 = this.s8 != null ? this.s8 : this.nl != null ? this.nl : this.tl != null ? this.tl : this.rt;
|
|
866
|
+
this.nf = this.ts != null ? this.ts : this.r0;
|
|
867
|
+
this.kc = this.kd(this.ke, this.kd(this.kx, this.ks));
|
|
867
868
|
this.aw = !isNaN_(this.ax) ? this.ax : !isNaN_(this.bi) ? this.bi : this.bb;
|
|
868
|
-
this.nh = this.t6 != null ? this.t6 : this.tt != null ? this.tt : this.r1;
|
|
869
|
-
this.nc = this.s5 != null ? this.s5 : this.tp != null ? this.tp : this.rx;
|
|
870
|
-
this.nd = this.s6 != null ? this.s6 : this.tq != null ? this.tq : this.ry;
|
|
871
869
|
this.ni = this.t7 != null ? this.t7 : this.tu != null ? this.tu : this.r2;
|
|
872
|
-
this.
|
|
870
|
+
this.nd = this.s6 != null ? this.s6 : this.tq != null ? this.tq : this.ry;
|
|
871
|
+
this.ne = this.s7 != null ? this.s7 : this.tr != null ? this.tr : this.rz;
|
|
872
|
+
this.nj = this.t8 != null ? this.t8 : this.tv != null ? this.tv : this.r3;
|
|
873
|
+
this.ng = this.s9 != null ? this.s9 : this.tt != null ? this.tt : this.r1;
|
|
873
874
|
break;
|
|
874
875
|
case 1:
|
|
875
|
-
this.m9 = this.sg != null ? this.sg : this.sw != null ? this.sw : this.pm;
|
|
876
876
|
this.na = this.sh != null ? this.sh : this.sx != null ? this.sx : this.pn;
|
|
877
877
|
this.nb = this.si != null ? this.si : this.sy != null ? this.sy : this.po;
|
|
878
|
+
this.nc = this.sj != null ? this.sj : this.sz != null ? this.sz : this.pp;
|
|
878
879
|
this.cd = this.d6 >= 0 ? this.d6 : this.eb >= 0 ? this.eb : this.c5;
|
|
879
880
|
this.cg = this.et >= 0 ? this.et : this.ee >= 0 ? this.ee : this.c8;
|
|
880
881
|
this.cf = this.eg >= 0 ? this.eg : this.ed >= 0 ? this.ed : this.c7;
|
|
881
882
|
this.ce = this.ef >= 0 ? this.ef : this.ec >= 0 ? this.ec : this.c6;
|
|
883
|
+
this.m9 = this.nm != null ? this.nm : this.sw != null ? this.sw : this.pm;
|
|
882
884
|
this.m8 = this.nl != null ? this.nl : this.sv != null ? this.sv : this.pl;
|
|
883
|
-
this.
|
|
884
|
-
this.
|
|
885
|
-
this.kb = this.kc(this.kd, this.kc(this.ku, this.kk));
|
|
885
|
+
this.nf = this.s8 != null ? this.s8 : this.s2 != null ? this.s2 : this.ps;
|
|
886
|
+
this.kc = this.kd(this.ke, this.kd(this.kv, this.kl));
|
|
886
887
|
this.aw = !isNaN_(this.ax) ? this.ax : !isNaN_(this.be) ? this.be : this.a4;
|
|
887
|
-
this.nh = this.t6 != null ? this.t6 : this.s3 != null ? this.s3 : this.pt;
|
|
888
|
-
this.nc = this.s5 != null ? this.s5 : this.sz != null ? this.sz : this.pp;
|
|
889
|
-
this.nd = this.s6 != null ? this.s6 : this.s0 != null ? this.s0 : this.pq;
|
|
890
888
|
this.ni = this.t7 != null ? this.t7 : this.s4 != null ? this.s4 : this.pu;
|
|
891
|
-
this.
|
|
889
|
+
this.nd = this.s6 != null ? this.s6 : this.s0 != null ? this.s0 : this.pq;
|
|
890
|
+
this.ne = this.s7 != null ? this.s7 : this.s1 != null ? this.s1 : this.pr;
|
|
891
|
+
this.nj = this.t8 != null ? this.t8 : this.s5 != null ? this.s5 : this.pv;
|
|
892
|
+
this.ng = this.s9 != null ? this.s9 : this.s3 != null ? this.s3 : this.pt;
|
|
892
893
|
break;
|
|
893
894
|
case 4:
|
|
894
|
-
this.m9 = this.sg != null ? this.sg : this.tb != null ? this.tb : this.px;
|
|
895
895
|
this.na = this.sh != null ? this.sh : this.tc != null ? this.tc : this.py;
|
|
896
896
|
this.nb = this.si != null ? this.si : this.td != null ? this.td : this.pz;
|
|
897
|
+
this.nc = this.sj != null ? this.sj : this.te != null ? this.te : this.p0;
|
|
897
898
|
this.cd = this.d6 >= 0 ? this.d6 : this.eh >= 0 ? this.eh : this.c9;
|
|
898
899
|
this.cg = this.et >= 0 ? this.et : this.ek >= 0 ? this.ek : this.dc;
|
|
899
900
|
this.cf = this.eg >= 0 ? this.eg : this.ej >= 0 ? this.ej : this.db;
|
|
900
901
|
this.ce = this.ef >= 0 ? this.ef : this.ei >= 0 ? this.ei : this.da;
|
|
902
|
+
this.m9 = this.nm != null ? this.nm : this.tb != null ? this.tb : this.px;
|
|
901
903
|
this.m8 = this.nl != null ? this.nl : this.ta != null ? this.ta : this.pw;
|
|
902
|
-
this.
|
|
903
|
-
this.
|
|
904
|
-
this.kb = this.kc(this.kd, this.kc(this.kv, this.kl));
|
|
904
|
+
this.nf = this.s8 != null ? this.s8 : this.th != null ? this.th : this.p3;
|
|
905
|
+
this.kc = this.kd(this.ke, this.kd(this.kw, this.km));
|
|
905
906
|
this.aw = !isNaN_(this.ax) ? this.ax : !isNaN_(this.bf) ? this.bf : this.a5;
|
|
906
|
-
this.nh = this.t6 != null ? this.t6 : this.ti != null ? this.ti : this.p4;
|
|
907
|
-
this.nc = this.s5 != null ? this.s5 : this.te != null ? this.te : this.p0;
|
|
908
|
-
this.nd = this.s6 != null ? this.s6 : this.tf != null ? this.tf : this.p1;
|
|
909
907
|
this.ni = this.t7 != null ? this.t7 : this.tj != null ? this.tj : this.p5;
|
|
910
|
-
this.
|
|
908
|
+
this.nd = this.s6 != null ? this.s6 : this.tf != null ? this.tf : this.p1;
|
|
909
|
+
this.ne = this.s7 != null ? this.s7 : this.tg != null ? this.tg : this.p2;
|
|
910
|
+
this.nj = this.t8 != null ? this.t8 : this.tk != null ? this.tk : this.p6;
|
|
911
|
+
this.ng = this.s9 != null ? this.s9 : this.ti != null ? this.ti : this.p4;
|
|
911
912
|
break;
|
|
912
913
|
case 3:
|
|
913
|
-
this.m9 = this.sg != null ? this.sg : this.sl != null ? this.sl : this.pb;
|
|
914
914
|
this.na = this.sh != null ? this.sh : this.sm != null ? this.sm : this.pc;
|
|
915
915
|
this.nb = this.si != null ? this.si : this.sn != null ? this.sn : this.pd;
|
|
916
|
+
this.nc = this.sj != null ? this.sj : this.so != null ? this.so : this.pe;
|
|
916
917
|
this.cd = this.d6 >= 0 ? this.d6 : this.d7 >= 0 ? this.d7 : this.c1;
|
|
917
918
|
this.cg = this.et >= 0 ? this.et : this.ea >= 0 ? this.ea : this.c4;
|
|
918
919
|
this.cf = this.eg >= 0 ? this.eg : this.d9 >= 0 ? this.d9 : this.c3;
|
|
919
920
|
this.ce = this.ef >= 0 ? this.ef : this.d8 >= 0 ? this.d8 : this.c2;
|
|
921
|
+
this.m9 = this.nm != null ? this.nm : this.sl != null ? this.sl : this.pb;
|
|
920
922
|
this.m8 = this.nl != null ? this.nl : this.sk != null ? this.sk : this.pa;
|
|
921
|
-
this.
|
|
922
|
-
this.
|
|
923
|
-
this.kb = this.kc(this.kd, this.kc(this.kt, this.kj));
|
|
923
|
+
this.nf = this.s8 != null ? this.s8 : this.sr != null ? this.sr : this.ph;
|
|
924
|
+
this.kc = this.kd(this.ke, this.kd(this.ku, this.kk));
|
|
924
925
|
this.aw = !isNaN_(this.ax) ? this.ax : !isNaN_(this.bd) ? this.bd : this.a3;
|
|
925
|
-
this.
|
|
926
|
-
this.nc = this.s5 != null ? this.s5 : this.so != null ? this.so : this.pe;
|
|
926
|
+
this.ni = this.t7 != null ? this.t7 : this.st != null ? this.st : this.se;
|
|
927
927
|
this.nd = this.s6 != null ? this.s6 : this.sp != null ? this.sp : this.pf;
|
|
928
|
-
this.
|
|
929
|
-
this.
|
|
928
|
+
this.ne = this.s7 != null ? this.s7 : this.sq != null ? this.sq : this.pg;
|
|
929
|
+
this.nj = this.t8 != null ? this.t8 : this.su != null ? this.su : this.pk;
|
|
930
|
+
this.ng = this.s9 != null ? this.s9 : this.ss != null ? this.ss : this.pi;
|
|
930
931
|
break;
|
|
931
932
|
}
|
|
932
933
|
}
|
|
933
|
-
|
|
934
|
+
jt() {
|
|
934
935
|
if (this.disabled) {
|
|
935
936
|
return;
|
|
936
937
|
}
|
|
@@ -938,31 +939,31 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
938
939
|
this.clicked(this, new ButtonClickEventArgs());
|
|
939
940
|
}
|
|
940
941
|
}
|
|
941
|
-
|
|
942
|
+
js() {
|
|
942
943
|
this.focused = false;
|
|
943
|
-
this.
|
|
944
|
+
this.j2();
|
|
944
945
|
}
|
|
945
|
-
|
|
946
|
+
jv() {
|
|
946
947
|
this.focused = true;
|
|
947
|
-
this.
|
|
948
|
+
this.j2();
|
|
948
949
|
}
|
|
949
|
-
|
|
950
|
+
jx() {
|
|
950
951
|
this.al = false;
|
|
951
|
-
this.
|
|
952
|
+
this.j2();
|
|
952
953
|
}
|
|
953
|
-
|
|
954
|
+
jw() {
|
|
954
955
|
this.al = true;
|
|
955
|
-
this.
|
|
956
|
+
this.j2();
|
|
956
957
|
}
|
|
957
|
-
|
|
958
|
+
j2() {
|
|
958
959
|
let a = this.view.q;
|
|
959
960
|
if (a == null) {
|
|
960
961
|
return;
|
|
961
962
|
}
|
|
962
|
-
NativeUI.
|
|
963
|
-
NativeUI.
|
|
963
|
+
NativeUI.m(a, this.kc);
|
|
964
|
+
NativeUI.l(a, this.m9);
|
|
964
965
|
if (!isNaN_(this.aw)) {
|
|
965
|
-
NativeUI.
|
|
966
|
+
NativeUI.n(a, new Thickness(0, this.aw));
|
|
966
967
|
}
|
|
967
968
|
if (this.disabled) {
|
|
968
969
|
this.view.ar(this.cd, this.k);
|
|
@@ -979,132 +980,132 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
979
980
|
}
|
|
980
981
|
}
|
|
981
982
|
if (this.disabled) {
|
|
982
|
-
NativeUI.
|
|
983
|
+
NativeUI.k(a, this.na);
|
|
983
984
|
}
|
|
984
985
|
else if (this.focused && this.ak) {
|
|
985
|
-
NativeUI.
|
|
986
|
+
NativeUI.k(a, this.nd);
|
|
986
987
|
}
|
|
987
988
|
else {
|
|
988
989
|
if (this.al) {
|
|
989
|
-
NativeUI.
|
|
990
|
+
NativeUI.k(a, this.nf);
|
|
990
991
|
}
|
|
991
992
|
else {
|
|
992
|
-
NativeUI.
|
|
993
|
+
NativeUI.k(a, this.m8);
|
|
993
994
|
}
|
|
994
995
|
}
|
|
995
|
-
this.view.aq(this.
|
|
996
|
+
this.view.aq(this.ni, BrushUtil.g(0, 0, 0, 0));
|
|
996
997
|
if (this.v != null) {
|
|
997
998
|
this.view.at(this.v);
|
|
998
999
|
}
|
|
999
1000
|
if (this.disabled) {
|
|
1000
|
-
NativeUI.
|
|
1001
|
-
NativeUI.
|
|
1001
|
+
NativeUI.o(this.view.r, this.nc);
|
|
1002
|
+
NativeUI.p(this.view.r, this.nc);
|
|
1002
1003
|
}
|
|
1003
1004
|
else if (this.focused && this.ak) {
|
|
1004
|
-
NativeUI.
|
|
1005
|
-
NativeUI.
|
|
1005
|
+
NativeUI.o(this.view.r, this.ne);
|
|
1006
|
+
NativeUI.p(this.view.r, this.ne);
|
|
1006
1007
|
}
|
|
1007
1008
|
else {
|
|
1008
1009
|
if (this.al) {
|
|
1009
|
-
NativeUI.
|
|
1010
|
-
NativeUI.
|
|
1010
|
+
NativeUI.o(this.view.r, this.ng);
|
|
1011
|
+
NativeUI.p(this.view.r, this.ng);
|
|
1011
1012
|
}
|
|
1012
1013
|
else {
|
|
1013
|
-
NativeUI.
|
|
1014
|
-
NativeUI.
|
|
1014
|
+
NativeUI.o(this.view.r, this.nj);
|
|
1015
|
+
NativeUI.p(this.view.r, this.nj);
|
|
1015
1016
|
}
|
|
1016
1017
|
}
|
|
1017
1018
|
}
|
|
1018
|
-
|
|
1019
|
-
this.
|
|
1020
|
-
this.
|
|
1021
|
-
this.
|
|
1022
|
-
this.m = ThemeResolver.a(a,
|
|
1023
|
-
this.
|
|
1024
|
-
this.
|
|
1025
|
-
this.
|
|
1026
|
-
this.d2 = ThemeResolver.c(a,
|
|
1027
|
-
this.d5 = ThemeResolver.c(a,
|
|
1028
|
-
this.d4 = ThemeResolver.c(a,
|
|
1029
|
-
this.d3 = ThemeResolver.c(a,
|
|
1030
|
-
this.
|
|
1031
|
-
this.
|
|
1032
|
-
this.
|
|
1033
|
-
this.bc = ThemeResolver.b(a,
|
|
1034
|
-
this.
|
|
1035
|
-
this.
|
|
1036
|
-
this.
|
|
1037
|
-
this.
|
|
1038
|
-
this.
|
|
1039
|
-
this.
|
|
1040
|
-
this.
|
|
1041
|
-
this.
|
|
1042
|
-
this.
|
|
1043
|
-
this.c5 = ThemeResolver.c(a,
|
|
1044
|
-
this.c8 = ThemeResolver.c(a,
|
|
1045
|
-
this.c7 = ThemeResolver.c(a,
|
|
1046
|
-
this.c6 = ThemeResolver.c(a,
|
|
1047
|
-
this.
|
|
1048
|
-
this.
|
|
1049
|
-
this.
|
|
1050
|
-
this.a4 = ThemeResolver.b(a,
|
|
1051
|
-
this.
|
|
1052
|
-
this.
|
|
1053
|
-
this.
|
|
1054
|
-
this.
|
|
1055
|
-
this.
|
|
1056
|
-
this.
|
|
1057
|
-
this.
|
|
1058
|
-
this.
|
|
1059
|
-
this.
|
|
1060
|
-
this.dy = ThemeResolver.c(a,
|
|
1061
|
-
this.d1 = ThemeResolver.c(a,
|
|
1062
|
-
this.d0 = ThemeResolver.c(a,
|
|
1063
|
-
this.dz = ThemeResolver.c(a,
|
|
1064
|
-
this.
|
|
1065
|
-
this.
|
|
1066
|
-
this.
|
|
1067
|
-
this.bb = ThemeResolver.b(a,
|
|
1068
|
-
this.
|
|
1069
|
-
this.
|
|
1070
|
-
this.
|
|
1071
|
-
this.
|
|
1072
|
-
this.
|
|
1073
|
-
this.
|
|
1074
|
-
this.
|
|
1075
|
-
this.
|
|
1076
|
-
this.
|
|
1077
|
-
this.c9 = ThemeResolver.c(a,
|
|
1078
|
-
this.dc = ThemeResolver.c(a,
|
|
1079
|
-
this.db = ThemeResolver.c(a,
|
|
1080
|
-
this.da = ThemeResolver.c(a,
|
|
1081
|
-
this.
|
|
1082
|
-
this.
|
|
1083
|
-
this.
|
|
1084
|
-
this.a5 = ThemeResolver.b(a,
|
|
1085
|
-
this.
|
|
1086
|
-
this.
|
|
1087
|
-
this.
|
|
1088
|
-
this.
|
|
1089
|
-
this.
|
|
1090
|
-
this.
|
|
1091
|
-
this.
|
|
1092
|
-
this.
|
|
1093
|
-
this.
|
|
1094
|
-
this.c1 = ThemeResolver.c(a,
|
|
1095
|
-
this.c4 = ThemeResolver.c(a,
|
|
1096
|
-
this.c3 = ThemeResolver.c(a,
|
|
1097
|
-
this.c2 = ThemeResolver.c(a,
|
|
1098
|
-
this.
|
|
1099
|
-
this.
|
|
1100
|
-
this.
|
|
1101
|
-
this.a3 = ThemeResolver.b(a,
|
|
1102
|
-
this.
|
|
1103
|
-
this.
|
|
1104
|
-
this.
|
|
1105
|
-
this.
|
|
1106
|
-
this.
|
|
1107
|
-
this.
|
|
1019
|
+
j4(a) {
|
|
1020
|
+
this.sg = ThemeResolver.e(a, XButton.rs, XButton.o9);
|
|
1021
|
+
this.r4 = ThemeResolver.e(a, XButton.rg, XButton.ox);
|
|
1022
|
+
this.nn = ThemeResolver.e(a, XButton.p7, XButton.no);
|
|
1023
|
+
this.m = ThemeResolver.a(a, XButton.n, XButton.l);
|
|
1024
|
+
this.r7 = ThemeResolver.e(a, XButton.rj, XButton.o0);
|
|
1025
|
+
this.r8 = ThemeResolver.e(a, XButton.rk, XButton.o1);
|
|
1026
|
+
this.r9 = ThemeResolver.e(a, XButton.rl, XButton.o2);
|
|
1027
|
+
this.d2 = ThemeResolver.c(a, XButton.du, XButton.cx);
|
|
1028
|
+
this.d5 = ThemeResolver.c(a, XButton.dx, XButton.c0);
|
|
1029
|
+
this.d4 = ThemeResolver.c(a, XButton.dw, XButton.cz);
|
|
1030
|
+
this.d3 = ThemeResolver.c(a, XButton.dv, XButton.cy);
|
|
1031
|
+
this.r6 = ThemeResolver.e(a, XButton.ri, XButton.oz);
|
|
1032
|
+
this.se = ThemeResolver.e(a, XButton.rq, XButton.o7);
|
|
1033
|
+
this.kt = ThemeResolver.d(a, XButton.kr, XButton.kj);
|
|
1034
|
+
this.bc = ThemeResolver.b(a, XButton.ba, XButton.a2);
|
|
1035
|
+
this.r5 = ThemeResolver.e(a, XButton.rh, XButton.oy);
|
|
1036
|
+
this.sf = ThemeResolver.e(a, XButton.rr, XButton.o8);
|
|
1037
|
+
this.sd = ThemeResolver.e(a, XButton.rp, XButton.o6);
|
|
1038
|
+
this.sc = ThemeResolver.e(a, XButton.ro, XButton.o5);
|
|
1039
|
+
this.sa = ThemeResolver.e(a, XButton.rm, XButton.o3);
|
|
1040
|
+
this.sb = ThemeResolver.e(a, XButton.rn, XButton.o4);
|
|
1041
|
+
this.pn = ThemeResolver.e(a, XButton.ql, XButton.n2);
|
|
1042
|
+
this.po = ThemeResolver.e(a, XButton.qm, XButton.n3);
|
|
1043
|
+
this.pp = ThemeResolver.e(a, XButton.qn, XButton.n4);
|
|
1044
|
+
this.c5 = ThemeResolver.c(a, XButton.dh, XButton.cl);
|
|
1045
|
+
this.c8 = ThemeResolver.c(a, XButton.dk, XButton.co);
|
|
1046
|
+
this.c7 = ThemeResolver.c(a, XButton.dj, XButton.cn);
|
|
1047
|
+
this.c6 = ThemeResolver.c(a, XButton.di, XButton.cm);
|
|
1048
|
+
this.pm = ThemeResolver.e(a, XButton.qk, XButton.n1);
|
|
1049
|
+
this.pu = ThemeResolver.e(a, XButton.qs, XButton.n9);
|
|
1050
|
+
this.kl = ThemeResolver.d(a, XButton.ko, XButton.kg);
|
|
1051
|
+
this.a4 = ThemeResolver.b(a, XButton.a7, XButton.az);
|
|
1052
|
+
this.pl = ThemeResolver.e(a, XButton.qj, XButton.n0);
|
|
1053
|
+
this.pv = ThemeResolver.e(a, XButton.qt, XButton.oa);
|
|
1054
|
+
this.pt = ThemeResolver.e(a, XButton.qr, XButton.n8);
|
|
1055
|
+
this.ps = ThemeResolver.e(a, XButton.qq, XButton.n7);
|
|
1056
|
+
this.pq = ThemeResolver.e(a, XButton.qo, XButton.n5);
|
|
1057
|
+
this.pr = ThemeResolver.e(a, XButton.qp, XButton.n6);
|
|
1058
|
+
this.rv = ThemeResolver.e(a, XButton.q7, XButton.oo);
|
|
1059
|
+
this.rw = ThemeResolver.e(a, XButton.q8, XButton.op);
|
|
1060
|
+
this.rx = ThemeResolver.e(a, XButton.q9, XButton.oq);
|
|
1061
|
+
this.dy = ThemeResolver.c(a, XButton.dq, XButton.ct);
|
|
1062
|
+
this.d1 = ThemeResolver.c(a, XButton.dt, XButton.cw);
|
|
1063
|
+
this.d0 = ThemeResolver.c(a, XButton.ds, XButton.cv);
|
|
1064
|
+
this.dz = ThemeResolver.c(a, XButton.dr, XButton.cu);
|
|
1065
|
+
this.ru = ThemeResolver.e(a, XButton.q6, XButton.on);
|
|
1066
|
+
this.r2 = ThemeResolver.e(a, XButton.re, XButton.ov);
|
|
1067
|
+
this.ks = ThemeResolver.d(a, XButton.kq, XButton.ki);
|
|
1068
|
+
this.bb = ThemeResolver.b(a, XButton.a9, XButton.a1);
|
|
1069
|
+
this.rt = ThemeResolver.e(a, XButton.q5, XButton.om);
|
|
1070
|
+
this.r3 = ThemeResolver.e(a, XButton.rf, XButton.ow);
|
|
1071
|
+
this.r1 = ThemeResolver.e(a, XButton.rd, XButton.ou);
|
|
1072
|
+
this.r0 = ThemeResolver.e(a, XButton.rc, XButton.ot);
|
|
1073
|
+
this.ry = ThemeResolver.e(a, XButton.ra, XButton.or);
|
|
1074
|
+
this.rz = ThemeResolver.e(a, XButton.rb, XButton.os);
|
|
1075
|
+
this.py = ThemeResolver.e(a, XButton.qw, XButton.od);
|
|
1076
|
+
this.pz = ThemeResolver.e(a, XButton.qx, XButton.oe);
|
|
1077
|
+
this.p0 = ThemeResolver.e(a, XButton.qy, XButton.of);
|
|
1078
|
+
this.c9 = ThemeResolver.c(a, XButton.dl, XButton.cp);
|
|
1079
|
+
this.dc = ThemeResolver.c(a, XButton.dp, XButton.cs);
|
|
1080
|
+
this.db = ThemeResolver.c(a, XButton.dn, XButton.cr);
|
|
1081
|
+
this.da = ThemeResolver.c(a, XButton.dm, XButton.cq);
|
|
1082
|
+
this.px = ThemeResolver.e(a, XButton.qv, XButton.oc);
|
|
1083
|
+
this.p5 = ThemeResolver.e(a, XButton.q3, XButton.ok);
|
|
1084
|
+
this.km = ThemeResolver.d(a, XButton.kp, XButton.kh);
|
|
1085
|
+
this.a5 = ThemeResolver.b(a, XButton.a8, XButton.a0);
|
|
1086
|
+
this.pw = ThemeResolver.e(a, XButton.qu, XButton.ob);
|
|
1087
|
+
this.p6 = ThemeResolver.e(a, XButton.q4, XButton.ol);
|
|
1088
|
+
this.p4 = ThemeResolver.e(a, XButton.q2, XButton.oj);
|
|
1089
|
+
this.p3 = ThemeResolver.e(a, XButton.q1, XButton.oi);
|
|
1090
|
+
this.p1 = ThemeResolver.e(a, XButton.qz, XButton.og);
|
|
1091
|
+
this.p2 = ThemeResolver.e(a, XButton.q0, XButton.oh);
|
|
1092
|
+
this.pc = ThemeResolver.e(a, XButton.qa, XButton.nr);
|
|
1093
|
+
this.pd = ThemeResolver.e(a, XButton.qb, XButton.ns);
|
|
1094
|
+
this.pe = ThemeResolver.e(a, XButton.qc, XButton.nt);
|
|
1095
|
+
this.c1 = ThemeResolver.c(a, XButton.dd, XButton.ch);
|
|
1096
|
+
this.c4 = ThemeResolver.c(a, XButton.dg, XButton.ck);
|
|
1097
|
+
this.c3 = ThemeResolver.c(a, XButton.df, XButton.cj);
|
|
1098
|
+
this.c2 = ThemeResolver.c(a, XButton.de, XButton.ci);
|
|
1099
|
+
this.pb = ThemeResolver.e(a, XButton.p9, XButton.nq);
|
|
1100
|
+
this.pj = ThemeResolver.e(a, XButton.qh, XButton.ny);
|
|
1101
|
+
this.kk = ThemeResolver.d(a, XButton.kn, XButton.kf);
|
|
1102
|
+
this.a3 = ThemeResolver.b(a, XButton.a6, XButton.ay);
|
|
1103
|
+
this.pa = ThemeResolver.e(a, XButton.p8, XButton.np);
|
|
1104
|
+
this.pk = ThemeResolver.e(a, XButton.qi, XButton.nz);
|
|
1105
|
+
this.pi = ThemeResolver.e(a, XButton.qg, XButton.nx);
|
|
1106
|
+
this.ph = ThemeResolver.e(a, XButton.qf, XButton.nw);
|
|
1107
|
+
this.pf = ThemeResolver.e(a, XButton.qd, XButton.nu);
|
|
1108
|
+
this.pg = ThemeResolver.e(a, XButton.qe, XButton.nv);
|
|
1108
1109
|
}
|
|
1109
1110
|
get bh() {
|
|
1110
1111
|
return this.at;
|
|
@@ -1113,7 +1114,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1113
1114
|
let b = this.at;
|
|
1114
1115
|
this.at = a;
|
|
1115
1116
|
if (b != this.at) {
|
|
1116
|
-
this.
|
|
1117
|
+
this.jy("MinWidth", b, a);
|
|
1117
1118
|
}
|
|
1118
1119
|
}
|
|
1119
1120
|
get bg() {
|
|
@@ -1123,7 +1124,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1123
1124
|
let b = this.as;
|
|
1124
1125
|
this.as = a;
|
|
1125
1126
|
if (b != this.as) {
|
|
1126
|
-
this.
|
|
1127
|
+
this.jy("MinHeight", b, a);
|
|
1127
1128
|
}
|
|
1128
1129
|
}
|
|
1129
1130
|
get s() {
|
|
@@ -1133,7 +1134,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1133
1134
|
let b = this.r;
|
|
1134
1135
|
this.r = a;
|
|
1135
1136
|
if (b != this.r) {
|
|
1136
|
-
this.
|
|
1137
|
+
this.jy("DisplayType", enumGetBox(ButtonDisplayStyle_$type, b), enumGetBox(ButtonDisplayStyle_$type, a));
|
|
1137
1138
|
}
|
|
1138
1139
|
}
|
|
1139
1140
|
get h() {
|
|
@@ -1143,7 +1144,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1143
1144
|
let b = this.f;
|
|
1144
1145
|
this.f = a;
|
|
1145
1146
|
if (b != this.f) {
|
|
1146
|
-
this.
|
|
1147
|
+
this.jy("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
|
|
1147
1148
|
}
|
|
1148
1149
|
}
|
|
1149
1150
|
get d() {
|
|
@@ -1153,7 +1154,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1153
1154
|
let b = this.b;
|
|
1154
1155
|
this.b = a;
|
|
1155
1156
|
if (b != this.b) {
|
|
1156
|
-
this.
|
|
1157
|
+
this.jy("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
|
|
1157
1158
|
}
|
|
1158
1159
|
}
|
|
1159
1160
|
get g() {
|
|
@@ -1163,47 +1164,47 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1163
1164
|
let b = this.e;
|
|
1164
1165
|
this.e = a;
|
|
1165
1166
|
if (b != this.e) {
|
|
1166
|
-
this.
|
|
1167
|
+
this.jy("ActualDensity", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
|
|
1167
1168
|
}
|
|
1168
1169
|
}
|
|
1169
|
-
get
|
|
1170
|
-
return this.
|
|
1170
|
+
get m9() {
|
|
1171
|
+
return this.k1;
|
|
1171
1172
|
}
|
|
1172
|
-
set
|
|
1173
|
-
let b = this.
|
|
1174
|
-
this.
|
|
1175
|
-
if (b != this.
|
|
1176
|
-
this.
|
|
1173
|
+
set m9(a) {
|
|
1174
|
+
let b = this.k1;
|
|
1175
|
+
this.k1 = a;
|
|
1176
|
+
if (b != this.k1) {
|
|
1177
|
+
this.jy("ActualBorderColor", b, a);
|
|
1177
1178
|
}
|
|
1178
1179
|
}
|
|
1179
|
-
get
|
|
1180
|
-
return this.
|
|
1180
|
+
get nk() {
|
|
1181
|
+
return this.lc;
|
|
1181
1182
|
}
|
|
1182
|
-
set
|
|
1183
|
-
let b = this.
|
|
1184
|
-
this.
|
|
1185
|
-
if (b != this.
|
|
1186
|
-
this.
|
|
1183
|
+
set nk(a) {
|
|
1184
|
+
let b = this.lc;
|
|
1185
|
+
this.lc = a;
|
|
1186
|
+
if (b != this.lc) {
|
|
1187
|
+
this.jy("ActualUmbraShadowColor", b, a);
|
|
1187
1188
|
}
|
|
1188
1189
|
}
|
|
1189
|
-
get
|
|
1190
|
-
return this.
|
|
1190
|
+
get nh() {
|
|
1191
|
+
return this.k9;
|
|
1191
1192
|
}
|
|
1192
|
-
set
|
|
1193
|
-
let b = this.
|
|
1194
|
-
this.
|
|
1195
|
-
if (b != this.
|
|
1196
|
-
this.
|
|
1193
|
+
set nh(a) {
|
|
1194
|
+
let b = this.k9;
|
|
1195
|
+
this.k9 = a;
|
|
1196
|
+
if (b != this.k9) {
|
|
1197
|
+
this.jy("ActualPenumbraShadowColor", b, a);
|
|
1197
1198
|
}
|
|
1198
1199
|
}
|
|
1199
|
-
get
|
|
1200
|
-
return this.
|
|
1200
|
+
get m7() {
|
|
1201
|
+
return this.kz;
|
|
1201
1202
|
}
|
|
1202
|
-
set
|
|
1203
|
-
let b = this.
|
|
1204
|
-
this.
|
|
1205
|
-
if (b != this.
|
|
1206
|
-
this.
|
|
1203
|
+
set m7(a) {
|
|
1204
|
+
let b = this.kz;
|
|
1205
|
+
this.kz = a;
|
|
1206
|
+
if (b != this.kz) {
|
|
1207
|
+
this.jy("ActualAmbientShadowColor", b, a);
|
|
1207
1208
|
}
|
|
1208
1209
|
}
|
|
1209
1210
|
get cg() {
|
|
@@ -1213,7 +1214,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1213
1214
|
let b = this.bn;
|
|
1214
1215
|
this.bn = a;
|
|
1215
1216
|
if (b != this.bn) {
|
|
1216
|
-
this.
|
|
1217
|
+
this.jy("ActualRestingElevation", b, a);
|
|
1217
1218
|
}
|
|
1218
1219
|
}
|
|
1219
1220
|
get ce() {
|
|
@@ -1223,7 +1224,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1223
1224
|
let b = this.bl;
|
|
1224
1225
|
this.bl = a;
|
|
1225
1226
|
if (b != this.bl) {
|
|
1226
|
-
this.
|
|
1227
|
+
this.jy("ActualFocusElevation", b, a);
|
|
1227
1228
|
}
|
|
1228
1229
|
}
|
|
1229
1230
|
get cf() {
|
|
@@ -1233,47 +1234,37 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1233
1234
|
let b = this.bm;
|
|
1234
1235
|
this.bm = a;
|
|
1235
1236
|
if (b != this.bm) {
|
|
1236
|
-
this.
|
|
1237
|
-
}
|
|
1238
|
-
}
|
|
1239
|
-
get nh() {
|
|
1240
|
-
return this.k9;
|
|
1241
|
-
}
|
|
1242
|
-
set nh(a) {
|
|
1243
|
-
let b = this.k9;
|
|
1244
|
-
this.k9 = a;
|
|
1245
|
-
if (b != this.k9) {
|
|
1246
|
-
this.jx("ActualRippleColor", b, a);
|
|
1237
|
+
this.jy("ActualHoverElevation", b, a);
|
|
1247
1238
|
}
|
|
1248
1239
|
}
|
|
1249
|
-
get
|
|
1250
|
-
return this.
|
|
1240
|
+
get ni() {
|
|
1241
|
+
return this.la;
|
|
1251
1242
|
}
|
|
1252
|
-
set
|
|
1253
|
-
let b = this.
|
|
1254
|
-
this.
|
|
1255
|
-
if (b != this.
|
|
1256
|
-
this.
|
|
1243
|
+
set ni(a) {
|
|
1244
|
+
let b = this.la;
|
|
1245
|
+
this.la = a;
|
|
1246
|
+
if (b != this.la) {
|
|
1247
|
+
this.jy("ActualRippleColor", b, a);
|
|
1257
1248
|
}
|
|
1258
1249
|
}
|
|
1259
|
-
get
|
|
1260
|
-
return this.
|
|
1250
|
+
get kc() {
|
|
1251
|
+
return this.j5;
|
|
1261
1252
|
}
|
|
1262
|
-
set
|
|
1263
|
-
let b = this.
|
|
1264
|
-
this.
|
|
1265
|
-
if (b != this.
|
|
1266
|
-
this.
|
|
1253
|
+
set kc(a) {
|
|
1254
|
+
let b = this.j5;
|
|
1255
|
+
this.j5 = a;
|
|
1256
|
+
if (b != this.j5) {
|
|
1257
|
+
this.jy("ActualCornerRadius", b, a);
|
|
1267
1258
|
}
|
|
1268
1259
|
}
|
|
1269
|
-
get
|
|
1270
|
-
return this.
|
|
1260
|
+
get m8() {
|
|
1261
|
+
return this.k0;
|
|
1271
1262
|
}
|
|
1272
|
-
set
|
|
1273
|
-
let b = this.
|
|
1274
|
-
this.
|
|
1275
|
-
if (b != this.
|
|
1276
|
-
this.
|
|
1263
|
+
set m8(a) {
|
|
1264
|
+
let b = this.k0;
|
|
1265
|
+
this.k0 = a;
|
|
1266
|
+
if (b != this.k0) {
|
|
1267
|
+
this.jy("ActualBackgroundColor", b, a);
|
|
1277
1268
|
}
|
|
1278
1269
|
}
|
|
1279
1270
|
get na() {
|
|
@@ -1283,7 +1274,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1283
1274
|
let b = this.k2;
|
|
1284
1275
|
this.k2 = a;
|
|
1285
1276
|
if (b != this.k2) {
|
|
1286
|
-
this.
|
|
1277
|
+
this.jy("ActualDisabledBackgroundColor", b, a);
|
|
1287
1278
|
}
|
|
1288
1279
|
}
|
|
1289
1280
|
get nb() {
|
|
@@ -1293,7 +1284,17 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1293
1284
|
let b = this.k3;
|
|
1294
1285
|
this.k3 = a;
|
|
1295
1286
|
if (b != this.k3) {
|
|
1296
|
-
this.
|
|
1287
|
+
this.jy("ActualDisabledBorderColor", b, a);
|
|
1288
|
+
}
|
|
1289
|
+
}
|
|
1290
|
+
get nc() {
|
|
1291
|
+
return this.k4;
|
|
1292
|
+
}
|
|
1293
|
+
set nc(a) {
|
|
1294
|
+
let b = this.k4;
|
|
1295
|
+
this.k4 = a;
|
|
1296
|
+
if (b != this.k4) {
|
|
1297
|
+
this.jy("ActualDisabledTextColor", b, a);
|
|
1297
1298
|
}
|
|
1298
1299
|
}
|
|
1299
1300
|
get cd() {
|
|
@@ -1303,7 +1304,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1303
1304
|
let b = this.bk;
|
|
1304
1305
|
this.bk = a;
|
|
1305
1306
|
if (b != this.bk) {
|
|
1306
|
-
this.
|
|
1307
|
+
this.jy("ActualDisabledElevation", b, a);
|
|
1307
1308
|
}
|
|
1308
1309
|
}
|
|
1309
1310
|
get k() {
|
|
@@ -1313,37 +1314,27 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1313
1314
|
let b = this.i;
|
|
1314
1315
|
this.i = a;
|
|
1315
1316
|
if (b != this.i) {
|
|
1316
|
-
this.
|
|
1317
|
-
}
|
|
1318
|
-
}
|
|
1319
|
-
get ni() {
|
|
1320
|
-
return this.la;
|
|
1321
|
-
}
|
|
1322
|
-
set ni(a) {
|
|
1323
|
-
let b = this.la;
|
|
1324
|
-
this.la = a;
|
|
1325
|
-
if (b != this.la) {
|
|
1326
|
-
this.jx("ActualTextColor", b, a);
|
|
1317
|
+
this.jy("ActualElevationMode", enumGetBox(ElevationMode_$type, b), enumGetBox(ElevationMode_$type, a));
|
|
1327
1318
|
}
|
|
1328
1319
|
}
|
|
1329
|
-
get
|
|
1330
|
-
return this.
|
|
1320
|
+
get nj() {
|
|
1321
|
+
return this.lb;
|
|
1331
1322
|
}
|
|
1332
|
-
set
|
|
1333
|
-
let b = this.
|
|
1334
|
-
this.
|
|
1335
|
-
if (b != this.
|
|
1336
|
-
this.
|
|
1323
|
+
set nj(a) {
|
|
1324
|
+
let b = this.lb;
|
|
1325
|
+
this.lb = a;
|
|
1326
|
+
if (b != this.lb) {
|
|
1327
|
+
this.jy("ActualTextColor", b, a);
|
|
1337
1328
|
}
|
|
1338
1329
|
}
|
|
1339
|
-
get
|
|
1340
|
-
return this.
|
|
1330
|
+
get ng() {
|
|
1331
|
+
return this.k8;
|
|
1341
1332
|
}
|
|
1342
|
-
set
|
|
1343
|
-
let b = this.
|
|
1344
|
-
this.
|
|
1345
|
-
if (b != this.
|
|
1346
|
-
this.
|
|
1333
|
+
set ng(a) {
|
|
1334
|
+
let b = this.k8;
|
|
1335
|
+
this.k8 = a;
|
|
1336
|
+
if (b != this.k8) {
|
|
1337
|
+
this.jy("ActualHoverTextColor", b, a);
|
|
1347
1338
|
}
|
|
1348
1339
|
}
|
|
1349
1340
|
get nd() {
|
|
@@ -1353,7 +1344,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1353
1344
|
let b = this.k5;
|
|
1354
1345
|
this.k5 = a;
|
|
1355
1346
|
if (b != this.k5) {
|
|
1356
|
-
this.
|
|
1347
|
+
this.jy("ActualFocusBackgroundColor", b, a);
|
|
1357
1348
|
}
|
|
1358
1349
|
}
|
|
1359
1350
|
get ne() {
|
|
@@ -1363,7 +1354,17 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1363
1354
|
let b = this.k6;
|
|
1364
1355
|
this.k6 = a;
|
|
1365
1356
|
if (b != this.k6) {
|
|
1366
|
-
this.
|
|
1357
|
+
this.jy("ActualFocusTextColor", b, a);
|
|
1358
|
+
}
|
|
1359
|
+
}
|
|
1360
|
+
get nf() {
|
|
1361
|
+
return this.k7;
|
|
1362
|
+
}
|
|
1363
|
+
set nf(a) {
|
|
1364
|
+
let b = this.k7;
|
|
1365
|
+
this.k7 = a;
|
|
1366
|
+
if (b != this.k7) {
|
|
1367
|
+
this.jy("ActualHoverBackgroundColor", b, a);
|
|
1367
1368
|
}
|
|
1368
1369
|
}
|
|
1369
1370
|
get aw() {
|
|
@@ -1373,27 +1374,17 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1373
1374
|
let b = this.an;
|
|
1374
1375
|
this.an = a;
|
|
1375
1376
|
if (b != this.an) {
|
|
1376
|
-
this.
|
|
1377
|
-
}
|
|
1378
|
-
}
|
|
1379
|
-
get tv() {
|
|
1380
|
-
return this.mt;
|
|
1381
|
-
}
|
|
1382
|
-
set tv(a) {
|
|
1383
|
-
let b = this.mt;
|
|
1384
|
-
this.mt = a;
|
|
1385
|
-
if (b != this.mt) {
|
|
1386
|
-
this.jx("RaisedBackgroundColor", b, a);
|
|
1377
|
+
this.jy("ActualBorderWidth", b, a);
|
|
1387
1378
|
}
|
|
1388
1379
|
}
|
|
1389
|
-
get
|
|
1390
|
-
return this.
|
|
1380
|
+
get tw() {
|
|
1381
|
+
return this.mu;
|
|
1391
1382
|
}
|
|
1392
|
-
set
|
|
1393
|
-
let b = this.
|
|
1394
|
-
this.
|
|
1395
|
-
if (b != this.
|
|
1396
|
-
this.
|
|
1383
|
+
set tw(a) {
|
|
1384
|
+
let b = this.mu;
|
|
1385
|
+
this.mu = a;
|
|
1386
|
+
if (b != this.mu) {
|
|
1387
|
+
this.jy("RaisedBackgroundColor", b, a);
|
|
1397
1388
|
}
|
|
1398
1389
|
}
|
|
1399
1390
|
get ty() {
|
|
@@ -1403,7 +1394,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1403
1394
|
let b = this.mw;
|
|
1404
1395
|
this.mw = a;
|
|
1405
1396
|
if (b != this.mw) {
|
|
1406
|
-
this.
|
|
1397
|
+
this.jy("RaisedDisabledBackgroundColor", b, a);
|
|
1407
1398
|
}
|
|
1408
1399
|
}
|
|
1409
1400
|
get tz() {
|
|
@@ -1413,7 +1404,17 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1413
1404
|
let b = this.mx;
|
|
1414
1405
|
this.mx = a;
|
|
1415
1406
|
if (b != this.mx) {
|
|
1416
|
-
this.
|
|
1407
|
+
this.jy("RaisedDisabledBorderColor", b, a);
|
|
1408
|
+
}
|
|
1409
|
+
}
|
|
1410
|
+
get t0() {
|
|
1411
|
+
return this.my;
|
|
1412
|
+
}
|
|
1413
|
+
set t0(a) {
|
|
1414
|
+
let b = this.my;
|
|
1415
|
+
this.my = a;
|
|
1416
|
+
if (b != this.my) {
|
|
1417
|
+
this.jy("RaisedDisabledTextColor", b, a);
|
|
1417
1418
|
}
|
|
1418
1419
|
}
|
|
1419
1420
|
get ep() {
|
|
@@ -1423,27 +1424,27 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1423
1424
|
let b = this.b7;
|
|
1424
1425
|
this.b7 = a;
|
|
1425
1426
|
if (b != this.b7) {
|
|
1426
|
-
this.
|
|
1427
|
+
this.jy("RaisedDisabledElevation", b, a);
|
|
1427
1428
|
}
|
|
1428
1429
|
}
|
|
1429
|
-
get
|
|
1430
|
-
return this.
|
|
1430
|
+
get t3() {
|
|
1431
|
+
return this.m1;
|
|
1431
1432
|
}
|
|
1432
|
-
set
|
|
1433
|
-
let b = this.
|
|
1434
|
-
this.
|
|
1435
|
-
if (b != this.
|
|
1436
|
-
this.
|
|
1433
|
+
set t3(a) {
|
|
1434
|
+
let b = this.m1;
|
|
1435
|
+
this.m1 = a;
|
|
1436
|
+
if (b != this.m1) {
|
|
1437
|
+
this.jy("RaisedHoverBackgroundColor", b, a);
|
|
1437
1438
|
}
|
|
1438
1439
|
}
|
|
1439
|
-
get
|
|
1440
|
-
return this.
|
|
1440
|
+
get tx() {
|
|
1441
|
+
return this.mv;
|
|
1441
1442
|
}
|
|
1442
|
-
set
|
|
1443
|
-
let b = this.
|
|
1444
|
-
this.
|
|
1445
|
-
if (b != this.
|
|
1446
|
-
this.
|
|
1443
|
+
set tx(a) {
|
|
1444
|
+
let b = this.mv;
|
|
1445
|
+
this.mv = a;
|
|
1446
|
+
if (b != this.mv) {
|
|
1447
|
+
this.jy("RaisedBorderColor", b, a);
|
|
1447
1448
|
}
|
|
1448
1449
|
}
|
|
1449
1450
|
get es() {
|
|
@@ -1453,7 +1454,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1453
1454
|
let b = this.ca;
|
|
1454
1455
|
this.ca = a;
|
|
1455
1456
|
if (b != this.ca) {
|
|
1456
|
-
this.
|
|
1457
|
+
this.jy("RaisedRestingElevation", b, a);
|
|
1457
1458
|
}
|
|
1458
1459
|
}
|
|
1459
1460
|
get er() {
|
|
@@ -1463,7 +1464,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1463
1464
|
let b = this.b9;
|
|
1464
1465
|
this.b9 = a;
|
|
1465
1466
|
if (b != this.b9) {
|
|
1466
|
-
this.
|
|
1467
|
+
this.jy("RaisedHoverElevation", b, a);
|
|
1467
1468
|
}
|
|
1468
1469
|
}
|
|
1469
1470
|
get eq() {
|
|
@@ -1473,7 +1474,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1473
1474
|
let b = this.b8;
|
|
1474
1475
|
this.b8 = a;
|
|
1475
1476
|
if (b != this.b8) {
|
|
1476
|
-
this.
|
|
1477
|
+
this.jy("RaisedFocusElevation", b, a);
|
|
1477
1478
|
}
|
|
1478
1479
|
}
|
|
1479
1480
|
get bj() {
|
|
@@ -1483,47 +1484,37 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1483
1484
|
let b = this.av;
|
|
1484
1485
|
this.av = a;
|
|
1485
1486
|
if (b != this.av) {
|
|
1486
|
-
this.
|
|
1487
|
+
this.jy("RaisedBorderWidth", b, a);
|
|
1487
1488
|
}
|
|
1488
1489
|
}
|
|
1489
|
-
get
|
|
1490
|
-
return this.
|
|
1490
|
+
get ky() {
|
|
1491
|
+
return this.kb;
|
|
1491
1492
|
}
|
|
1492
|
-
set
|
|
1493
|
-
let b = this.
|
|
1494
|
-
this.
|
|
1493
|
+
set ky(a) {
|
|
1494
|
+
let b = this.kb;
|
|
1495
|
+
this.kb = a;
|
|
1495
1496
|
{
|
|
1496
|
-
this.
|
|
1497
|
-
}
|
|
1498
|
-
}
|
|
1499
|
-
get t4() {
|
|
1500
|
-
return this.m2;
|
|
1501
|
-
}
|
|
1502
|
-
set t4(a) {
|
|
1503
|
-
let b = this.m2;
|
|
1504
|
-
this.m2 = a;
|
|
1505
|
-
if (b != this.m2) {
|
|
1506
|
-
this.jx("RaisedRippleColor", b, a);
|
|
1497
|
+
this.jy("RaisedCornerRadius", b, a);
|
|
1507
1498
|
}
|
|
1508
1499
|
}
|
|
1509
|
-
get
|
|
1510
|
-
return this.
|
|
1500
|
+
get t5() {
|
|
1501
|
+
return this.m3;
|
|
1511
1502
|
}
|
|
1512
|
-
set
|
|
1513
|
-
let b = this.
|
|
1514
|
-
this.
|
|
1515
|
-
if (b != this.
|
|
1516
|
-
this.
|
|
1503
|
+
set t5(a) {
|
|
1504
|
+
let b = this.m3;
|
|
1505
|
+
this.m3 = a;
|
|
1506
|
+
if (b != this.m3) {
|
|
1507
|
+
this.jy("RaisedRippleColor", b, a);
|
|
1517
1508
|
}
|
|
1518
1509
|
}
|
|
1519
|
-
get
|
|
1520
|
-
return this.
|
|
1510
|
+
get sv() {
|
|
1511
|
+
return this.ls;
|
|
1521
1512
|
}
|
|
1522
|
-
set
|
|
1523
|
-
let b = this.
|
|
1524
|
-
this.
|
|
1525
|
-
if (b != this.
|
|
1526
|
-
this.
|
|
1513
|
+
set sv(a) {
|
|
1514
|
+
let b = this.ls;
|
|
1515
|
+
this.ls = a;
|
|
1516
|
+
if (b != this.ls) {
|
|
1517
|
+
this.jy("FlatBackgroundColor", b, a);
|
|
1527
1518
|
}
|
|
1528
1519
|
}
|
|
1529
1520
|
get sx() {
|
|
@@ -1533,7 +1524,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1533
1524
|
let b = this.lu;
|
|
1534
1525
|
this.lu = a;
|
|
1535
1526
|
if (b != this.lu) {
|
|
1536
|
-
this.
|
|
1527
|
+
this.jy("FlatDisabledBackgroundColor", b, a);
|
|
1537
1528
|
}
|
|
1538
1529
|
}
|
|
1539
1530
|
get sy() {
|
|
@@ -1543,7 +1534,17 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1543
1534
|
let b = this.lv;
|
|
1544
1535
|
this.lv = a;
|
|
1545
1536
|
if (b != this.lv) {
|
|
1546
|
-
this.
|
|
1537
|
+
this.jy("FlatDisabledBorderColor", b, a);
|
|
1538
|
+
}
|
|
1539
|
+
}
|
|
1540
|
+
get sz() {
|
|
1541
|
+
return this.lw;
|
|
1542
|
+
}
|
|
1543
|
+
set sz(a) {
|
|
1544
|
+
let b = this.lw;
|
|
1545
|
+
this.lw = a;
|
|
1546
|
+
if (b != this.lw) {
|
|
1547
|
+
this.jy("FlatDisabledTextColor", b, a);
|
|
1547
1548
|
}
|
|
1548
1549
|
}
|
|
1549
1550
|
get eb() {
|
|
@@ -1553,27 +1554,27 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1553
1554
|
let b = this.bt;
|
|
1554
1555
|
this.bt = a;
|
|
1555
1556
|
if (b != this.bt) {
|
|
1556
|
-
this.
|
|
1557
|
+
this.jy("FlatDisabledElevation", b, a);
|
|
1557
1558
|
}
|
|
1558
1559
|
}
|
|
1559
|
-
get
|
|
1560
|
-
return this.
|
|
1560
|
+
get s2() {
|
|
1561
|
+
return this.lz;
|
|
1561
1562
|
}
|
|
1562
|
-
set
|
|
1563
|
-
let b = this.
|
|
1564
|
-
this.
|
|
1565
|
-
if (b != this.
|
|
1566
|
-
this.
|
|
1563
|
+
set s2(a) {
|
|
1564
|
+
let b = this.lz;
|
|
1565
|
+
this.lz = a;
|
|
1566
|
+
if (b != this.lz) {
|
|
1567
|
+
this.jy("FlatHoverBackgroundColor", b, a);
|
|
1567
1568
|
}
|
|
1568
1569
|
}
|
|
1569
|
-
get
|
|
1570
|
-
return this.
|
|
1570
|
+
get sw() {
|
|
1571
|
+
return this.lt;
|
|
1571
1572
|
}
|
|
1572
|
-
set
|
|
1573
|
-
let b = this.
|
|
1574
|
-
this.
|
|
1575
|
-
if (b != this.
|
|
1576
|
-
this.
|
|
1573
|
+
set sw(a) {
|
|
1574
|
+
let b = this.lt;
|
|
1575
|
+
this.lt = a;
|
|
1576
|
+
if (b != this.lt) {
|
|
1577
|
+
this.jy("FlatBorderColor", b, a);
|
|
1577
1578
|
}
|
|
1578
1579
|
}
|
|
1579
1580
|
get ee() {
|
|
@@ -1583,7 +1584,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1583
1584
|
let b = this.bw;
|
|
1584
1585
|
this.bw = a;
|
|
1585
1586
|
if (b != this.bw) {
|
|
1586
|
-
this.
|
|
1587
|
+
this.jy("FlatRestingElevation", b, a);
|
|
1587
1588
|
}
|
|
1588
1589
|
}
|
|
1589
1590
|
get ed() {
|
|
@@ -1593,7 +1594,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1593
1594
|
let b = this.bv;
|
|
1594
1595
|
this.bv = a;
|
|
1595
1596
|
if (b != this.bv) {
|
|
1596
|
-
this.
|
|
1597
|
+
this.jy("FlatHoverElevation", b, a);
|
|
1597
1598
|
}
|
|
1598
1599
|
}
|
|
1599
1600
|
get ec() {
|
|
@@ -1603,17 +1604,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1603
1604
|
let b = this.bu;
|
|
1604
1605
|
this.bu = a;
|
|
1605
1606
|
if (b != this.bu) {
|
|
1606
|
-
this.
|
|
1607
|
-
}
|
|
1608
|
-
}
|
|
1609
|
-
get s3() {
|
|
1610
|
-
return this.l0;
|
|
1611
|
-
}
|
|
1612
|
-
set s3(a) {
|
|
1613
|
-
let b = this.l0;
|
|
1614
|
-
this.l0 = a;
|
|
1615
|
-
if (b != this.l0) {
|
|
1616
|
-
this.jx("FlatRippleColor", b, a);
|
|
1607
|
+
this.jy("FlatFocusElevation", b, a);
|
|
1617
1608
|
}
|
|
1618
1609
|
}
|
|
1619
1610
|
get s4() {
|
|
@@ -1623,27 +1614,27 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1623
1614
|
let b = this.l1;
|
|
1624
1615
|
this.l1 = a;
|
|
1625
1616
|
if (b != this.l1) {
|
|
1626
|
-
this.
|
|
1617
|
+
this.jy("FlatRippleColor", b, a);
|
|
1627
1618
|
}
|
|
1628
1619
|
}
|
|
1629
|
-
get
|
|
1630
|
-
return this.
|
|
1620
|
+
get s5() {
|
|
1621
|
+
return this.l2;
|
|
1631
1622
|
}
|
|
1632
|
-
set
|
|
1633
|
-
let b = this.
|
|
1634
|
-
this.
|
|
1635
|
-
if (b != this.
|
|
1636
|
-
this.
|
|
1623
|
+
set s5(a) {
|
|
1624
|
+
let b = this.l2;
|
|
1625
|
+
this.l2 = a;
|
|
1626
|
+
if (b != this.l2) {
|
|
1627
|
+
this.jy("FlatTextColor", b, a);
|
|
1637
1628
|
}
|
|
1638
1629
|
}
|
|
1639
|
-
get
|
|
1640
|
-
return this.
|
|
1630
|
+
get s3() {
|
|
1631
|
+
return this.l0;
|
|
1641
1632
|
}
|
|
1642
|
-
set
|
|
1643
|
-
let b = this.
|
|
1644
|
-
this.
|
|
1645
|
-
if (b != this.
|
|
1646
|
-
this.
|
|
1633
|
+
set s3(a) {
|
|
1634
|
+
let b = this.l0;
|
|
1635
|
+
this.l0 = a;
|
|
1636
|
+
if (b != this.l0) {
|
|
1637
|
+
this.jy("FlatHoverTextColor", b, a);
|
|
1647
1638
|
}
|
|
1648
1639
|
}
|
|
1649
1640
|
get s0() {
|
|
@@ -1653,7 +1644,17 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1653
1644
|
let b = this.lx;
|
|
1654
1645
|
this.lx = a;
|
|
1655
1646
|
if (b != this.lx) {
|
|
1656
|
-
this.
|
|
1647
|
+
this.jy("FlatFocusBackgroundColor", b, a);
|
|
1648
|
+
}
|
|
1649
|
+
}
|
|
1650
|
+
get s1() {
|
|
1651
|
+
return this.ly;
|
|
1652
|
+
}
|
|
1653
|
+
set s1(a) {
|
|
1654
|
+
let b = this.ly;
|
|
1655
|
+
this.ly = a;
|
|
1656
|
+
if (b != this.ly) {
|
|
1657
|
+
this.jy("FlatFocusTextColor", b, a);
|
|
1657
1658
|
}
|
|
1658
1659
|
}
|
|
1659
1660
|
get be() {
|
|
@@ -1663,37 +1664,27 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1663
1664
|
let b = this.aq;
|
|
1664
1665
|
this.aq = a;
|
|
1665
1666
|
if (b != this.aq) {
|
|
1666
|
-
this.
|
|
1667
|
+
this.jy("FlatBorderWidth", b, a);
|
|
1667
1668
|
}
|
|
1668
1669
|
}
|
|
1669
|
-
get
|
|
1670
|
-
return this.
|
|
1670
|
+
get kv() {
|
|
1671
|
+
return this.j8;
|
|
1671
1672
|
}
|
|
1672
|
-
set
|
|
1673
|
-
let b = this.
|
|
1674
|
-
this.
|
|
1673
|
+
set kv(a) {
|
|
1674
|
+
let b = this.j8;
|
|
1675
|
+
this.j8 = a;
|
|
1675
1676
|
{
|
|
1676
|
-
this.
|
|
1677
|
-
}
|
|
1678
|
-
}
|
|
1679
|
-
get nk() {
|
|
1680
|
-
return this.lc;
|
|
1681
|
-
}
|
|
1682
|
-
set nk(a) {
|
|
1683
|
-
let b = this.lc;
|
|
1684
|
-
this.lc = a;
|
|
1685
|
-
if (b != this.lc) {
|
|
1686
|
-
this.jx("BackgroundColor", b, a);
|
|
1677
|
+
this.jy("FlatCornerRadius", b, a);
|
|
1687
1678
|
}
|
|
1688
1679
|
}
|
|
1689
|
-
get
|
|
1690
|
-
return this.
|
|
1680
|
+
get nl() {
|
|
1681
|
+
return this.ld;
|
|
1691
1682
|
}
|
|
1692
|
-
set
|
|
1693
|
-
let b = this.
|
|
1694
|
-
this.
|
|
1695
|
-
if (b != this.
|
|
1696
|
-
this.
|
|
1683
|
+
set nl(a) {
|
|
1684
|
+
let b = this.ld;
|
|
1685
|
+
this.ld = a;
|
|
1686
|
+
if (b != this.ld) {
|
|
1687
|
+
this.jy("BackgroundColor", b, a);
|
|
1697
1688
|
}
|
|
1698
1689
|
}
|
|
1699
1690
|
get sh() {
|
|
@@ -1703,7 +1694,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1703
1694
|
let b = this.lf;
|
|
1704
1695
|
this.lf = a;
|
|
1705
1696
|
if (b != this.lf) {
|
|
1706
|
-
this.
|
|
1697
|
+
this.jy("DisabledBackgroundColor", b, a);
|
|
1707
1698
|
}
|
|
1708
1699
|
}
|
|
1709
1700
|
get si() {
|
|
@@ -1713,7 +1704,17 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1713
1704
|
let b = this.lg;
|
|
1714
1705
|
this.lg = a;
|
|
1715
1706
|
if (b != this.lg) {
|
|
1716
|
-
this.
|
|
1707
|
+
this.jy("DisabledBorderColor", b, a);
|
|
1708
|
+
}
|
|
1709
|
+
}
|
|
1710
|
+
get sj() {
|
|
1711
|
+
return this.lh;
|
|
1712
|
+
}
|
|
1713
|
+
set sj(a) {
|
|
1714
|
+
let b = this.lh;
|
|
1715
|
+
this.lh = a;
|
|
1716
|
+
if (b != this.lh) {
|
|
1717
|
+
this.jy("DisabledTextColor", b, a);
|
|
1717
1718
|
}
|
|
1718
1719
|
}
|
|
1719
1720
|
get d6() {
|
|
@@ -1723,7 +1724,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1723
1724
|
let b = this.bo;
|
|
1724
1725
|
this.bo = a;
|
|
1725
1726
|
if (b != this.bo) {
|
|
1726
|
-
this.
|
|
1727
|
+
this.jy("DisabledElevation", b, a);
|
|
1727
1728
|
}
|
|
1728
1729
|
}
|
|
1729
1730
|
get o() {
|
|
@@ -1733,27 +1734,27 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1733
1734
|
let b = this.j;
|
|
1734
1735
|
this.j = a;
|
|
1735
1736
|
if (b != this.j) {
|
|
1736
|
-
this.
|
|
1737
|
+
this.jy("ElevationMode", enumGetBox(ElevationMode_$type, b), enumGetBox(ElevationMode_$type, a));
|
|
1737
1738
|
}
|
|
1738
1739
|
}
|
|
1739
|
-
get
|
|
1740
|
-
return this.
|
|
1740
|
+
get s8() {
|
|
1741
|
+
return this.l5;
|
|
1741
1742
|
}
|
|
1742
|
-
set
|
|
1743
|
-
let b = this.
|
|
1744
|
-
this.
|
|
1745
|
-
if (b != this.
|
|
1746
|
-
this.
|
|
1743
|
+
set s8(a) {
|
|
1744
|
+
let b = this.l5;
|
|
1745
|
+
this.l5 = a;
|
|
1746
|
+
if (b != this.l5) {
|
|
1747
|
+
this.jy("HoverBackgroundColor", b, a);
|
|
1747
1748
|
}
|
|
1748
1749
|
}
|
|
1749
|
-
get
|
|
1750
|
-
return this.
|
|
1750
|
+
get nm() {
|
|
1751
|
+
return this.le;
|
|
1751
1752
|
}
|
|
1752
|
-
set
|
|
1753
|
-
let b = this.
|
|
1754
|
-
this.
|
|
1755
|
-
if (b != this.
|
|
1756
|
-
this.
|
|
1753
|
+
set nm(a) {
|
|
1754
|
+
let b = this.le;
|
|
1755
|
+
this.le = a;
|
|
1756
|
+
if (b != this.le) {
|
|
1757
|
+
this.jy("BorderColor", b, a);
|
|
1757
1758
|
}
|
|
1758
1759
|
}
|
|
1759
1760
|
get et() {
|
|
@@ -1763,7 +1764,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1763
1764
|
let b = this.cb;
|
|
1764
1765
|
this.cb = a;
|
|
1765
1766
|
if (b != this.cb) {
|
|
1766
|
-
this.
|
|
1767
|
+
this.jy("RestingElevation", b, a);
|
|
1767
1768
|
}
|
|
1768
1769
|
}
|
|
1769
1770
|
get eg() {
|
|
@@ -1773,7 +1774,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1773
1774
|
let b = this.by;
|
|
1774
1775
|
this.by = a;
|
|
1775
1776
|
if (b != this.by) {
|
|
1776
|
-
this.
|
|
1777
|
+
this.jy("HoverElevation", b, a);
|
|
1777
1778
|
}
|
|
1778
1779
|
}
|
|
1779
1780
|
get ef() {
|
|
@@ -1783,7 +1784,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1783
1784
|
let b = this.bx;
|
|
1784
1785
|
this.bx = a;
|
|
1785
1786
|
if (b != this.bx) {
|
|
1786
|
-
this.
|
|
1787
|
+
this.jy("FocusElevation", b, a);
|
|
1787
1788
|
}
|
|
1788
1789
|
}
|
|
1789
1790
|
get v() {
|
|
@@ -1793,7 +1794,27 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1793
1794
|
let b = this.u;
|
|
1794
1795
|
this.u = a;
|
|
1795
1796
|
if (b != this.u) {
|
|
1796
|
-
this.
|
|
1797
|
+
this.jy("TextStyle", b, a);
|
|
1798
|
+
}
|
|
1799
|
+
}
|
|
1800
|
+
get t8() {
|
|
1801
|
+
return this.m6;
|
|
1802
|
+
}
|
|
1803
|
+
set t8(a) {
|
|
1804
|
+
let b = this.m6;
|
|
1805
|
+
this.m6 = a;
|
|
1806
|
+
if (b != this.m6) {
|
|
1807
|
+
this.jy("TextColor", b, a);
|
|
1808
|
+
}
|
|
1809
|
+
}
|
|
1810
|
+
get s9() {
|
|
1811
|
+
return this.l7;
|
|
1812
|
+
}
|
|
1813
|
+
set s9(a) {
|
|
1814
|
+
let b = this.l7;
|
|
1815
|
+
this.l7 = a;
|
|
1816
|
+
if (b != this.l7) {
|
|
1817
|
+
this.jy("HoverTextColor", b, a);
|
|
1797
1818
|
}
|
|
1798
1819
|
}
|
|
1799
1820
|
get t7() {
|
|
@@ -1803,57 +1824,27 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1803
1824
|
let b = this.m5;
|
|
1804
1825
|
this.m5 = a;
|
|
1805
1826
|
if (b != this.m5) {
|
|
1806
|
-
this.
|
|
1827
|
+
this.jy("RippleColor", b, a);
|
|
1807
1828
|
}
|
|
1808
1829
|
}
|
|
1809
|
-
get
|
|
1810
|
-
return this.
|
|
1811
|
-
}
|
|
1812
|
-
set s8(a) {
|
|
1813
|
-
let b = this.l6;
|
|
1814
|
-
this.l6 = a;
|
|
1815
|
-
if (b != this.l6) {
|
|
1816
|
-
this.jx("HoverTextColor", b, a);
|
|
1817
|
-
}
|
|
1818
|
-
}
|
|
1819
|
-
get t6() {
|
|
1820
|
-
return this.m4;
|
|
1830
|
+
get t6() {
|
|
1831
|
+
return this.m4;
|
|
1821
1832
|
}
|
|
1822
1833
|
set t6(a) {
|
|
1823
1834
|
let b = this.m4;
|
|
1824
1835
|
this.m4 = a;
|
|
1825
1836
|
if (b != this.m4) {
|
|
1826
|
-
this.
|
|
1827
|
-
}
|
|
1828
|
-
}
|
|
1829
|
-
get t5() {
|
|
1830
|
-
return this.m3;
|
|
1831
|
-
}
|
|
1832
|
-
set t5(a) {
|
|
1833
|
-
let b = this.m3;
|
|
1834
|
-
this.m3 = a;
|
|
1835
|
-
if (b != this.m3) {
|
|
1836
|
-
this.jx("RaisedTextColor", b, a);
|
|
1837
|
+
this.jy("RaisedTextColor", b, a);
|
|
1837
1838
|
}
|
|
1838
1839
|
}
|
|
1839
|
-
get
|
|
1840
|
-
return this.
|
|
1841
|
-
}
|
|
1842
|
-
set t3(a) {
|
|
1843
|
-
let b = this.m1;
|
|
1844
|
-
this.m1 = a;
|
|
1845
|
-
if (b != this.m1) {
|
|
1846
|
-
this.jx("RaisedHoverTextColor", b, a);
|
|
1847
|
-
}
|
|
1848
|
-
}
|
|
1849
|
-
get t0() {
|
|
1850
|
-
return this.my;
|
|
1840
|
+
get t4() {
|
|
1841
|
+
return this.m2;
|
|
1851
1842
|
}
|
|
1852
|
-
set
|
|
1853
|
-
let b = this.
|
|
1854
|
-
this.
|
|
1855
|
-
if (b != this.
|
|
1856
|
-
this.
|
|
1843
|
+
set t4(a) {
|
|
1844
|
+
let b = this.m2;
|
|
1845
|
+
this.m2 = a;
|
|
1846
|
+
if (b != this.m2) {
|
|
1847
|
+
this.jy("RaisedHoverTextColor", b, a);
|
|
1857
1848
|
}
|
|
1858
1849
|
}
|
|
1859
1850
|
get t1() {
|
|
@@ -1863,17 +1854,17 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1863
1854
|
let b = this.mz;
|
|
1864
1855
|
this.mz = a;
|
|
1865
1856
|
if (b != this.mz) {
|
|
1866
|
-
this.
|
|
1857
|
+
this.jy("RaisedFocusBackgroundColor", b, a);
|
|
1867
1858
|
}
|
|
1868
1859
|
}
|
|
1869
|
-
get
|
|
1870
|
-
return this.
|
|
1860
|
+
get t2() {
|
|
1861
|
+
return this.m0;
|
|
1871
1862
|
}
|
|
1872
|
-
set
|
|
1873
|
-
let b = this.
|
|
1874
|
-
this.
|
|
1875
|
-
if (b != this.
|
|
1876
|
-
this.
|
|
1863
|
+
set t2(a) {
|
|
1864
|
+
let b = this.m0;
|
|
1865
|
+
this.m0 = a;
|
|
1866
|
+
if (b != this.m0) {
|
|
1867
|
+
this.jy("RaisedFocusTextColor", b, a);
|
|
1877
1868
|
}
|
|
1878
1869
|
}
|
|
1879
1870
|
get s6() {
|
|
@@ -1883,7 +1874,17 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1883
1874
|
let b = this.l3;
|
|
1884
1875
|
this.l3 = a;
|
|
1885
1876
|
if (b != this.l3) {
|
|
1886
|
-
this.
|
|
1877
|
+
this.jy("FocusBackgroundColor", b, a);
|
|
1878
|
+
}
|
|
1879
|
+
}
|
|
1880
|
+
get s7() {
|
|
1881
|
+
return this.l4;
|
|
1882
|
+
}
|
|
1883
|
+
set s7(a) {
|
|
1884
|
+
let b = this.l4;
|
|
1885
|
+
this.l4 = a;
|
|
1886
|
+
if (b != this.l4) {
|
|
1887
|
+
this.jy("FocusTextColor", b, a);
|
|
1887
1888
|
}
|
|
1888
1889
|
}
|
|
1889
1890
|
get ax() {
|
|
@@ -1893,37 +1894,27 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1893
1894
|
let b = this.ao;
|
|
1894
1895
|
this.ao = a;
|
|
1895
1896
|
if (b != this.ao) {
|
|
1896
|
-
this.
|
|
1897
|
+
this.jy("BorderWidth", b, a);
|
|
1897
1898
|
}
|
|
1898
1899
|
}
|
|
1899
|
-
get
|
|
1900
|
-
return this.
|
|
1900
|
+
get ke() {
|
|
1901
|
+
return this.j6;
|
|
1901
1902
|
}
|
|
1902
|
-
set
|
|
1903
|
-
let b = this.
|
|
1904
|
-
this.
|
|
1903
|
+
set ke(a) {
|
|
1904
|
+
let b = this.j6;
|
|
1905
|
+
this.j6 = a;
|
|
1905
1906
|
{
|
|
1906
|
-
this.
|
|
1907
|
-
}
|
|
1908
|
-
}
|
|
1909
|
-
get tk() {
|
|
1910
|
-
return this.mi;
|
|
1911
|
-
}
|
|
1912
|
-
set tk(a) {
|
|
1913
|
-
let b = this.mi;
|
|
1914
|
-
this.mi = a;
|
|
1915
|
-
if (b != this.mi) {
|
|
1916
|
-
this.jx("OutlinedBackgroundColor", b, a);
|
|
1907
|
+
this.jy("CornerRadius", b, a);
|
|
1917
1908
|
}
|
|
1918
1909
|
}
|
|
1919
|
-
get
|
|
1920
|
-
return this.
|
|
1910
|
+
get tl() {
|
|
1911
|
+
return this.mj;
|
|
1921
1912
|
}
|
|
1922
|
-
set
|
|
1923
|
-
let b = this.
|
|
1924
|
-
this.
|
|
1925
|
-
if (b != this.
|
|
1926
|
-
this.
|
|
1913
|
+
set tl(a) {
|
|
1914
|
+
let b = this.mj;
|
|
1915
|
+
this.mj = a;
|
|
1916
|
+
if (b != this.mj) {
|
|
1917
|
+
this.jy("OutlinedBackgroundColor", b, a);
|
|
1927
1918
|
}
|
|
1928
1919
|
}
|
|
1929
1920
|
get tn() {
|
|
@@ -1933,7 +1924,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1933
1924
|
let b = this.ml;
|
|
1934
1925
|
this.ml = a;
|
|
1935
1926
|
if (b != this.ml) {
|
|
1936
|
-
this.
|
|
1927
|
+
this.jy("OutlinedDisabledBackgroundColor", b, a);
|
|
1937
1928
|
}
|
|
1938
1929
|
}
|
|
1939
1930
|
get to() {
|
|
@@ -1943,7 +1934,17 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1943
1934
|
let b = this.mm;
|
|
1944
1935
|
this.mm = a;
|
|
1945
1936
|
if (b != this.mm) {
|
|
1946
|
-
this.
|
|
1937
|
+
this.jy("OutlinedDisabledBorderColor", b, a);
|
|
1938
|
+
}
|
|
1939
|
+
}
|
|
1940
|
+
get tp() {
|
|
1941
|
+
return this.mn;
|
|
1942
|
+
}
|
|
1943
|
+
set tp(a) {
|
|
1944
|
+
let b = this.mn;
|
|
1945
|
+
this.mn = a;
|
|
1946
|
+
if (b != this.mn) {
|
|
1947
|
+
this.jy("OutlinedDisabledTextColor", b, a);
|
|
1947
1948
|
}
|
|
1948
1949
|
}
|
|
1949
1950
|
get el() {
|
|
@@ -1953,27 +1954,27 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1953
1954
|
let b = this.b3;
|
|
1954
1955
|
this.b3 = a;
|
|
1955
1956
|
if (b != this.b3) {
|
|
1956
|
-
this.
|
|
1957
|
+
this.jy("OutlinedDisabledElevation", b, a);
|
|
1957
1958
|
}
|
|
1958
1959
|
}
|
|
1959
|
-
get
|
|
1960
|
-
return this.
|
|
1960
|
+
get ts() {
|
|
1961
|
+
return this.mq;
|
|
1961
1962
|
}
|
|
1962
|
-
set
|
|
1963
|
-
let b = this.
|
|
1964
|
-
this.
|
|
1965
|
-
if (b != this.
|
|
1966
|
-
this.
|
|
1963
|
+
set ts(a) {
|
|
1964
|
+
let b = this.mq;
|
|
1965
|
+
this.mq = a;
|
|
1966
|
+
if (b != this.mq) {
|
|
1967
|
+
this.jy("OutlinedHoverBackgroundColor", b, a);
|
|
1967
1968
|
}
|
|
1968
1969
|
}
|
|
1969
|
-
get
|
|
1970
|
-
return this.
|
|
1970
|
+
get tm() {
|
|
1971
|
+
return this.mk;
|
|
1971
1972
|
}
|
|
1972
|
-
set
|
|
1973
|
-
let b = this.
|
|
1974
|
-
this.
|
|
1975
|
-
if (b != this.
|
|
1976
|
-
this.
|
|
1973
|
+
set tm(a) {
|
|
1974
|
+
let b = this.mk;
|
|
1975
|
+
this.mk = a;
|
|
1976
|
+
if (b != this.mk) {
|
|
1977
|
+
this.jy("OutlinedBorderColor", b, a);
|
|
1977
1978
|
}
|
|
1978
1979
|
}
|
|
1979
1980
|
get eo() {
|
|
@@ -1983,7 +1984,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1983
1984
|
let b = this.b6;
|
|
1984
1985
|
this.b6 = a;
|
|
1985
1986
|
if (b != this.b6) {
|
|
1986
|
-
this.
|
|
1987
|
+
this.jy("OutlinedRestingElevation", b, a);
|
|
1987
1988
|
}
|
|
1988
1989
|
}
|
|
1989
1990
|
get en() {
|
|
@@ -1993,7 +1994,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
1993
1994
|
let b = this.b5;
|
|
1994
1995
|
this.b5 = a;
|
|
1995
1996
|
if (b != this.b5) {
|
|
1996
|
-
this.
|
|
1997
|
+
this.jy("OutlinedHoverElevation", b, a);
|
|
1997
1998
|
}
|
|
1998
1999
|
}
|
|
1999
2000
|
get em() {
|
|
@@ -2003,7 +2004,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
2003
2004
|
let b = this.b4;
|
|
2004
2005
|
this.b4 = a;
|
|
2005
2006
|
if (b != this.b4) {
|
|
2006
|
-
this.
|
|
2007
|
+
this.jy("OutlinedFocusElevation", b, a);
|
|
2007
2008
|
}
|
|
2008
2009
|
}
|
|
2009
2010
|
get bi() {
|
|
@@ -2013,27 +2014,17 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
2013
2014
|
let b = this.au;
|
|
2014
2015
|
this.au = a;
|
|
2015
2016
|
if (b != this.au) {
|
|
2016
|
-
this.
|
|
2017
|
+
this.jy("OutlinedBorderWidth", b, a);
|
|
2017
2018
|
}
|
|
2018
2019
|
}
|
|
2019
|
-
get
|
|
2020
|
-
return this.
|
|
2020
|
+
get kx() {
|
|
2021
|
+
return this.ka;
|
|
2021
2022
|
}
|
|
2022
|
-
set
|
|
2023
|
-
let b = this.
|
|
2024
|
-
this.
|
|
2023
|
+
set kx(a) {
|
|
2024
|
+
let b = this.ka;
|
|
2025
|
+
this.ka = a;
|
|
2025
2026
|
{
|
|
2026
|
-
this.
|
|
2027
|
-
}
|
|
2028
|
-
}
|
|
2029
|
-
get tt() {
|
|
2030
|
-
return this.mr;
|
|
2031
|
-
}
|
|
2032
|
-
set tt(a) {
|
|
2033
|
-
let b = this.mr;
|
|
2034
|
-
this.mr = a;
|
|
2035
|
-
if (b != this.mr) {
|
|
2036
|
-
this.jx("OutlinedRippleColor", b, a);
|
|
2027
|
+
this.jy("OutlinedCornerRadius", b, a);
|
|
2037
2028
|
}
|
|
2038
2029
|
}
|
|
2039
2030
|
get tu() {
|
|
@@ -2043,27 +2034,27 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
2043
2034
|
let b = this.ms;
|
|
2044
2035
|
this.ms = a;
|
|
2045
2036
|
if (b != this.ms) {
|
|
2046
|
-
this.
|
|
2037
|
+
this.jy("OutlinedRippleColor", b, a);
|
|
2047
2038
|
}
|
|
2048
2039
|
}
|
|
2049
|
-
get
|
|
2050
|
-
return this.
|
|
2040
|
+
get tv() {
|
|
2041
|
+
return this.mt;
|
|
2051
2042
|
}
|
|
2052
|
-
set
|
|
2053
|
-
let b = this.
|
|
2054
|
-
this.
|
|
2055
|
-
if (b != this.
|
|
2056
|
-
this.
|
|
2043
|
+
set tv(a) {
|
|
2044
|
+
let b = this.mt;
|
|
2045
|
+
this.mt = a;
|
|
2046
|
+
if (b != this.mt) {
|
|
2047
|
+
this.jy("OutlinedTextColor", b, a);
|
|
2057
2048
|
}
|
|
2058
2049
|
}
|
|
2059
|
-
get
|
|
2060
|
-
return this.
|
|
2050
|
+
get tt() {
|
|
2051
|
+
return this.mr;
|
|
2061
2052
|
}
|
|
2062
|
-
set
|
|
2063
|
-
let b = this.
|
|
2064
|
-
this.
|
|
2065
|
-
if (b != this.
|
|
2066
|
-
this.
|
|
2053
|
+
set tt(a) {
|
|
2054
|
+
let b = this.mr;
|
|
2055
|
+
this.mr = a;
|
|
2056
|
+
if (b != this.mr) {
|
|
2057
|
+
this.jy("OutlinedHoverTextColor", b, a);
|
|
2067
2058
|
}
|
|
2068
2059
|
}
|
|
2069
2060
|
get tq() {
|
|
@@ -2073,27 +2064,27 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
2073
2064
|
let b = this.mo;
|
|
2074
2065
|
this.mo = a;
|
|
2075
2066
|
if (b != this.mo) {
|
|
2076
|
-
this.
|
|
2067
|
+
this.jy("OutlinedFocusBackgroundColor", b, a);
|
|
2077
2068
|
}
|
|
2078
2069
|
}
|
|
2079
|
-
get
|
|
2080
|
-
return this.
|
|
2070
|
+
get tr() {
|
|
2071
|
+
return this.mp;
|
|
2081
2072
|
}
|
|
2082
|
-
set
|
|
2083
|
-
let b = this.
|
|
2084
|
-
this.
|
|
2085
|
-
if (b != this.
|
|
2086
|
-
this.
|
|
2073
|
+
set tr(a) {
|
|
2074
|
+
let b = this.mp;
|
|
2075
|
+
this.mp = a;
|
|
2076
|
+
if (b != this.mp) {
|
|
2077
|
+
this.jy("OutlinedFocusTextColor", b, a);
|
|
2087
2078
|
}
|
|
2088
2079
|
}
|
|
2089
|
-
get
|
|
2090
|
-
return this.
|
|
2080
|
+
get sk() {
|
|
2081
|
+
return this.li;
|
|
2091
2082
|
}
|
|
2092
|
-
set
|
|
2093
|
-
let b = this.
|
|
2094
|
-
this.
|
|
2095
|
-
if (b != this.
|
|
2096
|
-
this.
|
|
2083
|
+
set sk(a) {
|
|
2084
|
+
let b = this.li;
|
|
2085
|
+
this.li = a;
|
|
2086
|
+
if (b != this.li) {
|
|
2087
|
+
this.jy("FabBackgroundColor", b, a);
|
|
2097
2088
|
}
|
|
2098
2089
|
}
|
|
2099
2090
|
get sm() {
|
|
@@ -2103,7 +2094,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
2103
2094
|
let b = this.lk;
|
|
2104
2095
|
this.lk = a;
|
|
2105
2096
|
if (b != this.lk) {
|
|
2106
|
-
this.
|
|
2097
|
+
this.jy("FabDisabledBackgroundColor", b, a);
|
|
2107
2098
|
}
|
|
2108
2099
|
}
|
|
2109
2100
|
get sn() {
|
|
@@ -2113,7 +2104,17 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
2113
2104
|
let b = this.ll;
|
|
2114
2105
|
this.ll = a;
|
|
2115
2106
|
if (b != this.ll) {
|
|
2116
|
-
this.
|
|
2107
|
+
this.jy("FabDisabledBorderColor", b, a);
|
|
2108
|
+
}
|
|
2109
|
+
}
|
|
2110
|
+
get so() {
|
|
2111
|
+
return this.lm;
|
|
2112
|
+
}
|
|
2113
|
+
set so(a) {
|
|
2114
|
+
let b = this.lm;
|
|
2115
|
+
this.lm = a;
|
|
2116
|
+
if (b != this.lm) {
|
|
2117
|
+
this.jy("FabDisabledTextColor", b, a);
|
|
2117
2118
|
}
|
|
2118
2119
|
}
|
|
2119
2120
|
get d7() {
|
|
@@ -2123,27 +2124,27 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
2123
2124
|
let b = this.bp;
|
|
2124
2125
|
this.bp = a;
|
|
2125
2126
|
if (b != this.bp) {
|
|
2126
|
-
this.
|
|
2127
|
+
this.jy("FabDisabledElevation", b, a);
|
|
2127
2128
|
}
|
|
2128
2129
|
}
|
|
2129
|
-
get
|
|
2130
|
-
return this.
|
|
2130
|
+
get sr() {
|
|
2131
|
+
return this.l6;
|
|
2131
2132
|
}
|
|
2132
|
-
set
|
|
2133
|
-
let b = this.
|
|
2134
|
-
this.
|
|
2135
|
-
if (b != this.
|
|
2136
|
-
this.
|
|
2133
|
+
set sr(a) {
|
|
2134
|
+
let b = this.l6;
|
|
2135
|
+
this.l6 = a;
|
|
2136
|
+
if (b != this.l6) {
|
|
2137
|
+
this.jy("FabHoverBackgroundColor", b, a);
|
|
2137
2138
|
}
|
|
2138
2139
|
}
|
|
2139
|
-
get
|
|
2140
|
-
return this.
|
|
2140
|
+
get sl() {
|
|
2141
|
+
return this.lj;
|
|
2141
2142
|
}
|
|
2142
|
-
set
|
|
2143
|
-
let b = this.
|
|
2144
|
-
this.
|
|
2145
|
-
if (b != this.
|
|
2146
|
-
this.
|
|
2143
|
+
set sl(a) {
|
|
2144
|
+
let b = this.lj;
|
|
2145
|
+
this.lj = a;
|
|
2146
|
+
if (b != this.lj) {
|
|
2147
|
+
this.jy("FabBorderColor", b, a);
|
|
2147
2148
|
}
|
|
2148
2149
|
}
|
|
2149
2150
|
get ea() {
|
|
@@ -2153,7 +2154,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
2153
2154
|
let b = this.bs;
|
|
2154
2155
|
this.bs = a;
|
|
2155
2156
|
if (b != this.bs) {
|
|
2156
|
-
this.
|
|
2157
|
+
this.jy("FabRestingElevation", b, a);
|
|
2157
2158
|
}
|
|
2158
2159
|
}
|
|
2159
2160
|
get d9() {
|
|
@@ -2163,7 +2164,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
2163
2164
|
let b = this.br;
|
|
2164
2165
|
this.br = a;
|
|
2165
2166
|
if (b != this.br) {
|
|
2166
|
-
this.
|
|
2167
|
+
this.jy("FabHoverElevation", b, a);
|
|
2167
2168
|
}
|
|
2168
2169
|
}
|
|
2169
2170
|
get d8() {
|
|
@@ -2173,7 +2174,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
2173
2174
|
let b = this.bq;
|
|
2174
2175
|
this.bq = a;
|
|
2175
2176
|
if (b != this.bq) {
|
|
2176
|
-
this.
|
|
2177
|
+
this.jy("FabFocusElevation", b, a);
|
|
2177
2178
|
}
|
|
2178
2179
|
}
|
|
2179
2180
|
get bd() {
|
|
@@ -2183,27 +2184,17 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
2183
2184
|
let b = this.ap;
|
|
2184
2185
|
this.ap = a;
|
|
2185
2186
|
if (b != this.ap) {
|
|
2186
|
-
this.
|
|
2187
|
+
this.jy("FabBorderWidth", b, a);
|
|
2187
2188
|
}
|
|
2188
2189
|
}
|
|
2189
|
-
get
|
|
2190
|
-
return this.
|
|
2190
|
+
get ku() {
|
|
2191
|
+
return this.j7;
|
|
2191
2192
|
}
|
|
2192
|
-
set
|
|
2193
|
-
let b = this.
|
|
2194
|
-
this.
|
|
2193
|
+
set ku(a) {
|
|
2194
|
+
let b = this.j7;
|
|
2195
|
+
this.j7 = a;
|
|
2195
2196
|
{
|
|
2196
|
-
this.
|
|
2197
|
-
}
|
|
2198
|
-
}
|
|
2199
|
-
get ss() {
|
|
2200
|
-
return this.lp;
|
|
2201
|
-
}
|
|
2202
|
-
set ss(a) {
|
|
2203
|
-
let b = this.lp;
|
|
2204
|
-
this.lp = a;
|
|
2205
|
-
if (b != this.lp) {
|
|
2206
|
-
this.jx("FabRippleColor", b, a);
|
|
2197
|
+
this.jy("FabCornerRadius", b, a);
|
|
2207
2198
|
}
|
|
2208
2199
|
}
|
|
2209
2200
|
get st() {
|
|
@@ -2213,27 +2204,27 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
2213
2204
|
let b = this.lq;
|
|
2214
2205
|
this.lq = a;
|
|
2215
2206
|
if (b != this.lq) {
|
|
2216
|
-
this.
|
|
2207
|
+
this.jy("FabRippleColor", b, a);
|
|
2217
2208
|
}
|
|
2218
2209
|
}
|
|
2219
|
-
get
|
|
2220
|
-
return this.
|
|
2210
|
+
get su() {
|
|
2211
|
+
return this.lr;
|
|
2221
2212
|
}
|
|
2222
|
-
set
|
|
2223
|
-
let b = this.
|
|
2224
|
-
this.
|
|
2225
|
-
if (b != this.
|
|
2226
|
-
this.
|
|
2213
|
+
set su(a) {
|
|
2214
|
+
let b = this.lr;
|
|
2215
|
+
this.lr = a;
|
|
2216
|
+
if (b != this.lr) {
|
|
2217
|
+
this.jy("FabTextColor", b, a);
|
|
2227
2218
|
}
|
|
2228
2219
|
}
|
|
2229
|
-
get
|
|
2230
|
-
return this.
|
|
2220
|
+
get ss() {
|
|
2221
|
+
return this.lp;
|
|
2231
2222
|
}
|
|
2232
|
-
set
|
|
2233
|
-
let b = this.
|
|
2234
|
-
this.
|
|
2235
|
-
if (b != this.
|
|
2236
|
-
this.
|
|
2223
|
+
set ss(a) {
|
|
2224
|
+
let b = this.lp;
|
|
2225
|
+
this.lp = a;
|
|
2226
|
+
if (b != this.lp) {
|
|
2227
|
+
this.jy("FabHoverTextColor", b, a);
|
|
2237
2228
|
}
|
|
2238
2229
|
}
|
|
2239
2230
|
get sp() {
|
|
@@ -2243,27 +2234,27 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
2243
2234
|
let b = this.ln;
|
|
2244
2235
|
this.ln = a;
|
|
2245
2236
|
if (b != this.ln) {
|
|
2246
|
-
this.
|
|
2237
|
+
this.jy("FabFocusBackgroundColor", b, a);
|
|
2247
2238
|
}
|
|
2248
2239
|
}
|
|
2249
|
-
get
|
|
2250
|
-
return this.
|
|
2240
|
+
get sq() {
|
|
2241
|
+
return this.lo;
|
|
2251
2242
|
}
|
|
2252
|
-
set
|
|
2253
|
-
let b = this.
|
|
2254
|
-
this.
|
|
2255
|
-
if (b != this.
|
|
2256
|
-
this.
|
|
2243
|
+
set sq(a) {
|
|
2244
|
+
let b = this.lo;
|
|
2245
|
+
this.lo = a;
|
|
2246
|
+
if (b != this.lo) {
|
|
2247
|
+
this.jy("FabFocusTextColor", b, a);
|
|
2257
2248
|
}
|
|
2258
2249
|
}
|
|
2259
|
-
get
|
|
2260
|
-
return this.
|
|
2250
|
+
get ta() {
|
|
2251
|
+
return this.l8;
|
|
2261
2252
|
}
|
|
2262
|
-
set
|
|
2263
|
-
let b = this.
|
|
2264
|
-
this.
|
|
2265
|
-
if (b != this.
|
|
2266
|
-
this.
|
|
2253
|
+
set ta(a) {
|
|
2254
|
+
let b = this.l8;
|
|
2255
|
+
this.l8 = a;
|
|
2256
|
+
if (b != this.l8) {
|
|
2257
|
+
this.jy("IconBackgroundColor", b, a);
|
|
2267
2258
|
}
|
|
2268
2259
|
}
|
|
2269
2260
|
get tc() {
|
|
@@ -2273,7 +2264,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
2273
2264
|
let b = this.ma;
|
|
2274
2265
|
this.ma = a;
|
|
2275
2266
|
if (b != this.ma) {
|
|
2276
|
-
this.
|
|
2267
|
+
this.jy("IconDisabledBackgroundColor", b, a);
|
|
2277
2268
|
}
|
|
2278
2269
|
}
|
|
2279
2270
|
get td() {
|
|
@@ -2283,7 +2274,17 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
2283
2274
|
let b = this.mb;
|
|
2284
2275
|
this.mb = a;
|
|
2285
2276
|
if (b != this.mb) {
|
|
2286
|
-
this.
|
|
2277
|
+
this.jy("IconDisabledBorderColor", b, a);
|
|
2278
|
+
}
|
|
2279
|
+
}
|
|
2280
|
+
get te() {
|
|
2281
|
+
return this.mc;
|
|
2282
|
+
}
|
|
2283
|
+
set te(a) {
|
|
2284
|
+
let b = this.mc;
|
|
2285
|
+
this.mc = a;
|
|
2286
|
+
if (b != this.mc) {
|
|
2287
|
+
this.jy("IconDisabledTextColor", b, a);
|
|
2287
2288
|
}
|
|
2288
2289
|
}
|
|
2289
2290
|
get eh() {
|
|
@@ -2293,27 +2294,27 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
2293
2294
|
let b = this.bz;
|
|
2294
2295
|
this.bz = a;
|
|
2295
2296
|
if (b != this.bz) {
|
|
2296
|
-
this.
|
|
2297
|
+
this.jy("IconDisabledElevation", b, a);
|
|
2297
2298
|
}
|
|
2298
2299
|
}
|
|
2299
|
-
get
|
|
2300
|
-
return this.
|
|
2300
|
+
get th() {
|
|
2301
|
+
return this.mf;
|
|
2301
2302
|
}
|
|
2302
|
-
set
|
|
2303
|
-
let b = this.
|
|
2304
|
-
this.
|
|
2305
|
-
if (b != this.
|
|
2306
|
-
this.
|
|
2303
|
+
set th(a) {
|
|
2304
|
+
let b = this.mf;
|
|
2305
|
+
this.mf = a;
|
|
2306
|
+
if (b != this.mf) {
|
|
2307
|
+
this.jy("IconHoverBackgroundColor", b, a);
|
|
2307
2308
|
}
|
|
2308
2309
|
}
|
|
2309
|
-
get
|
|
2310
|
-
return this.
|
|
2310
|
+
get tb() {
|
|
2311
|
+
return this.l9;
|
|
2311
2312
|
}
|
|
2312
|
-
set
|
|
2313
|
-
let b = this.
|
|
2314
|
-
this.
|
|
2315
|
-
if (b != this.
|
|
2316
|
-
this.
|
|
2313
|
+
set tb(a) {
|
|
2314
|
+
let b = this.l9;
|
|
2315
|
+
this.l9 = a;
|
|
2316
|
+
if (b != this.l9) {
|
|
2317
|
+
this.jy("IconBorderColor", b, a);
|
|
2317
2318
|
}
|
|
2318
2319
|
}
|
|
2319
2320
|
get ek() {
|
|
@@ -2323,7 +2324,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
2323
2324
|
let b = this.b2;
|
|
2324
2325
|
this.b2 = a;
|
|
2325
2326
|
if (b != this.b2) {
|
|
2326
|
-
this.
|
|
2327
|
+
this.jy("IconRestingElevation", b, a);
|
|
2327
2328
|
}
|
|
2328
2329
|
}
|
|
2329
2330
|
get ej() {
|
|
@@ -2333,7 +2334,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
2333
2334
|
let b = this.b1;
|
|
2334
2335
|
this.b1 = a;
|
|
2335
2336
|
if (b != this.b1) {
|
|
2336
|
-
this.
|
|
2337
|
+
this.jy("IconHoverElevation", b, a);
|
|
2337
2338
|
}
|
|
2338
2339
|
}
|
|
2339
2340
|
get ei() {
|
|
@@ -2343,7 +2344,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
2343
2344
|
let b = this.b0;
|
|
2344
2345
|
this.b0 = a;
|
|
2345
2346
|
if (b != this.b0) {
|
|
2346
|
-
this.
|
|
2347
|
+
this.jy("IconFocusElevation", b, a);
|
|
2347
2348
|
}
|
|
2348
2349
|
}
|
|
2349
2350
|
get bf() {
|
|
@@ -2353,27 +2354,17 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
2353
2354
|
let b = this.ar;
|
|
2354
2355
|
this.ar = a;
|
|
2355
2356
|
if (b != this.ar) {
|
|
2356
|
-
this.
|
|
2357
|
+
this.jy("IconBorderWidth", b, a);
|
|
2357
2358
|
}
|
|
2358
2359
|
}
|
|
2359
|
-
get
|
|
2360
|
-
return this.
|
|
2360
|
+
get kw() {
|
|
2361
|
+
return this.j9;
|
|
2361
2362
|
}
|
|
2362
|
-
set
|
|
2363
|
-
let b = this.
|
|
2364
|
-
this.
|
|
2363
|
+
set kw(a) {
|
|
2364
|
+
let b = this.j9;
|
|
2365
|
+
this.j9 = a;
|
|
2365
2366
|
{
|
|
2366
|
-
this.
|
|
2367
|
-
}
|
|
2368
|
-
}
|
|
2369
|
-
get ti() {
|
|
2370
|
-
return this.mg;
|
|
2371
|
-
}
|
|
2372
|
-
set ti(a) {
|
|
2373
|
-
let b = this.mg;
|
|
2374
|
-
this.mg = a;
|
|
2375
|
-
if (b != this.mg) {
|
|
2376
|
-
this.jx("IconRippleColor", b, a);
|
|
2367
|
+
this.jy("IconCornerRadius", b, a);
|
|
2377
2368
|
}
|
|
2378
2369
|
}
|
|
2379
2370
|
get tj() {
|
|
@@ -2383,27 +2374,27 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
2383
2374
|
let b = this.mh;
|
|
2384
2375
|
this.mh = a;
|
|
2385
2376
|
if (b != this.mh) {
|
|
2386
|
-
this.
|
|
2377
|
+
this.jy("IconRippleColor", b, a);
|
|
2387
2378
|
}
|
|
2388
2379
|
}
|
|
2389
|
-
get
|
|
2390
|
-
return this.
|
|
2380
|
+
get tk() {
|
|
2381
|
+
return this.mi;
|
|
2391
2382
|
}
|
|
2392
|
-
set
|
|
2393
|
-
let b = this.
|
|
2394
|
-
this.
|
|
2395
|
-
if (b != this.
|
|
2396
|
-
this.
|
|
2383
|
+
set tk(a) {
|
|
2384
|
+
let b = this.mi;
|
|
2385
|
+
this.mi = a;
|
|
2386
|
+
if (b != this.mi) {
|
|
2387
|
+
this.jy("IconTextColor", b, a);
|
|
2397
2388
|
}
|
|
2398
2389
|
}
|
|
2399
|
-
get
|
|
2400
|
-
return this.
|
|
2390
|
+
get ti() {
|
|
2391
|
+
return this.mg;
|
|
2401
2392
|
}
|
|
2402
|
-
set
|
|
2403
|
-
let b = this.
|
|
2404
|
-
this.
|
|
2405
|
-
if (b != this.
|
|
2406
|
-
this.
|
|
2393
|
+
set ti(a) {
|
|
2394
|
+
let b = this.mg;
|
|
2395
|
+
this.mg = a;
|
|
2396
|
+
if (b != this.mg) {
|
|
2397
|
+
this.jy("IconHoverTextColor", b, a);
|
|
2407
2398
|
}
|
|
2408
2399
|
}
|
|
2409
2400
|
get tf() {
|
|
@@ -2413,87 +2404,97 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
2413
2404
|
let b = this.md;
|
|
2414
2405
|
this.md = a;
|
|
2415
2406
|
if (b != this.md) {
|
|
2416
|
-
this.
|
|
2407
|
+
this.jy("IconFocusBackgroundColor", b, a);
|
|
2417
2408
|
}
|
|
2418
2409
|
}
|
|
2419
|
-
get
|
|
2420
|
-
return this.
|
|
2410
|
+
get tg() {
|
|
2411
|
+
return this.me;
|
|
2421
2412
|
}
|
|
2422
|
-
set
|
|
2423
|
-
let b = this.
|
|
2424
|
-
this.
|
|
2425
|
-
if (b != this.
|
|
2426
|
-
this.
|
|
2413
|
+
set tg(a) {
|
|
2414
|
+
let b = this.me;
|
|
2415
|
+
this.me = a;
|
|
2416
|
+
if (b != this.me) {
|
|
2417
|
+
this.jy("IconFocusTextColor", b, a);
|
|
2427
2418
|
}
|
|
2428
2419
|
}
|
|
2429
|
-
get
|
|
2430
|
-
return this.
|
|
2420
|
+
get h8() {
|
|
2421
|
+
return this.e7;
|
|
2431
2422
|
}
|
|
2432
|
-
set
|
|
2433
|
-
let b = this.
|
|
2434
|
-
this.
|
|
2435
|
-
if (b != this.
|
|
2436
|
-
this.
|
|
2423
|
+
set h8(a) {
|
|
2424
|
+
let b = this.e7;
|
|
2425
|
+
this.e7 = a;
|
|
2426
|
+
if (b != this.e7) {
|
|
2427
|
+
this.jy("InputId", b, a);
|
|
2437
2428
|
}
|
|
2438
2429
|
}
|
|
2439
|
-
get
|
|
2440
|
-
return this.
|
|
2430
|
+
get h6() {
|
|
2431
|
+
return this.e6;
|
|
2441
2432
|
}
|
|
2442
|
-
set
|
|
2443
|
-
let b = this.
|
|
2444
|
-
this.
|
|
2445
|
-
if (b != this.
|
|
2446
|
-
this.
|
|
2433
|
+
set h6(a) {
|
|
2434
|
+
let b = this.e6;
|
|
2435
|
+
this.e6 = a;
|
|
2436
|
+
if (b != this.e6) {
|
|
2437
|
+
this.jy("Id", b, a);
|
|
2447
2438
|
}
|
|
2448
2439
|
}
|
|
2449
|
-
get
|
|
2440
|
+
get gc() {
|
|
2450
2441
|
return this.e3;
|
|
2451
2442
|
}
|
|
2452
|
-
set
|
|
2443
|
+
set gc(a) {
|
|
2453
2444
|
let b = this.e3;
|
|
2454
2445
|
this.e3 = a;
|
|
2455
2446
|
if (b != this.e3) {
|
|
2456
|
-
this.
|
|
2447
|
+
this.jy("Display", b, a);
|
|
2457
2448
|
}
|
|
2458
2449
|
}
|
|
2459
|
-
get
|
|
2450
|
+
get hf() {
|
|
2460
2451
|
return this.e4;
|
|
2461
2452
|
}
|
|
2462
|
-
set
|
|
2453
|
+
set hf(a) {
|
|
2463
2454
|
let b = this.e4;
|
|
2464
2455
|
this.e4 = a;
|
|
2465
2456
|
if (b != this.e4) {
|
|
2466
|
-
this.
|
|
2457
|
+
this.jy("FlexDirection", b, a);
|
|
2467
2458
|
}
|
|
2468
2459
|
}
|
|
2469
|
-
get
|
|
2470
|
-
return this.
|
|
2460
|
+
get hh() {
|
|
2461
|
+
return this.e5;
|
|
2471
2462
|
}
|
|
2472
|
-
set
|
|
2473
|
-
let b = this.
|
|
2474
|
-
this.
|
|
2475
|
-
if (b != this.
|
|
2476
|
-
this.
|
|
2463
|
+
set hh(a) {
|
|
2464
|
+
let b = this.e5;
|
|
2465
|
+
this.e5 = a;
|
|
2466
|
+
if (b != this.e5) {
|
|
2467
|
+
this.jy("FlexGrow", b, a);
|
|
2468
|
+
}
|
|
2469
|
+
}
|
|
2470
|
+
get fw() {
|
|
2471
|
+
return this.e1;
|
|
2472
|
+
}
|
|
2473
|
+
set fw(a) {
|
|
2474
|
+
let b = this.e1;
|
|
2475
|
+
this.e1 = a;
|
|
2476
|
+
if (b != this.e1) {
|
|
2477
|
+
this.jy("AlignItems", b, a);
|
|
2477
2478
|
}
|
|
2478
2479
|
}
|
|
2479
|
-
get
|
|
2480
|
+
get e0() {
|
|
2480
2481
|
return this.ex;
|
|
2481
2482
|
}
|
|
2482
|
-
set
|
|
2483
|
+
set e0(a) {
|
|
2483
2484
|
let b = this.ex;
|
|
2484
2485
|
this.ex = a;
|
|
2485
2486
|
if (b != this.ex) {
|
|
2486
|
-
this.
|
|
2487
|
+
this.jy("Value", b, a);
|
|
2487
2488
|
}
|
|
2488
2489
|
}
|
|
2489
|
-
get
|
|
2490
|
-
return this.
|
|
2490
|
+
get ih() {
|
|
2491
|
+
return this.e8;
|
|
2491
2492
|
}
|
|
2492
|
-
set
|
|
2493
|
-
let b = this.
|
|
2494
|
-
this.
|
|
2495
|
-
if (b != this.
|
|
2496
|
-
this.
|
|
2493
|
+
set ih(a) {
|
|
2494
|
+
let b = this.e8;
|
|
2495
|
+
this.e8 = a;
|
|
2496
|
+
if (b != this.e8) {
|
|
2497
|
+
this.jy("Name", b, a);
|
|
2497
2498
|
}
|
|
2498
2499
|
}
|
|
2499
2500
|
get ah() {
|
|
@@ -2507,17 +2508,17 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
2507
2508
|
this.cc = a;
|
|
2508
2509
|
this.z = true;
|
|
2509
2510
|
if (b != this.cc) {
|
|
2510
|
-
this.
|
|
2511
|
+
this.jy("TabIndex", b, a);
|
|
2511
2512
|
}
|
|
2512
2513
|
}
|
|
2513
|
-
get
|
|
2514
|
-
return this.
|
|
2514
|
+
get fy() {
|
|
2515
|
+
return this.e2;
|
|
2515
2516
|
}
|
|
2516
|
-
set
|
|
2517
|
-
let b = this.
|
|
2518
|
-
this.
|
|
2519
|
-
if (b != this.
|
|
2520
|
-
this.
|
|
2517
|
+
set fy(a) {
|
|
2518
|
+
let b = this.e2;
|
|
2519
|
+
this.e2 = a;
|
|
2520
|
+
if (b != this.e2) {
|
|
2521
|
+
this.jy("AriaLabel", b, a);
|
|
2521
2522
|
}
|
|
2522
2523
|
}
|
|
2523
2524
|
get focused() {
|
|
@@ -2527,7 +2528,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
2527
2528
|
let b = this.ab;
|
|
2528
2529
|
this.ab = a;
|
|
2529
2530
|
if (b != this.ab) {
|
|
2530
|
-
this.
|
|
2531
|
+
this.jy("IsFocused", b, a);
|
|
2531
2532
|
}
|
|
2532
2533
|
}
|
|
2533
2534
|
get ak() {
|
|
@@ -2537,7 +2538,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
2537
2538
|
let b = this.ac;
|
|
2538
2539
|
this.ac = a;
|
|
2539
2540
|
if (b != this.ac) {
|
|
2540
|
-
this.
|
|
2541
|
+
this.jy("IsFocusStyleEnabled", b, a);
|
|
2541
2542
|
}
|
|
2542
2543
|
}
|
|
2543
2544
|
get af() {
|
|
@@ -2547,7 +2548,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
2547
2548
|
let b = this.x;
|
|
2548
2549
|
this.x = a;
|
|
2549
2550
|
if (b != this.x) {
|
|
2550
|
-
this.
|
|
2551
|
+
this.jy("DisableRipple", b, a);
|
|
2551
2552
|
}
|
|
2552
2553
|
}
|
|
2553
2554
|
get ae() {
|
|
@@ -2557,7 +2558,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
2557
2558
|
let b = this.w;
|
|
2558
2559
|
this.w = a;
|
|
2559
2560
|
if (b != this.w) {
|
|
2560
|
-
this.
|
|
2561
|
+
this.jy("ActualDisableRipple", b, a);
|
|
2561
2562
|
}
|
|
2562
2563
|
}
|
|
2563
2564
|
get al() {
|
|
@@ -2567,7 +2568,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
2567
2568
|
let b = this.ad;
|
|
2568
2569
|
this.ad = a;
|
|
2569
2570
|
if (b != this.ad) {
|
|
2570
|
-
this.
|
|
2571
|
+
this.jy("IsHover", b, a);
|
|
2571
2572
|
}
|
|
2572
2573
|
}
|
|
2573
2574
|
get disabled() {
|
|
@@ -2577,7 +2578,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
2577
2578
|
let b = this.aa;
|
|
2578
2579
|
this.aa = a;
|
|
2579
2580
|
if (b != this.aa) {
|
|
2580
|
-
this.
|
|
2581
|
+
this.jy("IsDisabled", b, a);
|
|
2581
2582
|
}
|
|
2582
2583
|
}
|
|
2583
2584
|
get ag() {
|
|
@@ -2587,13 +2588,13 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
2587
2588
|
let b = this.y;
|
|
2588
2589
|
this.y = a;
|
|
2589
2590
|
if (b != this.y) {
|
|
2590
|
-
this.
|
|
2591
|
+
this.jy("DisableTransitions", b, a);
|
|
2591
2592
|
}
|
|
2592
2593
|
}
|
|
2593
|
-
|
|
2594
|
-
this.
|
|
2595
|
-
this.view.aq(this.
|
|
2596
|
-
this.
|
|
2594
|
+
jz() {
|
|
2595
|
+
this.jq();
|
|
2596
|
+
this.view.aq(this.ni, BrushUtil.g(0, 0, 0, 0));
|
|
2597
|
+
this.j2();
|
|
2597
2598
|
}
|
|
2598
2599
|
get a() {
|
|
2599
2600
|
let a = new AnimationKeyFrameEffectTiming();
|
|
@@ -2601,7 +2602,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
2601
2602
|
a.b = 0;
|
|
2602
2603
|
return a;
|
|
2603
2604
|
}
|
|
2604
|
-
|
|
2605
|
+
jq() {
|
|
2605
2606
|
this.view.aa();
|
|
2606
2607
|
}
|
|
2607
2608
|
onDetachedFromUI() {
|
|
@@ -2619,7 +2620,7 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
2619
2620
|
ey() {
|
|
2620
2621
|
return this.p();
|
|
2621
2622
|
}
|
|
2622
|
-
|
|
2623
|
+
gg() {
|
|
2623
2624
|
let a = this.p();
|
|
2624
2625
|
return a.ab();
|
|
2625
2626
|
}
|
|
@@ -2633,26 +2634,26 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
2633
2634
|
c.s = f[0];
|
|
2634
2635
|
c.q = f[1];
|
|
2635
2636
|
c.p = NativeUI.c(a);
|
|
2636
|
-
c.t = NativeUI.
|
|
2637
|
+
c.t = NativeUI.i(a);
|
|
2637
2638
|
c.h = this.d;
|
|
2638
2639
|
c.i = this.g;
|
|
2639
|
-
c.c = AppearanceHelper.a(NativeUI.
|
|
2640
|
-
c.g = AppearanceHelper.a(this.
|
|
2641
|
-
c.d = AppearanceHelper.a(this.
|
|
2642
|
-
c.a = AppearanceHelper.a(this.
|
|
2640
|
+
c.c = AppearanceHelper.a(NativeUI.ag(a));
|
|
2641
|
+
c.g = AppearanceHelper.a(this.nk);
|
|
2642
|
+
c.d = AppearanceHelper.a(this.nh);
|
|
2643
|
+
c.a = AppearanceHelper.a(this.m7);
|
|
2643
2644
|
c.u = this.cg;
|
|
2644
|
-
c.e = AppearanceHelper.a(this.
|
|
2645
|
-
c.ah = this.
|
|
2646
|
-
c.b = AppearanceHelper.a(NativeUI.
|
|
2645
|
+
c.e = AppearanceHelper.a(this.ni);
|
|
2646
|
+
c.ah = this.kc;
|
|
2647
|
+
c.b = AppearanceHelper.a(NativeUI.af(a));
|
|
2647
2648
|
c.j = this.k;
|
|
2648
|
-
c.f = AppearanceHelper.a(NativeUI.
|
|
2649
|
+
c.f = AppearanceHelper.a(NativeUI.ah(b));
|
|
2649
2650
|
c.o = this.aw;
|
|
2650
|
-
c.x = this.
|
|
2651
|
-
c.y = this.
|
|
2652
|
-
c.z = this.
|
|
2653
|
-
c.w = this.
|
|
2651
|
+
c.x = this.gc;
|
|
2652
|
+
c.y = this.hf;
|
|
2653
|
+
c.z = this.hh;
|
|
2654
|
+
c.w = this.fw;
|
|
2654
2655
|
c.v = this.view.r.getNativeElement().innerText;
|
|
2655
|
-
c.aa = this.
|
|
2656
|
+
c.aa = this.ih;
|
|
2656
2657
|
c.m = this.focused;
|
|
2657
2658
|
c.k = this.ae;
|
|
2658
2659
|
c.n = this.al;
|
|
@@ -2691,188 +2692,188 @@ export let Button = /*@__PURE__*/ (() => {
|
|
|
2691
2692
|
this.view.ad(a);
|
|
2692
2693
|
}
|
|
2693
2694
|
}
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
|
|
2826
|
-
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
|
-
|
|
2831
|
-
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
|
|
2851
|
-
|
|
2852
|
-
|
|
2853
|
-
|
|
2854
|
-
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
|
|
2861
|
-
|
|
2862
|
-
|
|
2863
|
-
|
|
2864
|
-
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
-
return
|
|
2695
|
+
XButton.$t = /*@__PURE__*/ markType(XButton, 'XButton', Base.$, [INotifyPropertyChanged_$type]);
|
|
2696
|
+
XButton.rs = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
|
|
2697
|
+
XButton.rg = /*@__PURE__*/ BrushUtil.g(30, 0, 0, 0);
|
|
2698
|
+
XButton.p7 = /*@__PURE__*/ BrushUtil.g(20, 0, 0, 0);
|
|
2699
|
+
XButton.n = 1;
|
|
2700
|
+
XButton.rj = /*@__PURE__*/ BrushUtil.g(10, 0, 0, 0);
|
|
2701
|
+
XButton.rk = /*@__PURE__*/ BrushUtil.g(10, 0, 0, 0);
|
|
2702
|
+
XButton.rl = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
|
|
2703
|
+
XButton.du = 0;
|
|
2704
|
+
XButton.dx = 2;
|
|
2705
|
+
XButton.dw = 4;
|
|
2706
|
+
XButton.dv = 8;
|
|
2707
|
+
XButton.ri = /*@__PURE__*/ BrushUtil.g(138, 0, 0, 0);
|
|
2708
|
+
XButton.rq = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
|
|
2709
|
+
XButton.kr = /*@__PURE__*/ new CornerRadius(0, 4);
|
|
2710
|
+
XButton.ba = NaN;
|
|
2711
|
+
XButton.rh = /*@__PURE__*/ BrushUtil.g(255, 228, 28, 119);
|
|
2712
|
+
XButton.rr = /*@__PURE__*/ BrushUtil.g(255, 0, 0, 0);
|
|
2713
|
+
XButton.rp = /*@__PURE__*/ BrushUtil.g(255, 0, 0, 0);
|
|
2714
|
+
XButton.ro = /*@__PURE__*/ BrushUtil.g(255, 220, 83, 145);
|
|
2715
|
+
XButton.rm = /*@__PURE__*/ BrushUtil.g(255, 220, 83, 145);
|
|
2716
|
+
XButton.rn = /*@__PURE__*/ BrushUtil.g(255, 0, 0, 0);
|
|
2717
|
+
XButton.ql = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
|
|
2718
|
+
XButton.qm = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
|
|
2719
|
+
XButton.qn = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
|
|
2720
|
+
XButton.dh = 0;
|
|
2721
|
+
XButton.dk = 0;
|
|
2722
|
+
XButton.dj = 0;
|
|
2723
|
+
XButton.di = 0;
|
|
2724
|
+
XButton.qk = /*@__PURE__*/ BrushUtil.g(138, 0, 0, 0);
|
|
2725
|
+
XButton.qs = null;
|
|
2726
|
+
XButton.ko = /*@__PURE__*/ new CornerRadius(0, 4);
|
|
2727
|
+
XButton.a7 = NaN;
|
|
2728
|
+
XButton.qj = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
|
|
2729
|
+
XButton.qt = /*@__PURE__*/ BrushUtil.g(255, 228, 28, 119);
|
|
2730
|
+
XButton.qr = /*@__PURE__*/ BrushUtil.g(255, 228, 28, 119);
|
|
2731
|
+
XButton.qq = /*@__PURE__*/ BrushUtil.g(13, 228, 28, 119);
|
|
2732
|
+
XButton.qo = /*@__PURE__*/ BrushUtil.g(30, 228, 28, 119);
|
|
2733
|
+
XButton.qp = /*@__PURE__*/ BrushUtil.g(255, 228, 28, 119);
|
|
2734
|
+
XButton.q7 = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
|
|
2735
|
+
XButton.q8 = /*@__PURE__*/ BrushUtil.g(30, 0, 0, 0);
|
|
2736
|
+
XButton.q9 = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
|
|
2737
|
+
XButton.dq = 0;
|
|
2738
|
+
XButton.dt = 0;
|
|
2739
|
+
XButton.ds = 0;
|
|
2740
|
+
XButton.dr = 0;
|
|
2741
|
+
XButton.q6 = /*@__PURE__*/ BrushUtil.g(30, 0, 0, 0);
|
|
2742
|
+
XButton.re = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
|
|
2743
|
+
XButton.kq = /*@__PURE__*/ new CornerRadius(0, 4);
|
|
2744
|
+
XButton.a9 = 1;
|
|
2745
|
+
XButton.q5 = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
|
|
2746
|
+
XButton.rf = /*@__PURE__*/ BrushUtil.g(255, 228, 28, 119);
|
|
2747
|
+
XButton.rd = /*@__PURE__*/ BrushUtil.g(255, 228, 28, 119);
|
|
2748
|
+
XButton.rc = /*@__PURE__*/ BrushUtil.g(13, 228, 28, 119);
|
|
2749
|
+
XButton.ra = /*@__PURE__*/ BrushUtil.g(30, 228, 28, 119);
|
|
2750
|
+
XButton.rb = /*@__PURE__*/ BrushUtil.g(255, 228, 28, 119);
|
|
2751
|
+
XButton.qw = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
|
|
2752
|
+
XButton.qx = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
|
|
2753
|
+
XButton.qy = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
|
|
2754
|
+
XButton.dl = 0;
|
|
2755
|
+
XButton.dp = 0;
|
|
2756
|
+
XButton.dn = 0;
|
|
2757
|
+
XButton.dm = 0;
|
|
2758
|
+
XButton.qv = /*@__PURE__*/ BrushUtil.g(138, 0, 0, 0);
|
|
2759
|
+
XButton.q3 = null;
|
|
2760
|
+
XButton.kp = /*@__PURE__*/ new CornerRadius(0, 28);
|
|
2761
|
+
XButton.a8 = NaN;
|
|
2762
|
+
XButton.qu = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
|
|
2763
|
+
XButton.q4 = /*@__PURE__*/ BrushUtil.g(255, 0, 0, 0);
|
|
2764
|
+
XButton.q2 = /*@__PURE__*/ BrushUtil.g(255, 0, 0, 0);
|
|
2765
|
+
XButton.q1 = /*@__PURE__*/ BrushUtil.g(30, 0, 0, 0);
|
|
2766
|
+
XButton.qz = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
|
|
2767
|
+
XButton.q0 = /*@__PURE__*/ BrushUtil.g(255, 0, 0, 0);
|
|
2768
|
+
XButton.qa = /*@__PURE__*/ BrushUtil.g(10, 0, 0, 0);
|
|
2769
|
+
XButton.qb = /*@__PURE__*/ BrushUtil.g(10, 0, 0, 0);
|
|
2770
|
+
XButton.qc = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
|
|
2771
|
+
XButton.dd = 0;
|
|
2772
|
+
XButton.dg = 6;
|
|
2773
|
+
XButton.df = 12;
|
|
2774
|
+
XButton.de = 12;
|
|
2775
|
+
XButton.p9 = /*@__PURE__*/ BrushUtil.g(138, 0, 0, 0);
|
|
2776
|
+
XButton.qh = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
|
|
2777
|
+
XButton.kn = /*@__PURE__*/ new CornerRadius(0, 28);
|
|
2778
|
+
XButton.a6 = NaN;
|
|
2779
|
+
XButton.p8 = /*@__PURE__*/ BrushUtil.g(255, 228, 28, 119);
|
|
2780
|
+
XButton.qi = /*@__PURE__*/ BrushUtil.g(255, 0, 0, 0);
|
|
2781
|
+
XButton.qg = /*@__PURE__*/ BrushUtil.g(255, 0, 0, 0);
|
|
2782
|
+
XButton.qf = /*@__PURE__*/ BrushUtil.g(255, 220, 83, 145);
|
|
2783
|
+
XButton.qd = /*@__PURE__*/ BrushUtil.g(255, 220, 83, 145);
|
|
2784
|
+
XButton.qe = /*@__PURE__*/ BrushUtil.g(255, 0, 0, 0);
|
|
2785
|
+
XButton.o9 = /*@__PURE__*/ BrushUtil.g(100, 33, 150, 243);
|
|
2786
|
+
XButton.ox = /*@__PURE__*/ BrushUtil.g(70, 33, 150, 243);
|
|
2787
|
+
XButton.no = /*@__PURE__*/ BrushUtil.g(40, 33, 150, 243);
|
|
2788
|
+
XButton.l = 2;
|
|
2789
|
+
XButton.o0 = /*@__PURE__*/ BrushUtil.g(10, 0, 0, 0);
|
|
2790
|
+
XButton.o1 = /*@__PURE__*/ BrushUtil.g(10, 0, 0, 0);
|
|
2791
|
+
XButton.o2 = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
|
|
2792
|
+
XButton.cx = 0;
|
|
2793
|
+
XButton.c0 = 0;
|
|
2794
|
+
XButton.cz = 0;
|
|
2795
|
+
XButton.cy = 2;
|
|
2796
|
+
XButton.oz = /*@__PURE__*/ BrushUtil.g(138, 0, 0, 0);
|
|
2797
|
+
XButton.o7 = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
|
|
2798
|
+
XButton.kj = /*@__PURE__*/ new CornerRadius(0, 3);
|
|
2799
|
+
XButton.a2 = NaN;
|
|
2800
|
+
XButton.oy = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
|
|
2801
|
+
XButton.o8 = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
|
|
2802
|
+
XButton.o6 = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
|
|
2803
|
+
XButton.o5 = /*@__PURE__*/ BrushUtil.g(255, 27, 135, 220);
|
|
2804
|
+
XButton.o3 = /*@__PURE__*/ BrushUtil.g(255, 21, 112, 184);
|
|
2805
|
+
XButton.o4 = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
|
|
2806
|
+
XButton.n2 = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
|
|
2807
|
+
XButton.n3 = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
|
|
2808
|
+
XButton.n4 = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
|
|
2809
|
+
XButton.cl = 0;
|
|
2810
|
+
XButton.co = 0;
|
|
2811
|
+
XButton.cn = 0;
|
|
2812
|
+
XButton.cm = 2;
|
|
2813
|
+
XButton.n1 = /*@__PURE__*/ BrushUtil.g(138, 0, 0, 0);
|
|
2814
|
+
XButton.n9 = /*@__PURE__*/ BrushUtil.g(100, 33, 150, 243);
|
|
2815
|
+
XButton.kg = /*@__PURE__*/ new CornerRadius(0, 3);
|
|
2816
|
+
XButton.az = NaN;
|
|
2817
|
+
XButton.n0 = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
|
|
2818
|
+
XButton.oa = /*@__PURE__*/ BrushUtil.g(255, 119, 119, 119);
|
|
2819
|
+
XButton.n8 = /*@__PURE__*/ BrushUtil.g(255, 119, 119, 119);
|
|
2820
|
+
XButton.n7 = /*@__PURE__*/ BrushUtil.g(26, 33, 150, 243);
|
|
2821
|
+
XButton.n5 = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
|
|
2822
|
+
XButton.n6 = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
|
|
2823
|
+
XButton.oo = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
|
|
2824
|
+
XButton.op = /*@__PURE__*/ BrushUtil.g(30, 0, 0, 0);
|
|
2825
|
+
XButton.oq = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
|
|
2826
|
+
XButton.ct = 0;
|
|
2827
|
+
XButton.cw = 0;
|
|
2828
|
+
XButton.cv = 0;
|
|
2829
|
+
XButton.cu = 2;
|
|
2830
|
+
XButton.on = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
|
|
2831
|
+
XButton.ov = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
|
|
2832
|
+
XButton.ki = /*@__PURE__*/ new CornerRadius(0, 3);
|
|
2833
|
+
XButton.a1 = 1;
|
|
2834
|
+
XButton.om = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
|
|
2835
|
+
XButton.ow = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
|
|
2836
|
+
XButton.ou = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
|
|
2837
|
+
XButton.ot = /*@__PURE__*/ BrushUtil.g(26, 33, 150, 243);
|
|
2838
|
+
XButton.or = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
|
|
2839
|
+
XButton.os = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
|
|
2840
|
+
XButton.od = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
|
|
2841
|
+
XButton.oe = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
|
|
2842
|
+
XButton.of = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
|
|
2843
|
+
XButton.cp = 0;
|
|
2844
|
+
XButton.cs = 0;
|
|
2845
|
+
XButton.cr = 0;
|
|
2846
|
+
XButton.cq = 2;
|
|
2847
|
+
XButton.oc = /*@__PURE__*/ BrushUtil.g(138, 0, 0, 0);
|
|
2848
|
+
XButton.ok = null;
|
|
2849
|
+
XButton.kh = /*@__PURE__*/ new CornerRadius(0, 28);
|
|
2850
|
+
XButton.a0 = NaN;
|
|
2851
|
+
XButton.ob = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
|
|
2852
|
+
XButton.ol = /*@__PURE__*/ BrushUtil.g(255, 119, 119, 119);
|
|
2853
|
+
XButton.oj = /*@__PURE__*/ BrushUtil.g(255, 119, 119, 119);
|
|
2854
|
+
XButton.oi = /*@__PURE__*/ BrushUtil.g(30, 0, 0, 0);
|
|
2855
|
+
XButton.og = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
|
|
2856
|
+
XButton.oh = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
|
|
2857
|
+
XButton.nr = /*@__PURE__*/ BrushUtil.g(10, 0, 0, 0);
|
|
2858
|
+
XButton.ns = /*@__PURE__*/ BrushUtil.g(10, 0, 0, 0);
|
|
2859
|
+
XButton.nt = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
|
|
2860
|
+
XButton.ch = 0;
|
|
2861
|
+
XButton.ck = 0;
|
|
2862
|
+
XButton.cj = 0;
|
|
2863
|
+
XButton.ci = 2;
|
|
2864
|
+
XButton.nq = /*@__PURE__*/ BrushUtil.g(138, 0, 0, 0);
|
|
2865
|
+
XButton.ny = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
|
|
2866
|
+
XButton.kf = /*@__PURE__*/ new CornerRadius(0, 28);
|
|
2867
|
+
XButton.ay = NaN;
|
|
2868
|
+
XButton.np = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
|
|
2869
|
+
XButton.nz = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
|
|
2870
|
+
XButton.nx = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
|
|
2871
|
+
XButton.nw = /*@__PURE__*/ BrushUtil.g(255, 27, 135, 220);
|
|
2872
|
+
XButton.nu = /*@__PURE__*/ BrushUtil.g(255, 21, 112, 184);
|
|
2873
|
+
XButton.nv = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
|
|
2874
|
+
XButton.c = 2;
|
|
2875
|
+
XButton.ew = 0;
|
|
2876
|
+
XButton.ev = 0;
|
|
2877
|
+
return XButton;
|
|
2877
2878
|
})();
|
|
2878
2879
|
//# sourceMappingURL=ButtonView_combined.js.map
|