@fluentui/react-input 9.4.9 → 9.4.11
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 +76 -4
- package/CHANGELOG.md +30 -5
- package/dist/index.d.ts +0 -17
- package/lib/components/Input/renderInput.js +4 -4
- package/lib/components/Input/renderInput.js.map +1 -1
- package/lib/index.js +0 -2
- package/lib/index.js.map +1 -1
- package/lib-commonjs/components/Input/renderInput.js +4 -5
- package/lib-commonjs/components/Input/renderInput.js.map +1 -1
- package/lib-commonjs/index.js +1 -4
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +5 -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,79 @@
|
|
|
2
2
|
"name": "@fluentui/react-input",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Mon, 24 Apr 2023 08:09:12 GMT",
|
|
6
|
+
"tag": "@fluentui/react-input_v9.4.11",
|
|
7
|
+
"version": "9.4.11",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
12
|
+
"package": "@fluentui/react-input",
|
|
13
|
+
"commit": "e3f0d22908c3c70c89a984a4025a76eb66a0928d",
|
|
14
|
+
"comment": "chore: adopt custom JSX pragma"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui/react-input",
|
|
19
|
+
"comment": "Bump @fluentui/react-field to v9.1.1",
|
|
20
|
+
"commit": "948b5bf9871303d1742f1b9a17a3bd4006ce2fea"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@fluentui/react-input",
|
|
25
|
+
"comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.2",
|
|
26
|
+
"commit": "948b5bf9871303d1742f1b9a17a3bd4006ce2fea"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "beachball",
|
|
30
|
+
"package": "@fluentui/react-input",
|
|
31
|
+
"comment": "Bump @fluentui/react-text to v9.3.7",
|
|
32
|
+
"commit": "948b5bf9871303d1742f1b9a17a3bd4006ce2fea"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"date": "Mon, 17 Apr 2023 17:53:51 GMT",
|
|
39
|
+
"tag": "@fluentui/react-input_v9.4.10",
|
|
40
|
+
"version": "9.4.10",
|
|
41
|
+
"comments": {
|
|
42
|
+
"patch": [
|
|
43
|
+
{
|
|
44
|
+
"author": "behowell@microsoft.com",
|
|
45
|
+
"package": "@fluentui/react-input",
|
|
46
|
+
"commit": "36f98c3a49334e4ea9b22774691560d11010f2e7",
|
|
47
|
+
"comment": "chore: Update react-field dependency version"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"author": "behowell@microsoft.com",
|
|
51
|
+
"package": "@fluentui/react-input",
|
|
52
|
+
"commit": "273116e8efaf4230474a0f214e9adbb5f556e5de",
|
|
53
|
+
"comment": "chore: Remove deprecated InputField_unstable shim component"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"author": "beachball",
|
|
57
|
+
"package": "@fluentui/react-input",
|
|
58
|
+
"comment": "Bump @fluentui/react-field to v9.1.0",
|
|
59
|
+
"commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"author": "beachball",
|
|
63
|
+
"package": "@fluentui/react-input",
|
|
64
|
+
"comment": "Bump @fluentui/react-utilities to v9.8.0",
|
|
65
|
+
"commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"author": "beachball",
|
|
69
|
+
"package": "@fluentui/react-input",
|
|
70
|
+
"comment": "Bump @fluentui/react-text to v9.3.6",
|
|
71
|
+
"commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
|
|
72
|
+
}
|
|
73
|
+
]
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"date": "Wed, 12 Apr 2023 09:31:45 GMT",
|
|
6
78
|
"tag": "@fluentui/react-input_v9.4.9",
|
|
7
79
|
"version": "9.4.9",
|
|
8
80
|
"comments": {
|
|
@@ -11,19 +83,19 @@
|
|
|
11
83
|
"author": "beachball",
|
|
12
84
|
"package": "@fluentui/react-input",
|
|
13
85
|
"comment": "Bump @fluentui/react-field to v9.0.0-beta.2",
|
|
14
|
-
"commit": "
|
|
86
|
+
"commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8"
|
|
15
87
|
},
|
|
16
88
|
{
|
|
17
89
|
"author": "beachball",
|
|
18
90
|
"package": "@fluentui/react-input",
|
|
19
91
|
"comment": "Bump @fluentui/react-utilities to v9.7.4",
|
|
20
|
-
"commit": "
|
|
92
|
+
"commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8"
|
|
21
93
|
},
|
|
22
94
|
{
|
|
23
95
|
"author": "beachball",
|
|
24
96
|
"package": "@fluentui/react-input",
|
|
25
97
|
"comment": "Bump @fluentui/react-text to v9.3.5",
|
|
26
|
-
"commit": "
|
|
98
|
+
"commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8"
|
|
27
99
|
}
|
|
28
100
|
]
|
|
29
101
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,19 +1,44 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-input
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 24 Apr 2023 08:09:12 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.4.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-input_v9.4.11)
|
|
8
|
+
|
|
9
|
+
Mon, 24 Apr 2023 08:09:12 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-input_v9.4.10..@fluentui/react-input_v9.4.11)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- chore: adopt custom JSX pragma ([PR #27614](https://github.com/microsoft/fluentui/pull/27614) by bernardo.sunderhus@gmail.com)
|
|
15
|
+
- Bump @fluentui/react-field to v9.1.1 ([PR #27632](https://github.com/microsoft/fluentui/pull/27632) by beachball)
|
|
16
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.2 ([PR #27632](https://github.com/microsoft/fluentui/pull/27632) by beachball)
|
|
17
|
+
- Bump @fluentui/react-text to v9.3.7 ([PR #27632](https://github.com/microsoft/fluentui/pull/27632) by beachball)
|
|
18
|
+
|
|
19
|
+
## [9.4.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-input_v9.4.10)
|
|
20
|
+
|
|
21
|
+
Mon, 17 Apr 2023 17:53:51 GMT
|
|
22
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-input_v9.4.9..@fluentui/react-input_v9.4.10)
|
|
23
|
+
|
|
24
|
+
### Patches
|
|
25
|
+
|
|
26
|
+
- chore: Update react-field dependency version ([PR #27493](https://github.com/microsoft/fluentui/pull/27493) by behowell@microsoft.com)
|
|
27
|
+
- chore: Remove deprecated InputField_unstable shim component ([PR #27492](https://github.com/microsoft/fluentui/pull/27492) by behowell@microsoft.com)
|
|
28
|
+
- Bump @fluentui/react-field to v9.1.0 ([PR #27564](https://github.com/microsoft/fluentui/pull/27564) by beachball)
|
|
29
|
+
- Bump @fluentui/react-utilities to v9.8.0 ([PR #27564](https://github.com/microsoft/fluentui/pull/27564) by beachball)
|
|
30
|
+
- Bump @fluentui/react-text to v9.3.6 ([PR #27564](https://github.com/microsoft/fluentui/pull/27564) by beachball)
|
|
31
|
+
|
|
7
32
|
## [9.4.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-input_v9.4.9)
|
|
8
33
|
|
|
9
|
-
Wed, 12 Apr 2023 09:
|
|
34
|
+
Wed, 12 Apr 2023 09:31:45 GMT
|
|
10
35
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-input_v9.4.8..@fluentui/react-input_v9.4.9)
|
|
11
36
|
|
|
12
37
|
### Patches
|
|
13
38
|
|
|
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 ([
|
|
39
|
+
- Bump @fluentui/react-field to v9.0.0-beta.2 ([PR #27274](https://github.com/microsoft/fluentui/pull/27274) by beachball)
|
|
40
|
+
- Bump @fluentui/react-utilities to v9.7.4 ([PR #27274](https://github.com/microsoft/fluentui/pull/27274) by beachball)
|
|
41
|
+
- Bump @fluentui/react-text to v9.3.5 ([PR #27274](https://github.com/microsoft/fluentui/pull/27274) by beachball)
|
|
17
42
|
|
|
18
43
|
## [9.4.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-input_v9.4.8)
|
|
19
44
|
|
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
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
/** @jsxRuntime classic */ /** @jsx createElement */import { createElement } from '@fluentui/react-jsx-runtime';
|
|
2
|
+
import { getSlotsNext } from '@fluentui/react-utilities';
|
|
3
3
|
/**
|
|
4
4
|
* Render the final JSX of Input
|
|
5
5
|
*/
|
|
@@ -7,7 +7,7 @@ export const renderInput_unstable = state => {
|
|
|
7
7
|
const {
|
|
8
8
|
slots,
|
|
9
9
|
slotProps
|
|
10
|
-
} =
|
|
11
|
-
return /*#__PURE__*/
|
|
10
|
+
} = getSlotsNext(state);
|
|
11
|
+
return /*#__PURE__*/createElement(slots.root, slotProps.root, slots.contentBefore && /*#__PURE__*/createElement(slots.contentBefore, slotProps.contentBefore), /*#__PURE__*/createElement(slots.input, slotProps.input), slots.contentAfter && /*#__PURE__*/createElement(slots.contentAfter, slotProps.contentAfter));
|
|
12
12
|
};
|
|
13
13
|
//# sourceMappingURL=renderInput.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["createElement","getSlotsNext","renderInput_unstable","state","slots","slotProps","root","contentBefore","input","contentAfter"],"sources":["../../../src/components/Input/renderInput.tsx"],"sourcesContent":["/** @jsxRuntime classic */\n/** @jsx createElement */\n\nimport { createElement } from '@fluentui/react-jsx-runtime';\n\nimport { getSlotsNext } from '@fluentui/react-utilities';\nimport type { InputSlots, InputState } from './Input.types';\n\n/**\n * Render the final JSX of Input\n */\nexport const renderInput_unstable = (state: InputState) => {\n const { slots, slotProps } = getSlotsNext<InputSlots>(state);\n return (\n <slots.root {...slotProps.root}>\n {slots.contentBefore && <slots.contentBefore {...slotProps.contentBefore} />}\n <slots.input {...slotProps.input} />\n {slots.contentAfter && <slots.contentAfter {...slotProps.contentAfter} />}\n </slots.root>\n );\n};\n"],"mappings":"AAAA,2BACA,yBAEA,SAASA,aAAa,QAAQ;AAE9B,SAASC,YAAY,QAAQ;AAG7B;;;AAGA,OAAO,MAAMC,oBAAA,GAAwBC,KAAA,IAAsB;EACzD,MAAM;IAAEC,KAAA;IAAOC;EAAS,CAAE,GAAGJ,YAAA,CAAyBE,KAAA;EACtD,oBACEH,aAbJ,CAaKI,KAAA,CAAME,IAAI,EAAKD,SAAA,CAAUC,IAAI,EAC3BF,KAAA,CAAMG,aAAa,iBAAIP,aAd9B,CAc+BI,KAAA,CAAMG,aAAa,EAAKF,SAAA,CAAUE,aAAa,gBACxEP,aAfN,CAeOI,KAAA,CAAMI,KAAK,EAAKH,SAAA,CAAUG,KAAK,GAC/BJ,KAAA,CAAMK,YAAY,iBAAIT,aAhB7B,CAgB8BI,KAAA,CAAMK,YAAY,EAAKJ,SAAA,CAAUI,YAAY;AAG3E"}
|
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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
/** @jsxRuntime classic */ /** @jsx createElement */ "use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
@@ -6,12 +6,11 @@ Object.defineProperty(exports, "renderInput_unstable", {
|
|
|
6
6
|
enumerable: true,
|
|
7
7
|
get: ()=>renderInput_unstable
|
|
8
8
|
});
|
|
9
|
-
const
|
|
10
|
-
const _react = /*#__PURE__*/ _interopRequireWildcard(require("react"));
|
|
9
|
+
const _reactJsxRuntime = require("@fluentui/react-jsx-runtime");
|
|
11
10
|
const _reactUtilities = require("@fluentui/react-utilities");
|
|
12
11
|
const renderInput_unstable = (state)=>{
|
|
13
|
-
const { slots , slotProps } = (0, _reactUtilities.
|
|
14
|
-
return /*#__PURE__*/
|
|
12
|
+
const { slots , slotProps } = (0, _reactUtilities.getSlotsNext)(state);
|
|
13
|
+
return /*#__PURE__*/ (0, _reactJsxRuntime.createElement)(slots.root, slotProps.root, slots.contentBefore && /*#__PURE__*/ (0, _reactJsxRuntime.createElement)(slots.contentBefore, slotProps.contentBefore), /*#__PURE__*/ (0, _reactJsxRuntime.createElement)(slots.input, slotProps.input), slots.contentAfter && /*#__PURE__*/ (0, _reactJsxRuntime.createElement)(slots.contentAfter, slotProps.contentAfter));
|
|
15
14
|
}; //# sourceMappingURL=renderInput.js.map
|
|
16
15
|
|
|
17
16
|
//# sourceMappingURL=renderInput.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../lib/components/Input/renderInput.js"],"sourcesContent":["import
|
|
1
|
+
{"version":3,"sources":["../../../lib/components/Input/renderInput.js"],"sourcesContent":["/** @jsxRuntime classic */ /** @jsx createElement */import { createElement } from '@fluentui/react-jsx-runtime';\nimport { getSlotsNext } from '@fluentui/react-utilities';\n/**\n * Render the final JSX of Input\n */\nexport const renderInput_unstable = state => {\n const {\n slots,\n slotProps\n } = getSlotsNext(state);\n return /*#__PURE__*/createElement(slots.root, slotProps.root, slots.contentBefore && /*#__PURE__*/createElement(slots.contentBefore, slotProps.contentBefore), /*#__PURE__*/createElement(slots.input, slotProps.input), slots.contentAfter && /*#__PURE__*/createElement(slots.contentAfter, slotProps.contentAfter));\n};\n//# sourceMappingURL=renderInput.js.map"],"names":["renderInput_unstable","state","slots","slotProps","getSlotsNext","createElement","root","contentBefore","input","contentAfter"],"mappings":"AAAA,wBAAwB,GAAG,uBAAuB;;;;+BAKrCA;;aAAAA;;iCALqE;gCACrD;AAItB,MAAMA,uBAAuBC,CAAAA,QAAS;IAC3C,MAAM,EACJC,MAAK,EACLC,UAAS,EACV,GAAGC,IAAAA,4BAAY,EAACH;IACjB,OAAO,WAAW,GAAEI,IAAAA,8BAAa,EAACH,MAAMI,IAAI,EAAEH,UAAUG,IAAI,EAAEJ,MAAMK,aAAa,IAAI,WAAW,GAAEF,IAAAA,8BAAa,EAACH,MAAMK,aAAa,EAAEJ,UAAUI,aAAa,GAAG,WAAW,GAAEF,IAAAA,8BAAa,EAACH,MAAMM,KAAK,EAAEL,UAAUK,KAAK,GAAGN,MAAMO,YAAY,IAAI,WAAW,GAAEJ,IAAAA,8BAAa,EAACH,MAAMO,YAAY,EAAEN,UAAUM,YAAY;AACtT,GACA,uCAAuC"}
|
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.11",
|
|
4
4
|
"description": "Fluent UI React Input component",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -28,15 +28,16 @@
|
|
|
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.7",
|
|
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.1",
|
|
37
|
+
"@fluentui/react-jsx-runtime": "9.0.0-alpha.2",
|
|
37
38
|
"@fluentui/react-shared-contexts": "^9.3.3",
|
|
38
39
|
"@fluentui/react-theme": "^9.1.7",
|
|
39
|
-
"@fluentui/react-utilities": "^9.
|
|
40
|
+
"@fluentui/react-utilities": "^9.8.0",
|
|
40
41
|
"@griffel/react": "^1.5.2",
|
|
41
42
|
"@swc/helpers": "^0.4.14"
|
|
42
43
|
},
|
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"}
|