@instructure/ui-number-input 11.7.2-snapshot-46 → 11.7.2-snapshot-47
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/CHANGELOG.md +5 -2
- package/es/NumberInput/v2/index.js +2 -1
- package/lib/NumberInput/v2/index.js +2 -1
- package/package.json +12 -12
- package/src/NumberInput/v2/index.tsx +5 -2
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/NumberInput/v2/index.d.ts +2 -0
- package/types/NumberInput/v2/index.d.ts.map +1 -1
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { type RefObject } from 'react';
|
|
1
2
|
import { getInteraction } from '@instructure/ui-react-utils';
|
|
2
3
|
import { Renderable } from '@instructure/shared-types';
|
|
3
4
|
/**
|
|
@@ -98,6 +99,7 @@ export interface NumberInputHandle {
|
|
|
98
99
|
readonly invalid: boolean;
|
|
99
100
|
readonly interaction: ReturnType<typeof getInteraction>;
|
|
100
101
|
readonly value: string | undefined;
|
|
102
|
+
readonly ref: RefObject<Element | null>;
|
|
101
103
|
}
|
|
102
104
|
export default NumberInput;
|
|
103
105
|
export { NumberInput };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/NumberInput/v2/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/NumberInput/v2/index.tsx"],"names":[],"mappings":"AAwBA,OAAO,EAOL,KAAK,SAAS,EACf,MAAM,OAAO,CAAA;AAQd,OAAO,EAGL,cAAc,EAGf,MAAM,6BAA6B,CAAA;AAOpC,OAAO,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAA;AAEtD;;;;;GAKG;AACH,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sHAqThB,CAAA;AAID,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE,MAAM,IAAI,CAAA;IACjB,QAAQ,CAAC,EAAE,EAAE,MAAM,GAAG,SAAS,CAAA;IAC/B,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAA;IACzB,QAAQ,CAAC,WAAW,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAA;IACvD,QAAQ,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,CAAA;IAClC,QAAQ,CAAC,GAAG,EAAE,SAAS,CAAC,OAAO,GAAG,IAAI,CAAC,CAAA;CACxC;AAED,eAAe,WAAW,CAAA;AAC1B,OAAO,EAAE,WAAW,EAAE,CAAA"}
|