igniteui-webcomponents-inputs 4.6.0 → 4.7.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.
@@ -423,8 +423,8 @@ let XRipple = /*@__PURE__*/ (() => {
423
423
  }
424
424
  }
425
425
  XRipple.$t = /*@__PURE__*/ markType(XRipple, 'XRipple', Base.$, [INotifyPropertyChanged_$type]);
426
- XRipple.au = /*@__PURE__*/ BrushUtil.g(40, 0, 0, 0);
427
- XRipple.av = /*@__PURE__*/ BrushUtil.g(189, 0, 0, 0);
426
+ XRipple.au = /*@__PURE__*/ BrushUtil.h(40, 0, 0, 0);
427
+ XRipple.av = /*@__PURE__*/ BrushUtil.h(189, 0, 0, 0);
428
428
  return XRipple;
429
429
  })();
430
430
 
@@ -2339,7 +2339,7 @@ let XButton = /*@__PURE__*/ (() => {
2339
2339
  NativeUI.m(a, this.nf);
2340
2340
  }
2341
2341
  }
2342
- this.view.aw(this.np, BrushUtil.g(0, 0, 0, 0));
2342
+ this.view.aw(this.np, BrushUtil.h(0, 0, 0, 0));
2343
2343
  if (this.aa != null) {
2344
2344
  this.view.az(this.aa);
2345
2345
  }
@@ -4049,7 +4049,7 @@ let XButton = /*@__PURE__*/ (() => {
4049
4049
  }
4050
4050
  ke() {
4051
4051
  this.j3();
4052
- this.view.aw(this.np, BrushUtil.g(0, 0, 0, 0));
4052
+ this.view.aw(this.np, BrushUtil.h(0, 0, 0, 0));
4053
4053
  this.kh();
4054
4054
  }
4055
4055
  get a() {
@@ -4160,348 +4160,348 @@ let XButton = /*@__PURE__*/ (() => {
4160
4160
  XButton.d4 = 0;
4161
4161
  XButton.i = /*@__PURE__*/ new Theme(1, /*@__PURE__*/ ((() => {
4162
4162
  let $ret = new Dictionary$2(String_$type, Base.$, 0);
4163
- $ret.addItem("UmbraShadowColor", BrushUtil.g(66, 0, 0, 0));
4164
- $ret.addItem("PenumbraShadowColor", BrushUtil.g(30, 0, 0, 0));
4165
- $ret.addItem("AmbientShadowColor", BrushUtil.g(20, 0, 0, 0));
4163
+ $ret.addItem("UmbraShadowColor", BrushUtil.h(66, 0, 0, 0));
4164
+ $ret.addItem("PenumbraShadowColor", BrushUtil.h(30, 0, 0, 0));
4165
+ $ret.addItem("AmbientShadowColor", BrushUtil.h(20, 0, 0, 0));
4166
4166
  $ret.addItem("ElevationMode", enumGetBox(ElevationMode_$type, 1));
4167
4167
  return $ret;
4168
4168
  })()), /*@__PURE__*/ ((() => {
4169
4169
  let $ret = new Dictionary$2(Base.$, Theme.$, 0);
4170
4170
  $ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 0), new Theme(0, ((() => {
4171
4171
  let $ret = new Dictionary$2(String_$type, Base.$, 0);
4172
- $ret.addItem("DisabledBackgroundColor", BrushUtil.g(10, 0, 0, 0));
4173
- $ret.addItem("DisabledBorderColor", BrushUtil.g(10, 0, 0, 0));
4174
- $ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
4172
+ $ret.addItem("DisabledBackgroundColor", BrushUtil.h(10, 0, 0, 0));
4173
+ $ret.addItem("DisabledBorderColor", BrushUtil.h(10, 0, 0, 0));
4174
+ $ret.addItem("DisabledTextColor", BrushUtil.h(66, 0, 0, 0));
4175
4175
  $ret.addItem("DisabledElevation", 0);
4176
4176
  $ret.addItem("RestingElevation", 2);
4177
4177
  $ret.addItem("HoverElevation", 4);
4178
4178
  $ret.addItem("FocusElevation", 8);
4179
- $ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
4180
- $ret.addItem("RippleColor", BrushUtil.g(255, 255, 255, 255));
4179
+ $ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
4180
+ $ret.addItem("RippleColor", BrushUtil.h(255, 255, 255, 255));
4181
4181
  $ret.addItem("CornerRadius", new CornerRadius(0, 4));
4182
4182
  $ret.addItem("BorderWidth", NaN);
4183
- $ret.addItem("BackgroundColor", BrushUtil.g(255, 228, 28, 119));
4184
- $ret.addItem("TextColor", BrushUtil.g(255, 0, 0, 0));
4185
- $ret.addItem("HoverTextColor", BrushUtil.g(255, 0, 0, 0));
4186
- $ret.addItem("HoverBackgroundColor", BrushUtil.g(255, 220, 83, 145));
4187
- $ret.addItem("FocusBackgroundColor", BrushUtil.g(255, 220, 83, 145));
4188
- $ret.addItem("FocusTextColor", BrushUtil.g(255, 0, 0, 0));
4183
+ $ret.addItem("BackgroundColor", BrushUtil.h(255, 228, 28, 119));
4184
+ $ret.addItem("TextColor", BrushUtil.h(255, 0, 0, 0));
4185
+ $ret.addItem("HoverTextColor", BrushUtil.h(255, 0, 0, 0));
4186
+ $ret.addItem("HoverBackgroundColor", BrushUtil.h(255, 220, 83, 145));
4187
+ $ret.addItem("FocusBackgroundColor", BrushUtil.h(255, 220, 83, 145));
4188
+ $ret.addItem("FocusTextColor", BrushUtil.h(255, 0, 0, 0));
4189
4189
  return $ret;
4190
4190
  })())));
4191
4191
  $ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 1), new Theme(0, ((() => {
4192
4192
  let $ret = new Dictionary$2(String_$type, Base.$, 0);
4193
- $ret.addItem("DisabledBackgroundColor", BrushUtil.g(0, 0, 0, 0));
4194
- $ret.addItem("DisabledBorderColor", BrushUtil.g(0, 0, 0, 0));
4195
- $ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
4193
+ $ret.addItem("DisabledBackgroundColor", BrushUtil.h(0, 0, 0, 0));
4194
+ $ret.addItem("DisabledBorderColor", BrushUtil.h(0, 0, 0, 0));
4195
+ $ret.addItem("DisabledTextColor", BrushUtil.h(66, 0, 0, 0));
4196
4196
  $ret.addItem("DisabledElevation", 0);
4197
4197
  $ret.addItem("RestingElevation", 0);
4198
4198
  $ret.addItem("HoverElevation", 0);
4199
4199
  $ret.addItem("FocusElevation", 0);
4200
- $ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
4200
+ $ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
4201
4201
  $ret.addItem("RippleColor", null);
4202
4202
  $ret.addItem("CornerRadius", new CornerRadius(0, 4));
4203
4203
  $ret.addItem("BorderWidth", NaN);
4204
- $ret.addItem("BackgroundColor", BrushUtil.g(0, 0, 0, 0));
4205
- $ret.addItem("TextColor", BrushUtil.g(255, 0, 0, 0));
4206
- $ret.addItem("HoverTextColor", BrushUtil.g(255, 228, 28, 119));
4207
- $ret.addItem("HoverBackgroundColor", BrushUtil.g(13, 228, 28, 119));
4208
- $ret.addItem("FocusBackgroundColor", BrushUtil.g(30, 228, 28, 119));
4209
- $ret.addItem("FocusTextColor", BrushUtil.g(255, 228, 28, 119));
4204
+ $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
4205
+ $ret.addItem("TextColor", BrushUtil.h(255, 0, 0, 0));
4206
+ $ret.addItem("HoverTextColor", BrushUtil.h(255, 228, 28, 119));
4207
+ $ret.addItem("HoverBackgroundColor", BrushUtil.h(13, 228, 28, 119));
4208
+ $ret.addItem("FocusBackgroundColor", BrushUtil.h(30, 228, 28, 119));
4209
+ $ret.addItem("FocusTextColor", BrushUtil.h(255, 228, 28, 119));
4210
4210
  return $ret;
4211
4211
  })())));
4212
4212
  $ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 2), new Theme(0, ((() => {
4213
4213
  let $ret = new Dictionary$2(String_$type, Base.$, 0);
4214
- $ret.addItem("DisabledBackgroundColor", BrushUtil.g(0, 0, 0, 0));
4215
- $ret.addItem("DisabledBorderColor", BrushUtil.g(30, 0, 0, 0));
4216
- $ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
4214
+ $ret.addItem("DisabledBackgroundColor", BrushUtil.h(0, 0, 0, 0));
4215
+ $ret.addItem("DisabledBorderColor", BrushUtil.h(30, 0, 0, 0));
4216
+ $ret.addItem("DisabledTextColor", BrushUtil.h(66, 0, 0, 0));
4217
4217
  $ret.addItem("DisabledElevation", 0);
4218
4218
  $ret.addItem("RestingElevation", 0);
4219
4219
  $ret.addItem("HoverElevation", 0);
4220
4220
  $ret.addItem("FocusElevation", 0);
4221
- $ret.addItem("BorderColor", BrushUtil.g(30, 0, 0, 0));
4222
- $ret.addItem("RippleColor", BrushUtil.g(0, 0, 0, 0));
4221
+ $ret.addItem("BorderColor", BrushUtil.h(30, 0, 0, 0));
4222
+ $ret.addItem("RippleColor", BrushUtil.h(0, 0, 0, 0));
4223
4223
  $ret.addItem("CornerRadius", new CornerRadius(0, 4));
4224
4224
  $ret.addItem("BorderWidth", 1);
4225
- $ret.addItem("BackgroundColor", BrushUtil.g(0, 0, 0, 0));
4226
- $ret.addItem("TextColor", BrushUtil.g(255, 228, 28, 119));
4227
- $ret.addItem("HoverTextColor", BrushUtil.g(255, 228, 28, 119));
4228
- $ret.addItem("HoverBackgroundColor", BrushUtil.g(13, 228, 28, 119));
4229
- $ret.addItem("FocusBackgroundColor", BrushUtil.g(30, 228, 28, 119));
4230
- $ret.addItem("FocusTextColor", BrushUtil.g(255, 228, 28, 119));
4225
+ $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
4226
+ $ret.addItem("TextColor", BrushUtil.h(255, 228, 28, 119));
4227
+ $ret.addItem("HoverTextColor", BrushUtil.h(255, 228, 28, 119));
4228
+ $ret.addItem("HoverBackgroundColor", BrushUtil.h(13, 228, 28, 119));
4229
+ $ret.addItem("FocusBackgroundColor", BrushUtil.h(30, 228, 28, 119));
4230
+ $ret.addItem("FocusTextColor", BrushUtil.h(255, 228, 28, 119));
4231
4231
  return $ret;
4232
4232
  })())));
4233
4233
  $ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 4), new Theme(0, ((() => {
4234
4234
  let $ret = new Dictionary$2(String_$type, Base.$, 0);
4235
- $ret.addItem("DisabledBackgroundColor", BrushUtil.g(0, 0, 0, 0));
4236
- $ret.addItem("DisabledBorderColor", BrushUtil.g(0, 0, 0, 0));
4237
- $ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
4235
+ $ret.addItem("DisabledBackgroundColor", BrushUtil.h(0, 0, 0, 0));
4236
+ $ret.addItem("DisabledBorderColor", BrushUtil.h(0, 0, 0, 0));
4237
+ $ret.addItem("DisabledTextColor", BrushUtil.h(66, 0, 0, 0));
4238
4238
  $ret.addItem("DisabledElevation", 0);
4239
4239
  $ret.addItem("RestingElevation", 0);
4240
4240
  $ret.addItem("HoverElevation", 0);
4241
4241
  $ret.addItem("FocusElevation", 0);
4242
- $ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
4242
+ $ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
4243
4243
  $ret.addItem("RippleColor", null);
4244
4244
  $ret.addItem("CornerRadius", new CornerRadius(0, 28));
4245
4245
  $ret.addItem("BorderWidth", NaN);
4246
- $ret.addItem("BackgroundColor", BrushUtil.g(0, 0, 0, 0));
4247
- $ret.addItem("TextColor", BrushUtil.g(255, 0, 0, 0));
4248
- $ret.addItem("HoverTextColor", BrushUtil.g(255, 0, 0, 0));
4249
- $ret.addItem("HoverBackgroundColor", BrushUtil.g(30, 0, 0, 0));
4250
- $ret.addItem("FocusBackgroundColor", BrushUtil.g(66, 0, 0, 0));
4251
- $ret.addItem("FocusTextColor", BrushUtil.g(255, 0, 0, 0));
4246
+ $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
4247
+ $ret.addItem("TextColor", BrushUtil.h(255, 0, 0, 0));
4248
+ $ret.addItem("HoverTextColor", BrushUtil.h(255, 0, 0, 0));
4249
+ $ret.addItem("HoverBackgroundColor", BrushUtil.h(30, 0, 0, 0));
4250
+ $ret.addItem("FocusBackgroundColor", BrushUtil.h(66, 0, 0, 0));
4251
+ $ret.addItem("FocusTextColor", BrushUtil.h(255, 0, 0, 0));
4252
4252
  return $ret;
4253
4253
  })())));
