@ifsworld/granite-components 18.0.0 → 18.0.2-beta.1

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
@@ -475,9 +475,10 @@ declare class _MenuBaseComponent implements AfterContentInit, OnDestroy, AfterCo
475
475
  _handleClick(event?: Event): void;
476
476
  /**
477
477
  * Handle click on the close button by emitting on the `closed` emitter
478
- * without any particular reason
478
+ * without any particular reason.
479
+ * For touch devices, only closes if this is the topmost menu in the stack.
479
480
  */
480
- _handleCloseClick(): void;
481
+ _handleCloseClick(event?: MouseEvent): void;
481
482
  /**
482
483
  * Handle click on the back icon by emitting on the `clicked` emitter
483
484
  */
@@ -1005,7 +1006,6 @@ declare class GraniteInputFieldComponent implements OnInit, OnChanges, AfterView
1005
1006
  _hasSuffixButton: boolean;
1006
1007
  _currentCharCount: number;
1007
1008
  private _passwordToggled;
1008
- private _lastEmittedValue;
1009
1009
  private _focusMonitor;
1010
1010
  private _cdr;
1011
1011
  private _elementRef;
@@ -1020,7 +1020,6 @@ declare class GraniteInputFieldComponent implements OnInit, OnChanges, AfterView
1020
1020
  private _applyCharacterCount;
1021
1021
  private _getInputElement;
1022
1022
  private _getTextareaElement;
1023
- private _emitValueIfChanged;
1024
1023
  static ɵfac: i0.ɵɵFactoryDeclaration<GraniteInputFieldComponent, never>;
1025
1024
  static ɵcmp: i0.ɵɵComponentDeclaration<GraniteInputFieldComponent, "granite-input-field", ["graniteInputField"], { "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; "required": { "alias": "required"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "prefixicon": { "alias": "prefixicon"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "countcharacters": { "alias": "countcharacters"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; }; }, { "valueChange": "valueChange"; }, never, ["[graniteInputSuffixButton]"], false, never>;
1026
1025
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ifsworld/granite-components",
3
- "version": "18.0.0",
3
+ "version": "18.0.2-beta.1",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "peerDependencies": {
6
6
  "@angular/cdk": ">=20.1.7",