@bookjane2/bookjane-design-library 9.0.19 → 9.0.21
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/lib/components/BKJCheckbox/BKJCheckbox.types.d.ts +1 -0
- package/lib/components/BKJCheckbox/BKJCheckbox.types.d.ts.map +1 -1
- package/lib/components/BKJChip/BKJChip.d.ts.map +1 -1
- package/lib/components/BKJChip/BKJChip.js +2 -2
- package/lib/components/BKJChip/BKJChip.js.map +1 -1
- package/lib/components/BKJChip/BKJChip.styled.d.ts +1 -0
- package/lib/components/BKJChip/BKJChip.styled.d.ts.map +1 -1
- package/lib/components/BKJChip/BKJChip.styled.js +18 -0
- package/lib/components/BKJChip/BKJChip.styled.js.map +1 -1
- package/lib/components/BKJChip/BKJChip.types.d.ts +3 -1
- package/lib/components/BKJChip/BKJChip.types.d.ts.map +1 -1
- package/lib/components/BKJComboBox/BKJComboBox.d.ts +1 -2
- package/lib/components/BKJComboBox/BKJComboBox.d.ts.map +1 -1
- package/lib/components/BKJComboBox/BKJComboBox.js +5 -5
- package/lib/components/BKJComboBox/BKJComboBox.js.map +1 -1
- package/lib/components/BKJComboBox/BKJComboBox.stories.d.ts +1 -1
- package/lib/components/BKJComboBox/BKJComboBox.types.d.ts +1 -0
- package/lib/components/BKJComboBox/BKJComboBox.types.d.ts.map +1 -1
- package/lib/components/BKJComboBox/src/BKJComboBox.context.d.ts.map +1 -1
- package/lib/components/BKJComboBox/src/BKJComboBox.context.js +2 -0
- package/lib/components/BKJComboBox/src/BKJComboBox.context.js.map +1 -1
- package/lib/components/BKJComboBox/src/BKJComboBoxInput.d.ts +4 -1
- package/lib/components/BKJComboBox/src/BKJComboBoxInput.d.ts.map +1 -1
- package/lib/components/BKJComboBox/src/BKJComboBoxInput.js +5 -3
- package/lib/components/BKJComboBox/src/BKJComboBoxInput.js.map +1 -1
- package/lib/components/BKJComboBox/src/BKJComboBoxOptions.d.ts.map +1 -1
- package/lib/components/BKJComboBox/src/BKJComboBoxOptions.js +2 -1
- package/lib/components/BKJComboBox/src/BKJComboBoxOptions.js.map +1 -1
- package/lib/components/BKJDollarTextInput/BKJDollarTextInput.d.ts.map +1 -1
- package/lib/components/BKJDollarTextInput/BKJDollarTextInput.js +18 -4
- package/lib/components/BKJDollarTextInput/BKJDollarTextInput.js.map +1 -1
- package/lib/components/BKJDollarTextInput/BKJDollarTextInput.stories.d.ts +4 -0
- package/lib/components/BKJDollarTextInput/BKJDollarTextInput.stories.d.ts.map +1 -1
- package/lib/components/BKJDollarTextInput/BKJDollarTextInput.stories.js +35 -0
- package/lib/components/BKJDollarTextInput/BKJDollarTextInput.stories.js.map +1 -1
- package/lib/components/BKJDollarTextInput/BKJDollarTextInput.test.d.ts +2 -0
- package/lib/components/BKJDollarTextInput/BKJDollarTextInput.test.d.ts.map +1 -0
- package/lib/components/BKJDollarTextInput/BKJDollarTextInput.test.js +93 -0
- package/lib/components/BKJDollarTextInput/BKJDollarTextInput.test.js.map +1 -0
- package/lib/components/BKJListItem/BKJListItem.js +1 -1
- package/lib/components/BKJListItem/BKJListItem.js.map +1 -1
- package/lib/components/BKJPillDropdown/BKJPillDropdown.styled.d.ts +2 -4
- package/lib/components/BKJPillDropdown/BKJPillDropdown.styled.d.ts.map +1 -1
- package/lib/components/BKJPillSelect/BKJPillSelect.context.d.ts.map +1 -1
- package/lib/components/BKJPillSelect/BKJPillSelect.context.js +17 -20
- package/lib/components/BKJPillSelect/BKJPillSelect.context.js.map +1 -1
- package/lib/components/BKJPillSelect/BKJPillSelect.d.ts.map +1 -1
- package/lib/components/BKJPillSelect/BKJPillSelect.js +8 -11
- package/lib/components/BKJPillSelect/BKJPillSelect.js.map +1 -1
- package/lib/components/BKJPillSelect/BKJPillSelect.stories.d.ts +3 -0
- package/lib/components/BKJPillSelect/BKJPillSelect.stories.d.ts.map +1 -1
- package/lib/components/BKJPillSelect/BKJPillSelect.stories.js +55 -16
- package/lib/components/BKJPillSelect/BKJPillSelect.stories.js.map +1 -1
- package/lib/components/BKJPillSelect/BKJPillSelect.styled.d.ts +3 -5
- package/lib/components/BKJPillSelect/BKJPillSelect.styled.d.ts.map +1 -1
- package/lib/components/BKJPillSelect/BKJPillSelect.styled.js +1 -1
- package/lib/components/BKJPillSelect/BKJPillSelect.styled.js.map +1 -1
- package/lib/components/BKJPillSelect/BKJPillSelect.test.d.ts +2 -0
- package/lib/components/BKJPillSelect/BKJPillSelect.test.d.ts.map +1 -0
- package/lib/components/BKJPillSelect/BKJPillSelect.test.js +237 -0
- package/lib/components/BKJPillSelect/BKJPillSelect.test.js.map +1 -0
- package/lib/components/BKJPillSelect/BKJPillSelect.types.d.ts +1 -1
- package/lib/components/BKJPillSelect/BKJPillSelect.types.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { screen } from '@testing-library/react';
|
|
3
|
+
import { renderAndCheckA11y, renderWithTheme } from '../../test-utils/index.js';
|
|
4
|
+
import { BKJDollarTextInput } from './BKJDollarTextInput.js';
|
|
5
|
+
const noop = () => { };
|
|
6
|
+
describe('BKJDollarTextInput', () => {
|
|
7
|
+
describe('Accessibility', () => {
|
|
8
|
+
it('default (labelled) has no a11y violations', async () => {
|
|
9
|
+
const { axeResults } = await renderAndCheckA11y(_jsx(BKJDollarTextInput, { label: "Set Rate", name: "rate", onChange: noop, value: "" }));
|
|
10
|
+
expect(axeResults).toHaveNoViolations();
|
|
11
|
+
});
|
|
12
|
+
it('required has no a11y violations', async () => {
|
|
13
|
+
const { axeResults } = await renderAndCheckA11y(_jsx(BKJDollarTextInput, { label: "Set Rate", name: "rate", required: true, onChange: noop, value: "" }));
|
|
14
|
+
expect(axeResults).toHaveNoViolations();
|
|
15
|
+
});
|
|
16
|
+
it('with string error has no a11y violations', async () => {
|
|
17
|
+
const { axeResults } = await renderAndCheckA11y(_jsx(BKJDollarTextInput, { label: "Set Rate", name: "rate", error: "Amount must be greater than $0", onChange: noop, value: "" }));
|
|
18
|
+
expect(axeResults).toHaveNoViolations();
|
|
19
|
+
});
|
|
20
|
+
it('with array of errors has no a11y violations', async () => {
|
|
21
|
+
const { axeResults } = await renderAndCheckA11y(_jsx(BKJDollarTextInput, { label: "Set Rate", name: "rate", error: ['Amount must be greater than $0', 'Amount must be less than $1000'], onChange: noop, value: "" }));
|
|
22
|
+
expect(axeResults).toHaveNoViolations();
|
|
23
|
+
});
|
|
24
|
+
it('disabled has no a11y violations', async () => {
|
|
25
|
+
const { axeResults } = await renderAndCheckA11y(_jsx(BKJDollarTextInput, { label: "Set Rate", name: "rate", disabled: true, onChange: noop, value: "" }));
|
|
26
|
+
expect(axeResults).toHaveNoViolations();
|
|
27
|
+
});
|
|
28
|
+
});
|
|
29
|
+
describe('ARIA attributes', () => {
|
|
30
|
+
it('label htmlFor matches input id', () => {
|
|
31
|
+
renderWithTheme(_jsx(BKJDollarTextInput, { label: "Set Rate", name: "rate", onChange: noop, value: "" }));
|
|
32
|
+
const input = screen.getByRole('textbox', { name: 'Set Rate' });
|
|
33
|
+
const inputId = input.getAttribute('id');
|
|
34
|
+
expect(inputId).toBeTruthy();
|
|
35
|
+
const label = document.querySelector(`label[for="${inputId}"]`);
|
|
36
|
+
expect(label).not.toBeNull();
|
|
37
|
+
expect(label?.textContent).toContain('Set Rate');
|
|
38
|
+
});
|
|
39
|
+
it('input has aria-invalid="true" when error is a string', () => {
|
|
40
|
+
renderWithTheme(_jsx(BKJDollarTextInput, { label: "Set Rate", name: "rate", error: "Amount must be greater than $0", onChange: noop, value: "" }));
|
|
41
|
+
const input = screen.getByRole('textbox', { name: 'Set Rate' });
|
|
42
|
+
expect(input).toHaveAttribute('aria-invalid', 'true');
|
|
43
|
+
});
|
|
44
|
+
it('input has no aria-invalid when error is falsy', () => {
|
|
45
|
+
renderWithTheme(_jsx(BKJDollarTextInput, { label: "Set Rate", name: "rate", onChange: noop, value: "" }));
|
|
46
|
+
const input = screen.getByRole('textbox', { name: 'Set Rate' });
|
|
47
|
+
expect(input).not.toHaveAttribute('aria-invalid');
|
|
48
|
+
});
|
|
49
|
+
it('aria-describedby references a single error element when error is a string', () => {
|
|
50
|
+
const { container } = renderWithTheme(_jsx(BKJDollarTextInput, { label: "Set Rate", name: "rate", error: "Amount must be greater than $0", onChange: noop, value: "" }));
|
|
51
|
+
const input = screen.getByRole('textbox', { name: 'Set Rate' });
|
|
52
|
+
const describedBy = input.getAttribute('aria-describedby');
|
|
53
|
+
expect(describedBy).toBeTruthy();
|
|
54
|
+
const errorIds = (describedBy ?? '').split(/\s+/).filter(Boolean);
|
|
55
|
+
expect(errorIds.length).toBeGreaterThan(0);
|
|
56
|
+
for (const id of errorIds) {
|
|
57
|
+
const matches = container.querySelectorAll(`[id="${id}"]`);
|
|
58
|
+
expect(matches.length).toBe(1);
|
|
59
|
+
}
|
|
60
|
+
});
|
|
61
|
+
it('renders a single error element when error is an array of strings', () => {
|
|
62
|
+
const { container } = renderWithTheme(_jsx(BKJDollarTextInput, { label: "Set Rate", name: "rate", error: ['Amount must be greater than $0', 'Amount must be less than $1000'], onChange: noop, value: "" }));
|
|
63
|
+
const input = screen.getByRole('textbox', { name: 'Set Rate' });
|
|
64
|
+
expect(input).toHaveAttribute('aria-invalid', 'true');
|
|
65
|
+
const describedBy = input.getAttribute('aria-describedby');
|
|
66
|
+
expect(describedBy).toBeTruthy();
|
|
67
|
+
const errorIds = (describedBy ?? '').split(/\s+/).filter(Boolean);
|
|
68
|
+
expect(errorIds.length).toBeGreaterThan(0);
|
|
69
|
+
for (const id of errorIds) {
|
|
70
|
+
const matches = container.querySelectorAll(`[id="${id}"]`);
|
|
71
|
+
expect(matches.length).toBe(1);
|
|
72
|
+
expect(matches[0].textContent?.trim().length ?? 0).toBeGreaterThan(0);
|
|
73
|
+
}
|
|
74
|
+
});
|
|
75
|
+
it('input has aria-required="true" when required is true', () => {
|
|
76
|
+
renderWithTheme(_jsx(BKJDollarTextInput, { label: "Set Rate", name: "rate", required: true, onChange: noop, value: "" }));
|
|
77
|
+
// The visible "*" is part of the accessible name when required, so use a regex match.
|
|
78
|
+
const input = screen.getByRole('textbox', { name: /Set Rate/ });
|
|
79
|
+
expect(input).toHaveAttribute('aria-required', 'true');
|
|
80
|
+
});
|
|
81
|
+
it('input has no aria-required when required is absent', () => {
|
|
82
|
+
renderWithTheme(_jsx(BKJDollarTextInput, { label: "Set Rate", name: "rate", onChange: noop, value: "" }));
|
|
83
|
+
const input = screen.getByRole('textbox', { name: 'Set Rate' });
|
|
84
|
+
expect(input).not.toHaveAttribute('aria-required');
|
|
85
|
+
});
|
|
86
|
+
it('input has inputmode="decimal"', () => {
|
|
87
|
+
renderWithTheme(_jsx(BKJDollarTextInput, { label: "Set Rate", name: "rate", onChange: noop, value: "" }));
|
|
88
|
+
const input = screen.getByRole('textbox', { name: 'Set Rate' });
|
|
89
|
+
expect(input).toHaveAttribute('inputmode', 'decimal');
|
|
90
|
+
});
|
|
91
|
+
});
|
|
92
|
+
});
|
|
93
|
+
//# sourceMappingURL=BKJDollarTextInput.test.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BKJDollarTextInput.test.js","sourceRoot":"","sources":["../../../src/components/BKJDollarTextInput/BKJDollarTextInput.test.tsx"],"names":[],"mappings":"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"}
|
|
@@ -12,6 +12,6 @@ export const BKJListItem = forwardRef((props, ref) => {
|
|
|
12
12
|
if (onChange)
|
|
13
13
|
onChange({ ...event, target: { checked, index, id, name, value, label } });
|
|
14
14
|
}, [checked, id, index, label, name, onChange, onClick, value]);
|
|
15
|
-
return (_jsxs(ListItemWrapper, { ...rest, id: id, role: "option", "aria-selected": !!checked, variant: variant, onClick: handleClick, className: className, checked: checked, disabled: disabled, isTargeted: isTargeted, ref: ref, type: type, children: [_jsx(ListItemText, { hasSubLabel: !!subLabel, children: label }), !!subLabel && (_jsx(ListItemSubLabelText, { position: subLabelPosition, children: subLabel })), _jsx(BKJCheckbox, { variant: checkBoxVariant, value: checked })] }));
|
|
15
|
+
return (_jsxs(ListItemWrapper, { ...rest, id: id, role: "option", "aria-selected": !!checked, variant: variant, onClick: handleClick, className: className, checked: checked, disabled: disabled, isTargeted: isTargeted, ref: ref, type: type, children: [_jsx(ListItemText, { hasSubLabel: !!subLabel, children: label }), !!subLabel && (_jsx(ListItemSubLabelText, { position: subLabelPosition, children: subLabel })), _jsx(BKJCheckbox, { variant: checkBoxVariant, value: checked, "aria-hidden": "true" })] }));
|
|
16
16
|
});
|
|
17
17
|
//# sourceMappingURL=BKJListItem.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BKJListItem.js","sourceRoot":"","sources":["../../../src/components/BKJListItem/BKJListItem.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,oBAAoB,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAC/E,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAGvD,MAAM,CAAC,MAAM,WAAW,GAAG,UAAU,CAAmC,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE;IACrF,MAAM,EACJ,QAAQ,EACR,IAAI,EACJ,QAAQ,EACR,gBAAgB,GAAG,OAAO,EAC1B,KAAK,EACL,SAAS,EACT,OAAO,GAAG,qCAAqC,EAC/C,eAAe,GAAG,eAAe,EACjC,QAAQ,GAAG,KAAK,EAChB,UAAU,GAAG,KAAK,EAClB,QAAQ,EACR,KAAK,EACL,OAAO,EACP,EAAE,EACF,KAAK,EACL,IAAI,GAAG,UAAU,EACjB,GAAG,IAAI,EACR,GAAG,KAAK,CAAC;IACV,MAAM,OAAO,GAAG,OAAO,CACrB,GAAG,EAAE,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC,GAAoB,EAAE,EAAE,CAAC,MAAM,CAAC,GAAG,CAAC,KAAK,MAAM,CAAC,KAAK,CAAC,CAAC,EAC7E,CAAC,QAAQ,EAAE,KAAK,CAAC,CAClB,CAAC;IACF,MAAM,WAAW,GAAG,WAAW,CAC7B,CAAC,KAAK,EAAE,EAAE;QACR,IAAI,OAAO;YAAE,OAAO,CAAC,EAAE,GAAG,KAAK,EAAE,MAAM,EAAE,EAAE,OAAO,EAAE,KAAK,EAAE,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,CAAC,CAAC;QACvF,IAAI,QAAQ;YAAE,QAAQ,CAAC,EAAE,GAAG,KAAK,EAAE,MAAM,EAAE,EAAE,OAAO,EAAE,KAAK,EAAE,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,CAAC,CAAC;IAC3F,CAAC,EACD,CAAC,OAAO,EAAE,EAAE,EAAE,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,OAAO,EAAE,KAAK,CAAC,CAC5D,CAAC;IAEF,OAAO,CACL,MAAC,eAAe,OACV,IAAI,EACR,EAAE,EAAE,EAAE,EACN,IAAI,EAAC,QAAQ,mBACE,CAAC,CAAC,OAAO,EACxB,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,WAAkB,EAC3B,SAAS,EAAE,SAAS,EACpB,OAAO,EAAE,OAAO,EAChB,QAAQ,EAAE,QAAQ,EAClB,UAAU,EAAE,UAAU,EACtB,GAAG,EAAE,GAAG,EACR,IAAI,EAAE,IAAI,aAEV,KAAC,YAAY,IAAC,WAAW,EAAE,CAAC,CAAC,QAAQ,YAAG,KAAK,GAAgB,EAC5D,CAAC,CAAC,QAAQ,IAAI,CACb,KAAC,oBAAoB,IAAC,QAAQ,EAAE,gBAAgB,YAAG,QAAQ,GAAwB,CACpF,EACD,KAAC,WAAW,IAAC,OAAO,EAAE,eAAe,EAAE,KAAK,EAAE,OAAO,
|
|
1
|
+
{"version":3,"file":"BKJListItem.js","sourceRoot":"","sources":["../../../src/components/BKJListItem/BKJListItem.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,oBAAoB,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAC/E,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAGvD,MAAM,CAAC,MAAM,WAAW,GAAG,UAAU,CAAmC,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE;IACrF,MAAM,EACJ,QAAQ,EACR,IAAI,EACJ,QAAQ,EACR,gBAAgB,GAAG,OAAO,EAC1B,KAAK,EACL,SAAS,EACT,OAAO,GAAG,qCAAqC,EAC/C,eAAe,GAAG,eAAe,EACjC,QAAQ,GAAG,KAAK,EAChB,UAAU,GAAG,KAAK,EAClB,QAAQ,EACR,KAAK,EACL,OAAO,EACP,EAAE,EACF,KAAK,EACL,IAAI,GAAG,UAAU,EACjB,GAAG,IAAI,EACR,GAAG,KAAK,CAAC;IACV,MAAM,OAAO,GAAG,OAAO,CACrB,GAAG,EAAE,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC,GAAoB,EAAE,EAAE,CAAC,MAAM,CAAC,GAAG,CAAC,KAAK,MAAM,CAAC,KAAK,CAAC,CAAC,EAC7E,CAAC,QAAQ,EAAE,KAAK,CAAC,CAClB,CAAC;IACF,MAAM,WAAW,GAAG,WAAW,CAC7B,CAAC,KAAK,EAAE,EAAE;QACR,IAAI,OAAO;YAAE,OAAO,CAAC,EAAE,GAAG,KAAK,EAAE,MAAM,EAAE,EAAE,OAAO,EAAE,KAAK,EAAE,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,CAAC,CAAC;QACvF,IAAI,QAAQ;YAAE,QAAQ,CAAC,EAAE,GAAG,KAAK,EAAE,MAAM,EAAE,EAAE,OAAO,EAAE,KAAK,EAAE,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,CAAC,CAAC;IAC3F,CAAC,EACD,CAAC,OAAO,EAAE,EAAE,EAAE,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,OAAO,EAAE,KAAK,CAAC,CAC5D,CAAC;IAEF,OAAO,CACL,MAAC,eAAe,OACV,IAAI,EACR,EAAE,EAAE,EAAE,EACN,IAAI,EAAC,QAAQ,mBACE,CAAC,CAAC,OAAO,EACxB,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,WAAkB,EAC3B,SAAS,EAAE,SAAS,EACpB,OAAO,EAAE,OAAO,EAChB,QAAQ,EAAE,QAAQ,EAClB,UAAU,EAAE,UAAU,EACtB,GAAG,EAAE,GAAG,EACR,IAAI,EAAE,IAAI,aAEV,KAAC,YAAY,IAAC,WAAW,EAAE,CAAC,CAAC,QAAQ,YAAG,KAAK,GAAgB,EAC5D,CAAC,CAAC,QAAQ,IAAI,CACb,KAAC,oBAAoB,IAAC,QAAQ,EAAE,gBAAgB,YAAG,QAAQ,GAAwB,CACpF,EACD,KAAC,WAAW,IAAC,OAAO,EAAE,eAAe,EAAE,KAAK,EAAE,OAAO,iBAAc,MAAM,GAAG,IAC5D,CACnB,CAAC;AACJ,CAAC,CAAC,CAAC"}
|
|
@@ -11,11 +11,9 @@ export declare const RequiredAsterisk: import("styled-components/dist/types").IS
|
|
|
11
11
|
}, never>> & string;
|
|
12
12
|
export declare const BKJPillDropdownWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, never>> & string;
|
|
13
13
|
export declare const TextAreaWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, TextAreaWrapperProps>> & string;
|
|
14
|
-
export declare const BKJPillDropdownComboBox: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("../BKJComboBox/BKJComboBox.types.js").IBKJComboBoxProps<import("../BKJComboBox/BKJComboBox.types.js").IBKJComboBoxOption<string | number, string, string | number
|
|
15
|
-
children?: import("react").ReactNode;
|
|
16
|
-
}, {
|
|
14
|
+
export declare const BKJPillDropdownComboBox: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Pick<import("../BKJComboBox/BKJComboBox.types.js").IBKJComboBoxProps<import("../BKJComboBox/BKJComboBox.types.js").IBKJComboBoxOption<string | number, string, string | number>>, "target" | "name" | "value" | "label" | "checked" | "filter" | "cite" | "data" | "form" | "slot" | "span" | "style" | "summary" | "title" | "id" | "selected" | "disabled" | "variant" | "type" | "start" | "hidden" | "color" | "content" | "size" | "default" | "wrap" | "open" | "multiple" | "width" | "css" | "isOpen" | "overrides" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "defer" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "height" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "muted" | "nonce" | "noValidate" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "shape" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "step" | "useMap" | "wmode" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "lang" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "leftIconProps" | "rightIconProps" | "labelProps" | "fieldSetProps" | "description" | "isRequired" | "error" | "openBorderLocation" | "useFocusBorder" | "options" | "onIsOpenChange" | "allowedAutoPlacements" | "showFullFocusBorder" | "$dropdownHeight"> & import("react").RefAttributes<HTMLInputElement>, {
|
|
17
15
|
hasValue: boolean;
|
|
18
16
|
$dropdownOffset: number;
|
|
19
|
-
}>> & string & Omit<import("react").
|
|
17
|
+
}>> & string & Omit<import("react").ForwardRefExoticComponent<Pick<import("../BKJComboBox/BKJComboBox.types.js").IBKJComboBoxProps<import("../BKJComboBox/BKJComboBox.types.js").IBKJComboBoxOption<string | number, string, string | number>>, "target" | "name" | "value" | "label" | "checked" | "filter" | "cite" | "data" | "form" | "slot" | "span" | "style" | "summary" | "title" | "id" | "selected" | "disabled" | "variant" | "type" | "start" | "hidden" | "color" | "content" | "size" | "default" | "wrap" | "open" | "multiple" | "width" | "css" | "isOpen" | "overrides" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "defer" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "height" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "muted" | "nonce" | "noValidate" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "shape" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "step" | "useMap" | "wmode" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "lang" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "leftIconProps" | "rightIconProps" | "labelProps" | "fieldSetProps" | "description" | "isRequired" | "error" | "openBorderLocation" | "useFocusBorder" | "options" | "onIsOpenChange" | "allowedAutoPlacements" | "showFullFocusBorder" | "$dropdownHeight"> & import("react").RefAttributes<HTMLInputElement>>, keyof import("react").Component<any, {}, any>>;
|
|
20
18
|
export declare const ArrowIconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
21
19
|
//# sourceMappingURL=BKJPillDropdown.styled.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BKJPillDropdown.styled.d.ts","sourceRoot":"","sources":["../../../src/components/BKJPillDropdown/BKJPillDropdown.styled.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,uBAAuB,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAGxF,eAAO,MAAM,UAAU;eAA6B,OAAO;YAE1D,CAAC;AAEF,eAAO,MAAM,YAAY,sOAExB,CAAC;AAEF,eAAO,MAAM,YAAY,wTAYxB,CAAC;AAEF,eAAO,MAAM,gBAAgB;eAtBuB,OAAO;;;mBAwB1D,CAAC;AAEF,eAAO,MAAM,sBAAsB,sOAMlC,CAAC;AAEF,eAAO,MAAM,eAAe,yPAyB3B,CAAC;AAQF,eAAO,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"BKJPillDropdown.styled.d.ts","sourceRoot":"","sources":["../../../src/components/BKJPillDropdown/BKJPillDropdown.styled.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,uBAAuB,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAGxF,eAAO,MAAM,UAAU;eAA6B,OAAO;YAE1D,CAAC;AAEF,eAAO,MAAM,YAAY,sOAExB,CAAC;AAEF,eAAO,MAAM,YAAY,wTAYxB,CAAC;AAEF,eAAO,MAAM,gBAAgB;eAtBuB,OAAO;;;mBAwB1D,CAAC;AAEF,eAAO,MAAM,sBAAsB,sOAMlC,CAAC;AAEF,eAAO,MAAM,eAAe,yPAyB3B,CAAC;AAQF,eAAO,MAAM,uBAAuB;cACxB,OAAO;qBACA,MAAM;40MAuBxB,CAAC;AAEF,eAAO,MAAM,gBAAgB,6NAK5B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BKJPillSelect.context.d.ts","sourceRoot":"","sources":["../../../src/components/BKJPillSelect/BKJPillSelect.context.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,EAAE,EASH,MAAM,OAAO,CAAC;AAIf,OAAO,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,MAAM,uBAAuB,CAAC;AAItF,eAAO,MAAM,qBAAqB,EAAE,EAAE,CAAC,sBAAsB,
|
|
1
|
+
{"version":3,"file":"BKJPillSelect.context.d.ts","sourceRoot":"","sources":["../../../src/components/BKJPillSelect/BKJPillSelect.context.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,EAAE,EASH,MAAM,OAAO,CAAC;AAIf,OAAO,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,MAAM,uBAAuB,CAAC;AAItF,eAAO,MAAM,qBAAqB,EAAE,EAAE,CAAC,sBAAsB,CAiG5D,CAAC;AAEF,eAAO,MAAM,uBAAuB,6BAAyC,CAAC"}
|
|
@@ -14,29 +14,29 @@ export const BKJPillSelectProvider = ({ children, value = [], onChange, name, ma
|
|
|
14
14
|
event.stopPropagation();
|
|
15
15
|
inputRef.current?.focus();
|
|
16
16
|
setFocus(true);
|
|
17
|
-
inputRef.current?.scrollIntoView({ behavior: 'smooth', block: 'center' });
|
|
18
|
-
return void 0;
|
|
19
17
|
}, []);
|
|
18
|
+
const isMaxLimitReached = useMemo(() => value.length > max, [max, value.length]);
|
|
20
19
|
const setNextValue = useCallback((nextValue) => {
|
|
21
|
-
if (nextValue)
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
20
|
+
if (!nextValue)
|
|
21
|
+
return;
|
|
22
|
+
if (value.length >= max)
|
|
23
|
+
return;
|
|
24
|
+
onChange({ target: { name, value: nextValue } });
|
|
25
|
+
setInputValue('');
|
|
26
|
+
}, [max, name, onChange, value.length]);
|
|
27
27
|
const onInputChange = useCallback((e) => {
|
|
28
28
|
setNextValue(e.target.value);
|
|
29
29
|
setFocus(false);
|
|
30
30
|
}, [setNextValue]);
|
|
31
|
-
const onChipRemove = useCallback((__VALUE__) => {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
};
|
|
31
|
+
const onChipRemove = useCallback((__VALUE__) => (event) => {
|
|
32
|
+
event.preventDefault();
|
|
33
|
+
event.stopPropagation();
|
|
34
|
+
inputRef.current?.focus();
|
|
35
|
+
setFocus(true);
|
|
36
|
+
const index = value.indexOf(__VALUE__);
|
|
37
|
+
const nextValue = Array.from(value);
|
|
38
|
+
nextValue.splice(index, 1);
|
|
39
|
+
onChange({ target: { name, value: nextValue } });
|
|
40
40
|
}, [name, onChange, value]);
|
|
41
41
|
const onInputBlur = useCallback((event) => {
|
|
42
42
|
const containsTarget = event.currentTarget.contains(mouseDownTargetRef.current);
|
|
@@ -48,9 +48,6 @@ export const BKJPillSelectProvider = ({ children, value = [], onChange, name, ma
|
|
|
48
48
|
setFocus(false);
|
|
49
49
|
}
|
|
50
50
|
}, [isFocused]);
|
|
51
|
-
const isMaxLimitReached = useMemo(() => {
|
|
52
|
-
return value.length > max;
|
|
53
|
-
}, [max, value.length]);
|
|
54
51
|
const onIsOpenChange = useCallback(({ isOpen }) => {
|
|
55
52
|
if (!isOpen)
|
|
56
53
|
setFocus(false);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BKJPillSelect.context.js","sourceRoot":"","sources":["../../../src/components/BKJPillSelect/BKJPillSelect.context.tsx"],"names":[],"mappings":";AAAA,OAAO,EACL,aAAa,EAKb,WAAW,EACX,UAAU,EACV,OAAO,EACP,MAAM,EACN,QAAQ,GACT,MAAM,OAAO,CAAC;AACf,OAAO,EAAE,EAAE,IAAI,MAAM,EAAE,MAAM,MAAM,CAAC;AAKpC,MAAM,oBAAoB,GAAG,aAAa,CAAwB,IAAK,CAAC,CAAC;AAEzE,MAAM,CAAC,MAAM,qBAAqB,GAA+B,CAAC,EAChE,QAAQ,EACR,KAAK,GAAG,EAAE,EACV,QAAQ,EACR,IAAI,EACJ,GAAG,GACJ,EAAE,EAAE;IACH,MAAM,UAAU,GAAG,MAAM,CAAiB,IAAI,CAAC,CAAC;IAChD,MAAM,QAAQ,GAAG,MAAM,CAAmB,IAAI,CAAC,CAAC;IAChD,MAAM,kBAAkB,GAAkC,MAAM,CAAC,IAA8B,CAAC,CAAC;IACjG,MAAM,CAAC,IAAI,CAAC,GAAG,QAAQ,CAAS,MAAM,EAAE,CAAC,CAAC;IAC1C,MAAM,CAAC,UAAU,EAAE,aAAa,CAAC,GAAG,QAAQ,CAAS,EAAE,CAAC,CAAC;IACzD,MAAM,CAAC,SAAS,EAAE,QAAQ,CAAC,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC;IAE9C,MAAM,cAAc,GAAsC,WAAW,CAAC,CAAC,KAAK,EAAE,EAAE;QAC9E,KAAK,CAAC,cAAc,EAAE,CAAC;QACvB,KAAK,CAAC,eAAe,EAAE,CAAC;QACxB,QAAQ,CAAC,OAAO,EAAE,KAAK,EAAE,CAAC;QAC1B,QAAQ,CAAC,IAAI,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"BKJPillSelect.context.js","sourceRoot":"","sources":["../../../src/components/BKJPillSelect/BKJPillSelect.context.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BKJPillSelect.d.ts","sourceRoot":"","sources":["../../../src/components/BKJPillSelect/BKJPillSelect.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAwB,MAAM,OAAO,CAAC;AAajD,OAAO,EAAE,cAAc,EAAyB,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"BKJPillSelect.d.ts","sourceRoot":"","sources":["../../../src/components/BKJPillSelect/BKJPillSelect.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAwB,MAAM,OAAO,CAAC;AAajD,OAAO,EAAE,cAAc,EAAyB,MAAM,uBAAuB,CAAC;AA2I9E,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,cAAc,CAoB5C,CAAC"}
|
|
@@ -6,26 +6,23 @@ import { BKJTextInputErrorMessage } from '../BKJTextInput/BKJTextInput.styled.js
|
|
|
6
6
|
import { Flex } from '../Flex/index.js';
|
|
7
7
|
import { BKJPillSelectProvider, useBKJPillSelectContext } from './BKJPillSelect.context.js';
|
|
8
8
|
import { BKJPillSelectComboBox, BKJPillSelectWrapper, InputLabel, InputMessage, RequiredAsterisk, TextAreaWrapper, } from './BKJPillSelect.styled.js';
|
|
9
|
-
const InputComponent = forwardRef(({ onInputChange, value, isFocused, onIsOpenChange, options = [], ...rest }, ref) => {
|
|
10
|
-
return (_jsx(BKJPillSelectComboBox, { ...rest, overrides: ['HIDE_VALUE_LABEL'], ref: ref, action: "OpenToggle", name: "BKJPillSelect_InputValue", options: options,
|
|
11
|
-
// onBlur={onBlur}
|
|
12
|
-
type: "Multiple", onIsOpenChange: onIsOpenChange, onChange: onInputChange, value: value, hasValue: value.length > 0, isFocused: isFocused, showFullFocusBorder: false }));
|
|
13
|
-
});
|
|
9
|
+
const InputComponent = forwardRef(({ onInputChange, value, isFocused, onIsOpenChange, options = [], ariaLabelledBy, autoFocus, ...rest }, ref) => (_jsx(BKJPillSelectComboBox, { ...rest, overrides: ['HIDE_VALUE_LABEL'], ref: ref, action: "OpenToggle", name: "BKJPillSelect_InputValue", options: options, type: "Multiple", onIsOpenChange: onIsOpenChange, onChange: onInputChange, value: value, hasValue: value.length > 0, isFocused: isFocused, showFullFocusBorder: false, "aria-labelledby": ariaLabelledBy, autoFocus: autoFocus })));
|
|
14
10
|
const BKJPillSelectComponent = (props) => {
|
|
15
11
|
const { value, label, required, disabled, description, name, placeholder, error, max, options, ...rest } = props;
|
|
16
12
|
const { wrapperRef, inputRef, uuid, onChipRemove, onInputFocused, onInputChange, onInputBlur, isMaxLimitReached, onIsOpenChange, isFocused, } = useBKJPillSelectContext();
|
|
17
|
-
|
|
13
|
+
const inputLabelId = `BKJPillSelect_${uuid}_Label`;
|
|
14
|
+
return (_jsxs(BKJPillSelectWrapper, { children: [label && (_jsxs(InputLabel, { id: inputLabelId, disabled: disabled, children: [label, required && _jsx(RequiredAsterisk, { children: "\u00A0*" })] })), value.length !== 0 && (_createElement(TextAreaWrapper, { ...rest, key: `BKJPillSelect_${uuid}`, id: `BKJPillSelect_${uuid}_TextAreaWrapper`, ref: wrapperRef, error: !!error || isMaxLimitReached, disabled: disabled, onMouseDown: onInputFocused, hasValue: value.length > 0, isFocused: isFocused },
|
|
18
15
|
_jsx(Flex, { flexWrap: "wrap", gap: "4px", padding: value.length > 0 ? '8px 8px 0' : '8px 8px', children: value.map((strValue) => {
|
|
19
16
|
const MATCHED = options.find(({ value }) => value === strValue);
|
|
20
17
|
if (!MATCHED)
|
|
21
|
-
return _jsx(Fragment, {});
|
|
22
|
-
return (_jsx(BKJChip, { onClose: onChipRemove(MATCHED.value), variant: "Purple", children: MATCHED.label }, MATCHED.value));
|
|
23
|
-
}) }))), value.length === 0 ? (_jsx(InputComponent, { ref: inputRef, options: options, isFocused: isFocused, value: value, onInputChange: onInputChange, onBlur: onInputBlur, onIsOpenChange: onIsOpenChange
|
|
18
|
+
return _jsx(Fragment, {}, `missing-${strValue}`);
|
|
19
|
+
return (_jsx(BKJChip, { onClose: onChipRemove(MATCHED.value), variant: "Purple", closeAriaLabel: `Remove ${MATCHED.label}`, closeButtonDisabled: disabled, children: MATCHED.label }, MATCHED.value));
|
|
20
|
+
}) }))), value.length === 0 || isFocused ? (_jsx(InputComponent, { ref: inputRef, options: options, isFocused: isFocused, value: value, onInputChange: onInputChange, onBlur: onInputBlur, onIsOpenChange: onIsOpenChange, ariaLabelledBy: label ? inputLabelId : undefined, autoFocus: isFocused })) : (_jsx(Fragment, {})), description && _jsx(InputMessage, { children: description }), _jsx(InputMessage, { isMaxLimitReached: isMaxLimitReached, children: isMaxLimitReached
|
|
24
21
|
? `You've reached the max of ${max} options (${value.length}/${max})`
|
|
25
22
|
: `${value.length}/${max}` }), error && (_jsx(Fragment, { children: error && Array.isArray(error) ? (error.length &&
|
|
26
23
|
error.map((err) => _jsx(BKJTextInputErrorMessage, { children: err }, err))) : (_jsx(BKJTextInputErrorMessage, { children: error })) }))] }));
|
|
27
24
|
};
|
|
28
|
-
export const BKJPillSelect = ({ value = [], onChange, name, validations, max = 10, ...rest }) => {
|
|
29
|
-
return (_jsx(BKJPillSelectProvider, { value: value, onChange: onChange, name: name, validations: validations, max: max, children: _jsx(BKJPillSelectComponent, { name: name, value: value, max: max, ...rest }) }));
|
|
25
|
+
export const BKJPillSelect = ({ value = [], onChange, name, validations, max = 10, options, ...rest }) => {
|
|
26
|
+
return (_jsx(BKJPillSelectProvider, { value: value, onChange: onChange, name: name, validations: validations, max: max, children: _jsx(BKJPillSelectComponent, { name: name, value: value, max: max, options: options, ...rest }) }));
|
|
30
27
|
};
|
|
31
28
|
//# sourceMappingURL=BKJPillSelect.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BKJPillSelect.js","sourceRoot":"","sources":["../../../src/components/BKJPillSelect/BKJPillSelect.tsx"],"names":[],"mappings":";;AAAA,OAAO,EAAM,QAAQ,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AACjD,OAAO,EAAE,OAAO,EAAE,MAAM,IAAI,CAAC;AAC7B,OAAO,EAAE,wBAAwB,EAAE,MAAM,qCAAqC,CAAC;AAC/E,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAC/B,OAAO,EAAE,qBAAqB,EAAE,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;AACzF,OAAO,EACL,qBAAqB,EACrB,oBAAoB,EACpB,UAAU,EACV,YAAY,EACZ,gBAAgB,EAChB,eAAe,GAChB,MAAM,wBAAwB,CAAC;AAGhC,MAAM,cAAc,GAAG,UAAU,
|
|
1
|
+
{"version":3,"file":"BKJPillSelect.js","sourceRoot":"","sources":["../../../src/components/BKJPillSelect/BKJPillSelect.tsx"],"names":[],"mappings":"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"}
|
|
@@ -30,5 +30,8 @@ declare const setup: {
|
|
|
30
30
|
};
|
|
31
31
|
};
|
|
32
32
|
export declare const Default: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, IBKJPillSelect>;
|
|
33
|
+
export declare const WithChips: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, IBKJPillSelect>;
|
|
34
|
+
export declare const ErrorState: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, IBKJPillSelect>;
|
|
35
|
+
export declare const MaxReached: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, IBKJPillSelect>;
|
|
33
36
|
export default setup;
|
|
34
37
|
//# sourceMappingURL=BKJPillSelect.stories.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BKJPillSelect.stories.d.ts","sourceRoot":"","sources":["../../../src/components/BKJPillSelect/BKJPillSelect.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"BKJPillSelect.stories.d.ts","sourceRoot":"","sources":["../../../src/components/BKJPillSelect/BKJPillSelect.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AASvD,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6BV,CAAC;AAgDF,eAAO,MAAM,OAAO,0GAAoB,CAAC;AA8BzC,eAAO,MAAM,SAAS,0GAA6B,CAAC;AA4BpD,eAAO,MAAM,UAAU,0GAA8B,CAAC;AA8BtD,eAAO,MAAM,UAAU,0GAA8B,CAAC;AAOtD,eAAe,KAAK,CAAC"}
|
|
@@ -4,6 +4,7 @@ import { useFormBehaviors } from '../../hooks/index.js';
|
|
|
4
4
|
import uniq from 'lodash/uniq';
|
|
5
5
|
import filter from 'lodash/filter';
|
|
6
6
|
import includes from 'lodash/includes';
|
|
7
|
+
import { Flex } from '../index.js';
|
|
7
8
|
const setup = {
|
|
8
9
|
title: 'Input Elements/BKJPillSelect',
|
|
9
10
|
component: BKJPillSelect,
|
|
@@ -37,22 +38,17 @@ const setup = {
|
|
|
37
38
|
const initialState = {
|
|
38
39
|
data: ['1'],
|
|
39
40
|
};
|
|
40
|
-
|
|
41
|
-
// data: [...Array(201)].map((_, i) => {
|
|
42
|
-
// return `Field ${i + 1}`;
|
|
43
|
-
// }) as string[],
|
|
44
|
-
// };
|
|
45
|
-
function VALIDATION_unique(data) {
|
|
46
|
-
let errs = [];
|
|
41
|
+
function VALIDATION_no_duplicates(data) {
|
|
47
42
|
const hasDuplicates = uniq(data).length !== data.length;
|
|
43
|
+
if (!hasDuplicates)
|
|
44
|
+
return '';
|
|
48
45
|
const duplicates = uniq(filter(data, (val, i, iteratee) => includes(iteratee, val, i + 1)));
|
|
46
|
+
return [`Remove duplicate values`, ...duplicates.map((str) => `\t• ${str}`)];
|
|
47
|
+
}
|
|
48
|
+
function VALIDATION_required_no_duplicates(data) {
|
|
49
49
|
if (data.length === 0)
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
[`Remove duplicate values`, ...duplicates.map((str) => `\t• ${str}`)].forEach((item) => errs.push(item));
|
|
53
|
-
if (errs.length)
|
|
54
|
-
return errs;
|
|
55
|
-
return '';
|
|
50
|
+
return ['At least 1 option is required'];
|
|
51
|
+
return VALIDATION_no_duplicates(data);
|
|
56
52
|
}
|
|
57
53
|
const opts = [...Array(300)].map((_, i) => {
|
|
58
54
|
return { id: String(i + 1), label: `Item Number #${i + 1}`, value: String(i + 1) };
|
|
@@ -62,16 +58,59 @@ const Template = (props) => {
|
|
|
62
58
|
initialState,
|
|
63
59
|
onSubmit: console.log,
|
|
64
60
|
validations: {
|
|
65
|
-
data:
|
|
61
|
+
data: VALIDATION_no_duplicates,
|
|
66
62
|
},
|
|
67
63
|
});
|
|
68
|
-
return (_jsx(BKJPillSelect, { ...props, options: opts, max: 200, onChange: onChange, name: "data", value: data, error: fieldErrors['data'] }));
|
|
64
|
+
return (_jsx(Flex, { width: "600px", children: _jsx(BKJPillSelect, { ...props, options: opts, max: 200, onChange: onChange, name: "data", value: data, error: fieldErrors['data'] }) }));
|
|
69
65
|
};
|
|
70
66
|
export const Default = Template.bind({});
|
|
71
67
|
Default.args = {
|
|
72
68
|
label: 'Industries',
|
|
73
|
-
required:
|
|
69
|
+
required: false,
|
|
74
70
|
placeholder: "Type or paste a list of dropdown values, so that there's one value per line.",
|
|
75
71
|
};
|
|
72
|
+
const WithChipsTemplate = (props) => {
|
|
73
|
+
const { values: { data }, onChange, fieldErrors, } = useFormBehaviors({
|
|
74
|
+
initialState: { data: ['1', '5', '10'] },
|
|
75
|
+
onSubmit: console.log,
|
|
76
|
+
validations: { data: VALIDATION_required_no_duplicates },
|
|
77
|
+
});
|
|
78
|
+
return (_jsx(BKJPillSelect, { ...props, options: opts, max: 200, onChange: onChange, name: "data", value: data, error: fieldErrors['data'] }));
|
|
79
|
+
};
|
|
80
|
+
export const WithChips = WithChipsTemplate.bind({});
|
|
81
|
+
WithChips.args = {
|
|
82
|
+
label: 'Industries',
|
|
83
|
+
required: true,
|
|
84
|
+
placeholder: 'Type to add another industry…',
|
|
85
|
+
};
|
|
86
|
+
const ErrorStateTemplate = (props) => {
|
|
87
|
+
const { values: { data }, onChange, } = useFormBehaviors({
|
|
88
|
+
initialState: { data: [] },
|
|
89
|
+
onSubmit: console.log,
|
|
90
|
+
validations: { data: VALIDATION_required_no_duplicates },
|
|
91
|
+
});
|
|
92
|
+
return (_jsx(BKJPillSelect, { ...props, options: opts, max: 200, onChange: onChange, name: "data", value: data, error: "At least 1 option is required" }));
|
|
93
|
+
};
|
|
94
|
+
export const ErrorState = ErrorStateTemplate.bind({});
|
|
95
|
+
ErrorState.args = {
|
|
96
|
+
label: 'Industries',
|
|
97
|
+
required: true,
|
|
98
|
+
placeholder: 'Type or paste a list of dropdown values, so there is one value per line.',
|
|
99
|
+
};
|
|
100
|
+
const MAX_REACHED_INITIAL = ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10'];
|
|
101
|
+
const MaxReachedTemplate = (props) => {
|
|
102
|
+
const { values: { data }, onChange, fieldErrors, } = useFormBehaviors({
|
|
103
|
+
initialState: { data: MAX_REACHED_INITIAL },
|
|
104
|
+
onSubmit: console.log,
|
|
105
|
+
validations: { data: VALIDATION_required_no_duplicates },
|
|
106
|
+
});
|
|
107
|
+
return (_jsx(BKJPillSelect, { ...props, options: opts, max: 10, onChange: onChange, name: "data", value: data, error: fieldErrors['data'] }));
|
|
108
|
+
};
|
|
109
|
+
export const MaxReached = MaxReachedTemplate.bind({});
|
|
110
|
+
MaxReached.args = {
|
|
111
|
+
label: 'Industries',
|
|
112
|
+
required: true,
|
|
113
|
+
placeholder: 'Type to add another industry…',
|
|
114
|
+
};
|
|
76
115
|
export default setup;
|
|
77
116
|
//# sourceMappingURL=BKJPillSelect.stories.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BKJPillSelect.stories.js","sourceRoot":"","sources":["../../../src/components/BKJPillSelect/BKJPillSelect.stories.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAC/C,OAAO,IAAI,MAAM,aAAa,CAAC;AAC/B,OAAO,MAAM,MAAM,eAAe,CAAC;AACnC,OAAO,QAAQ,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"BKJPillSelect.stories.js","sourceRoot":"","sources":["../../../src/components/BKJPillSelect/BKJPillSelect.stories.tsx"],"names":[],"mappings":"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"}
|
|
@@ -9,12 +9,10 @@ export declare const RequiredAsterisk: import("styled-components/dist/types").IS
|
|
|
9
9
|
}, "disabled" | "key" | keyof import("react").LabelHTMLAttributes<HTMLLabelElement>> & {
|
|
10
10
|
ref?: import("react").Ref<HTMLLabelElement>;
|
|
11
11
|
}, never>> & string;
|
|
12
|
-
export declare const BKJPillSelectWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").
|
|
12
|
+
export declare const BKJPillSelectWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
13
13
|
export declare const TextAreaWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, TextAreaWrapperProps>> & string;
|
|
14
|
-
export declare const BKJPillSelectComboBox: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("../BKJComboBox/BKJComboBox.types.js").IBKJComboBoxProps<import("../BKJComboBox/BKJComboBox.types.js").IBKJComboBoxOption<string | number, string, string | number
|
|
15
|
-
children?: import("react").ReactNode;
|
|
16
|
-
}, {
|
|
14
|
+
export declare const BKJPillSelectComboBox: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Pick<import("../BKJComboBox/BKJComboBox.types.js").IBKJComboBoxProps<import("../BKJComboBox/BKJComboBox.types.js").IBKJComboBoxOption<string | number, string, string | number>>, "target" | "name" | "value" | "label" | "checked" | "filter" | "cite" | "data" | "form" | "slot" | "span" | "style" | "summary" | "title" | "id" | "selected" | "disabled" | "variant" | "type" | "start" | "hidden" | "color" | "content" | "size" | "default" | "wrap" | "open" | "multiple" | "width" | "css" | "isOpen" | "overrides" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "defer" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "height" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "muted" | "nonce" | "noValidate" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "shape" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "step" | "useMap" | "wmode" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "lang" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "leftIconProps" | "rightIconProps" | "labelProps" | "fieldSetProps" | "description" | "isRequired" | "error" | "openBorderLocation" | "useFocusBorder" | "options" | "onIsOpenChange" | "allowedAutoPlacements" | "showFullFocusBorder" | "$dropdownHeight"> & import("react").RefAttributes<HTMLInputElement>, {
|
|
17
15
|
hasValue: boolean;
|
|
18
16
|
isFocused: boolean;
|
|
19
|
-
}>> & string & Omit<import("react").
|
|
17
|
+
}>> & string & Omit<import("react").ForwardRefExoticComponent<Pick<import("../BKJComboBox/BKJComboBox.types.js").IBKJComboBoxProps<import("../BKJComboBox/BKJComboBox.types.js").IBKJComboBoxOption<string | number, string, string | number>>, "target" | "name" | "value" | "label" | "checked" | "filter" | "cite" | "data" | "form" | "slot" | "span" | "style" | "summary" | "title" | "id" | "selected" | "disabled" | "variant" | "type" | "start" | "hidden" | "color" | "content" | "size" | "default" | "wrap" | "open" | "multiple" | "width" | "css" | "isOpen" | "overrides" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "defer" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "height" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "muted" | "nonce" | "noValidate" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "shape" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "step" | "useMap" | "wmode" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "lang" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "leftIconProps" | "rightIconProps" | "labelProps" | "fieldSetProps" | "description" | "isRequired" | "error" | "openBorderLocation" | "useFocusBorder" | "options" | "onIsOpenChange" | "allowedAutoPlacements" | "showFullFocusBorder" | "$dropdownHeight"> & import("react").RefAttributes<HTMLInputElement>>, keyof import("react").Component<any, {}, any>>;
|
|
20
18
|
//# sourceMappingURL=BKJPillSelect.styled.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BKJPillSelect.styled.d.ts","sourceRoot":"","sources":["../../../src/components/BKJPillSelect/BKJPillSelect.styled.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,qBAAqB,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAEpF,eAAO,MAAM,UAAU;eAA6B,OAAO;YAE1D,CAAC;AAEF,eAAO,MAAM,YAAY,sOAExB,CAAC;AAEF,eAAO,MAAM,YAAY,uSAUxB,CAAC;AAEF,eAAO,MAAM,gBAAgB;eApBuB,OAAO;;;mBAsB1D,CAAC;AAEF,eAAO,MAAM,oBAAoB,
|
|
1
|
+
{"version":3,"file":"BKJPillSelect.styled.d.ts","sourceRoot":"","sources":["../../../src/components/BKJPillSelect/BKJPillSelect.styled.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,qBAAqB,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAEpF,eAAO,MAAM,UAAU;eAA6B,OAAO;YAE1D,CAAC;AAEF,eAAO,MAAM,YAAY,sOAExB,CAAC;AAEF,eAAO,MAAM,YAAY,uSAUxB,CAAC;AAEF,eAAO,MAAM,gBAAgB;eApBuB,OAAO;;;mBAsB1D,CAAC;AAEF,eAAO,MAAM,oBAAoB,6NAIhC,CAAC;AAEF,eAAO,MAAM,eAAe,yPAgD3B,CAAC;AAEF,eAAO,MAAM,qBAAqB;cAAmC,OAAO;eAAa,OAAO;40MAY/F,CAAC"}
|
|
@@ -21,7 +21,7 @@ export const InputMessage = styled.label `
|
|
|
21
21
|
export const RequiredAsterisk = styled(InputLabel) `
|
|
22
22
|
${InputRequiredAsteriskCSS}
|
|
23
23
|
`;
|
|
24
|
-
export const BKJPillSelectWrapper = styled.
|
|
24
|
+
export const BKJPillSelectWrapper = styled.div `
|
|
25
25
|
${InputWrapperCSS};
|
|
26
26
|
display: flex;
|
|
27
27
|
flex-direction: column;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BKJPillSelect.styled.js","sourceRoot":"","sources":["../../../src/components/BKJPillSelect/BKJPillSelect.styled.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,EAAE,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EACL,YAAY,EACZ,oBAAoB,EACpB,aAAa,EACb,eAAe,EACf,wBAAwB,EACxB,eAAe,EACf,YAAY,GACb,MAAM,WAAW,CAAC;AAGnB,MAAM,CAAC,MAAM,UAAU,GAAG,MAAM,CAAC,KAAK,CAAwB;IAC1D,aAAa;CAChB,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAAG,MAAM,CAAC,KAAK,CAAA;IACpC,oBAAoB;CACvB,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAAG,MAAM,CAAC,KAAK,CAA2D;IAC/F,eAAe;;IAEf,CAAC,EAAE,iBAAiB,EAAE,EAAE,EAAE;IAC1B,IAAI,iBAAiB;QACnB,OAAO,GAAG,CAAA;iBACC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,KAAK,CAAC,MAAM,CAAC,YAAY;OAClD,CAAC;IACJ,OAAO,GAAG,CAAA,EAAE,CAAC;AACf,CAAC;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAAG,MAAM,CAAC,UAAU,CAAC,CAAA;IAC9C,wBAAwB;CAC3B,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAAG,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"BKJPillSelect.styled.js","sourceRoot":"","sources":["../../../src/components/BKJPillSelect/BKJPillSelect.styled.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,EAAE,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EACL,YAAY,EACZ,oBAAoB,EACpB,aAAa,EACb,eAAe,EACf,wBAAwB,EACxB,eAAe,EACf,YAAY,GACb,MAAM,WAAW,CAAC;AAGnB,MAAM,CAAC,MAAM,UAAU,GAAG,MAAM,CAAC,KAAK,CAAwB;IAC1D,aAAa;CAChB,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAAG,MAAM,CAAC,KAAK,CAAA;IACpC,oBAAoB;CACvB,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAAG,MAAM,CAAC,KAAK,CAA2D;IAC/F,eAAe;;IAEf,CAAC,EAAE,iBAAiB,EAAE,EAAE,EAAE;IAC1B,IAAI,iBAAiB;QACnB,OAAO,GAAG,CAAA;iBACC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,KAAK,CAAC,MAAM,CAAC,YAAY;OAClD,CAAC;IACJ,OAAO,GAAG,CAAA,EAAE,CAAC;AACf,CAAC;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAAG,MAAM,CAAC,UAAU,CAAC,CAAA;IAC9C,wBAAwB;CAC3B,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAAG,MAAM,CAAC,GAAG,CAAA;IAC1C,eAAe;;;CAGlB,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAAG,MAAM,CAAC,GAAG,CAAsB;IAC3D,YAAY;IACZ,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,EAAE,EAAE;IACzB,OAAO,SAAS;QACd,CAAC,CAAC,GAAG,CAAA;YACC,YAAY,EAAE;SACjB;QACH,CAAC,CAAC,GAAG,CAAA,qBAAqB,KAAK,CAAC,MAAM,CAAC,KAAK,GAAG,CAAC;AACpD,CAAC;;;;;;;;;IASC,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,EAAE,EAAE,CACzB,CAAC,SAAS;IACV,GAAG,CAAA;;;iCAG0B,KAAK,CAAC,MAAM,CAAC,KAAK;;KAE9C;IACD,CAAC,EAAE,QAAQ,EAAE,EAAE,EAAE,CACjB,CAAC,QAAQ;IACT,GAAG,CAAA;;;;KAIF;IACD,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,EAAE,EAAE,CAC5B,SAAS;IACT,QAAQ;IACR,GAAG,CAAA;;;;KAIF;IACD,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,KAAK,EAAE,EAAE,EAAE,CACnC,CAAC,SAAS;IACV,CAAC,QAAQ;IACT,GAAG,CAAA;;;iCAG0B,KAAK,CAAC,MAAM,CAAC,KAAK;KAC9C;CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAAG,MAAM,CAAC,WAAW,CAAC,CAA2C;IAC/F,CAAC,EAAE,QAAQ,EAAE,EAAE,EAAE,CACjB,QAAQ;IACR,GAAG,CAAA;;;;;;KAMF;;IAED,CAAC,EAAE,SAAS,EAAE,EAAE,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,GAAG,CAAA,EAAE,CAAC,CAAC,CAAC,GAAG,CAAA,EAAE,CAAC;CACjD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BKJPillSelect.test.d.ts","sourceRoot":"","sources":["../../../src/components/BKJPillSelect/BKJPillSelect.test.tsx"],"names":[],"mappings":""}
|