4254
4254
  $ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 3), new Theme(0, ((() => {
4255
4255
  let $ret = new Dictionary$2(String_$type, Base.$, 0);
4256
- $ret.addItem("DisabledBackgroundColor", BrushUtil.g(10, 0, 0, 0));
4257
- $ret.addItem("DisabledBorderColor", BrushUtil.g(10, 0, 0, 0));
4258
- $ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
4256
+ $ret.addItem("DisabledBackgroundColor", BrushUtil.h(10, 0, 0, 0));
4257
+ $ret.addItem("DisabledBorderColor", BrushUtil.h(10, 0, 0, 0));
4258
+ $ret.addItem("DisabledTextColor", BrushUtil.h(66, 0, 0, 0));
4259
4259
  $ret.addItem("DisabledElevation", 0);
4260
4260
  $ret.addItem("RestingElevation", 6);
4261
4261
  $ret.addItem("HoverElevation", 12);
4262
4262
  $ret.addItem("FocusElevation", 12);
4263
- $ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
4264
- $ret.addItem("RippleColor", BrushUtil.g(255, 255, 255, 255));
4263
+ $ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
4264
+ $ret.addItem("RippleColor", BrushUtil.h(255, 255, 255, 255));
4265
4265
  $ret.addItem("CornerRadius", new CornerRadius(0, 28));
4266
4266
  $ret.addItem("BorderWidth", NaN);
4267
- $ret.addItem("BackgroundColor", BrushUtil.g(255, 228, 28, 119));
4268
- $ret.addItem("TextColor", BrushUtil.g(255, 0, 0, 0));
4269
- $ret.addItem("HoverTextColor", BrushUtil.g(255, 0, 0, 0));
4270
- $ret.addItem("HoverBackgroundColor", BrushUtil.g(255, 220, 83, 145));
4271
- $ret.addItem("FocusBackgroundColor", BrushUtil.g(255, 220, 83, 145));
4272
- $ret.addItem("FocusTextColor", BrushUtil.g(255, 0, 0, 0));
4267
+ $ret.addItem("BackgroundColor", BrushUtil.h(255, 228, 28, 119));
4268
+ $ret.addItem("TextColor", BrushUtil.h(255, 0, 0, 0));
4269
+ $ret.addItem("HoverTextColor", BrushUtil.h(255, 0, 0, 0));
4270
+ $ret.addItem("HoverBackgroundColor", BrushUtil.h(255, 220, 83, 145));
4271
+ $ret.addItem("FocusBackgroundColor", BrushUtil.h(255, 220, 83, 145));
4272
+ $ret.addItem("FocusTextColor", BrushUtil.h(255, 0, 0, 0));
4273
4273
  return $ret;
4274
4274
  })())));
4275
4275
  return $ret;
4276
4276
  })()));
4277
4277
  XButton.h = /*@__PURE__*/ new Theme(1, /*@__PURE__*/ ((() => {
4278
4278
  let $ret = new Dictionary$2(String_$type, Base.$, 0);
4279
- $ret.addItem("UmbraShadowColor", BrushUtil.g(100, 33, 150, 243));
4280
- $ret.addItem("PenumbraShadowColor", BrushUtil.g(70, 33, 150, 243));
4281
- $ret.addItem("AmbientShadowColor", BrushUtil.g(40, 33, 150, 243));
4279
+ $ret.addItem("UmbraShadowColor", BrushUtil.h(100, 33, 150, 243));
4280
+ $ret.addItem("PenumbraShadowColor", BrushUtil.h(70, 33, 150, 243));
4281
+ $ret.addItem("AmbientShadowColor", BrushUtil.h(40, 33, 150, 243));
4282
4282
  $ret.addItem("ElevationMode", enumGetBox(ElevationMode_$type, 2));
4283
4283
  return $ret;
4284
4284
  })()), /*@__PURE__*/ ((() => {
4285
4285
  let $ret = new Dictionary$2(Base.$, Theme.$, 0);
4286
4286
  $ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 0), new Theme(0, ((() => {
4287
4287
  let $ret = new Dictionary$2(String_$type, Base.$, 0);
4288
- $ret.addItem("DisabledBackgroundColor", BrushUtil.g(10, 0, 0, 0));
4289
- $ret.addItem("DisabledBorderColor", BrushUtil.g(10, 0, 0, 0));
4290
- $ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
4288
+ $ret.addItem("DisabledBackgroundColor", BrushUtil.h(10, 0, 0, 0));
4289
+ $ret.addItem("DisabledBorderColor", BrushUtil.h(10, 0, 0, 0));
4290
+ $ret.addItem("DisabledTextColor", BrushUtil.h(66, 0, 0, 0));
4291
4291
  $ret.addItem("DisabledElevation", 0);
4292
4292
  $ret.addItem("RestingElevation", 0);
4293
4293
  $ret.addItem("HoverElevation", 0);
4294
4294
  $ret.addItem("FocusElevation", 2);
4295
- $ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
4296
- $ret.addItem("RippleColor", BrushUtil.g(255, 255, 255, 255));
4295
+ $ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
4296
+ $ret.addItem("RippleColor", BrushUtil.h(255, 255, 255, 255));
4297
4297
  $ret.addItem("CornerRadius", new CornerRadius(0, 3));
4298
4298
  $ret.addItem("BorderWidth", NaN);
4299
- $ret.addItem("BackgroundColor", BrushUtil.g(255, 33, 150, 243));
4300
- $ret.addItem("TextColor", BrushUtil.g(255, 255, 255, 255));
4301
- $ret.addItem("HoverTextColor", BrushUtil.g(255, 255, 255, 255));
4302
- $ret.addItem("HoverBackgroundColor", BrushUtil.g(255, 27, 135, 220));
4303
- $ret.addItem("FocusBackgroundColor", BrushUtil.g(255, 21, 112, 184));
4304
- $ret.addItem("FocusTextColor", BrushUtil.g(255, 255, 255, 255));
4299
+ $ret.addItem("BackgroundColor", BrushUtil.h(255, 33, 150, 243));
4300
+ $ret.addItem("TextColor", BrushUtil.h(255, 255, 255, 255));
4301
+ $ret.addItem("HoverTextColor", BrushUtil.h(255, 255, 255, 255));
4302
+ $ret.addItem("HoverBackgroundColor", BrushUtil.h(255, 27, 135, 220));
4303
+ $ret.addItem("FocusBackgroundColor", BrushUtil.h(255, 21, 112, 184));
4304
+ $ret.addItem("FocusTextColor", BrushUtil.h(255, 255, 255, 255));
4305
4305
  return $ret;
4306
4306
  })())));
4307
4307
  $ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 1), new Theme(0, ((() => {
4308
4308
  let $ret = new Dictionary$2(String_$type, Base.$, 0);
4309
- $ret.addItem("DisabledBackgroundColor", BrushUtil.g(0, 0, 0, 0));
4310
- $ret.addItem("DisabledBorderColor", BrushUtil.g(0, 0, 0, 0));
4311
- $ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
4309
+ $ret.addItem("DisabledBackgroundColor", BrushUtil.h(0, 0, 0, 0));
4310
+ $ret.addItem("DisabledBorderColor", BrushUtil.h(0, 0, 0, 0));
4311
+ $ret.addItem("DisabledTextColor", BrushUtil.h(66, 0, 0, 0));
4312
4312
  $ret.addItem("DisabledElevation", 0);
4313
4313
  $ret.addItem("RestingElevation", 0);
4314
4314
  $ret.addItem("HoverElevation", 0);
4315
4315
  $ret.addItem("FocusElevation", 2);
4316
- $ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
4317
- $ret.addItem("RippleColor", BrushUtil.g(100, 33, 150, 243));
4316
+ $ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
4317
+ $ret.addItem("RippleColor", BrushUtil.h(100, 33, 150, 243));
4318
4318
  $ret.addItem("CornerRadius", new CornerRadius(0, 3));
4319
4319
  $ret.addItem("BorderWidth", NaN);
4320
- $ret.addItem("BackgroundColor", BrushUtil.g(0, 0, 0, 0));
4321
- $ret.addItem("TextColor", BrushUtil.g(255, 119, 119, 119));
4322
- $ret.addItem("HoverTextColor", BrushUtil.g(255, 119, 119, 119));
4323
- $ret.addItem("HoverBackgroundColor", BrushUtil.g(26, 33, 150, 243));
4324
- $ret.addItem("FocusBackgroundColor", BrushUtil.g(0, 0, 0, 0));
4325
- $ret.addItem("FocusTextColor", BrushUtil.g(255, 33, 150, 243));
4320
+ $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
4321
+ $ret.addItem("TextColor", BrushUtil.h(255, 119, 119, 119));
4322
+ $ret.addItem("HoverTextColor", BrushUtil.h(255, 119, 119, 119));
4323
+ $ret.addItem("HoverBackgroundColor", BrushUtil.h(26, 33, 150, 243));
4324
+ $ret.addItem("FocusBackgroundColor", BrushUtil.h(0, 0, 0, 0));
4325
+ $ret.addItem("FocusTextColor", BrushUtil.h(255, 33, 150, 243));
4326
4326
  return $ret;
4327
4327
  })())));
4328
4328
  $ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 2), new Theme(0, ((() => {
4329
4329
  let $ret = new Dictionary$2(String_$type, Base.$, 0);
4330
- $ret.addItem("DisabledBackgroundColor", BrushUtil.g(0, 0, 0, 0));
4331
- $ret.addItem("DisabledBorderColor", BrushUtil.g(30, 0, 0, 0));
4332
- $ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
4330
+ $ret.addItem("DisabledBackgroundColor", BrushUtil.h(0, 0, 0, 0));
4331
+ $ret.addItem("DisabledBorderColor", BrushUtil.h(30, 0, 0, 0));
4332
+ $ret.addItem("DisabledTextColor", BrushUtil.h(66, 0, 0, 0));
4333
4333
  $ret.addItem("DisabledElevation", 0);
4334
4334
  $ret.addItem("RestingElevation", 0);
4335
4335
  $ret.addItem("HoverElevation", 0);
4336
4336
  $ret.addItem("FocusElevation", 2);
4337
- $ret.addItem("BorderColor", BrushUtil.g(255, 33, 150, 243));
4338
- $ret.addItem("RippleColor", BrushUtil.g(0, 0, 0, 0));
4337
+ $ret.addItem("BorderColor", BrushUtil.h(255, 33, 150, 243));
4338
+ $ret.addItem("RippleColor", BrushUtil.h(0, 0, 0, 0));
4339
4339
  $ret.addItem("CornerRadius", new CornerRadius(0, 3));
4340
4340
  $ret.addItem("BorderWidth", 1);
4341
- $ret.addItem("BackgroundColor", BrushUtil.g(0, 0, 0, 0));
4342
- $ret.addItem("TextColor", BrushUtil.g(255, 33, 150, 243));
4343
- $ret.addItem("HoverTextColor", BrushUtil.g(255, 33, 150, 243));
4344
- $ret.addItem("HoverBackgroundColor", BrushUtil.g(26, 33, 150, 243));
4345
- $ret.addItem("FocusBackgroundColor", BrushUtil.g(255, 33, 150, 243));
4346
- $ret.addItem("FocusTextColor", BrushUtil.g(255, 255, 255, 255));
4341
+ $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
4342
+ $ret.addItem("TextColor", BrushUtil.h(255, 33, 150, 243));
4343
+ $ret.addItem("HoverTextColor", BrushUtil.h(255, 33, 150, 243));
4344
+ $ret.addItem("HoverBackgroundColor", BrushUtil.h(26, 33, 150, 243));
4345
+ $ret.addItem("FocusBackgroundColor", BrushUtil.h(255, 33, 150, 243));
4346
+ $ret.addItem("FocusTextColor", BrushUtil.h(255, 255, 255, 255));
4347
4347
  return $ret;
4348
4348
  })())));
4349
4349
  $ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 4), new Theme(0, ((() => {
4350
4350
  let $ret = new Dictionary$2(String_$type, Base.$, 0);
4351
- $ret.addItem("DisabledBackgroundColor", BrushUtil.g(0, 0, 0, 0));
4352
- $ret.addItem("DisabledBorderColor", BrushUtil.g(0, 0, 0, 0));
4353
- $ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
4351
+ $ret.addItem("DisabledBackgroundColor", BrushUtil.h(0, 0, 0, 0));
4352
+ $ret.addItem("DisabledBorderColor", BrushUtil.h(0, 0, 0, 0));
4353
+ $ret.addItem("DisabledTextColor", BrushUtil.h(66, 0, 0, 0));
4354
4354
  $ret.addItem("DisabledElevation", 0);
4355
4355
  $ret.addItem("RestingElevation", 0);
4356
4356
  $ret.addItem("HoverElevation", 0);
4357
4357
  $ret.addItem("FocusElevation", 2);
4358
- $ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
4358
+ $ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
4359
4359
  $ret.addItem("RippleColor", null);
4360
4360
  $ret.addItem("CornerRadius", new CornerRadius(0, 28));
4361
4361
  $ret.addItem("BorderWidth", NaN);
4362
- $ret.addItem("BackgroundColor", BrushUtil.g(0, 0, 0, 0));
4363
- $ret.addItem("TextColor", BrushUtil.g(255, 119, 119, 119));
4364
- $ret.addItem("HoverTextColor", BrushUtil.g(255, 119, 119, 119));
4365
- $ret.addItem("HoverBackgroundColor", BrushUtil.g(30, 0, 0, 0));
4366
- $ret.addItem("FocusBackgroundColor", BrushUtil.g(66, 0, 0, 0));
4367
- $ret.addItem("FocusTextColor", BrushUtil.g(255, 33, 150, 243));
4362
+ $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
4363
+ $ret.addItem("TextColor", BrushUtil.h(255, 119, 119, 119));
4364
+ $ret.addItem("HoverTextColor", BrushUtil.h(255, 119, 119, 119));
4365
+ $ret.addItem("HoverBackgroundColor", BrushUtil.h(30, 0, 0, 0));
4366
+ $ret.addItem("FocusBackgroundColor", BrushUtil.h(66, 0, 0, 0));
4367
+ $ret.addItem("FocusTextColor", BrushUtil.h(255, 33, 150, 243));
4368
4368
  return $ret;
4369
4369
  })())));
