@carbon/web-components 2.0.0-alpha.0 → 2.0.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +19 -19
- package/custom-elements.json +474 -200
- package/es/components/accordion/accordion-item-skeleton.d.ts +20 -0
- package/es/components/accordion/accordion-item-skeleton.d.ts.map +1 -0
- package/es/components/accordion/accordion-item-skeleton.js +60 -0
- package/es/components/accordion/accordion-item-skeleton.js.map +1 -0
- package/es/components/accordion/accordion-item.d.ts +5 -4
- package/es/components/accordion/accordion-item.d.ts.map +1 -1
- package/es/components/accordion/accordion-item.js +24 -9
- package/es/components/accordion/accordion-item.js.map +1 -1
- package/es/components/accordion/accordion-skeleton.d.ts +40 -0
- package/es/components/accordion/accordion-skeleton.d.ts.map +1 -0
- package/es/components/accordion/accordion-skeleton.js +166 -0
- package/es/components/accordion/accordion-skeleton.js.map +1 -0
- package/es/components/accordion/accordion.css.js +1 -1
- package/es/components/accordion/accordion.d.ts +2 -2
- package/es/components/accordion/accordion.d.ts.map +1 -1
- package/es/components/accordion/accordion.js +5 -5
- package/es/components/accordion/accordion.js.map +1 -1
- package/es/components/accordion/accordion.rtl.css.js +1 -1
- package/es/components/accordion/index.d.ts +3 -1
- package/es/components/accordion/index.d.ts.map +1 -1
- package/es/components/accordion/index.js +3 -1
- package/es/components/accordion/index.js.map +1 -1
- package/es/components/breadcrumb/breadcrumb-item.d.ts +2 -2
- package/es/components/breadcrumb/breadcrumb-item.d.ts.map +1 -1
- package/es/components/breadcrumb/breadcrumb-item.js +5 -5
- package/es/components/breadcrumb/breadcrumb-item.js.map +1 -1
- package/es/components/breadcrumb/breadcrumb-link.d.ts +4 -3
- package/es/components/breadcrumb/breadcrumb-link.d.ts.map +1 -1
- package/es/components/breadcrumb/breadcrumb-link.js +20 -6
- package/es/components/breadcrumb/breadcrumb-link.js.map +1 -1
- package/es/components/breadcrumb/breadcrumb-overflow-menu.d.ts +3 -3
- package/es/components/breadcrumb/breadcrumb-overflow-menu.d.ts.map +1 -1
- package/es/components/breadcrumb/breadcrumb-overflow-menu.js +6 -6
- package/es/components/breadcrumb/breadcrumb-overflow-menu.js.map +1 -1
- package/es/components/breadcrumb/breadcrumb-skeleton.d.ts +19 -0
- package/es/components/breadcrumb/breadcrumb-skeleton.d.ts.map +1 -0
- package/es/components/breadcrumb/breadcrumb-skeleton.js +59 -0
- package/es/components/breadcrumb/breadcrumb-skeleton.js.map +1 -0
- package/es/components/breadcrumb/breadcrumb.css.js +1 -1
- package/es/components/breadcrumb/breadcrumb.d.ts +6 -2
- package/es/components/breadcrumb/breadcrumb.d.ts.map +1 -1
- package/es/components/breadcrumb/breadcrumb.js +30 -10
- package/es/components/breadcrumb/breadcrumb.js.map +1 -1
- package/es/components/breadcrumb/breadcrumb.rtl.css.js +1 -1
- package/es/components/breadcrumb/index.d.ts +2 -1
- package/es/components/breadcrumb/index.d.ts.map +1 -1
- package/es/components/breadcrumb/index.js +2 -1
- package/es/components/breadcrumb/index.js.map +1 -1
- package/es/components/button/button-set.d.ts +32 -0
- package/es/components/button/button-set.d.ts.map +1 -0
- package/es/components/button/button-set.js +92 -0
- package/es/components/button/button-set.js.map +1 -0
- package/es/components/button/button.css.js +1 -1
- package/es/components/button/button.d.ts +47 -8
- package/es/components/button/button.d.ts.map +1 -1
- package/es/components/button/button.js +187 -34
- package/es/components/button/button.js.map +1 -1
- package/es/components/button/button.rtl.css.js +1 -1
- package/es/components/button/defs.d.ts +60 -14
- package/es/components/button/defs.d.ts.map +1 -1
- package/es/components/button/defs.js +34 -11
- package/es/components/button/defs.js.map +1 -1
- package/es/components/button/index.d.ts +2 -1
- package/es/components/button/index.d.ts.map +1 -1
- package/es/components/button/index.js +2 -1
- package/es/components/button/index.js.map +1 -1
- package/es/components/checkbox/checkbox.css.js +1 -1
- package/es/components/checkbox/checkbox.rtl.css.js +1 -1
- package/es/components/code-snippet/code-snippet.css.js +1 -1
- package/es/components/code-snippet/code-snippet.rtl.css.js +1 -1
- package/es/components/combo-box/combo-box.css.js +1 -1
- package/es/components/combo-box/combo-box.rtl.css.js +1 -1
- package/es/components/data-table/data-table.css.js +1 -1
- package/es/components/data-table/data-table.rtl.css.js +1 -1
- package/es/components/date-picker/date-picker.css.js +1 -1
- package/es/components/date-picker/date-picker.rtl.css.js +1 -1
- package/es/components/dropdown/dropdown.css.js +1 -1
- package/es/components/dropdown/dropdown.rtl.css.js +1 -1
- package/es/components/file-uploader/file-uploader.css.js +1 -1
- package/es/components/file-uploader/file-uploader.rtl.css.js +1 -1
- package/es/components/form/form-item.css.js +1 -1
- package/es/components/form/form-item.rtl.css.js +1 -1
- package/es/components/input/input.css.js +1 -1
- package/es/components/input/input.rtl.css.js +1 -1
- package/es/components/layer/index.d.ts +11 -0
- package/es/components/layer/index.d.ts.map +1 -0
- package/es/components/layer/index.js +11 -0
- package/es/components/layer/index.js.map +1 -0
- package/es/components/layer/layer.css.js +12 -0
- package/es/components/layer/layer.d.ts +36 -0
- package/es/components/layer/layer.d.ts.map +1 -0
- package/es/components/layer/layer.js +117 -0
- package/es/components/layer/layer.js.map +1 -0
- package/es/components/layer/layer.rtl.css.js +12 -0
- package/es/components/link/link.d.ts +16 -8
- package/es/components/link/link.d.ts.map +1 -1
- package/es/components/link/link.js +41 -9
- package/es/components/link/link.js.map +1 -1
- package/es/components/multi-select/multi-select.css.js +1 -1
- package/es/components/multi-select/multi-select.rtl.css.js +1 -1
- package/es/components/number-input/number-input.css.js +1 -1
- package/es/components/number-input/number-input.rtl.css.js +1 -1
- package/es/components/pagination/pagination.css.js +1 -1
- package/es/components/pagination/pagination.rtl.css.js +1 -1
- package/es/components/radio-button/radio-button-group.d.ts +16 -4
- package/es/components/radio-button/radio-button-group.d.ts.map +1 -1
- package/es/components/radio-button/radio-button-group.js +55 -8
- package/es/components/radio-button/radio-button-group.js.map +1 -1
- package/es/components/radio-button/radio-button.css.js +1 -1
- package/es/components/radio-button/radio-button.d.ts +12 -4
- package/es/components/radio-button/radio-button.d.ts.map +1 -1
- package/es/components/radio-button/radio-button.js +44 -12
- package/es/components/radio-button/radio-button.js.map +1 -1
- package/es/components/radio-button/radio-button.rtl.css.js +1 -1
- package/es/components/search/search.css.js +1 -1
- package/es/components/search/search.rtl.css.js +1 -1
- package/es/components/select/select.css.js +1 -1
- package/es/components/select/select.rtl.css.js +1 -1
- package/es/components/slider/slider.css.js +1 -1
- package/es/components/slider/slider.rtl.css.js +1 -1
- package/es/components/tabs/tabs.css.js +1 -1
- package/es/components/tabs/tabs.rtl.css.js +1 -1
- package/es/components/tag/defs.d.ts +3 -3
- package/es/components/tag/defs.d.ts.map +1 -1
- package/es/components/tag/defs.js +2 -2
- package/es/components/tag/defs.js.map +1 -1
- package/es/components/tag/index.d.ts +1 -2
- package/es/components/tag/index.d.ts.map +1 -1
- package/es/components/tag/index.js +1 -2
- package/es/components/tag/index.js.map +1 -1
- package/es/components/tag/tag.css.js +1 -1
- package/es/components/tag/tag.d.ts +660 -3
- package/es/components/tag/tag.d.ts.map +1 -1
- package/es/components/tag/tag.js +160 -13
- package/es/components/tag/tag.js.map +1 -1
- package/es/components/tag/tag.rtl.css.js +1 -1
- package/es/components/textarea/textarea.css.js +1 -1
- package/es/components/textarea/textarea.rtl.css.js +1 -1
- package/es/components/tile/expandable-tile.d.ts +5 -5
- package/es/components/tile/expandable-tile.d.ts.map +1 -1
- package/es/components/tile/expandable-tile.js +50 -36
- package/es/components/tile/expandable-tile.js.map +1 -1
- package/es/components/tile/radio-tile.d.ts +6 -338
- package/es/components/tile/radio-tile.d.ts.map +1 -1
- package/es/components/tile/radio-tile.js +36 -127
- package/es/components/tile/radio-tile.js.map +1 -1
- package/es/components/tile/selectable-tile.d.ts +322 -1
- package/es/components/tile/selectable-tile.d.ts.map +1 -1
- package/es/components/tile/selectable-tile.js +26 -10
- package/es/components/tile/selectable-tile.js.map +1 -1
- package/es/components/tile/tile-group.d.ts +380 -3
- package/es/components/tile/tile-group.d.ts.map +1 -1
- package/es/components/tile/tile-group.js +336 -19
- package/es/components/tile/tile-group.js.map +1 -1
- package/es/components/tile/tile.css.js +1 -1
- package/es/components/tile/tile.rtl.css.js +1 -1
- package/es/components/toggle/toggle.css.js +1 -1
- package/es/components/toggle/toggle.d.ts +13 -5
- package/es/components/toggle/toggle.d.ts.map +1 -1
- package/es/components/toggle/toggle.js +46 -15
- package/es/components/toggle/toggle.js.map +1 -1
- package/es/components/toggle/toggle.rtl.css.js +1 -1
- package/es/components/toggle-tip/toggletip.css.js +1 -1
- package/es/components/toggle-tip/toggletip.d.ts +5 -1
- package/es/components/toggle-tip/toggletip.d.ts.map +1 -1
- package/es/components/toggle-tip/toggletip.js +12 -12
- package/es/components/toggle-tip/toggletip.js.map +1 -1
- package/es/components/toggle-tip/toggletip.rtl.css.js +1 -1
- package/es/components/tooltip/tooltip-body.d.ts.map +1 -1
- package/es/components/tooltip/tooltip-body.js +1 -5
- package/es/components/tooltip/tooltip-body.js.map +1 -1
- package/es/components/tooltip/tooltip.css.js +1 -1
- package/es/components/tooltip/tooltip.d.ts +1 -2
- package/es/components/tooltip/tooltip.d.ts.map +1 -1
- package/es/components/tooltip/tooltip.js +9 -3
- package/es/components/tooltip/tooltip.js.map +1 -1
- package/es/components/tooltip/tooltip.rtl.css.js +1 -1
- package/es/components-react/accordion/accordion-item-skeleton.d.ts +15 -0
- package/es/components-react/accordion/accordion-item-skeleton.js +21 -0
- package/es/components-react/accordion/accordion-item.d.ts +2 -2
- package/es/components-react/accordion/accordion-skeleton.d.ts +15 -0
- package/es/components-react/accordion/accordion-skeleton.js +21 -0
- package/es/components-react/accordion/accordion.d.ts +2 -2
- package/es/components-react/breadcrumb/breadcrumb-item.d.ts +2 -2
- package/es/components-react/breadcrumb/breadcrumb-link.d.ts +2 -2
- package/es/components-react/breadcrumb/breadcrumb-overflow-menu.d.ts +2 -2
- package/es/components-react/breadcrumb/breadcrumb-skeleton.d.ts +15 -0
- package/es/components-react/breadcrumb/breadcrumb-skeleton.js +21 -0
- package/es/components-react/breadcrumb/breadcrumb.d.ts +2 -2
- package/es/components-react/button/button-set.d.ts +15 -0
- package/es/components-react/button/button-set.js +21 -0
- package/es/components-react/button/button.js +7 -1
- package/es/components-react/layer/index.d.ts +14 -0
- package/es/components-react/layer/index.js +8 -0
- package/es/components-react/layer/layer.d.ts +19 -0
- package/es/components-react/{tag/filter-tag.js → layer/layer.js} +5 -10
- package/es/components-react/link/link.d.ts +2 -2
- package/es/components-react/radio-button/radio-button-group.d.ts +2 -2
- package/es/components-react/radio-button/radio-button.d.ts +2 -2
- package/es/components-react/tag/tag.d.ts +11 -2
- package/es/components-react/tag/tag.js +12 -2
- package/es/components-react/tile/radio-tile.d.ts +8 -3
- package/es/components-react/tile/radio-tile.js +8 -2
- package/es/components-react/tile/tile-group.d.ts +10 -2
- package/es/components-react/tile/tile-group.js +12 -2
- package/es/components-react/toggle/toggle.d.ts +2 -2
- package/es/globals/internal/radio-group-manager.d.ts +3 -2
- package/es/globals/internal/radio-group-manager.d.ts.map +1 -1
- package/es/globals/internal/radio-group-manager.js +5 -4
- package/es/globals/internal/radio-group-manager.js.map +1 -1
- package/es/index.d.ts +0 -1
- package/es/index.d.ts.map +1 -1
- package/es/index.js +0 -1
- package/es/index.js.map +1 -1
- package/lib/components/button/defs.js +36 -13
- package/lib/components/button/defs.js.map +1 -1
- package/lib/components/tag/defs.js +2 -2
- package/lib/components/tag/defs.js.map +1 -1
- package/lib/components-react-node/accordion/accordion-item-skeleton.js +36 -0
- package/lib/components-react-node/accordion/accordion-skeleton.js +36 -0
- package/lib/components-react-node/breadcrumb/breadcrumb-skeleton.js +36 -0
- package/lib/components-react-node/button/button-set.js +36 -0
- package/lib/components-react-node/button/button.js +18 -6
- package/lib/components-react-node/layer/index.js +9 -0
- package/lib/components-react-node/{tag/filter-tag.js → layer/layer.js} +4 -21
- package/lib/components-react-node/tag/tag.js +12 -2
- package/lib/components-react-node/tile/radio-tile.js +8 -2
- package/lib/components-react-node/tile/tile-group.js +12 -2
- package/package.json +6 -7
- package/scss/components/accordion/accordion.scss +24 -10
- package/scss/components/breadcrumb/breadcrumb.scss +6 -3
- package/scss/components/button/button.scss +16 -34
- package/scss/components/combo-box/combo-box.scss +0 -1
- package/scss/components/layer/layer.scss +29 -0
- package/scss/components/radio-button/radio-button.scss +6 -6
- package/scss/components/tag/tag.scss +69 -72
- package/scss/components/tile/tile.scss +38 -16
- package/scss/components/toggle/toggle.scss +4 -0
- package/CHANGELOG.md +0 -87
- package/es/components/tag/filter-tag.d.ts +0 -680
- package/es/components/tag/filter-tag.d.ts.map +0 -1
- package/es/components/tag/filter-tag.js +0 -194
- package/es/components/tag/filter-tag.js.map +0 -1
- package/es/components-react/tag/filter-tag.d.ts +0 -24
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*
|
|
4
|
+
* Copyright IBM Corp. 2019, 2020
|
|
5
|
+
*
|
|
6
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
7
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
|
+
*/
|
|
9
|
+
export { default as CustomElement } from '../../components/breadcrumb/breadcrumb-skeleton.js';
|
|
10
|
+
import createReactCustomElementType from '../../globals/wrappers/createReactCustomElementType.js';
|
|
11
|
+
import PropTypes from 'prop-types';
|
|
12
|
+
import settings from 'carbon-components/es/globals/js/settings.js';
|
|
13
|
+
var prefix = settings.prefix;
|
|
14
|
+
export var descriptor = {};
|
|
15
|
+
export var propTypes = {};
|
|
16
|
+
const Component = createReactCustomElementType(
|
|
17
|
+
''.concat(prefix, '-breadcrumb-skeleton'),
|
|
18
|
+
descriptor
|
|
19
|
+
);
|
|
20
|
+
Component.propTypes = propTypes;
|
|
21
|
+
export default Component;
|
|
@@ -11,5 +11,5 @@ export interface ComponentProps {
|
|
|
11
11
|
[prop: string]: unknown;
|
|
12
12
|
}
|
|
13
13
|
/*[object Object]*/
|
|
14
|
-
declare class
|
|
15
|
-
export default
|
|
14
|
+
declare class CDSBreadcrumb extends Component<ComponentProps> {}
|
|
15
|
+
export default CDSBreadcrumb;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*
|
|
4
|
+
* Copyright IBM Corp. 2019, 2020
|
|
5
|
+
*
|
|
6
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
7
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
|
+
*/
|
|
9
|
+
import { Component } from 'react';
|
|
10
|
+
export interface ComponentProps {
|
|
11
|
+
[prop: string]: unknown;
|
|
12
|
+
}
|
|
13
|
+
/*[object Object]*/
|
|
14
|
+
declare class CDSButtonSet extends Component<ComponentProps> {}
|
|
15
|
+
export default CDSButtonSet;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*
|
|
4
|
+
* Copyright IBM Corp. 2019, 2020
|
|
5
|
+
*
|
|
6
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
7
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
|
+
*/
|
|
9
|
+
export { default as CustomElement } from '../../components/button/button-set.js';
|
|
10
|
+
import createReactCustomElementType from '../../globals/wrappers/createReactCustomElementType.js';
|
|
11
|
+
import PropTypes from 'prop-types';
|
|
12
|
+
import settings from 'carbon-components/es/globals/js/settings.js';
|
|
13
|
+
var prefix = settings.prefix;
|
|
14
|
+
export var descriptor = {};
|
|
15
|
+
export var propTypes = {};
|
|
16
|
+
const Component = createReactCustomElementType(
|
|
17
|
+
''.concat(prefix, '-btn-set'),
|
|
18
|
+
descriptor
|
|
19
|
+
);
|
|
20
|
+
Component.propTypes = propTypes;
|
|
21
|
+
export default Component;
|
|
@@ -6,7 +6,13 @@
|
|
|
6
6
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
7
7
|
* LICENSE file in the root directory of this source tree.
|
|
8
8
|
*/
|
|
9
|
-
export {
|
|
9
|
+
export {
|
|
10
|
+
BUTTON_KIND,
|
|
11
|
+
BUTTON_TYPE,
|
|
12
|
+
BUTTON_SIZE,
|
|
13
|
+
BUTTON_TOOLTIP_ALIGNMENT,
|
|
14
|
+
BUTTON_TOOLTIP_POSITION,
|
|
15
|
+
} from '././defs.js';
|
|
10
16
|
export { default as CustomElement } from '../../components/button/button.js';
|
|
11
17
|
import createReactCustomElementType from '../../globals/wrappers/createReactCustomElementType.js';
|
|
12
18
|
import PropTypes from 'prop-types';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*
|
|
4
|
+
* Copyright IBM Corp. 2019, 2020
|
|
5
|
+
*
|
|
6
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
7
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
|
+
*/
|
|
9
|
+
import { Component } from 'react';
|
|
10
|
+
export interface ComponentProps {
|
|
11
|
+
[prop: string]: unknown;
|
|
12
|
+
}
|
|
13
|
+
declare class undefined extends Component<ComponentProps> {}
|
|
14
|
+
export default undefined;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*
|
|
4
|
+
* Copyright IBM Corp. 2019, 2020
|
|
5
|
+
*
|
|
6
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
7
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
|
+
*/
|
|
9
|
+
import { Component } from 'react';
|
|
10
|
+
export interface ComponentProps {
|
|
11
|
+
/**
|
|
12
|
+
* A selector that selects a layer component.
|
|
13
|
+
*/
|
|
14
|
+
onUseLayer?: (event: CustomEvent) => void;
|
|
15
|
+
[prop: string]: unknown;
|
|
16
|
+
}
|
|
17
|
+
/*[object Object]*/
|
|
18
|
+
declare class CDSLayer extends Component<ComponentProps> {}
|
|
19
|
+
export default CDSLayer;
|
|
@@ -6,26 +6,21 @@
|
|
|
6
6
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
7
7
|
* LICENSE file in the root directory of this source tree.
|
|
8
8
|
*/
|
|
9
|
-
export {
|
|
10
|
-
export { default as CustomElement } from '../../components/tag/filter-tag.js';
|
|
9
|
+
export { default as CustomElement } from '../../components/layer/layer.js';
|
|
11
10
|
import createReactCustomElementType from '../../globals/wrappers/createReactCustomElementType.js';
|
|
12
11
|
import PropTypes from 'prop-types';
|
|
13
12
|
import settings from 'carbon-components/es/globals/js/settings.js';
|
|
14
13
|
var prefix = settings.prefix;
|
|
15
14
|
export var descriptor = {
|
|
16
|
-
|
|
17
|
-
event: ''.concat(prefix, '-
|
|
18
|
-
},
|
|
19
|
-
onClose: {
|
|
20
|
-
event: ''.concat(prefix, '-filter-tag-closed'),
|
|
15
|
+
onUseLayer: {
|
|
16
|
+
event: ''.concat(prefix, '-use-layer'),
|
|
21
17
|
},
|
|
22
18
|
};
|
|
23
19
|
export var propTypes = {
|
|
24
|
-
|
|
25
|
-
onClose: PropTypes.func,
|
|
20
|
+
onUseLayer: PropTypes.func,
|
|
26
21
|
};
|
|
27
22
|
const Component = createReactCustomElementType(
|
|
28
|
-
''.concat(prefix, '-
|
|
23
|
+
''.concat(prefix, '-layer'),
|
|
29
24
|
descriptor
|
|
30
25
|
);
|
|
31
26
|
Component.propTypes = propTypes;
|
|
@@ -11,5 +11,5 @@ export interface ComponentProps {
|
|
|
11
11
|
[prop: string]: unknown;
|
|
12
12
|
}
|
|
13
13
|
/*[object Object]*/
|
|
14
|
-
declare class
|
|
15
|
-
export default
|
|
14
|
+
declare class CDSLink extends Component<ComponentProps> {}
|
|
15
|
+
export default CDSLink;
|
|
@@ -19,5 +19,5 @@ export interface ComponentProps {
|
|
|
19
19
|
[prop: string]: unknown;
|
|
20
20
|
}
|
|
21
21
|
/*[object Object]*/
|
|
22
|
-
declare class
|
|
23
|
-
export default
|
|
22
|
+
declare class CDSRadioButtonGroup extends Component<ComponentProps> {}
|
|
23
|
+
export default CDSRadioButtonGroup;
|
|
@@ -15,5 +15,5 @@ export interface ComponentProps {
|
|
|
15
15
|
[prop: string]: unknown;
|
|
16
16
|
}
|
|
17
17
|
/*[object Object]*/
|
|
18
|
-
declare class
|
|
19
|
-
export default
|
|
18
|
+
declare class CDSRadioButton extends Component<ComponentProps> {}
|
|
19
|
+
export default CDSRadioButton;
|
|
@@ -8,8 +8,17 @@
|
|
|
8
8
|
*/
|
|
9
9
|
import { Component } from 'react';
|
|
10
10
|
export interface ComponentProps {
|
|
11
|
+
/**
|
|
12
|
+
* The event handler for the custom event fired before this tag is being closed upon a user gesture.
|
|
13
|
+
* Cancellation of this event stops the user-initiated action of closing this tag.
|
|
14
|
+
*/
|
|
15
|
+
onBeforeClose?: (event: CustomEvent) => void;
|
|
16
|
+
/**
|
|
17
|
+
* The event handler for the custom event fired after this tag is closed upon a user gesture.
|
|
18
|
+
*/
|
|
19
|
+
onClose?: (event: CustomEvent) => void;
|
|
11
20
|
[prop: string]: unknown;
|
|
12
21
|
}
|
|
13
22
|
/*[object Object]*/
|
|
14
|
-
declare class
|
|
15
|
-
export default
|
|
23
|
+
declare class CDSTag extends Component<ComponentProps> {}
|
|
24
|
+
export default CDSTag;
|
|
@@ -12,8 +12,18 @@ import createReactCustomElementType from '../../globals/wrappers/createReactCust
|
|
|
12
12
|
import PropTypes from 'prop-types';
|
|
13
13
|
import settings from 'carbon-components/es/globals/js/settings.js';
|
|
14
14
|
var prefix = settings.prefix;
|
|
15
|
-
export var descriptor = {
|
|
16
|
-
|
|
15
|
+
export var descriptor = {
|
|
16
|
+
onBeforeClose: {
|
|
17
|
+
event: ''.concat(prefix, '-tag-beingclosed'),
|
|
18
|
+
},
|
|
19
|
+
onClose: {
|
|
20
|
+
event: ''.concat(prefix, '-tag-closed'),
|
|
21
|
+
},
|
|
22
|
+
};
|
|
23
|
+
export var propTypes = {
|
|
24
|
+
onBeforeClose: PropTypes.func,
|
|
25
|
+
onClose: PropTypes.func,
|
|
26
|
+
};
|
|
17
27
|
const Component = createReactCustomElementType(
|
|
18
28
|
''.concat(prefix, '-tag'),
|
|
19
29
|
descriptor
|
|
@@ -8,7 +8,12 @@
|
|
|
8
8
|
*/
|
|
9
9
|
import { Component } from 'react';
|
|
10
10
|
import { ComponentProps as ParentComponentProps } from './selectable-tile';
|
|
11
|
-
export interface ComponentProps extends ParentComponentProps {
|
|
11
|
+
export interface ComponentProps extends ParentComponentProps {
|
|
12
|
+
/**
|
|
13
|
+
* The event handler for the custom event fired after this selectable tile changes its selected state.
|
|
14
|
+
*/
|
|
15
|
+
onRadioChange?: (event: CustomEvent) => void;
|
|
16
|
+
}
|
|
12
17
|
/*[object Object]*/
|
|
13
|
-
declare class
|
|
14
|
-
export default
|
|
18
|
+
declare class CDSRadioTile extends Component<ComponentProps> {}
|
|
19
|
+
export default CDSRadioTile;
|
|
@@ -13,8 +13,14 @@ import createReactCustomElementType from '../../globals/wrappers/createReactCust
|
|
|
13
13
|
import PropTypes from 'prop-types';
|
|
14
14
|
import settings from 'carbon-components/es/globals/js/settings.js';
|
|
15
15
|
var prefix = settings.prefix;
|
|
16
|
-
export var descriptor = Object.assign({}, parentDescriptor, {
|
|
17
|
-
|
|
16
|
+
export var descriptor = Object.assign({}, parentDescriptor, {
|
|
17
|
+
onRadioChange: {
|
|
18
|
+
event: ''.concat(prefix, '-radio-tile-selected'),
|
|
19
|
+
},
|
|
20
|
+
});
|
|
21
|
+
export var propTypes = Object.assign({}, parentPropTypes, {
|
|
22
|
+
onRadioChange: PropTypes.func,
|
|
23
|
+
});
|
|
18
24
|
const Component = createReactCustomElementType(
|
|
19
25
|
''.concat(prefix, '-radio-tile'),
|
|
20
26
|
descriptor
|
|
@@ -8,8 +8,16 @@
|
|
|
8
8
|
*/
|
|
9
9
|
import { Component } from 'react';
|
|
10
10
|
export interface ComponentProps {
|
|
11
|
+
/**
|
|
12
|
+
* The event handler for the custom event fired after a radio tile changes its selected state.
|
|
13
|
+
*/
|
|
14
|
+
onCurrentRadioTileSelection?: (event: CustomEvent) => void;
|
|
15
|
+
/**
|
|
16
|
+
* The event handler for the custom event fired after a radio tile changes its selected state.
|
|
17
|
+
*/
|
|
18
|
+
onCurrentSelectableTilesSelection?: (event: CustomEvent) => void;
|
|
11
19
|
[prop: string]: unknown;
|
|
12
20
|
}
|
|
13
21
|
/*[object Object]*/
|
|
14
|
-
declare class
|
|
15
|
-
export default
|
|
22
|
+
declare class CDSTileGroup extends Component<ComponentProps> {}
|
|
23
|
+
export default CDSTileGroup;
|
|
@@ -11,8 +11,18 @@ import createReactCustomElementType from '../../globals/wrappers/createReactCust
|
|
|
11
11
|
import PropTypes from 'prop-types';
|
|
12
12
|
import settings from 'carbon-components/es/globals/js/settings.js';
|
|
13
13
|
var prefix = settings.prefix;
|
|
14
|
-
export var descriptor = {
|
|
15
|
-
|
|
14
|
+
export var descriptor = {
|
|
15
|
+
onCurrentRadioTileSelection: {
|
|
16
|
+
event: ''.concat(prefix, '-current-radio-tile-selection'),
|
|
17
|
+
},
|
|
18
|
+
onCurrentSelectableTilesSelection: {
|
|
19
|
+
event: ''.concat(prefix, '-current-selectable-tile-selections'),
|
|
20
|
+
},
|
|
21
|
+
};
|
|
22
|
+
export var propTypes = {
|
|
23
|
+
onCurrentRadioTileSelection: PropTypes.func,
|
|
24
|
+
onCurrentSelectableTilesSelection: PropTypes.func,
|
|
25
|
+
};
|
|
16
26
|
const Component = createReactCustomElementType(
|
|
17
27
|
''.concat(prefix, '-tile-group'),
|
|
18
28
|
descriptor
|
|
@@ -15,5 +15,5 @@ export interface ComponentProps extends ParentComponentProps {
|
|
|
15
15
|
onChange?: (event: CustomEvent) => void;
|
|
16
16
|
}
|
|
17
17
|
/*[object Object]*/
|
|
18
|
-
declare class
|
|
19
|
-
export default
|
|
18
|
+
declare class CDSToggle extends Component<ComponentProps> {}
|
|
19
|
+
export default CDSToggle;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*
|
|
4
|
-
* Copyright IBM Corp. 2019,
|
|
4
|
+
* Copyright IBM Corp. 2019, 2023
|
|
5
5
|
*
|
|
6
6
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
7
7
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -87,8 +87,9 @@ declare class RadioGroupManager {
|
|
|
87
87
|
* Selects or focuses on a radio button.
|
|
88
88
|
*
|
|
89
89
|
* @param radio The radio button to select.
|
|
90
|
+
* @param readOnly optional if radio button has readOnly.
|
|
90
91
|
*/
|
|
91
|
-
select(radio: ManagedRadioButton): void;
|
|
92
|
+
select(radio: ManagedRadioButton, readOnly?: boolean): void;
|
|
92
93
|
/**
|
|
93
94
|
* @param radio The currently selected radio button.
|
|
94
95
|
* @param direction The direction to navigate to.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["globals/internal/radio-group-manager.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH;;GAEG;AACH,oBAAY,oBAAoB;IAC9B;;OAEG;IACH,QAAQ,KAAK;IAEb;;OAEG;IACH,OAAO,IAAI;CACZ;AAED,MAAM,WAAW,0BAA0B;IACzC;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IAEjB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;;OAKG;IACH,uBAAuB,CAAC,KAAK,EAAE,0BAA0B,GAAG,MAAM,CAAC;IAEnE;;OAEG;IACH,KAAK,IAAI,IAAI,CAAC;CACf;AAED,aAAK,kBAAkB,GAAG,gBAAgB,GAAG,0BAA0B,CAAC;AAExE;;;GAGG;AACH,cAAM,iBAAiB;IACrB;;OAEG;IACH,OAAO,CAAC,OAAO,CAAmD;IAElE,OAAO;IAOP;;;;;;OAMG;IACH,iBAAiB,CAAC,KAAK,EAAE,kBAAkB;IAgB3C;;;OAGG;IACH,cAAc,CAAC,KAAK,EAAE,kBAAkB;IA2BxC;;;;;OAKG;IACH,GAAG,CAAC,KAAK,EAAE,kBAAkB;IAY7B;;;;;;OAMG;IACH,MAAM,CAAC,KAAK,EAAE,kBAAkB,EAAE,IAAI,GAAE,MAAmB;IAK3D
|
|
1
|
+
{"version":3,"sources":["globals/internal/radio-group-manager.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH;;GAEG;AACH,oBAAY,oBAAoB;IAC9B;;OAEG;IACH,QAAQ,KAAK;IAEb;;OAEG;IACH,OAAO,IAAI;CACZ;AAED,MAAM,WAAW,0BAA0B;IACzC;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IAEjB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;;OAKG;IACH,uBAAuB,CAAC,KAAK,EAAE,0BAA0B,GAAG,MAAM,CAAC;IAEnE;;OAEG;IACH,KAAK,IAAI,IAAI,CAAC;CACf;AAED,aAAK,kBAAkB,GAAG,gBAAgB,GAAG,0BAA0B,CAAC;AAExE;;;GAGG;AACH,cAAM,iBAAiB;IACrB;;OAEG;IACH,OAAO,CAAC,OAAO,CAAmD;IAElE,OAAO;IAOP;;;;;;OAMG;IACH,iBAAiB,CAAC,KAAK,EAAE,kBAAkB;IAgB3C;;;OAGG;IACH,cAAc,CAAC,KAAK,EAAE,kBAAkB;IA2BxC;;;;;OAKG;IACH,GAAG,CAAC,KAAK,EAAE,kBAAkB;IAY7B;;;;;;OAMG;IACH,MAAM,CAAC,KAAK,EAAE,kBAAkB,EAAE,IAAI,GAAE,MAAmB;IAK3D;;;;;OAKG;IACH,MAAM,CAAC,KAAK,EAAE,kBAAkB,EAAE,QAAQ,CAAC,EAAE,OAAO;IAgBpD;;;;OAIG;IACH,QAAQ,CAAC,KAAK,EAAE,kBAAkB,EAAE,SAAS,EAAE,oBAAoB;IAWnE;;OAEG;IACH,OAAO,CAAC,MAAM,CAAC,UAAU,CAAiB;IAE1C;;;OAGG;IACH,MAAM,CAAC,GAAG,CAAC,QAAQ,EAAE,QAAQ;CAI9B;AAED,eAAe,iBAAiB,CAAC","file":"radio-group-manager.d.ts","sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2019, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n/**\n * The navigation direction.\n */\nexport enum NAVIGATION_DIRECTION {\n /**\n * Navigating backward.\n */\n BACKWARD = -1,\n\n /**\n * Navigating forward.\n */\n FORWARD = 1,\n}\n\nexport interface ManagedRadioButtonDelegate {\n /**\n * `true` if this radio button is selected.\n */\n checked: boolean;\n\n /**\n * The tab index.\n */\n tabIndex: number;\n\n /**\n * The name of the radio group.\n */\n name: string;\n\n /**\n * @param other A node to compare this radio button's DOM position in document with.\n * @returns\n * An integer value, the same format as `Node.compareDocumentPosition` does,\n * whose bits represent the calling this radio button's relationship to the given node within the document.\n */\n compareDocumentPosition(other: ManagedRadioButtonDelegate): number;\n\n /**\n * Focuses on the radio button.\n */\n focus(): void;\n}\n\ntype ManagedRadioButton = HTMLInputElement | ManagedRadioButtonDelegate;\n\n/**\n * An object that manages radio groups in a document.\n * There must be only one instance for one document.\n */\nclass RadioGroupManager {\n /**\n * Radio groups, keyed by their names.\n */\n private _groups: { [name: string]: Set<ManagedRadioButton> } = {};\n\n private constructor(document: Document) {\n (this.constructor as typeof RadioGroupManager)._instances.set(\n document,\n this\n );\n }\n\n /**\n * @param radio A radio button.\n * @returns\n * `true` if the given radio button should be focusable, which is either:\n * - The radio button is selected\n * - No radio button is selected and the radio button is first one in the radio group\n */\n shouldBeFocusable(radio: ManagedRadioButton) {\n if (radio.checked) {\n return true;\n }\n const { name } = radio;\n const group = this._groups[name];\n const hasSelectedItemInGroup =\n group && Array.from(group).some((item) => item.checked);\n if (hasSelectedItemInGroup) {\n return false;\n }\n const isFirstInGroup =\n !group || group.size === 1 || this.getSortedGroup(radio)[0] === radio;\n return isFirstInGroup;\n }\n\n /**\n * @param radio A radio button.\n * @returns The sorted radio group the given radio button is in.\n */\n getSortedGroup(radio: ManagedRadioButton) {\n const group = this._groups[radio.name];\n return (\n group &&\n Array.from(group).sort((lhs, rhs) => {\n const comparisonResult = (\n lhs as ManagedRadioButtonDelegate\n ).compareDocumentPosition(rhs as ManagedRadioButtonDelegate);\n // eslint-disable-next-line no-bitwise\n if (\n comparisonResult & Node.DOCUMENT_POSITION_FOLLOWING ||\n comparisonResult & Node.DOCUMENT_POSITION_CONTAINED_BY\n ) {\n return -1;\n }\n // eslint-disable-next-line no-bitwise\n if (\n comparisonResult & Node.DOCUMENT_POSITION_PRECEDING ||\n comparisonResult & Node.DOCUMENT_POSITION_CONTAINS\n ) {\n return 1;\n }\n return 0;\n })\n );\n }\n\n /**\n * Manages a radio button.\n *\n * @param radio The radio button to manage.\n * @returns This object.\n */\n add(radio: ManagedRadioButton) {\n const { name } = radio;\n if (name) {\n const groups = this._groups;\n if (!groups[name]) {\n groups[name] = new Set<ManagedRadioButton>();\n }\n groups[name].add(radio);\n }\n return this;\n }\n\n /**\n * Unmanages a radio button.\n *\n * @param radio The radio button to unmanage.\n * @param name The old name of the radio button to unmanage.\n * @returns `true` if `element` was actually managed.\n */\n delete(radio: ManagedRadioButton, name: string = radio.name) {\n const group = this._groups[name];\n return !group ? false : group.delete(radio);\n }\n\n /**\n * Selects or focuses on a radio button.\n *\n * @param radio The radio button to select.\n * @param readOnly optional if radio button has readOnly.\n */\n select(radio: ManagedRadioButton, readOnly?: boolean) {\n const group = this._groups[radio.name];\n if (group) {\n // Updates the state of the one being selected up-front to avoid the state of no radio button is selected\n radio.checked = !readOnly || true;\n radio.tabIndex = 0;\n radio.focus();\n group.forEach((item) => {\n if (radio !== item) {\n item.checked = readOnly || false;\n item.tabIndex = -1;\n }\n });\n }\n }\n\n /**\n * @param radio The currently selected radio button.\n * @param direction The direction to navigate to.\n * @returns The radio button that should be selected next.\n */\n navigate(radio: ManagedRadioButton, direction: NAVIGATION_DIRECTION) {\n const sortedGroup = this.getSortedGroup(radio);\n let newIndex = sortedGroup.indexOf(radio) + direction;\n if (newIndex < 0) {\n newIndex = sortedGroup.length - 1;\n } else if (newIndex >= sortedGroup.length) {\n newIndex = 0;\n }\n return sortedGroup[newIndex];\n }\n\n /**\n * `RadioGroupManager` instances associated with documents.\n */\n private static _instances = new WeakMap();\n\n /**\n * @param document A document element.\n * @returns The `RadioGroupManager` instance associated with the given document.\n */\n static get(document: Document) {\n const found = this._instances.get(document);\n return found || new RadioGroupManager(document);\n }\n}\n\nexport default RadioGroupManager;\n"]}
|
|
@@ -2,7 +2,7 @@ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
|
2
2
|
/**
|
|
3
3
|
* @license
|
|
4
4
|
*
|
|
5
|
-
* Copyright IBM Corp. 2019,
|
|
5
|
+
* Copyright IBM Corp. 2019, 2023
|
|
6
6
|
*
|
|
7
7
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
8
8
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -109,17 +109,18 @@ class RadioGroupManager {
|
|
|
109
109
|
* Selects or focuses on a radio button.
|
|
110
110
|
*
|
|
111
111
|
* @param radio The radio button to select.
|
|
112
|
+
* @param readOnly optional if radio button has readOnly.
|
|
112
113
|
*/
|
|
113
|
-
select(radio) {
|
|
114
|
+
select(radio, readOnly) {
|
|
114
115
|
const group = this._groups[radio.name];
|
|
115
116
|
if (group) {
|
|
116
117
|
// Updates the state of the one being selected up-front to avoid the state of no radio button is selected
|
|
117
|
-
radio.checked = true;
|
|
118
|
+
radio.checked = !readOnly || true;
|
|
118
119
|
radio.tabIndex = 0;
|
|
119
120
|
radio.focus();
|
|
120
121
|
group.forEach(item => {
|
|
121
122
|
if (radio !== item) {
|
|
122
|
-
item.checked = false;
|
|
123
|
+
item.checked = readOnly || false;
|
|
123
124
|
item.tabIndex = -1;
|
|
124
125
|
}
|
|
125
126
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"radio-group-manager.js","names":["NAVIGATION_DIRECTION","RadioGroupManager","constructor","document","_defineProperty","_instances","set","shouldBeFocusable","radio","checked","name","group","_groups","hasSelectedItemInGroup","Array","from","some","item","isFirstInGroup","size","getSortedGroup","sort","lhs","rhs","comparisonResult","compareDocumentPosition","Node","DOCUMENT_POSITION_FOLLOWING","DOCUMENT_POSITION_CONTAINED_BY","DOCUMENT_POSITION_PRECEDING","DOCUMENT_POSITION_CONTAINS","add","groups","Set","delete","select","tabIndex","focus","forEach","navigate","direction","sortedGroup","newIndex","indexOf","length","get","found","WeakMap"],"sources":["globals/internal/radio-group-manager.ts"],"sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2019,
|
|
1
|
+
{"version":3,"file":"radio-group-manager.js","names":["NAVIGATION_DIRECTION","RadioGroupManager","constructor","document","_defineProperty","_instances","set","shouldBeFocusable","radio","checked","name","group","_groups","hasSelectedItemInGroup","Array","from","some","item","isFirstInGroup","size","getSortedGroup","sort","lhs","rhs","comparisonResult","compareDocumentPosition","Node","DOCUMENT_POSITION_FOLLOWING","DOCUMENT_POSITION_CONTAINED_BY","DOCUMENT_POSITION_PRECEDING","DOCUMENT_POSITION_CONTAINS","add","groups","Set","delete","select","readOnly","tabIndex","focus","forEach","navigate","direction","sortedGroup","newIndex","indexOf","length","get","found","WeakMap"],"sources":["globals/internal/radio-group-manager.ts"],"sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2019, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n/**\n * The navigation direction.\n */\nexport enum NAVIGATION_DIRECTION {\n /**\n * Navigating backward.\n */\n BACKWARD = -1,\n\n /**\n * Navigating forward.\n */\n FORWARD = 1,\n}\n\nexport interface ManagedRadioButtonDelegate {\n /**\n * `true` if this radio button is selected.\n */\n checked: boolean;\n\n /**\n * The tab index.\n */\n tabIndex: number;\n\n /**\n * The name of the radio group.\n */\n name: string;\n\n /**\n * @param other A node to compare this radio button's DOM position in document with.\n * @returns\n * An integer value, the same format as `Node.compareDocumentPosition` does,\n * whose bits represent the calling this radio button's relationship to the given node within the document.\n */\n compareDocumentPosition(other: ManagedRadioButtonDelegate): number;\n\n /**\n * Focuses on the radio button.\n */\n focus(): void;\n}\n\ntype ManagedRadioButton = HTMLInputElement | ManagedRadioButtonDelegate;\n\n/**\n * An object that manages radio groups in a document.\n * There must be only one instance for one document.\n */\nclass RadioGroupManager {\n /**\n * Radio groups, keyed by their names.\n */\n private _groups: { [name: string]: Set<ManagedRadioButton> } = {};\n\n private constructor(document: Document) {\n (this.constructor as typeof RadioGroupManager)._instances.set(\n document,\n this\n );\n }\n\n /**\n * @param radio A radio button.\n * @returns\n * `true` if the given radio button should be focusable, which is either:\n * - The radio button is selected\n * - No radio button is selected and the radio button is first one in the radio group\n */\n shouldBeFocusable(radio: ManagedRadioButton) {\n if (radio.checked) {\n return true;\n }\n const { name } = radio;\n const group = this._groups[name];\n const hasSelectedItemInGroup =\n group && Array.from(group).some((item) => item.checked);\n if (hasSelectedItemInGroup) {\n return false;\n }\n const isFirstInGroup =\n !group || group.size === 1 || this.getSortedGroup(radio)[0] === radio;\n return isFirstInGroup;\n }\n\n /**\n * @param radio A radio button.\n * @returns The sorted radio group the given radio button is in.\n */\n getSortedGroup(radio: ManagedRadioButton) {\n const group = this._groups[radio.name];\n return (\n group &&\n Array.from(group).sort((lhs, rhs) => {\n const comparisonResult = (\n lhs as ManagedRadioButtonDelegate\n ).compareDocumentPosition(rhs as ManagedRadioButtonDelegate);\n // eslint-disable-next-line no-bitwise\n if (\n comparisonResult & Node.DOCUMENT_POSITION_FOLLOWING ||\n comparisonResult & Node.DOCUMENT_POSITION_CONTAINED_BY\n ) {\n return -1;\n }\n // eslint-disable-next-line no-bitwise\n if (\n comparisonResult & Node.DOCUMENT_POSITION_PRECEDING ||\n comparisonResult & Node.DOCUMENT_POSITION_CONTAINS\n ) {\n return 1;\n }\n return 0;\n })\n );\n }\n\n /**\n * Manages a radio button.\n *\n * @param radio The radio button to manage.\n * @returns This object.\n */\n add(radio: ManagedRadioButton) {\n const { name } = radio;\n if (name) {\n const groups = this._groups;\n if (!groups[name]) {\n groups[name] = new Set<ManagedRadioButton>();\n }\n groups[name].add(radio);\n }\n return this;\n }\n\n /**\n * Unmanages a radio button.\n *\n * @param radio The radio button to unmanage.\n * @param name The old name of the radio button to unmanage.\n * @returns `true` if `element` was actually managed.\n */\n delete(radio: ManagedRadioButton, name: string = radio.name) {\n const group = this._groups[name];\n return !group ? false : group.delete(radio);\n }\n\n /**\n * Selects or focuses on a radio button.\n *\n * @param radio The radio button to select.\n * @param readOnly optional if radio button has readOnly.\n */\n select(radio: ManagedRadioButton, readOnly?: boolean) {\n const group = this._groups[radio.name];\n if (group) {\n // Updates the state of the one being selected up-front to avoid the state of no radio button is selected\n radio.checked = !readOnly || true;\n radio.tabIndex = 0;\n radio.focus();\n group.forEach((item) => {\n if (radio !== item) {\n item.checked = readOnly || false;\n item.tabIndex = -1;\n }\n });\n }\n }\n\n /**\n * @param radio The currently selected radio button.\n * @param direction The direction to navigate to.\n * @returns The radio button that should be selected next.\n */\n navigate(radio: ManagedRadioButton, direction: NAVIGATION_DIRECTION) {\n const sortedGroup = this.getSortedGroup(radio);\n let newIndex = sortedGroup.indexOf(radio) + direction;\n if (newIndex < 0) {\n newIndex = sortedGroup.length - 1;\n } else if (newIndex >= sortedGroup.length) {\n newIndex = 0;\n }\n return sortedGroup[newIndex];\n }\n\n /**\n * `RadioGroupManager` instances associated with documents.\n */\n private static _instances = new WeakMap();\n\n /**\n * @param document A document element.\n * @returns The `RadioGroupManager` instance associated with the given document.\n */\n static get(document: Document) {\n const found = this._instances.get(document);\n return found || new RadioGroupManager(document);\n }\n}\n\nexport default RadioGroupManager;\n"],"mappings":"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"}
|
package/es/index.d.ts
CHANGED
|
@@ -90,7 +90,6 @@ export { default as BXTab } from './components/tabs/tab';
|
|
|
90
90
|
export { default as BXTabsSkeleton } from './components/tabs/tabs-skeleton';
|
|
91
91
|
export { default as BXTabSkeleton } from './components/tabs/tab-skeleton';
|
|
92
92
|
export { default as BXTag } from './components/tag/tag';
|
|
93
|
-
export { default as BXFilterTag } from './components/tag/filter-tag';
|
|
94
93
|
export { default as BXSkipToContent } from './components/skip-to-content/skip-to-content';
|
|
95
94
|
export { default as BXTile } from './components/tile/tile';
|
|
96
95
|
export { default as BXClickableTile } from './components/tile/clickable-tile';
|
package/es/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["index.ts"],"names":[],"mappings":"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","file":"index.d.ts","sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2019, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nexport { default as BXAccordion } from './components/accordion/accordion';\nexport { default as BXAccordionItem } from './components/accordion/accordion-item';\nexport { default as BXButton } from './components/button/button';\nexport { default as BXButtonSkeleton } from './components/button/button-skeleton';\nexport { default as BXBreadcrumb } from './components/breadcrumb/breadcrumb';\nexport { default as BXBreadcrumbItem } from './components/breadcrumb/breadcrumb-item';\nexport { default as BXBreadcrumbLink } from './components/breadcrumb/breadcrumb-link';\nexport { default as BXCheckbox } from './components/checkbox/checkbox';\nexport { default as BXCodeSnippet } from './components/code-snippet/code-snippet';\nexport { default as BXCodeSnippetSkeleton } from './components/code-snippet/code-snippet-skeleton';\nexport { default as BXComboBox } from './components/combo-box/combo-box';\nexport { default as BXComboBoxItem } from './components/combo-box/combo-box-item';\nexport { default as BXContentSwitcher } from './components/content-switcher/content-switcher';\nexport { default as BXContentSwitcherItem } from './components/content-switcher/content-switcher-item';\nexport { default as BXCopyButton } from './components/copy-button/copy-button';\nexport { default as BXTable } from './components/data-table/table';\nexport { default as BXTableBatchActions } from './components/data-table/table-batch-actions';\nexport { default as BXTableBody } from './components/data-table/table-body';\nexport { default as BXTableCell } from './components/data-table/table-cell';\nexport { default as BXTableHead } from './components/data-table/table-head';\nexport { default as BXTableHeaderCell } from './components/data-table/table-header-cell';\nexport { default as BXTableHeaderRow } from './components/data-table/table-header-row';\nexport { default as BXTableRow } from './components/data-table/table-row';\nexport { default as BXTableToolbarContent } from './components/data-table/table-toolbar-content';\nexport { default as BXTableToolbarSearch } from './components/data-table/table-toolbar-search';\nexport { default as BXDatePicker } from './components/date-picker/date-picker';\nexport { default as BXDatePickerInput } from './components/date-picker/date-picker-input';\nexport { default as BXDatePickerInputSkeleton } from './components/date-picker/date-picker-input-skeleton';\nexport { default as BXDropdown } from './components/dropdown/dropdown';\nexport { default as BXDropdownItem } from './components/dropdown/dropdown-item';\nexport { default as BXDropdownSkeleton } from './components/dropdown/dropdown-skeleton';\nexport { default as BXFormItem } from './components/form/form-item';\nexport { default as BXInput } from './components/input/input';\nexport { default as BXInlineLoading } from './components/inline-loading/inline-loading';\nexport { default as BXLink } from './components/link/link';\nexport { default as BXListItem } from './components/list/list-item';\nexport { default as BXOrderedList } from './components/list/ordered-list';\nexport { default as BXUnorderedList } from './components/list/unordered-list';\nexport { default as BXLoading } from './components/loading/loading';\nexport { default as BXModal } from './components/modal/modal';\nexport { default as BXModalBody } from './components/modal/modal-body';\nexport { default as BXModalCloseButton } from './components/modal/modal-close-button';\nexport { default as BXModalFooter } from './components/modal/modal-footer';\nexport { default as BXModalHeader } from './components/modal/modal-header';\nexport { default as BXModalHeading } from './components/modal/modal-heading';\nexport { default as BXModalLabel } from './components/modal/modal-label';\nexport { default as BXMultiSelect } from './components/multi-select/multi-select';\nexport { default as BXMultiSelectItem } from './components/multi-select/multi-select-item';\nexport { default as BXInlineNotification } from './components/notification/inline-notification';\nexport { default as BXToastNotification } from './components/notification/toast-notification';\nexport { default as BXNumberInput } from './components/number-input/number-input';\nexport { default as BXNumberInputSkeleton } from './components/number-input/number-input-skeleton';\nexport { default as BXTextarea } from './components/textarea/textarea';\nexport { default as BXTextareaSkeleton } from './components/textarea/textarea-skeleton';\nexport { default as BXOverflowMenu } from './components/overflow-menu/overflow-menu';\nexport { default as BXOverflowMenuBody } from './components/overflow-menu/overflow-menu-body';\nexport { default as BXOverflowMenuItem } from './components/overflow-menu/overflow-menu-item';\nexport { default as BXPagination } from './components/pagination/pagination';\nexport { default as BXPageSizesSelect } from './components/pagination/page-sizes-select';\nexport { default as BXPagesSelect } from './components/pagination/pages-select';\nexport { default as BXProgressIndicator } from './components/progress-indicator/progress-indicator';\nexport { default as BXProgressIndicatorSkeleton } from './components/progress-indicator/progress-indicator-skeleton';\nexport { default as BXProgressStepSkeleton } from './components/progress-indicator/progress-step-skeleton';\nexport { default as BXProgressStep } from './components/progress-indicator/progress-step';\nexport { default as BXRadioButton } from './components/radio-button/radio-button';\nexport { default as BXRadioButtonGroup } from './components/radio-button/radio-button-group';\nexport { default as BXSearch } from './components/search/search';\nexport { default as BXSearchSkeleton } from './components/search/search-skeleton';\nexport { default as BXSkeletonPlaceholder } from './components/skeleton-placeholder/skeleton-placeholder';\nexport { default as BXSkeletonText } from './components/skeleton-text/skeleton-text';\nexport { default as BXSlider } from './components/slider/slider';\nexport { default as BXSliderInput } from './components/slider/slider-input';\nexport { default as BXSliderSkeleton } from './components/slider/slider-skeleton';\nexport { default as BXStructuredList } from './components/structured-list/structured-list';\nexport { default as BXStructuredListBody } from './components/structured-list/structured-list-body';\nexport { default as BXStructuredListHead } from './components/structured-list/structured-list-head';\nexport { default as BXStructuredListHeaderRow } from './components/structured-list/structured-list-header-row';\nexport { default as BXStructuredListRow } from './components/structured-list/structured-list-row';\nexport { default as BXStructuredListHeaderCellSkeleton } from './components/structured-list/structured-list-header-cell-skeleton';\nexport { default as BXTabs } from './components/tabs/tabs';\nexport { default as BXTab } from './components/tabs/tab';\nexport { default as BXTabsSkeleton } from './components/tabs/tabs-skeleton';\nexport { default as BXTabSkeleton } from './components/tabs/tab-skeleton';\nexport { default as BXTag } from './components/tag/tag';\nexport { default as BXFilterTag } from './components/tag/filter-tag';\nexport { default as BXSkipToContent } from './components/skip-to-content/skip-to-content';\nexport { default as BXTile } from './components/tile/tile';\nexport { default as BXClickableTile } from './components/tile/clickable-tile';\nexport { default as BXExpandableTile } from './components/tile/expandable-tile';\nexport { default as BXRadioTile } from './components/tile/radio-tile';\nexport { default as BXSelectableTile } from './components/tile/selectable-tile';\nexport { default as BXTileGroup } from './components/tile/tile-group';\nexport { default as BXToggle } from './components/toggle/toggle';\nexport { default as BXTooltip } from './components/tooltip/tooltip';\nexport { default as BXTooltipBody } from './components/tooltip/tooltip-body';\nexport { default as BXTooltipDefinition } from './components/toggle-tip/toggletip';\nexport { default as BXTooltipFooter } from './components/tooltip/tooltip-footer';\nexport { default as BXHeader } from './components/ui-shell/header';\nexport { default as BXHeaderMenu } from './components/ui-shell/header-menu';\nexport { default as BXHeaderMenuButton } from './components/ui-shell/header-menu-button';\nexport { default as BXHeaderMenuItem } from './components/ui-shell/header-menu-item';\nexport { default as BXHeaderName } from './components/ui-shell/header-name';\nexport { default as BXHeaderNav } from './components/ui-shell/header-nav';\nexport { default as BXHeaderNavItem } from './components/ui-shell/header-nav-item';\nexport { default as BXSideNav } from './components/ui-shell/side-nav';\nexport { default as BXSideNavItems } from './components/ui-shell/side-nav-items';\nexport { default as BXSideNavLink } from './components/ui-shell/side-nav-link';\nexport { default as BXSideNavMenu } from './components/ui-shell/side-nav-menu';\nexport { default as BXSideNavMenuItem } from './components/ui-shell/side-nav-menu-item';\n"]}
|
|
1
|
+
{"version":3,"sources":["index.ts"],"names":[],"mappings":"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","file":"index.d.ts","sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2019, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nexport { default as BXAccordion } from './components/accordion/accordion';\nexport { default as BXAccordionItem } from './components/accordion/accordion-item';\nexport { default as BXButton } from './components/button/button';\nexport { default as BXButtonSkeleton } from './components/button/button-skeleton';\nexport { default as BXBreadcrumb } from './components/breadcrumb/breadcrumb';\nexport { default as BXBreadcrumbItem } from './components/breadcrumb/breadcrumb-item';\nexport { default as BXBreadcrumbLink } from './components/breadcrumb/breadcrumb-link';\nexport { default as BXCheckbox } from './components/checkbox/checkbox';\nexport { default as BXCodeSnippet } from './components/code-snippet/code-snippet';\nexport { default as BXCodeSnippetSkeleton } from './components/code-snippet/code-snippet-skeleton';\nexport { default as BXComboBox } from './components/combo-box/combo-box';\nexport { default as BXComboBoxItem } from './components/combo-box/combo-box-item';\nexport { default as BXContentSwitcher } from './components/content-switcher/content-switcher';\nexport { default as BXContentSwitcherItem } from './components/content-switcher/content-switcher-item';\nexport { default as BXCopyButton } from './components/copy-button/copy-button';\nexport { default as BXTable } from './components/data-table/table';\nexport { default as BXTableBatchActions } from './components/data-table/table-batch-actions';\nexport { default as BXTableBody } from './components/data-table/table-body';\nexport { default as BXTableCell } from './components/data-table/table-cell';\nexport { default as BXTableHead } from './components/data-table/table-head';\nexport { default as BXTableHeaderCell } from './components/data-table/table-header-cell';\nexport { default as BXTableHeaderRow } from './components/data-table/table-header-row';\nexport { default as BXTableRow } from './components/data-table/table-row';\nexport { default as BXTableToolbarContent } from './components/data-table/table-toolbar-content';\nexport { default as BXTableToolbarSearch } from './components/data-table/table-toolbar-search';\nexport { default as BXDatePicker } from './components/date-picker/date-picker';\nexport { default as BXDatePickerInput } from './components/date-picker/date-picker-input';\nexport { default as BXDatePickerInputSkeleton } from './components/date-picker/date-picker-input-skeleton';\nexport { default as BXDropdown } from './components/dropdown/dropdown';\nexport { default as BXDropdownItem } from './components/dropdown/dropdown-item';\nexport { default as BXDropdownSkeleton } from './components/dropdown/dropdown-skeleton';\nexport { default as BXFormItem } from './components/form/form-item';\nexport { default as BXInput } from './components/input/input';\nexport { default as BXInlineLoading } from './components/inline-loading/inline-loading';\nexport { default as BXLink } from './components/link/link';\nexport { default as BXListItem } from './components/list/list-item';\nexport { default as BXOrderedList } from './components/list/ordered-list';\nexport { default as BXUnorderedList } from './components/list/unordered-list';\nexport { default as BXLoading } from './components/loading/loading';\nexport { default as BXModal } from './components/modal/modal';\nexport { default as BXModalBody } from './components/modal/modal-body';\nexport { default as BXModalCloseButton } from './components/modal/modal-close-button';\nexport { default as BXModalFooter } from './components/modal/modal-footer';\nexport { default as BXModalHeader } from './components/modal/modal-header';\nexport { default as BXModalHeading } from './components/modal/modal-heading';\nexport { default as BXModalLabel } from './components/modal/modal-label';\nexport { default as BXMultiSelect } from './components/multi-select/multi-select';\nexport { default as BXMultiSelectItem } from './components/multi-select/multi-select-item';\nexport { default as BXInlineNotification } from './components/notification/inline-notification';\nexport { default as BXToastNotification } from './components/notification/toast-notification';\nexport { default as BXNumberInput } from './components/number-input/number-input';\nexport { default as BXNumberInputSkeleton } from './components/number-input/number-input-skeleton';\nexport { default as BXTextarea } from './components/textarea/textarea';\nexport { default as BXTextareaSkeleton } from './components/textarea/textarea-skeleton';\nexport { default as BXOverflowMenu } from './components/overflow-menu/overflow-menu';\nexport { default as BXOverflowMenuBody } from './components/overflow-menu/overflow-menu-body';\nexport { default as BXOverflowMenuItem } from './components/overflow-menu/overflow-menu-item';\nexport { default as BXPagination } from './components/pagination/pagination';\nexport { default as BXPageSizesSelect } from './components/pagination/page-sizes-select';\nexport { default as BXPagesSelect } from './components/pagination/pages-select';\nexport { default as BXProgressIndicator } from './components/progress-indicator/progress-indicator';\nexport { default as BXProgressIndicatorSkeleton } from './components/progress-indicator/progress-indicator-skeleton';\nexport { default as BXProgressStepSkeleton } from './components/progress-indicator/progress-step-skeleton';\nexport { default as BXProgressStep } from './components/progress-indicator/progress-step';\nexport { default as BXRadioButton } from './components/radio-button/radio-button';\nexport { default as BXRadioButtonGroup } from './components/radio-button/radio-button-group';\nexport { default as BXSearch } from './components/search/search';\nexport { default as BXSearchSkeleton } from './components/search/search-skeleton';\nexport { default as BXSkeletonPlaceholder } from './components/skeleton-placeholder/skeleton-placeholder';\nexport { default as BXSkeletonText } from './components/skeleton-text/skeleton-text';\nexport { default as BXSlider } from './components/slider/slider';\nexport { default as BXSliderInput } from './components/slider/slider-input';\nexport { default as BXSliderSkeleton } from './components/slider/slider-skeleton';\nexport { default as BXStructuredList } from './components/structured-list/structured-list';\nexport { default as BXStructuredListBody } from './components/structured-list/structured-list-body';\nexport { default as BXStructuredListHead } from './components/structured-list/structured-list-head';\nexport { default as BXStructuredListHeaderRow } from './components/structured-list/structured-list-header-row';\nexport { default as BXStructuredListRow } from './components/structured-list/structured-list-row';\nexport { default as BXStructuredListHeaderCellSkeleton } from './components/structured-list/structured-list-header-cell-skeleton';\nexport { default as BXTabs } from './components/tabs/tabs';\nexport { default as BXTab } from './components/tabs/tab';\nexport { default as BXTabsSkeleton } from './components/tabs/tabs-skeleton';\nexport { default as BXTabSkeleton } from './components/tabs/tab-skeleton';\nexport { default as BXTag } from './components/tag/tag';\nexport { default as BXSkipToContent } from './components/skip-to-content/skip-to-content';\nexport { default as BXTile } from './components/tile/tile';\nexport { default as BXClickableTile } from './components/tile/clickable-tile';\nexport { default as BXExpandableTile } from './components/tile/expandable-tile';\nexport { default as BXRadioTile } from './components/tile/radio-tile';\nexport { default as BXSelectableTile } from './components/tile/selectable-tile';\nexport { default as BXTileGroup } from './components/tile/tile-group';\nexport { default as BXToggle } from './components/toggle/toggle';\nexport { default as BXTooltip } from './components/tooltip/tooltip';\nexport { default as BXTooltipBody } from './components/tooltip/tooltip-body';\nexport { default as BXTooltipDefinition } from './components/toggle-tip/toggletip';\nexport { default as BXTooltipFooter } from './components/tooltip/tooltip-footer';\nexport { default as BXHeader } from './components/ui-shell/header';\nexport { default as BXHeaderMenu } from './components/ui-shell/header-menu';\nexport { default as BXHeaderMenuButton } from './components/ui-shell/header-menu-button';\nexport { default as BXHeaderMenuItem } from './components/ui-shell/header-menu-item';\nexport { default as BXHeaderName } from './components/ui-shell/header-name';\nexport { default as BXHeaderNav } from './components/ui-shell/header-nav';\nexport { default as BXHeaderNavItem } from './components/ui-shell/header-nav-item';\nexport { default as BXSideNav } from './components/ui-shell/side-nav';\nexport { default as BXSideNavItems } from './components/ui-shell/side-nav-items';\nexport { default as BXSideNavLink } from './components/ui-shell/side-nav-link';\nexport { default as BXSideNavMenu } from './components/ui-shell/side-nav-menu';\nexport { default as BXSideNavMenuItem } from './components/ui-shell/side-nav-menu-item';\n"]}
|
package/es/index.js
CHANGED
|
@@ -91,7 +91,6 @@ export { default as BXTab } from './components/tabs/tab';
|
|
|
91
91
|
export { default as BXTabsSkeleton } from './components/tabs/tabs-skeleton';
|
|
92
92
|
export { default as BXTabSkeleton } from './components/tabs/tab-skeleton';
|
|
93
93
|
export { default as BXTag } from './components/tag/tag';
|
|
94
|
-
export { default as BXFilterTag } from './components/tag/filter-tag';
|
|
95
94
|
export { default as BXSkipToContent } from './components/skip-to-content/skip-to-content';
|
|
96
95
|
export { default as BXTile } from './components/tile/tile';
|
|
97
96
|
export { default as BXClickableTile } from './components/tile/clickable-tile';
|