@indigina/ui-kit 1.1.336 → 1.1.338

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
@@ -518,6 +518,7 @@ declare class KitTextboxActionsComponent implements OnInit, OnDestroy {
518
518
  readonly formControl: FormControl;
519
519
  readonly validationErrors: WritableSignal<string[]>;
520
520
  private documentClickListener;
521
+ private selectListener;
521
522
  constructor();
522
523
  ngOnInit(): void;
523
524
  ngOnDestroy(): void;
@@ -527,6 +528,9 @@ declare class KitTextboxActionsComponent implements OnInit, OnDestroy {
527
528
  save(): void;
528
529
  private addDocumentClickListener;
529
530
  private removeDocumentClickListener;
531
+ private addSelectListener;
532
+ private removeSelectListener;
533
+ private onTextSelect;
530
534
  private documentClick;
531
535
  static ɵfac: i0.ɵɵFactoryDeclaration<KitTextboxActionsComponent, never>;
532
536
  static ɵcmp: i0.ɵɵComponentDeclaration<KitTextboxActionsComponent, "kit-textbox-actions", never, { "defaultValue": { "alias": "defaultValue"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "validators": { "alias": "validators"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "showActions": { "alias": "showActions"; "required": false; "isSignal": true; }; "clearOnFocus": { "alias": "clearOnFocus"; "required": false; "isSignal": true; }; }, { "defaultValue": "defaultValueChange"; "saved": "saved"; "canceled": "canceled"; }, never, never, true, never>;
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "components",
8
8
  "shared"
9
9
  ],
10
- "version": "1.1.336",
10
+ "version": "1.1.338",
11
11
  "peerDependencies": {
12
12
  "@angular/common": ">=20.1.3 <21.0.0",
13
13
  "@angular/core": ">=20.1.3 <21.0.0",