@epam/uui 4.10.1 → 4.11.0-alpha.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/assets/styles/controlLayout.scss +16 -0
- package/assets/styles/effects.scss +3 -2
- package/assets/styles/inputs.scss +10 -10
- package/assets/styles/prettifyScrollBar.scss +10 -2
- package/assets/styles/typography-mixins.scss +159 -0
- package/assets/styles/typography.scss +35 -0
- package/assets/styles/variables/widgets/badge.scss +36 -36
- package/components/buttons/Button/Button.d.ts +13 -0
- package/components/buttons/Button/Button.d.ts.map +1 -0
- package/components/buttons/Button/Button.test.d.ts +2 -0
- package/components/buttons/Button/Button.test.d.ts.map +1 -0
- package/components/buttons/Button/index.d.ts +2 -0
- package/components/buttons/Button/index.d.ts.map +1 -0
- package/components/buttons/IconButton.d.ts +1 -3
- package/components/buttons/IconButton.d.ts.map +1 -1
- package/components/buttons/LinkButton.d.ts +3 -4
- package/components/buttons/LinkButton.d.ts.map +1 -1
- package/components/buttons/TabButton.d.ts +2 -3
- package/components/buttons/TabButton.d.ts.map +1 -1
- package/components/buttons/VerticalTabButton.d.ts +2 -2
- package/components/buttons/VerticalTabButton.d.ts.map +1 -1
- package/components/buttons/index.d.ts +1 -1
- package/components/buttons/index.d.ts.map +1 -1
- package/components/datePickers/Calendar.d.ts +5 -0
- package/components/datePickers/Calendar.d.ts.map +1 -0
- package/components/datePickers/CalendarPresets.d.ts +4 -0
- package/components/datePickers/CalendarPresets.d.ts.map +1 -0
- package/components/datePickers/DatePicker.d.ts +13 -0
- package/components/datePickers/DatePicker.d.ts.map +1 -0
- package/components/datePickers/DatePickerBody.d.ts +4 -0
- package/components/datePickers/DatePickerBody.d.ts.map +1 -0
- package/components/datePickers/RangeDatePicker.d.ts +13 -0
- package/components/datePickers/RangeDatePicker.d.ts.map +1 -0
- package/components/datePickers/RangeDatePickerBody.d.ts +4 -0
- package/components/datePickers/RangeDatePickerBody.d.ts.map +1 -0
- package/components/datePickers/index.d.ts +6 -0
- package/components/datePickers/index.d.ts.map +1 -0
- package/components/dnd/DropMarker.d.ts +9 -0
- package/components/dnd/DropMarker.d.ts.map +1 -0
- package/components/dnd/index.d.ts +2 -0
- package/components/dnd/index.d.ts.map +1 -0
- package/components/filters/FilterDataPickerBody.d.ts +14 -0
- package/components/filters/FilterDataPickerBody.d.ts.map +1 -0
- package/components/filters/FilterItemBody.d.ts +3 -0
- package/components/filters/FilterItemBody.d.ts.map +1 -0
- package/components/filters/FilterNumericBody.d.ts +13 -0
- package/components/filters/FilterNumericBody.d.ts.map +1 -0
- package/components/filters/FilterPanelItemToggler.d.ts +13 -0
- package/components/filters/FilterPanelItemToggler.d.ts.map +1 -0
- package/components/filters/FilterPickerBody.d.ts +20 -0
- package/components/filters/FilterPickerBody.d.ts.map +1 -0
- package/components/filters/FilterRangeDatePickerBody.d.ts +19 -0
- package/components/filters/FilterRangeDatePickerBody.d.ts.map +1 -0
- package/components/filters/FiltersPanel.d.ts +9 -0
- package/components/filters/FiltersPanel.d.ts.map +1 -0
- package/components/filters/FiltersPanelItem.d.ts +8 -0
- package/components/filters/FiltersPanelItem.d.ts.map +1 -0
- package/components/filters/PresetPanel/Preset.d.ts +9 -0
- package/components/filters/PresetPanel/Preset.d.ts.map +1 -0
- package/components/filters/PresetPanel/PresetActionsDropdown.d.ts +10 -0
- package/components/filters/PresetPanel/PresetActionsDropdown.d.ts.map +1 -0
- package/components/filters/PresetPanel/PresetInput.d.ts +9 -0
- package/components/filters/PresetPanel/PresetInput.d.ts.map +1 -0
- package/components/filters/PresetPanel/PresetsPanel.d.ts +7 -0
- package/components/filters/PresetPanel/PresetsPanel.d.ts.map +1 -0
- package/components/filters/PresetPanel/index.d.ts +2 -0
- package/components/filters/PresetPanel/index.d.ts.map +1 -0
- package/components/filters/defaultPredicates.d.ts +5 -0
- package/components/filters/defaultPredicates.d.ts.map +1 -0
- package/components/filters/index.d.ts +5 -0
- package/components/filters/index.d.ts.map +1 -0
- package/components/forms/Form.d.ts +4 -0
- package/components/forms/Form.d.ts.map +1 -0
- package/components/forms/index.d.ts +3 -0
- package/components/forms/index.d.ts.map +1 -0
- package/components/forms/useForm.d.ts +3 -0
- package/components/forms/useForm.d.ts.map +1 -0
- package/components/index.d.ts +5 -0
- package/components/index.d.ts.map +1 -1
- package/components/inputs/Checkbox.d.ts +5 -6
- package/components/inputs/Checkbox.d.ts.map +1 -1
- package/components/inputs/MultiSwitch.d.ts +16 -0
- package/components/inputs/MultiSwitch.d.ts.map +1 -0
- package/components/inputs/NumericInput.d.ts +9 -0
- package/components/inputs/NumericInput.d.ts.map +1 -0
- package/components/inputs/RadioInput.d.ts +3 -4
- package/components/inputs/RadioInput.d.ts.map +1 -1
- package/components/inputs/Switch.d.ts +1 -3
- package/components/inputs/Switch.d.ts.map +1 -1
- package/components/inputs/TextArea.d.ts +10 -0
- package/components/inputs/TextArea.d.ts.map +1 -0
- package/components/inputs/TextInput.d.ts +4 -5
- package/components/inputs/TextInput.d.ts.map +1 -1
- package/components/inputs/index.d.ts +3 -0
- package/components/inputs/index.d.ts.map +1 -1
- package/components/layout/Accordion.d.ts +1 -3
- package/components/layout/Accordion.d.ts.map +1 -1
- package/components/layout/Blocker.d.ts +4 -0
- package/components/layout/Blocker.d.ts.map +1 -0
- package/components/layout/CheckboxGroup.d.ts +3 -0
- package/components/layout/CheckboxGroup.d.ts.map +1 -0
- package/components/layout/ControlGroup.d.ts +1 -2
- package/components/layout/ControlGroup.d.ts.map +1 -1
- package/components/layout/FlexItems/FlexCell.d.ts +2 -2
- package/components/layout/FlexItems/FlexCell.d.ts.map +1 -1
- package/components/layout/FlexItems/FlexRow.d.ts +1 -2
- package/components/layout/FlexItems/FlexRow.d.ts.map +1 -1
- package/components/layout/FlexItems/Panel.d.ts +2 -5
- package/components/layout/FlexItems/Panel.d.ts.map +1 -1
- package/components/layout/LabeledInput.d.ts +1 -3
- package/components/layout/LabeledInput.d.ts.map +1 -1
- package/components/layout/RadioGroup.d.ts +1 -2
- package/components/layout/RadioGroup.d.ts.map +1 -1
- package/components/layout/ScrollBars.d.ts +1 -3
- package/components/layout/ScrollBars.d.ts.map +1 -1
- package/components/layout/VirtualList.d.ts +1 -6
- package/components/layout/VirtualList.d.ts.map +1 -1
- package/components/layout/index.d.ts +3 -1
- package/components/layout/index.d.ts.map +1 -1
- package/components/navigation/MainMenu/Burger/Burger.d.ts +6 -0
- package/components/navigation/MainMenu/Burger/Burger.d.ts.map +1 -0
- package/components/navigation/MainMenu/Burger/BurgerButton.d.ts +8 -0
- package/components/navigation/MainMenu/Burger/BurgerButton.d.ts.map +1 -0
- package/components/navigation/MainMenu/Burger/BurgerGroupHeader.d.ts +5 -0
- package/components/navigation/MainMenu/Burger/BurgerGroupHeader.d.ts.map +1 -0
- package/components/navigation/MainMenu/Burger/BurgerSearch.d.ts +5 -0
- package/components/navigation/MainMenu/Burger/BurgerSearch.d.ts.map +1 -0
- package/components/navigation/MainMenu/Burger/index.d.ts +5 -0
- package/components/navigation/MainMenu/Burger/index.d.ts.map +1 -0
- package/components/navigation/MainMenu/GlobalMenu.d.ts +6 -0
- package/components/navigation/MainMenu/GlobalMenu.d.ts.map +1 -0
- package/components/navigation/MainMenu/MainMenu.d.ts +5 -0
- package/components/navigation/MainMenu/MainMenu.d.ts.map +1 -0
- package/components/navigation/MainMenu/MainMenuAvatar.d.ts +8 -0
- package/components/navigation/MainMenu/MainMenuAvatar.d.ts.map +1 -0
- package/components/navigation/MainMenu/MainMenuButton.d.ts +7 -0
- package/components/navigation/MainMenu/MainMenuButton.d.ts.map +1 -0
- package/components/navigation/MainMenu/MainMenuDropdown.d.ts +6 -0
- package/components/navigation/MainMenu/MainMenuDropdown.d.ts.map +1 -0
- package/components/navigation/MainMenu/MainMenuIcon.d.ts +8 -0
- package/components/navigation/MainMenu/MainMenuIcon.d.ts.map +1 -0
- package/components/navigation/MainMenu/MainMenuSearch.d.ts +7 -0
- package/components/navigation/MainMenu/MainMenuSearch.d.ts.map +1 -0
- package/components/navigation/MainMenu/index.d.ts +9 -0
- package/components/navigation/MainMenu/index.d.ts.map +1 -0
- package/components/navigation/index.d.ts +2 -0
- package/components/navigation/index.d.ts.map +1 -0
- package/components/overlays/Alert.d.ts +24 -0
- package/components/overlays/Alert.d.ts.map +1 -0
- package/components/overlays/ConfirmationModal.d.ts +11 -0
- package/components/overlays/ConfirmationModal.d.ts.map +1 -0
- package/components/overlays/DropdownContainer.d.ts +6 -4
- package/components/overlays/DropdownContainer.d.ts.map +1 -1
- package/components/overlays/DropdownMenu.d.ts +12 -14
- package/components/overlays/DropdownMenu.d.ts.map +1 -1
- package/components/overlays/Modals.d.ts +2 -6
- package/components/overlays/Modals.d.ts.map +1 -1
- package/components/overlays/NotificationCard.d.ts +12 -17
- package/components/overlays/NotificationCard.d.ts.map +1 -1
- package/components/overlays/Tooltip.d.ts +2 -3
- package/components/overlays/Tooltip.d.ts.map +1 -1
- package/components/overlays/index.d.ts +1 -0
- package/components/overlays/index.d.ts.map +1 -1
- package/components/pickers/DataPickerBody.d.ts +2 -1
- package/components/pickers/DataPickerBody.d.ts.map +1 -1
- package/components/pickers/DataPickerFooter.d.ts.map +1 -1
- package/components/pickers/PickerInput.d.ts +1 -1
- package/components/pickers/PickerInput.d.ts.map +1 -1
- package/components/pickers/PickerItem.d.ts +2 -1
- package/components/pickers/PickerItem.d.ts.map +1 -1
- package/components/pickers/PickerModal.d.ts +2 -1
- package/components/pickers/PickerModal.d.ts.map +1 -1
- package/components/pickers/PickerToggler.d.ts +0 -1
- package/components/pickers/PickerToggler.d.ts.map +1 -1
- package/components/tables/ColumnHeaderDropdown/ColumnHeaderDropdown.d.ts +14 -0
- package/components/tables/ColumnHeaderDropdown/ColumnHeaderDropdown.d.ts.map +1 -0
- package/components/tables/ColumnHeaderDropdown/SortingPanel.d.ts +8 -0
- package/components/tables/ColumnHeaderDropdown/SortingPanel.d.ts.map +1 -0
- package/components/tables/ColumnHeaderDropdown/index.d.ts +2 -0
- package/components/tables/ColumnHeaderDropdown/index.d.ts.map +1 -0
- package/components/tables/DataTable.d.ts +16 -0
- package/components/tables/DataTable.d.ts.map +1 -0
- package/components/tables/DataTableCell.d.ts +2 -7
- package/components/tables/DataTableCell.d.ts.map +1 -1
- package/components/tables/DataTableHeaderCell.d.ts +19 -0
- package/components/tables/DataTableHeaderCell.d.ts.map +1 -0
- package/components/tables/DataTableHeaderRow.d.ts +5 -0
- package/components/tables/DataTableHeaderRow.d.ts.map +1 -0
- package/components/tables/DataTableRow.d.ts +11 -0
- package/components/tables/DataTableRow.d.ts.map +1 -0
- package/components/tables/columnsConfigurationModal/ColumnRow.d.ts +7 -0
- package/components/tables/columnsConfigurationModal/ColumnRow.d.ts.map +1 -0
- package/components/tables/columnsConfigurationModal/ColumnsConfigurationModal.d.ts +10 -0
- package/components/tables/columnsConfigurationModal/ColumnsConfigurationModal.d.ts.map +1 -0
- package/components/tables/columnsConfigurationModal/PinIconButton.d.ts +10 -0
- package/components/tables/columnsConfigurationModal/PinIconButton.d.ts.map +1 -0
- package/components/tables/columnsConfigurationModal/index.d.ts +2 -0
- package/components/tables/columnsConfigurationModal/index.d.ts.map +1 -0
- package/components/tables/index.d.ts +6 -1
- package/components/tables/index.d.ts.map +1 -1
- package/components/tables/types.d.ts +26 -3
- package/components/tables/types.d.ts.map +1 -1
- package/components/types.d.ts +10 -5
- package/components/types.d.ts.map +1 -1
- package/components/typography/RichTextView.d.ts +7 -0
- package/components/typography/RichTextView.d.ts.map +1 -0
- package/components/typography/Text.d.ts +3 -3
- package/components/typography/Text.d.ts.map +1 -1
- package/components/typography/TextPlaceholder.d.ts +5 -3
- package/components/typography/TextPlaceholder.d.ts.map +1 -1
- package/components/typography/index.d.ts +1 -0
- package/components/typography/index.d.ts.map +1 -1
- package/components/widgets/Avatar.d.ts +1 -2
- package/components/widgets/Avatar.d.ts.map +1 -1
- package/components/widgets/Badge.d.ts +6 -7
- package/components/widgets/Badge.d.ts.map +1 -1
- package/components/widgets/Spinner.d.ts +6 -0
- package/components/widgets/Spinner.d.ts.map +1 -0
- package/components/widgets/Tag.d.ts +4 -4
- package/components/widgets/Tag.d.ts.map +1 -1
- package/components/widgets/index.d.ts +1 -0
- package/components/widgets/index.d.ts.map +1 -1
- package/helpers/index.d.ts +3 -0
- package/helpers/index.d.ts.map +1 -0
- package/helpers/useColumnsWithFilters.d.ts +3 -0
- package/helpers/useColumnsWithFilters.d.ts.map +1 -0
- package/i18n.d.ts +53 -0
- package/i18n.d.ts.map +1 -1
- package/index.d.ts +2 -1
- package/index.d.ts.map +1 -1
- package/index.js +2603 -762
- package/index.js.map +1 -1
- package/package.json +13 -6
- package/stats.html +1 -1
- package/styles.css +8578 -1832
- package/styles.css.map +1 -1
- package/assets/styles/fonts-variables.scss +0 -24
- package/assets/styles/variables/buttons/button.scss +0 -71
- package/assets/styles/variables/buttons/iconButton.scss +0 -41
- package/assets/styles/variables/buttons/linkButton.scss +0 -6
- package/assets/styles/variables/buttons/tabButton.scss +0 -8
- package/assets/styles/variables/inputs/checkbox.scss +0 -18
- package/assets/styles/variables/inputs/radioInput.scss +0 -15
- package/assets/styles/variables/inputs/switch.scss +0 -24
- package/assets/styles/variables/inputs/textInput.scss +0 -21
- package/assets/styles/variables/layout/accordion.scss +0 -10
- package/assets/styles/variables/layout/iconContainer.scss +0 -23
- package/assets/styles/variables/layout/labeledInput.scss +0 -8
- package/assets/styles/variables/layout/panel.scss +0 -6
- package/assets/styles/variables/layout/scrollBars.scss +0 -4
- package/assets/styles/variables/overlays/dropdownContainer.scss +0 -5
- package/assets/styles/variables/overlays/modals.scss +0 -6
- package/assets/styles/variables/overlays/notificationCard.scss +0 -28
- package/assets/styles/variables/overlays/tooltip.scss +0 -8
- package/assets/styles/variables/pickers/pickerToggler.scss +0 -16
- package/assets/styles/variables/typography/text.scss +0 -19
- package/assets/styles/variables/typography/textPlaceholder.scss +0 -4
- package/assets/styles/variables/widgets/tag.scss +0 -9
- package/components/buttons/Button.d.ts +0 -14
- package/components/buttons/Button.d.ts.map +0 -1
- package/components/layout/IconContainer.d.ts +0 -10
- package/components/layout/IconContainer.d.ts.map +0 -1
- package/components/tables/Presets/Preset.d.ts +0 -14
- package/components/tables/Presets/Preset.d.ts.map +0 -1
- package/components/tables/Presets/Presets.d.ts +0 -9
- package/components/tables/Presets/Presets.d.ts.map +0 -1
- package/components/tables/Presets/index.d.ts +0 -3
- package/components/tables/Presets/index.d.ts.map +0 -1
|
@@ -5,6 +5,22 @@
|
|
|
5
5
|
@include text-size($size, $borderWidth);
|
|
6
6
|
}
|
|
7
7
|
|
|
8
|
+
&:global(.uui-button-box), &:global(.uui-input-box) {
|
|
9
|
+
min-height: $size;
|
|
10
|
+
border-width: $borderWidth;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
@mixin control-box-layout($size, $borderWidth) {
|
|
15
|
+
min-width: $size;
|
|
16
|
+
padding-left: 5px;
|
|
17
|
+
padding-right: 5px;
|
|
18
|
+
|
|
19
|
+
:global(.uui-caption), :global(.uui-input) {
|
|
20
|
+
padding-left: 6px;
|
|
21
|
+
padding-right: 6px;
|
|
22
|
+
}
|
|
23
|
+
|
|
8
24
|
&:global(.uui-button-box), &:global(.uui-input-box) {
|
|
9
25
|
min-height: $size;
|
|
10
26
|
border-width: $borderWidth;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@mixin panel-shadow() { box-shadow: var(--panel-shadow); }
|
|
1
|
+
@mixin panel-shadow() { box-shadow: var(--uui-panel-shadow); }
|
|
2
2
|
|
|
3
3
|
@mixin panel-top-shadow() { box-shadow: inset 0 10px 5px -10px rgba(51, 51, 51, 0.2); }
|
|
4
4
|
|
|
@@ -6,4 +6,5 @@
|
|
|
6
6
|
|
|
7
7
|
@mixin dnd-ghost-shadow() { box-shadow: 0 6px 18px 0 rgba(29,30,38,0.05), 0 3px 12px 0 rgba(29,30,38,0.05); }
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
//@mixin control-focus-effect($name) { box-shadow: 0 0 0 2px fade-out($name, 0.6); } // TODO: design?
|
|
10
|
+
@mixin control-focus-effect() { box-shadow: 0 0 0 2px rgba(0, 137 ,204, 0.40); }
|
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
@mixin disabled-input() {
|
|
2
2
|
&.mode-form {
|
|
3
|
-
@include input-colors(var(--
|
|
3
|
+
@include input-colors(var(--uui-control-bg-disabled), var(--uui-control-text-disabled), var(--uui-control-border-disabled));
|
|
4
4
|
cursor: default;
|
|
5
5
|
pointer-events: none;
|
|
6
6
|
|
|
7
7
|
&:hover, &:active, &:focus {
|
|
8
|
-
@include input-colors(var(--
|
|
8
|
+
@include input-colors(var(--uui-control-bg-disabled), var(--uui-control-text-disabled), var(--uui-control-border-disabled));
|
|
9
9
|
box-shadow: none;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
&::placeholder {
|
|
13
|
-
color: var(--
|
|
13
|
+
color: var(--uui-control-placeholder-disabled);
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
&.mode-cell {
|
|
18
|
-
@include input-colors(transparent, var(--
|
|
18
|
+
@include input-colors(transparent, var(--uui-control-text-disabled), transparent);
|
|
19
19
|
cursor: default;
|
|
20
20
|
pointer-events: none;
|
|
21
21
|
|
|
22
22
|
&:hover, &:active, &:focus {
|
|
23
|
-
@include input-colors(transparent, var(--
|
|
23
|
+
@include input-colors(transparent, var(--uui-control-text-disabled), transparent);
|
|
24
24
|
box-shadow: none;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
&::placeholder {
|
|
28
|
-
color: var(--
|
|
28
|
+
color: var(--uui-control-placeholder-disabled);
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
@mixin readonly-input() {
|
|
34
34
|
&.mode-form {
|
|
35
|
-
background-color: var(--
|
|
36
|
-
border-color: var(--
|
|
35
|
+
background-color: var(--uui-control-bg-readonly);
|
|
36
|
+
border-color: var(--uui-control-border-readonly);
|
|
37
37
|
pointer-events: none;
|
|
38
38
|
|
|
39
39
|
&:hover {
|
|
40
|
-
border-color: var(--
|
|
40
|
+
border-color: var(--uui-control-border-readonly);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
color: $fg;
|
|
65
65
|
|
|
66
66
|
&::placeholder {
|
|
67
|
-
color: var(--
|
|
67
|
+
color: var(--uui-control-placeholder-disabled);
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
70
|
}
|
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
@mixin prettifyCustomScroll() {
|
|
2
|
+
:global(.uui-shadow-top)::before {
|
|
3
|
+
background: var(--scroll-bars-shadow);
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
:global(.uui-shadow-bottom)::after {
|
|
7
|
+
background: var(--scroll-bars-shadow);
|
|
8
|
+
}
|
|
9
|
+
|
|
2
10
|
:global(.uui-thumb-vertical), :global(.uui-thumb-horizontal) {
|
|
3
|
-
background: var(--scroll-bars-bg
|
|
11
|
+
background: var(--uui-scroll-bars-bg);
|
|
4
12
|
border-radius: 1.5px;
|
|
5
13
|
|
|
6
14
|
&:hover {
|
|
@@ -9,7 +17,7 @@
|
|
|
9
17
|
|
|
10
18
|
&:active {
|
|
11
19
|
border-radius: 3px;
|
|
12
|
-
background: var(--scroll-bars-bg-
|
|
20
|
+
background: var(--uui-scroll-bars-bg-active);
|
|
13
21
|
}
|
|
14
22
|
}
|
|
15
23
|
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
@mixin overflow-ellipsis() {
|
|
2
|
+
overflow: hidden;
|
|
3
|
+
text-overflow: ellipsis;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
@mixin typography-header() {
|
|
7
|
+
:global(.hero-header), h1, h2, h3, h4, h5, h6 {
|
|
8
|
+
margin: 0;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
:global(.hero-header) {
|
|
12
|
+
font-family: var(--font-promo);
|
|
13
|
+
margin: 30px 0;
|
|
14
|
+
font-size: 66px;
|
|
15
|
+
line-height: 72px;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
:global(.hero-header), :global(.promo-header) {
|
|
19
|
+
color: var(--uui-text-brand);
|
|
20
|
+
text-align: center;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
:global(.promo-header), h1, h2, h3 {
|
|
24
|
+
font-family: var(--font-primary);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
:global(.promo-header) {
|
|
28
|
+
text-transform: uppercase;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
h4, h5, h6 {
|
|
32
|
+
font-family: var(--font-semibold);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
h1, h2, h3, h4, h5, h6 {
|
|
36
|
+
margin-bottom: 0.5em;
|
|
37
|
+
margin-top: 1.2em;
|
|
38
|
+
line-height: 1.35em;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
h1 {
|
|
42
|
+
font-size: 36px;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
h2 {
|
|
46
|
+
font-size: 30px;
|
|
47
|
+
letter-spacing: 0.1px;
|
|
48
|
+
|
|
49
|
+
&:global(.promo-header) {
|
|
50
|
+
letter-spacing: 2px;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
h3 {
|
|
55
|
+
font-size: 24px;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
h4 {
|
|
59
|
+
font-size: 18px;
|
|
60
|
+
letter-spacing: 0.1px;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
h5 {
|
|
64
|
+
font-size: 16px;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
h6 {
|
|
68
|
+
font-size: 14px;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
@mixin typography-inline() {
|
|
73
|
+
b, strong {
|
|
74
|
+
font-family: var(--font-semibold);
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
i, em {
|
|
78
|
+
font-family: var(--font-italic);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
a {
|
|
82
|
+
display: inline-flex;
|
|
83
|
+
align-items: center;
|
|
84
|
+
color: var(--uui-primary);
|
|
85
|
+
|
|
86
|
+
&:visited {
|
|
87
|
+
color: #5214CC;
|
|
88
|
+
|
|
89
|
+
&:hover {
|
|
90
|
+
color: #3F0F9E;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
&:hover {
|
|
95
|
+
text-decoration: underline;
|
|
96
|
+
color: var(--uui-primary-dark);
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
code {
|
|
101
|
+
padding: 0.125em 0.25em;
|
|
102
|
+
color: var(--uui-text-primary);
|
|
103
|
+
background-color: var(--uui-secondary-light);
|
|
104
|
+
font-family: var(--font-mono);
|
|
105
|
+
white-space: pre-wrap;
|
|
106
|
+
word-wrap: normal;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
@mixin typography-block() {
|
|
111
|
+
ol, ul {
|
|
112
|
+
padding: 0;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
li {
|
|
116
|
+
margin-left: 1.25em;
|
|
117
|
+
line-height: 1.5;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
pre {
|
|
121
|
+
padding: 1.25em;
|
|
122
|
+
color: var(--gray10);
|
|
123
|
+
background-color: var(--uui-secondary-darkest);
|
|
124
|
+
font-family: monospace;
|
|
125
|
+
white-space: pre-wrap;
|
|
126
|
+
word-wrap: normal;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
img {
|
|
130
|
+
max-width: 100%;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
figure {
|
|
134
|
+
margin: 0;
|
|
135
|
+
|
|
136
|
+
figcaption {
|
|
137
|
+
font-size: 0.9em;
|
|
138
|
+
opacity: 0.9;
|
|
139
|
+
text-align: center;
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
p {
|
|
144
|
+
margin: 0.5em 0;
|
|
145
|
+
line-height: 1.5;
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
@mixin typography-12() {
|
|
150
|
+
font-size: 12px;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
@mixin typography-14() {
|
|
154
|
+
font-size: 14px;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
@mixin typography-16() {
|
|
158
|
+
font-size: 16px;
|
|
159
|
+
}
|
|
@@ -1,4 +1,39 @@
|
|
|
1
|
+
@forward "typography-mixins";
|
|
2
|
+
@use "typography-mixins" as *;
|
|
3
|
+
|
|
1
4
|
@mixin overflow-ellipsis() {
|
|
2
5
|
overflow: hidden;
|
|
3
6
|
text-overflow: ellipsis;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
:local(.typography-header) {
|
|
10
|
+
@include typography-header();
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
:local(.typography-block) {
|
|
14
|
+
@include typography-block();
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
:local(.typography-inline) {
|
|
18
|
+
@include typography-inline();
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
:local(.typography-16) {
|
|
22
|
+
@include typography-16();
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
:local(.typography-14) {
|
|
26
|
+
@include typography-14();
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
:local(.typography-12) {
|
|
30
|
+
@include typography-12();
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
:local(.typography-promo) {
|
|
34
|
+
font-family: var(--font-regular);
|
|
35
|
+
color: var(--uui-text-primary);
|
|
36
|
+
composes: typography-header;
|
|
37
|
+
composes: typography-block;
|
|
38
|
+
composes: typography-inline;
|
|
4
39
|
}
|
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
:global(.badge-
|
|
2
|
-
--badge-bg
|
|
3
|
-
--badge-bg-
|
|
1
|
+
:global(.badge-info) {
|
|
2
|
+
--uui-badge-bg: var(--uui-info);
|
|
3
|
+
--uui-badge-bg-hover: var(--uui-info-active);
|
|
4
4
|
//--bg-color-semitransparent: #{lighten(#008ACE, 50%)};
|
|
5
5
|
//--border-color-semitransparent: #{lighten($blue, 40%)};
|
|
6
|
-
--badge-caption-
|
|
7
|
-
//--caption-
|
|
8
|
-
//--caption-
|
|
9
|
-
//--caption-
|
|
10
|
-
--badge-count-bg
|
|
11
|
-
--badge-count
|
|
6
|
+
--uui-badge-caption-solid: white;
|
|
7
|
+
//--uui-caption-semitransparent: #{darken($blue, 10%)};
|
|
8
|
+
//--uui-caption-semitransparent-hover: #{darken($blue, 20%)};
|
|
9
|
+
//--uui-caption-transparent: #{$gray80};
|
|
10
|
+
--uui-badge-count-bg: white;
|
|
11
|
+
--uui-badge-count: var(--uui-text-secondary);
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
:global(.badge-
|
|
15
|
-
--badge-bg
|
|
16
|
-
--badge-bg-
|
|
14
|
+
:global(.badge-success) {
|
|
15
|
+
--uui-badge-bg: var(--uui-success);
|
|
16
|
+
--uui-badge-bg-hover: var(--uui-success-active);
|
|
17
17
|
//--bg-color-semitransparent: #{$cyan-lightest};
|
|
18
18
|
//--border-color-semitransparent: #{$cyan-light};
|
|
19
|
-
--badge-caption-
|
|
20
|
-
//--caption-
|
|
21
|
-
//--caption-
|
|
22
|
-
//--caption-
|
|
23
|
-
--badge-count-bg
|
|
24
|
-
--badge-count
|
|
19
|
+
--uui-badge-caption-solid: white;
|
|
20
|
+
//--uui-caption-semitransparent: #{$cyan-dark};
|
|
21
|
+
//--uui-caption-semitransparent-hover: #{$cyan-darkest};
|
|
22
|
+
//--uui-caption-transparent: #{$gray80};
|
|
23
|
+
--uui-badge-count-bg: white;
|
|
24
|
+
--uui-badge-count: var(--uui-text-secondary);
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
-
:global(.badge-
|
|
28
|
-
--badge-bg
|
|
29
|
-
--badge-bg-
|
|
27
|
+
:global(.badge-warning) {
|
|
28
|
+
--uui-badge-bg: var(--uui-warning);
|
|
29
|
+
--uui-badge-bg-hover: var(--uui-warning-active);
|
|
30
30
|
//--bg-color-semitransparent: #{lighten($green, 50%)};
|
|
31
31
|
//--border-color-semitransparent: #{lighten($green, 40%)};
|
|
32
|
-
--badge-caption-
|
|
33
|
-
//--caption-
|
|
34
|
-
//--caption-
|
|
35
|
-
//--caption-
|
|
36
|
-
--badge-count-bg
|
|
37
|
-
--badge-count
|
|
32
|
+
--uui-badge-caption-solid: white;
|
|
33
|
+
//--uui-caption-semitransparent: #{darken($green, 10%)};
|
|
34
|
+
//--uui-caption-semitransparent-hover: #{darken($green, 20%)};
|
|
35
|
+
//--uui-caption-transparent: #{$gray80};
|
|
36
|
+
--uui-badge-count-bg: white;
|
|
37
|
+
--uui-badge-count: var(--uui-text-secondary);
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
:global(.badge-
|
|
41
|
-
--badge-bg
|
|
42
|
-
--badge-bg-
|
|
40
|
+
:global(.badge-error) {
|
|
41
|
+
--uui-badge-bg: var(--uui-error);
|
|
42
|
+
--uui-badge-bg-hover: var(--uui-error-active);
|
|
43
43
|
//--bg-color-semitransparent: #{lighten($amber, 40%)};
|
|
44
44
|
//--border-color-semitransparent: #{lighten($amber, 30%)};
|
|
45
|
-
--badge-caption-
|
|
46
|
-
//--caption-
|
|
47
|
-
//--caption-
|
|
48
|
-
//--caption-
|
|
49
|
-
--badge-count-bg
|
|
50
|
-
--badge-count
|
|
45
|
+
--uui-badge-caption-solid: var(--uui-text-primary);
|
|
46
|
+
//--uui-caption-semitransparent: #995A00;
|
|
47
|
+
//--uui-caption-semitransparent-hover: #804000;
|
|
48
|
+
//--uui-caption-transparent: #{$gray80};
|
|
49
|
+
--uui-badge-count-bg: white;
|
|
50
|
+
--uui-badge-count: var(--uui-text-secondary);
|
|
51
51
|
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ButtonProps as uuiButtonProps } from '@epam/uui-components';
|
|
2
|
+
import { ControlSize, ButtonMode } from '../../types';
|
|
3
|
+
export type ButtonColor = 'accent' | 'primary' | 'secondary' | 'negative';
|
|
4
|
+
export declare const allButtonColors: ButtonColor[];
|
|
5
|
+
export interface ButtonMods {
|
|
6
|
+
size?: ControlSize | '18';
|
|
7
|
+
mode?: ButtonMode;
|
|
8
|
+
color?: ButtonColor;
|
|
9
|
+
}
|
|
10
|
+
export type ButtonProps = ButtonMods & uuiButtonProps;
|
|
11
|
+
export declare function applyButtonMods(mods: ButtonProps): string[];
|
|
12
|
+
export declare const Button: (props: uuiButtonProps & ButtonMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
13
|
+
//# sourceMappingURL=Button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../components/buttons/Button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAuB,WAAW,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAE1F,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAItD,MAAM,MAAM,WAAW,GAAG,QAAQ,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,CAAC;AAC1E,eAAO,MAAM,eAAe,EAAE,WAAW,EAAmD,CAAC;AAI7F,MAAM,WAAW,UAAU;IACvB,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC1B,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,KAAK,CAAC,EAAE,WAAW,CAAC;CACvB;AAED,MAAM,MAAM,WAAW,GAAG,UAAU,GAAG,cAAc,CAAC;AAEtD,wBAAgB,eAAe,CAAC,IAAI,EAAE,WAAW,YAOhD;AAED,eAAO,MAAM,MAAM,qKAOlB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Button.test.d.ts","sourceRoot":"","sources":["../../../../components/buttons/Button/Button.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../components/buttons/Button/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"}
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { IconButtonBaseProps } from '@epam/uui-components';
|
|
3
|
-
import '../../assets/styles/variables/buttons/iconButton.scss';
|
|
4
2
|
export type IconColor = 'info' | 'success' | 'warning' | 'error' | 'secondary' | 'default';
|
|
5
3
|
export declare const allIconColors: IconColor[];
|
|
6
4
|
export interface IconButtonMods {
|
|
@@ -8,5 +6,5 @@ export interface IconButtonMods {
|
|
|
8
6
|
}
|
|
9
7
|
export interface IconButtonProps extends IconButtonBaseProps, IconButtonMods {
|
|
10
8
|
}
|
|
11
|
-
export declare const IconButton: import("react").
|
|
9
|
+
export declare const IconButton: (props: IconButtonProps & IconButtonMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
12
10
|
//# sourceMappingURL=IconButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/IconButton.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/IconButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAA+B,MAAM,sBAAsB,CAAC;AAIxF,MAAM,MAAM,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,WAAW,GAAG,SAAS,CAAC;AAC3F,eAAO,MAAM,aAAa,EAAE,SAAS,EAAoE,CAAC;AAE1G,MAAM,WAAW,cAAc;IAC3B,KAAK,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,MAAM,WAAW,eAAgB,SAAQ,mBAAmB,EAAE,cAAc;CAAG;AAS/E,eAAO,MAAM,UAAU,0KAAgF,CAAC"}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { ButtonProps } from '@epam/uui-components';
|
|
3
1
|
import * as types from '../types';
|
|
4
|
-
import '
|
|
2
|
+
import { ButtonProps } from '@epam/uui-components';
|
|
5
3
|
export interface LinkButtonMods {
|
|
6
4
|
size?: types.ControlSize | '42';
|
|
7
5
|
}
|
|
8
|
-
export
|
|
6
|
+
export type LinkButtonProps = LinkButtonMods & ButtonProps;
|
|
7
|
+
export declare const LinkButton: (props: ButtonProps & LinkButtonMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
9
8
|
//# sourceMappingURL=LinkButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LinkButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/LinkButton.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"LinkButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/LinkButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAElC,OAAO,EAAU,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAO3D,MAAM,WAAW,cAAc;IAC3B,IAAI,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,IAAI,CAAC;CACnC;AAED,MAAM,MAAM,eAAe,GAAG,cAAc,GAAG,WAAW,CAAC;AAU3D,eAAO,MAAM,UAAU,sKAGpB,CAAC"}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { ButtonProps } from '@epam/uui-components';
|
|
3
|
-
import '../../assets/styles/variables/buttons/tabButton.scss';
|
|
4
2
|
export interface TabButtonMods {
|
|
5
3
|
size?: '36' | '48' | '60';
|
|
6
4
|
withNotify?: boolean;
|
|
7
5
|
}
|
|
8
|
-
export
|
|
6
|
+
export type TabButtonProps = TabButtonMods & ButtonProps;
|
|
7
|
+
export declare const TabButton: (props: ButtonProps & TabButtonMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
9
8
|
//# sourceMappingURL=TabButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TabButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/TabButton.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TabButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/TabButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAU,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAM3D,MAAM,WAAW,aAAa;IAC1B,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,MAAM,MAAM,cAAc,GAAG,aAAa,GAAG,WAAW,CAAC;AAWzD,eAAO,MAAM,SAAS,qKAMnB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { ButtonProps } from '@epam/uui-components';
|
|
3
2
|
import { TabButtonMods } from './TabButton';
|
|
4
|
-
export
|
|
3
|
+
export type VerticalTabButtonProps = ButtonProps & TabButtonMods;
|
|
4
|
+
export declare const VerticalTabButton: (props: ButtonProps & TabButtonMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
5
5
|
//# sourceMappingURL=VerticalTabButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VerticalTabButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/VerticalTabButton.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"VerticalTabButton.d.ts","sourceRoot":"","sources":["../../../components/buttons/VerticalTabButton.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAa,aAAa,EAAE,MAAM,aAAa,CAAC;AAQvD,MAAM,MAAM,sBAAsB,GAAG,WAAW,GAAG,aAAa,CAAC;AAEjE,eAAO,MAAM,iBAAiB,qKAA0E,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/buttons/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/buttons/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { CalendarProps } from '@epam/uui-components';
|
|
2
|
+
import { Dayjs } from 'dayjs';
|
|
3
|
+
export declare function applyDateSelectionMods(): string[];
|
|
4
|
+
export declare const Calendar: (props: CalendarProps<Dayjs> & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
5
|
+
//# sourceMappingURL=Calendar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Calendar.d.ts","sourceRoot":"","sources":["../../../components/datePickers/Calendar.tsx"],"names":[],"mappings":"AACA,OAAO,EAA2B,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE9E,OAAO,EAAE,KAAK,EAAE,MAAM,OAAO,CAAC;AAE9B,wBAAgB,sBAAsB,aAIrC;AAED,eAAO,MAAM,QAAQ,8JAAsE,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { CalendarPresetsProps } from '@epam/uui-components';
|
|
2
|
+
export declare function applyCalendarPresetsMods(): string[];
|
|
3
|
+
export declare const CalendarPresets: (props: CalendarPresetsProps & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
4
|
+
//# sourceMappingURL=CalendarPresets.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CalendarPresets.d.ts","sourceRoot":"","sources":["../../../components/datePickers/CalendarPresets.tsx"],"names":[],"mappings":"AACA,OAAO,EAAyC,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAGnG,wBAAgB,wBAAwB,aAIvC;AAED,eAAO,MAAM,eAAe,8JAA2F,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { cx, DatePickerCoreProps, IDropdownToggler, DropdownBodyProps } from "@epam/uui-core";
|
|
3
|
+
import { BaseDatePicker } from "@epam/uui-components";
|
|
4
|
+
import { SizeMod, IHasEditMode } from "../types";
|
|
5
|
+
export interface DatePickerProps extends DatePickerCoreProps, SizeMod, IHasEditMode {
|
|
6
|
+
}
|
|
7
|
+
export declare class DatePicker extends BaseDatePicker<DatePickerProps> {
|
|
8
|
+
renderInput: (props: IDropdownToggler & {
|
|
9
|
+
cx: any;
|
|
10
|
+
}) => JSX.Element;
|
|
11
|
+
renderBody(props: DropdownBodyProps): JSX.Element;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=DatePicker.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DatePicker.d.ts","sourceRoot":"","sources":["../../../components/datePickers/DatePicker.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,EAAE,EAAE,mBAAmB,EAAE,gBAAgB,EAAU,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACtG,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAY,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAQ3D,MAAM,WAAW,eAAgB,SAAQ,mBAAmB,EAAE,OAAO,EAAE,YAAY;CAAG;AAEtF,qBAAa,UAAW,SAAQ,cAAc,CAAC,eAAe,CAAC;IAC3D,WAAW,UAAW,gBAAgB,GAAG;QAAC,IAAI,GAAG,CAAA;KAAC,iBAwBjD;IAED,UAAU,CAAC,KAAK,EAAE,iBAAiB;CAgBtC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { DatePickerBodyProps } from '@epam/uui-components';
|
|
2
|
+
export declare function applyDatePickerBodyMods(): string[];
|
|
3
|
+
export declare const DatePickerBody: (props: DatePickerBodyProps & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
4
|
+
//# sourceMappingURL=DatePickerBody.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DatePickerBody.d.ts","sourceRoot":"","sources":["../../../components/datePickers/DatePickerBody.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAuC,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAIhG,wBAAgB,uBAAuB,aAKtC;AAED,eAAO,MAAM,cAAc,6JAI1B,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { IDropdownToggler, BaseRangeDatePickerProps, DropdownBodyProps } from "@epam/uui-core";
|
|
3
|
+
import { BaseRangeDatePicker } from '@epam/uui-components';
|
|
4
|
+
import { SizeMod } from '../index';
|
|
5
|
+
export interface RangeDatePickerProps extends BaseRangeDatePickerProps, SizeMod {
|
|
6
|
+
getPlaceholder?(type: InputType): string;
|
|
7
|
+
}
|
|
8
|
+
export type InputType = 'from' | 'to';
|
|
9
|
+
export declare class RangeDatePicker extends BaseRangeDatePicker<RangeDatePickerProps> {
|
|
10
|
+
renderBody(props: DropdownBodyProps): JSX.Element;
|
|
11
|
+
renderInput: (props: IDropdownToggler) => JSX.Element;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=RangeDatePicker.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RangeDatePicker.d.ts","sourceRoot":"","sources":["../../../components/datePickers/RangeDatePicker.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,gBAAgB,EAAU,wBAAwB,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACvG,OAAO,EAAwB,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AACjF,OAAO,EAA8B,OAAO,EAAuB,MAAM,UAAU,CAAC;AAMpF,MAAM,WAAW,oBAAqB,SAAQ,wBAAwB,EAAE,OAAO;IAC3E,cAAc,CAAC,CAAC,IAAI,EAAE,SAAS,GAAG,MAAM,CAAC;CAC5C;AAED,MAAM,MAAM,SAAS,GAAG,MAAM,GAAG,IAAI,CAAC;AAGtC,qBAAa,eAAgB,SAAQ,mBAAmB,CAAC,oBAAoB,CAAC;IAC1E,UAAU,CAAC,KAAK,EAAE,iBAAiB;IAsBnC,WAAW,UAAW,gBAAgB,iBAgDrC;CACJ"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { RangeDatePickerValue, RangeDatePickerBodyProps } from '@epam/uui-components';
|
|
2
|
+
export declare function applyRangeDatePickerBodyMods(): string[];
|
|
3
|
+
export declare const RangeDatePickerBody: (props: RangeDatePickerBodyProps<RangeDatePickerValue> & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
4
|
+
//# sourceMappingURL=RangeDatePickerBody.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RangeDatePickerBody.d.ts","sourceRoot":"","sources":["../../../components/datePickers/RangeDatePickerBody.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAiD,oBAAoB,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AAIrI,wBAAgB,4BAA4B,aAO3C;AAED,eAAO,MAAM,mBAAmB,wLAI/B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/datePickers/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { DndActorRenderParams, IHasCX } from '@epam/uui-core';
|
|
3
|
+
export interface DropMarkerProps extends DndActorRenderParams, IHasCX {
|
|
4
|
+
enableBlocker?: boolean;
|
|
5
|
+
}
|
|
6
|
+
export declare class DropMarker extends React.Component<DropMarkerProps> {
|
|
7
|
+
render(): JSX.Element;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=DropMarker.d.ts.map
|