@epam/uui 4.10.0 → 4.11.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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/variables/layout/accordion.scss +8 -8
- package/assets/styles/variables/overlays/dropdownContainer.scss +2 -2
- package/assets/styles/variables/overlays/notificationCard.scss +14 -14
- package/assets/styles/variables/typography/text.scss +5 -5
- package/assets/styles/variables/typography/textPlaceholder.scss +2 -2
- 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/index.d.ts +2 -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 -2
- package/components/layout/Accordion.d.ts.map +1 -1
- 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/IconContainer.d.ts +1 -3
- package/components/layout/IconContainer.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/overlays/DropdownContainer.d.ts +1 -2
- 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 -3
- package/components/overlays/Modals.d.ts.map +1 -1
- package/components/overlays/Tooltip.d.ts +2 -3
- package/components/overlays/Tooltip.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 +5 -2
- package/components/types.d.ts.map +1 -1
- package/components/typography/Text.d.ts +1 -1
- package/components/typography/Text.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/Tag.d.ts +4 -4
- package/components/widgets/Tag.d.ts.map +1 -1
- package/i18n.d.ts +40 -0
- package/i18n.d.ts.map +1 -1
- package/index.js +1342 -588
- package/index.js.map +1 -1
- package/package.json +13 -6
- package/stats.html +1 -1
- package/styles.css +1704 -1029
- package/styles.css.map +1 -1
- 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/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/modals.scss +0 -6
- package/assets/styles/variables/overlays/tooltip.scss +0 -8
- package/assets/styles/variables/pickers/pickerToggler.scss +0 -16
- 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/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
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
:global(.accordion-vars) {
|
|
2
|
-
--accordion-bg
|
|
3
|
-
--accordion-border
|
|
4
|
-
--accordion-text
|
|
5
|
-
--accordion-text-
|
|
6
|
-
--accordion-icon
|
|
7
|
-
--accordion-icon-
|
|
8
|
-
--accordion-shadow: 0 3px 6px 0 rgba(29, 30, 38, 0.10), 0 1px 3px 0 rgba(29, 30, 38, 0.10);
|
|
9
|
-
--accordion-shadow-hovered: 0 6px 12px 0 rgba(29, 30, 38, 0.10), 0 3px 6px 0 rgba(29, 30, 38, 0.10);
|
|
2
|
+
--uui-accordion-bg: var(--uui-surface);
|
|
3
|
+
--uui-accordion-border: var(--uui-divider);
|
|
4
|
+
--uui-accordion-text: var(--uui-text-primary);
|
|
5
|
+
--uui-accordion-text-disabled: var(--uui-text-disabled);
|
|
6
|
+
--uui-accordion-icon: var(--uui-icon);
|
|
7
|
+
--uui-accordion-icon-disabled: var(--uui-icon-disabled);
|
|
8
|
+
--uui-accordion-shadow: 0 3px 6px 0 rgba(29, 30, 38, 0.10), 0 1px 3px 0 rgba(29, 30, 38, 0.10);
|
|
9
|
+
--uui-accordion-shadow-hovered: 0 6px 12px 0 rgba(29, 30, 38, 0.10), 0 3px 6px 0 rgba(29, 30, 38, 0.10);
|
|
10
10
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
:global(.dropdown-container-vars) {
|
|
2
2
|
//noinspection CssInvalidFunction
|
|
3
|
-
--dropdown-container-shadow: var(--shadow, 0 3px 6px 0 rgba(29, 30, 38, 0.1), 0 1px 3px 0 rgba(29, 30, 38, 0.1));
|
|
4
|
-
--dropdown-container-scrollbar-thumb
|
|
3
|
+
--uui-dropdown-container-shadow: var(--uui-shadow, 0 3px 6px 0 rgba(29, 30, 38, 0.1), 0 1px 3px 0 rgba(29, 30, 38, 0.1));
|
|
4
|
+
--uui-dropdown-container-scrollbar-thumb: #6C6F80;
|
|
5
5
|
}
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
:global(.notification-card-vars) {
|
|
2
|
-
--notification-card-border-radius: var(--border-radius);
|
|
3
|
-
--notification-card-border-width: 6px 1px 1px;
|
|
2
|
+
--uui-notification-card-border-radius: var(--uui-border-radius);
|
|
3
|
+
--uui-notification-card-border-width: 6px 1px 1px;
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
:global(.notification-card-color-warning) {
|
|
7
|
-
--notification-card-fill
|
|
8
|
-
--notification-card-border
|
|
9
|
-
--notification-card-bg
|
|
7
|
+
--uui-notification-card-fill: var(--uui-warning);
|
|
8
|
+
--uui-notification-card-border: var(--uui-warning);
|
|
9
|
+
--uui-notification-card-bg: white;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
:global(.notification-card-color-success) {
|
|
13
|
-
--notification-card-fill
|
|
14
|
-
--notification-card-border
|
|
15
|
-
--notification-card-bg
|
|
13
|
+
--uui-notification-card-fill: var(--uui-success);
|
|
14
|
+
--uui-notification-card-border: var(--uui-success);
|
|
15
|
+
--uui-notification-card-bg: white;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
:global(.notification-card-color-info) {
|
|
19
|
-
--notification-card-fill
|
|
20
|
-
--notification-card-border
|
|
21
|
-
--notification-card-bg
|
|
19
|
+
--uui-notification-card-fill: var(--uui-info);
|
|
20
|
+
--uui-notification-card-border: var(--uui-info);
|
|
21
|
+
--uui-notification-card-bg: white;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
:global(.notification-card-color-error) {
|
|
25
|
-
--notification-card-fill
|
|
26
|
-
--notification-card-border
|
|
27
|
-
--notification-card-bg
|
|
25
|
+
--uui-notification-card-fill: var(--uui-error);
|
|
26
|
+
--uui-notification-card-border: var(--uui-error);
|
|
27
|
+
--uui-notification-card-bg: white;
|
|
28
28
|
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
:global(.text-color-brand) {
|
|
2
|
-
--text
|
|
2
|
+
--uui-text: var(--uui-text-brand);
|
|
3
3
|
}
|
|
4
4
|
|
|
5
5
|
:global(.text-color-primary) {
|
|
6
|
-
--text
|
|
6
|
+
--uui-text: var(--uui-text-primary);
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
:global(.text-color-secondary) {
|
|
10
|
-
--text
|
|
10
|
+
--uui-text: var(--uui-text-secondary);
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
:global(.text-color-disabled) {
|
|
14
|
-
--text
|
|
14
|
+
--uui-text: var(--uui-text-disabled);
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
:global(.text-color-contrast) {
|
|
18
|
-
--text
|
|
18
|
+
--uui-text: var(--uui-text-contrast);
|
|
19
19
|
}
|
|
@@ -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
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DropMarker.d.ts","sourceRoot":"","sources":["../../../components/dnd/DropMarker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,oBAAoB,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAG9D,MAAM,WAAW,eAAgB,SAAQ,oBAAoB,EAAE,MAAM;IACjE,aAAa,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,qBAAa,UAAW,SAAQ,KAAK,CAAC,SAAS,CAAC,eAAe,CAAC;IAC5D,MAAM;CAcT"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/dnd/index.tsx"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC"}
|
package/components/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../components/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../components/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,OAAO,CAAC;AACtB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC"}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
import { CheckboxProps } from '@epam/uui-components';
|
|
3
|
-
import '../../assets/styles/variables/inputs/checkbox.scss';
|
|
1
|
+
import { CheckboxProps as UuiCheckboxProps } from '@epam/uui-components';
|
|
4
2
|
export interface CheckboxMods {
|
|
5
3
|
size?: '12' | '18';
|
|
6
|
-
|
|
4
|
+
mode?: 'form' | 'cell';
|
|
7
5
|
}
|
|
8
|
-
export
|
|
9
|
-
export declare
|
|
6
|
+
export type CheckboxProps = CheckboxMods & UuiCheckboxProps;
|
|
7
|
+
export declare function applyCheckboxMods(mods: CheckboxProps): string[];
|
|
8
|
+
export declare const Checkbox: (props: UuiCheckboxProps & CheckboxMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
10
9
|
//# sourceMappingURL=Checkbox.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../components/inputs/Checkbox.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../components/inputs/Checkbox.tsx"],"names":[],"mappings":"AACA,OAAO,EAA2B,aAAa,IAAI,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAOlG,MAAM,WAAW,YAAY;IACzB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC1B;AAED,MAAM,MAAM,aAAa,GAAG,YAAY,GAAG,gBAAgB,CAAC;AAE5D,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,aAAa,YAMpD;AAOD,eAAO,MAAM,QAAQ,yKAAkG,CAAC"}
|