@fluentui/react-spinbutton 9.2.93 → 9.2.94
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +17 -7
- package/lib/SpinButton.js +1 -1
- package/lib/SpinButton.js.map +1 -1
- package/lib/components/SpinButton/index.js +4 -5
- package/lib/components/SpinButton/index.js.map +1 -1
- package/lib/utils/index.js +3 -3
- package/lib/utils/index.js.map +1 -1
- package/lib-commonjs/SpinButton.js +24 -2
- package/lib-commonjs/SpinButton.js.map +1 -1
- package/lib-commonjs/components/SpinButton/index.js +27 -6
- package/lib-commonjs/components/SpinButton/index.js.map +1 -1
- package/lib-commonjs/utils/index.js +23 -4
- package/lib-commonjs/utils/index.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,22 +1,32 @@
|
|
1
1
|
# Change Log - @fluentui/react-spinbutton
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Mon, 09 Dec 2024 17:33:59 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.2.94](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.2.94)
|
8
|
+
|
9
|
+
Mon, 09 Dec 2024 17:33:59 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.2.93..@fluentui/react-spinbutton_v9.2.94)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
|
15
|
+
- Bump @fluentui/react-field to v9.1.82 ([PR #33431](https://github.com/microsoft/fluentui/pull/33431) by beachball)
|
16
|
+
|
7
17
|
## [9.2.93](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.2.93)
|
8
18
|
|
9
|
-
Fri, 06 Dec 2024 12:
|
19
|
+
Fri, 06 Dec 2024 12:53:42 GMT
|
10
20
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.2.92..@fluentui/react-spinbutton_v9.2.93)
|
11
21
|
|
12
22
|
### Patches
|
13
23
|
|
14
24
|
- fix: up/down buttons were not semantically disabled when unclickable ([PR #33143](https://github.com/microsoft/fluentui/pull/33143) by sarah.higley@microsoft.com)
|
15
|
-
- Bump @fluentui/react-field to v9.1.81 ([PR #
|
16
|
-
- Bump @fluentui/react-jsx-runtime to v9.0.47 ([PR #
|
17
|
-
- Bump @fluentui/react-shared-contexts to v9.21.1 ([PR #
|
18
|
-
- Bump @fluentui/react-theme to v9.1.23 ([PR #
|
19
|
-
- Bump @fluentui/react-utilities to v9.18.18 ([PR #
|
25
|
+
- Bump @fluentui/react-field to v9.1.81 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
|
26
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.47 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
|
27
|
+
- Bump @fluentui/react-shared-contexts to v9.21.1 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
|
28
|
+
- Bump @fluentui/react-theme to v9.1.23 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
|
29
|
+
- Bump @fluentui/react-utilities to v9.18.18 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
|
20
30
|
|
21
31
|
## [9.2.92](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.2.92)
|
22
32
|
|
package/lib/SpinButton.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export
|
1
|
+
export { SpinButton, renderSpinButton_unstable, spinButtonClassNames, useSpinButtonStyles_unstable, useSpinButton_unstable } from './components/SpinButton/index';
|
package/lib/SpinButton.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../src/SpinButton.ts"],"sourcesContent":["export
|
1
|
+
{"version":3,"sources":["../src/SpinButton.ts"],"sourcesContent":["export type {\n SpinButtonBounds,\n SpinButtonChangeEvent,\n SpinButtonOnChangeData,\n SpinButtonProps,\n SpinButtonSlots,\n SpinButtonSpinState,\n SpinButtonState,\n} from './components/SpinButton/index';\nexport {\n SpinButton,\n renderSpinButton_unstable,\n spinButtonClassNames,\n useSpinButtonStyles_unstable,\n useSpinButton_unstable,\n} from './components/SpinButton/index';\n"],"names":["SpinButton","renderSpinButton_unstable","spinButtonClassNames","useSpinButtonStyles_unstable","useSpinButton_unstable"],"rangeMappings":"","mappings":"AASA,SACEA,UAAU,EACVC,yBAAyB,EACzBC,oBAAoB,EACpBC,4BAA4B,EAC5BC,sBAAsB,QACjB,gCAAgC"}
|
@@ -1,5 +1,4 @@
|
|
1
|
-
export
|
2
|
-
export
|
3
|
-
export
|
4
|
-
export
|
5
|
-
export * from './useSpinButtonStyles.styles';
|
1
|
+
export { SpinButton } from './SpinButton';
|
2
|
+
export { renderSpinButton_unstable } from './renderSpinButton';
|
3
|
+
export { useSpinButton_unstable } from './useSpinButton';
|
4
|
+
export { spinButtonClassNames, useSpinButtonStyles_unstable } from './useSpinButtonStyles.styles';
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../src/components/SpinButton/index.ts"],"sourcesContent":["export
|
1
|
+
{"version":3,"sources":["../src/components/SpinButton/index.ts"],"sourcesContent":["export { SpinButton } from './SpinButton';\nexport type {\n SpinButtonBounds,\n SpinButtonChangeEvent,\n SpinButtonOnChangeData,\n SpinButtonProps,\n SpinButtonSlots,\n SpinButtonSpinState,\n SpinButtonState,\n} from './SpinButton.types';\nexport { renderSpinButton_unstable } from './renderSpinButton';\nexport { useSpinButton_unstable } from './useSpinButton';\nexport { spinButtonClassNames, useSpinButtonStyles_unstable } from './useSpinButtonStyles.styles';\n"],"names":["SpinButton","renderSpinButton_unstable","useSpinButton_unstable","spinButtonClassNames","useSpinButtonStyles_unstable"],"rangeMappings":";;;","mappings":"AAAA,SAASA,UAAU,QAAQ,eAAe;AAU1C,SAASC,yBAAyB,QAAQ,qBAAqB;AAC/D,SAASC,sBAAsB,QAAQ,kBAAkB;AACzD,SAASC,oBAAoB,EAAEC,4BAA4B,QAAQ,+BAA+B"}
|
package/lib/utils/index.js
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
export
|
2
|
-
export
|
3
|
-
export
|
1
|
+
export { clamp } from './clamp';
|
2
|
+
export { getBound } from './getBound';
|
3
|
+
export { calculatePrecision, precisionRound } from './precision';
|
package/lib/utils/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../src/utils/index.ts"],"sourcesContent":["export
|
1
|
+
{"version":3,"sources":["../src/utils/index.ts"],"sourcesContent":["export { clamp } from './clamp';\nexport { getBound } from './getBound';\nexport { calculatePrecision, precisionRound } from './precision';\n"],"names":["clamp","getBound","calculatePrecision","precisionRound"],"rangeMappings":";;","mappings":"AAAA,SAASA,KAAK,QAAQ,UAAU;AAChC,SAASC,QAAQ,QAAQ,aAAa;AACtC,SAASC,kBAAkB,EAAEC,cAAc,QAAQ,cAAc"}
|
@@ -2,5 +2,27 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
3
3
|
value: true
|
4
4
|
});
|
5
|
-
|
6
|
-
|
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
|
+
SpinButton: function() {
|
13
|
+
return _index.SpinButton;
|
14
|
+
},
|
15
|
+
renderSpinButton_unstable: function() {
|
16
|
+
return _index.renderSpinButton_unstable;
|
17
|
+
},
|
18
|
+
spinButtonClassNames: function() {
|
19
|
+
return _index.spinButtonClassNames;
|
20
|
+
},
|
21
|
+
useSpinButtonStyles_unstable: function() {
|
22
|
+
return _index.useSpinButtonStyles_unstable;
|
23
|
+
},
|
24
|
+
useSpinButton_unstable: function() {
|
25
|
+
return _index.useSpinButton_unstable;
|
26
|
+
}
|
27
|
+
});
|
28
|
+
const _index = require("./components/SpinButton/index");
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../src/SpinButton.ts"],"sourcesContent":["export
|
1
|
+
{"version":3,"sources":["../src/SpinButton.ts"],"sourcesContent":["export type {\n SpinButtonBounds,\n SpinButtonChangeEvent,\n SpinButtonOnChangeData,\n SpinButtonProps,\n SpinButtonSlots,\n SpinButtonSpinState,\n SpinButtonState,\n} from './components/SpinButton/index';\nexport {\n SpinButton,\n renderSpinButton_unstable,\n spinButtonClassNames,\n useSpinButtonStyles_unstable,\n useSpinButton_unstable,\n} from './components/SpinButton/index';\n"],"names":["SpinButton","renderSpinButton_unstable","spinButtonClassNames","useSpinButtonStyles_unstable","useSpinButton_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAUEA,UAAU;eAAVA,iBAAU;;IACVC,yBAAyB;eAAzBA,gCAAyB;;IACzBC,oBAAoB;eAApBA,2BAAoB;;IACpBC,4BAA4B;eAA5BA,mCAA4B;;IAC5BC,sBAAsB;eAAtBA,6BAAsB;;;uBACjB"}
|
@@ -2,9 +2,30 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
3
3
|
value: true
|
4
4
|
});
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
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
|
+
SpinButton: function() {
|
13
|
+
return _SpinButton.SpinButton;
|
14
|
+
},
|
15
|
+
renderSpinButton_unstable: function() {
|
16
|
+
return _renderSpinButton.renderSpinButton_unstable;
|
17
|
+
},
|
18
|
+
spinButtonClassNames: function() {
|
19
|
+
return _useSpinButtonStylesstyles.spinButtonClassNames;
|
20
|
+
},
|
21
|
+
useSpinButtonStyles_unstable: function() {
|
22
|
+
return _useSpinButtonStylesstyles.useSpinButtonStyles_unstable;
|
23
|
+
},
|
24
|
+
useSpinButton_unstable: function() {
|
25
|
+
return _useSpinButton.useSpinButton_unstable;
|
26
|
+
}
|
27
|
+
});
|
28
|
+
const _SpinButton = require("./SpinButton");
|
29
|
+
const _renderSpinButton = require("./renderSpinButton");
|
30
|
+
const _useSpinButton = require("./useSpinButton");
|
31
|
+
const _useSpinButtonStylesstyles = require("./useSpinButtonStyles.styles");
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../src/components/SpinButton/index.ts"],"sourcesContent":["export
|
1
|
+
{"version":3,"sources":["../src/components/SpinButton/index.ts"],"sourcesContent":["export { SpinButton } from './SpinButton';\nexport type {\n SpinButtonBounds,\n SpinButtonChangeEvent,\n SpinButtonOnChangeData,\n SpinButtonProps,\n SpinButtonSlots,\n SpinButtonSpinState,\n SpinButtonState,\n} from './SpinButton.types';\nexport { renderSpinButton_unstable } from './renderSpinButton';\nexport { useSpinButton_unstable } from './useSpinButton';\nexport { spinButtonClassNames, useSpinButtonStyles_unstable } from './useSpinButtonStyles.styles';\n"],"names":["SpinButton","renderSpinButton_unstable","spinButtonClassNames","useSpinButtonStyles_unstable","useSpinButton_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,UAAU;eAAVA,sBAAU;;IAUVC,yBAAyB;eAAzBA,2CAAyB;;IAEzBC,oBAAoB;eAApBA,+CAAoB;;IAAEC,4BAA4B;eAA5BA,uDAA4B;;IADlDC,sBAAsB;eAAtBA,qCAAsB;;;4BAXJ;kCAUe;+BACH;2CAC4B"}
|
@@ -2,7 +2,26 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
3
3
|
value: true
|
4
4
|
});
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
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
|
+
calculatePrecision: function() {
|
13
|
+
return _precision.calculatePrecision;
|
14
|
+
},
|
15
|
+
clamp: function() {
|
16
|
+
return _clamp.clamp;
|
17
|
+
},
|
18
|
+
getBound: function() {
|
19
|
+
return _getBound.getBound;
|
20
|
+
},
|
21
|
+
precisionRound: function() {
|
22
|
+
return _precision.precisionRound;
|
23
|
+
}
|
24
|
+
});
|
25
|
+
const _clamp = require("./clamp");
|
26
|
+
const _getBound = require("./getBound");
|
27
|
+
const _precision = require("./precision");
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../src/utils/index.ts"],"sourcesContent":["export
|
1
|
+
{"version":3,"sources":["../src/utils/index.ts"],"sourcesContent":["export { clamp } from './clamp';\nexport { getBound } from './getBound';\nexport { calculatePrecision, precisionRound } from './precision';\n"],"names":["calculatePrecision","clamp","getBound","precisionRound"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAESA,kBAAkB;eAAlBA,6BAAkB;;IAFlBC,KAAK;eAALA,YAAK;;IACLC,QAAQ;eAARA,kBAAQ;;IACYC,cAAc;eAAdA,yBAAc;;;uBAFrB;0BACG;2BAC0B"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-spinbutton",
|
3
|
-
"version": "9.2.
|
3
|
+
"version": "9.2.94",
|
4
4
|
"description": "Fluent UI React SpinButton component.",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
},
|
21
21
|
"dependencies": {
|
22
22
|
"@fluentui/keyboard-keys": "^9.0.8",
|
23
|
-
"@fluentui/react-field": "^9.1.
|
23
|
+
"@fluentui/react-field": "^9.1.82",
|
24
24
|
"@fluentui/react-icons": "^2.0.245",
|
25
25
|
"@fluentui/react-jsx-runtime": "^9.0.47",
|
26
26
|
"@fluentui/react-shared-contexts": "^9.21.1",
|