4370
4370
  $ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 3), new Theme(0, ((() => {
4371
4371
  let $ret = new Dictionary$2(String_$type, Base.$, 0);
4372
- $ret.addItem("DisabledBackgroundColor", BrushUtil.g(10, 0, 0, 0));
4373
- $ret.addItem("DisabledBorderColor", BrushUtil.g(10, 0, 0, 0));
4374
- $ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
4372
+ $ret.addItem("DisabledBackgroundColor", BrushUtil.h(10, 0, 0, 0));
4373
+ $ret.addItem("DisabledBorderColor", BrushUtil.h(10, 0, 0, 0));
4374
+ $ret.addItem("DisabledTextColor", BrushUtil.h(66, 0, 0, 0));
4375
4375
  $ret.addItem("DisabledElevation", 0);
4376
4376
  $ret.addItem("RestingElevation", 0);
4377
4377
  $ret.addItem("HoverElevation", 0);
4378
4378
  $ret.addItem("FocusElevation", 2);
4379
- $ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
4380
- $ret.addItem("RippleColor", BrushUtil.g(255, 255, 255, 255));
4379
+ $ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
4380
+ $ret.addItem("RippleColor", BrushUtil.h(255, 255, 255, 255));
4381
4381
  $ret.addItem("CornerRadius", new CornerRadius(0, 28));
4382
4382
  $ret.addItem("BorderWidth", NaN);
4383
- $ret.addItem("BackgroundColor", BrushUtil.g(255, 33, 150, 243));
4384
- $ret.addItem("TextColor", BrushUtil.g(255, 255, 255, 255));
4385
- $ret.addItem("HoverTextColor", BrushUtil.g(255, 255, 255, 255));
4386
- $ret.addItem("HoverBackgroundColor", BrushUtil.g(255, 27, 135, 220));
4387
- $ret.addItem("FocusBackgroundColor", BrushUtil.g(255, 21, 112, 184));
4388
- $ret.addItem("FocusTextColor", BrushUtil.g(255, 255, 255, 255));
4383
+ $ret.addItem("BackgroundColor", BrushUtil.h(255, 33, 150, 243));
4384
+ $ret.addItem("TextColor", BrushUtil.h(255, 255, 255, 255));
4385
+ $ret.addItem("HoverTextColor", BrushUtil.h(255, 255, 255, 255));
4386
+ $ret.addItem("HoverBackgroundColor", BrushUtil.h(255, 27, 135, 220));
4387
+ $ret.addItem("FocusBackgroundColor", BrushUtil.h(255, 21, 112, 184));
4388
+ $ret.addItem("FocusTextColor", BrushUtil.h(255, 255, 255, 255));
4389
4389
  return $ret;
4390
4390
  })())));
4391
4391
  return $ret;
4392
4392
  })()));
4393
4393
  XButton.j = /*@__PURE__*/ new Theme(1, /*@__PURE__*/ ((() => {
4394
4394
  let $ret = new Dictionary$2(String_$type, Base.$, 0);
4395
- $ret.addItem("UmbraShadowColor", BrushUtil.g(100, 33, 150, 243));
4396
- $ret.addItem("PenumbraShadowColor", BrushUtil.g(70, 33, 150, 243));
4397
- $ret.addItem("AmbientShadowColor", BrushUtil.g(40, 33, 150, 243));
4395
+ $ret.addItem("UmbraShadowColor", BrushUtil.h(100, 33, 150, 243));
4396
+ $ret.addItem("PenumbraShadowColor", BrushUtil.h(70, 33, 150, 243));
4397
+ $ret.addItem("AmbientShadowColor", BrushUtil.h(40, 33, 150, 243));
4398
4398
  $ret.addItem("ElevationMode", enumGetBox(ElevationMode_$type, 2));
4399
4399
  return $ret;
4400
4400
  })()), /*@__PURE__*/ ((() => {
4401
4401
  let $ret = new Dictionary$2(Base.$, Theme.$, 0);
4402
4402
  $ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 0), new Theme(0, ((() => {
4403
4403
  let $ret = new Dictionary$2(String_$type, Base.$, 0);
4404
- $ret.addItem("DisabledBackgroundColor", BrushUtil.g(10, 0, 0, 0));
4405
- $ret.addItem("DisabledBorderColor", BrushUtil.g(10, 0, 0, 0));
4406
- $ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
4404
+ $ret.addItem("DisabledBackgroundColor", BrushUtil.h(10, 0, 0, 0));
4405
+ $ret.addItem("DisabledBorderColor", BrushUtil.h(10, 0, 0, 0));
4406
+ $ret.addItem("DisabledTextColor", BrushUtil.h(66, 0, 0, 0));
4407
4407
  $ret.addItem("DisabledElevation", 0);
4408
4408
  $ret.addItem("RestingElevation", 0);
4409
4409
  $ret.addItem("HoverElevation", 0);
4410
4410
  $ret.addItem("FocusElevation", 2);
4411
- $ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
4412
- $ret.addItem("RippleColor", BrushUtil.g(255, 255, 255, 255));
4411
+ $ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
4412
+ $ret.addItem("RippleColor", BrushUtil.h(255, 255, 255, 255));
4413
4413
  $ret.addItem("CornerRadius", new CornerRadius(0, 3));
4414
4414
  $ret.addItem("BorderWidth", NaN);
4415
- $ret.addItem("BackgroundColor", BrushUtil.g(255, 33, 150, 243));
4416
- $ret.addItem("TextColor", BrushUtil.g(255, 255, 255, 255));
4417
- $ret.addItem("HoverTextColor", BrushUtil.g(255, 255, 255, 255));
4418
- $ret.addItem("HoverBackgroundColor", BrushUtil.g(255, 27, 135, 220));
4419
- $ret.addItem("FocusBackgroundColor", BrushUtil.g(255, 21, 112, 184));
4420
- $ret.addItem("FocusTextColor", BrushUtil.g(255, 255, 255, 255));
4415
+ $ret.addItem("BackgroundColor", BrushUtil.h(255, 33, 150, 243));
4416
+ $ret.addItem("TextColor", BrushUtil.h(255, 255, 255, 255));
4417
+ $ret.addItem("HoverTextColor", BrushUtil.h(255, 255, 255, 255));
4418
+ $ret.addItem("HoverBackgroundColor", BrushUtil.h(255, 27, 135, 220));
4419
+ $ret.addItem("FocusBackgroundColor", BrushUtil.h(255, 21, 112, 184));
4420
+ $ret.addItem("FocusTextColor", BrushUtil.h(255, 255, 255, 255));
4421
4421
  return $ret;
4422
4422
  })())));
4423
4423
  $ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 1), new Theme(0, ((() => {
4424
4424
  let $ret = new Dictionary$2(String_$type, Base.$, 0);
4425
- $ret.addItem("DisabledBackgroundColor", BrushUtil.g(0, 0, 0, 0));
4426
- $ret.addItem("DisabledBorderColor", BrushUtil.g(0, 0, 0, 0));
4427
- $ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
4425
+ $ret.addItem("DisabledBackgroundColor", BrushUtil.h(0, 0, 0, 0));
4426
+ $ret.addItem("DisabledBorderColor", BrushUtil.h(0, 0, 0, 0));
4427
+ $ret.addItem("DisabledTextColor", BrushUtil.h(66, 0, 0, 0));
4428
4428
  $ret.addItem("DisabledElevation", 0);
4429
4429
  $ret.addItem("RestingElevation", 0);
4430
4430
  $ret.addItem("HoverElevation", 0);
4431
4431
  $ret.addItem("FocusElevation", 2);
4432
- $ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
4433
- $ret.addItem("RippleColor", BrushUtil.g(100, 33, 150, 243));
4432
+ $ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
4433
+ $ret.addItem("RippleColor", BrushUtil.h(100, 33, 150, 243));
4434
4434
  $ret.addItem("CornerRadius", new CornerRadius(0, 3));
4435
4435
  $ret.addItem("BorderWidth", NaN);
4436
- $ret.addItem("BackgroundColor", BrushUtil.g(0, 0, 0, 0));
4437
- $ret.addItem("TextColor", BrushUtil.g(255, 119, 119, 119));
4438
- $ret.addItem("HoverTextColor", BrushUtil.g(255, 119, 119, 119));
4439
- $ret.addItem("HoverBackgroundColor", BrushUtil.g(26, 33, 150, 243));
4440
- $ret.addItem("FocusBackgroundColor", BrushUtil.g(0, 0, 0, 0));
4441
- $ret.addItem("FocusTextColor", BrushUtil.g(255, 33, 150, 243));
4436
+ $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
4437
+ $ret.addItem("TextColor", BrushUtil.h(255, 119, 119, 119));
4438
+ $ret.addItem("HoverTextColor", BrushUtil.h(255, 119, 119, 119));
4439
+ $ret.addItem("HoverBackgroundColor", BrushUtil.h(26, 33, 150, 243));
4440
+ $ret.addItem("FocusBackgroundColor", BrushUtil.h(0, 0, 0, 0));
4441
+ $ret.addItem("FocusTextColor", BrushUtil.h(255, 33, 150, 243));
4442
4442
  return $ret;
4443
4443
  })())));
4444
4444
  $ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 2), new Theme(0, ((() => {
4445
4445
  let $ret = new Dictionary$2(String_$type, Base.$, 0);
4446
- $ret.addItem("DisabledBackgroundColor", BrushUtil.g(0, 0, 0, 0));
4447
- $ret.addItem("DisabledBorderColor", BrushUtil.g(30, 0, 0, 0));
4448
- $ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
4446
+ $ret.addItem("DisabledBackgroundColor", BrushUtil.h(0, 0, 0, 0));
4447
+ $ret.addItem("DisabledBorderColor", BrushUtil.h(30, 0, 0, 0));
4448
+ $ret.addItem("DisabledTextColor", BrushUtil.h(66, 0, 0, 0));
4449
4449
  $ret.addItem("DisabledElevation", 0);
4450
4450
  $ret.addItem("RestingElevation", 0);
4451
4451
  $ret.addItem("HoverElevation", 0);
4452
4452
  $ret.addItem("FocusElevation", 2);
4453
- $ret.addItem("BorderColor", BrushUtil.g(255, 33, 150, 243));
4454
- $ret.addItem("RippleColor", BrushUtil.g(0, 0, 0, 0));
4453
+ $ret.addItem("BorderColor", BrushUtil.h(255, 33, 150, 243));
4454
+ $ret.addItem("RippleColor", BrushUtil.h(0, 0, 0, 0));
4455
4455
  $ret.addItem("CornerRadius", new CornerRadius(0, 3));
4456
4456
  $ret.addItem("BorderWidth", 1);
4457
- $ret.addItem("BackgroundColor", BrushUtil.g(0, 0, 0, 0));
4458
- $ret.addItem("TextColor", BrushUtil.g(255, 33, 150, 243));
4459
- $ret.addItem("HoverTextColor", BrushUtil.g(255, 33, 150, 243));
4460
- $ret.addItem("HoverBackgroundColor", BrushUtil.g(26, 33, 150, 243));
4461
- $ret.addItem("FocusBackgroundColor", BrushUtil.g(255, 33, 150, 243));
4462
- $ret.addItem("FocusTextColor", BrushUtil.g(255, 255, 255, 255));
4457
+ $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
4458
+ $ret.addItem("TextColor", BrushUtil.h(255, 33, 150, 243));
4459
+ $ret.addItem("HoverTextColor", BrushUtil.h(255, 33, 150, 243));
4460
+ $ret.addItem("HoverBackgroundColor", BrushUtil.h(26, 33, 150, 243));
4461
+ $ret.addItem("FocusBackgroundColor", BrushUtil.h(255, 33, 150, 243));
4462
+ $ret.addItem("FocusTextColor", BrushUtil.h(255, 255, 255, 255));
4463
4463
  return $ret;
4464
4464
  })())));
4465
4465
  $ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 4), new Theme(0, ((() => {
4466
4466
  let $ret = new Dictionary$2(String_$type, Base.$, 0);
4467
- $ret.addItem("DisabledBackgroundColor", BrushUtil.g(0, 0, 0, 0));
4468
- $ret.addItem("DisabledBorderColor", BrushUtil.g(0, 0, 0, 0));
4469
- $ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
4467
+ $ret.addItem("DisabledBackgroundColor", BrushUtil.h(0, 0, 0, 0));
4468
+ $ret.addItem("DisabledBorderColor", BrushUtil.h(0, 0, 0, 0));
4469
+ $ret.addItem("DisabledTextColor", BrushUtil.h(66, 0, 0, 0));
4470
4470
  $ret.addItem("DisabledElevation", 0);
4471
4471
  $ret.addItem("RestingElevation", 0);
4472
4472
  $ret.addItem("HoverElevation", 0);
4473
4473
  $ret.addItem("FocusElevation", 2);
4474
- $ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
4474
+ $ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
4475
4475
  $ret.addItem("RippleColor", null);
4476
4476
  $ret.addItem("CornerRadius", new CornerRadius(0, 28));
4477
4477
  $ret.addItem("BorderWidth", NaN);
4478
- $ret.addItem("BackgroundColor", BrushUtil.g(0, 0, 0, 0));
4479
- $ret.addItem("TextColor", BrushUtil.g(255, 0, 0, 0));
4480
- $ret.addItem("HoverTextColor", BrushUtil.g(255, 0, 0, 0));
4481
- $ret.addItem("HoverBackgroundColor", BrushUtil.g(51, 178, 191, 220));
4482
- $ret.addItem("FocusBackgroundColor", BrushUtil.g(51, 178, 191, 220));
4483
- $ret.addItem("FocusTextColor", BrushUtil.g(255, 0, 0, 0));
4478
+ $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
4479
+ $ret.addItem("TextColor", BrushUtil.h(255, 0, 0, 0));
4480
+ $ret.addItem("HoverTextColor", BrushUtil.h(255, 0, 0, 0));
4481
+ $ret.addItem("HoverBackgroundColor", BrushUtil.h(51, 178, 191, 220));
4482
+ $ret.addItem("FocusBackgroundColor", BrushUtil.h(51, 178, 191, 220));
4483
+ $ret.addItem("FocusTextColor", BrushUtil.h(255, 0, 0, 0));
4484
4484
  return $ret;
4485
4485
  })())));
