@itwin/itwinui-react 3.1.3-dev.0 → 3.1.3-dev.2
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/core/Alert/Alert.js +28 -3
- package/cjs/core/Avatar/Avatar.js +28 -3
- package/cjs/core/AvatarGroup/AvatarGroup.js +28 -3
- package/cjs/core/Backdrop/Backdrop.js +28 -3
- package/cjs/core/Badge/Badge.js +28 -3
- package/cjs/core/Breadcrumbs/Breadcrumbs.js +28 -3
- package/cjs/core/ButtonGroup/ButtonGroup.js +28 -3
- package/cjs/core/Buttons/Button.js +28 -3
- package/cjs/core/Buttons/DropdownButton.js +28 -3
- package/cjs/core/Buttons/IconButton.js +28 -3
- package/cjs/core/Buttons/IdeasButton.js +24 -2
- package/cjs/core/Buttons/SplitButton.js +28 -3
- package/cjs/core/Carousel/Carousel.js +28 -3
- package/cjs/core/Carousel/CarouselContext.js +24 -2
- package/cjs/core/Carousel/CarouselDot.js +28 -3
- package/cjs/core/Carousel/CarouselDotsList.js +28 -3
- package/cjs/core/Carousel/CarouselNavigation.js +28 -3
- package/cjs/core/Carousel/CarouselSlide.js +28 -3
- package/cjs/core/Carousel/CarouselSlider.js +28 -3
- package/cjs/core/Checkbox/Checkbox.js +28 -3
- package/cjs/core/ColorPicker/ColorBuilder.js +28 -3
- package/cjs/core/ColorPicker/ColorInputPanel.js +28 -3
- package/cjs/core/ColorPicker/ColorPalette.js +28 -3
- package/cjs/core/ColorPicker/ColorPicker.js +28 -3
- package/cjs/core/ColorPicker/ColorPickerContext.js +24 -2
- package/cjs/core/ColorPicker/ColorSwatch.js +28 -3
- package/cjs/core/ComboBox/ComboBox.js +24 -2
- package/cjs/core/ComboBox/ComboBoxEndIcon.js +28 -3
- package/cjs/core/ComboBox/ComboBoxInput.js +24 -2
- package/cjs/core/ComboBox/ComboBoxInputContainer.js +24 -2
- package/cjs/core/ComboBox/ComboBoxMenu.js +24 -2
- package/cjs/core/ComboBox/ComboBoxMenuItem.js +24 -2
- package/cjs/core/ComboBox/ComboBoxMultipleContainer.js +28 -3
- package/cjs/core/ComboBox/helpers.js +24 -2
- package/cjs/core/DatePicker/DatePicker.js +28 -3
- package/cjs/core/Dialog/Dialog.js +28 -3
- package/cjs/core/Dialog/DialogBackdrop.js +28 -3
- package/cjs/core/Dialog/DialogContent.js +28 -3
- package/cjs/core/Dialog/DialogContext.js +24 -2
- package/cjs/core/Dialog/DialogDragContext.js +24 -2
- package/cjs/core/Dialog/DialogMain.js +29 -4
- package/cjs/core/Dialog/DialogTitleBar.js +28 -3
- package/cjs/core/Divider/Divider.js +28 -3
- package/cjs/core/DropdownMenu/DropdownMenu.js +24 -2
- package/cjs/core/ExpandableBlock/ExpandableBlock.js +28 -3
- package/cjs/core/Fieldset/Fieldset.js +28 -3
- package/cjs/core/FileUpload/FileEmptyCard.js +29 -4
- package/cjs/core/FileUpload/FileUpload.js +28 -3
- package/cjs/core/FileUpload/FileUploadCard.js +28 -3
- package/cjs/core/FileUpload/FileUploadTemplate.js +28 -3
- package/cjs/core/Flex/Flex.js +28 -3
- package/cjs/core/Footer/Footer.js +28 -3
- package/cjs/core/Header/Header.js +28 -3
- package/cjs/core/Header/HeaderBasicButton.js +28 -3
- package/cjs/core/Header/HeaderBreadcrumbs.js +28 -3
- package/cjs/core/Header/HeaderButton.js +24 -2
- package/cjs/core/Header/HeaderDropdownButton.js +28 -3
- package/cjs/core/Header/HeaderLogo.js +28 -3
- package/cjs/core/Header/HeaderSplitButton.js +28 -3
- package/cjs/core/Icon/Icon.js +28 -3
- package/cjs/core/InformationPanel/InformationPanel.js +28 -3
- package/cjs/core/InformationPanel/InformationPanelContent.js +28 -3
- package/cjs/core/InformationPanel/InformationPanelHeader.js +28 -3
- package/cjs/core/Input/Input.js +28 -3
- package/cjs/core/InputGrid/InputGrid.js +28 -3
- package/cjs/core/InputGroup/InputGroup.js +28 -3
- package/cjs/core/InputWithDecorations/InputWithDecorations.js +24 -2
- package/cjs/core/Label/Label.js +28 -3
- package/cjs/core/LabeledInput/LabeledInput.js +24 -2
- package/cjs/core/LabeledSelect/LabeledSelect.js +24 -2
- package/cjs/core/LabeledTextarea/LabeledTextarea.js +24 -2
- package/cjs/core/List/ListItem.js +28 -3
- package/cjs/core/Menu/Menu.js +28 -3
- package/cjs/core/Menu/MenuItem.js +24 -2
- package/cjs/core/Menu/MenuItemSkeleton.js +28 -3
- package/cjs/core/Modal/Modal.js +24 -2
- package/cjs/core/NonIdealState/ErrorPage.js +33 -12
- package/cjs/core/NonIdealState/NonIdealState.js +28 -3
- package/cjs/core/NotificationMarker/NotificationMarker.js +28 -3
- package/cjs/core/Overlay/Overlay.js +5 -3
- package/cjs/core/Popover/Popover.js +28 -3
- package/cjs/core/ProgressIndicators/ProgressLinear.js +28 -3
- package/cjs/core/ProgressIndicators/ProgressRadial.js +28 -3
- package/cjs/core/Radio/Radio.js +28 -3
- package/cjs/core/RadioTiles/RadioTile.js +28 -3
- package/cjs/core/RadioTiles/RadioTileGroup.js +24 -2
- package/cjs/core/SearchBox/SearchBox.js +28 -3
- package/cjs/core/Select/Select.js +28 -3
- package/cjs/core/Select/SelectTag.js +28 -3
- package/cjs/core/Select/SelectTagContainer.js +28 -3
- package/cjs/core/SideNavigation/SideNavigation.js +28 -3
- package/cjs/core/SideNavigation/SidenavButton.js +28 -3
- package/cjs/core/SideNavigation/SidenavSubmenu.js +28 -3
- package/cjs/core/SideNavigation/SidenavSubmenuHeader.js +28 -3
- package/cjs/core/SkipToContentLink/SkipToContentLink.js +28 -3
- package/cjs/core/Slider/Slider.js +28 -3
- package/cjs/core/Slider/Thumb.js +28 -3
- package/cjs/core/Slider/Track.js +28 -3
- package/cjs/core/StatusMessage/StatusMessage.js +28 -3
- package/cjs/core/Stepper/Stepper.js +28 -3
- package/cjs/core/Stepper/StepperStep.js +28 -3
- package/cjs/core/Stepper/WorkflowDiagram.js +28 -3
- package/cjs/core/Stepper/WorkflowDiagramStep.js +28 -3
- package/cjs/core/Surface/Surface.js +28 -3
- package/cjs/core/Table/SubRowExpander.js +24 -2
- package/cjs/core/Table/Table.js +30 -5
- package/cjs/core/Table/TableCell.js +28 -3
- package/cjs/core/Table/TablePaginator.js +28 -3
- package/cjs/core/Table/TableRowMemoized.js +28 -3
- package/cjs/core/Table/cells/DefaultCell.js +28 -3
- package/cjs/core/Table/cells/EditableCell.js +24 -2
- package/cjs/core/Table/columns/actionColumn.js +24 -2
- package/cjs/core/Table/columns/expanderColumn.js +24 -2
- package/cjs/core/Table/columns/selectionColumn.js +24 -2
- package/cjs/core/Table/filters/BaseFilter.js +28 -3
- package/cjs/core/Table/filters/DateRangeFilter/DatePickerInput.js +24 -2
- package/cjs/core/Table/filters/DateRangeFilter/DateRangeFilter.js +28 -3
- package/cjs/core/Table/filters/FilterButtonBar.js +28 -3
- package/cjs/core/Table/filters/FilterToggle.js +28 -3
- package/cjs/core/Table/filters/NumberRangeFilter/NumberRangeFilter.js +24 -2
- package/cjs/core/Table/filters/TextFilter/TextFilter.js +24 -2
- package/cjs/core/Table/filters/tableFilters.js +24 -2
- package/cjs/core/Table/hooks/useColumnDragAndDrop.js +4 -2
- package/cjs/core/Table/hooks/useExpanderCell.js +24 -2
- package/cjs/core/Table/hooks/useScrollToRow.js +24 -2
- package/cjs/core/Table/hooks/useSubRowFiltering.js +24 -2
- package/cjs/core/Table/hooks/useSubRowSelection.js +24 -2
- package/cjs/core/Tabs/Tabs.js +28 -3
- package/cjs/core/Tag/Tag.js +28 -3
- package/cjs/core/Tag/TagContainer.js +28 -3
- package/cjs/core/Textarea/Textarea.js +24 -2
- package/cjs/core/ThemeProvider/ThemeContext.js +24 -2
- package/cjs/core/ThemeProvider/ThemeProvider.d.ts +10 -0
- package/cjs/core/ThemeProvider/ThemeProvider.js +34 -9
- package/cjs/core/Tile/Tile.js +28 -3
- package/cjs/core/TimePicker/TimePicker.js +28 -3
- package/cjs/core/Toast/Toast.js +28 -3
- package/cjs/core/Toast/Toaster.js +28 -3
- package/cjs/core/ToggleSwitch/ToggleSwitch.js +28 -3
- package/cjs/core/Tooltip/Tooltip.js +28 -3
- package/cjs/core/TransferList/TransferList.js +5 -3
- package/cjs/core/Tree/Tree.js +28 -3
- package/cjs/core/Tree/TreeContext.js +24 -2
- package/cjs/core/Tree/TreeNode.js +28 -3
- package/cjs/core/Tree/TreeNodeExpander.js +28 -3
- package/cjs/core/Typography/Blockquote.js +28 -3
- package/cjs/core/Typography/Kbd.js +28 -3
- package/cjs/core/Typography/Text.js +28 -3
- package/cjs/core/VisuallyHidden/VisuallyHidden.js +28 -3
- package/cjs/core/utils/color/index.js +15 -2
- package/cjs/core/utils/components/AutoclearingHiddenLiveRegion.js +24 -2
- package/cjs/core/utils/components/ButtonBase.js +28 -3
- package/cjs/core/utils/components/FocusTrap.js +24 -2
- package/cjs/core/utils/components/InputContainer.js +28 -3
- package/cjs/core/utils/components/InputFlexContainer.js +5 -3
- package/cjs/core/utils/components/MiddleTextTruncation.js +24 -2
- package/cjs/core/utils/components/Portal.js +25 -3
- package/cjs/core/utils/components/Resizer.js +24 -2
- package/cjs/core/utils/components/VirtualScroll.js +25 -3
- package/cjs/core/utils/components/WithCSSTransition.d.ts +2 -2
- package/cjs/core/utils/components/WithCSSTransition.js +28 -3
- package/cjs/core/utils/components/index.js +25 -12
- package/cjs/core/utils/functions/import.d.ts +0 -6
- package/cjs/core/utils/functions/import.js +1 -32
- package/cjs/core/utils/functions/index.js +24 -11
- package/cjs/core/utils/functions/polymorphic.js +29 -4
- package/cjs/core/utils/functions/react.js +24 -2
- package/cjs/core/utils/hooks/index.js +28 -15
- package/cjs/core/utils/hooks/useContainerWidth.js +24 -2
- package/cjs/core/utils/hooks/useControlledState.js +24 -2
- package/cjs/core/utils/hooks/useDragAndDrop.js +24 -2
- package/cjs/core/utils/hooks/useEventListener.js +24 -2
- package/cjs/core/utils/hooks/useGlobals.js +24 -2
- package/cjs/core/utils/hooks/useId.js +24 -2
- package/cjs/core/utils/hooks/useIntersection.js +24 -2
- package/cjs/core/utils/hooks/useIsClient.js +24 -2
- package/cjs/core/utils/hooks/useIsomorphicLayoutEffect.js +24 -2
- package/cjs/core/utils/hooks/useLatestRef.js +24 -2
- package/cjs/core/utils/hooks/useMediaQuery.js +24 -2
- package/cjs/core/utils/hooks/useMergedRefs.js +24 -2
- package/cjs/core/utils/hooks/useOverflow.js +24 -2
- package/cjs/core/utils/hooks/useResizeObserver.js +24 -2
- package/cjs/core/utils/hooks/useSafeContext.js +24 -2
- package/cjs/core/utils/icons/StatusIconMap.js +24 -2
- package/cjs/core/utils/icons/SvgCalendar.js +24 -2
- package/cjs/core/utils/icons/SvgCaretDownSmall.js +24 -2
- package/cjs/core/utils/icons/SvgCaretRightSmall.js +24 -2
- package/cjs/core/utils/icons/SvgCaretUpSmall.js +24 -2
- package/cjs/core/utils/icons/SvgCheckmark.js +24 -2
- package/cjs/core/utils/icons/SvgCheckmarkSmall.js +24 -2
- package/cjs/core/utils/icons/SvgChevronLeft.js +24 -2
- package/cjs/core/utils/icons/SvgChevronLeftDouble.js +24 -2
- package/cjs/core/utils/icons/SvgChevronRight.js +24 -2
- package/cjs/core/utils/icons/SvgChevronRightDouble.js +24 -2
- package/cjs/core/utils/icons/SvgChevronRightSmall.js +24 -2
- package/cjs/core/utils/icons/SvgClose.js +24 -2
- package/cjs/core/utils/icons/SvgCloseSmall.js +24 -2
- package/cjs/core/utils/icons/SvgColumnManager.js +24 -2
- package/cjs/core/utils/icons/SvgDocument.js +24 -2
- package/cjs/core/utils/icons/SvgFilter.js +24 -2
- package/cjs/core/utils/icons/SvgFilterHollow.js +24 -2
- package/cjs/core/utils/icons/SvgImportantSmall.js +24 -2
- package/cjs/core/utils/icons/SvgInfoCircular.js +24 -2
- package/cjs/core/utils/icons/SvgMore.js +24 -2
- package/cjs/core/utils/icons/SvgMoreVertical.js +24 -2
- package/cjs/core/utils/icons/SvgNew.js +24 -2
- package/cjs/core/utils/icons/SvgSearch.js +24 -2
- package/cjs/core/utils/icons/SvgSmileyHappy.js +24 -2
- package/cjs/core/utils/icons/SvgSortDown.js +24 -2
- package/cjs/core/utils/icons/SvgSortUp.js +24 -2
- package/cjs/core/utils/icons/SvgStatusError.js +24 -2
- package/cjs/core/utils/icons/SvgStatusSuccess.js +24 -2
- package/cjs/core/utils/icons/SvgStatusWarning.js +24 -2
- package/cjs/core/utils/icons/SvgSwap.js +24 -2
- package/cjs/core/utils/icons/SvgUpload.js +24 -2
- package/cjs/core/utils/icons/index.js +46 -33
- package/cjs/core/utils/index.js +21 -8
- package/cjs/styles.js +2 -2
- package/esm/core/NonIdealState/ErrorPage.js +9 -10
- package/esm/core/Overlay/Overlay.js +2 -2
- package/esm/core/ThemeProvider/ThemeProvider.d.ts +10 -0
- package/esm/core/ThemeProvider/ThemeProvider.js +4 -4
- package/esm/core/utils/components/WithCSSTransition.d.ts +2 -2
- package/esm/core/utils/functions/import.d.ts +0 -6
- package/esm/core/utils/functions/import.js +0 -8
- package/esm/styles.js +2 -2
- package/package.json +5 -5
- package/styles.css +3 -3
|
@@ -1,25 +1,46 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
2
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
26
|
exports.ErrorPage = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
27
|
/*---------------------------------------------------------------------------------------------
|
|
6
28
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
7
29
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
8
30
|
*--------------------------------------------------------------------------------------------*/
|
|
9
|
-
const React =
|
|
31
|
+
const React = __importStar(require("react"));
|
|
10
32
|
const Button_js_1 = require("../Buttons/Button.js");
|
|
11
33
|
const NonIdealState_js_1 = require("./NonIdealState.js");
|
|
12
34
|
const ProgressRadial_js_1 = require("../ProgressIndicators/ProgressRadial.js");
|
|
13
|
-
const
|
|
14
|
-
const
|
|
15
|
-
const
|
|
16
|
-
const
|
|
17
|
-
const
|
|
18
|
-
const
|
|
19
|
-
const
|
|
20
|
-
const
|
|
21
|
-
const
|
|
22
|
-
const SvgTimedOut = React.lazy(() => (0, index_js_1.dynamicImport)('@itwin/itwinui-illustrations-react/SvgTimedOut'));
|
|
35
|
+
const Svg401 = React.lazy(() => import('@itwin/itwinui-illustrations-react/Svg401'));
|
|
36
|
+
const Svg403 = React.lazy(() => import('@itwin/itwinui-illustrations-react/Svg403'));
|
|
37
|
+
const Svg404 = React.lazy(() => import('@itwin/itwinui-illustrations-react/Svg404'));
|
|
38
|
+
const Svg500 = React.lazy(() => import('@itwin/itwinui-illustrations-react/Svg500'));
|
|
39
|
+
const Svg502 = React.lazy(() => import('@itwin/itwinui-illustrations-react/Svg502'));
|
|
40
|
+
const Svg503 = React.lazy(() => import('@itwin/itwinui-illustrations-react/Svg503'));
|
|
41
|
+
const SvgError = React.lazy(() => import('@itwin/itwinui-illustrations-react/SvgError'));
|
|
42
|
+
const SvgRedirect = React.lazy(() => import('@itwin/itwinui-illustrations-react/SvgRedirect'));
|
|
43
|
+
const SvgTimedOut = React.lazy(() => import('@itwin/itwinui-illustrations-react/SvgTimedOut'));
|
|
23
44
|
/**
|
|
24
45
|
* @deprecated Use `NonIdealState` instead for a smaller client bundle.
|
|
25
46
|
*
|
|
@@ -1,14 +1,39 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
|
+
};
|
|
2
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
29
|
exports.NonIdealState = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
30
|
/*---------------------------------------------------------------------------------------------
|
|
6
31
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
7
32
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
8
33
|
*--------------------------------------------------------------------------------------------*/
|
|
9
|
-
const React =
|
|
34
|
+
const React = __importStar(require("react"));
|
|
10
35
|
const index_js_1 = require("../utils/index.js");
|
|
11
|
-
const classnames_1 =
|
|
36
|
+
const classnames_1 = __importDefault(require("classnames"));
|
|
12
37
|
/**
|
|
13
38
|
* A stylized display to communicate common http errors and other non-ideal states.
|
|
14
39
|
* Works well with svgs from @itwin/itwinui-illustrations-react.
|
|
@@ -1,14 +1,39 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
|
+
};
|
|
2
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
29
|
exports.NotificationMarker = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
30
|
/*---------------------------------------------------------------------------------------------
|
|
6
31
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
7
32
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
8
33
|
*--------------------------------------------------------------------------------------------*/
|
|
9
|
-
const React =
|
|
34
|
+
const React = __importStar(require("react"));
|
|
10
35
|
const index_js_1 = require("../utils/index.js");
|
|
11
|
-
const classnames_1 =
|
|
36
|
+
const classnames_1 = __importDefault(require("classnames"));
|
|
12
37
|
/**
|
|
13
38
|
* A small notification circle to the top-right of the passed children prop.
|
|
14
39
|
* This can be applied to almost anything but mostly intended for icons within buttons with `styleType = default / borderless`.
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
2
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
6
|
exports.Overlay = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
7
|
/*---------------------------------------------------------------------------------------------
|
|
6
8
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
7
9
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
8
10
|
*--------------------------------------------------------------------------------------------*/
|
|
9
|
-
const react_1 =
|
|
11
|
+
const react_1 = __importDefault(require("react"));
|
|
10
12
|
const index_js_1 = require("../utils/index.js");
|
|
11
13
|
// --------------------------------------------------------------------------------
|
|
12
14
|
const OverlayComponent = react_1.default.forwardRef((props, forwardedRef) => {
|
|
@@ -74,7 +76,7 @@ const useInertPolyfill = () => {
|
|
|
74
76
|
react_1.default.useEffect(() => {
|
|
75
77
|
(async () => {
|
|
76
78
|
if (!HTMLElement.prototype.hasOwnProperty('inert') && !loaded.current) {
|
|
77
|
-
await (
|
|
79
|
+
await import(/* webpackIgnore: true */ /* @vite-ignore */ modulePath);
|
|
78
80
|
loaded.current = true;
|
|
79
81
|
}
|
|
80
82
|
})();
|
|
@@ -3,11 +3,36 @@
|
|
|
3
3
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
4
4
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
5
5
|
*--------------------------------------------------------------------------------------------*/
|
|
6
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7
|
+
if (k2 === undefined) k2 = k;
|
|
8
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
9
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
10
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
11
|
+
}
|
|
12
|
+
Object.defineProperty(o, k2, desc);
|
|
13
|
+
}) : (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
o[k2] = m[k];
|
|
16
|
+
}));
|
|
17
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
18
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
19
|
+
}) : function(o, v) {
|
|
20
|
+
o["default"] = v;
|
|
21
|
+
});
|
|
22
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
23
|
+
if (mod && mod.__esModule) return mod;
|
|
24
|
+
var result = {};
|
|
25
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
26
|
+
__setModuleDefault(result, mod);
|
|
27
|
+
return result;
|
|
28
|
+
};
|
|
29
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
30
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
31
|
+
};
|
|
6
32
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
33
|
exports.Popover = exports.usePopover = void 0;
|
|
8
|
-
const
|
|
9
|
-
const
|
|
10
|
-
const classnames_1 = tslib_1.__importDefault(require("classnames"));
|
|
34
|
+
const React = __importStar(require("react"));
|
|
35
|
+
const classnames_1 = __importDefault(require("classnames"));
|
|
11
36
|
const react_1 = require("@floating-ui/react");
|
|
12
37
|
const index_js_1 = require("../utils/index.js");
|
|
13
38
|
const Portal_js_1 = require("../utils/components/Portal.js");
|
|
@@ -1,13 +1,38 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
|
+
};
|
|
2
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
29
|
exports.ProgressLinear = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
30
|
/*---------------------------------------------------------------------------------------------
|
|
6
31
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
7
32
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
8
33
|
*--------------------------------------------------------------------------------------------*/
|
|
9
|
-
const React =
|
|
10
|
-
const classnames_1 =
|
|
34
|
+
const React = __importStar(require("react"));
|
|
35
|
+
const classnames_1 = __importDefault(require("classnames"));
|
|
11
36
|
const index_js_1 = require("../utils/index.js");
|
|
12
37
|
/**
|
|
13
38
|
* Shows progress on a linear bar
|
|
@@ -1,13 +1,38 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
|
+
};
|
|
2
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
29
|
exports.ProgressRadial = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
30
|
/*---------------------------------------------------------------------------------------------
|
|
6
31
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
7
32
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
8
33
|
*--------------------------------------------------------------------------------------------*/
|
|
9
|
-
const classnames_1 =
|
|
10
|
-
const React =
|
|
34
|
+
const classnames_1 = __importDefault(require("classnames"));
|
|
35
|
+
const React = __importStar(require("react"));
|
|
11
36
|
const index_js_1 = require("../utils/index.js");
|
|
12
37
|
/**
|
|
13
38
|
* Circular Progress Indicator
|
package/cjs/core/Radio/Radio.js
CHANGED
|
@@ -1,13 +1,38 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
|
+
};
|
|
2
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
29
|
exports.Radio = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
30
|
/*---------------------------------------------------------------------------------------------
|
|
6
31
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
7
32
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
8
33
|
*--------------------------------------------------------------------------------------------*/
|
|
9
|
-
const classnames_1 =
|
|
10
|
-
const React =
|
|
34
|
+
const classnames_1 = __importDefault(require("classnames"));
|
|
35
|
+
const React = __importStar(require("react"));
|
|
11
36
|
const index_js_1 = require("../utils/index.js");
|
|
12
37
|
/**
|
|
13
38
|
* Basic radio input component
|
|
@@ -1,13 +1,38 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
|
+
};
|
|
2
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
29
|
exports.RadioTile = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
30
|
/*---------------------------------------------------------------------------------------------
|
|
6
31
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
7
32
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
8
33
|
*--------------------------------------------------------------------------------------------*/
|
|
9
|
-
const classnames_1 =
|
|
10
|
-
const React =
|
|
34
|
+
const classnames_1 = __importDefault(require("classnames"));
|
|
35
|
+
const React = __importStar(require("react"));
|
|
11
36
|
const index_js_1 = require("../utils/index.js");
|
|
12
37
|
/**
|
|
13
38
|
* RadioTile component to be used in RadioTileGroup component
|
|
@@ -1,12 +1,34 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
2
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
26
|
exports.RadioTileGroup = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
27
|
/*---------------------------------------------------------------------------------------------
|
|
6
28
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
7
29
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
8
30
|
*--------------------------------------------------------------------------------------------*/
|
|
9
|
-
const React =
|
|
31
|
+
const React = __importStar(require("react"));
|
|
10
32
|
const InputGroup_js_1 = require("../InputGroup/InputGroup.js");
|
|
11
33
|
const index_js_1 = require("../utils/index.js");
|
|
12
34
|
/**
|
|
@@ -1,13 +1,38 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
|
+
};
|
|
2
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
29
|
exports.SearchBox = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
30
|
/*---------------------------------------------------------------------------------------------
|
|
6
31
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
7
32
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
8
33
|
*--------------------------------------------------------------------------------------------*/
|
|
9
|
-
const React =
|
|
10
|
-
const classnames_1 =
|
|
34
|
+
const React = __importStar(require("react"));
|
|
35
|
+
const classnames_1 = __importDefault(require("classnames"));
|
|
11
36
|
const index_js_1 = require("../utils/index.js");
|
|
12
37
|
const IconButton_js_1 = require("../Buttons/IconButton.js");
|
|
13
38
|
const Icon_js_1 = require("../Icon/Icon.js");
|
|
@@ -1,13 +1,38 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
|
+
};
|
|
2
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
29
|
exports.Select = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
30
|
/*---------------------------------------------------------------------------------------------
|
|
6
31
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
7
32
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
8
33
|
*--------------------------------------------------------------------------------------------*/
|
|
9
|
-
const React =
|
|
10
|
-
const classnames_1 =
|
|
34
|
+
const React = __importStar(require("react"));
|
|
35
|
+
const classnames_1 = __importDefault(require("classnames"));
|
|
11
36
|
const Menu_js_1 = require("../Menu/Menu.js");
|
|
12
37
|
const MenuItem_js_1 = require("../Menu/MenuItem.js");
|
|
13
38
|
const index_js_1 = require("../utils/index.js");
|
|
@@ -1,13 +1,38 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
|
+
};
|
|
2
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
29
|
exports.SelectTag = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
30
|
/*---------------------------------------------------------------------------------------------
|
|
6
31
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
7
32
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
8
33
|
*--------------------------------------------------------------------------------------------*/
|
|
9
|
-
const classnames_1 =
|
|
10
|
-
const React =
|
|
34
|
+
const classnames_1 = __importDefault(require("classnames"));
|
|
35
|
+
const React = __importStar(require("react"));
|
|
11
36
|
const index_js_1 = require("../utils/index.js");
|
|
12
37
|
/**
|
|
13
38
|
* Tag for showing selected value in `Select`.
|
|
@@ -1,13 +1,38 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
|
+
};
|
|
2
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
29
|
exports.SelectTagContainer = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
30
|
/*---------------------------------------------------------------------------------------------
|
|
6
31
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
7
32
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
8
33
|
*--------------------------------------------------------------------------------------------*/
|
|
9
|
-
const React =
|
|
10
|
-
const classnames_1 =
|
|
34
|
+
const React = __importStar(require("react"));
|
|
35
|
+
const classnames_1 = __importDefault(require("classnames"));
|
|
11
36
|
const index_js_1 = require("../utils/index.js");
|
|
12
37
|
const SelectTag_js_1 = require("./SelectTag.js");
|
|
13
38
|
/**
|
|
@@ -1,13 +1,38 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
|
+
};
|
|
2
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
29
|
exports.SideNavigation = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
30
|
/*---------------------------------------------------------------------------------------------
|
|
6
31
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
7
32
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
8
33
|
*--------------------------------------------------------------------------------------------*/
|
|
9
|
-
const React =
|
|
10
|
-
const classnames_1 =
|
|
34
|
+
const React = __importStar(require("react"));
|
|
35
|
+
const classnames_1 = __importDefault(require("classnames"));
|
|
11
36
|
const index_js_1 = require("../utils/index.js");
|
|
12
37
|
const IconButton_js_1 = require("../Buttons/IconButton.js");
|
|
13
38
|
const Tooltip_js_1 = require("../Tooltip/Tooltip.js");
|