@elliemae/ds-controlled-form 2.3.0-next.8 → 2.3.0-rc.3
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/cjs/controlled-autocomplete/parts/controls/styled.js +2 -2
- package/cjs/controlled-autocomplete/parts/menu-list/MenuList.js +2 -2
- package/cjs/controlled-checkbox/ControlledCheckbox.js +54 -40
- package/cjs/controlled-checkbox/config/useValidateProps.js +2 -2
- package/cjs/controlled-checkbox/react-desc-prop-types.js +32 -0
- package/cjs/controlled-checkbox/utils/styleHelpers.js +4 -4
- package/cjs/controlled-combobox/ComboBoxCTX.js +1 -4
- package/cjs/controlled-combobox/config/useComboBox.js +6 -5
- package/cjs/controlled-combobox/parts/a11y-messages/SelectedValuesAllyMsg.js +7 -2
- package/cjs/controlled-combobox/parts/container/Container.js +2 -16
- package/cjs/controlled-combobox/parts/controls/Controls.js +1 -0
- package/cjs/controlled-combobox/parts/controls/styled.js +3 -3
- package/cjs/controlled-combobox/parts/controls-input/ControlsInput.js +5 -3
- package/cjs/controlled-combobox/parts/controls-input/useControlsInput.js +3 -1
- package/cjs/controlled-combobox/parts/header-list/HeaderList.js +4 -9
- package/cjs/controlled-combobox/parts/header-list/useHeaderListHandlers.js +8 -1
- package/cjs/controlled-combobox/parts/menu-list/MenuList.js +10 -13
- package/cjs/controlled-combobox/parts/menu-list/styled.js +4 -0
- package/cjs/controlled-combobox/parts/menu-list/useItemRenderer.js +4 -7
- package/cjs/controlled-combobox/parts/multi-selected-values-container/MultiSelectedValuesContainer.js +18 -8
- package/cjs/controlled-combobox/react-desc-prop-types.js +1 -1
- package/cjs/controlled-combobox/utils/hooks/useKeyboardNavigation.js +2 -5
- package/cjs/controlled-date-time-picker/parts/ControlledDateTimePickerContent.js +2 -2
- package/cjs/controlled-date-time-picker/parts/DateInputs/DateInputs.js +2 -2
- package/cjs/controlled-date-time-picker/parts/Pickers/Calendar/Styleds.js +2 -2
- package/cjs/controlled-date-time-picker/parts/Pickers/TimeWheel/Styleds.js +2 -2
- package/cjs/controlled-date-time-picker/parts/Styleds.js +6 -6
- package/cjs/controlled-date-time-picker/parts/TimeInputs/TimeInputs.js +2 -2
- package/esm/controlled-checkbox/ControlledCheckbox.js +49 -37
- package/esm/controlled-checkbox/config/useValidateProps.js +2 -2
- package/esm/controlled-checkbox/react-desc-prop-types.js +23 -0
- package/esm/controlled-checkbox/utils/styleHelpers.js +4 -4
- package/esm/controlled-combobox/ComboBoxCTX.js +2 -5
- package/esm/controlled-combobox/config/useComboBox.js +7 -6
- package/esm/controlled-combobox/parts/a11y-messages/SelectedValuesAllyMsg.js +7 -2
- package/esm/controlled-combobox/parts/container/Container.js +2 -16
- package/esm/controlled-combobox/parts/controls/Controls.js +1 -0
- package/esm/controlled-combobox/parts/controls-input/ControlsInput.js +5 -3
- package/esm/controlled-combobox/parts/controls-input/useControlsInput.js +3 -1
- package/esm/controlled-combobox/parts/header-list/HeaderList.js +4 -9
- package/esm/controlled-combobox/parts/header-list/useHeaderListHandlers.js +8 -1
- package/esm/controlled-combobox/parts/menu-list/MenuList.js +12 -15
- package/esm/controlled-combobox/parts/menu-list/styled.js +4 -1
- package/esm/controlled-combobox/parts/menu-list/useItemRenderer.js +2 -5
- package/esm/controlled-combobox/parts/multi-selected-values-container/MultiSelectedValuesContainer.js +19 -8
- package/esm/controlled-combobox/react-desc-prop-types.js +1 -1
- package/esm/controlled-combobox/utils/hooks/useKeyboardNavigation.js +2 -5
- package/package.json +13 -29
- package/types/controlled-checkbox/ControlledCheckbox.d.ts +4 -70
- package/types/controlled-checkbox/config/useValidateProps.d.ts +2 -2
- package/types/controlled-checkbox/react-desc-prop-types.d.ts +32 -0
- package/types/controlled-checkbox/styles.d.ts +3 -3
- package/types/controlled-checkbox/utils/setMultipleRefs.d.ts +1 -1
- package/types/controlled-checkbox/utils/styleHelpers.d.ts +3 -3
- package/types/controlled-combobox/config/useComboBox.d.ts +1 -1
- package/types/controlled-combobox/parts/controls/useOnPillsNavigation.d.ts +2 -2
- package/types/controlled-combobox/parts/header-list/useHeaderListHandlers.d.ts +2 -1
- package/types/controlled-combobox/parts/menu-list/styled.d.ts +1 -0
- package/types/controlled-combobox/parts/menu-list/useItemRenderer.d.ts +2 -2
- package/types/controlled-combobox/react-desc-prop-types.d.ts +9 -5
- package/types/controlled-combobox/sharedTypes.d.ts +0 -2
- package/cjs/controlled-checkbox/index.d.js +0 -2
- package/cjs/controlled-checkbox/propTypes.js +0 -22
- package/cjs/controlled-combobox/parts/dropdown-indicator/index.js +0 -2
- package/cjs/controlled-combobox/parts/empty-state/index.js +0 -23
- package/cjs/controlled-combobox/parts/empty-state/styled.js +0 -19
- package/cjs/controlled-combobox/parts/multi-selected-values-container/styled.js +0 -23
- package/esm/controlled-checkbox/index.d.js +0 -1
- package/esm/controlled-checkbox/propTypes.js +0 -18
- package/esm/controlled-combobox/parts/dropdown-indicator/index.js +0 -1
- package/esm/controlled-combobox/parts/empty-state/index.js +0 -15
- package/esm/controlled-combobox/parts/empty-state/styled.js +0 -10
- package/esm/controlled-combobox/parts/multi-selected-values-container/styled.js +0 -13
- package/types/controlled-checkbox/index.d.d.ts +0 -29
- package/types/controlled-checkbox/propTypes.d.ts +0 -60
- package/types/controlled-combobox/parts/dropdown-indicator/index.d.ts +0 -0
- package/types/controlled-combobox/parts/empty-state/index.d.ts +0 -3
- package/types/controlled-combobox/parts/empty-state/styled.d.ts +0 -2
- package/types/controlled-combobox/parts/multi-selected-values-container/styled.d.ts +0 -3
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const useItemRenderer: () => Array<
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const useItemRenderer: () => Array<JSX.Element> | undefined;
|
|
3
3
|
export { useItemRenderer };
|
|
@@ -13,7 +13,7 @@ export declare namespace DSComboboxT {
|
|
|
13
13
|
label: string;
|
|
14
14
|
}
|
|
15
15
|
interface ItemOption extends CommonItemOptions {
|
|
16
|
-
value:
|
|
16
|
+
value: string;
|
|
17
17
|
label: string;
|
|
18
18
|
type: 'option';
|
|
19
19
|
}
|
|
@@ -23,16 +23,18 @@ export declare namespace DSComboboxT {
|
|
|
23
23
|
}
|
|
24
24
|
type OptionTypes = ItemOption | ItemSectionOptions | ItemSeparatorOptions | ItemCreatableOption;
|
|
25
25
|
type SelectedOptionsT = ItemOption[] | ItemOption | null;
|
|
26
|
-
interface
|
|
26
|
+
interface PropsOptional {
|
|
27
|
+
innerRef: React.RefObject<HTMLInputElement>;
|
|
28
|
+
}
|
|
29
|
+
interface DefaultProps {
|
|
27
30
|
placeholder?: string;
|
|
28
31
|
options: OptionTypes[];
|
|
29
32
|
selectedValues: SelectedOptionsT;
|
|
30
33
|
hasError?: boolean;
|
|
31
34
|
inline?: boolean;
|
|
32
35
|
autoFocus?: boolean;
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
placementOrderPreference: string[];
|
|
36
|
+
startPlacementPreference?: string;
|
|
37
|
+
placementOrderPreference?: string[];
|
|
36
38
|
withoutPortal?: boolean;
|
|
37
39
|
zIndex?: number;
|
|
38
40
|
inputMinWidth?: number;
|
|
@@ -49,5 +51,7 @@ export declare namespace DSComboboxT {
|
|
|
49
51
|
onMenuOpen?: () => void;
|
|
50
52
|
onCancel?: () => void;
|
|
51
53
|
}
|
|
54
|
+
interface Props extends DefaultProps, PropsOptional {
|
|
55
|
+
}
|
|
52
56
|
}
|
|
53
57
|
export declare const ComboboxPropTypes: any;
|
|
@@ -19,8 +19,6 @@ export declare namespace DSComboboxInternalsT {
|
|
|
19
19
|
controlsWrapperRef: React.RefObject<HTMLDivElement>;
|
|
20
20
|
selectAllCheckboxRef: React.RefObject<HTMLInputElement>;
|
|
21
21
|
toggleSelectionButtonRef: React.RefObject<HTMLButtonElement>;
|
|
22
|
-
showSelectedValue: boolean;
|
|
23
|
-
setShowSelectedValue: React.Dispatch<React.SetStateAction<boolean>>;
|
|
24
22
|
focusOptionIdx: string;
|
|
25
23
|
setCurrentOption: React.Dispatch<React.SetStateAction<string>>;
|
|
26
24
|
showSelectedOptions: boolean;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var reactDesc = require('react-desc');
|
|
6
|
-
|
|
7
|
-
const propTypes = {
|
|
8
|
-
checked: reactDesc.PropTypes.oneOfType([reactDesc.PropTypes.bool, reactDesc.PropTypes.oneOf(['mixed'])]).isRequired.description('Whether the checkbox is invalid or not.'),
|
|
9
|
-
value: reactDesc.PropTypes.string.description('Checkbox value property.'),
|
|
10
|
-
name: reactDesc.PropTypes.string.isRequired.description('Checkbox name property.'),
|
|
11
|
-
label: reactDesc.PropTypes.string.description('Checkbox Label property. This label is also going to be used as an aria-label for screen readers.'),
|
|
12
|
-
id: reactDesc.PropTypes.string.isRequired.description('Checkbox unique id property, this property is required for accesibility purposes.'),
|
|
13
|
-
readOnly: reactDesc.PropTypes.bool.description('Checkbox readOnly property.'),
|
|
14
|
-
hasError: reactDesc.PropTypes.bool.description('Whether the checkbox has error or not.'),
|
|
15
|
-
disabled: reactDesc.PropTypes.bool.description('Whether the checkbox is disabled or not.'),
|
|
16
|
-
ariaControls: reactDesc.PropTypes.string.description('This string is required when you use a mixed checkbox. It contains all the ids that this checkbox is controlling.'),
|
|
17
|
-
ariaLabel: reactDesc.PropTypes.string.description('Checkbox aria-label property. This property is going to be required if there is no label property added.'),
|
|
18
|
-
innerRef: reactDesc.PropTypes.oneOfType([reactDesc.PropTypes.func, reactDesc.PropTypes.object]).description('Checkbox input ref.'),
|
|
19
|
-
autoFocus: reactDesc.PropTypes.bool.description('Whether you want the checkbox to be autofocused on render')
|
|
20
|
-
};
|
|
21
|
-
|
|
22
|
-
exports.propTypes = propTypes;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var _jsx = require('@babel/runtime/helpers/jsx');
|
|
6
|
-
var React = require('react');
|
|
7
|
-
var ComboBoxCTX = require('../../ComboBoxCTX.js');
|
|
8
|
-
var styled = require('./styled.js');
|
|
9
|
-
|
|
10
|
-
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
11
|
-
|
|
12
|
-
var _jsx__default = /*#__PURE__*/_interopDefaultLegacy(_jsx);
|
|
13
|
-
|
|
14
|
-
var _StyledNoResults;
|
|
15
|
-
|
|
16
|
-
const EmptyState = () => {
|
|
17
|
-
React.useContext(ComboBoxCTX.ComboBoxContext);
|
|
18
|
-
return /*#__PURE__*/_jsx__default["default"](styled.StyledNoResultsWrapper, {
|
|
19
|
-
id: "id-no-results"
|
|
20
|
-
}, void 0, _StyledNoResults || (_StyledNoResults = /*#__PURE__*/_jsx__default["default"](styled.StyledNoResults, {}, void 0, "No matches found")));
|
|
21
|
-
};
|
|
22
|
-
|
|
23
|
-
exports.EmptyState = EmptyState;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var styled = require('styled-components');
|
|
6
|
-
|
|
7
|
-
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
|
-
|
|
9
|
-
var styled__default = /*#__PURE__*/_interopDefaultLegacy(styled);
|
|
10
|
-
|
|
11
|
-
const StyledNoResultsWrapper = /*#__PURE__*/styled__default["default"].div.withConfig({
|
|
12
|
-
componentId: "sc-1j46c03-0"
|
|
13
|
-
})(["padding:16px;"]);
|
|
14
|
-
const StyledNoResults = /*#__PURE__*/styled__default["default"].span.withConfig({
|
|
15
|
-
componentId: "sc-1j46c03-1"
|
|
16
|
-
})([""]);
|
|
17
|
-
|
|
18
|
-
exports.StyledNoResults = StyledNoResults;
|
|
19
|
-
exports.StyledNoResultsWrapper = StyledNoResultsWrapper;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var styled = require('styled-components');
|
|
6
|
-
|
|
7
|
-
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
|
-
|
|
9
|
-
var styled__default = /*#__PURE__*/_interopDefaultLegacy(styled);
|
|
10
|
-
|
|
11
|
-
const StyledGroupedPillPopoverContent = /*#__PURE__*/styled__default["default"].div.withConfig({
|
|
12
|
-
componentId: "sc-1yaq41r-0"
|
|
13
|
-
})(["padding:10px;background-color:#fff;"]);
|
|
14
|
-
const StyledGroupPillWrapper = /*#__PURE__*/styled__default["default"].div.withConfig({
|
|
15
|
-
componentId: "sc-1yaq41r-1"
|
|
16
|
-
})([""]);
|
|
17
|
-
const StyledA11ySelectedValues = /*#__PURE__*/styled__default["default"].span.withConfig({
|
|
18
|
-
componentId: "sc-1yaq41r-2"
|
|
19
|
-
})(["width:1px;height:1px;position:absolute;clip:rect(1px,1px,1px,1px);"]);
|
|
20
|
-
|
|
21
|
-
exports.StyledA11ySelectedValues = StyledA11ySelectedValues;
|
|
22
|
-
exports.StyledGroupPillWrapper = StyledGroupPillWrapper;
|
|
23
|
-
exports.StyledGroupedPillPopoverContent = StyledGroupedPillPopoverContent;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { PropTypes } from 'react-desc';
|
|
2
|
-
|
|
3
|
-
const propTypes = {
|
|
4
|
-
checked: PropTypes.oneOfType([PropTypes.bool, PropTypes.oneOf(['mixed'])]).isRequired.description('Whether the checkbox is invalid or not.'),
|
|
5
|
-
value: PropTypes.string.description('Checkbox value property.'),
|
|
6
|
-
name: PropTypes.string.isRequired.description('Checkbox name property.'),
|
|
7
|
-
label: PropTypes.string.description('Checkbox Label property. This label is also going to be used as an aria-label for screen readers.'),
|
|
8
|
-
id: PropTypes.string.isRequired.description('Checkbox unique id property, this property is required for accesibility purposes.'),
|
|
9
|
-
readOnly: PropTypes.bool.description('Checkbox readOnly property.'),
|
|
10
|
-
hasError: PropTypes.bool.description('Whether the checkbox has error or not.'),
|
|
11
|
-
disabled: PropTypes.bool.description('Whether the checkbox is disabled or not.'),
|
|
12
|
-
ariaControls: PropTypes.string.description('This string is required when you use a mixed checkbox. It contains all the ids that this checkbox is controlling.'),
|
|
13
|
-
ariaLabel: PropTypes.string.description('Checkbox aria-label property. This property is going to be required if there is no label property added.'),
|
|
14
|
-
innerRef: PropTypes.oneOfType([PropTypes.func, PropTypes.object]).description('Checkbox input ref.'),
|
|
15
|
-
autoFocus: PropTypes.bool.description('Whether you want the checkbox to be autofocused on render')
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
export { propTypes };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import _jsx from '@babel/runtime/helpers/esm/jsx';
|
|
2
|
-
import { useContext } from 'react';
|
|
3
|
-
import { ComboBoxContext } from '../../ComboBoxCTX.js';
|
|
4
|
-
import { StyledNoResultsWrapper, StyledNoResults } from './styled.js';
|
|
5
|
-
|
|
6
|
-
var _StyledNoResults;
|
|
7
|
-
|
|
8
|
-
const EmptyState = () => {
|
|
9
|
-
useContext(ComboBoxContext);
|
|
10
|
-
return /*#__PURE__*/_jsx(StyledNoResultsWrapper, {
|
|
11
|
-
id: "id-no-results"
|
|
12
|
-
}, void 0, _StyledNoResults || (_StyledNoResults = /*#__PURE__*/_jsx(StyledNoResults, {}, void 0, "No matches found")));
|
|
13
|
-
};
|
|
14
|
-
|
|
15
|
-
export { EmptyState };
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import styled from 'styled-components';
|
|
2
|
-
|
|
3
|
-
const StyledNoResultsWrapper = /*#__PURE__*/styled.div.withConfig({
|
|
4
|
-
componentId: "sc-1j46c03-0"
|
|
5
|
-
})(["padding:16px;"]);
|
|
6
|
-
const StyledNoResults = /*#__PURE__*/styled.span.withConfig({
|
|
7
|
-
componentId: "sc-1j46c03-1"
|
|
8
|
-
})([""]);
|
|
9
|
-
|
|
10
|
-
export { StyledNoResults, StyledNoResultsWrapper };
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import styled from 'styled-components';
|
|
2
|
-
|
|
3
|
-
const StyledGroupedPillPopoverContent = /*#__PURE__*/styled.div.withConfig({
|
|
4
|
-
componentId: "sc-1yaq41r-0"
|
|
5
|
-
})(["padding:10px;background-color:#fff;"]);
|
|
6
|
-
const StyledGroupPillWrapper = /*#__PURE__*/styled.div.withConfig({
|
|
7
|
-
componentId: "sc-1yaq41r-1"
|
|
8
|
-
})([""]);
|
|
9
|
-
const StyledA11ySelectedValues = /*#__PURE__*/styled.span.withConfig({
|
|
10
|
-
componentId: "sc-1yaq41r-2"
|
|
11
|
-
})(["width:1px;height:1px;position:absolute;clip:rect(1px,1px,1px,1px);"]);
|
|
12
|
-
|
|
13
|
-
export { StyledA11ySelectedValues, StyledGroupPillWrapper, StyledGroupedPillPopoverContent };
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
export interface DSControlledCheckboxPropsT {
|
|
2
|
-
checked: boolean | 'mixed';
|
|
3
|
-
name: string;
|
|
4
|
-
label?: string;
|
|
5
|
-
value?: string;
|
|
6
|
-
onChange: () => void;
|
|
7
|
-
onBlur: () => void;
|
|
8
|
-
onFocus: () => void;
|
|
9
|
-
ariaControls?: string;
|
|
10
|
-
ariaLabel?: string;
|
|
11
|
-
id?: string;
|
|
12
|
-
readOnly?: boolean;
|
|
13
|
-
tabIndex?: number;
|
|
14
|
-
hasError?: boolean;
|
|
15
|
-
disabled?: boolean;
|
|
16
|
-
innerRef?: (ref: HTMLInputElement) => void;
|
|
17
|
-
autoFocus?: boolean;
|
|
18
|
-
}
|
|
19
|
-
export interface StyledCheckBoxT {
|
|
20
|
-
checked: boolean | 'mixed';
|
|
21
|
-
readOnly: boolean;
|
|
22
|
-
hasError: boolean;
|
|
23
|
-
disabled: boolean;
|
|
24
|
-
}
|
|
25
|
-
export interface StyledLabelT {
|
|
26
|
-
disabled: boolean;
|
|
27
|
-
readOnly: boolean;
|
|
28
|
-
checked: boolean | 'mixed';
|
|
29
|
-
}
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
/// <reference path="../../../../../shared/typings/react-desc.d.ts" />
|
|
2
|
-
export declare const propTypes: {
|
|
3
|
-
checked: any;
|
|
4
|
-
value: {
|
|
5
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
6
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
7
|
-
};
|
|
8
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
9
|
-
};
|
|
10
|
-
name: any;
|
|
11
|
-
label: {
|
|
12
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
13
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
14
|
-
};
|
|
15
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
16
|
-
};
|
|
17
|
-
id: any;
|
|
18
|
-
readOnly: {
|
|
19
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
20
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
21
|
-
};
|
|
22
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
23
|
-
};
|
|
24
|
-
hasError: {
|
|
25
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
26
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
27
|
-
};
|
|
28
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
29
|
-
};
|
|
30
|
-
disabled: {
|
|
31
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
32
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
33
|
-
};
|
|
34
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
35
|
-
};
|
|
36
|
-
ariaControls: {
|
|
37
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
38
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
39
|
-
};
|
|
40
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
41
|
-
};
|
|
42
|
-
ariaLabel: {
|
|
43
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
44
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
45
|
-
};
|
|
46
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
47
|
-
};
|
|
48
|
-
innerRef: {
|
|
49
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
50
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
51
|
-
};
|
|
52
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
53
|
-
};
|
|
54
|
-
autoFocus: {
|
|
55
|
-
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
56
|
-
deprecated: import("react-desc").PropTypesDescValidator;
|
|
57
|
-
};
|
|
58
|
-
isRequired: import("react-desc").PropTypesDescValue;
|
|
59
|
-
};
|
|
60
|
-
};
|
|
File without changes
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export declare const StyledNoResultsWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
2
|
-
export declare const StyledNoResults: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export declare const StyledGroupedPillPopoverContent: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
2
|
-
export declare const StyledGroupPillWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
3
|
-
export declare const StyledA11ySelectedValues: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>;
|