4486
4486
  $ret.addItem(enumGetBox(ButtonDisplayStyle_$type, 3), new Theme(0, ((() => {
4487
4487
  let $ret = new Dictionary$2(String_$type, Base.$, 0);
4488
- $ret.addItem("DisabledBackgroundColor", BrushUtil.g(10, 0, 0, 0));
4489
- $ret.addItem("DisabledBorderColor", BrushUtil.g(10, 0, 0, 0));
4490
- $ret.addItem("DisabledTextColor", BrushUtil.g(66, 0, 0, 0));
4488
+ $ret.addItem("DisabledBackgroundColor", BrushUtil.h(10, 0, 0, 0));
4489
+ $ret.addItem("DisabledBorderColor", BrushUtil.h(10, 0, 0, 0));
4490
+ $ret.addItem("DisabledTextColor", BrushUtil.h(66, 0, 0, 0));
4491
4491
  $ret.addItem("DisabledElevation", 0);
4492
4492
  $ret.addItem("RestingElevation", 0);
4493
4493
  $ret.addItem("HoverElevation", 0);
4494
4494
  $ret.addItem("FocusElevation", 2);
4495
- $ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
4496
- $ret.addItem("RippleColor", BrushUtil.g(255, 255, 255, 255));
4495
+ $ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
4496
+ $ret.addItem("RippleColor", BrushUtil.h(255, 255, 255, 255));
4497
4497
  $ret.addItem("CornerRadius", new CornerRadius(0, 28));
4498
4498
  $ret.addItem("BorderWidth", NaN);
4499
- $ret.addItem("BackgroundColor", BrushUtil.g(255, 33, 150, 243));
4500
- $ret.addItem("TextColor", BrushUtil.g(255, 255, 255, 255));
4501
- $ret.addItem("HoverTextColor", BrushUtil.g(255, 255, 255, 255));
4502
- $ret.addItem("HoverBackgroundColor", BrushUtil.g(255, 27, 135, 220));
4503
- $ret.addItem("FocusBackgroundColor", BrushUtil.g(255, 21, 112, 184));
4504
- $ret.addItem("FocusTextColor", BrushUtil.g(255, 255, 255, 255));
4499
+ $ret.addItem("BackgroundColor", BrushUtil.h(255, 33, 150, 243));
4500
+ $ret.addItem("TextColor", BrushUtil.h(255, 255, 255, 255));
4501
+ $ret.addItem("HoverTextColor", BrushUtil.h(255, 255, 255, 255));
4502
+ $ret.addItem("HoverBackgroundColor", BrushUtil.h(255, 27, 135, 220));
4503
+ $ret.addItem("FocusBackgroundColor", BrushUtil.h(255, 21, 112, 184));
4504
+ $ret.addItem("FocusTextColor", BrushUtil.h(255, 255, 255, 255));
4505
4505
  return $ret;
4506
4506
  })())));
4507
4507
  return $ret;
@@ -9852,16 +9852,16 @@ let XCalendar = /*@__PURE__*/ (() => {
9852
9852
  this.an = dateMaxValue();
9853
9853
  this.s = 3;
9854
9854
  this.q = 1;
9855
- this.c6 = BrushUtil.g(0, 255, 255, 255);
9856
- this.dc = BrushUtil.g(255, 33, 150, 243);
9857
- this.de = BrushUtil.g(255, 21, 112, 184);
9858
- this.c9 = BrushUtil.g(76, 33, 150, 243);
9859
- this.db = BrushUtil.g(50, 186, 191, 199);
9860
- this.df = BrushUtil.g(255, 24, 29, 31);
9861
- this.dd = BrushUtil.g(255, 255, 255, 255);
9862
- this.da = BrushUtil.g(255, 24, 29, 31);
9863
- this.c8 = BrushUtil.g(255, 33, 150, 243);
9864
- this.c7 = BrushUtil.g(255, 33, 150, 243);
9855
+ this.c6 = BrushUtil.h(0, 255, 255, 255);
9856
+ this.dc = BrushUtil.h(255, 33, 150, 243);
9857
+ this.de = BrushUtil.h(255, 21, 112, 184);
9858
+ this.c9 = BrushUtil.h(76, 33, 150, 243);
9859
+ this.db = BrushUtil.h(50, 186, 191, 199);
9860
+ this.df = BrushUtil.h(255, 24, 29, 31);
9861
+ this.dd = BrushUtil.h(255, 255, 255, 255);
9862
+ this.da = BrushUtil.h(255, 24, 29, 31);
9863
+ this.c8 = BrushUtil.h(255, 33, 150, 243);
9864
+ this.c7 = BrushUtil.h(255, 33, 150, 243);
9865
9865
  this.y = false;
9866
9866
  this.u = null;
9867
9867
  this.k = 0;
@@ -16221,22 +16221,22 @@ let XInputGroup = /*@__PURE__*/ (() => {
16221
16221
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
16222
16222
  $ret.addItem("CornerRadius", new CornerRadius(1, 4, 4, 4, 4));
16223
16223
  $ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
16224
- $ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
16225
- $ret.addItem("FocusBorderColor", BrushUtil.g(255, 0, 153, 155));
16226
- $ret.addItem("FocusLabelColor", BrushUtil.g(255, 0, 153, 155));
16224
+ $ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
16225
+ $ret.addItem("FocusBorderColor", BrushUtil.h(255, 0, 153, 155));
16226
+ $ret.addItem("FocusLabelColor", BrushUtil.h(255, 0, 153, 155));
16227
16227
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
16228
16228
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
16229
16229
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
16230
- $ret.addItem("UnderlineColor", BrushUtil.g(138, 0, 0, 0));
16231
- $ret.addItem("UnderlineRippleColor", BrushUtil.g(255, 0, 153, 155));
16232
- $ret.addItem("HoverUnderlineColor", BrushUtil.g(138, 0, 0, 0));
16233
- $ret.addItem("FocusUnderlineColor", BrushUtil.g(255, 0, 153, 155));
16230
+ $ret.addItem("UnderlineColor", BrushUtil.h(138, 0, 0, 0));
16231
+ $ret.addItem("UnderlineRippleColor", BrushUtil.h(255, 0, 153, 155));
16232
+ $ret.addItem("HoverUnderlineColor", BrushUtil.h(138, 0, 0, 0));
16233
+ $ret.addItem("FocusUnderlineColor", BrushUtil.h(255, 0, 153, 155));
16234
16234
  $ret.addItem("UnderlineOpacity", 0);
16235
16235
  $ret.addItem("HoverUnderlineOpacity", 0);
16236
16236
  $ret.addItem("FocusUnderlineOpacity", 0);
16237
16237
  $ret.addItem("FocusUnderlineRippleOpacity", 0);
16238
16238
  $ret.addItem("UnderlineRippleOpacity", 0);
16239
- $ret.addItem("BackgroundColor", BrushUtil.g(0, 0, 0, 0));
16239
+ $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
16240
16240
  return $ret;
16241
16241
  })())));
