@fluentui/react-input 9.4.9 → 9.4.10
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.json +43 -4
- package/CHANGELOG.md +18 -5
- package/dist/index.d.ts +0 -17
- package/lib/index.js +0 -2
- package/lib/index.js.map +1 -1
- package/lib-commonjs/index.js +1 -4
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +4 -4
- package/lib/InputField.js +0 -2
- package/lib/InputField.js.map +0 -1
- package/lib/components/InputField/InputField.js +0 -7
- package/lib/components/InputField/InputField.js.map +0 -1
- package/lib/components/InputField/index.js +0 -2
- package/lib/components/InputField/index.js.map +0 -1
- package/lib-commonjs/InputField.js +0 -9
- package/lib-commonjs/InputField.js.map +0 -1
- package/lib-commonjs/components/InputField/InputField.js +0 -20
- package/lib-commonjs/components/InputField/InputField.js.map +0 -1
- package/lib-commonjs/components/InputField/index.js +0 -9
- package/lib-commonjs/components/InputField/index.js.map +0 -1
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,46 @@
|
|
|
2
2
|
"name": "@fluentui/react-input",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Mon, 17 Apr 2023 17:50:01 GMT",
|
|
6
|
+
"tag": "@fluentui/react-input_v9.4.10",
|
|
7
|
+
"version": "9.4.10",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "behowell@microsoft.com",
|
|
12
|
+
"package": "@fluentui/react-input",
|
|
13
|
+
"commit": "36f98c3a49334e4ea9b22774691560d11010f2e7",
|
|
14
|
+
"comment": "chore: Update react-field dependency version"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "behowell@microsoft.com",
|
|
18
|
+
"package": "@fluentui/react-input",
|
|
19
|
+
"commit": "273116e8efaf4230474a0f214e9adbb5f556e5de",
|
|
20
|
+
"comment": "chore: Remove deprecated InputField_unstable shim component"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@fluentui/react-input",
|
|
25
|
+
"comment": "Bump @fluentui/react-field to v9.1.0",
|
|
26
|
+
"commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "beachball",
|
|
30
|
+
"package": "@fluentui/react-input",
|
|
31
|
+
"comment": "Bump @fluentui/react-utilities to v9.8.0",
|
|
32
|
+
"commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"author": "beachball",
|
|
36
|
+
"package": "@fluentui/react-input",
|
|
37
|
+
"comment": "Bump @fluentui/react-text to v9.3.6",
|
|
38
|
+
"commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"date": "Wed, 12 Apr 2023 09:31:45 GMT",
|
|
6
45
|
"tag": "@fluentui/react-input_v9.4.9",
|
|
7
46
|
"version": "9.4.9",
|
|
8
47
|
"comments": {
|
|
@@ -11,19 +50,19 @@
|
|
|
11
50
|
"author": "beachball",
|
|
12
51
|
"package": "@fluentui/react-input",
|
|
13
52
|
"comment": "Bump @fluentui/react-field to v9.0.0-beta.2",
|
|
14
|
-
"commit": "
|
|
53
|
+
"commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8"
|
|
15
54
|
},
|
|
16
55
|
{
|
|
17
56
|
"author": "beachball",
|
|
18
57
|
"package": "@fluentui/react-input",
|
|
19
58
|
"comment": "Bump @fluentui/react-utilities to v9.7.4",
|
|
20
|
-
"commit": "
|
|
59
|
+
"commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8"
|
|
21
60
|
},
|
|
22
61
|
{
|
|
23
62
|
"author": "beachball",
|
|
24
63
|
"package": "@fluentui/react-input",
|
|
25
64
|
"comment": "Bump @fluentui/react-text to v9.3.5",
|
|
26
|
-
"commit": "
|
|
65
|
+
"commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8"
|
|
27
66
|
}
|
|
28
67
|
]
|
|
29
68
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,19 +1,32 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-input
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 17 Apr 2023 17:50:01 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.4.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-input_v9.4.10)
|
|
8
|
+
|
|
9
|
+
Mon, 17 Apr 2023 17:50:01 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-input_v9.4.9..@fluentui/react-input_v9.4.10)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- chore: Update react-field dependency version ([PR #27493](https://github.com/microsoft/fluentui/pull/27493) by behowell@microsoft.com)
|
|
15
|
+
- chore: Remove deprecated InputField_unstable shim component ([PR #27492](https://github.com/microsoft/fluentui/pull/27492) by behowell@microsoft.com)
|
|
16
|
+
- Bump @fluentui/react-field to v9.1.0 ([PR #27564](https://github.com/microsoft/fluentui/pull/27564) by beachball)
|
|
17
|
+
- Bump @fluentui/react-utilities to v9.8.0 ([PR #27564](https://github.com/microsoft/fluentui/pull/27564) by beachball)
|
|
18
|
+
- Bump @fluentui/react-text to v9.3.6 ([PR #27564](https://github.com/microsoft/fluentui/pull/27564) by beachball)
|
|
19
|
+
|
|
7
20
|
## [9.4.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-input_v9.4.9)
|
|
8
21
|
|
|
9
|
-
Wed, 12 Apr 2023 09:
|
|
22
|
+
Wed, 12 Apr 2023 09:31:45 GMT
|
|
10
23
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-input_v9.4.8..@fluentui/react-input_v9.4.9)
|
|
11
24
|
|
|
12
25
|
### Patches
|
|
13
26
|
|
|
14
|
-
- Bump @fluentui/react-field to v9.0.0-beta.2 ([
|
|
15
|
-
- Bump @fluentui/react-utilities to v9.7.4 ([
|
|
16
|
-
- Bump @fluentui/react-text to v9.3.5 ([
|
|
27
|
+
- Bump @fluentui/react-field to v9.0.0-beta.2 ([PR #27274](https://github.com/microsoft/fluentui/pull/27274) by beachball)
|
|
28
|
+
- Bump @fluentui/react-utilities to v9.7.4 ([PR #27274](https://github.com/microsoft/fluentui/pull/27274) by beachball)
|
|
29
|
+
- Bump @fluentui/react-text to v9.3.5 ([PR #27274](https://github.com/microsoft/fluentui/pull/27274) by beachball)
|
|
17
30
|
|
|
18
31
|
## [9.4.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-input_v9.4.8)
|
|
19
32
|
|
package/dist/index.d.ts
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
import type { ComponentProps } from '@fluentui/react-utilities';
|
|
4
4
|
import type { ComponentState } from '@fluentui/react-utilities';
|
|
5
|
-
import { DeprecatedFieldProps } from '@fluentui/react-field';
|
|
6
5
|
import type { ForwardRefComponent } from '@fluentui/react-utilities';
|
|
7
6
|
import * as React_2 from 'react';
|
|
8
7
|
import type { Slot } from '@fluentui/react-utilities';
|
|
@@ -15,22 +14,6 @@ export declare const Input: ForwardRefComponent<InputProps>;
|
|
|
15
14
|
|
|
16
15
|
export declare const inputClassNames: SlotClassNames<InputSlots>;
|
|
17
16
|
|
|
18
|
-
/** @deprecated Use Field with Input: `<Field><Input /></Field>` */
|
|
19
|
-
export declare const InputField_unstable: ForwardRefComponent<InputFieldProps_unstable>;
|
|
20
|
-
|
|
21
|
-
/** @deprecated Use Field with Input: `<Field><Input /></Field>` */
|
|
22
|
-
export declare const inputFieldClassNames: {
|
|
23
|
-
control: string;
|
|
24
|
-
root: string;
|
|
25
|
-
label: string;
|
|
26
|
-
validationMessage: string;
|
|
27
|
-
validationMessageIcon: string;
|
|
28
|
-
hint: string;
|
|
29
|
-
};
|
|
30
|
-
|
|
31
|
-
/** @deprecated Use Field with Input: `<Field><Input /></Field>` */
|
|
32
|
-
export declare type InputFieldProps_unstable = DeprecatedFieldProps<InputProps>;
|
|
33
|
-
|
|
34
17
|
/**
|
|
35
18
|
* Data passed to the `onChange` callback when a user changes the input's value.
|
|
36
19
|
*/
|
package/lib/index.js
CHANGED
|
@@ -1,4 +1,2 @@
|
|
|
1
1
|
export { Input, inputClassNames, renderInput_unstable, useInputStyles_unstable, useInput_unstable } from './Input';
|
|
2
|
-
// eslint-disable-next-line deprecation/deprecation
|
|
3
|
-
export { InputField as InputField_unstable, inputFieldClassNames } from './InputField';
|
|
4
2
|
//# sourceMappingURL=index.js.map
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Input","inputClassNames","renderInput_unstable","useInputStyles_unstable","useInput_unstable"
|
|
1
|
+
{"version":3,"names":["Input","inputClassNames","renderInput_unstable","useInputStyles_unstable","useInput_unstable"],"sources":["../src/index.ts"],"sourcesContent":["export { Input, inputClassNames, renderInput_unstable, useInputStyles_unstable, useInput_unstable } from './Input';\nexport type { InputOnChangeData, InputProps, InputSlots, InputState } from './Input';\n"],"mappings":"AAAA,SAASA,KAAK,EAAEC,eAAe,EAAEC,oBAAoB,EAAEC,uBAAuB,EAAEC,iBAAiB,QAAQ"}
|
package/lib-commonjs/index.js
CHANGED
|
@@ -13,12 +13,9 @@ _export(exports, {
|
|
|
13
13
|
inputClassNames: ()=>_input.inputClassNames,
|
|
14
14
|
renderInput_unstable: ()=>_input.renderInput_unstable,
|
|
15
15
|
useInputStyles_unstable: ()=>_input.useInputStyles_unstable,
|
|
16
|
-
useInput_unstable: ()=>_input.useInput_unstable
|
|
17
|
-
InputField_unstable: ()=>_inputField.InputField,
|
|
18
|
-
inputFieldClassNames: ()=>_inputField.inputFieldClassNames
|
|
16
|
+
useInput_unstable: ()=>_input.useInput_unstable
|
|
19
17
|
});
|
|
20
18
|
const _input = require("./Input");
|
|
21
|
-
const _inputField = require("./InputField");
|
|
22
19
|
//# sourceMappingURL=index.js.map
|
|
23
20
|
|
|
24
21
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../lib/index.js"],"sourcesContent":["export { Input, inputClassNames, renderInput_unstable, useInputStyles_unstable, useInput_unstable } from './Input';\n
|
|
1
|
+
{"version":3,"sources":["../lib/index.js"],"sourcesContent":["export { Input, inputClassNames, renderInput_unstable, useInputStyles_unstable, useInput_unstable } from './Input';\n//# sourceMappingURL=index.js.map"],"names":["Input","inputClassNames","renderInput_unstable","useInputStyles_unstable","useInput_unstable"],"mappings":";;;;;;;;;;;IAASA,KAAK,MAALA,YAAK;IAAEC,eAAe,MAAfA,sBAAe;IAAEC,oBAAoB,MAApBA,2BAAoB;IAAEC,uBAAuB,MAAvBA,8BAAuB;IAAEC,iBAAiB,MAAjBA,wBAAiB;;uBAAQ;CACzG,iCAAiC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-input",
|
|
3
|
-
"version": "9.4.
|
|
3
|
+
"version": "9.4.10",
|
|
4
4
|
"description": "Fluent UI React Input component",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -28,15 +28,15 @@
|
|
|
28
28
|
"@fluentui/eslint-plugin": "*",
|
|
29
29
|
"@fluentui/react-conformance": "*",
|
|
30
30
|
"@fluentui/react-conformance-griffel": "9.0.0-beta.20",
|
|
31
|
-
"@fluentui/react-text": "^9.3.
|
|
31
|
+
"@fluentui/react-text": "^9.3.6",
|
|
32
32
|
"@fluentui/scripts-api-extractor": "*",
|
|
33
33
|
"@fluentui/scripts-tasks": "*"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@fluentui/react-field": "9.
|
|
36
|
+
"@fluentui/react-field": "^9.1.0",
|
|
37
37
|
"@fluentui/react-shared-contexts": "^9.3.3",
|
|
38
38
|
"@fluentui/react-theme": "^9.1.7",
|
|
39
|
-
"@fluentui/react-utilities": "^9.
|
|
39
|
+
"@fluentui/react-utilities": "^9.8.0",
|
|
40
40
|
"@griffel/react": "^1.5.2",
|
|
41
41
|
"@swc/helpers": "^0.4.14"
|
|
42
42
|
},
|
package/lib/InputField.js
DELETED
package/lib/InputField.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sources":["../src/InputField.ts"],"sourcesContent":["export * from './components/InputField/index';\n"],"mappings":"AAAA,cAAc"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/* eslint-disable deprecation/deprecation */import { getDeprecatedFieldClassNames, makeDeprecatedField } from '@fluentui/react-field';
|
|
2
|
-
import { Input, inputClassNames } from '../../Input';
|
|
3
|
-
/** @deprecated Use Field with Input: `<Field><Input /></Field>` */
|
|
4
|
-
export const inputFieldClassNames = /*#__PURE__*/getDeprecatedFieldClassNames(inputClassNames.root);
|
|
5
|
-
/** @deprecated Use Field with Input: `<Field><Input /></Field>` */
|
|
6
|
-
export const InputField = /*#__PURE__*/makeDeprecatedField(Input);
|
|
7
|
-
//# sourceMappingURL=InputField.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["getDeprecatedFieldClassNames","makeDeprecatedField","Input","inputClassNames","inputFieldClassNames","root","InputField"],"sources":["../../../src/components/InputField/InputField.tsx"],"sourcesContent":["/* eslint-disable deprecation/deprecation */\nimport { DeprecatedFieldProps, getDeprecatedFieldClassNames, makeDeprecatedField } from '@fluentui/react-field';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\nimport { Input, inputClassNames, InputProps } from '../../Input';\n\n/** @deprecated Use Field with Input: `<Field><Input /></Field>` */\nexport type InputFieldProps = DeprecatedFieldProps<InputProps>;\n/** @deprecated Use Field with Input: `<Field><Input /></Field>` */\nexport const inputFieldClassNames = getDeprecatedFieldClassNames(inputClassNames.root);\n/** @deprecated Use Field with Input: `<Field><Input /></Field>` */\nexport const InputField: ForwardRefComponent<InputFieldProps> = makeDeprecatedField(Input);\n"],"mappings":"AAAA,4CACA,SAA+BA,4BAA4B,EAAEC,mBAAmB,QAAQ;AAExF,SAASC,KAAK,EAAEC,eAAe,QAAoB;AAInD;AACA,OAAO,MAAMC,oBAAA,gBAAuBJ,4BAAA,CAA6BG,eAAA,CAAgBE,IAAI;AACrF;AACA,OAAO,MAAMC,UAAA,gBAAmDL,mBAAA,CAAoBC,KAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sources":["../../../src/components/InputField/index.ts"],"sourcesContent":["export * from './InputField';\n"],"mappings":"AAAA,cAAc"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", {
|
|
3
|
-
value: true
|
|
4
|
-
});
|
|
5
|
-
const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
|
|
6
|
-
_exportStar(require("./components/InputField/index"), exports);
|
|
7
|
-
//# sourceMappingURL=InputField.js.map
|
|
8
|
-
|
|
9
|
-
//# sourceMappingURL=InputField.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../lib/InputField.js"],"sourcesContent":["export * from './components/InputField/index';\n//# sourceMappingURL=InputField.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,sCAAsC"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/* eslint-disable deprecation/deprecation */ "use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", {
|
|
3
|
-
value: true
|
|
4
|
-
});
|
|
5
|
-
function _export(target, all) {
|
|
6
|
-
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: all[name]
|
|
9
|
-
});
|
|
10
|
-
}
|
|
11
|
-
_export(exports, {
|
|
12
|
-
inputFieldClassNames: ()=>inputFieldClassNames,
|
|
13
|
-
InputField: ()=>InputField
|
|
14
|
-
});
|
|
15
|
-
const _reactField = require("@fluentui/react-field");
|
|
16
|
-
const _input = require("../../Input");
|
|
17
|
-
const inputFieldClassNames = /*#__PURE__*/ (0, _reactField.getDeprecatedFieldClassNames)(_input.inputClassNames.root);
|
|
18
|
-
const InputField = /*#__PURE__*/ (0, _reactField.makeDeprecatedField)(_input.Input); //# sourceMappingURL=InputField.js.map
|
|
19
|
-
|
|
20
|
-
//# sourceMappingURL=InputField.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../lib/components/InputField/InputField.js"],"sourcesContent":["/* eslint-disable deprecation/deprecation */import { getDeprecatedFieldClassNames, makeDeprecatedField } from '@fluentui/react-field';\nimport { Input, inputClassNames } from '../../Input';\n/** @deprecated Use Field with Input: `<Field><Input /></Field>` */\nexport const inputFieldClassNames = /*#__PURE__*/getDeprecatedFieldClassNames(inputClassNames.root);\n/** @deprecated Use Field with Input: `<Field><Input /></Field>` */\nexport const InputField = /*#__PURE__*/makeDeprecatedField(Input);\n//# sourceMappingURL=InputField.js.map"],"names":["inputFieldClassNames","InputField","getDeprecatedFieldClassNames","inputClassNames","root","makeDeprecatedField","Input"],"mappings":"AAAA,0CAA0C;;;;;;;;;;;IAG7BA,oBAAoB,MAApBA;IAEAC,UAAU,MAAVA;;4BALiG;uBACvE;AAEhC,MAAMD,uBAAuB,WAAW,GAAEE,IAAAA,wCAA4B,EAACC,sBAAe,CAACC,IAAI;AAE3F,MAAMH,aAAa,WAAW,GAAEI,IAAAA,+BAAmB,EAACC,YAAK,GAChE,sCAAsC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", {
|
|
3
|
-
value: true
|
|
4
|
-
});
|
|
5
|
-
const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
|
|
6
|
-
_exportStar(require("./InputField"), exports);
|
|
7
|
-
//# sourceMappingURL=index.js.map
|
|
8
|
-
|
|
9
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../lib/components/InputField/index.js"],"sourcesContent":["export * from './InputField';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;CACd,iCAAiC"}
|