@ngrdt/core 0.0.28 → 0.0.29

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +2 -2
package/index.d.ts CHANGED
@@ -141,7 +141,7 @@ declare abstract class RdtInteractiveElementComponent implements RdtAutofocusabl
141
141
  readonly focused: i0.WritableSignal<boolean>;
142
142
  abstract focus(): void;
143
143
  abstract canFocus(): RdtBooleanResult;
144
- getAutofocusPriority(): 1 | 0;
144
+ getAutofocusPriority(): 0 | 1;
145
145
  setDisabledState(isDisabled: boolean, key?: symbol): void;
146
146
  setLoadingState(isLoading: boolean, key?: symbol): void;
147
147
  onFocus(): void;
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@ngrdt/core",
3
- "version": "0.0.28",
3
+ "version": "0.0.29",
4
4
  "peerDependencies": {
5
5
  "@angular/core": ">=18.2.0",
6
6
  "@angular/common": ">=18.2.0",
7
7
  "rxjs": ">=7.0.0",
8
- "@ngrdt/utils": "^0.0.28"
8
+ "@ngrdt/utils": "^0.0.29"
9
9
  },
10
10
  "sideEffects": false,
11
11
  "module": "fesm2022/ngrdt-core.mjs",