@ardium-ui/ui 5.0.0-alpha.84 → 5.0.0-alpha.86

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.
@@ -8,7 +8,7 @@ import * as i4 from '@ardium-ui/devkit';
8
8
  import { arraySignal, coerceBooleanProperty, coerceNumberProperty, trackFormControl, coerceArrayProperty, ArdiumClickOutsideModule, ArdiumEscapeHTMLModule, FileSystemService, FileSystemMethod, ArdiumFilePipesModule, coerceDateProperty, ArdiumHoldModule } from '@ardium-ui/devkit';
9
9
  import { isDefined, any, isPrimitive, isAnyString, isNull, isNumber, isString, isArray, isFunction, isRegExp, evaluate, isObject, isPromise, isDate } from 'simple-bool';
10
10
  import { resolvePath } from 'resolve-object-path';
11
- import TakeChance$1, { TakeChance } from 'take-chance';
11
+ import { TakeChance } from 'take-chance';
12
12
  import * as i1 from '@angular/common';
13
13
  import { CommonModule, DatePipe, UpperCasePipe, TitleCasePipe, DATE_PIPE_DEFAULT_OPTIONS, DOCUMENT, DecimalPipe, AsyncPipe } from '@angular/common';
14
14
  import { toSignal } from '@angular/core/rxjs-interop';
@@ -10642,7 +10642,7 @@ class ArdiumRadioGroupComponent extends _FormFieldComponentBase {
10642
10642
  this.selected = model(null);
10643
10643
  //! name
10644
10644
  /** Name of the radio button group. All radio buttons inside this group will use this name. */
10645
- this.name = computed(() => this.htmlName() ?? TakeChance$1.id());
10645
+ this.name = computed(() => this.htmlName() ?? TakeChance.id());
10646
10646
  //! hooks
10647
10647
  this._childEventSubs = [];
10648
10648
  this._isContentInit = false;