@ultraviolet/ui 3.20.3 → 3.21.1
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 +3 -3
- package/dist/_virtual/{_@oxc-project_runtime@0.138.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/asyncToGenerator.js +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.138.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/defineProperty.js +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.138.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/extends.js +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.138.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/objectDestructuringEmpty.js +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.138.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/objectSpread2.js +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.138.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/objectWithoutProperties.js +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.138.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/objectWithoutPropertiesLoose.js +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.138.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/toPrimitive.js +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.138.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/toPropertyKey.js +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.138.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/typeof.js +1 -1
- package/dist/components/ActionBar/index.js +1 -1
- package/dist/components/Avatar/index.js +2 -2
- package/dist/components/Banner/index.js +1 -1
- package/dist/components/BarChart/index.js +1 -1
- package/dist/components/Breadcrumbs/components/Item.js +2 -2
- package/dist/components/Breadcrumbs/index.d.ts +2 -26
- package/dist/components/Breadcrumbs/index.d.ts.map +1 -1
- package/dist/components/Button/index.d.ts +1 -0
- package/dist/components/Button/index.d.ts.map +1 -1
- package/dist/components/Button/index.js +3 -1
- package/dist/components/Carousel/Item.js +1 -1
- package/dist/components/Carousel/index.d.ts +2 -8
- package/dist/components/Carousel/index.d.ts.map +1 -1
- package/dist/components/CheckboxGroup/SingleCheckbox.js +1 -1
- package/dist/components/CheckboxGroup/index.d.ts +1 -23
- package/dist/components/CheckboxGroup/index.d.ts.map +1 -1
- package/dist/components/CheckboxGroup/index.js +1 -1
- package/dist/components/Chip/ChipIcon.js +1 -1
- package/dist/components/Chip/index.d.ts +2 -8
- package/dist/components/Chip/index.d.ts.map +1 -1
- package/dist/components/Chip/index.js +1 -1
- package/dist/components/DateInput/components/CalendarContent.js +1 -1
- package/dist/components/DateInput/components/CalendarDaily.js +1 -1
- package/dist/components/DateInput/components/CalendarMonthly.js +1 -1
- package/dist/components/DateInput/components/Popup.js +1 -1
- package/dist/components/DateInput/index.js +3 -2
- package/dist/components/Dialog/index.d.ts +13 -99
- package/dist/components/Dialog/index.d.ts.map +1 -1
- package/dist/components/Dialog/index.js +1 -1
- package/dist/components/Drawer/index.d.ts +3 -10
- package/dist/components/Drawer/index.d.ts.map +1 -1
- package/dist/components/Drawer/index.js +1 -1
- package/dist/components/EmptyState/index.js +1 -1
- package/dist/components/Expandable/AnimatedExpandable.js +1 -1
- package/dist/components/Expandable/NonAnimatedExpandable.js +1 -1
- package/dist/components/ExpandableCard/index.d.ts +2 -4
- package/dist/components/ExpandableCard/index.d.ts.map +1 -1
- package/dist/components/ExpandableCard/index.js +1 -1
- package/dist/components/FileInput/components/Button.js +3 -4
- package/dist/components/FileInput/components/List.js +1 -1
- package/dist/components/FileInput/helpers.js +1 -1
- package/dist/components/FileInput/index.d.ts +11 -10
- package/dist/components/FileInput/index.d.ts.map +1 -1
- package/dist/components/FileInput/index.js +4 -4
- package/dist/components/GlobalAlert/index.d.ts +2 -63
- package/dist/components/GlobalAlert/index.d.ts.map +1 -1
- package/dist/components/GlobalAlert/index.js +1 -1
- package/dist/components/InfiniteScroll/index.js +1 -1
- package/dist/components/Key/styles.css.d.ts.map +1 -1
- package/dist/components/LineChart/CustomLegend.js +1 -1
- package/dist/components/LineChart/index.js +1 -1
- package/dist/components/List/Cell.js +2 -2
- package/dist/components/List/ExpandButtonCell.js +1 -1
- package/dist/components/List/HeaderRow.js +1 -1
- package/dist/components/List/ListContext.js +3 -3
- package/dist/components/List/Row.js +1 -1
- package/dist/components/List/SelectRowCell.js +1 -1
- package/dist/components/List/SkeletonRows.js +1 -1
- package/dist/components/List/TableContainer.js +1 -1
- package/dist/components/List/index.js +1 -1
- package/dist/components/Loader/index.js +1 -1
- package/dist/components/Menu/index.d.ts +2 -10
- package/dist/components/Menu/index.d.ts.map +1 -1
- package/dist/components/Menu/index.js +2 -2
- package/dist/components/Modal/components/Dialog.js +1 -1
- package/dist/components/Notification/Notification.js +1 -1
- package/dist/components/PieChart/index.js +2 -2
- package/dist/components/Popup/index.js +1 -1
- package/dist/components/RadioGroup/SingleRadio.js +1 -1
- package/dist/components/RadioGroup/index.js +1 -1
- package/dist/components/Row/index.d.ts +1 -1
- package/dist/components/Row/index.d.ts.map +1 -1
- package/dist/components/Row/index.js +1 -1
- package/dist/components/SelectInput/SelectInputProvider.d.ts +1 -0
- package/dist/components/SelectInput/SelectInputProvider.d.ts.map +1 -1
- package/dist/components/SelectInput/SelectInputProvider.js +4 -5
- package/dist/components/SelectInput/components/Dropdown/Content.d.ts.map +1 -1
- package/dist/components/SelectInput/components/Dropdown/Content.js +3 -3
- package/dist/components/SelectInput/components/Dropdown/Dropdown.js +1 -1
- package/dist/components/SelectInput/components/Dropdown/Group.d.ts +1 -1
- package/dist/components/SelectInput/components/Dropdown/Group.d.ts.map +1 -1
- package/dist/components/SelectInput/components/Dropdown/Group.js +3 -2
- package/dist/components/SelectInput/components/Dropdown/SearchBar.d.ts.map +1 -1
- package/dist/components/SelectInput/components/Dropdown/SearchBar.js +10 -5
- package/dist/components/SelectInput/components/Dropdown/SelectAll.d.ts.map +1 -1
- package/dist/components/SelectInput/components/Dropdown/SelectAll.js +14 -20
- package/dist/components/SelectInput/components/Dropdown/dropdown.css.d.ts +1 -1
- package/dist/components/SelectInput/components/Dropdown/dropdown.css.d.ts.map +1 -1
- package/dist/components/SelectInput/components/Dropdown/dropdown.css.js +4 -4
- package/dist/components/SelectInput/reducerFunctions.d.ts +3 -8
- package/dist/components/SelectInput/reducerFunctions.d.ts.map +1 -1
- package/dist/components/SelectInput/reducerFunctions.js +4 -14
- package/dist/components/SelectInput/styles.css.d.ts +1 -1
- package/dist/components/SelectInput/styles.css.js +6 -6
- package/dist/components/SelectInput/types.d.ts +0 -1
- package/dist/components/SelectInput/types.d.ts.map +1 -1
- package/dist/components/SelectableCard/MultiStateInput.js +2 -2
- package/dist/components/SelectableCard/SelectableCard.js +1 -1
- package/dist/components/SelectableCardGroup/index.js +1 -1
- package/dist/components/SelectableCardOptionGroup/SelectableCardOptionGroup.js +1 -1
- package/dist/components/SelectableCardOptionGroup/components/Option.js +2 -2
- package/dist/components/Skeleton/index.d.ts +16 -21
- package/dist/components/Skeleton/index.d.ts.map +1 -1
- package/dist/components/Slider/components/DoubleSlider.js +1 -1
- package/dist/components/Slider/components/Options.js +1 -1
- package/dist/components/Slider/components/SingleSlider.js +2 -2
- package/dist/components/Snippet/index.d.ts.map +1 -1
- package/dist/components/Snippet/index.js +2 -3
- package/dist/components/Stack/index.d.ts +1 -1
- package/dist/components/Stack/index.d.ts.map +1 -1
- package/dist/components/Stack/index.js +3 -4
- package/dist/components/Status/styles.css.d.ts.map +1 -1
- package/dist/components/StepList/Item.js +1 -1
- package/dist/components/StepList/index.d.ts +2 -14
- package/dist/components/StepList/index.d.ts.map +1 -1
- package/dist/components/Stepper/Bullet.js +1 -1
- package/dist/components/Stepper/Step.js +1 -1
- package/dist/components/Stepper/index.d.ts +2 -13
- package/dist/components/Stepper/index.d.ts.map +1 -1
- package/dist/components/Stepper/index.js +2 -2
- package/dist/components/SwitchButton/FocusOverlay.js +1 -1
- package/dist/components/SwitchButton/index.d.ts +2 -11
- package/dist/components/SwitchButton/index.d.ts.map +1 -1
- package/dist/components/SwitchButton/index.js +1 -1
- package/dist/components/Table/Cell.js +2 -2
- package/dist/components/Table/Row.js +1 -1
- package/dist/components/Table/TableContainer.js +1 -1
- package/dist/components/Table/TableContext.js +4 -7
- package/dist/components/Table/index.d.ts +10 -48
- package/dist/components/Table/index.d.ts.map +1 -1
- package/dist/components/Table/index.js +1 -1
- package/dist/components/Tabs/Tab.js +4 -5
- package/dist/components/Tabs/TabMenu.js +3 -4
- package/dist/components/Tabs/TabMenuItem.js +4 -5
- package/dist/components/Tabs/index.d.ts +7 -41
- package/dist/components/Tabs/index.d.ts.map +1 -1
- package/dist/components/Tabs/index.js +4 -5
- package/dist/components/Tabs/styles.css.d.ts.map +1 -1
- package/dist/components/TagInput/index.js +2 -2
- package/dist/components/TagList/index.js +2 -2
- package/dist/components/Text/constants.d.ts +2 -0
- package/dist/components/Text/constants.d.ts.map +1 -1
- package/dist/components/Text/index.js +1 -1
- package/dist/components/Text/style.css.d.ts.map +1 -1
- package/dist/components/TextArea/index.d.ts +1 -1
- package/dist/components/TextArea/index.d.ts.map +1 -1
- package/dist/components/TextArea/index.js +26 -31
- package/dist/components/TextArea/styles.css.d.ts +0 -3
- package/dist/components/TextArea/styles.css.d.ts.map +1 -1
- package/dist/components/TimeInput/index.js +2 -2
- package/dist/components/Toaster/Toaster.js +1 -1
- package/dist/components/Toaster/components/Button.js +3 -4
- package/dist/components/Toaster/components/Link.js +3 -3
- package/dist/components/Toaster/index.d.ts +4 -2
- package/dist/components/Toaster/index.d.ts.map +1 -1
- package/dist/components/ToggleGroup/index.js +1 -1
- package/dist/components/TreeMapChart/index.js +2 -2
- package/dist/components/UnitInput/index.js +1 -1
- package/dist/components/index.js +15 -15
- package/dist/components/styles.js +90 -90
- package/dist/composition.js +30 -30
- package/dist/compositions/Conversation/index.d.ts +8 -32
- package/dist/compositions/Conversation/index.d.ts.map +1 -1
- package/dist/compositions/EstimateCost/Components/Item.js +1 -1
- package/dist/compositions/EstimateCost/Components/LineThrough.js +3 -4
- package/dist/compositions/EstimateCost/Components/Unit.js +1 -1
- package/dist/compositions/EstimateCost/EstimateCostProvider.js +1 -1
- package/dist/compositions/EstimateCost/Image.js +1 -1
- package/dist/compositions/EstimateCost/index.d.ts +21 -167
- package/dist/compositions/EstimateCost/index.d.ts.map +1 -1
- package/dist/compositions/FAQ/index.js +1 -1
- package/dist/compositions/Filters/filterTypes/FilterDateRange.d.ts +9 -0
- package/dist/compositions/Filters/filterTypes/FilterDateRange.d.ts.map +1 -0
- package/dist/compositions/Filters/filterTypes/FilterDateRange.js +36 -0
- package/dist/compositions/Filters/filterTypes/FilterMultiSelect.d.ts.map +1 -1
- package/dist/compositions/Filters/filterTypes/FilterMultiSelect.js +2 -1
- package/dist/compositions/Filters/filterTypes/FilterSelect.d.ts +1 -1
- package/dist/compositions/Filters/filterTypes/FilterSelect.d.ts.map +1 -1
- package/dist/compositions/Filters/filterTypes/FilterSelect.js +3 -2
- package/dist/compositions/Filters/filterTypes/FilterSlider.js +1 -1
- package/dist/compositions/Filters/index.d.ts +1 -1
- package/dist/compositions/Filters/index.d.ts.map +1 -1
- package/dist/compositions/Filters/parts/AbstractFilter.d.ts.map +1 -1
- package/dist/compositions/Filters/parts/AbstractFilter.js +7 -3
- package/dist/compositions/Filters/parts/FiltersDrawer.d.ts.map +1 -1
- package/dist/compositions/Filters/parts/FiltersDrawer.js +2 -4
- package/dist/compositions/Filters/parts/reducer.js +1 -1
- package/dist/compositions/Filters/parts/useFilters.js +1 -1
- package/dist/compositions/Filters/types.d.ts +24 -1
- package/dist/compositions/Filters/types.d.ts.map +1 -1
- package/dist/compositions/InfoTable/components/Row.js +1 -1
- package/dist/compositions/InfoTable/index.d.ts +13 -21
- package/dist/compositions/InfoTable/index.d.ts.map +1 -1
- package/dist/compositions/InfoTable/styles.css.js +83 -83
- package/dist/compositions/Navigation/NavigationProvider.d.ts.map +1 -1
- package/dist/compositions/Navigation/NavigationProvider.js +1 -1
- package/dist/compositions/Navigation/index.d.ts +11 -59
- package/dist/compositions/Navigation/index.d.ts.map +1 -1
- package/dist/compositions/OfferList/components/SelectableCell.js +1 -1
- package/dist/compositions/OfferList/index.d.ts +5 -39
- package/dist/compositions/OfferList/index.d.ts.map +1 -1
- package/dist/compositions/OptionSelector/styles.css.js +83 -83
- package/dist/compositions/OrderSummary/helpers.js +1 -1
- package/dist/compositions/Plans/PlanHeader.d.ts +1 -1
- package/dist/compositions/Plans/PlanHeader.d.ts.map +1 -1
- package/dist/compositions/RichTextInput/index.js +1 -1
- package/dist/compositions/SteppedListCard/index.d.ts +2 -11
- package/dist/compositions/SteppedListCard/index.d.ts.map +1 -1
- package/dist/index.js +70 -70
- package/dist/mocks/list.d.ts +1 -1
- package/dist/mocks/list.d.ts.map +1 -1
- package/dist/theme/ThemeProvider.d.ts +11 -0
- package/dist/theme/ThemeProvider.d.ts.map +1 -1
- package/dist/theme/ThemeProvider.js +2 -7
- package/dist/theme/index.d.ts +27 -2
- package/dist/theme/index.d.ts.map +1 -1
- package/dist/ui.css +1 -1
- package/package.json +13 -13
|
@@ -33,51 +33,51 @@ import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$23 } from "../
|
|
|
33
33
|
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$24 } from "../../components/List/styles.css.ts.vanilla.js";
|
|
34
34
|
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$25 } from "../../components/SelectableCard/styles.css.ts.vanilla.js";
|
|
35
35
|
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$26 } from "../../components/Checkbox/styles.css.ts.vanilla.js";
|
|
36
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$27 } from "../../components/
|
|
37
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$28 } from "../../components/
|
|
38
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$29 } from "../../components/
|
|
39
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$30 } from "../../components/
|
|
40
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$31 } from "../../components/
|
|
41
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$32 } from "../../components/
|
|
42
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$33 } from "../../components/
|
|
43
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$34 } from "../../components/
|
|
44
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$35 } from "../../components/
|
|
45
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$36 } from "../../components/
|
|
46
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$37 } from "../../components/
|
|
47
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$38 } from "../../components/
|
|
48
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$39 } from "../../components/
|
|
49
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$40 } from "../../components/
|
|
50
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$41 } from "../../components/
|
|
51
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$42 } from "../../components/
|
|
52
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$43 } from "../../components/
|
|
53
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$44 } from "../../components/
|
|
54
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$45 } from "../../components/
|
|
55
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$46 } from "../../components/
|
|
56
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$47 } from "../../components/
|
|
57
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$48 } from "../../components/
|
|
58
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$49 } from "../../components/
|
|
59
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$50 } from "../../components/
|
|
60
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$51 } from "../../components/
|
|
61
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$52 } from "../../components/
|
|
62
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$53 } from "../../components/
|
|
63
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$54 } from "../../components/
|
|
64
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$55 } from "../../components/
|
|
65
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$56 } from "../../components/
|
|
66
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$57 } from "../../components/
|
|
67
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$58 } from "../../components/
|
|
68
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$59 } from "../../components/
|
|
69
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$60 } from "../../components/
|
|
70
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$61 } from "../../components/
|
|
71
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$62 } from "../../components/
|
|
72
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$63 } from "../../components/
|
|
73
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$64 } from "../../components/
|
|
74
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$65 } from "../../components/
|
|
75
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$66 } from "../../components/
|
|
76
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$67 } from "../../components/
|
|
77
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$68 } from "../../components/
|
|
78
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$69 } from "../../components/
|
|
79
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$70 } from "../../components/
|
|
80
|
-
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$71 } from "../../components/
|
|
36
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$27 } from "../../components/ActionBar/styles.css.ts.vanilla.js";
|
|
37
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$28 } from "../../components/Avatar/styles.css.ts.vanilla.js";
|
|
38
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$29 } from "../../components/Banner/styles.css.ts.vanilla.js";
|
|
39
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$30 } from "../../components/BarChart/styles.css.ts.vanilla.js";
|
|
40
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$31 } from "../../components/BarStack/styles.css.ts.vanilla.js";
|
|
41
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$32 } from "../../components/Breadcrumbs/components/styles.css.ts.vanilla.js";
|
|
42
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$33 } from "../../components/Breadcrumbs/styles.css.ts.vanilla.js";
|
|
43
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$34 } from "../../components/Bullet/styles.css.ts.vanilla.js";
|
|
44
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$35 } from "../../components/Card/styles.css.ts.vanilla.js";
|
|
45
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$36 } from "../../components/Carousel/styles.css.ts.vanilla.js";
|
|
46
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$37 } from "../../components/Chip/styles.css.ts.vanilla.js";
|
|
47
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$38 } from "../../components/DateInput/components/styles.css.ts.vanilla.js";
|
|
48
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$39 } from "../../components/DateInput/styles.css.ts.vanilla.js";
|
|
49
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$40 } from "../../components/Dialog/styles.css.ts.vanilla.js";
|
|
50
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$41 } from "../../components/EmptyState/styles.css.ts.vanilla.js";
|
|
51
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$42 } from "../../components/ExpandableCard/styles.css.ts.vanilla.js";
|
|
52
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$43 } from "../../components/FileInput/styles.css.ts.vanilla.js";
|
|
53
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$44 } from "../../components/GlobalAlert/styles.css.ts.vanilla.js";
|
|
54
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$45 } from "../../components/LineChart/styles.css.ts.vanilla.js";
|
|
55
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$46 } from "../../components/Link/styles.css.ts.vanilla.js";
|
|
56
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$47 } from "../../components/Meter/styles.css.ts.vanilla.js";
|
|
57
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$48 } from "../../components/Modal/styles.css.ts.vanilla.js";
|
|
58
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$49 } from "../../components/Notice/styles.css.ts.vanilla.js";
|
|
59
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$50 } from "../../components/Notification/styles.css.ts.vanilla.js";
|
|
60
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$51 } from "../../components/Pagination/styles.css.ts.vanilla.js";
|
|
61
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$52 } from "../../components/PasswordCheck/styles.css.ts.vanilla.js";
|
|
62
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$53 } from "../../components/PieChart/styles.css.ts.vanilla.js";
|
|
63
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$54 } from "../../components/Popover/styles.css.ts.vanilla.js";
|
|
64
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$55 } from "../../components/ProgressBar/styles.css.ts.vanilla.js";
|
|
65
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$56 } from "../../components/SwitchButton/styles.css.ts.vanilla.js";
|
|
66
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$57 } from "../../components/Radio/styles.css.ts.vanilla.js";
|
|
67
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$58 } from "../../components/RadioGroup/styles.css.ts.vanilla.js";
|
|
68
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$59 } from "../../components/SelectableCardGroup/styles.css.ts.vanilla.js";
|
|
69
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$60 } from "../../components/Slider/styles.css.ts.vanilla.js";
|
|
70
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$61 } from "../../components/Snippet/styles.css.ts.vanilla.js";
|
|
71
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$62 } from "../../components/Status/styles.css.ts.vanilla.js";
|
|
72
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$63 } from "../../components/StepList/styles.css.ts.vanilla.js";
|
|
73
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$64 } from "../../components/Stepper/styles.css.ts.vanilla.js";
|
|
74
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$65 } from "../../components/Table/styles.css.ts.vanilla.js";
|
|
75
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$66 } from "../../components/Tabs/styles.css.ts.vanilla.js";
|
|
76
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$67 } from "../../components/TagInput/styles.css.ts.vanilla.js";
|
|
77
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$68 } from "../../components/TextArea/styles.css.ts.vanilla.js";
|
|
78
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$69 } from "../../components/TimeInput/styles.css.ts.vanilla.js";
|
|
79
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$70 } from "../../components/Toaster/styles.css.ts.vanilla.js";
|
|
80
|
+
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$71 } from "../../components/Toggle/styles.css.ts.vanilla.js";
|
|
81
81
|
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$72 } from "../../components/ToggleGroup/styles.css.ts.vanilla.js";
|
|
82
82
|
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$73 } from "../../components/TreeMapChart/styles.css.ts.vanilla.js";
|
|
83
83
|
import { init_styles_css_ts_vanilla as init_styles_css_ts_vanilla$74 } from "../../components/VerificationCode/styles.css.ts.vanilla.js";
|
|
@@ -88,61 +88,61 @@ import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
|
88
88
|
var rowWidth, infoTableStyle;
|
|
89
89
|
var init_styles_css = __esmMin(() => {
|
|
90
90
|
init_animationsVanillaExtract_css_ts_vanilla();
|
|
91
|
-
init_styles_css_ts_vanilla$
|
|
91
|
+
init_styles_css_ts_vanilla$27();
|
|
92
92
|
init_styles_css_ts_vanilla$18();
|
|
93
|
-
init_styles_css_ts_vanilla$
|
|
93
|
+
init_styles_css_ts_vanilla$28();
|
|
94
94
|
init_styles_css_ts_vanilla$12();
|
|
95
|
-
init_styles_css_ts_vanilla$
|
|
96
|
-
init_styles_css_ts_vanilla$44();
|
|
97
|
-
init_styles_css_ts_vanilla$45();
|
|
98
|
-
init_styles_css_ts_vanilla$46();
|
|
99
|
-
init_styles_css_ts_vanilla$47();
|
|
100
|
-
init_styles_css_ts_vanilla$39();
|
|
101
|
-
init_styles_css_ts_vanilla$6();
|
|
95
|
+
init_styles_css_ts_vanilla$29();
|
|
102
96
|
init_styles_css_ts_vanilla$30();
|
|
103
|
-
init_styles_css_ts_vanilla$
|
|
97
|
+
init_styles_css_ts_vanilla$31();
|
|
98
|
+
init_styles_css_ts_vanilla$32();
|
|
99
|
+
init_styles_css_ts_vanilla$33();
|
|
100
|
+
init_styles_css_ts_vanilla$34();
|
|
101
|
+
init_styles_css_ts_vanilla$6();
|
|
102
|
+
init_styles_css_ts_vanilla$35();
|
|
103
|
+
init_styles_css_ts_vanilla$36();
|
|
104
104
|
init_styles_css_ts_vanilla$23();
|
|
105
105
|
init_styles_css_ts_vanilla$24();
|
|
106
106
|
init_styles_css_ts_vanilla$25();
|
|
107
107
|
init_styles_css_ts_vanilla$26();
|
|
108
|
-
init_styles_css_ts_vanilla$
|
|
109
|
-
init_styles_css_ts_vanilla$
|
|
110
|
-
init_styles_css_ts_vanilla$
|
|
111
|
-
init_styles_css_ts_vanilla$
|
|
108
|
+
init_styles_css_ts_vanilla$37();
|
|
109
|
+
init_styles_css_ts_vanilla$38();
|
|
110
|
+
init_styles_css_ts_vanilla$39();
|
|
111
|
+
init_styles_css_ts_vanilla$40();
|
|
112
112
|
init_styles_css_ts_vanilla$14();
|
|
113
|
-
init_styles_css_ts_vanilla$
|
|
113
|
+
init_styles_css_ts_vanilla$41();
|
|
114
114
|
init_styles_css_ts_vanilla$13();
|
|
115
|
-
init_styles_css_ts_vanilla$
|
|
116
|
-
init_styles_css_ts_vanilla$
|
|
117
|
-
init_styles_css_ts_vanilla$
|
|
115
|
+
init_styles_css_ts_vanilla$42();
|
|
116
|
+
init_styles_css_ts_vanilla$43();
|
|
117
|
+
init_styles_css_ts_vanilla$44();
|
|
118
118
|
init_styles_css_ts_vanilla$11();
|
|
119
119
|
init_styles_css_ts_vanilla$8();
|
|
120
|
-
init_styles_css_ts_vanilla$
|
|
121
|
-
init_styles_css_ts_vanilla$
|
|
120
|
+
init_styles_css_ts_vanilla$45();
|
|
121
|
+
init_styles_css_ts_vanilla$46();
|
|
122
122
|
init_styles_css_ts_vanilla$5();
|
|
123
123
|
init_styles_css_ts_vanilla$7();
|
|
124
|
-
init_styles_css_ts_vanilla$
|
|
125
|
-
init_styles_css_ts_vanilla$
|
|
126
|
-
init_styles_css_ts_vanilla$
|
|
127
|
-
init_styles_css_ts_vanilla$
|
|
124
|
+
init_styles_css_ts_vanilla$47();
|
|
125
|
+
init_styles_css_ts_vanilla$48();
|
|
126
|
+
init_styles_css_ts_vanilla$49();
|
|
127
|
+
init_styles_css_ts_vanilla$50();
|
|
128
128
|
init_styles_css_ts_vanilla$17();
|
|
129
|
-
init_styles_css_ts_vanilla$
|
|
130
|
-
init_styles_css_ts_vanilla$
|
|
131
|
-
init_styles_css_ts_vanilla$
|
|
132
|
-
init_styles_css_ts_vanilla$
|
|
129
|
+
init_styles_css_ts_vanilla$51();
|
|
130
|
+
init_styles_css_ts_vanilla$52();
|
|
131
|
+
init_styles_css_ts_vanilla$53();
|
|
132
|
+
init_styles_css_ts_vanilla$54();
|
|
133
133
|
init_styles_css_ts_vanilla$1();
|
|
134
134
|
init_styles_css_ts_vanilla$2();
|
|
135
135
|
init_style_css_ts_vanilla();
|
|
136
136
|
init_styles_css_ts_vanilla$3();
|
|
137
|
-
init_styles_css_ts_vanilla$
|
|
137
|
+
init_styles_css_ts_vanilla$55();
|
|
138
138
|
init_styles_css_ts_vanilla$20();
|
|
139
|
-
init_styles_css_ts_vanilla$
|
|
140
|
-
init_styles_css_ts_vanilla$
|
|
141
|
-
init_styles_css_ts_vanilla$
|
|
139
|
+
init_styles_css_ts_vanilla$56();
|
|
140
|
+
init_styles_css_ts_vanilla$57();
|
|
141
|
+
init_styles_css_ts_vanilla$58();
|
|
142
142
|
init_variables_css_ts_vanilla$1();
|
|
143
143
|
init_styles_css_ts_vanilla$16();
|
|
144
144
|
init_styles_css_ts_vanilla$9();
|
|
145
|
-
init_styles_css_ts_vanilla$
|
|
145
|
+
init_styles_css_ts_vanilla$59();
|
|
146
146
|
init_dropdown_css_ts_vanilla();
|
|
147
147
|
init_styles_css_ts_vanilla$21();
|
|
148
148
|
init_selectBar_css_ts_vanilla();
|
|
@@ -150,21 +150,21 @@ var init_styles_css = __esmMin(() => {
|
|
|
150
150
|
init_styles_css_ts_vanilla$15();
|
|
151
151
|
init_stylesVariants_css_ts_vanilla();
|
|
152
152
|
init_styles_css_ts_vanilla$19();
|
|
153
|
-
init_styles_css_ts_vanilla$
|
|
154
|
-
init_styles_css_ts_vanilla$
|
|
153
|
+
init_styles_css_ts_vanilla$60();
|
|
154
|
+
init_styles_css_ts_vanilla$61();
|
|
155
155
|
init_variables_css_ts_vanilla();
|
|
156
156
|
init_styles_css_ts_vanilla();
|
|
157
|
+
init_styles_css_ts_vanilla$62();
|
|
158
|
+
init_styles_css_ts_vanilla$63();
|
|
157
159
|
init_styles_css_ts_vanilla$64();
|
|
158
160
|
init_styles_css_ts_vanilla$65();
|
|
159
161
|
init_styles_css_ts_vanilla$66();
|
|
160
162
|
init_styles_css_ts_vanilla$67();
|
|
161
163
|
init_styles_css_ts_vanilla$68();
|
|
164
|
+
init_styles_css_ts_vanilla$10();
|
|
162
165
|
init_styles_css_ts_vanilla$69();
|
|
163
166
|
init_styles_css_ts_vanilla$70();
|
|
164
|
-
init_styles_css_ts_vanilla$10();
|
|
165
|
-
init_styles_css_ts_vanilla$37();
|
|
166
167
|
init_styles_css_ts_vanilla$71();
|
|
167
|
-
init_styles_css_ts_vanilla$36();
|
|
168
168
|
init_styles_css_ts_vanilla$72();
|
|
169
169
|
init_styles_css_ts_vanilla$4();
|
|
170
170
|
init_styles_css_ts_vanilla$73();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NavigationProvider.d.ts","sourceRoot":"","sources":["../../../src/compositions/Navigation/NavigationProvider.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAE3D,OAAO,iBAAiB,MAAM,cAAc,CAAA;AAC5C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;
|
|
1
|
+
{"version":3,"file":"NavigationProvider.d.ts","sourceRoot":"","sources":["../../../src/compositions/Navigation/NavigationProvider.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { __esmMin, __name } from "../../_virtual/_rolldown/runtime.js";
|
|
3
|
-
import _objectSpread2, { init_objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.
|
|
3
|
+
import _objectSpread2, { init_objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
|
|
4
4
|
import { ANIMATION_EASING, init_constants } from "./constants.js";
|
|
5
5
|
import en_default, { init_en } from "./locales/en.js";
|
|
6
6
|
import { init_variables_css, widthNavigationContainerDuration } from "./variables.css.js";
|
|
@@ -1,66 +1,18 @@
|
|
|
1
|
+
import { Group } from './components/Group';
|
|
2
|
+
import { Item } from './components/Item/Item';
|
|
3
|
+
import { PinnedItems } from './components/PinnedItems';
|
|
4
|
+
import { Separator } from './components/Separator';
|
|
5
|
+
import { ShowHide } from './components/ShowHide';
|
|
1
6
|
import { NavigationProvider, useNavigation } from './NavigationProvider';
|
|
2
7
|
import type { NavigationProps } from './types';
|
|
3
8
|
export declare function Navigation({ 'data-testid': dataTestId, children, className, id, logo, onToggleExpand, onWidthResize, style, }: NavigationProps): import("react").JSX.Element;
|
|
4
9
|
export declare namespace Navigation {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}): import("react").JSX.Element | null;
|
|
12
|
-
displayName: string;
|
|
13
|
-
};
|
|
14
|
-
var Item: import("react").MemoExoticComponent<({ children, categoryIcon, label, labelDescription, subLabel, badgeText, badgeSentiment, href, target, rel, onToggle, onClickPinUnpin, toggle, active, noPinButton, type, as, disabled, noExpand, index, id, 'data-testid': dataTestId, style, alwaysVisible, }: {
|
|
15
|
-
children?: import("react").ReactNode;
|
|
16
|
-
categoryIcon?: import("react").ReactNode;
|
|
17
|
-
label: string;
|
|
18
|
-
labelDescription?: import("react").ReactNode;
|
|
19
|
-
id: string;
|
|
20
|
-
subLabel?: string;
|
|
21
|
-
badgeText?: string;
|
|
22
|
-
badgeSentiment?: import("react").ComponentProps<typeof import("../..").Badge>['sentiment'];
|
|
23
|
-
href?: HTMLAnchorElement['href'];
|
|
24
|
-
target?: HTMLAnchorElement['target'];
|
|
25
|
-
rel?: HTMLAnchorElement['rel'];
|
|
26
|
-
onToggle?: (toggle: boolean) => void;
|
|
27
|
-
onClickPinUnpin?: (parameters: import("./types").PinUnPinType) => void;
|
|
28
|
-
toggle?: boolean;
|
|
29
|
-
active?: boolean;
|
|
30
|
-
noPinButton?: boolean;
|
|
31
|
-
type?: import("./types").ItemType;
|
|
32
|
-
index?: number;
|
|
33
|
-
as?: import("react").ElementType;
|
|
34
|
-
noExpand?: boolean;
|
|
35
|
-
alwaysVisible?: boolean;
|
|
36
|
-
disabled?: boolean;
|
|
37
|
-
'data-testid'?: string;
|
|
38
|
-
style?: import("react").CSSProperties;
|
|
39
|
-
}) => import("react").JSX.Element | null>;
|
|
40
|
-
var PinnedItems: {
|
|
41
|
-
({ toggle, onReorder, onToggle, itemWrapper, style }: {
|
|
42
|
-
toggle?: boolean;
|
|
43
|
-
onToggle?: (toggle: boolean) => void;
|
|
44
|
-
onReorder?: (pinnedItems: string[]) => void;
|
|
45
|
-
itemWrapper?: (item: import("react").ReactElement, itemId: string) => import("react").ReactElement;
|
|
46
|
-
style?: import("react").CSSProperties;
|
|
47
|
-
}): import("react").JSX.Element | null;
|
|
48
|
-
displayName: string;
|
|
49
|
-
};
|
|
50
|
-
var Separator: {
|
|
51
|
-
(): import("react").JSX.Element;
|
|
52
|
-
displayName: string;
|
|
53
|
-
};
|
|
54
|
-
var ShowHide: import("react").MemoExoticComponent<({ showContent, hideContent, onShowHide, tooltip, 'data-testid': dataTestId, style }: {
|
|
55
|
-
showContent: import("react").ReactNode;
|
|
56
|
-
hideContent: import("react").ReactNode;
|
|
57
|
-
onShowHide?: (expanded: 'show' | 'hide') => void;
|
|
58
|
-
disabled?: boolean;
|
|
59
|
-
tooltip?: string;
|
|
60
|
-
'data-testid'?: string;
|
|
61
|
-
style?: import("react").CSSProperties;
|
|
62
|
-
}) => import("react").JSX.Element>;
|
|
63
|
-
var displayName: string;
|
|
10
|
+
export { Group };
|
|
11
|
+
export { Item };
|
|
12
|
+
export { PinnedItems };
|
|
13
|
+
export { Separator };
|
|
14
|
+
export { ShowHide };
|
|
15
|
+
export var displayName: string;
|
|
64
16
|
}
|
|
65
17
|
export { NavigationProvider, useNavigation };
|
|
66
18
|
export type { NavigationProps };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/compositions/Navigation/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/compositions/Navigation/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAA;AAC1C,OAAO,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAA;AAC7C,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAA;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAA;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAEhD,OAAO,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AACxE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;mCAOnB,EACzB,aAAa,EAAE,UAAU,EACzB,QAAQ,EACR,SAAS,EACT,EAAE,EACF,IAAI,EACJ,cAAc,EACd,aAAa,EACb,KAAK,GACN,EAAE,eAAe;;;;;;;;;AAsBlB,OAAO,EAAE,kBAAkB,EAAE,aAAa,EAAE,CAAA;AAC5C,YAAY,EAAE,eAAe,EAAE,CAAA"}
|
|
@@ -3,8 +3,8 @@ import { __esmMin, __name } from "../../../_virtual/_rolldown/runtime.js";
|
|
|
3
3
|
import { Tooltip, init_Tooltip } from "../../../components/Tooltip/index.js";
|
|
4
4
|
import { Badge, init_Badge } from "../../../components/Badge/index.js";
|
|
5
5
|
import { Checkbox, init_Checkbox } from "../../../components/Checkbox/index.js";
|
|
6
|
-
import { Radio, init_Radio } from "../../../components/Radio/index.js";
|
|
7
6
|
import { List, init_List } from "../../../components/List/index.js";
|
|
7
|
+
import { Radio, init_Radio } from "../../../components/Radio/index.js";
|
|
8
8
|
import { init_OfferListProvider, useOfferListContext } from "../OfferListProvider.js";
|
|
9
9
|
import { init_styles_css, offerListStyle } from "../styles.css.js";
|
|
10
10
|
import { cn } from "@ultraviolet/utils";
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import type { ComponentProps, CSSProperties } from 'react';
|
|
2
2
|
import { List } from '../../components/List';
|
|
3
|
+
import { Cell } from './components/Cell';
|
|
4
|
+
import { Row } from './components/Row';
|
|
3
5
|
type OfferListProps = Omit<ComponentProps<typeof List>, 'selectable' | 'onSelectedChange' | 'colMode'> & {
|
|
4
6
|
/**
|
|
5
7
|
* Make offerList selectable by choosing its type
|
|
@@ -16,45 +18,9 @@ type OfferListProps = Omit<ComponentProps<typeof List>, 'selectable' | 'onSelect
|
|
|
16
18
|
};
|
|
17
19
|
export declare function OfferList({ expandable, type, columns, children, loading, autoCollapse, selected, onChangeSelect, className, style, 'data-testid': dataTestId, }: OfferListProps): import("react").JSX.Element;
|
|
18
20
|
export declare namespace OfferList {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
id: string;
|
|
23
|
-
expandable?: import("react").ReactNode;
|
|
24
|
-
selectDisabled?: boolean | string;
|
|
25
|
-
disabled?: boolean;
|
|
26
|
-
sentiment?: (readonly ["primary", "secondary", "neutral", "success", "danger", "warning", "info"])[number];
|
|
27
|
-
expanded?: boolean;
|
|
28
|
-
className?: string;
|
|
29
|
-
expandablePadding?: "0" | "0.25" | "0.5" | "1" | "1.5" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9";
|
|
30
|
-
highlightAnimation?: boolean;
|
|
31
|
-
'data-testid'?: string;
|
|
32
|
-
style?: CSSProperties;
|
|
33
|
-
'data-dragging'?: boolean;
|
|
34
|
-
onMouseEnter?: import("react").MouseEventHandler<HTMLTableRowElement>;
|
|
35
|
-
onMouseLeave?: import("react").MouseEventHandler<HTMLTableRowElement>;
|
|
36
|
-
onClick?: (id: string) => void;
|
|
37
|
-
disabledClickRowToExpand?: boolean;
|
|
38
|
-
} & import("react").RefAttributes<HTMLTableRowElement> & {
|
|
39
|
-
banner?: {
|
|
40
|
-
text: import("react").ReactNode;
|
|
41
|
-
sentiment?: 'neutral' | 'primary' | 'warning' | 'danger';
|
|
42
|
-
};
|
|
43
|
-
offerName: string;
|
|
44
|
-
badge?: {
|
|
45
|
-
text: string;
|
|
46
|
-
sentiment?: "black" | "danger" | "info" | "neutral" | "primary" | "secondary" | "success" | "warning" | "white" | undefined;
|
|
47
|
-
prominence?: "default" | "strong" | undefined;
|
|
48
|
-
};
|
|
49
|
-
style?: CSSProperties;
|
|
50
|
-
}): import("react").JSX.Element;
|
|
51
|
-
displayName: string;
|
|
52
|
-
};
|
|
53
|
-
var Cell: {
|
|
54
|
-
({ children, className, 'data-testid': dataTestId, colSpan, style, }: ComponentProps<typeof List.Cell>): import("react").JSX.Element;
|
|
55
|
-
displayName: string;
|
|
56
|
-
};
|
|
57
|
-
var displayName: string;
|
|
21
|
+
export { Row };
|
|
22
|
+
export { Cell };
|
|
23
|
+
export var displayName: string;
|
|
58
24
|
}
|
|
59
25
|
export {};
|
|
60
26
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/compositions/OfferList/index.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAC1D,OAAO,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAA;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/compositions/OfferList/index.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAC1D,OAAO,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAA;AAC5C,OAAO,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAA;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,kBAAkB,CAAA;AAItC,KAAK,cAAc,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,IAAI,CAAC,EAAE,YAAY,GAAG,kBAAkB,GAAG,SAAS,CAAC,GAAG;IACvG;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,GAAG,UAAU,CAAA;IAC3B,cAAc,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,EAAE,KAAK,IAAI,CAAA;IACtD;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;IAC5B,CAAC,aAAa,CAAC,CAAC,EAAE,MAAM,CAAA;IACxB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,KAAK,CAAC,EAAE,aAAa,CAAA;CACtB,CAAA;kCAKyB,EACxB,UAAU,EACV,IAAc,EACd,OAAO,EACP,QAAQ,EACR,OAAO,EACP,YAAY,EACZ,QAAQ,EACR,cAAc,EACd,SAAS,EACT,KAAK,EACL,aAAa,EAAE,UAAU,GAC1B,EAAE,cAAc"}
|