@procore/core-react 11.14.0-rc.1 → 11.14.0
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/.env.sample +1 -0
- package/README.md +8 -14
- package/dist/Avatar/Avatar.js +2 -1
- package/dist/Avatar/Avatar.js.map +1 -1
- package/dist/Badge/Badge.d.ts +4 -3
- package/dist/Badge/Badge.js +18 -2
- package/dist/Badge/Badge.js.map +1 -1
- package/dist/Form/Form.styles.d.ts +1 -1
- package/dist/Menu/Menu.d.ts +2 -2
- package/dist/MenuImperative/MenuImperative.js +9 -1
- package/dist/MenuImperative/MenuImperative.js.map +1 -1
- package/dist/NextMenu/NextMenu.js +1 -0
- package/dist/NextMenu/NextMenu.js.map +1 -1
- package/dist/OverlayTrigger/a11yPresets.d.ts +14 -14
- package/dist/SegmentedController/SegmentedController.js +2 -1
- package/dist/SegmentedController/SegmentedController.js.map +1 -1
- package/dist/SuperSelect/SuperSelect.d.ts +36 -4
- package/dist/SuperSelect/SuperSelect.js +2 -2
- package/dist/SuperSelect/SuperSelect.js.map +1 -1
- package/dist/SuperSelect/SuperSelect.styles.d.ts +2 -2
- package/dist/SuperSelect/useSuperSelect.d.ts +108 -12
- package/dist/SuperSelect/useSuperSelect.js +2 -2
- package/dist/SuperSelect/useSuperSelect.js.map +1 -1
- package/dist/Tabs/Tabs.js +3 -2
- package/dist/Tabs/Tabs.js.map +1 -1
- package/dist/Thumbnail/Thumbnail.hooks.d.ts +82 -76
- package/dist/ToolHeader/ToolHeader.d.ts +1 -2
- package/dist/ToolHeader/ToolHeader.js +3 -1
- package/dist/ToolHeader/ToolHeader.js.map +1 -1
- package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
- package/dist/_typedoc/AvatarStack/AvatarStack.types.json +22 -22
- package/dist/_typedoc/Badge/Badge.types.json +6 -6
- package/dist/_typedoc/Banner/Banner.types.json +13 -13
- package/dist/_typedoc/Box/Box.types.json +68 -68
- package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +10 -10
- package/dist/_typedoc/Button/Button.types.json +11 -11
- package/dist/_typedoc/Calendar/Calendar.types.json +80 -80
- package/dist/_typedoc/Card/Card.types.json +6 -6
- package/dist/_typedoc/Checkbox/Checkbox.types.json +7 -7
- package/dist/_typedoc/ContactItem/ContactItem.types.json +9 -9
- package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
- package/dist/_typedoc/DateSelect/DateSelect.types.json +13 -13
- package/dist/_typedoc/DetailPage/DetailPage.types.json +4 -4
- package/dist/_typedoc/Dropdown/Dropdown.types.json +37 -37
- package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +29 -29
- package/dist/_typedoc/Dropzone/Dropzone.types.json +41 -73
- package/dist/_typedoc/EmptyState/EmptyState.types.json +14 -14
- package/dist/_typedoc/FileList/FileList.types.json +9 -9
- package/dist/_typedoc/FileSelect/FileSelect.types.json +26 -26
- package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
- package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
- package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
- package/dist/_typedoc/Flex/Flex.types.json +27 -27
- package/dist/_typedoc/FlexList/FlexList.types.json +30 -30
- package/dist/_typedoc/Form/Form.types.json +700 -700
- package/dist/_typedoc/Grid/Grid.types.json +8 -8
- package/dist/_typedoc/GroupSelect/GroupSelect.types.json +52 -52
- package/dist/_typedoc/Input/Input.types.json +2 -2
- package/dist/_typedoc/Link/Link.types.json +4 -4
- package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
- package/dist/_typedoc/Menu/Menu.types.json +62 -62
- package/dist/_typedoc/MenuImperative/MenuImperative.types.json +71 -71
- package/dist/_typedoc/Modal/Modal.types.json +41 -41
- package/dist/_typedoc/MultiSelect/MultiSelect.types.json +31 -31
- package/dist/_typedoc/Notation/Notation.types.json +4 -4
- package/dist/_typedoc/NumberInput/NumberInput.types.json +38 -38
- package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +30 -30
- package/dist/_typedoc/PageLayout/PageLayout.types.json +22 -22
- package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
- package/dist/_typedoc/Panel/Panel.types.json +27 -27
- package/dist/_typedoc/Pill/Pill.types.json +2 -2
- package/dist/_typedoc/PillSelect/PillSelect.types.json +46 -46
- package/dist/_typedoc/Popover/Popover.types.json +12 -12
- package/dist/_typedoc/ProgressBar/ProgressBar.types.json +6 -6
- package/dist/_typedoc/RadioButton/RadioButton.types.json +6 -6
- package/dist/_typedoc/Required/Required.types.json +5 -5
- package/dist/_typedoc/Search/Search.types.json +18 -18
- package/dist/_typedoc/Section/Section.types.json +14 -14
- package/dist/_typedoc/SegmentedController/SegmentedController.types.json +20 -20
- package/dist/_typedoc/Select/Select.types.json +32 -32
- package/dist/_typedoc/Slider/Slider.types.json +6 -6
- package/dist/_typedoc/Spinner/Spinner.types.json +9 -9
- package/dist/_typedoc/Switch/Switch.types.json +3 -3
- package/dist/_typedoc/Table/Table.types.json +94 -94
- package/dist/_typedoc/Tabs/Tabs.types.json +17 -17
- package/dist/_typedoc/Tearsheet/Tearsheet.types.json +16 -16
- package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
- package/dist/_typedoc/TextEditor/TextEditor.types.json +9 -9
- package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +3 -3
- package/dist/_typedoc/Thumbnail/Thumbnail.types.json +19 -19
- package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +42 -42
- package/dist/_typedoc/TieredSelect/TieredSelect.types.json +28 -28
- package/dist/_typedoc/Tile/Tile.types.json +30 -30
- package/dist/_typedoc/Toast/Toast.types.json +4 -4
- package/dist/_typedoc/ToggleButton/ToggleButton.types.json +3 -3
- package/dist/_typedoc/Token/Token.types.json +4 -4
- package/dist/_typedoc/ToolHeader/ToolHeader.types.json +10 -10
- package/dist/_typedoc/Tooltip/Tooltip.types.json +13 -13
- package/dist/_typedoc/Tree/Tree.types.json +86 -86
- package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
- package/dist/_typedoc/Typography/Typography.types.json +8 -8
- package/dist/_typedoc/_utils/types.json +3 -3
- package/package.json +49 -45
|
@@ -16,7 +16,7 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
16
16
|
size: import("./Thumbnail.types").SizeVariant;
|
|
17
17
|
layout: LayoutVariant;
|
|
18
18
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
19
|
-
inputProps: InputHTMLAttributes<HTMLInputElement>;
|
|
19
|
+
inputProps: React.InputHTMLAttributes<HTMLInputElement>;
|
|
20
20
|
/**
|
|
21
21
|
* Appeared 23-1-18 https://github.com/procore/core/pull/12250
|
|
22
22
|
* Possible issue with types from React Aria during dependency update
|
|
@@ -38,6 +38,7 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
38
38
|
suppressContentEditableWarning?: boolean | undefined;
|
|
39
39
|
suppressHydrationWarning?: boolean | undefined;
|
|
40
40
|
accessKey?: string | undefined;
|
|
41
|
+
autoFocus?: boolean | undefined;
|
|
41
42
|
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
42
43
|
contextMenu?: string | undefined;
|
|
43
44
|
dir?: string | undefined;
|
|
@@ -45,6 +46,7 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
45
46
|
hidden?: boolean | undefined;
|
|
46
47
|
id?: string | undefined;
|
|
47
48
|
lang?: string | undefined;
|
|
49
|
+
nonce?: string | undefined;
|
|
48
50
|
placeholder?: string | undefined;
|
|
49
51
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
50
52
|
translate?: "yes" | "no" | undefined;
|
|
@@ -68,50 +70,50 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
68
70
|
results?: number | undefined;
|
|
69
71
|
security?: string | undefined;
|
|
70
72
|
unselectable?: "on" | "off" | undefined;
|
|
71
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
73
|
+
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
72
74
|
is?: string | undefined;
|
|
73
75
|
'aria-activedescendant'?: string | undefined;
|
|
74
|
-
'aria-atomic'?: boolean | "true" | "false" | undefined;
|
|
76
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
75
77
|
'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
|
|
76
|
-
'aria-busy'?: boolean | "true" | "false" | undefined;
|
|
78
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
77
79
|
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
78
80
|
'aria-colcount'?: number | undefined;
|
|
79
81
|
'aria-colindex'?: number | undefined;
|
|
80
82
|
'aria-colspan'?: number | undefined;
|
|
81
83
|
'aria-controls'?: string | undefined;
|
|
82
|
-
'aria-current'?: boolean | "time" | "true" | "false" | "step" | "
|
|
84
|
+
'aria-current'?: boolean | "time" | "true" | "false" | "step" | "date" | "page" | "location" | undefined;
|
|
83
85
|
'aria-describedby'?: string | undefined;
|
|
84
86
|
'aria-details'?: string | undefined;
|
|
85
|
-
'aria-disabled'?: boolean | "true" | "false" | undefined;
|
|
87
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
86
88
|
'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
87
89
|
'aria-errormessage'?: string | undefined;
|
|
88
|
-
'aria-expanded'?: boolean | "true" | "false" | undefined;
|
|
90
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
89
91
|
'aria-flowto'?: string | undefined;
|
|
90
|
-
'aria-grabbed'?: boolean | "true" | "false" | undefined;
|
|
91
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "
|
|
92
|
-
'aria-hidden'?: boolean | "true" | "false" | undefined;
|
|
92
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
93
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
94
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
93
95
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
94
96
|
'aria-keyshortcuts'?: string | undefined;
|
|
95
97
|
'aria-label'?: string | undefined;
|
|
96
98
|
'aria-labelledby'?: string | undefined;
|
|
97
99
|
'aria-level'?: number | undefined;
|
|
98
100
|
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
99
|
-
'aria-modal'?: boolean | "true" | "false" | undefined;
|
|
100
|
-
'aria-multiline'?: boolean | "true" | "false" | undefined;
|
|
101
|
-
'aria-multiselectable'?: boolean | "true" | "false" | undefined;
|
|
101
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
102
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
103
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
102
104
|
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
103
105
|
'aria-owns'?: string | undefined;
|
|
104
106
|
'aria-placeholder'?: string | undefined;
|
|
105
107
|
'aria-posinset'?: number | undefined;
|
|
106
108
|
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
107
|
-
'aria-readonly'?: boolean | "true" | "false" | undefined;
|
|
109
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
108
110
|
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
109
|
-
'aria-required'?: boolean | "true" | "false" | undefined;
|
|
111
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
110
112
|
'aria-roledescription'?: string | undefined;
|
|
111
113
|
'aria-rowcount'?: number | undefined;
|
|
112
114
|
'aria-rowindex'?: number | undefined;
|
|
113
115
|
'aria-rowspan'?: number | undefined;
|
|
114
|
-
'aria-selected'?: boolean | "true" | "false" | undefined;
|
|
116
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
115
117
|
'aria-setsize'?: number | undefined;
|
|
116
118
|
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
117
119
|
'aria-valuemax'?: number | undefined;
|
|
@@ -304,7 +306,7 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
304
306
|
size: import("./Thumbnail.types").SizeVariant;
|
|
305
307
|
layout: LayoutVariant;
|
|
306
308
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
307
|
-
inputProps: InputHTMLAttributes<HTMLInputElement>;
|
|
309
|
+
inputProps: React.InputHTMLAttributes<HTMLInputElement>;
|
|
308
310
|
/**
|
|
309
311
|
* Appeared 23-1-18 https://github.com/procore/core/pull/12250
|
|
310
312
|
* Possible issue with types from React Aria during dependency update
|
|
@@ -326,6 +328,7 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
326
328
|
suppressContentEditableWarning?: boolean | undefined;
|
|
327
329
|
suppressHydrationWarning?: boolean | undefined;
|
|
328
330
|
accessKey?: string | undefined;
|
|
331
|
+
autoFocus?: boolean | undefined;
|
|
329
332
|
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
330
333
|
contextMenu?: string | undefined;
|
|
331
334
|
dir?: string | undefined;
|
|
@@ -333,6 +336,7 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
333
336
|
hidden?: boolean | undefined;
|
|
334
337
|
id?: string | undefined;
|
|
335
338
|
lang?: string | undefined;
|
|
339
|
+
nonce?: string | undefined;
|
|
336
340
|
placeholder?: string | undefined;
|
|
337
341
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
338
342
|
translate?: "yes" | "no" | undefined;
|
|
@@ -356,50 +360,50 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
356
360
|
results?: number | undefined;
|
|
357
361
|
security?: string | undefined;
|
|
358
362
|
unselectable?: "on" | "off" | undefined;
|
|
359
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
363
|
+
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
360
364
|
is?: string | undefined;
|
|
361
365
|
'aria-activedescendant'?: string | undefined;
|
|
362
|
-
'aria-atomic'?: boolean | "true" | "false" | undefined;
|
|
366
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
363
367
|
'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
|
|
364
|
-
'aria-busy'?: boolean | "true" | "false" | undefined;
|
|
368
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
365
369
|
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
366
370
|
'aria-colcount'?: number | undefined;
|
|
367
371
|
'aria-colindex'?: number | undefined;
|
|
368
372
|
'aria-colspan'?: number | undefined;
|
|
369
373
|
'aria-controls'?: string | undefined;
|
|
370
|
-
'aria-current'?: boolean | "time" | "true" | "false" | "step" | "
|
|
374
|
+
'aria-current'?: boolean | "time" | "true" | "false" | "step" | "date" | "page" | "location" | undefined;
|
|
371
375
|
'aria-describedby'?: string | undefined;
|
|
372
376
|
'aria-details'?: string | undefined;
|
|
373
|
-
'aria-disabled'?: boolean | "true" | "false" | undefined;
|
|
377
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
374
378
|
'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
375
379
|
'aria-errormessage'?: string | undefined;
|
|
376
|
-
'aria-expanded'?: boolean | "true" | "false" | undefined;
|
|
380
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
377
381
|
'aria-flowto'?: string | undefined;
|
|
378
|
-
'aria-grabbed'?: boolean | "true" | "false" | undefined;
|
|
379
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "
|
|
380
|
-
'aria-hidden'?: boolean | "true" | "false" | undefined;
|
|
382
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
383
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
384
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
381
385
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
382
386
|
'aria-keyshortcuts'?: string | undefined;
|
|
383
387
|
'aria-label'?: string | undefined;
|
|
384
388
|
'aria-labelledby'?: string | undefined;
|
|
385
389
|
'aria-level'?: number | undefined;
|
|
386
390
|
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
387
|
-
'aria-modal'?: boolean | "true" | "false" | undefined;
|
|
388
|
-
'aria-multiline'?: boolean | "true" | "false" | undefined;
|
|
389
|
-
'aria-multiselectable'?: boolean | "true" | "false" | undefined;
|
|
391
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
392
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
393
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
390
394
|
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
391
395
|
'aria-owns'?: string | undefined;
|
|
392
396
|
'aria-placeholder'?: string | undefined;
|
|
393
397
|
'aria-posinset'?: number | undefined;
|
|
394
398
|
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
395
|
-
'aria-readonly'?: boolean | "true" | "false" | undefined;
|
|
399
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
396
400
|
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
397
|
-
'aria-required'?: boolean | "true" | "false" | undefined;
|
|
401
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
398
402
|
'aria-roledescription'?: string | undefined;
|
|
399
403
|
'aria-rowcount'?: number | undefined;
|
|
400
404
|
'aria-rowindex'?: number | undefined;
|
|
401
405
|
'aria-rowspan'?: number | undefined;
|
|
402
|
-
'aria-selected'?: boolean | "true" | "false" | undefined;
|
|
406
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
403
407
|
'aria-setsize'?: number | undefined;
|
|
404
408
|
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
405
409
|
'aria-valuemax'?: number | undefined;
|
|
@@ -592,7 +596,7 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
592
596
|
size: import("./Thumbnail.types").SizeVariant;
|
|
593
597
|
layout: LayoutVariant;
|
|
594
598
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
595
|
-
inputProps: InputHTMLAttributes<HTMLInputElement>;
|
|
599
|
+
inputProps: React.InputHTMLAttributes<HTMLInputElement>;
|
|
596
600
|
/**
|
|
597
601
|
* Appeared 23-1-18 https://github.com/procore/core/pull/12250
|
|
598
602
|
* Possible issue with types from React Aria during dependency update
|
|
@@ -610,13 +614,14 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
610
614
|
slot?: string | undefined;
|
|
611
615
|
title?: string | undefined;
|
|
612
616
|
pattern?: string | undefined;
|
|
613
|
-
type?:
|
|
617
|
+
type?: React.HTMLInputTypeAttribute | undefined;
|
|
614
618
|
key?: React.Key | null | undefined;
|
|
615
619
|
defaultChecked?: boolean | undefined;
|
|
616
620
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
617
621
|
suppressContentEditableWarning?: boolean | undefined;
|
|
618
622
|
suppressHydrationWarning?: boolean | undefined;
|
|
619
623
|
accessKey?: string | undefined;
|
|
624
|
+
autoFocus?: boolean | undefined;
|
|
620
625
|
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
621
626
|
contextMenu?: string | undefined;
|
|
622
627
|
dir?: string | undefined;
|
|
@@ -624,6 +629,7 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
624
629
|
hidden?: boolean | undefined;
|
|
625
630
|
id?: string | undefined;
|
|
626
631
|
lang?: string | undefined;
|
|
632
|
+
nonce?: string | undefined;
|
|
627
633
|
placeholder?: string | undefined;
|
|
628
634
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
629
635
|
translate?: "yes" | "no" | undefined;
|
|
@@ -647,50 +653,50 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
647
653
|
results?: number | undefined;
|
|
648
654
|
security?: string | undefined;
|
|
649
655
|
unselectable?: "on" | "off" | undefined;
|
|
650
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
656
|
+
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
651
657
|
is?: string | undefined;
|
|
652
658
|
'aria-activedescendant'?: string | undefined;
|
|
653
|
-
'aria-atomic'?: boolean | "true" | "false" | undefined;
|
|
659
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
654
660
|
'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
|
|
655
|
-
'aria-busy'?: boolean | "true" | "false" | undefined;
|
|
661
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
656
662
|
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
657
663
|
'aria-colcount'?: number | undefined;
|
|
658
664
|
'aria-colindex'?: number | undefined;
|
|
659
665
|
'aria-colspan'?: number | undefined;
|
|
660
666
|
'aria-controls'?: string | undefined;
|
|
661
|
-
'aria-current'?: boolean | "time" | "true" | "false" | "step" | "
|
|
667
|
+
'aria-current'?: boolean | "time" | "true" | "false" | "step" | "date" | "page" | "location" | undefined;
|
|
662
668
|
'aria-describedby'?: string | undefined;
|
|
663
669
|
'aria-details'?: string | undefined;
|
|
664
|
-
'aria-disabled'?: boolean | "true" | "false" | undefined;
|
|
670
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
665
671
|
'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
666
672
|
'aria-errormessage'?: string | undefined;
|
|
667
|
-
'aria-expanded'?: boolean | "true" | "false" | undefined;
|
|
673
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
668
674
|
'aria-flowto'?: string | undefined;
|
|
669
|
-
'aria-grabbed'?: boolean | "true" | "false" | undefined;
|
|
670
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "
|
|
671
|
-
'aria-hidden'?: boolean | "true" | "false" | undefined;
|
|
675
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
676
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
677
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
672
678
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
673
679
|
'aria-keyshortcuts'?: string | undefined;
|
|
674
680
|
'aria-label'?: string | undefined;
|
|
675
681
|
'aria-labelledby'?: string | undefined;
|
|
676
682
|
'aria-level'?: number | undefined;
|
|
677
683
|
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
678
|
-
'aria-modal'?: boolean | "true" | "false" | undefined;
|
|
679
|
-
'aria-multiline'?: boolean | "true" | "false" | undefined;
|
|
680
|
-
'aria-multiselectable'?: boolean | "true" | "false" | undefined;
|
|
684
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
685
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
686
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
681
687
|
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
682
688
|
'aria-owns'?: string | undefined;
|
|
683
689
|
'aria-placeholder'?: string | undefined;
|
|
684
690
|
'aria-posinset'?: number | undefined;
|
|
685
691
|
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
686
|
-
'aria-readonly'?: boolean | "true" | "false" | undefined;
|
|
692
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
687
693
|
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
688
|
-
'aria-required'?: boolean | "true" | "false" | undefined;
|
|
694
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
689
695
|
'aria-roledescription'?: string | undefined;
|
|
690
696
|
'aria-rowcount'?: number | undefined;
|
|
691
697
|
'aria-rowindex'?: number | undefined;
|
|
692
698
|
'aria-rowspan'?: number | undefined;
|
|
693
|
-
'aria-selected'?: boolean | "true" | "false" | undefined;
|
|
699
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
694
700
|
'aria-setsize'?: number | undefined;
|
|
695
701
|
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
696
702
|
'aria-valuemax'?: number | undefined;
|
|
@@ -858,12 +864,12 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
858
864
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
859
865
|
onTransitionEnd?: React.TransitionEventHandler<HTMLInputElement> | undefined;
|
|
860
866
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLInputElement> | undefined;
|
|
867
|
+
list?: string | undefined;
|
|
861
868
|
height?: string | number | undefined;
|
|
862
869
|
max?: string | number | undefined;
|
|
863
870
|
min?: string | number | undefined;
|
|
864
871
|
width?: string | number | undefined;
|
|
865
|
-
crossOrigin?:
|
|
866
|
-
autoFocus?: boolean | undefined;
|
|
872
|
+
crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
867
873
|
formAction?: string | undefined;
|
|
868
874
|
formEncType?: string | undefined;
|
|
869
875
|
formMethod?: string | undefined;
|
|
@@ -871,10 +877,9 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
871
877
|
formTarget?: string | undefined;
|
|
872
878
|
autoComplete?: string | undefined;
|
|
873
879
|
accept?: string | undefined;
|
|
874
|
-
capture?:
|
|
880
|
+
capture?: boolean | "user" | "environment" | undefined;
|
|
875
881
|
checked?: boolean | undefined;
|
|
876
882
|
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
877
|
-
list?: string | undefined;
|
|
878
883
|
maxLength?: number | undefined;
|
|
879
884
|
minLength?: number | undefined;
|
|
880
885
|
multiple?: boolean | undefined;
|
|
@@ -906,7 +911,7 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
906
911
|
size: import("./Thumbnail.types").SizeVariant;
|
|
907
912
|
layout: LayoutVariant;
|
|
908
913
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
909
|
-
inputProps: InputHTMLAttributes<HTMLInputElement>;
|
|
914
|
+
inputProps: React.InputHTMLAttributes<HTMLInputElement>;
|
|
910
915
|
/**
|
|
911
916
|
* Appeared 23-1-18 https://github.com/procore/core/pull/12250
|
|
912
917
|
* Possible issue with types from React Aria during dependency update
|
|
@@ -924,13 +929,14 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
924
929
|
slot?: string | undefined;
|
|
925
930
|
title?: string | undefined;
|
|
926
931
|
pattern?: string | undefined;
|
|
927
|
-
type?:
|
|
932
|
+
type?: React.HTMLInputTypeAttribute | undefined;
|
|
928
933
|
key?: React.Key | null | undefined;
|
|
929
934
|
defaultChecked?: boolean | undefined;
|
|
930
935
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
931
936
|
suppressContentEditableWarning?: boolean | undefined;
|
|
932
937
|
suppressHydrationWarning?: boolean | undefined;
|
|
933
938
|
accessKey?: string | undefined;
|
|
939
|
+
autoFocus?: boolean | undefined;
|
|
934
940
|
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
935
941
|
contextMenu?: string | undefined;
|
|
936
942
|
dir?: string | undefined;
|
|
@@ -938,6 +944,7 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
938
944
|
hidden?: boolean | undefined;
|
|
939
945
|
id?: string | undefined;
|
|
940
946
|
lang?: string | undefined;
|
|
947
|
+
nonce?: string | undefined;
|
|
941
948
|
placeholder?: string | undefined;
|
|
942
949
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
943
950
|
translate?: "yes" | "no" | undefined;
|
|
@@ -961,50 +968,50 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
961
968
|
results?: number | undefined;
|
|
962
969
|
security?: string | undefined;
|
|
963
970
|
unselectable?: "on" | "off" | undefined;
|
|
964
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
971
|
+
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
965
972
|
is?: string | undefined;
|
|
966
973
|
'aria-activedescendant'?: string | undefined;
|
|
967
|
-
'aria-atomic'?: boolean | "true" | "false" | undefined;
|
|
974
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
968
975
|
'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
|
|
969
|
-
'aria-busy'?: boolean | "true" | "false" | undefined;
|
|
976
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
970
977
|
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
971
978
|
'aria-colcount'?: number | undefined;
|
|
972
979
|
'aria-colindex'?: number | undefined;
|
|
973
980
|
'aria-colspan'?: number | undefined;
|
|
974
981
|
'aria-controls'?: string | undefined;
|
|
975
|
-
'aria-current'?: boolean | "time" | "true" | "false" | "step" | "
|
|
982
|
+
'aria-current'?: boolean | "time" | "true" | "false" | "step" | "date" | "page" | "location" | undefined;
|
|
976
983
|
'aria-describedby'?: string | undefined;
|
|
977
984
|
'aria-details'?: string | undefined;
|
|
978
|
-
'aria-disabled'?: boolean | "true" | "false" | undefined;
|
|
985
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
979
986
|
'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
980
987
|
'aria-errormessage'?: string | undefined;
|
|
981
|
-
'aria-expanded'?: boolean | "true" | "false" | undefined;
|
|
988
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
982
989
|
'aria-flowto'?: string | undefined;
|
|
983
|
-
'aria-grabbed'?: boolean | "true" | "false" | undefined;
|
|
984
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "
|
|
985
|
-
'aria-hidden'?: boolean | "true" | "false" | undefined;
|
|
990
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
991
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
992
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
986
993
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
987
994
|
'aria-keyshortcuts'?: string | undefined;
|
|
988
995
|
'aria-label'?: string | undefined;
|
|
989
996
|
'aria-labelledby'?: string | undefined;
|
|
990
997
|
'aria-level'?: number | undefined;
|
|
991
998
|
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
992
|
-
'aria-modal'?: boolean | "true" | "false" | undefined;
|
|
993
|
-
'aria-multiline'?: boolean | "true" | "false" | undefined;
|
|
994
|
-
'aria-multiselectable'?: boolean | "true" | "false" | undefined;
|
|
999
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
1000
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
1001
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
995
1002
|
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
996
1003
|
'aria-owns'?: string | undefined;
|
|
997
1004
|
'aria-placeholder'?: string | undefined;
|
|
998
1005
|
'aria-posinset'?: number | undefined;
|
|
999
1006
|
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1000
|
-
'aria-readonly'?: boolean | "true" | "false" | undefined;
|
|
1007
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
1001
1008
|
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1002
|
-
'aria-required'?: boolean | "true" | "false" | undefined;
|
|
1009
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
1003
1010
|
'aria-roledescription'?: string | undefined;
|
|
1004
1011
|
'aria-rowcount'?: number | undefined;
|
|
1005
1012
|
'aria-rowindex'?: number | undefined;
|
|
1006
1013
|
'aria-rowspan'?: number | undefined;
|
|
1007
|
-
'aria-selected'?: boolean | "true" | "false" | undefined;
|
|
1014
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
1008
1015
|
'aria-setsize'?: number | undefined;
|
|
1009
1016
|
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1010
1017
|
'aria-valuemax'?: number | undefined;
|
|
@@ -1172,12 +1179,12 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
1172
1179
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
1173
1180
|
onTransitionEnd?: React.TransitionEventHandler<HTMLInputElement> | undefined;
|
|
1174
1181
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLInputElement> | undefined;
|
|
1182
|
+
list?: string | undefined;
|
|
1175
1183
|
height?: string | number | undefined;
|
|
1176
1184
|
max?: string | number | undefined;
|
|
1177
1185
|
min?: string | number | undefined;
|
|
1178
1186
|
width?: string | number | undefined;
|
|
1179
|
-
crossOrigin?:
|
|
1180
|
-
autoFocus?: boolean | undefined;
|
|
1187
|
+
crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
1181
1188
|
formAction?: string | undefined;
|
|
1182
1189
|
formEncType?: string | undefined;
|
|
1183
1190
|
formMethod?: string | undefined;
|
|
@@ -1185,10 +1192,9 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
1185
1192
|
formTarget?: string | undefined;
|
|
1186
1193
|
autoComplete?: string | undefined;
|
|
1187
1194
|
accept?: string | undefined;
|
|
1188
|
-
capture?:
|
|
1195
|
+
capture?: boolean | "user" | "environment" | undefined;
|
|
1189
1196
|
checked?: boolean | undefined;
|
|
1190
1197
|
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
1191
|
-
list?: string | undefined;
|
|
1192
1198
|
maxLength?: number | undefined;
|
|
1193
1199
|
minLength?: number | undefined;
|
|
1194
1200
|
multiple?: boolean | undefined;
|
|
@@ -1220,7 +1226,7 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
1220
1226
|
size: import("./Thumbnail.types").SizeVariant;
|
|
1221
1227
|
layout: LayoutVariant;
|
|
1222
1228
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
1223
|
-
inputProps: InputHTMLAttributes<HTMLInputElement>;
|
|
1229
|
+
inputProps: React.InputHTMLAttributes<HTMLInputElement>;
|
|
1224
1230
|
/**
|
|
1225
1231
|
* Appeared 23-1-18 https://github.com/procore/core/pull/12250
|
|
1226
1232
|
* Possible issue with types from React Aria during dependency update
|
|
@@ -1258,7 +1264,7 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
1258
1264
|
size: import("./Thumbnail.types").SizeVariant;
|
|
1259
1265
|
layout: LayoutVariant;
|
|
1260
1266
|
inputRef: React.RefObject<HTMLInputElement>;
|
|
1261
|
-
inputProps: InputHTMLAttributes<HTMLInputElement>;
|
|
1267
|
+
inputProps: React.InputHTMLAttributes<HTMLInputElement>;
|
|
1262
1268
|
/**
|
|
1263
1269
|
* Appeared 23-1-18 https://github.com/procore/core/pull/12250
|
|
1264
1270
|
* Possible issue with types from React Aria during dependency update
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="hoist-non-react-statics" />
|
|
2
1
|
import React from 'react';
|
|
3
2
|
import { DivAttributes, Props, SVGAttributes } from '../_utils/types';
|
|
4
3
|
import { ToolHeaderBadgeProps, ToolHeaderIconProps, ToolHeaderSettingsActionPolyType, ToolHeaderSettingsActionProps, ToolHeaderSettingsActionRef } from './ToolHeader.types';
|
|
@@ -17,7 +16,7 @@ export declare const Actions: import("styled-components").StyledComponent<"div",
|
|
|
17
16
|
* @see https://core.procore.com/latest/web/components/pill/react/
|
|
18
17
|
*/
|
|
19
18
|
export declare const Badge: React.ForwardRefExoticComponent<DivAttributes & ToolHeaderBadgeProps & React.RefAttributes<HTMLDivElement>>;
|
|
20
|
-
export declare const ToolHeader:
|
|
19
|
+
export declare const ToolHeader: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<HTMLDivElement>> & {
|
|
21
20
|
Icon: React.ForwardRefExoticComponent<SVGAttributes & ToolHeaderIconProps & React.RefAttributes<HTMLDivElement>>;
|
|
22
21
|
Title: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<import("../Semantic/Semantic.types").HeadingProps & React.RefAttributes<HTMLHeadingElement>>, any, {}, never>;
|
|
23
22
|
Tabs: React.ForwardRefExoticComponent<DivAttributes & Props & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -27,7 +27,9 @@ import { useI18nContext } from '../_hooks/I18n';
|
|
|
27
27
|
import { addSubcomponents } from '../_utils/addSubcomponents';
|
|
28
28
|
import { ActionIcon } from './ActionIcon';
|
|
29
29
|
import { StyledHeaderActions, StyledHeaderBadge, StyledHeaderTabs, StyledToolHeader, StyledToolHeaderIconContainer, StyledToolHeaderTitle, } from './ToolHeader.styles';
|
|
30
|
-
var ToolHeader_ =
|
|
30
|
+
var ToolHeader_ = React.forwardRef(function (props, ref) {
|
|
31
|
+
return React.createElement(StyledToolHeader, __assign({ ref: ref }, props));
|
|
32
|
+
});
|
|
31
33
|
export var Icon = React.forwardRef(function Icon(_a, ref) {
|
|
32
34
|
var className = _a.className, icon_ = _a.icon, props = __rest(_a, ["className", "icon"]);
|
|
33
35
|
var icon = icon_ ? (React.cloneElement(icon_, __assign(__assign({}, props), { size: 'sm' }))) : (React.createElement(Cog, __assign({}, props, { size: "sm" })));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ToolHeader.js","sourceRoot":"","sources":["../../src/ToolHeader/ToolHeader.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,qBAAqB,CAAA;AACzC,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,IAAI,IAAI,QAAQ,EAAE,MAAM,cAAc,CAAA;AAC/C,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAA;AAC/C,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAA;AAE7D,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AACzC,OAAO,EACL,mBAAmB,EACnB,iBAAiB,EACjB,gBAAgB,EAChB,gBAAgB,EAChB,6BAA6B,EAC7B,qBAAqB,GACtB,MAAM,qBAAqB,CAAA;AAS5B,IAAM,WAAW,GAAG,gBAAgB,CAAA;
|
|
1
|
+
{"version":3,"file":"ToolHeader.js","sourceRoot":"","sources":["../../src/ToolHeader/ToolHeader.tsx"],"names":[],"mappings":"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"}
|