playbook_ui 15.3.0.pre.alpha.PLAY258611978 → 15.3.0.pre.alpha.PLAY260211773
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.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/pb_advanced_table/Hooks/useTableState.ts +5 -4
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_border_color.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_border_color_rails.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sticky_columns_and_header.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_sticky_header_rails.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_sticky_header_react.md +1 -1
- data/app/pb_kits/playbook/pb_background/docs/_background_category.md +1 -1
- data/app/pb_kits/playbook/pb_card/docs/_card_background.md +1 -1
- data/app/pb_kits/playbook/pb_card/docs/_card_header.md +1 -1
- data/app/pb_kits/playbook/pb_card/docs/_card_highlight.md +1 -1
- data/app/pb_kits/playbook/pb_card/docs/_card_light.md +1 -1
- data/app/pb_kits/playbook/pb_date_picker/date_picker.rb +0 -2
- data/app/pb_kits/playbook/pb_date_picker/date_picker_helper.ts +4 -16
- data/app/pb_kits/playbook/pb_date_picker/docs/example.yml +1 -2
- data/app/pb_kits/playbook/pb_date_picker/docs/index.js +1 -2
- data/app/pb_kits/playbook/pb_distribution_bar/docs/_distribution_bar_custom_colors.md +1 -1
- data/app/pb_kits/playbook/pb_dropdown/_dropdown.scss +0 -1
- data/app/pb_kits/playbook/pb_dropdown/_dropdown.tsx +6 -111
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_active_style_options_react.md +1 -1
- data/app/pb_kits/playbook/pb_dropdown/docs/example.yml +0 -5
- data/app/pb_kits/playbook/pb_dropdown/docs/index.js +1 -5
- data/app/pb_kits/playbook/pb_dropdown/dropdown.test.jsx +2 -148
- data/app/pb_kits/playbook/pb_filter/docs/_filter_max_width.md +1 -1
- data/app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text_rails.md +1 -1
- data/app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text_react.md +1 -1
- data/app/pb_kits/playbook/pb_icon/docs/_icon_color.md +1 -1
- data/app/pb_kits/playbook/pb_icon_circle/docs/_icon_circle_color.md +1 -1
- data/app/pb_kits/playbook/pb_icon_stat_value/docs/_icon_stat_value_color.html.erb +14 -7
- data/app/pb_kits/playbook/pb_icon_stat_value/docs/_icon_stat_value_color.jsx +15 -6
- data/app/pb_kits/playbook/pb_layout/docs/_layout_collection.md +1 -1
- data/app/pb_kits/playbook/pb_nav/docs/_collapsible_nav_item_spacing.md +1 -1
- data/app/pb_kits/playbook/pb_nav/docs/_nav_with_spacing_control.md +1 -1
- data/app/pb_kits/playbook/pb_overlay/docs/_overlay_layout.md +1 -1
- data/app/pb_kits/playbook/pb_pill/docs/_description.md +1 -1
- data/app/pb_kits/playbook/pb_popover/_popover.tsx +34 -69
- data/app/pb_kits/playbook/pb_popover/docs/example.yml +0 -1
- data/app/pb_kits/playbook/pb_popover/docs/index.js +0 -1
- data/app/pb_kits/playbook/pb_popover/popover.test.js +0 -80
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_description.md +1 -1
- data/app/pb_kits/playbook/pb_section_separator/docs/_description.md +1 -1
- data/app/pb_kits/playbook/pb_selectable_card/_selectable_card.scss +0 -29
- data/app/pb_kits/playbook/pb_skeleton_loading/docs/_skeleton_loading_border_radius_rails.md +1 -1
- data/app/pb_kits/playbook/pb_skeleton_loading/docs/_skeleton_loading_border_radius_react.md +1 -1
- data/app/pb_kits/playbook/pb_skeleton_loading/docs/_skeleton_loading_layout.md +1 -1
- data/app/pb_kits/playbook/pb_table/docs/_table_side_highlight.md +1 -1
- data/app/pb_kits/playbook/pb_table/docs/_table_sm.md +1 -1
- data/app/pb_kits/playbook/pb_table/docs/example.yml +0 -2
- data/app/pb_kits/playbook/pb_table/docs/index.js +0 -1
- data/app/pb_kits/playbook/pb_text_input/text_input.rb +2 -2
- data/app/pb_kits/playbook/pb_typeahead/_typeahead.test.jsx +0 -41
- data/app/pb_kits/playbook/pb_typeahead/_typeahead.tsx +9 -23
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_options.html.erb +1 -67
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_value.jsx +6 -68
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_truncated_text.md +1 -1
- data/app/pb_kits/playbook/pb_typeahead/docs/example.yml +0 -2
- data/app/pb_kits/playbook/pb_typeahead/docs/index.js +1 -2
- data/dist/chunks/{_line_graph-BokgW0SI.js → _line_graph-DdZxz7Mk.js} +1 -1
- data/dist/chunks/_typeahead-KEbTTXol.js +6 -0
- data/dist/chunks/_weekday_stacked-uS4ALvGc.js +37 -0
- data/dist/chunks/{lib-BXBHAZMY.js → lib-CGxXTQ75.js} +1 -1
- data/dist/chunks/{pb_form_validation-BZppqQZM.js → pb_form_validation-DebqlUKZ.js} +1 -1
- data/dist/chunks/vendor.js +1 -1
- data/dist/playbook-doc.js +2 -2
- data/dist/playbook-rails-react-bindings.js +1 -1
- data/dist/playbook-rails.js +1 -1
- data/dist/playbook.css +1 -1
- data/lib/playbook/version.rb +1 -1
- metadata +8 -28
- data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_and_dropdown_range..md +0 -14
- data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_and_dropdown_range.jsx +0 -38
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_quickpick.jsx +0 -18
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_quickpick.md +0 -4
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_quickpick_default_dates.jsx +0 -18
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_quickpick_default_dates.md +0 -1
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_quickpick_range_end.jsx +0 -19
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_quickpick_range_end.md +0 -1
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_quickpick_with_date_pickers.jsx +0 -38
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_quickpick_with_date_pickers.md +0 -14
- data/app/pb_kits/playbook/pb_dropdown/quickpick/index.ts +0 -60
- data/app/pb_kits/playbook/pb_popover/docs/_popover_append_to.jsx +0 -68
- data/app/pb_kits/playbook/pb_popover/docs/_popover_append_to_react.md +0 -1
- data/app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible.html.erb +0 -63
- data/app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible.jsx +0 -89
- data/app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible_rails.md +0 -4
- data/app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible_react.md +0 -3
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_options.html.erb +0 -64
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_options.jsx +0 -70
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_options.md +0 -1
- data/dist/chunks/_typeahead-BR-uKbcO.js +0 -6
- data/dist/chunks/_weekday_stacked-n_2SPgc2.js +0 -37
- /data/app/pb_kits/playbook/pb_popover/docs/{_popover_append_to_rails.md → _popover_append_to.md} +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 726cf539b5bde924b845f08e1881a6f9f4fa5e3c7688be607e88166f35dc9974
|
|
4
|
+
data.tar.gz: a1b68b3ff4c39332a3a6eee2833863211675a1de5faf892e440f35fb23b54eba
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2f050d36d6fe2270f6cc72c74cfdfef0756e3bf82fa27f029c7d2ed39517868ed41ca17deef93e00236963c8432e4c878ff2e8a3bba4ca3e20998cc93b05ee82
|
|
7
|
+
data.tar.gz: 1bc4774947204bcd9162c3ab12fc7254ccb90c5592b1c094175bb7b2f6ea26b52fefef39d65fa63ee68d8e966e8378a6cfa53ebaedee0239949ad5ee7dc02b95
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
import { GenericObject } from "../../types";
|
|
13
13
|
import { createColumnHelper } from "@tanstack/react-table";
|
|
14
14
|
import { createCellFunction } from "../Utilities/CellRendererUtils";
|
|
15
|
+
import { inline } from '@floating-ui/react';
|
|
15
16
|
|
|
16
17
|
interface UseTableStateProps {
|
|
17
18
|
tableData: GenericObject[];
|
|
@@ -250,16 +251,16 @@ export function useTableState({
|
|
|
250
251
|
}
|
|
251
252
|
}, [pagination, inlineRowLoading, paginationProps?.pageIndex, paginationProps?.pageSize]);
|
|
252
253
|
|
|
253
|
-
// Call the callback with the new page index when localPagination.pageIndex changes (
|
|
254
|
+
// Call the callback with the new page index when localPagination.pageIndex changes (for inlineRowLoading)
|
|
254
255
|
useEffect(() => {
|
|
255
|
-
if (pagination && inlineRowLoading && paginationProps
|
|
256
|
+
if (pagination && inlineRowLoading && paginationProps) {
|
|
256
257
|
paginationProps.onPageChange(localPagination.pageIndex);
|
|
257
258
|
}
|
|
258
259
|
}, [localPagination.pageIndex, pagination, inlineRowLoading, paginationProps]);
|
|
259
260
|
|
|
260
|
-
// Call the callback with the new page index when
|
|
261
|
+
// Call the callback with the new page index when table pagination state changes (for default pagination)
|
|
261
262
|
useEffect(() => {
|
|
262
|
-
if (pagination && !inlineRowLoading && paginationProps
|
|
263
|
+
if (pagination && !inlineRowLoading && paginationProps) {
|
|
263
264
|
const currentPageIndex = table.getState().pagination.pageIndex;
|
|
264
265
|
paginationProps.onPageChange(currentPageIndex);
|
|
265
266
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
The borders of column groups can be set to a different color using the `columnGroupBorderColor` prop. In order for these borders to be visible, this prop must be used with `tableProps` and `verticalBorder` set to true.
|
|
2
2
|
|
|
3
|
-
The available colors for the border are Playbook's Text Colors, which can be found [here](https://playbook.powerapp.cloud/
|
|
3
|
+
The available colors for the border are Playbook's Text Colors, which can be found [here](https://playbook.powerapp.cloud/visual_guidelines/colors).
|
data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_border_color_rails.md
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
The borders of column groups can be set to a different color using the `column_group_border_color` prop. In order for these borders to be visible, this prop must be used with `table_props` and `vertical_border` set to true.
|
|
2
2
|
|
|
3
|
-
The available colors for the border are Playbook's Text Colors, which can be found [here](https://playbook.powerapp.cloud/
|
|
3
|
+
The available colors for the border are Playbook's Text Colors, which can be found [here](https://playbook.powerapp.cloud/visual_guidelines/colors).
|
data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sticky_columns_and_header.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
To achieve a sticky header AND sticky columns together, in addition to the `stickyLeftColumn` logic outlined above, you can:
|
|
2
2
|
|
|
3
3
|
- Set `sticky: true` via `tableProps`
|
|
4
|
-
- Give the AdvancedTable a `maxHeight` using our [Max Height](https://playbook.powerapp.cloud
|
|
4
|
+
- Give the AdvancedTable a `maxHeight` using our [Max Height](https://playbook.powerapp.cloud/visual_guidelines/max_height) global prop.
|
|
5
5
|
|
|
6
6
|
**NOTE**: This behavior requires a `maxHeight` to work. The header is sticky within the table container, allowing for it to work along with the column stickiness.
|
|
7
7
|
|
data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_sticky_header_rails.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Create a sticky header that works for responsive Advanced Tables by setting `sticky: true` via `table_props` and giving the AdvancedTable a `max_height` using our [Max Height](https://playbook.powerapp.cloud/
|
|
1
|
+
Create a sticky header that works for responsive Advanced Tables by setting `sticky: true` via `table_props` and giving the AdvancedTable a `max_height` using our [Max Height](https://playbook.powerapp.cloud/visual_guidelines/max_height) global prop.
|
|
2
2
|
|
|
3
3
|
**NOTE**: This behavior requires a `max_height` to work. The header is sticky within the table container, allowing for it to work along with the first column stickiness of a responsive table on smaller screen sizes.
|
|
4
4
|
|
data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_sticky_header_react.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Create a sticky header that works for responsive Advanced Tables by setting `sticky: true` via `tableProps` and giving the AdvancedTable a `maxHeight` using our [Max Height](https://playbook.powerapp.cloud/
|
|
1
|
+
Create a sticky header that works for responsive Advanced Tables by setting `sticky: true` via `tableProps` and giving the AdvancedTable a `maxHeight` using our [Max Height](https://playbook.powerapp.cloud/visual_guidelines/max_height) global prop.
|
|
2
2
|
|
|
3
3
|
**NOTE**: This behavior requires a `maxHeight` to work. The header is sticky within the table container, allowing for it to work along with the first column stickiness of a responsive table on smaller screen sizes.
|
|
4
4
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
Category colors can be passed into the background kit. Values `category_1` to `category_21` are accepted. List of all category and status colors can be viewed <a href="https://playbook.powerapp.cloud/
|
|
1
|
+
Category colors can be passed into the background kit. Values `category_1` to `category_21` are accepted. List of all category and status colors can be viewed <a href="https://playbook.powerapp.cloud/visual_guidelines" target="_blank">here</a>.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
Add a background color by passing the color name to background. List of all colors can be viewed <a href="https://playbook.powerapp.cloud/
|
|
1
|
+
Add a background color by passing the color name to background. List of all colors can be viewed <a href="https://playbook.powerapp.cloud/visual_guidelines" target="_blank">here</a> under Product Colors and Status: Subtle Variations.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
Card headers pass category, product, status and background colors only. List of all category, product, status and background colors can be viewed <a href="https://playbook.powerapp.cloud/
|
|
1
|
+
Card headers pass category, product, status and background colors only. List of all category, product, status and background colors can be viewed <a href="https://playbook.powerapp.cloud/visual_guidelines/colors" target="_blank">here</a>.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
Card highlight can pass status, product, and category colors. List of all colors can be viewed <a href="https://playbook.powerapp.cloud/
|
|
1
|
+
Card highlight can pass status, product, and category colors. List of all colors can be viewed <a href="https://playbook.powerapp.cloud/visual_guidelines/colors" target="_blank">here</a>.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
Card can leverage the max-width property. Learn more in our <a href="https://playbook.powerapp.cloud/
|
|
1
|
+
Card can leverage the max-width property. Learn more in our <a href="https://playbook.powerapp.cloud/visual_guidelines" target="_blank">visual guidelines.</a>
|
|
@@ -350,14 +350,8 @@ const datePickerHelper = (config: DatePickerConfig, scrollContainer: string | HT
|
|
|
350
350
|
if (syncStartWith) {
|
|
351
351
|
picker.config.onClose.push((selectedDates: string) => {
|
|
352
352
|
if (selectedDates?.length) {
|
|
353
|
-
const
|
|
354
|
-
|
|
355
|
-
if (element?._dropdownRef?.current) {
|
|
356
|
-
element._dropdownRef.current.clearSelected();
|
|
357
|
-
} else {
|
|
358
|
-
const quickpick = element?._flatpickr;
|
|
359
|
-
quickpick?.clear();
|
|
360
|
-
}
|
|
353
|
+
const quickpick = (document.querySelector(`#${syncStartWith}`) as HTMLElement & { _flatpickr?: any })?._flatpickr;
|
|
354
|
+
quickpick?.clear();
|
|
361
355
|
}
|
|
362
356
|
});
|
|
363
357
|
}
|
|
@@ -366,14 +360,8 @@ const datePickerHelper = (config: DatePickerConfig, scrollContainer: string | HT
|
|
|
366
360
|
if (syncEndWith) {
|
|
367
361
|
picker.config.onClose.push((selectedDates: string) => {
|
|
368
362
|
if (selectedDates?.length) {
|
|
369
|
-
const
|
|
370
|
-
|
|
371
|
-
if (element?._dropdownRef?.current) {
|
|
372
|
-
element._dropdownRef.current.clearSelected();
|
|
373
|
-
} else {
|
|
374
|
-
const quickpick = element?._flatpickr;
|
|
375
|
-
quickpick?.clear();
|
|
376
|
-
}
|
|
363
|
+
const quickpick = (document.querySelector(`#${syncEndWith}`) as HTMLElement & { _flatpickr?: any })?._flatpickr;
|
|
364
|
+
quickpick?.clear();
|
|
377
365
|
}
|
|
378
366
|
});
|
|
379
367
|
}
|
|
@@ -48,8 +48,7 @@ examples:
|
|
|
48
48
|
- date_picker_quick_pick_custom: Custom Quick Pick Dates
|
|
49
49
|
- date_picker_quick_pick_custom_override: Custom Quick Pick Dates (append to defaults)
|
|
50
50
|
- date_picker_quick_pick_default_date: Range (Quick Pick w/ Default Date)
|
|
51
|
-
|
|
52
|
-
- date_picker_and_dropdown_range: Range with Dropdown and 2 Date Pickers
|
|
51
|
+
- date_picker_range_pattern: Range with 2 Date Pickers and a Quick Pick
|
|
53
52
|
- date_picker_format: Format
|
|
54
53
|
- date_picker_disabled: Disabled Dates
|
|
55
54
|
- date_picker_min_max: Min Max
|
|
@@ -26,5 +26,4 @@ export { default as DatePickerOnClose } from './_date_picker_on_close.jsx'
|
|
|
26
26
|
export { default as DatePickerQuickPickCustom } from './_date_picker_quick_pick_custom'
|
|
27
27
|
export { default as DatePickerQuickPickCustomOverride } from './_date_picker_quick_pick_custom_override'
|
|
28
28
|
export { default as DatePickerQuickPickDefaultDate } from './_date_picker_quick_pick_default_date'
|
|
29
|
-
export { default as DatePickerRangePattern } from './_date_picker_range_pattern'
|
|
30
|
-
export { default as DatePickerAndDropdownRange } from './_date_picker_and_dropdown_range.jsx'
|
|
29
|
+
export { default as DatePickerRangePattern } from './_date_picker_range_pattern'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
You can customize the order of the colors you would like to use by using the `colors` prop. Only the data and status colors will work for Playbook charts. See the [design page](
|
|
1
|
+
You can customize the order of the colors you would like to use by using the `colors` prop. Only the data and status colors will work for Playbook charts. See the [design page](/visual_guidelines) for reference.
|
|
@@ -12,7 +12,6 @@ import DropdownContext from "./context";
|
|
|
12
12
|
import DropdownOption from "./subcomponents/DropdownOption";
|
|
13
13
|
import DropdownTrigger from "./subcomponents/DropdownTrigger";
|
|
14
14
|
import useDropdown from "./hooks/useDropdown";
|
|
15
|
-
import getQuickPickOptions from "./quickpick";
|
|
16
15
|
|
|
17
16
|
import {
|
|
18
17
|
separateChildComponents,
|
|
@@ -37,12 +36,9 @@ type DropdownProps = {
|
|
|
37
36
|
label?: string;
|
|
38
37
|
multiSelect?: boolean;
|
|
39
38
|
onSelect?: (arg: GenericObject) => null;
|
|
40
|
-
options
|
|
39
|
+
options: GenericObject;
|
|
41
40
|
separators?: boolean;
|
|
42
|
-
variant?: "default" | "subtle"
|
|
43
|
-
rangeEndsToday?: boolean;
|
|
44
|
-
controlsStartId?: string;
|
|
45
|
-
controlsEndId?: string;
|
|
41
|
+
variant?: "default" | "subtle";
|
|
46
42
|
activeStyle?: {
|
|
47
43
|
backgroundColor?: string;
|
|
48
44
|
fontColor?: string;
|
|
@@ -75,9 +71,6 @@ let Dropdown = (props: DropdownProps, ref: any): React.ReactElement | null => {
|
|
|
75
71
|
formPillProps,
|
|
76
72
|
onSelect,
|
|
77
73
|
options,
|
|
78
|
-
rangeEndsToday = false,
|
|
79
|
-
controlsStartId,
|
|
80
|
-
controlsEndId,
|
|
81
74
|
separators = true,
|
|
82
75
|
variant = "default",
|
|
83
76
|
activeStyle,
|
|
@@ -92,25 +85,11 @@ let Dropdown = (props: DropdownProps, ref: any): React.ReactElement | null => {
|
|
|
92
85
|
globalProps(props),
|
|
93
86
|
className
|
|
94
87
|
);
|
|
95
|
-
// ------------- Quick Pick ---------------------------------
|
|
96
|
-
// Use QuickPick options when variant is "quickpick"
|
|
97
|
-
const dropdownOptions = variant === "quickpick"
|
|
98
|
-
? getQuickPickOptions(rangeEndsToday)
|
|
99
|
-
: (options || []);
|
|
100
|
-
// ----------------------------------------------------------
|
|
101
88
|
|
|
102
89
|
const [isDropDownClosed, setIsDropDownClosed, toggleDropdown] = useDropdown(isClosed);
|
|
103
90
|
|
|
104
91
|
const [filterItem, setFilterItem] = useState("");
|
|
105
92
|
const initialSelected = useMemo(() => {
|
|
106
|
-
// Handle quickpick variant with string defaultValue (e.g., "This Month")
|
|
107
|
-
if (variant === "quickpick" && typeof defaultValue === "string" && defaultValue) {
|
|
108
|
-
const matchedOption = dropdownOptions.find(
|
|
109
|
-
(opt: GenericObject) => opt.label?.toLowerCase() === (defaultValue as string).toLowerCase()
|
|
110
|
-
);
|
|
111
|
-
return matchedOption || {};
|
|
112
|
-
}
|
|
113
|
-
|
|
114
93
|
if (multiSelect) {
|
|
115
94
|
if (Array.isArray(defaultValue)) return defaultValue;
|
|
116
95
|
return defaultValue && Object.keys(defaultValue).length
|
|
@@ -118,7 +97,7 @@ let Dropdown = (props: DropdownProps, ref: any): React.ReactElement | null => {
|
|
|
118
97
|
: [];
|
|
119
98
|
}
|
|
120
99
|
return defaultValue || {};
|
|
121
|
-
}, [multiSelect, defaultValue
|
|
100
|
+
}, [multiSelect, defaultValue]);
|
|
122
101
|
|
|
123
102
|
const [selected, setSelected] = useState<GenericObject | GenericObject[]>(
|
|
124
103
|
initialSelected
|
|
@@ -172,7 +151,7 @@ let Dropdown = (props: DropdownProps, ref: any): React.ReactElement | null => {
|
|
|
172
151
|
}, [isClosed])
|
|
173
152
|
|
|
174
153
|
const blankSelectionOption: GenericObject = blankSelection ? [{ label: blankSelection, value: "" }] : [];
|
|
175
|
-
const optionsWithBlankSelection = blankSelectionOption.concat(
|
|
154
|
+
const optionsWithBlankSelection = blankSelectionOption.concat(options);
|
|
176
155
|
|
|
177
156
|
const availableOptions = useMemo(()=> {
|
|
178
157
|
if (!multiSelect) return optionsWithBlankSelection;
|
|
@@ -224,21 +203,6 @@ let Dropdown = (props: DropdownProps, ref: any): React.ReactElement | null => {
|
|
|
224
203
|
setFilterItem("");
|
|
225
204
|
setIsDropDownClosed(true);
|
|
226
205
|
onSelect && onSelect(clickedItem);
|
|
227
|
-
|
|
228
|
-
// Sync with DatePickers if this is a quickpick variant
|
|
229
|
-
if (variant === "quickpick" && Array.isArray(clickedItem.value)) {
|
|
230
|
-
const [start, end] = clickedItem.value;
|
|
231
|
-
|
|
232
|
-
if (controlsStartId) {
|
|
233
|
-
const startPicker = (document.querySelector(`#${controlsStartId}`) as HTMLElement & { _flatpickr?: any })?._flatpickr;
|
|
234
|
-
startPicker?.setDate(start, true);
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
if (controlsEndId) {
|
|
238
|
-
const endPicker = (document.querySelector(`#${controlsEndId}`) as HTMLElement & { _flatpickr?: any })?._flatpickr;
|
|
239
|
-
endPicker?.setDate(end, true);
|
|
240
|
-
}
|
|
241
|
-
}
|
|
242
206
|
}
|
|
243
207
|
};
|
|
244
208
|
|
|
@@ -255,19 +219,6 @@ let Dropdown = (props: DropdownProps, ref: any): React.ReactElement | null => {
|
|
|
255
219
|
setSelected({});
|
|
256
220
|
onSelect && onSelect(null);
|
|
257
221
|
setFocusedOptionIndex(-1);
|
|
258
|
-
|
|
259
|
-
// Clear linked DatePickers as well if this is a quickpick variant with controls
|
|
260
|
-
if (variant === "quickpick") {
|
|
261
|
-
if (controlsStartId) {
|
|
262
|
-
const startPicker = (document.querySelector(`#${controlsStartId}`) as HTMLElement & { _flatpickr?: any })?._flatpickr;
|
|
263
|
-
startPicker?.clear();
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
if (controlsEndId) {
|
|
267
|
-
const endPicker = (document.querySelector(`#${controlsEndId}`) as HTMLElement & { _flatpickr?: any })?._flatpickr;
|
|
268
|
-
endPicker?.clear();
|
|
269
|
-
}
|
|
270
|
-
}
|
|
271
222
|
}
|
|
272
223
|
};
|
|
273
224
|
|
|
@@ -281,8 +232,7 @@ let Dropdown = (props: DropdownProps, ref: any): React.ReactElement | null => {
|
|
|
281
232
|
dark
|
|
282
233
|
});
|
|
283
234
|
|
|
284
|
-
|
|
285
|
-
const imperativeRef = useRef({
|
|
235
|
+
useImperativeHandle(ref, () => ({
|
|
286
236
|
clearSelected: () => {
|
|
287
237
|
if (multiSelect) {
|
|
288
238
|
setSelected([]);
|
|
@@ -294,61 +244,7 @@ let Dropdown = (props: DropdownProps, ref: any): React.ReactElement | null => {
|
|
|
294
244
|
setFilterItem("");
|
|
295
245
|
setIsDropDownClosed(true);
|
|
296
246
|
},
|
|
297
|
-
});
|
|
298
|
-
|
|
299
|
-
// Update imperativeRef whenever dependencies change
|
|
300
|
-
// (needed for external clearing of normal Dropdown + DatePicker-synced QuickPick Dropdown)
|
|
301
|
-
useEffect(() => {
|
|
302
|
-
imperativeRef.current = {
|
|
303
|
-
clearSelected: () => {
|
|
304
|
-
if (multiSelect) {
|
|
305
|
-
setSelected([]);
|
|
306
|
-
onSelect && onSelect([]);
|
|
307
|
-
} else {
|
|
308
|
-
setSelected({});
|
|
309
|
-
onSelect && onSelect(null);
|
|
310
|
-
}
|
|
311
|
-
setFilterItem("");
|
|
312
|
-
setIsDropDownClosed(true);
|
|
313
|
-
},
|
|
314
|
-
};
|
|
315
|
-
}, [multiSelect, onSelect, setSelected, setFilterItem, setIsDropDownClosed]);
|
|
316
|
-
|
|
317
|
-
useImperativeHandle(ref, () => imperativeRef.current);
|
|
318
|
-
|
|
319
|
-
// Create a ref to the outer div to attach the dropdown ref for DatePicker sync
|
|
320
|
-
const outerDivRef = useRef<HTMLDivElement>(null);
|
|
321
|
-
|
|
322
|
-
useEffect(() => {
|
|
323
|
-
// Attach the ref to the DOM element so DatePicker can access it
|
|
324
|
-
if (outerDivRef.current && variant === "quickpick" && id) {
|
|
325
|
-
(outerDivRef.current as any)._dropdownRef = imperativeRef;
|
|
326
|
-
}
|
|
327
|
-
}, [variant, id]);
|
|
328
|
-
|
|
329
|
-
// Sync defaultValue with DatePickers on mount when 3 input pattern is used
|
|
330
|
-
useEffect(() => {
|
|
331
|
-
if (variant === "quickpick" && initialSelected && typeof initialSelected === "object" && !Array.isArray(initialSelected)) {
|
|
332
|
-
const value = initialSelected.value;
|
|
333
|
-
|
|
334
|
-
if (Array.isArray(value) && value.length === 2) {
|
|
335
|
-
const [start, end] = value;
|
|
336
|
-
|
|
337
|
-
// Wait for DatePickers to be initialized
|
|
338
|
-
setTimeout(() => {
|
|
339
|
-
if (controlsStartId) {
|
|
340
|
-
const startPicker = (document.querySelector(`#${controlsStartId}`) as HTMLElement & { _flatpickr?: any })?._flatpickr;
|
|
341
|
-
startPicker?.setDate(start, true);
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
if (controlsEndId) {
|
|
345
|
-
const endPicker = (document.querySelector(`#${controlsEndId}`) as HTMLElement & { _flatpickr?: any })?._flatpickr;
|
|
346
|
-
endPicker?.setDate(end, true);
|
|
347
|
-
}
|
|
348
|
-
}, 0);
|
|
349
|
-
}
|
|
350
|
-
}
|
|
351
|
-
}, [variant, initialSelected, controlsStartId, controlsEndId]);
|
|
247
|
+
}));
|
|
352
248
|
|
|
353
249
|
return (
|
|
354
250
|
<div {...ariaProps}
|
|
@@ -356,7 +252,6 @@ let Dropdown = (props: DropdownProps, ref: any): React.ReactElement | null => {
|
|
|
356
252
|
{...htmlProps}
|
|
357
253
|
className={classes}
|
|
358
254
|
id={id}
|
|
359
|
-
ref={outerDivRef}
|
|
360
255
|
style={{position: "relative"}}
|
|
361
256
|
>
|
|
362
257
|
<DropdownContext.Provider
|
data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_active_style_options_react.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
The `activeStyle` prop can be used to customize the appearance of the dropdown selection indicator. It accepts an object with the following keys: `backgroundColor` sets the background color of the selected item (and its hover state); `fontColor` sets the font color of the selected item.
|
|
2
2
|
|
|
3
3
|
`backgroundColor` **Type**: String | **Values**: bg_light | white | **Default**: (no selection) is primary
|
|
4
|
-
`fontColor` **Type**: String | **Values**: primary | all [Playbook Text Colors](https://playbook.powerapp.cloud/
|
|
4
|
+
`fontColor` **Type**: String | **Values**: primary | all [Playbook Text Colors](https://playbook.powerapp.cloud/visual_guidelines/colors) | **Default**: (no selection) is white
|
|
@@ -49,9 +49,4 @@ examples:
|
|
|
49
49
|
- dropdown_clear_selection: Clear Selection
|
|
50
50
|
- dropdown_separators_hidden: Separators Hidden
|
|
51
51
|
- dropdown_with_external_control: useDropdown Hook
|
|
52
|
-
- dropdown_quickpick: Quick Pick Variant
|
|
53
|
-
- dropdown_quickpick_range_end: Quick Pick Variant (Range Ends Today)
|
|
54
|
-
- dropdown_quickpick_default_dates: Quick Pick Variant (Default Dates)
|
|
55
|
-
- dropdown_quickpick_with_date_pickers: Quick Pick Variant with Date Pickers
|
|
56
|
-
|
|
57
52
|
|
|
@@ -22,8 +22,4 @@ export { default as DropdownMultiSelectWithDefault } from './_dropdown_multi_sel
|
|
|
22
22
|
export { default as DropdownMultiSelectWithCustomOptions } from './_dropdown_multi_select_with_custom_options.jsx'
|
|
23
23
|
export {default as DropdownWithCustomIconOptions} from './_dropdown_with_custom_icon_options.jsx'
|
|
24
24
|
export {default as DropdownWithCustomRadioOptions} from './_dropdown_with_custom_radio_options.jsx'
|
|
25
|
-
export {default as DropdownWithCustomActiveStyleOptions} from './_dropdown_with_custom_active_style_options.jsx'
|
|
26
|
-
export { default as DropdownQuickpick } from './_dropdown_quickpick.jsx'
|
|
27
|
-
export { default as DropdownQuickpickRangeEnd } from './_dropdown_quickpick_range_end.jsx'
|
|
28
|
-
export { default as DropdownQuickpickDefaultDates } from './_dropdown_quickpick_default_dates.jsx'
|
|
29
|
-
export { default as DropdownQuickpickWithDatePickers } from './_dropdown_quickpick_with_date_pickers.jsx'
|
|
25
|
+
export {default as DropdownWithCustomActiveStyleOptions} from './_dropdown_with_custom_active_style_options.jsx'
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React
|
|
1
|
+
import React from "react"
|
|
2
2
|
import { render, screen, fireEvent } from "../utilities/test-utils"
|
|
3
3
|
|
|
4
4
|
import { Dropdown, Icon, IconCircle } from 'playbook-ui'
|
|
@@ -393,150 +393,4 @@ test("applies activeStyle backgroundColor and fontColor when selected", () => {
|
|
|
393
393
|
expect(selected).toBeInTheDocument()
|
|
394
394
|
expect(selected).toHaveClass("bg-bg_light")
|
|
395
395
|
expect(selected).toHaveClass("font-primary")
|
|
396
|
-
})
|
|
397
|
-
|
|
398
|
-
test("renders quickpick variant with auto-generated options", () => {
|
|
399
|
-
render(
|
|
400
|
-
<Dropdown
|
|
401
|
-
data={{ testid: testId }}
|
|
402
|
-
variant="quickpick"
|
|
403
|
-
/>
|
|
404
|
-
)
|
|
405
|
-
|
|
406
|
-
const kit = screen.getByTestId(testId)
|
|
407
|
-
expect(kit).toHaveClass('pb_dropdown_quickpick')
|
|
408
|
-
|
|
409
|
-
// Check that quickpick options are generated
|
|
410
|
-
const options = kit.querySelectorAll('.pb_dropdown_option_list')
|
|
411
|
-
expect(options.length).toBe(10)
|
|
412
|
-
expect(options[0]).toHaveTextContent("Today")
|
|
413
|
-
})
|
|
414
|
-
|
|
415
|
-
test("quickpick variant accepts string defaultValue", () => {
|
|
416
|
-
render(
|
|
417
|
-
<Dropdown
|
|
418
|
-
data={{ testid: testId }}
|
|
419
|
-
defaultValue="This Month"
|
|
420
|
-
variant="quickpick"
|
|
421
|
-
/>
|
|
422
|
-
)
|
|
423
|
-
|
|
424
|
-
const kit = screen.getByTestId(testId)
|
|
425
|
-
const trigger = kit.querySelector('.pb_dropdown_trigger')
|
|
426
|
-
|
|
427
|
-
expect(trigger).toHaveTextContent("This Month")
|
|
428
|
-
})
|
|
429
|
-
|
|
430
|
-
test("quickpick attaches _dropdownRef to DOM element when id is provided", () => {
|
|
431
|
-
render(
|
|
432
|
-
<Dropdown
|
|
433
|
-
data={{ testid: testId }}
|
|
434
|
-
id="test-quickpick"
|
|
435
|
-
variant="quickpick"
|
|
436
|
-
/>
|
|
437
|
-
)
|
|
438
|
-
|
|
439
|
-
const kit = screen.getByTestId(testId)
|
|
440
|
-
|
|
441
|
-
// Check that the element has the _dropdownRef attached
|
|
442
|
-
expect(kit._dropdownRef).toBeDefined()
|
|
443
|
-
expect(kit._dropdownRef.current).toBeDefined()
|
|
444
|
-
expect(kit._dropdownRef.current.clearSelected).toBeDefined()
|
|
445
|
-
})
|
|
446
|
-
|
|
447
|
-
test("quickpick clears selection when clicking X icon", () => {
|
|
448
|
-
render(
|
|
449
|
-
<Dropdown
|
|
450
|
-
data={{ testid: testId }}
|
|
451
|
-
defaultValue="This Week"
|
|
452
|
-
variant="quickpick"
|
|
453
|
-
/>
|
|
454
|
-
)
|
|
455
|
-
|
|
456
|
-
const kit = screen.getByTestId(testId)
|
|
457
|
-
const trigger = kit.querySelector('.pb_dropdown_trigger')
|
|
458
|
-
|
|
459
|
-
expect(trigger).toHaveTextContent("This Week")
|
|
460
|
-
|
|
461
|
-
const clearIcon = kit.querySelector('[aria-label="times icon"]')
|
|
462
|
-
expect(clearIcon).toBeInTheDocument()
|
|
463
|
-
|
|
464
|
-
fireEvent.click(clearIcon.parentElement)
|
|
465
|
-
|
|
466
|
-
expect(trigger).toHaveTextContent("Select...")
|
|
467
|
-
})
|
|
468
|
-
|
|
469
|
-
test("quickpick returns date array values when option selected", () => {
|
|
470
|
-
const TestComponent = () => {
|
|
471
|
-
const [selected, setSelected] = useState(null)
|
|
472
|
-
return (
|
|
473
|
-
<>
|
|
474
|
-
<Dropdown
|
|
475
|
-
data={{ testid: testId }}
|
|
476
|
-
onSelect={(item) => setSelected(item)}
|
|
477
|
-
variant="quickpick"
|
|
478
|
-
/>
|
|
479
|
-
{selected && (
|
|
480
|
-
<div data-testid="selected-value">
|
|
481
|
-
{JSON.stringify({
|
|
482
|
-
label: selected.label,
|
|
483
|
-
hasValue: !!selected.value,
|
|
484
|
-
isArray: Array.isArray(selected.value),
|
|
485
|
-
valueLength: selected.value?.length
|
|
486
|
-
})}
|
|
487
|
-
</div>
|
|
488
|
-
)}
|
|
489
|
-
</>
|
|
490
|
-
)
|
|
491
|
-
}
|
|
492
|
-
|
|
493
|
-
render(<TestComponent />)
|
|
494
|
-
|
|
495
|
-
const kit = screen.getByTestId(testId)
|
|
496
|
-
const options = kit.querySelectorAll('.pb_dropdown_option_list')
|
|
497
|
-
|
|
498
|
-
fireEvent.click(options[0])
|
|
499
|
-
|
|
500
|
-
const selectedValue = screen.getByTestId('selected-value')
|
|
501
|
-
const data = JSON.parse(selectedValue.textContent)
|
|
502
|
-
|
|
503
|
-
expect(data.label).toBe("Today")
|
|
504
|
-
expect(data.hasValue).toBe(true)
|
|
505
|
-
expect(data.isArray).toBe(true)
|
|
506
|
-
expect(data.valueLength).toBe(2)
|
|
507
|
-
})
|
|
508
|
-
|
|
509
|
-
test("quickpick option values are Date objects", () => {
|
|
510
|
-
const onSelectMock = jest.fn()
|
|
511
|
-
|
|
512
|
-
render(
|
|
513
|
-
<Dropdown
|
|
514
|
-
data={{ testid: testId }}
|
|
515
|
-
onSelect={onSelectMock}
|
|
516
|
-
variant="quickpick"
|
|
517
|
-
/>
|
|
518
|
-
)
|
|
519
|
-
|
|
520
|
-
const kit = screen.getByTestId(testId)
|
|
521
|
-
const options = kit.querySelectorAll('.pb_dropdown_option_list')
|
|
522
|
-
|
|
523
|
-
const thisMonthOption = Array.from(options).find(opt => opt.textContent === 'This Month')
|
|
524
|
-
fireEvent.click(thisMonthOption)
|
|
525
|
-
|
|
526
|
-
const selectedItem = onSelectMock.mock.calls[0][0]
|
|
527
|
-
|
|
528
|
-
expect(selectedItem.label).toBe("This Month")
|
|
529
|
-
expect(selectedItem.value).toBeDefined()
|
|
530
|
-
expect(Array.isArray(selectedItem.value)).toBe(true)
|
|
531
|
-
expect(selectedItem.value.length).toBe(2)
|
|
532
|
-
|
|
533
|
-
const [startDate, endDate] = selectedItem.value
|
|
534
|
-
|
|
535
|
-
expect(startDate instanceof Date).toBe(true)
|
|
536
|
-
expect(endDate instanceof Date).toBe(true)
|
|
537
|
-
|
|
538
|
-
expect(startDate.getTime()).not.toBeNaN()
|
|
539
|
-
expect(endDate.getTime()).not.toBeNaN()
|
|
540
|
-
|
|
541
|
-
expect(endDate.getTime()).toBeGreaterThanOrEqual(startDate.getTime())
|
|
542
|
-
})
|
|
396
|
+
})
|
|
@@ -1 +1 @@
|
|
|
1
|
-
Filter can leverage the max-width property. Learn more in our <a href="https://playbook.powerapp.cloud/
|
|
1
|
+
Filter can leverage the max-width property. Learn more in our <a href="https://playbook.powerapp.cloud/visual_guidelines" target="_blank">visual guidelines.</a>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
For Form Pills with longer text, the truncate global prop can be used to truncate the label within each Form Pill. See [here](https://playbook.powerapp.cloud/
|
|
1
|
+
For Form Pills with longer text, the truncate global prop can be used to truncate the label within each Form Pill. See [here](https://playbook.powerapp.cloud/visual_guidelines/truncate) for more information on the truncate global prop.
|
|
2
2
|
|
|
3
3
|
__NOTE__: For Rails Form Pills (not ones embedded within a React-rendered Typeahead or MultiLevelSelect), a unique `id` is required to enable the Tooltip functionality displaying the text or tag section of the Form Pill.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
For Form Pills with longer text, the `truncate` global prop can be used to truncate the label within each Form Pill. Hover over the truncated Form Pill and a Tooltip containing the text or tag section of the Form Pill will appear. See [here](https://playbook.powerapp.cloud/
|
|
1
|
+
For Form Pills with longer text, the `truncate` global prop can be used to truncate the label within each Form Pill. Hover over the truncated Form Pill and a Tooltip containing the text or tag section of the Form Pill will appear. See [here](https://playbook.powerapp.cloud/visual_guidelines/truncate) for more information on the truncate global prop.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
Pass any text, status, data, product, or category Playbook <a href="https://playbook.powerapp.cloud/
|
|
1
|
+
Pass any text, status, data, product, or category Playbook <a href="https://playbook.powerapp.cloud/visual_guidelines/colors" target="_blank">color token</a> to the `color` prop to change any icon's color.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
Customize your icon circle by passing one of our seven base colors to the `variant` prop: `royal` `orange` `purple` `teal` `red` `yellow` `green`
|
|
1
|
+
Customize your icon circle by passing one of our seven base colors to the `variant` prop: `royal` `blue` `orange` `purple` `teal` `red` `yellow` `green`
|