@fluentui/react-slider 9.0.0-alpha.16 → 9.0.0-alpha.17
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 +58 -1
- package/CHANGELOG.md +18 -2
- package/dist/react-slider.d.ts +3 -2
- package/lib/components/RangedSlider/RangedSlider.d.ts +2 -2
- package/lib/components/RangedSlider/RangedSlider.js.map +1 -1
- package/lib/components/Slider/Slider.d.ts +3 -2
- package/lib/components/Slider/Slider.js.map +1 -1
- package/lib-commonjs/components/RangedSlider/RangedSlider.d.ts +2 -2
- package/lib-commonjs/components/RangedSlider/RangedSlider.js.map +1 -1
- package/lib-commonjs/components/Slider/Slider.d.ts +3 -2
- package/lib-commonjs/components/Slider/Slider.js.map +1 -1
- package/package.json +8 -8
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,64 @@
|
|
|
2
2
|
"name": "@fluentui/react-slider",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Tue, 05 Oct 2021 09:26:55 GMT",
|
|
6
|
+
"tag": "@fluentui/react-slider_v9.0.0-alpha.17",
|
|
7
|
+
"version": "9.0.0-alpha.17",
|
|
8
|
+
"comments": {
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "bsunderhus@microsoft.com",
|
|
12
|
+
"package": "@fluentui/react-slider",
|
|
13
|
+
"comment": "Adds ForwardRefComponent to react-slider components declaration",
|
|
14
|
+
"commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui/react-slider",
|
|
19
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.77",
|
|
20
|
+
"commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@fluentui/react-slider",
|
|
25
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.72",
|
|
26
|
+
"commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "beachball",
|
|
30
|
+
"package": "@fluentui/react-slider",
|
|
31
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.56",
|
|
32
|
+
"commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"author": "beachball",
|
|
36
|
+
"package": "@fluentui/react-slider",
|
|
37
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.52",
|
|
38
|
+
"commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"author": "beachball",
|
|
42
|
+
"package": "@fluentui/react-slider",
|
|
43
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.21",
|
|
44
|
+
"commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"author": "beachball",
|
|
48
|
+
"package": "@fluentui/react-slider",
|
|
49
|
+
"comment": "Bump @fluentui/react-label to v9.0.0-alpha.50",
|
|
50
|
+
"commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"author": "beachball",
|
|
54
|
+
"package": "@fluentui/react-slider",
|
|
55
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.59",
|
|
56
|
+
"commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"date": "Fri, 01 Oct 2021 14:13:08 GMT",
|
|
6
63
|
"tag": "@fluentui/react-slider_v9.0.0-alpha.16",
|
|
7
64
|
"version": "9.0.0-alpha.16",
|
|
8
65
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,28 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-slider
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 05 Oct 2021 09:26:55 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.17)
|
|
8
|
+
|
|
9
|
+
Tue, 05 Oct 2021 09:26:55 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.16..@fluentui/react-slider_v9.0.0-alpha.17)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- Adds ForwardRefComponent to react-slider components declaration ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by bsunderhus@microsoft.com)
|
|
15
|
+
- Bump @fluentui/react-make-styles to v9.0.0-alpha.77 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
|
|
16
|
+
- Bump @fluentui/react-tabster to v9.0.0-alpha.72 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
|
|
17
|
+
- Bump @fluentui/react-utilities to v9.0.0-alpha.56 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
|
|
18
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.52 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
|
|
19
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.21 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
|
|
20
|
+
- Bump @fluentui/react-label to v9.0.0-alpha.50 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
|
|
21
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.59 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
|
|
22
|
+
|
|
7
23
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.0-alpha.16)
|
|
8
24
|
|
|
9
|
-
Fri, 01 Oct 2021 14:
|
|
25
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
|
10
26
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.0-alpha.14..@fluentui/react-slider_v9.0.0-alpha.16)
|
|
11
27
|
|
|
12
28
|
### Changes
|
package/dist/react-slider.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ComponentProps } from '@fluentui/react-utilities';
|
|
2
2
|
import { ComponentState } from '@fluentui/react-utilities';
|
|
3
|
+
import type { ForwardRefComponent } from '@fluentui/react-utilities';
|
|
3
4
|
import { IntrinsicShorthandProps } from '@fluentui/react-utilities';
|
|
4
5
|
import * as React_2 from 'react';
|
|
5
6
|
|
|
@@ -8,7 +9,7 @@ export declare const lowerThumbClassName: string;
|
|
|
8
9
|
/**
|
|
9
10
|
* The RangedSlider component allows users to quickly select a range by dragging a lower or upper thumb across a rail.
|
|
10
11
|
*/
|
|
11
|
-
export declare const RangedSlider:
|
|
12
|
+
export declare const RangedSlider: ForwardRefComponent<RangedSliderProps>;
|
|
12
13
|
|
|
13
14
|
export declare interface RangedSliderCommons extends Omit<SliderCommons, 'value' | 'defaultValue' | 'origin' | 'onChange'> {
|
|
14
15
|
/**
|
|
@@ -77,7 +78,7 @@ export declare const renderSlider: (state: SliderState) => JSX.Element;
|
|
|
77
78
|
/**
|
|
78
79
|
* The Slider component allows users to quickly select a value by dragging a thumb across a rail.
|
|
79
80
|
*/
|
|
80
|
-
export declare const Slider:
|
|
81
|
+
export declare const Slider: ForwardRefComponent<SliderProps>;
|
|
81
82
|
|
|
82
83
|
export declare type SliderCommons = {
|
|
83
84
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import type { RangedSliderProps } from './RangedSlider.types';
|
|
2
|
+
import type { ForwardRefComponent } from '@fluentui/react-utilities';
|
|
3
3
|
/**
|
|
4
4
|
* The RangedSlider component allows users to quickly select a range by dragging a lower or upper thumb across a rail.
|
|
5
5
|
*/
|
|
6
|
-
export declare const RangedSlider:
|
|
6
|
+
export declare const RangedSlider: ForwardRefComponent<RangedSliderProps>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/components/RangedSlider/RangedSlider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AACA,SAAS,kBAAT,QAAmC,sBAAnC;AACA,SAAS,eAAT,QAAgC,mBAAhC;AACA,SAAS,qBAAT,QAAsC,yBAAtC;
|
|
1
|
+
{"version":3,"sources":["../../../src/components/RangedSlider/RangedSlider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AACA,SAAS,kBAAT,QAAmC,sBAAnC;AACA,SAAS,eAAT,QAAgC,mBAAhC;AACA,SAAS,qBAAT,QAAsC,yBAAtC;AAIA;;AAEG;;AACH,OAAO,IAAM,YAAY,gBAA2C,KAAK,CAAC,UAAN,CAAiB,UAAC,KAAD,EAAQ,GAAR,EAAW;AAC9F,MAAM,KAAK,GAAG,eAAe,CAAC,KAAD,EAAQ,GAAR,CAA7B;AAEA,EAAA,qBAAqB,CAAC,KAAD,CAArB;AAEA,SAAO,kBAAkB,CAAC,KAAD,CAAzB;AACD,CANmE,CAA7D;AAOP,YAAY,CAAC,WAAb,GAA2B,cAA3B","sourceRoot":""}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { SliderProps } from './Slider.types';
|
|
2
|
+
import type { ForwardRefComponent } from '@fluentui/react-utilities';
|
|
2
3
|
/**
|
|
3
4
|
* The Slider component allows users to quickly select a value by dragging a thumb across a rail.
|
|
4
5
|
*/
|
|
5
|
-
export declare const Slider:
|
|
6
|
+
export declare const Slider: ForwardRefComponent<SliderProps>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/components/Slider/Slider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AACA,SAAS,SAAT,QAA0B,aAA1B;AACA,SAAS,YAAT,QAA6B,gBAA7B;AACA,SAAS,eAAT,QAAgC,mBAAhC;
|
|
1
|
+
{"version":3,"sources":["../../../src/components/Slider/Slider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AACA,SAAS,SAAT,QAA0B,aAA1B;AACA,SAAS,YAAT,QAA6B,gBAA7B;AACA,SAAS,eAAT,QAAgC,mBAAhC;AAIA;;AAEG;;AACH,OAAO,IAAM,MAAM,gBAAqC,KAAK,CAAC,UAAN,CAAiB,UAAC,KAAD,EAAQ,GAAR,EAAW;AAClF,MAAM,KAAK,GAAG,SAAS,CAAC,KAAD,EAAQ,GAAR,CAAvB;AAEA,EAAA,eAAe,CAAC,KAAD,CAAf;AAEA,SAAO,YAAY,CAAC,KAAD,CAAnB;AACD,CANuD,CAAjD;AAOP,MAAM,CAAC,WAAP,GAAqB,QAArB","sourceRoot":""}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import type { RangedSliderProps } from './RangedSlider.types';
|
|
2
|
+
import type { ForwardRefComponent } from '@fluentui/react-utilities';
|
|
3
3
|
/**
|
|
4
4
|
* The RangedSlider component allows users to quickly select a range by dragging a lower or upper thumb across a rail.
|
|
5
5
|
*/
|
|
6
|
-
export declare const RangedSlider:
|
|
6
|
+
export declare const RangedSlider: ForwardRefComponent<RangedSliderProps>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/components/RangedSlider/RangedSlider.tsx"],"names":[],"mappings":";;;;;;;AAAA,IAAA,KAAA,gBAAA,OAAA,CAAA,OAAA,CAAA;;AACA,IAAA,oBAAA,gBAAA,OAAA,CAAA,sBAAA,CAAA;;AACA,IAAA,iBAAA,gBAAA,OAAA,CAAA,mBAAA,CAAA;;AACA,IAAA,uBAAA,gBAAA,OAAA,CAAA,yBAAA,CAAA;
|
|
1
|
+
{"version":3,"sources":["../../../src/components/RangedSlider/RangedSlider.tsx"],"names":[],"mappings":";;;;;;;AAAA,IAAA,KAAA,gBAAA,OAAA,CAAA,OAAA,CAAA;;AACA,IAAA,oBAAA,gBAAA,OAAA,CAAA,sBAAA,CAAA;;AACA,IAAA,iBAAA,gBAAA,OAAA,CAAA,mBAAA,CAAA;;AACA,IAAA,uBAAA,gBAAA,OAAA,CAAA,yBAAA,CAAA;AAIA;;AAEG;;;AACU,OAAA,CAAA,YAAA,gBAAuD,KAAK,CAAC,UAAN,CAAiB,UAAC,KAAD,EAAQ,GAAR,EAAW;AAC9F,MAAM,KAAK,GAAG,iBAAA,CAAA,eAAA,CAAgB,KAAhB,EAAuB,GAAvB,CAAd;AAEA,EAAA,uBAAA,CAAA,qBAAA,CAAsB,KAAtB;AAEA,SAAO,oBAAA,CAAA,kBAAA,CAAmB,KAAnB,CAAP;AACD,CANmE,CAAvD;AAOb,OAAA,CAAA,YAAA,CAAa,WAAb,GAA2B,cAA3B","sourceRoot":""}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { SliderProps } from './Slider.types';
|
|
2
|
+
import type { ForwardRefComponent } from '@fluentui/react-utilities';
|
|
2
3
|
/**
|
|
3
4
|
* The Slider component allows users to quickly select a value by dragging a thumb across a rail.
|
|
4
5
|
*/
|
|
5
|
-
export declare const Slider:
|
|
6
|
+
export declare const Slider: ForwardRefComponent<SliderProps>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/components/Slider/Slider.tsx"],"names":[],"mappings":";;;;;;;AAAA,IAAA,KAAA,gBAAA,OAAA,CAAA,OAAA,CAAA;;AACA,IAAA,WAAA,gBAAA,OAAA,CAAA,aAAA,CAAA;;AACA,IAAA,cAAA,gBAAA,OAAA,CAAA,gBAAA,CAAA;;AACA,IAAA,iBAAA,gBAAA,OAAA,CAAA,mBAAA,CAAA;
|
|
1
|
+
{"version":3,"sources":["../../../src/components/Slider/Slider.tsx"],"names":[],"mappings":";;;;;;;AAAA,IAAA,KAAA,gBAAA,OAAA,CAAA,OAAA,CAAA;;AACA,IAAA,WAAA,gBAAA,OAAA,CAAA,aAAA,CAAA;;AACA,IAAA,cAAA,gBAAA,OAAA,CAAA,gBAAA,CAAA;;AACA,IAAA,iBAAA,gBAAA,OAAA,CAAA,mBAAA,CAAA;AAIA;;AAEG;;;AACU,OAAA,CAAA,MAAA,gBAA2C,KAAK,CAAC,UAAN,CAAiB,UAAC,KAAD,EAAQ,GAAR,EAAW;AAClF,MAAM,KAAK,GAAG,WAAA,CAAA,SAAA,CAAU,KAAV,EAAiB,GAAjB,CAAd;AAEA,EAAA,iBAAA,CAAA,eAAA,CAAgB,KAAhB;AAEA,SAAO,cAAA,CAAA,YAAA,CAAa,KAAb,CAAP;AACD,CANuD,CAA3C;AAOb,OAAA,CAAA,MAAA,CAAO,WAAP,GAAqB,QAArB","sourceRoot":""}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-slider",
|
|
3
|
-
"version": "9.0.0-alpha.
|
|
3
|
+
"version": "9.0.0-alpha.17",
|
|
4
4
|
"description": "Fluent UI React Slider component.",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@fluentui/eslint-plugin": "*",
|
|
29
|
-
"@fluentui/jest-serializer-make-styles": "9.0.0-alpha.
|
|
29
|
+
"@fluentui/jest-serializer-make-styles": "9.0.0-alpha.52",
|
|
30
30
|
"@fluentui/react-conformance": "*",
|
|
31
|
-
"@fluentui/react-conformance-make-styles": "9.0.0-alpha.
|
|
32
|
-
"@fluentui/react-label": "9.0.0-alpha.
|
|
31
|
+
"@fluentui/react-conformance-make-styles": "9.0.0-alpha.21",
|
|
32
|
+
"@fluentui/react-label": "9.0.0-alpha.50",
|
|
33
33
|
"@fluentui/scripts": "^1.0.0",
|
|
34
34
|
"@types/enzyme": "3.10.3",
|
|
35
35
|
"@types/enzyme-adapter-react-16": "1.0.3",
|
|
@@ -39,13 +39,13 @@
|
|
|
39
39
|
"react": "16.8.6",
|
|
40
40
|
"react-dom": "16.8.6",
|
|
41
41
|
"react-test-renderer": "^16.3.0",
|
|
42
|
-
"@fluentui/babel-make-styles": "9.0.0-alpha.
|
|
42
|
+
"@fluentui/babel-make-styles": "9.0.0-alpha.59"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@fluentui/react-make-styles": "9.0.0-alpha.
|
|
45
|
+
"@fluentui/react-make-styles": "9.0.0-alpha.77",
|
|
46
46
|
"@fluentui/react-shared-contexts": "9.0.0-alpha.28",
|
|
47
|
-
"@fluentui/react-tabster": "9.0.0-alpha.
|
|
48
|
-
"@fluentui/react-utilities": "9.0.0-alpha.
|
|
47
|
+
"@fluentui/react-tabster": "9.0.0-alpha.72",
|
|
48
|
+
"@fluentui/react-utilities": "9.0.0-alpha.56",
|
|
49
49
|
"tslib": "^2.1.0"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|