16242
16242
  $ret.addItem(enumGetBox(InputGroupDisplayType_$type, 1), new Theme(0, ((() => {
@@ -16245,22 +16245,22 @@ let XInputGroup = /*@__PURE__*/ (() => {
16245
16245
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
16246
16246
  $ret.addItem("CornerRadius", new CornerRadius(1, 4, 4, 0, 0));
16247
16247
  $ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
16248
- $ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
16249
- $ret.addItem("FocusBorderColor", BrushUtil.g(255, 0, 153, 155));
16250
- $ret.addItem("FocusLabelColor", BrushUtil.g(255, 0, 153, 155));
16248
+ $ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
16249
+ $ret.addItem("FocusBorderColor", BrushUtil.h(255, 0, 153, 155));
16250
+ $ret.addItem("FocusLabelColor", BrushUtil.h(255, 0, 153, 155));
16251
16251
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
16252
16252
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
16253
16253
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
16254
- $ret.addItem("UnderlineColor", BrushUtil.g(138, 0, 0, 0));
16255
- $ret.addItem("UnderlineRippleColor", BrushUtil.g(255, 0, 153, 155));
16256
- $ret.addItem("HoverUnderlineColor", BrushUtil.g(138, 0, 0, 0));
16257
- $ret.addItem("FocusUnderlineColor", BrushUtil.g(255, 0, 153, 155));
16254
+ $ret.addItem("UnderlineColor", BrushUtil.h(138, 0, 0, 0));
16255
+ $ret.addItem("UnderlineRippleColor", BrushUtil.h(255, 0, 153, 155));
16256
+ $ret.addItem("HoverUnderlineColor", BrushUtil.h(138, 0, 0, 0));
16257
+ $ret.addItem("FocusUnderlineColor", BrushUtil.h(255, 0, 153, 155));
16258
16258
  $ret.addItem("UnderlineOpacity", 1);
16259
16259
  $ret.addItem("HoverUnderlineOpacity", 1);
16260
16260
  $ret.addItem("FocusUnderlineOpacity", 1);
16261
16261
  $ret.addItem("FocusUnderlineRippleOpacity", 1);
16262
16262
  $ret.addItem("UnderlineRippleOpacity", 0);
16263
- $ret.addItem("BackgroundColor", BrushUtil.g(20, 0, 0, 0));
16263
+ $ret.addItem("BackgroundColor", BrushUtil.h(20, 0, 0, 0));
16264
16264
  return $ret;
16265
16265
  })())));
16266
16266
  $ret.addItem(enumGetBox(InputGroupDisplayType_$type, 0), new Theme(0, ((() => {
@@ -16269,22 +16269,22 @@ let XInputGroup = /*@__PURE__*/ (() => {
16269
16269
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
16270
16270
  $ret.addItem("CornerRadius", new CornerRadius(0, 0));
16271
16271
  $ret.addItem("ContentPadding", new Thickness(0, 0));
16272
- $ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
16273
- $ret.addItem("FocusBorderColor", BrushUtil.g(255, 0, 153, 155));
16274
- $ret.addItem("FocusLabelColor", BrushUtil.g(255, 0, 153, 155));
16272
+ $ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
16273
+ $ret.addItem("FocusBorderColor", BrushUtil.h(255, 0, 153, 155));
16274
+ $ret.addItem("FocusLabelColor", BrushUtil.h(255, 0, 153, 155));
16275
16275
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
16276
16276
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
16277
16277
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
16278
- $ret.addItem("UnderlineColor", BrushUtil.g(138, 0, 0, 0));
16279
- $ret.addItem("UnderlineRippleColor", BrushUtil.g(255, 0, 153, 155));
16280
- $ret.addItem("HoverUnderlineColor", BrushUtil.g(138, 0, 0, 0));
16281
- $ret.addItem("FocusUnderlineColor", BrushUtil.g(255, 0, 153, 155));
16278
+ $ret.addItem("UnderlineColor", BrushUtil.h(138, 0, 0, 0));
16279
+ $ret.addItem("UnderlineRippleColor", BrushUtil.h(255, 0, 153, 155));
16280
+ $ret.addItem("HoverUnderlineColor", BrushUtil.h(138, 0, 0, 0));
16281
+ $ret.addItem("FocusUnderlineColor", BrushUtil.h(255, 0, 153, 155));
16282
16282
  $ret.addItem("UnderlineOpacity", 1);
16283
16283
  $ret.addItem("HoverUnderlineOpacity", 1);
16284
16284
  $ret.addItem("FocusUnderlineOpacity", 1);
16285
16285
  $ret.addItem("FocusUnderlineRippleOpacity", 1);
16286
16286
  $ret.addItem("UnderlineRippleOpacity", 0);
16287
- $ret.addItem("BackgroundColor", BrushUtil.g(0, 0, 0, 0));
16287
+ $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
16288
16288
  return $ret;
16289
16289
  })())));
16290
16290
  $ret.addItem(enumGetBox(InputGroupDisplayType_$type, 3), new Theme(0, ((() => {
@@ -16293,22 +16293,22 @@ let XInputGroup = /*@__PURE__*/ (() => {
16293
16293
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
16294
16294
  $ret.addItem("CornerRadius", new CornerRadius(0, 4));
16295
16295
  $ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
16296
- $ret.addItem("BorderColor", BrushUtil.g(138, 0, 0, 0));
16297
- $ret.addItem("FocusBorderColor", BrushUtil.g(255, 0, 153, 155));
16298
- $ret.addItem("FocusLabelColor", BrushUtil.g(255, 0, 153, 155));
16296
+ $ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
16297
+ $ret.addItem("FocusBorderColor", BrushUtil.h(255, 0, 153, 155));
16298
+ $ret.addItem("FocusLabelColor", BrushUtil.h(255, 0, 153, 155));
16299
16299
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
16300
16300
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
16301
16301
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
16302
- $ret.addItem("UnderlineColor", BrushUtil.g(138, 0, 0, 0));
16303
- $ret.addItem("UnderlineRippleColor", BrushUtil.g(255, 0, 153, 155));
16304
- $ret.addItem("HoverUnderlineColor", BrushUtil.g(138, 0, 0, 0));
16305
- $ret.addItem("FocusUnderlineColor", BrushUtil.g(255, 0, 153, 155));
16302
+ $ret.addItem("UnderlineColor", BrushUtil.h(138, 0, 0, 0));
16303
+ $ret.addItem("UnderlineRippleColor", BrushUtil.h(255, 0, 153, 155));
16304
+ $ret.addItem("HoverUnderlineColor", BrushUtil.h(138, 0, 0, 0));
16305
+ $ret.addItem("FocusUnderlineColor", BrushUtil.h(255, 0, 153, 155));
16306
16306
  $ret.addItem("UnderlineOpacity", 0);
16307
16307
  $ret.addItem("HoverUnderlineOpacity", 0);
16308
16308
  $ret.addItem("FocusUnderlineOpacity", 0);
16309
16309
  $ret.addItem("FocusUnderlineRippleOpacity", 0);
16310
16310
  $ret.addItem("UnderlineRippleOpacity", 0);
16311
- $ret.addItem("BackgroundColor", BrushUtil.g(0, 0, 0, 0));
16311
+ $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
16312
16312
  return $ret;
16313
16313
  })())));
16314
16314
  return $ret;
@@ -16324,22 +16324,22 @@ let XInputGroup = /*@__PURE__*/ (() => {
16324
16324
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
16325
16325
  $ret.addItem("CornerRadius", new CornerRadius(0, 4));
16326
16326
  $ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
16327
- $ret.addItem("BorderColor", BrushUtil.g(255, 186, 191, 199));
16328
- $ret.addItem("FocusBorderColor", BrushUtil.g(255, 33, 150, 243));
16329
- $ret.addItem("FocusLabelColor", BrushUtil.g(255, 33, 150, 243));
16327
+ $ret.addItem("BorderColor", BrushUtil.h(255, 186, 191, 199));
16328
+ $ret.addItem("FocusBorderColor", BrushUtil.h(255, 33, 150, 243));
16329
+ $ret.addItem("FocusLabelColor", BrushUtil.h(255, 33, 150, 243));
16330
16330
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
16331
16331
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
16332
16332
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
16333
- $ret.addItem("UnderlineColor", BrushUtil.g(255, 186, 191, 199));
16334
- $ret.addItem("UnderlineRippleColor", BrushUtil.g(255, 33, 150, 243));
16335
- $ret.addItem("HoverUnderlineColor", BrushUtil.g(255, 186, 191, 199));
16336
- $ret.addItem("FocusUnderlineColor", BrushUtil.g(255, 33, 150, 243));
16333
+ $ret.addItem("UnderlineColor", BrushUtil.h(255, 186, 191, 199));
16334
+ $ret.addItem("UnderlineRippleColor", BrushUtil.h(255, 33, 150, 243));
16335
+ $ret.addItem("HoverUnderlineColor", BrushUtil.h(255, 186, 191, 199));
16336
+ $ret.addItem("FocusUnderlineColor", BrushUtil.h(255, 33, 150, 243));
16337
16337
  $ret.addItem("UnderlineOpacity", 0);
16338
16338
  $ret.addItem("HoverUnderlineOpacity", 0);
16339
16339
  $ret.addItem("FocusUnderlineOpacity", 0);
16340
16340
  $ret.addItem("FocusUnderlineRippleOpacity", 0);
16341
16341
  $ret.addItem("UnderlineRippleOpacity", 0);
16342
- $ret.addItem("BackgroundColor", BrushUtil.g(0, 0, 0, 0));
16342
+ $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
16343
16343
  return $ret;
16344
16344
  })())));
16345
16345
  $ret.addItem(enumGetBox(InputGroupDisplayType_$type, 1), new Theme(0, ((() => {
@@ -16348,22 +16348,22 @@ let XInputGroup = /*@__PURE__*/ (() => {
16348
16348
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
16349
16349
  $ret.addItem("CornerRadius", new CornerRadius(1, 4, 4, 0, 0));
16350
16350
  $ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
16351
- $ret.addItem("BorderColor", BrushUtil.g(255, 186, 191, 199));
16352
- $ret.addItem("FocusBorderColor", BrushUtil.g(255, 33, 150, 243));
16353
- $ret.addItem("FocusLabelColor", BrushUtil.g(255, 33, 150, 243));
16351
+ $ret.addItem("BorderColor", BrushUtil.h(255, 186, 191, 199));
16352
+ $ret.addItem("FocusBorderColor", BrushUtil.h(255, 33, 150, 243));
16353
+ $ret.addItem("FocusLabelColor", BrushUtil.h(255, 33, 150, 243));
16354
16354
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
16355
16355
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
16356
16356
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
16357
- $ret.addItem("UnderlineColor", BrushUtil.g(255, 186, 191, 199));
16358
- $ret.addItem("UnderlineRippleColor", BrushUtil.g(255, 33, 150, 243));
16359
- $ret.addItem("HoverUnderlineColor", BrushUtil.g(255, 186, 191, 199));
16360
- $ret.addItem("FocusUnderlineColor", BrushUtil.g(255, 33, 150, 243));
16357
+ $ret.addItem("UnderlineColor", BrushUtil.h(255, 186, 191, 199));
16358
+ $ret.addItem("UnderlineRippleColor", BrushUtil.h(255, 33, 150, 243));
16359
+ $ret.addItem("HoverUnderlineColor", BrushUtil.h(255, 186, 191, 199));
16360
+ $ret.addItem("FocusUnderlineColor", BrushUtil.h(255, 33, 150, 243));
16361
16361
  $ret.addItem("UnderlineOpacity", 1);
16362
16362
  $ret.addItem("HoverUnderlineOpacity", 1);
16363
16363
  $ret.addItem("FocusUnderlineOpacity", 1);
16364
16364
  $ret.addItem("FocusUnderlineRippleOpacity", 1);
16365
16365
  $ret.addItem("UnderlineRippleOpacity", 0);
16366
- $ret.addItem("BackgroundColor", BrushUtil.g(20, 0, 0, 0));
16366
+ $ret.addItem("BackgroundColor", BrushUtil.h(20, 0, 0, 0));
16367
16367
  return $ret;
16368
16368
  })())));
16369
16369
  $ret.addItem(enumGetBox(InputGroupDisplayType_$type, 0), new Theme(0, ((() => {
@@ -16372,22 +16372,22 @@ let XInputGroup = /*@__PURE__*/ (() => {
16372
16372
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
16373
16373
  $ret.addItem("CornerRadius", new CornerRadius(0, 0));
16374
16374
  $ret.addItem("ContentPadding", new Thickness(0, 0));
16375
- $ret.addItem("BorderColor", BrushUtil.g(255, 186, 191, 199));
16376
- $ret.addItem("FocusBorderColor", BrushUtil.g(255, 33, 150, 243));
16377
- $ret.addItem("FocusLabelColor", BrushUtil.g(255, 33, 150, 243));
16375
+ $ret.addItem("BorderColor", BrushUtil.h(255, 186, 191, 199));
16376
+ $ret.addItem("FocusBorderColor", BrushUtil.h(255, 33, 150, 243));
16377
+ $ret.addItem("FocusLabelColor", BrushUtil.h(255, 33, 150, 243));
16378
16378
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
16379
16379
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
16380
16380
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
16381
- $ret.addItem("UnderlineColor", BrushUtil.g(255, 186, 191, 199));
16382
- $ret.addItem("UnderlineRippleColor", BrushUtil.g(255, 33, 150, 243));
16383
- $ret.addItem("HoverUnderlineColor", BrushUtil.g(255, 186, 191, 199));
16384
- $ret.addItem("FocusUnderlineColor", BrushUtil.g(255, 33, 150, 243));
16381
+ $ret.addItem("UnderlineColor", BrushUtil.h(255, 186, 191, 199));
16382
+ $ret.addItem("UnderlineRippleColor", BrushUtil.h(255, 33, 150, 243));
16383
+ $ret.addItem("HoverUnderlineColor", BrushUtil.h(255, 186, 191, 199));
16384
+ $ret.addItem("FocusUnderlineColor", BrushUtil.h(255, 33, 150, 243));
16385
16385
  $ret.addItem("UnderlineOpacity", 1);
16386
16386
  $ret.addItem("HoverUnderlineOpacity", 1);
16387
16387
  $ret.addItem("FocusUnderlineOpacity", 1);
16388
16388
  $ret.addItem("FocusUnderlineRippleOpacity", 1);
16389
16389
  $ret.addItem("UnderlineRippleOpacity", 0);
16390
- $ret.addItem("BackgroundColor", BrushUtil.g(0, 0, 0, 0));
16390
+ $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
16391
16391
  return $ret;
16392
16392
  })())));
16393
16393
  $ret.addItem(enumGetBox(InputGroupDisplayType_$type, 3), new Theme(0, ((() => {
@@ -16396,27 +16396,27 @@ let XInputGroup = /*@__PURE__*/ (() => {
16396
16396
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
16397
16397
  $ret.addItem("CornerRadius", new CornerRadius(0, 4));
16398
16398
  $ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
16399
- $ret.addItem("BorderColor", BrushUtil.g(255, 186, 191, 199));
16400
- $ret.addItem("FocusBorderColor", BrushUtil.g(255, 33, 150, 243));
16401
- $ret.addItem("FocusLabelColor", BrushUtil.g(255, 33, 150, 243));
16399
+ $ret.addItem("BorderColor", BrushUtil.h(255, 186, 191, 199));
16400
+ $ret.addItem("FocusBorderColor", BrushUtil.h(255, 33, 150, 243));
16401
+ $ret.addItem("FocusLabelColor", BrushUtil.h(255, 33, 150, 243));
16402
16402
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
16403
16403
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
16404
16404
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
16405
- $ret.addItem("UnderlineColor", BrushUtil.g(255, 186, 191, 199));
16406
- $ret.addItem("UnderlineRippleColor", BrushUtil.g(255, 33, 150, 243));
16407
- $ret.addItem("HoverUnderlineColor", BrushUtil.g(255, 186, 191, 199));
16408
- $ret.addItem("FocusUnderlineColor", BrushUtil.g(255, 33, 150, 243));
16405
+ $ret.addItem("UnderlineColor", BrushUtil.h(255, 186, 191, 199));
16406
+ $ret.addItem("UnderlineRippleColor", BrushUtil.h(255, 33, 150, 243));
16407
+ $ret.addItem("HoverUnderlineColor", BrushUtil.h(255, 186, 191, 199));
16408
+ $ret.addItem("FocusUnderlineColor", BrushUtil.h(255, 33, 150, 243));
16409
16409
  $ret.addItem("UnderlineOpacity", 0);
16410
16410
  $ret.addItem("HoverUnderlineOpacity", 0);
16411
16411
  $ret.addItem("FocusUnderlineOpacity", 0);
16412
16412
  $ret.addItem("FocusUnderlineRippleOpacity", 0);
16413
16413
  $ret.addItem("UnderlineRippleOpacity", 0);
16414
- $ret.addItem("BackgroundColor", BrushUtil.g(0, 0, 0, 0));
16414
+ $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
16415
16415
  return $ret;
16416
16416
  })())));
16417
16417
  return $ret;
16418
16418
  })()));
16419
- XInputGroup.n5 = /*@__PURE__*/ BrushUtil.g(255, 105, 136, 255);
16419
+ XInputGroup.n5 = /*@__PURE__*/ BrushUtil.h(255, 105, 136, 255);
16420
16420
  XInputGroup.l = /*@__PURE__*/ new Theme(1, /*@__PURE__*/ ((() => {
16421
16421
  let $ret = new Dictionary$2(String_$type, Base.$, 0);
16422
16422
  return $ret;
@@ -16428,22 +16428,22 @@ let XInputGroup = /*@__PURE__*/ (() => {
16428
16428
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
16429
16429
  $ret.addItem("CornerRadius", new CornerRadius(0, 4));
16430
16430
  $ret.addItem("ContentPadding", new Thickness(1, 8, 0, 8, 0));
16431
- $ret.addItem("BorderColor", BrushUtil.g(25, 0, 0, 0));
16431
+ $ret.addItem("BorderColor", BrushUtil.h(25, 0, 0, 0));
16432
16432
  $ret.addItem("FocusBorderColor", XInputGroup.n5);
16433
16433
  $ret.addItem("FocusLabelColor", XInputGroup.n5);
16434
16434
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
16435
16435
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
16436
16436
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
16437
- $ret.addItem("UnderlineColor", BrushUtil.g(25, 0, 0, 0));
16437
+ $ret.addItem("UnderlineColor", BrushUtil.h(25, 0, 0, 0));
16438
16438
  $ret.addItem("UnderlineRippleColor", XInputGroup.n5);
16439
- $ret.addItem("HoverUnderlineColor", BrushUtil.g(255, 0, 0, 0));
16439
+ $ret.addItem("HoverUnderlineColor", BrushUtil.h(255, 0, 0, 0));
16440
16440
  $ret.addItem("FocusUnderlineColor", XInputGroup.n5);
16441
16441
  $ret.addItem("UnderlineOpacity", 0);
16442
16442
  $ret.addItem("HoverUnderlineOpacity", 0);
16443
16443
  $ret.addItem("FocusUnderlineOpacity", 0);
16444
16444
  $ret.addItem("FocusUnderlineRippleOpacity", 0);
16445
16445
  $ret.addItem("UnderlineRippleOpacity", 0);
16446
- $ret.addItem("BackgroundColor", BrushUtil.g(0, 0, 0, 0));
16446
+ $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
16447
16447
  return $ret;
16448
16448
  })())));
16449
16449
  $ret.addItem(enumGetBox(InputGroupDisplayType_$type, 1), new Theme(0, ((() => {
@@ -16452,22 +16452,22 @@ let XInputGroup = /*@__PURE__*/ (() => {
16452
16452
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
16453
16453
  $ret.addItem("CornerRadius", new CornerRadius(1, 4, 4, 0, 0));
16454
16454
  $ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
16455
- $ret.addItem("BorderColor", BrushUtil.g(255, 186, 191, 199));
16455
+ $ret.addItem("BorderColor", BrushUtil.h(255, 186, 191, 199));
16456
16456
  $ret.addItem("FocusBorderColor", XInputGroup.n5);
16457
16457
  $ret.addItem("FocusLabelColor", XInputGroup.n5);
16458
16458
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
16459
16459
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
16460
16460
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
16461
- $ret.addItem("UnderlineColor", BrushUtil.g(255, 186, 191, 199));
16461
+ $ret.addItem("UnderlineColor", BrushUtil.h(255, 186, 191, 199));
16462
16462
  $ret.addItem("UnderlineRippleColor", XInputGroup.n5);
16463
- $ret.addItem("HoverUnderlineColor", BrushUtil.g(255, 186, 191, 199));
16463
+ $ret.addItem("HoverUnderlineColor", BrushUtil.h(255, 186, 191, 199));
16464
16464
  $ret.addItem("FocusUnderlineColor", XInputGroup.n5);
16465
16465
  $ret.addItem("UnderlineOpacity", 1);
16466
16466
  $ret.addItem("HoverUnderlineOpacity", 1);
16467
16467
  $ret.addItem("FocusUnderlineOpacity", 1);
16468
16468
  $ret.addItem("FocusUnderlineRippleOpacity", 1);
16469
16469
  $ret.addItem("UnderlineRippleOpacity", 0);
16470
- $ret.addItem("BackgroundColor", BrushUtil.g(25, 0, 0, 0));
16470
+ $ret.addItem("BackgroundColor", BrushUtil.h(25, 0, 0, 0));
16471
16471
  return $ret;
16472
16472
  })())));
16473
16473
  $ret.addItem(enumGetBox(InputGroupDisplayType_$type, 0), new Theme(0, ((() => {
@@ -16476,22 +16476,22 @@ let XInputGroup = /*@__PURE__*/ (() => {
16476
16476
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
16477
16477
  $ret.addItem("CornerRadius", new CornerRadius(0, 0));
16478
16478
  $ret.addItem("ContentPadding", new Thickness(0, 0));
16479
- $ret.addItem("BorderColor", BrushUtil.g(255, 186, 191, 199));
16479
+ $ret.addItem("BorderColor", BrushUtil.h(255, 186, 191, 199));
16480
16480
  $ret.addItem("FocusBorderColor", XInputGroup.n5);
16481
16481
  $ret.addItem("FocusLabelColor", XInputGroup.n5);
16482
16482
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
16483
16483
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
16484
16484
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
16485
- $ret.addItem("UnderlineColor", BrushUtil.g(255, 186, 191, 199));
16485
+ $ret.addItem("UnderlineColor", BrushUtil.h(255, 186, 191, 199));
16486
16486
  $ret.addItem("UnderlineRippleColor", XInputGroup.n5);
16487
- $ret.addItem("HoverUnderlineColor", BrushUtil.g(255, 186, 191, 199));
16487
+ $ret.addItem("HoverUnderlineColor", BrushUtil.h(255, 186, 191, 199));
16488
16488
  $ret.addItem("FocusUnderlineColor", XInputGroup.n5);
16489
16489
  $ret.addItem("UnderlineOpacity", 1);
16490
16490
  $ret.addItem("HoverUnderlineOpacity", 1);
16491
16491
  $ret.addItem("FocusUnderlineOpacity", 1);
16492
16492
  $ret.addItem("FocusUnderlineRippleOpacity", 1);
16493
16493
  $ret.addItem("UnderlineRippleOpacity", 0);
16494
- $ret.addItem("BackgroundColor", BrushUtil.g(0, 0, 0, 0));
16494
+ $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
16495
16495
  return $ret;
16496
16496
  })())));
16497
16497
  $ret.addItem(enumGetBox(InputGroupDisplayType_$type, 3), new Theme(0, ((() => {
@@ -16500,22 +16500,22 @@ let XInputGroup = /*@__PURE__*/ (() => {
16500
16500
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
16501
16501
  $ret.addItem("CornerRadius", new CornerRadius(0, 4));
16502
16502
  $ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
16503
- $ret.addItem("BorderColor", BrushUtil.g(255, 186, 191, 199));
16503
+ $ret.addItem("BorderColor", BrushUtil.h(255, 186, 191, 199));
16504
16504
  $ret.addItem("FocusBorderColor", XInputGroup.n5);
16505
16505
  $ret.addItem("FocusLabelColor", XInputGroup.n5);
16506
16506
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
16507
16507
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
16508
16508
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
16509
- $ret.addItem("UnderlineColor", BrushUtil.g(255, 186, 191, 199));
16509
+ $ret.addItem("UnderlineColor", BrushUtil.h(255, 186, 191, 199));
16510
16510
  $ret.addItem("UnderlineRippleColor", XInputGroup.n5);
16511
- $ret.addItem("HoverUnderlineColor", BrushUtil.g(255, 186, 191, 199));
16511
+ $ret.addItem("HoverUnderlineColor", BrushUtil.h(255, 186, 191, 199));
16512
16512
  $ret.addItem("FocusUnderlineColor", XInputGroup.n5);
16513
16513
  $ret.addItem("UnderlineOpacity", 0);
16514
16514
  $ret.addItem("HoverUnderlineOpacity", 0);
16515
16515
  $ret.addItem("FocusUnderlineOpacity", 0);
16516
16516
  $ret.addItem("FocusUnderlineRippleOpacity", 0);
16517
16517
  $ret.addItem("UnderlineRippleOpacity", 0);
16518
- $ret.addItem("BackgroundColor", BrushUtil.g(0, 0, 0, 0));
16518
+ $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
16519
16519
  return $ret;
16520
16520
  })())));
16521
16521
  return $ret;
@@ -16531,22 +16531,22 @@ let XInputGroup = /*@__PURE__*/ (() => {
16531
16531
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
16532
16532
  $ret.addItem("CornerRadius", new CornerRadius(0, 4));
16533
16533
  $ret.addItem("ContentPadding", new Thickness(1, 8, 0, 8, 0));
16534
- $ret.addItem("BorderColor", BrushUtil.g(51, 255, 255, 255));
16534
+ $ret.addItem("BorderColor", BrushUtil.h(51, 255, 255, 255));
16535
16535
  $ret.addItem("FocusBorderColor", XInputGroup.n5);
16536
16536
  $ret.addItem("FocusLabelColor", XInputGroup.n5);
16537
16537
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
16538
16538
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
16539
16539
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
16540
- $ret.addItem("UnderlineColor", BrushUtil.g(51, 255, 255, 255));
16540
+ $ret.addItem("UnderlineColor", BrushUtil.h(51, 255, 255, 255));
16541
16541
  $ret.addItem("UnderlineRippleColor", XInputGroup.n5);
16542
- $ret.addItem("HoverUnderlineColor", BrushUtil.g(51, 255, 255, 255));
16542
+ $ret.addItem("HoverUnderlineColor", BrushUtil.h(51, 255, 255, 255));
16543
16543
  $ret.addItem("FocusUnderlineColor", XInputGroup.n5);
16544
16544
  $ret.addItem("UnderlineOpacity", 0);
16545
16545
  $ret.addItem("HoverUnderlineOpacity", 0);
16546
16546
  $ret.addItem("FocusUnderlineOpacity", 0);
16547
16547
  $ret.addItem("FocusUnderlineRippleOpacity", 0);
16548
16548
  $ret.addItem("UnderlineRippleOpacity", 0);
16549
- $ret.addItem("BackgroundColor", BrushUtil.g(0, 0, 0, 0));
16549
+ $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
16550
16550
  return $ret;
16551
16551
  })())));
16552
16552
  $ret.addItem(enumGetBox(InputGroupDisplayType_$type, 1), new Theme(0, ((() => {
@@ -16555,22 +16555,22 @@ let XInputGroup = /*@__PURE__*/ (() => {
16555
16555
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
16556
16556
  $ret.addItem("CornerRadius", new CornerRadius(1, 4, 4, 0, 0));
16557
16557
  $ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
16558
- $ret.addItem("BorderColor", BrushUtil.g(51, 255, 255, 255));
16558
+ $ret.addItem("BorderColor", BrushUtil.h(51, 255, 255, 255));
16559
16559
  $ret.addItem("FocusBorderColor", XInputGroup.n5);
16560
16560
  $ret.addItem("FocusLabelColor", XInputGroup.n5);
16561
16561
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
16562
16562
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
16563
16563
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
16564
- $ret.addItem("UnderlineColor", BrushUtil.g(51, 255, 255, 255));
16564
+ $ret.addItem("UnderlineColor", BrushUtil.h(51, 255, 255, 255));
16565
16565
  $ret.addItem("UnderlineRippleColor", XInputGroup.n5);
16566
- $ret.addItem("HoverUnderlineColor", BrushUtil.g(51, 255, 255, 255));
16566
+ $ret.addItem("HoverUnderlineColor", BrushUtil.h(51, 255, 255, 255));
16567
16567
  $ret.addItem("FocusUnderlineColor", XInputGroup.n5);
16568
16568
  $ret.addItem("UnderlineOpacity", 1);
16569
16569
  $ret.addItem("HoverUnderlineOpacity", 1);
16570
16570
  $ret.addItem("FocusUnderlineOpacity", 1);
16571
16571
  $ret.addItem("FocusUnderlineRippleOpacity", 1);
16572
16572
  $ret.addItem("UnderlineRippleOpacity", 0);
16573
- $ret.addItem("BackgroundColor", BrushUtil.g(128, 55, 63, 86));
16573
+ $ret.addItem("BackgroundColor", BrushUtil.h(128, 55, 63, 86));
16574
16574
  return $ret;
16575
16575
  })())));
16576
16576
  $ret.addItem(enumGetBox(InputGroupDisplayType_$type, 0), new Theme(0, ((() => {
@@ -16579,22 +16579,22 @@ let XInputGroup = /*@__PURE__*/ (() => {
16579
16579
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
16580
16580
  $ret.addItem("CornerRadius", new CornerRadius(0, 0));
16581
16581
  $ret.addItem("ContentPadding", new Thickness(0, 0));
16582
- $ret.addItem("BorderColor", BrushUtil.g(51, 255, 255, 255));
16582
+ $ret.addItem("BorderColor", BrushUtil.h(51, 255, 255, 255));
16583
16583
  $ret.addItem("FocusBorderColor", XInputGroup.n5);
16584
16584
  $ret.addItem("FocusLabelColor", XInputGroup.n5);
16585
16585
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
16586
16586
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
16587
16587
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
16588
- $ret.addItem("UnderlineColor", BrushUtil.g(51, 255, 255, 255));
16588
+ $ret.addItem("UnderlineColor", BrushUtil.h(51, 255, 255, 255));
16589
16589
  $ret.addItem("UnderlineRippleColor", XInputGroup.n5);
16590
- $ret.addItem("HoverUnderlineColor", BrushUtil.g(51, 255, 255, 255));
16590
+ $ret.addItem("HoverUnderlineColor", BrushUtil.h(51, 255, 255, 255));
16591
16591
  $ret.addItem("FocusUnderlineColor", XInputGroup.n5);
16592
16592
  $ret.addItem("UnderlineOpacity", 1);
16593
16593
  $ret.addItem("HoverUnderlineOpacity", 1);
16594
16594
  $ret.addItem("FocusUnderlineOpacity", 1);
16595
16595
  $ret.addItem("FocusUnderlineRippleOpacity", 1);
16596
16596
  $ret.addItem("UnderlineRippleOpacity", 0);
16597
- $ret.addItem("BackgroundColor", BrushUtil.g(0, 0, 0, 0));
16597
+ $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
16598
16598
  return $ret;
16599
16599
  })())));
16600
16600
  $ret.addItem(enumGetBox(InputGroupDisplayType_$type, 3), new Theme(0, ((() => {
@@ -16603,22 +16603,22 @@ let XInputGroup = /*@__PURE__*/ (() => {
16603
16603
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
16604
16604
  $ret.addItem("CornerRadius", new CornerRadius(0, 4));
16605
16605
  $ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
16606
- $ret.addItem("BorderColor", BrushUtil.g(51, 255, 255, 255));
16606
+ $ret.addItem("BorderColor", BrushUtil.h(51, 255, 255, 255));
16607
16607
  $ret.addItem("FocusBorderColor", XInputGroup.n5);
16608
16608
  $ret.addItem("FocusLabelColor", XInputGroup.n5);
16609
16609
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
16610
16610
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
16611
16611
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
16612
- $ret.addItem("UnderlineColor", BrushUtil.g(51, 255, 255, 255));
16612
+ $ret.addItem("UnderlineColor", BrushUtil.h(51, 255, 255, 255));
16613
16613
  $ret.addItem("UnderlineRippleColor", XInputGroup.n5);
16614
- $ret.addItem("HoverUnderlineColor", BrushUtil.g(51, 255, 255, 255));
16614
+ $ret.addItem("HoverUnderlineColor", BrushUtil.h(51, 255, 255, 255));
16615
16615
  $ret.addItem("FocusUnderlineColor", XInputGroup.n5);
16616
16616
  $ret.addItem("UnderlineOpacity", 0);
16617
16617
  $ret.addItem("HoverUnderlineOpacity", 0);
16618
16618
  $ret.addItem("FocusUnderlineOpacity", 0);
16619
16619
  $ret.addItem("FocusUnderlineRippleOpacity", 0);
16620
16620
  $ret.addItem("UnderlineRippleOpacity", 0);
16621
- $ret.addItem("BackgroundColor", BrushUtil.g(0, 0, 0, 0));
16621
+ $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
16622
16622
  return $ret;
16623
16623
  })())));
16624
16624
  return $ret;
@@ -16760,7 +16760,7 @@ let XLabel = /*@__PURE__*/ (() => {
16760
16760
  $ret.m = 0.75;
16761
16761
  return $ret;
16762
16762
  })()));
16763
- this.aa = KeyFrameAnimationFactory.f.c(this.view.b(this.i).m(new AnimationKeyFrameProperty(14, b), new AnimationKeyFrameProperty(2, BrushUtil.g(0, 255, 255, 255))).m(new AnimationKeyFrameProperty(14, d), new AnimationKeyFrameProperty(2, BrushUtil.g(this.l == 2 ? 255 : 0, 255, 255, 255))));
16763
+ this.aa = KeyFrameAnimationFactory.f.c(this.view.b(this.i).m(new AnimationKeyFrameProperty(14, b), new AnimationKeyFrameProperty(2, BrushUtil.h(0, 255, 255, 255))).m(new AnimationKeyFrameProperty(14, d), new AnimationKeyFrameProperty(2, BrushUtil.h(this.l == 2 ? 255 : 0, 255, 255, 255))));
16764
16764
  }
16765
16765
  if (this.z == null) {
16766
16766
  this.z = KeyFrameAnimationFactory.f.c(this.view.a(this.i).m(new AnimationKeyFrameProperty(7, this.cz)).m(new AnimationKeyFrameProperty(7, this.cw)));
@@ -17295,14 +17295,14 @@ let XLabel = /*@__PURE__*/ (() => {
17295
17295
  }
17296
17296
  }
17297
17297
  XLabel.$t = /*@__PURE__*/ markType(XLabel, 'XLabel', XInputGroupItem.$);
17298
- XLabel.da = /*@__PURE__*/ BrushUtil.g(221, 0, 0, 0);
17299
- XLabel.c7 = /*@__PURE__*/ BrushUtil.g(255, 0, 153, 155);
17300
- XLabel.c9 = /*@__PURE__*/ BrushUtil.g(221, 0, 0, 0);
17301
- XLabel.c8 = /*@__PURE__*/ BrushUtil.g(255, 0, 153, 155);
17302
- XLabel.c3 = /*@__PURE__*/ BrushUtil.g(255, 24, 29, 31);
17303
- XLabel.c0 = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
17304
- XLabel.c2 = /*@__PURE__*/ BrushUtil.g(255, 24, 29, 31);
17305
- XLabel.c1 = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
17298
+ XLabel.da = /*@__PURE__*/ BrushUtil.h(221, 0, 0, 0);
17299
+ XLabel.c7 = /*@__PURE__*/ BrushUtil.h(255, 0, 153, 155);
17300
+ XLabel.c9 = /*@__PURE__*/ BrushUtil.h(221, 0, 0, 0);
17301
+ XLabel.c8 = /*@__PURE__*/ BrushUtil.h(255, 0, 153, 155);
17302
+ XLabel.c3 = /*@__PURE__*/ BrushUtil.h(255, 24, 29, 31);
17303
+ XLabel.c0 = /*@__PURE__*/ BrushUtil.h(255, 33, 150, 243);
17304
+ XLabel.c2 = /*@__PURE__*/ BrushUtil.h(255, 24, 29, 31);
17305
+ XLabel.c1 = /*@__PURE__*/ BrushUtil.h(255, 33, 150, 243);
17306
17306
  XLabel.o = 2;
17307
17307
  XLabel.db = /*@__PURE__*/ ThemeResolver.ah(XLabel.o, XLabel.da, XLabel.c3);
17308
17308
  XLabel.c4 = /*@__PURE__*/ ThemeResolver.ah(XLabel.o, XLabel.c7, XLabel.c0);
@@ -18102,8 +18102,8 @@ let XInput = /*@__PURE__*/ (() => {
18102
18102
  }
18103
18103
  }
18104
18104
  XInput.$t = /*@__PURE__*/ markType(XInput, 'XInput', XInputGroupItem.$);
18105
- XInput.d6 = /*@__PURE__*/ BrushUtil.g(221, 0, 0, 0);
18106
- XInput.d5 = /*@__PURE__*/ BrushUtil.g(221, 0, 0, 0);
18105
+ XInput.d6 = /*@__PURE__*/ BrushUtil.h(221, 0, 0, 0);
18106
+ XInput.d5 = /*@__PURE__*/ BrushUtil.h(221, 0, 0, 0);
18107
18107
  XInput.ae = null;
18108
18108
  XInput.bf = 0;
18109
18109
  return XInput;
@@ -22007,7 +22007,7 @@ let DatePicker = /*@__PURE__*/ (() => {
22007
22007
  this.a7 = dateMinValue();
22008
22008
  this.a6 = dateMinValue();
22009
22009
  this.bj = "";
22010
- this.dt = BrushUtil.g(255, 24, 29, 31);
22010
+ this.dt = BrushUtil.h(255, 24, 29, 31);
22011
22011
  this.z = null;
22012
22012
  this.bl = "";
22013
22013
  this.a4 = dateMinValue();
@@ -22015,8 +22015,8 @@ let DatePicker = /*@__PURE__*/ (() => {
22015
22015
  this.x = 2;
22016
22016
  this.v = 1;
22017
22017
  this.aa = null;
22018
- this.du = BrushUtil.g(255, 24, 29, 31);
22019
- this.ds = BrushUtil.g(255, 163, 172, 184);
22018
+ this.du = BrushUtil.h(255, 24, 29, 31);
22019
+ this.ds = BrushUtil.h(255, 163, 172, 184);
22020
22020
  this.ao = true;
22021
22021
  this.ap = false;
22022
22022
  this.ag = true;
@@ -23085,7 +23085,7 @@ let DatePicker = /*@__PURE__*/ (() => {
23085
23085
  this.u = new Popup();
23086
23086
  this.u.aq = this.aw;
23087
23087
  this.u.ax = this.a2;
23088
- this.u.cw = BrushUtil.g(255, 255, 255, 255);
23088
+ this.u.cw = BrushUtil.h(255, 255, 255, 255);
23089
23089
  this.u.a8 = 150;
23090
23090
  this.h.at(this.u);
23091
23091
  this.c = new XCalendar();
@@ -24478,7 +24478,7 @@ let XCheckbox = /*@__PURE__*/ (() => {
24478
24478
  this.s = false;
24479
24479
  this.ag = false;
24480
24480
  this.c6 = null;
24481
- this.c1 = ThemeResolver.ah(XCheckbox.m, BrushUtil.g(0, 0, 0, 0), BrushUtil.g(0, 0, 0, 0));
24481
+ this.c1 = ThemeResolver.ah(XCheckbox.m, BrushUtil.h(0, 0, 0, 0), BrushUtil.h(0, 0, 0, 0));
24482
24482
  this.c3 = null;
24483
24483
  this.c5 = null;
24484
24484
  this.c0 = ThemeResolver.ag(XCheckbox.m, XCheckbox.k, "TickColor");
@@ -25025,10 +25025,10 @@ let XCheckbox = /*@__PURE__*/ (() => {
25025
25025
  cp() {
25026
25026
  this.ck();
25027
25027
  if (this.checked) {
25028
- this.view.aj(BrushUtil.p(this.c8, 0.6), BrushUtil.p(this.c8, 0.1));
25028
+ this.view.aj(BrushUtil.q(this.c8, 0.6), BrushUtil.q(this.c8, 0.1));
25029
25029
  }
25030
25030
  else {
25031
- this.view.aj(BrushUtil.p(this.c8, 0.6), BrushUtil.p(this.dc, 0.1));
25031
+ this.view.aj(BrushUtil.q(this.c8, 0.6), BrushUtil.q(this.dc, 0.1));
25032
25032
  }
25033
25033
  }
25034
25034
  get a() {
@@ -25083,10 +25083,10 @@ let XCheckbox = /*@__PURE__*/ (() => {
25083
25083
  c = -1;
25084
25084
  }
25085
25085
  if (b) {
25086
- this.view.aj(BrushUtil.p(this.c8, 0.6), BrushUtil.p(this.c8, 0.1));
25086
+ this.view.aj(BrushUtil.q(this.c8, 0.6), BrushUtil.q(this.c8, 0.1));
25087
25087
  }
25088
25088
  else {
25089
- this.view.aj(BrushUtil.p(this.c8, 0.6), BrushUtil.p(this.dc, 0.1));
25089
+ this.view.aj(BrushUtil.q(this.c8, 0.6), BrushUtil.q(this.dc, 0.1));
25090
25090
  }
25091
25091
  if (!this.indeterminate) {
25092
25092
  NativeUI.af(this.view.t, null);
@@ -25212,11 +25212,11 @@ let XCheckbox = /*@__PURE__*/ (() => {
25212
25212
  XCheckbox.g = /*@__PURE__*/ ThemeResolver.a(/*@__PURE__*/ ((() => {
25213
25213
  let $ret = new Dictionary$2(String_$type, Base.$, 0);
25214
25214
  $ret.addItem("CheckPath", "M4.1,12.7 9,17.6 20.3,6.3");
25215
- $ret.addItem("UncheckedBorderColor", BrushUtil.g(255, 153, 153, 153));
25216
- $ret.addItem("CheckedBorderColor", BrushUtil.g(138, 33, 150, 243));
25217
- $ret.addItem("UncheckedBackgroundColor", BrushUtil.g(255, 255, 255, 255));
25218
- $ret.addItem("CheckedBackgroundColor", BrushUtil.g(255, 33, 150, 243));
25219
- $ret.addItem("TickColor", BrushUtil.g(255, 255, 255, 255));
25215
+ $ret.addItem("UncheckedBorderColor", BrushUtil.h(255, 153, 153, 153));
25216
+ $ret.addItem("CheckedBorderColor", BrushUtil.h(138, 33, 150, 243));
25217
+ $ret.addItem("UncheckedBackgroundColor", BrushUtil.h(255, 255, 255, 255));
25218
+ $ret.addItem("CheckedBackgroundColor", BrushUtil.h(255, 33, 150, 243));
25219
+ $ret.addItem("TickColor", BrushUtil.h(255, 255, 255, 255));
25220
25220
  $ret.addItem("TickStrokeWidth", 3);
25221
25221
  $ret.addItem("BorderWidth", NaN);
25222
25222
  $ret.addItem("CornerRadius", 2);
@@ -25225,11 +25225,11 @@ let XCheckbox = /*@__PURE__*/ (() => {
25225
25225
  XCheckbox.h = /*@__PURE__*/ ThemeResolver.a(/*@__PURE__*/ ((() => {
25226
25226
  let $ret = new Dictionary$2(String_$type, Base.$, 0);
25227
25227
  $ret.addItem("CheckPath", "M4.1,12.7 9,17.6 20.3,6.3");
25228
- $ret.addItem("UncheckedBorderColor", BrushUtil.g(138, 0, 0, 0));
25229
- $ret.addItem("CheckedBorderColor", BrushUtil.g(138, 0, 0, 0));
25230
- $ret.addItem("UncheckedBackgroundColor", BrushUtil.g(255, 255, 255, 255));
25231
- $ret.addItem("CheckedBackgroundColor", BrushUtil.g(255, 228, 28, 119));
25232
- $ret.addItem("TickColor", BrushUtil.g(255, 255, 255, 255));
25228
+ $ret.addItem("UncheckedBorderColor", BrushUtil.h(138, 0, 0, 0));
25229
+ $ret.addItem("CheckedBorderColor", BrushUtil.h(138, 0, 0, 0));
25230
+ $ret.addItem("UncheckedBackgroundColor", BrushUtil.h(255, 255, 255, 255));
25231
+ $ret.addItem("CheckedBackgroundColor", BrushUtil.h(255, 228, 28, 119));
25232
+ $ret.addItem("TickColor", BrushUtil.h(255, 255, 255, 255));
25233
25233
  $ret.addItem("TickStrokeWidth", 3);
25234
25234
  $ret.addItem("BorderWidth", NaN);
25235
25235
  $ret.addItem("CornerRadius", 2);
@@ -25238,11 +25238,11 @@ let XCheckbox = /*@__PURE__*/ (() => {
25238
25238
  XCheckbox.j = /*@__PURE__*/ ThemeResolver.a(/*@__PURE__*/ ((() => {
25239
25239
  let $ret = new Dictionary$2(String_$type, Base.$, 0);
25240
25240
  $ret.addItem("CheckPath", "M5.1,12.7 9,17.6 19,9");
25241
- $ret.addItem("UncheckedBorderColor", BrushUtil.g(255, 105, 136, 255));
25242
- $ret.addItem("CheckedBorderColor", BrushUtil.g(255, 105, 136, 255));
25243
- $ret.addItem("UncheckedBackgroundColor", BrushUtil.g(255, 255, 255, 255));
25244
- $ret.addItem("CheckedBackgroundColor", BrushUtil.g(255, 105, 136, 255));
25245
- $ret.addItem("TickColor", BrushUtil.g(255, 255, 255, 255));
25241
+ $ret.addItem("UncheckedBorderColor", BrushUtil.h(255, 105, 136, 255));
25242
+ $ret.addItem("CheckedBorderColor", BrushUtil.h(255, 105, 136, 255));
25243
+ $ret.addItem("UncheckedBackgroundColor", BrushUtil.h(255, 255, 255, 255));
25244
+ $ret.addItem("CheckedBackgroundColor", BrushUtil.h(255, 105, 136, 255));
25245
+ $ret.addItem("TickColor", BrushUtil.h(255, 255, 255, 255));
25246
25246
  $ret.addItem("TickStrokeWidth", 3);
25247
25247
  $ret.addItem("BorderWidth", NaN);
25248
25248
  $ret.addItem("CornerRadius", 2);
@@ -25251,11 +25251,11 @@ let XCheckbox = /*@__PURE__*/ (() => {
25251
25251
  XCheckbox.i = /*@__PURE__*/ ThemeResolver.a(/*@__PURE__*/ ((() => {
25252
25252
  let $ret = new Dictionary$2(String_$type, Base.$, 0);
25253
25253
  $ret.addItem("CheckPath", "M5.1,12.7 9,17.6 19,9");
25254
- $ret.addItem("UncheckedBorderColor", BrushUtil.g(255, 105, 136, 255));
25255
- $ret.addItem("CheckedBorderColor", BrushUtil.g(255, 105, 136, 255));
25256
- $ret.addItem("UncheckedBackgroundColor", BrushUtil.g(255, 55, 63, 86));
25257
- $ret.addItem("CheckedBackgroundColor", BrushUtil.g(255, 105, 136, 255));
25258
- $ret.addItem("TickColor", BrushUtil.g(255, 255, 255, 255));
25254
+ $ret.addItem("UncheckedBorderColor", BrushUtil.h(255, 105, 136, 255));
25255
+ $ret.addItem("CheckedBorderColor", BrushUtil.h(255, 105, 136, 255));
25256
+ $ret.addItem("UncheckedBackgroundColor", BrushUtil.h(255, 55, 63, 86));
25257
+ $ret.addItem("CheckedBackgroundColor", BrushUtil.h(255, 105, 136, 255));
25258
+ $ret.addItem("TickColor", BrushUtil.h(255, 255, 255, 255));
25259
25259
  $ret.addItem("TickStrokeWidth", 3);
25260
25260
  $ret.addItem("BorderWidth", NaN);
25261
25261
  $ret.addItem("CornerRadius", 2);
@@ -27340,61 +27340,61 @@ let XButtonGroup = /*@__PURE__*/ (() => {
27340
27340
  XButtonGroup.$t = /*@__PURE__*/ markType(XButtonGroup, 'XButtonGroup', Base.$, [INotifyPropertyChanged_$type]);
27341
27341
  XButtonGroup.o = 2;
27342
27342
  XButtonGroup.av = 4;
27343
- XButtonGroup.gn = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
27344
- XButtonGroup.gp = /*@__PURE__*/ BrushUtil.g(10, 0, 0, 0);
27345
- XButtonGroup.go = /*@__PURE__*/ BrushUtil.g(255, 199, 199, 199);
27346
- XButtonGroup.gq = /*@__PURE__*/ BrushUtil.g(255, 199, 199, 199);
27343
+ XButtonGroup.gn = /*@__PURE__*/ BrushUtil.h(255, 255, 255, 255);
27344
+ XButtonGroup.gp = /*@__PURE__*/ BrushUtil.h(10, 0, 0, 0);
27345
+ XButtonGroup.go = /*@__PURE__*/ BrushUtil.h(255, 199, 199, 199);
27346
+ XButtonGroup.gq = /*@__PURE__*/ BrushUtil.h(255, 199, 199, 199);
27347
27347
  XButtonGroup.au = 1;
27348
- XButtonGroup.gu = /*@__PURE__*/ BrushUtil.g(255, 0, 0, 0);
27349
- XButtonGroup.gr = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
27350
- XButtonGroup.gv = /*@__PURE__*/ BrushUtil.g(60, 0, 0, 0);
27351
- XButtonGroup.gy = /*@__PURE__*/ BrushUtil.g(255, 0, 0, 0);
27352
- XButtonGroup.gs = /*@__PURE__*/ BrushUtil.g(30, 0, 0, 0);
27353
- XButtonGroup.gt = /*@__PURE__*/ BrushUtil.g(255, 0, 0, 0);
27354
- XButtonGroup.gw = /*@__PURE__*/ BrushUtil.g(96, 0, 0, 0);
27355
- XButtonGroup.gx = /*@__PURE__*/ BrushUtil.g(255, 0, 0, 0);
27348
+ XButtonGroup.gu = /*@__PURE__*/ BrushUtil.h(255, 0, 0, 0);
27349
+ XButtonGroup.gr = /*@__PURE__*/ BrushUtil.h(66, 0, 0, 0);
27350
+ XButtonGroup.gv = /*@__PURE__*/ BrushUtil.h(60, 0, 0, 0);
27351
+ XButtonGroup.gy = /*@__PURE__*/ BrushUtil.h(255, 0, 0, 0);
27352
+ XButtonGroup.gs = /*@__PURE__*/ BrushUtil.h(30, 0, 0, 0);
27353
+ XButtonGroup.gt = /*@__PURE__*/ BrushUtil.h(255, 0, 0, 0);
27354
+ XButtonGroup.gw = /*@__PURE__*/ BrushUtil.h(96, 0, 0, 0);
27355
+ XButtonGroup.gx = /*@__PURE__*/ BrushUtil.h(255, 0, 0, 0);
27356
27356
  XButtonGroup.ap = 3;
27357
- XButtonGroup.fn = /*@__PURE__*/ BrushUtil.g(0, 255, 255, 255);
27358
- XButtonGroup.fp = /*@__PURE__*/ BrushUtil.g(10, 0, 0, 0);
27359
- XButtonGroup.fo = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
27360
- XButtonGroup.fq = /*@__PURE__*/ BrushUtil.g(255, 199, 199, 199);
27357
+ XButtonGroup.fn = /*@__PURE__*/ BrushUtil.h(0, 255, 255, 255);
27358
+ XButtonGroup.fp = /*@__PURE__*/ BrushUtil.h(10, 0, 0, 0);
27359
+ XButtonGroup.fo = /*@__PURE__*/ BrushUtil.h(255, 33, 150, 243);
27360
+ XButtonGroup.fq = /*@__PURE__*/ BrushUtil.h(255, 199, 199, 199);
27361
27361
  XButtonGroup.ao = 1;
27362
- XButtonGroup.fu = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
27363
- XButtonGroup.fr = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
27364
- XButtonGroup.fv = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
27365
- XButtonGroup.fy = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
27366
- XButtonGroup.fs = /*@__PURE__*/ BrushUtil.g(26, 33, 150, 243);
27367
- XButtonGroup.ft = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
27368
- XButtonGroup.fw = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
27369
- XButtonGroup.fx = /*@__PURE__*/ BrushUtil.g(255, 255, 255, 255);
27362
+ XButtonGroup.fu = /*@__PURE__*/ BrushUtil.h(255, 33, 150, 243);
27363
+ XButtonGroup.fr = /*@__PURE__*/ BrushUtil.h(66, 0, 0, 0);
27364
+ XButtonGroup.fv = /*@__PURE__*/ BrushUtil.h(255, 33, 150, 243);
27365
+ XButtonGroup.fy = /*@__PURE__*/ BrushUtil.h(255, 255, 255, 255);
27366
+ XButtonGroup.fs = /*@__PURE__*/ BrushUtil.h(26, 33, 150, 243);
27367
+ XButtonGroup.ft = /*@__PURE__*/ BrushUtil.h(255, 33, 150, 243);
27368
+ XButtonGroup.fw = /*@__PURE__*/ BrushUtil.h(255, 33, 150, 243);
27369
+ XButtonGroup.fx = /*@__PURE__*/ BrushUtil.h(255, 255, 255, 255);
27370
27370
  XButtonGroup.at = 4;
27371
- XButtonGroup.gb = /*@__PURE__*/ BrushUtil.g(0, 255, 255, 255);
27372
- XButtonGroup.gd = /*@__PURE__*/ BrushUtil.g(10, 0, 0, 0);
27373
- XButtonGroup.gc = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
27374
- XButtonGroup.ge = /*@__PURE__*/ BrushUtil.g(255, 199, 199, 199);
27371
+ XButtonGroup.gb = /*@__PURE__*/ BrushUtil.h(0, 255, 255, 255);
27372
+ XButtonGroup.gd = /*@__PURE__*/ BrushUtil.h(10, 0, 0, 0);
27373
+ XButtonGroup.gc = /*@__PURE__*/ BrushUtil.h(0, 0, 0, 0);
27374
+ XButtonGroup.ge = /*@__PURE__*/ BrushUtil.h(255, 199, 199, 199);
27375
27375
  XButtonGroup.as = 0;
27376
- XButtonGroup.gi = /*@__PURE__*/ BrushUtil.g(255, 228, 28, 119);
27377
- XButtonGroup.gf = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
27378
- XButtonGroup.gj = /*@__PURE__*/ BrushUtil.g(30, 228, 28, 119);
27379
- XButtonGroup.gm = /*@__PURE__*/ BrushUtil.g(255, 228, 28, 119);
27380
- XButtonGroup.gg = /*@__PURE__*/ BrushUtil.g(13, 228, 28, 119);
27381
- XButtonGroup.gh = /*@__PURE__*/ BrushUtil.g(255, 228, 28, 119);
27382
- XButtonGroup.gk = /*@__PURE__*/ BrushUtil.g(30, 228, 28, 119);
27383
- XButtonGroup.gl = /*@__PURE__*/ BrushUtil.g(255, 228, 28, 119);
27376
+ XButtonGroup.gi = /*@__PURE__*/ BrushUtil.h(255, 228, 28, 119);
27377
+ XButtonGroup.gf = /*@__PURE__*/ BrushUtil.h(66, 0, 0, 0);
27378
+ XButtonGroup.gj = /*@__PURE__*/ BrushUtil.h(30, 228, 28, 119);
27379
+ XButtonGroup.gm = /*@__PURE__*/ BrushUtil.h(255, 228, 28, 119);
27380
+ XButtonGroup.gg = /*@__PURE__*/ BrushUtil.h(13, 228, 28, 119);
27381
+ XButtonGroup.gh = /*@__PURE__*/ BrushUtil.h(255, 228, 28, 119);
27382
+ XButtonGroup.gk = /*@__PURE__*/ BrushUtil.h(30, 228, 28, 119);
27383
+ XButtonGroup.gl = /*@__PURE__*/ BrushUtil.h(255, 228, 28, 119);
27384
27384
  XButtonGroup.an = 0;
27385
- XButtonGroup.fb = /*@__PURE__*/ BrushUtil.g(0, 255, 255, 255);
27386
- XButtonGroup.fd = /*@__PURE__*/ BrushUtil.g(10, 0, 0, 0);
27387
- XButtonGroup.fc = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
27388
- XButtonGroup.fe = /*@__PURE__*/ BrushUtil.g(0, 0, 0, 0);
27385
+ XButtonGroup.fb = /*@__PURE__*/ BrushUtil.h(0, 255, 255, 255);
27386
+ XButtonGroup.fd = /*@__PURE__*/ BrushUtil.h(10, 0, 0, 0);
27387
+ XButtonGroup.fc = /*@__PURE__*/ BrushUtil.h(0, 0, 0, 0);
27388
+ XButtonGroup.fe = /*@__PURE__*/ BrushUtil.h(0, 0, 0, 0);
27389
27389
  XButtonGroup.am = 0;
27390
- XButtonGroup.fi = /*@__PURE__*/ BrushUtil.g(255, 119, 119, 119);
27391
- XButtonGroup.ff = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
27392
- XButtonGroup.fj = /*@__PURE__*/ BrushUtil.g(26, 33, 150, 243);
27393
- XButtonGroup.fm = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
27394
- XButtonGroup.fg = /*@__PURE__*/ BrushUtil.g(10, 33, 150, 243);
27395
- XButtonGroup.fh = /*@__PURE__*/ BrushUtil.g(255, 119, 119, 119);
27396
- XButtonGroup.fk = /*@__PURE__*/ BrushUtil.g(26, 33, 150, 243);
27397
- XButtonGroup.fl = /*@__PURE__*/ BrushUtil.g(255, 33, 150, 243);
27390
+ XButtonGroup.fi = /*@__PURE__*/ BrushUtil.h(255, 119, 119, 119);
27391
+ XButtonGroup.ff = /*@__PURE__*/ BrushUtil.h(66, 0, 0, 0);
27392
+ XButtonGroup.fj = /*@__PURE__*/ BrushUtil.h(26, 33, 150, 243);
27393
+ XButtonGroup.fm = /*@__PURE__*/ BrushUtil.h(255, 33, 150, 243);
27394
+ XButtonGroup.fg = /*@__PURE__*/ BrushUtil.h(10, 33, 150, 243);
27395
+ XButtonGroup.fh = /*@__PURE__*/ BrushUtil.h(255, 119, 119, 119);
27396
+ XButtonGroup.fk = /*@__PURE__*/ BrushUtil.h(26, 33, 150, 243);
27397
+ XButtonGroup.fl = /*@__PURE__*/ BrushUtil.h(255, 33, 150, 243);
27398
27398
  XButtonGroup.cv = "OutlinedSelectedItemHoverBackgroundColor";
27399
27399
  XButtonGroup.a4 = 0;
27400
27400
  return XButtonGroup;