@quadrel-enterprise-ui/framework 20.27.3-beta.234.1 → 20.27.3-beta.236.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
@@ -7314,6 +7314,9 @@ declare class QdInputComponent implements OnInit, OnChanges, OnDestroy, ControlV
7314
7314
  writeValue(value: QdInputValueWithUnit | QdInputValue): void;
7315
7315
  setDisabledState(disabled: boolean): void;
7316
7316
  handleInput(event: any): void;
7317
+ private handleNumberInput;
7318
+ private setInvalidCharactersError;
7319
+ private clearInvalidCharactersError;
7317
7320
  handleOptionSelected(option: QdFormInputOption): void;
7318
7321
  onOptionsOpened(): void;
7319
7322
  onOptionsClosed(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quadrel-enterprise-ui/framework",
3
- "version": "20.27.3-beta.234.1",
3
+ "version": "20.27.3-beta.236.1",
4
4
  "exports": {
5
5
  "./jest-preset": "./jest-preset.js",
6
6
  "./package.json": {