@react-aria/virtualizer 3.10.2-nightly.4681 → 3.10.2-nightly.4684
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/dist/types.d.ts +105 -105
- package/dist/types.d.ts.map +1 -1
- package/package.json +7 -7
package/dist/types.d.ts
CHANGED
|
@@ -30,114 +30,114 @@ export const ScrollView: React.ForwardRefExoticComponent<ScrollViewProps & React
|
|
|
30
30
|
export function useScrollView(props: ScrollViewProps, ref: RefObject<HTMLElement | null>): {
|
|
31
31
|
scrollViewProps: {
|
|
32
32
|
style: React.CSSProperties;
|
|
33
|
-
children?:
|
|
34
|
-
defaultChecked?: boolean;
|
|
35
|
-
defaultValue?: string | number | readonly string[];
|
|
36
|
-
suppressContentEditableWarning?: boolean;
|
|
37
|
-
suppressHydrationWarning?: boolean;
|
|
38
|
-
accessKey?: string;
|
|
39
|
-
autoFocus?: boolean;
|
|
40
|
-
className?: string;
|
|
41
|
-
contentEditable?:
|
|
42
|
-
contextMenu?: string;
|
|
43
|
-
dir?: string;
|
|
44
|
-
draggable?: boolean | "false" | "true";
|
|
45
|
-
hidden?: boolean;
|
|
46
|
-
id?: string;
|
|
47
|
-
lang?: string;
|
|
48
|
-
nonce?: string;
|
|
49
|
-
slot?: string;
|
|
50
|
-
spellCheck?: boolean | "false" | "true";
|
|
51
|
-
tabIndex?: number;
|
|
52
|
-
title?: string;
|
|
53
|
-
translate?: "yes" | "no";
|
|
54
|
-
radioGroup?: string;
|
|
55
|
-
role?: React.AriaRole;
|
|
56
|
-
about?: string;
|
|
57
|
-
content?: string;
|
|
58
|
-
datatype?: string;
|
|
33
|
+
children?: ReactNode;
|
|
34
|
+
defaultChecked?: boolean | undefined;
|
|
35
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
36
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
37
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
38
|
+
accessKey?: string | undefined;
|
|
39
|
+
autoFocus?: boolean | undefined;
|
|
40
|
+
className?: string | undefined;
|
|
41
|
+
contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
|
|
42
|
+
contextMenu?: string | undefined;
|
|
43
|
+
dir?: string | undefined;
|
|
44
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
45
|
+
hidden?: boolean | undefined;
|
|
46
|
+
id?: string | undefined;
|
|
47
|
+
lang?: string | undefined;
|
|
48
|
+
nonce?: string | undefined;
|
|
49
|
+
slot?: string | undefined;
|
|
50
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
51
|
+
tabIndex?: number | undefined;
|
|
52
|
+
title?: string | undefined;
|
|
53
|
+
translate?: "yes" | "no" | undefined;
|
|
54
|
+
radioGroup?: string | undefined;
|
|
55
|
+
role?: React.AriaRole | undefined;
|
|
56
|
+
about?: string | undefined;
|
|
57
|
+
content?: string | undefined;
|
|
58
|
+
datatype?: string | undefined;
|
|
59
59
|
inlist?: any;
|
|
60
|
-
prefix?: string;
|
|
61
|
-
property?: string;
|
|
62
|
-
rel?: string;
|
|
63
|
-
resource?: string;
|
|
64
|
-
rev?: string;
|
|
65
|
-
typeof?: string;
|
|
66
|
-
vocab?: string;
|
|
67
|
-
autoCapitalize?: string;
|
|
68
|
-
autoCorrect?: string;
|
|
69
|
-
autoSave?: string;
|
|
70
|
-
color?: string;
|
|
71
|
-
itemProp?: string;
|
|
72
|
-
itemScope?: boolean;
|
|
73
|
-
itemType?: string;
|
|
74
|
-
itemID?: string;
|
|
75
|
-
itemRef?: string;
|
|
76
|
-
results?: number;
|
|
77
|
-
security?: string;
|
|
78
|
-
unselectable?: "
|
|
79
|
-
popover?: "" | "auto" | "manual";
|
|
80
|
-
popoverTargetAction?: "
|
|
81
|
-
popoverTarget?: string;
|
|
82
|
-
inert?: boolean;
|
|
83
|
-
inputMode?: "
|
|
84
|
-
is?: string;
|
|
85
|
-
"aria-activedescendant"?: string;
|
|
86
|
-
"aria-atomic"?: boolean | "false" | "true";
|
|
87
|
-
"aria-autocomplete"?: "
|
|
88
|
-
"aria-braillelabel"?: string;
|
|
89
|
-
"aria-brailleroledescription"?: string;
|
|
90
|
-
"aria-busy"?: boolean | "false" | "true";
|
|
91
|
-
"aria-checked"?: boolean | "false" | "mixed" | "true";
|
|
92
|
-
"aria-colcount"?: number;
|
|
93
|
-
"aria-colindex"?: number;
|
|
94
|
-
"aria-colindextext"?: string;
|
|
95
|
-
"aria-colspan"?: number;
|
|
96
|
-
"aria-controls"?: string;
|
|
97
|
-
"aria-current"?: boolean | "false" | "
|
|
98
|
-
"aria-describedby"?: string;
|
|
99
|
-
"aria-description"?: string;
|
|
100
|
-
"aria-details"?: string;
|
|
101
|
-
"aria-disabled"?: boolean | "false" | "true";
|
|
102
|
-
"aria-dropeffect"?: "
|
|
103
|
-
"aria-errormessage"?: string;
|
|
104
|
-
"aria-expanded"?: boolean | "false" | "true";
|
|
105
|
-
"aria-flowto"?: string;
|
|
106
|
-
"aria-grabbed"?: boolean | "false" | "true";
|
|
107
|
-
"aria-haspopup"?: boolean | "false" | "
|
|
108
|
-
"aria-hidden"?: boolean | "false" | "true";
|
|
109
|
-
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling";
|
|
110
|
-
"aria-keyshortcuts"?: string;
|
|
111
|
-
"aria-label"?: string;
|
|
112
|
-
"aria-labelledby"?: string;
|
|
113
|
-
"aria-level"?: number;
|
|
114
|
-
"aria-live"?: "off" | "assertive" | "polite";
|
|
115
|
-
"aria-modal"?: boolean | "false" | "true";
|
|
116
|
-
"aria-multiline"?: boolean | "false" | "true";
|
|
117
|
-
"aria-multiselectable"?: boolean | "false" | "true";
|
|
118
|
-
"aria-orientation"?: "horizontal" | "vertical";
|
|
119
|
-
"aria-owns"?: string;
|
|
120
|
-
"aria-placeholder"?: string;
|
|
121
|
-
"aria-posinset"?: number;
|
|
122
|
-
"aria-pressed"?: boolean | "false" | "mixed" | "true";
|
|
123
|
-
"aria-readonly"?: boolean | "false" | "true";
|
|
124
|
-
"aria-relevant"?: "
|
|
125
|
-
"aria-required"?: boolean | "false" | "true";
|
|
126
|
-
"aria-roledescription"?: string;
|
|
127
|
-
"aria-rowcount"?: number;
|
|
128
|
-
"aria-rowindex"?: number;
|
|
129
|
-
"aria-rowindextext"?: string;
|
|
130
|
-
"aria-rowspan"?: number;
|
|
131
|
-
"aria-selected"?: boolean | "false" | "true";
|
|
132
|
-
"aria-setsize"?: number;
|
|
133
|
-
"aria-sort"?: "none" | "
|
|
134
|
-
"aria-valuemax"?: number;
|
|
135
|
-
"aria-valuemin"?: number;
|
|
136
|
-
"aria-valuenow"?: number;
|
|
137
|
-
"aria-valuetext"?: string;
|
|
60
|
+
prefix?: string | undefined;
|
|
61
|
+
property?: string | undefined;
|
|
62
|
+
rel?: string | undefined;
|
|
63
|
+
resource?: string | undefined;
|
|
64
|
+
rev?: string | undefined;
|
|
65
|
+
typeof?: string | undefined;
|
|
66
|
+
vocab?: string | undefined;
|
|
67
|
+
autoCapitalize?: string | undefined;
|
|
68
|
+
autoCorrect?: string | undefined;
|
|
69
|
+
autoSave?: string | undefined;
|
|
70
|
+
color?: string | undefined;
|
|
71
|
+
itemProp?: string | undefined;
|
|
72
|
+
itemScope?: boolean | undefined;
|
|
73
|
+
itemType?: string | undefined;
|
|
74
|
+
itemID?: string | undefined;
|
|
75
|
+
itemRef?: string | undefined;
|
|
76
|
+
results?: number | undefined;
|
|
77
|
+
security?: string | undefined;
|
|
78
|
+
unselectable?: "on" | "off" | undefined;
|
|
79
|
+
popover?: "" | "auto" | "manual" | undefined;
|
|
80
|
+
popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
|
|
81
|
+
popoverTarget?: string | undefined;
|
|
82
|
+
inert?: boolean | undefined;
|
|
83
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
84
|
+
is?: string | undefined;
|
|
85
|
+
"aria-activedescendant"?: string | undefined;
|
|
86
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
87
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
88
|
+
"aria-braillelabel"?: string | undefined;
|
|
89
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
90
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
91
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
92
|
+
"aria-colcount"?: number | undefined;
|
|
93
|
+
"aria-colindex"?: number | undefined;
|
|
94
|
+
"aria-colindextext"?: string | undefined;
|
|
95
|
+
"aria-colspan"?: number | undefined;
|
|
96
|
+
"aria-controls"?: string | undefined;
|
|
97
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
98
|
+
"aria-describedby"?: string | undefined;
|
|
99
|
+
"aria-description"?: string | undefined;
|
|
100
|
+
"aria-details"?: string | undefined;
|
|
101
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
102
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
103
|
+
"aria-errormessage"?: string | undefined;
|
|
104
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
105
|
+
"aria-flowto"?: string | undefined;
|
|
106
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
107
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
108
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
109
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
110
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
111
|
+
"aria-label"?: string | undefined;
|
|
112
|
+
"aria-labelledby"?: string | undefined;
|
|
113
|
+
"aria-level"?: number | undefined;
|
|
114
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
115
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
116
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
117
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
118
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
119
|
+
"aria-owns"?: string | undefined;
|
|
120
|
+
"aria-placeholder"?: string | undefined;
|
|
121
|
+
"aria-posinset"?: number | undefined;
|
|
122
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
123
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
124
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
125
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
126
|
+
"aria-roledescription"?: string | undefined;
|
|
127
|
+
"aria-rowcount"?: number | undefined;
|
|
128
|
+
"aria-rowindex"?: number | undefined;
|
|
129
|
+
"aria-rowindextext"?: string | undefined;
|
|
130
|
+
"aria-rowspan"?: number | undefined;
|
|
131
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
132
|
+
"aria-setsize"?: number | undefined;
|
|
133
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
134
|
+
"aria-valuemax"?: number | undefined;
|
|
135
|
+
"aria-valuemin"?: number | undefined;
|
|
136
|
+
"aria-valuenow"?: number | undefined;
|
|
137
|
+
"aria-valuetext"?: string | undefined;
|
|
138
138
|
dangerouslySetInnerHTML?: {
|
|
139
139
|
__html: string | TrustedHTML;
|
|
140
|
-
};
|
|
140
|
+
} | undefined;
|
|
141
141
|
onCopy?: React.ClipboardEventHandler<HTMLElement>;
|
|
142
142
|
onCopyCapture?: React.ClipboardEventHandler<HTMLElement>;
|
|
143
143
|
onCut?: React.ClipboardEventHandler<HTMLElement>;
|
package/dist/types.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"mappings":";;;AAcA,4BACI,UAAU,GACV,qBAAqB,GACrB,oBAAoB,CAAC;AAezB,iCAAiC,WAAW,GAAE,OAAe,GAAG,aAAa,CAmC5E;AAED,8BAA8B,IAAI,EAAE,OAAO,EAAE,SAAS,EAAE,SAAS,GAAG,MAAM,CAkBzE;AAED,8BAA8B,IAAI,EAAE,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,QAiBpF;ACzFD;IACE,cAAc,CAAC,GAAG,EAAE,GAAG,EAAE,IAAI,EAAE,IAAI,GAAG,IAAI,CAAA;CAC3C;AAED;IACE,UAAU,EAAE,UAAU,CAAC;IACvB,WAAW,EAAE,YAAY,CAAC;IAC1B,GAAG,EAAE,UAAU,WAAW,GAAG,IAAI,CAAC,CAAA;CACnC;AAED,mCAAmC,OAAO,EAAE,sBAAsB;;EAiBjE;ACdD,yBAA0B,SAAQ,eAAe,WAAW,CAAC;IAC3D,WAAW,EAAE,IAAI,CAAC;IAClB,mBAAmB,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;IAC1C,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,UAAU,CAAC,EAAE,aAAa,CAAC;IAC3B,SAAS,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IAC/B,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,eAAe,CAAC,EAAE,YAAY,GAAG,UAAU,GAAG,MAAM,CAAA;CACrD;AAeD,OAAA,MAAM,kGAAmD,CAAC;AAG1D,8BAA8B,KAAK,EAAE,eAAe,EAAE,GAAG,EAAE,UAAU,WAAW,GAAG,IAAI,CAAC
|
|
1
|
+
{"mappings":"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","sources":["packages/@react-aria/virtualizer/src/packages/@react-aria/virtualizer/src/utils.ts","packages/@react-aria/virtualizer/src/packages/@react-aria/virtualizer/src/useVirtualizerItem.ts","packages/@react-aria/virtualizer/src/packages/@react-aria/virtualizer/src/ScrollView.tsx","packages/@react-aria/virtualizer/src/packages/@react-aria/virtualizer/src/VirtualizerItem.tsx","packages/@react-aria/virtualizer/src/packages/@react-aria/virtualizer/src/Virtualizer.tsx","packages/@react-aria/virtualizer/src/packages/@react-aria/virtualizer/src/index.ts","packages/@react-aria/virtualizer/src/index.ts"],"sourcesContent":[null,null,null,null,null,null,"/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nexport type {RTLOffsetType} from './utils';\nexport type {VirtualizerItemOptions} from './useVirtualizerItem';\nexport {useVirtualizer, Virtualizer, VirtualizerContext} from './Virtualizer';\nexport {useVirtualizerItem} from './useVirtualizerItem';\nexport {VirtualizerItem, layoutInfoToStyle} from './VirtualizerItem';\nexport {ScrollView, useScrollView} from './ScrollView';\nexport {getRTLOffsetType, getScrollLeft, setScrollLeft} from './utils';\n"],"names":[],"version":3,"file":"types.d.ts.map"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-aria/virtualizer",
|
|
3
|
-
"version": "3.10.2-nightly.
|
|
3
|
+
"version": "3.10.2-nightly.4684+2cd8f0b50",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
"url": "https://github.com/adobe/react-spectrum"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@react-aria/i18n": "3.0.0-nightly.
|
|
26
|
-
"@react-aria/interactions": "3.0.0-nightly.
|
|
27
|
-
"@react-aria/utils": "3.0.0-nightly.
|
|
28
|
-
"@react-stately/virtualizer": "3.7.2-nightly.
|
|
29
|
-
"@react-types/shared": "3.0.0-nightly.
|
|
25
|
+
"@react-aria/i18n": "3.0.0-nightly.2972+2cd8f0b50",
|
|
26
|
+
"@react-aria/interactions": "3.0.0-nightly.2972+2cd8f0b50",
|
|
27
|
+
"@react-aria/utils": "3.0.0-nightly.2972+2cd8f0b50",
|
|
28
|
+
"@react-stately/virtualizer": "3.7.2-nightly.4684+2cd8f0b50",
|
|
29
|
+
"@react-types/shared": "3.0.0-nightly.2972+2cd8f0b50",
|
|
30
30
|
"@swc/helpers": "^0.5.0"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "2cd8f0b509cd9a1d93322dd75fc1306e5f0e217f"
|
|
40
40
|
}
|