@ethlete/cdk 4.65.0 → 4.67.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/index.d.ts CHANGED
@@ -4075,8 +4075,9 @@ declare const BRACKET_DEFAULT_CONFIG: BracketConfig;
4075
4075
 
4076
4076
  declare class BreadcrumbItemTemplateDirective {
4077
4077
  templateRef: i0.TemplateRef<unknown>;
4078
+ loading: i0.InputSignalWithTransform<boolean, unknown>;
4078
4079
  static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbItemTemplateDirective, never>;
4079
- static ɵdir: i0.ɵɵDirectiveDeclaration<BreadcrumbItemTemplateDirective, "[etBreadcrumbItemTemplate]", never, {}, {}, never, never, true, never>;
4080
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BreadcrumbItemTemplateDirective, "[etBreadcrumbItemTemplate]", never, { "loading": { "alias": "loading"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
4080
4081
  }
4081
4082
 
4082
4083
  declare class BreadcrumbComponent {
@@ -5972,6 +5973,7 @@ declare class ComboboxDirective implements OnInit {
5972
5973
  bodyMoreItemsHintComponentInputs: InputSignal<Record<string, unknown> | null | undefined>;
5973
5974
  protected readonly filterChange: EventEmitter<string>;
5974
5975
  readonly optionClick: EventEmitter<unknown>;
5976
+ readonly userInteraction: EventEmitter<any>;
5975
5977
  private _shouldIgnoreNextBlurEvent;
5976
5978
  private _deletedSearchWithKeyPress;
5977
5979
  readonly selectBodyId$: BehaviorSubject<string | null>;
@@ -6054,7 +6056,7 @@ declare class ComboboxDirective implements OnInit {
6054
6056
  private _debugValidateComboboxConfig;
6055
6057
  private _debugValidateOptionAndInitialValueSchema;
6056
6058
  static ɵfac: i0.ɵɵFactoryDeclaration<ComboboxDirective, never>;
6057
- static ɵdir: i0.ɵɵDirectiveDeclaration<ComboboxDirective, never, never, { "options": { "alias": "options"; "required": true; }; "initialValue": { "alias": "initialValue"; "required": false; }; "filterInternal": { "alias": "filterInternal"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "error": { "alias": "error"; "required": false; }; "emptyText": { "alias": "emptyText"; "required": false; }; "bodyEmptyText": { "alias": "bodyEmptyText"; "required": false; }; "bodyMoreItemsHintText": { "alias": "bodyMoreItemsHintText"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "bindLabel": { "alias": "bindLabel"; "required": false; }; "bindValue": { "alias": "bindValue"; "required": false; }; "bindKey": { "alias": "bindKey"; "required": false; }; "bindDisabled": { "alias": "bindDisabled"; "required": false; }; "allowCustomValues": { "alias": "allowCustomValues"; "required": false; }; "showBodyMoreItemsHint": { "alias": "showBodyMoreItemsHint"; "required": false; }; "optionComponent": { "alias": "optionComponent"; "required": false; "isSignal": true; }; "optionComponentInputs": { "alias": "optionComponentInputs"; "required": false; "isSignal": true; }; "selectedOptionComponent": { "alias": "selectedOptionComponent"; "required": false; "isSignal": true; }; "bodyErrorComponentInputs": { "alias": "bodyErrorComponentInputs"; "required": false; "isSignal": true; }; "bodyErrorComponent": { "alias": "bodyErrorComponent"; "required": false; "isSignal": true; }; "selectedOptionComponentInputs": { "alias": "selectedOptionComponentInputs"; "required": false; "isSignal": true; }; "bodyLoadingComponent": { "alias": "bodyLoadingComponent"; "required": false; "isSignal": true; }; "bodyLoadingComponentInputs": { "alias": "bodyLoadingComponentInputs"; "required": false; "isSignal": true; }; "bodyEmptyComponent": { "alias": "bodyEmptyComponent"; "required": false; "isSignal": true; }; "bodyEmptyComponentInputs": { "alias": "bodyEmptyComponentInputs"; "required": false; "isSignal": true; }; "bodyMoreItemsHintComponent": { "alias": "bodyMoreItemsHintComponent"; "required": false; "isSignal": true; }; "bodyMoreItemsHintComponentInputs": { "alias": "bodyMoreItemsHintComponentInputs"; "required": false; "isSignal": true; }; }, { "filterChange": "filterChange"; "optionClick": "optionClick"; }, ["optionTemplate", "selectedOptionTemplate", "bodyLoadingTemplate", "bodyErrorTemplate", "bodyEmptyTemplate", "bodyMoreItemsHintTemplate"], never, true, never>;
6059
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ComboboxDirective, never, never, { "options": { "alias": "options"; "required": true; }; "initialValue": { "alias": "initialValue"; "required": false; }; "filterInternal": { "alias": "filterInternal"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "error": { "alias": "error"; "required": false; }; "emptyText": { "alias": "emptyText"; "required": false; }; "bodyEmptyText": { "alias": "bodyEmptyText"; "required": false; }; "bodyMoreItemsHintText": { "alias": "bodyMoreItemsHintText"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "bindLabel": { "alias": "bindLabel"; "required": false; }; "bindValue": { "alias": "bindValue"; "required": false; }; "bindKey": { "alias": "bindKey"; "required": false; }; "bindDisabled": { "alias": "bindDisabled"; "required": false; }; "allowCustomValues": { "alias": "allowCustomValues"; "required": false; }; "showBodyMoreItemsHint": { "alias": "showBodyMoreItemsHint"; "required": false; }; "optionComponent": { "alias": "optionComponent"; "required": false; "isSignal": true; }; "optionComponentInputs": { "alias": "optionComponentInputs"; "required": false; "isSignal": true; }; "selectedOptionComponent": { "alias": "selectedOptionComponent"; "required": false; "isSignal": true; }; "bodyErrorComponentInputs": { "alias": "bodyErrorComponentInputs"; "required": false; "isSignal": true; }; "bodyErrorComponent": { "alias": "bodyErrorComponent"; "required": false; "isSignal": true; }; "selectedOptionComponentInputs": { "alias": "selectedOptionComponentInputs"; "required": false; "isSignal": true; }; "bodyLoadingComponent": { "alias": "bodyLoadingComponent"; "required": false; "isSignal": true; }; "bodyLoadingComponentInputs": { "alias": "bodyLoadingComponentInputs"; "required": false; "isSignal": true; }; "bodyEmptyComponent": { "alias": "bodyEmptyComponent"; "required": false; "isSignal": true; }; "bodyEmptyComponentInputs": { "alias": "bodyEmptyComponentInputs"; "required": false; "isSignal": true; }; "bodyMoreItemsHintComponent": { "alias": "bodyMoreItemsHintComponent"; "required": false; "isSignal": true; }; "bodyMoreItemsHintComponentInputs": { "alias": "bodyMoreItemsHintComponentInputs"; "required": false; "isSignal": true; }; }, { "filterChange": "filterChange"; "optionClick": "optionClick"; "userInteraction": "userInteraction"; }, ["optionTemplate", "selectedOptionTemplate", "bodyLoadingTemplate", "bodyErrorTemplate", "bodyEmptyTemplate", "bodyMoreItemsHintTemplate"], never, true, never>;
6058
6060
  static ngAcceptInputType_showBodyMoreItemsHint: unknown;
6059
6061
  }
6060
6062
 
@@ -6073,7 +6075,7 @@ declare class ComboboxComponent extends DecoratedInputBase {
6073
6075
  protected readonly combobox: ComboboxDirective;
6074
6076
  constructor();
6075
6077
  static ɵfac: i0.ɵɵFactoryDeclaration<ComboboxComponent, never>;
6076
- static ɵcmp: i0.ɵɵComponentDeclaration<ComboboxComponent, "et-combobox", never, {}, {}, never, ["[etInputPrefix]", "[etInputSuffix]", "*"], true, [{ directive: typeof i1.AnimatedOverlayDirective; inputs: {}; outputs: {}; }, { directive: typeof OverlayCloseBlockerDirective; inputs: {}; outputs: {}; }, { directive: typeof InputDirective; inputs: { "placeholder": "placeholder"; }; outputs: {}; }, { directive: typeof ComboboxDirective; inputs: { "options": "options"; "initialValue": "initialValue"; "filterInternal": "filterInternal"; "loading": "loading"; "error": "error"; "emptyText": "emptyText"; "placeholder": "placeholder"; "multiple": "multiple"; "bindLabel": "bindLabel"; "bindValue": "bindValue"; "bindDisabled": "bindDisabled"; "allowCustomValues": "allowCustomValues"; "selectedOptionComponent": "selectedOptionComponent"; "optionComponent": "optionComponent"; "bodyErrorComponent": "bodyErrorComponent"; "bodyLoadingComponent": "bodyLoadingComponent"; "bodyEmptyComponent": "bodyEmptyComponent"; "bodyMoreItemsHintComponent": "bodyMoreItemsHintComponent"; "showBodyMoreItemsHint": "showBodyMoreItemsHint"; "bodyEmptyText": "bodyEmptyText"; "bodyMoreItemsHintText": "bodyMoreItemsHintText"; "optionComponentInputs": "optionComponentInputs"; "selectedOptionComponentInputs": "selectedOptionComponentInputs"; "bodyErrorComponentInputs": "bodyErrorComponentInputs"; "bodyLoadingComponentInputs": "bodyLoadingComponentInputs"; "bodyEmptyComponentInputs": "bodyEmptyComponentInputs"; "bodyMoreItemsHintComponentInputs": "bodyMoreItemsHintComponentInputs"; }; outputs: { "filterChange": "filterChange"; "optionClick": "optionClick"; }; }]>;
6078
+ static ɵcmp: i0.ɵɵComponentDeclaration<ComboboxComponent, "et-combobox", never, {}, {}, never, ["[etInputPrefix]", "[etInputSuffix]", "*"], true, [{ directive: typeof i1.AnimatedOverlayDirective; inputs: {}; outputs: {}; }, { directive: typeof OverlayCloseBlockerDirective; inputs: {}; outputs: {}; }, { directive: typeof InputDirective; inputs: { "placeholder": "placeholder"; }; outputs: {}; }, { directive: typeof ComboboxDirective; inputs: { "options": "options"; "initialValue": "initialValue"; "filterInternal": "filterInternal"; "loading": "loading"; "error": "error"; "emptyText": "emptyText"; "placeholder": "placeholder"; "multiple": "multiple"; "bindLabel": "bindLabel"; "bindValue": "bindValue"; "bindDisabled": "bindDisabled"; "allowCustomValues": "allowCustomValues"; "selectedOptionComponent": "selectedOptionComponent"; "optionComponent": "optionComponent"; "bodyErrorComponent": "bodyErrorComponent"; "bodyLoadingComponent": "bodyLoadingComponent"; "bodyEmptyComponent": "bodyEmptyComponent"; "bodyMoreItemsHintComponent": "bodyMoreItemsHintComponent"; "showBodyMoreItemsHint": "showBodyMoreItemsHint"; "bodyEmptyText": "bodyEmptyText"; "bodyMoreItemsHintText": "bodyMoreItemsHintText"; "optionComponentInputs": "optionComponentInputs"; "selectedOptionComponentInputs": "selectedOptionComponentInputs"; "bodyErrorComponentInputs": "bodyErrorComponentInputs"; "bodyLoadingComponentInputs": "bodyLoadingComponentInputs"; "bodyEmptyComponentInputs": "bodyEmptyComponentInputs"; "bodyMoreItemsHintComponentInputs": "bodyMoreItemsHintComponentInputs"; }; outputs: { "filterChange": "filterChange"; "optionClick": "optionClick"; "userInteraction": "userInteraction"; }; }]>;
6077
6079
  }
6078
6080
 
6079
6081
  declare const COMBOBOX_BODY_EMPTY_TEMPLATE_TOKEN: InjectionToken<ComboboxBodyEmptyTemplateDirective>;
@@ -6447,6 +6449,7 @@ declare class SelectDirective<T extends SelectDirectiveBodyComponentBase> implem
6447
6449
  set multiple(value: unknown);
6448
6450
  emptyText?: string;
6449
6451
  readonly optionClick: EventEmitter<unknown>;
6452
+ readonly userInteraction: EventEmitter<any>;
6450
6453
  private set _selectOptionsQueryList(value);
6451
6454
  private readonly _selectOptionsQueryList$;
6452
6455
  readonly selectBodyId$: rxjs.Observable<string | null>;
@@ -6489,7 +6492,7 @@ declare class SelectDirective<T extends SelectDirectiveBodyComponentBase> implem
6489
6492
  private _interpretKeyHandlerResult;
6490
6493
  private _closeBodyOnDisable;
6491
6494
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectDirective<any>, never>;
6492
- static ɵdir: i0.ɵɵDirectiveDeclaration<SelectDirective<any>, never, never, { "multiple": { "alias": "multiple"; "required": false; }; "emptyText": { "alias": "emptyText"; "required": false; }; }, { "optionClick": "optionClick"; }, ["_selectOptionsQueryList"], never, true, [{ directive: typeof i1.AnimatedOverlayDirective; inputs: {}; outputs: {}; }, { directive: typeof OverlayCloseBlockerDirective; inputs: {}; outputs: {}; }]>;
6495
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SelectDirective<any>, never, never, { "multiple": { "alias": "multiple"; "required": false; }; "emptyText": { "alias": "emptyText"; "required": false; }; }, { "optionClick": "optionClick"; "userInteraction": "userInteraction"; }, ["_selectOptionsQueryList"], never, true, [{ directive: typeof i1.AnimatedOverlayDirective; inputs: {}; outputs: {}; }, { directive: typeof OverlayCloseBlockerDirective; inputs: {}; outputs: {}; }]>;
6493
6496
  }
6494
6497
 
6495
6498
  declare class SelectBodyComponent {
@@ -6508,7 +6511,7 @@ declare class SelectComponent extends DecoratedInputBase implements AfterViewIni
6508
6511
  selectBodyTpl: TemplateRef<unknown> | null;
6509
6512
  ngAfterViewInit(): void;
6510
6513
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectComponent, never>;
6511
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent, "et-select", never, {}, {}, never, ["[etInputPrefix]", "[etInputSuffix]", "*"], true, [{ directive: typeof InputDirective; inputs: {}; outputs: {}; }, { directive: typeof SelectDirective; inputs: { "multiple": "multiple"; "emptyText": "emptyText"; }; outputs: { "optionClick": "optionClick"; }; }]>;
6514
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent, "et-select", never, {}, {}, never, ["[etInputPrefix]", "[etInputSuffix]", "*"], true, [{ directive: typeof InputDirective; inputs: {}; outputs: {}; }, { directive: typeof SelectDirective; inputs: { "multiple": "multiple"; "emptyText": "emptyText"; }; outputs: { "optionClick": "optionClick"; "userInteraction": "userInteraction"; }; }]>;
6512
6515
  }
6513
6516
 
6514
6517
  declare class SelectOptionComponent {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ethlete/cdk",
3
- "version": "4.65.0",
3
+ "version": "4.67.0",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "exports": {