@epam/uui 5.14.1-alpha.0 → 6.0.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/styles/helpers.scss +4 -0
- package/assets/styles/index.scss +2 -1
- package/assets/styles/typography.scss +12 -9
- package/components/buttons/Button.d.ts +1 -1
- package/components/buttons/Button.d.ts.map +1 -1
- package/components/buttons/IconButton.d.ts +3 -4
- package/components/buttons/IconButton.d.ts.map +1 -1
- package/components/buttons/LinkButton.d.ts +6 -6
- package/components/buttons/LinkButton.d.ts.map +1 -1
- package/components/buttons/TabButton.d.ts +2 -2
- package/components/buttons/TabButton.d.ts.map +1 -1
- package/components/datePickers/CalendarPresets.d.ts +1 -1
- package/components/datePickers/CalendarPresets.d.ts.map +1 -1
- package/components/datePickers/DatePicker.d.ts +1 -2
- package/components/datePickers/DatePicker.d.ts.map +1 -1
- package/components/datePickers/DatePickerBody.d.ts +2 -2
- package/components/datePickers/DatePickerBody.d.ts.map +1 -1
- package/components/datePickers/DatePickerHeader.d.ts +3 -3
- package/components/datePickers/DatePickerHeader.d.ts.map +1 -1
- package/components/datePickers/RangeDatePicker.d.ts +1 -1
- package/components/datePickers/RangeDatePicker.d.ts.map +1 -1
- package/components/datePickers/RangeDatePickerBody.d.ts +3 -3
- package/components/datePickers/RangeDatePickerBody.d.ts.map +1 -1
- package/components/datePickers/RangeDatePickerInput.d.ts +1 -1
- package/components/datePickers/RangeDatePickerInput.d.ts.map +1 -1
- package/components/datePickers/types.d.ts +2 -2
- package/components/datePickers/types.d.ts.map +1 -1
- package/components/dnd/DropMarker.d.ts +2 -2
- package/components/dnd/DropMarker.d.ts.map +1 -1
- package/components/errors/ErrorHandler.d.ts +4 -3
- package/components/errors/ErrorHandler.d.ts.map +1 -1
- package/components/fileUpload/DropSpot.d.ts +1 -1
- package/components/fileUpload/DropSpot.d.ts.map +1 -1
- package/components/fileUpload/FileCard.d.ts +2 -2
- package/components/fileUpload/FileCard.d.ts.map +1 -1
- package/components/fileUpload/SvgCircleProgress.d.ts +2 -2
- package/components/fileUpload/SvgCircleProgress.d.ts.map +1 -1
- package/components/filters/FilterDatePickerBody.d.ts +2 -2
- package/components/filters/FilterDatePickerBody.d.ts.map +1 -1
- package/components/filters/FilterItemBody.d.ts +2 -2
- package/components/filters/FilterItemBody.d.ts.map +1 -1
- package/components/filters/FilterNumericBody.d.ts +2 -2
- package/components/filters/FilterNumericBody.d.ts.map +1 -1
- package/components/filters/FilterPanelItemToggler.d.ts +4 -4
- package/components/filters/FilterPanelItemToggler.d.ts.map +1 -1
- package/components/filters/FilterPickerBody.d.ts +2 -2
- package/components/filters/FilterPickerBody.d.ts.map +1 -1
- package/components/filters/FilterRangeDatePickerBody.d.ts +2 -2
- package/components/filters/FilterRangeDatePickerBody.d.ts.map +1 -1
- package/components/filters/FiltersPanel.d.ts +2 -2
- package/components/filters/FiltersPanel.d.ts.map +1 -1
- package/components/filters/FiltersPanelItem.d.ts +1 -1
- package/components/filters/FiltersPanelItem.d.ts.map +1 -1
- package/components/filters/PresetPanel/Preset.d.ts +2 -2
- package/components/filters/PresetPanel/Preset.d.ts.map +1 -1
- package/components/filters/PresetPanel/PresetActionsDropdown.d.ts +2 -2
- package/components/filters/PresetPanel/PresetActionsDropdown.d.ts.map +1 -1
- package/components/filters/PresetPanel/PresetInput.d.ts +2 -2
- package/components/filters/PresetPanel/PresetInput.d.ts.map +1 -1
- package/components/filters/PresetPanel/PresetsPanel.d.ts +1 -1
- package/components/filters/PresetPanel/PresetsPanel.d.ts.map +1 -1
- package/components/forms/Form.d.ts +2 -2
- package/components/forms/Form.d.ts.map +1 -1
- package/components/inputs/Checkbox.d.ts.map +1 -1
- package/components/inputs/MultiSwitch.d.ts +16 -21
- package/components/inputs/MultiSwitch.d.ts.map +1 -1
- package/components/inputs/RadioInput.d.ts +6 -7
- package/components/inputs/RadioInput.d.ts.map +1 -1
- package/components/inputs/Rating.d.ts.map +1 -1
- package/components/inputs/Switch.d.ts.map +1 -1
- package/components/inputs/TextArea.d.ts.map +1 -1
- package/components/inputs/TextInput.d.ts +2 -2
- package/components/inputs/TextInput.d.ts.map +1 -1
- package/components/inputs/timePicker/TimePicker.d.ts +2 -2
- package/components/inputs/timePicker/TimePicker.d.ts.map +1 -1
- package/components/inputs/timePicker/TimePickerBody.d.ts +2 -2
- package/components/inputs/timePicker/TimePickerBody.d.ts.map +1 -1
- package/components/inputs/timePicker/types.d.ts +1 -0
- package/components/inputs/timePicker/types.d.ts.map +1 -1
- package/components/layout/Accordion.d.ts.map +1 -1
- package/components/layout/Blocker.d.ts +2 -2
- package/components/layout/Blocker.d.ts.map +1 -1
- package/components/layout/CheckboxGroup.d.ts +1 -1
- package/components/layout/CheckboxGroup.d.ts.map +1 -1
- package/components/layout/FlexItems/FlexRow.d.ts +21 -8
- package/components/layout/FlexItems/FlexRow.d.ts.map +1 -1
- package/components/layout/FlexItems/Panel.d.ts +1 -1
- package/components/layout/LabeledInput.d.ts +1 -0
- package/components/layout/LabeledInput.d.ts.map +1 -1
- package/components/layout/RadioGroup.d.ts +1 -1
- package/components/layout/RadioGroup.d.ts.map +1 -1
- package/components/layout/VirtualList.d.ts +2 -3
- package/components/layout/VirtualList.d.ts.map +1 -1
- package/components/navigation/Anchor.d.ts +1 -1
- package/components/navigation/Anchor.d.ts.map +1 -1
- package/components/navigation/MainMenu/Burger/BurgerButton.d.ts +1 -1
- package/components/navigation/MainMenu/Burger/BurgerGroupHeader.d.ts +2 -2
- package/components/navigation/MainMenu/Burger/BurgerGroupHeader.d.ts.map +1 -1
- package/components/navigation/MainMenu/Burger/BurgerSearch.d.ts +2 -2
- package/components/navigation/MainMenu/Burger/BurgerSearch.d.ts.map +1 -1
- package/components/navigation/MainMenu/GlobalMenu.d.ts +2 -2
- package/components/navigation/MainMenu/GlobalMenu.d.ts.map +1 -1
- package/components/navigation/MainMenu/MainMenuAvatar.d.ts +2 -2
- package/components/navigation/MainMenu/MainMenuAvatar.d.ts.map +1 -1
- package/components/navigation/MainMenu/MainMenuButton.d.ts +2 -7
- package/components/navigation/MainMenu/MainMenuButton.d.ts.map +1 -1
- package/components/navigation/MainMenu/MainMenuDropdown.d.ts +1 -1
- package/components/navigation/MainMenu/MainMenuIcon.d.ts +2 -8
- package/components/navigation/MainMenu/MainMenuIcon.d.ts.map +1 -1
- package/components/navigation/MainMenu/MainMenuSearch.d.ts +2 -2
- package/components/navigation/MainMenu/MainMenuSearch.d.ts.map +1 -1
- package/components/overlays/Alert.d.ts +10 -8
- package/components/overlays/Alert.d.ts.map +1 -1
- package/components/overlays/ConfirmationModal.d.ts +1 -1
- package/components/overlays/Dropdown.d.ts +1 -1
- package/components/overlays/Dropdown.d.ts.map +1 -1
- package/components/overlays/DropdownMenu.d.ts +5 -5
- package/components/overlays/DropdownMenu.d.ts.map +1 -1
- package/components/overlays/Modals.d.ts +15 -8
- package/components/overlays/Modals.d.ts.map +1 -1
- package/components/overlays/NotificationCard.d.ts +7 -7
- package/components/overlays/NotificationCard.d.ts.map +1 -1
- package/components/overlays/Snackbar.d.ts +2 -2
- package/components/overlays/Snackbar.d.ts.map +1 -1
- package/components/pickers/DataPickerBody.d.ts +10 -12
- package/components/pickers/DataPickerBody.d.ts.map +1 -1
- package/components/pickers/DataPickerFooter.d.ts +2 -2
- package/components/pickers/DataPickerFooter.d.ts.map +1 -1
- package/components/pickers/DataPickerMobileHeader.d.ts +8 -0
- package/components/pickers/DataPickerMobileHeader.d.ts.map +1 -0
- package/components/pickers/DataPickerRow.d.ts +15 -8
- package/components/pickers/DataPickerRow.d.ts.map +1 -1
- package/components/pickers/PickerBodyMobileView.d.ts +25 -5
- package/components/pickers/PickerBodyMobileView.d.ts.map +1 -1
- package/components/pickers/PickerInput.d.ts +3 -3
- package/components/pickers/PickerInput.d.ts.map +1 -1
- package/components/pickers/PickerItem.d.ts +2 -2
- package/components/pickers/PickerItem.d.ts.map +1 -1
- package/components/pickers/PickerList.d.ts +3 -3
- package/components/pickers/PickerList.d.ts.map +1 -1
- package/components/pickers/{PickerListItem.d.ts → PickerListRow.d.ts} +3 -3
- package/components/pickers/PickerListRow.d.ts.map +1 -0
- package/components/pickers/PickerModal.d.ts +3 -3
- package/components/pickers/PickerModal.d.ts.map +1 -1
- package/components/pickers/PickerToggler.d.ts +6 -4
- package/components/pickers/PickerToggler.d.ts.map +1 -1
- package/components/pickers/PickerTogglerTag.d.ts +4 -4
- package/components/pickers/PickerTogglerTag.d.ts.map +1 -1
- package/components/pickers/highlight.d.ts +2 -2
- package/components/pickers/highlight.d.ts.map +1 -1
- package/components/pickers/index.d.ts +2 -2
- package/components/pickers/index.d.ts.map +1 -1
- package/components/tables/ColumnHeaderDropdown/SortingPanel.d.ts.map +1 -1
- package/components/tables/DataRowsContainer/DataRowsContainer.d.ts +1 -1
- package/components/tables/DataRowsContainer/DataRowsContainer.d.ts.map +1 -1
- package/components/tables/DataRowsContainer/DataRowsGroups.d.ts +1 -1
- package/components/tables/DataRowsContainer/DataRowsGroups.d.ts.map +1 -1
- package/components/tables/DataTable.d.ts +13 -5
- package/components/tables/DataTable.d.ts.map +1 -1
- package/components/tables/DataTableCell.d.ts +8 -4
- package/components/tables/DataTableCell.d.ts.map +1 -1
- package/components/tables/DataTableHeaderCell.d.ts +15 -13
- package/components/tables/DataTableHeaderCell.d.ts.map +1 -1
- package/components/tables/DataTableHeaderGroupCell.d.ts +5 -7
- package/components/tables/DataTableHeaderGroupCell.d.ts.map +1 -1
- package/components/tables/DataTableHeaderRow.d.ts +1 -1
- package/components/tables/DataTableHeaderRow.d.ts.map +1 -1
- package/components/tables/DataTableRow.d.ts +10 -8
- package/components/tables/DataTableRow.d.ts.map +1 -1
- package/components/tables/columnsConfigurationModal/ColumnRow.d.ts.map +1 -1
- package/components/tables/columnsConfigurationModal/ColumnsConfigurationModal.d.ts +1 -1
- package/components/tables/columnsConfigurationModal/ColumnsConfigurationModal.d.ts.map +1 -1
- package/components/tables/columnsConfigurationModal/PinIconButton.d.ts +1 -1
- package/components/tables/columnsConfigurationModal/PinIconButton.d.ts.map +1 -1
- package/components/tables/types.d.ts +3 -5
- package/components/tables/types.d.ts.map +1 -1
- package/components/types.d.ts +1 -0
- package/components/types.d.ts.map +1 -1
- package/components/typography/RichTextView.d.ts +1 -1
- package/components/typography/RichTextView.d.ts.map +1 -1
- package/components/typography/Text.d.ts +6 -6
- package/components/typography/Text.d.ts.map +1 -1
- package/components/widgets/Badge.d.ts +2 -2
- package/components/widgets/Badge.d.ts.map +1 -1
- package/components/widgets/CountIndicator.d.ts +6 -11
- package/components/widgets/CountIndicator.d.ts.map +1 -1
- package/components/widgets/DataRowAddons.d.ts +16 -9
- package/components/widgets/DataRowAddons.d.ts.map +1 -1
- package/components/widgets/IndeterminateBar.d.ts +2 -2
- package/components/widgets/IndeterminateBar.d.ts.map +1 -1
- package/components/widgets/IndicatorBar.d.ts +2 -2
- package/components/widgets/IndicatorBar.d.ts.map +1 -1
- package/components/widgets/Paginator.d.ts +3 -3
- package/components/widgets/Paginator.d.ts.map +1 -1
- package/components/widgets/StatusIndicator.d.ts +7 -18
- package/components/widgets/StatusIndicator.d.ts.map +1 -1
- package/components/widgets/Tag.d.ts +1 -1
- package/components/widgets/Tag.d.ts.map +1 -1
- package/index.d.ts +0 -1
- package/index.d.ts.map +1 -1
- package/index.esm.js +2059 -1922
- package/index.esm.js.map +1 -1
- package/index.js +2057 -1920
- package/index.js.map +1 -1
- package/package.json +7 -6
- package/settings.d.ts +423 -2
- package/settings.d.ts.map +1 -1
- package/stats.html +1 -19
- package/styles.css +3559 -9411
- package/styles.css.map +1 -1
- package/components/pickers/DataPickerCell.d.ts +0 -5
- package/components/pickers/DataPickerCell.d.ts.map +0 -1
- package/components/pickers/DataPickerHeader.d.ts +0 -8
- package/components/pickers/DataPickerHeader.d.ts.map +0 -1
- package/components/pickers/PickerListItem.d.ts.map +0 -1
- package/components/pickers/helpers.d.ts +0 -2
- package/components/pickers/helpers.d.ts.map +0 -1
- package/components/pickers/types.d.ts +0 -9
- package/components/pickers/types.d.ts.map +0 -1
- package/icons/icons.d.ts +0 -21
- package/icons/icons.d.ts.map +0 -1
- package/settings.types.d.ts +0 -238
- package/settings.types.d.ts.map +0 -1
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { DataPickerCellProps, Overwrite } from '@epam/uui-core';
|
|
3
|
-
import { PickerCellMods, PickerCellModsOverride } from './types';
|
|
4
|
-
export declare function DataPickerCell<TItem, TId>(props: DataPickerCellProps<TItem, TId> & Overwrite<PickerCellMods, PickerCellModsOverride>): JSX.Element;
|
|
5
|
-
//# sourceMappingURL=DataPickerCell.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DataPickerCell.d.ts","sourceRoot":"","sources":["../../../components/pickers/DataPickerCell.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,mBAAmB,EAAc,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAE5E,OAAO,EAAE,cAAc,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAC;AASjE,wBAAgB,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,mBAAmB,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG,SAAS,CAAC,cAAc,EAAE,sBAAsB,CAAC,eAmEpI"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DataPickerHeader.d.ts","sourceRoot":"","sources":["../../../components/pickers/DataPickerHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,UAAU,qBAAqB;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAkBD,eAAO,MAAM,gBAAgB,mDAAmC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PickerListItem.d.ts","sourceRoot":"","sources":["../../../components/pickers/PickerListItem.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAK9C,MAAM,WAAW,mBAAmB,CAAC,KAAK,EAAE,GAAG,CAAE,SAAQ,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC;IAC7E;;OAEG;IACH,OAAO,CAAC,IAAI,EAAE,KAAK,GAAG,MAAM,CAAC;CAChC;AAED,wBAAgB,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,mBAAmB,CAAC,KAAK,EAAE,GAAG,CAAC,eA4ChF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../components/pickers/helpers.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,aAAc,MAAM,GAAG,SAAS,WACH,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../components/pickers/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAEvC,MAAM,WAAW,cAAc;IAC3B,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC1B,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,CAAC;IAC5B,YAAY,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;CACnC;AAED,MAAM,WAAW,sBAAsB;CAAG"}
|
package/icons/icons.d.ts
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const fileIcons: {
|
|
3
|
-
docIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
|
|
4
|
-
exelIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
|
|
5
|
-
pdfIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
|
|
6
|
-
imgIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
|
|
7
|
-
videoIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
|
|
8
|
-
tableIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
|
|
9
|
-
textIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
|
|
10
|
-
mailIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
|
|
11
|
-
fileIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
|
|
12
|
-
};
|
|
13
|
-
export declare const systemIcons: {
|
|
14
|
-
readonly clear: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
|
|
15
|
-
readonly foldingArrow: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
|
|
16
|
-
readonly accept: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
|
|
17
|
-
readonly search: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
|
|
18
|
-
readonly calendar: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
|
|
19
|
-
readonly info: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
|
|
20
|
-
};
|
|
21
|
-
//# sourceMappingURL=icons.d.ts.map
|
package/icons/icons.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../icons/icons.tsx"],"names":[],"mappings":";AAgBA,eAAO,MAAM,SAAS;;;;;;;;;;CAUrB,CAAC;AAEF,eAAO,MAAM,WAAW;;;;;;;CAOd,CAAC"}
|
package/settings.types.d.ts
DELETED
|
@@ -1,238 +0,0 @@
|
|
|
1
|
-
interface DefaultSizes {
|
|
2
|
-
alert: string;
|
|
3
|
-
badge: string;
|
|
4
|
-
button: string;
|
|
5
|
-
checkbox: string;
|
|
6
|
-
countIndicator: string;
|
|
7
|
-
flexRow: string;
|
|
8
|
-
filtersPanel: string;
|
|
9
|
-
linkButton: string;
|
|
10
|
-
numericInput: string;
|
|
11
|
-
radioInput: string;
|
|
12
|
-
richTextView: string;
|
|
13
|
-
switch: string;
|
|
14
|
-
tabButton: string;
|
|
15
|
-
tag: string;
|
|
16
|
-
text: string;
|
|
17
|
-
textArea: string;
|
|
18
|
-
textInput: string;
|
|
19
|
-
rangeDatePicker: string;
|
|
20
|
-
datePicker: string;
|
|
21
|
-
labeledInput: string;
|
|
22
|
-
statusIndicator: string;
|
|
23
|
-
paginator: string;
|
|
24
|
-
rating: string;
|
|
25
|
-
}
|
|
26
|
-
interface Sizes {
|
|
27
|
-
[size: string | number]: string | number;
|
|
28
|
-
}
|
|
29
|
-
interface TextSize {
|
|
30
|
-
fontSize?: string | number;
|
|
31
|
-
fontWeight?: string | number;
|
|
32
|
-
lineHeight?: string | number;
|
|
33
|
-
size?: string | number;
|
|
34
|
-
}
|
|
35
|
-
interface UppercaseTextSize {
|
|
36
|
-
uppercase: string;
|
|
37
|
-
}
|
|
38
|
-
interface AlertSizes {
|
|
39
|
-
action: Sizes;
|
|
40
|
-
}
|
|
41
|
-
interface NotificationCardSizes {
|
|
42
|
-
action: string;
|
|
43
|
-
}
|
|
44
|
-
interface TagSizes {
|
|
45
|
-
countIndicator: Sizes;
|
|
46
|
-
}
|
|
47
|
-
interface PickerInputSizes {
|
|
48
|
-
toggler: PickerInputTogglerSizes;
|
|
49
|
-
body: PickerInputBodySizes;
|
|
50
|
-
}
|
|
51
|
-
interface PickerInputTogglerDefaultSizes {
|
|
52
|
-
size: string;
|
|
53
|
-
tag: string;
|
|
54
|
-
}
|
|
55
|
-
interface PickerInputTogglerSizes {
|
|
56
|
-
defaults: PickerInputTogglerDefaultSizes;
|
|
57
|
-
tag: Sizes;
|
|
58
|
-
}
|
|
59
|
-
interface PickerInputBodySizes {
|
|
60
|
-
dropdown: PickerInputBodyDropdownSizes;
|
|
61
|
-
mobile: PickerInputBodyMobileSizes;
|
|
62
|
-
modal: PickerInputBodyModalSizes;
|
|
63
|
-
}
|
|
64
|
-
interface PickerInputBodyDropdownSizes {
|
|
65
|
-
height: number;
|
|
66
|
-
width: number;
|
|
67
|
-
padding: string;
|
|
68
|
-
row: PickerInputBodyRowSizes;
|
|
69
|
-
footer: PickerBodyDropdownFooterSizes;
|
|
70
|
-
}
|
|
71
|
-
interface PickerInputBodyItemSizes {
|
|
72
|
-
default: string;
|
|
73
|
-
avatar: PickerItemAvatarSizes;
|
|
74
|
-
verticalPadding: Sizes;
|
|
75
|
-
}
|
|
76
|
-
interface PickerInputBodyCellSizes {
|
|
77
|
-
item: PickerInputBodyItemSizes;
|
|
78
|
-
isBoldSelectionIcon: IsBoldSizes;
|
|
79
|
-
text: Sizes;
|
|
80
|
-
icon: Sizes;
|
|
81
|
-
padding: string;
|
|
82
|
-
}
|
|
83
|
-
interface PickerInputBodyRowSizes {
|
|
84
|
-
default: string;
|
|
85
|
-
cell: PickerInputBodyCellSizes;
|
|
86
|
-
}
|
|
87
|
-
interface PickerBodyDropdownFooterSizes {
|
|
88
|
-
switch: Sizes;
|
|
89
|
-
linkButton: Sizes;
|
|
90
|
-
}
|
|
91
|
-
interface PickerInputBodyMobileSizes {
|
|
92
|
-
header: PickerBodyMobileHeaderSizes;
|
|
93
|
-
footer: PickerBodyMobileFooterSizes;
|
|
94
|
-
row: string;
|
|
95
|
-
searchInput: string;
|
|
96
|
-
}
|
|
97
|
-
interface PickerBodyMobileHeaderSizes {
|
|
98
|
-
titleSize: string;
|
|
99
|
-
}
|
|
100
|
-
interface PickerBodyMobileFooterSizes {
|
|
101
|
-
linkButton: string;
|
|
102
|
-
}
|
|
103
|
-
interface PickerInputBodyModalSizes {
|
|
104
|
-
row: string;
|
|
105
|
-
padding: string;
|
|
106
|
-
}
|
|
107
|
-
interface PickerItemAvatarSizes {
|
|
108
|
-
rest: Sizes;
|
|
109
|
-
multiline: Sizes;
|
|
110
|
-
}
|
|
111
|
-
interface IsBoldSizes {
|
|
112
|
-
[size: string | number]: boolean;
|
|
113
|
-
}
|
|
114
|
-
interface RowAddonsSizes {
|
|
115
|
-
defaults: RowAddonsDefaults;
|
|
116
|
-
checkbox: Sizes;
|
|
117
|
-
icon: Sizes;
|
|
118
|
-
indentUnit: Sizes;
|
|
119
|
-
indentWidth: Sizes;
|
|
120
|
-
}
|
|
121
|
-
interface RowAddonsDefaults {
|
|
122
|
-
icon: string;
|
|
123
|
-
indentUnit: number;
|
|
124
|
-
indentWidth: number;
|
|
125
|
-
}
|
|
126
|
-
interface TextSizes {
|
|
127
|
-
[size: string | number]: TextSize;
|
|
128
|
-
}
|
|
129
|
-
interface LabeledInputSizes {
|
|
130
|
-
fillIcon: string[];
|
|
131
|
-
}
|
|
132
|
-
interface BadgeSizes {
|
|
133
|
-
countIndicator: Sizes;
|
|
134
|
-
}
|
|
135
|
-
interface DataTableHeaderCellSizes {
|
|
136
|
-
defaults: DataTableHeaderCellDefaults;
|
|
137
|
-
checkbox: Sizes;
|
|
138
|
-
columnCaption: TextSize & UppercaseTextSize;
|
|
139
|
-
iconSize: Sizes;
|
|
140
|
-
truncate?: string[];
|
|
141
|
-
}
|
|
142
|
-
interface DataTableHeaderGroupCellDefaults {
|
|
143
|
-
size: string;
|
|
144
|
-
padding: string;
|
|
145
|
-
paddingEdge: string;
|
|
146
|
-
}
|
|
147
|
-
interface DataTableHeaderGroupCellSizes {
|
|
148
|
-
defaults: DataTableHeaderGroupCellDefaults;
|
|
149
|
-
columnCaption: TextSize & UppercaseTextSize;
|
|
150
|
-
iconSize: Sizes;
|
|
151
|
-
truncate?: string[];
|
|
152
|
-
}
|
|
153
|
-
interface DataTableHeaderCellDefaults {
|
|
154
|
-
size: string;
|
|
155
|
-
resizeMarker: string;
|
|
156
|
-
padding: string;
|
|
157
|
-
paddingEdge: string;
|
|
158
|
-
}
|
|
159
|
-
interface DataTableCellSizes {
|
|
160
|
-
defaults: DataTableCellDefaults;
|
|
161
|
-
text: Sizes;
|
|
162
|
-
}
|
|
163
|
-
interface DataTableCellDefaults {
|
|
164
|
-
size: string;
|
|
165
|
-
padding: string;
|
|
166
|
-
paddingEdge: string;
|
|
167
|
-
}
|
|
168
|
-
interface DataTableColumnsConfigurationModal {
|
|
169
|
-
columnRow: string;
|
|
170
|
-
countIndicator: string;
|
|
171
|
-
subgroupIcon: string;
|
|
172
|
-
search: string;
|
|
173
|
-
width: number;
|
|
174
|
-
}
|
|
175
|
-
interface FiltersPanelPickerBodySizes {
|
|
176
|
-
default: string;
|
|
177
|
-
}
|
|
178
|
-
interface FiltersPanelPickerSizes {
|
|
179
|
-
body: FiltersPanelPickerBodySizes;
|
|
180
|
-
}
|
|
181
|
-
interface FiltersPanelSizes {
|
|
182
|
-
pickerInput: FiltersPanelPickerSizes;
|
|
183
|
-
}
|
|
184
|
-
interface DataTableHeaderRowSizes {
|
|
185
|
-
default: string;
|
|
186
|
-
cell: DataTableHeaderCellSizes;
|
|
187
|
-
groupCell: DataTableHeaderGroupCellSizes;
|
|
188
|
-
}
|
|
189
|
-
interface DataTableHeaderSizes {
|
|
190
|
-
row: DataTableHeaderRowSizes;
|
|
191
|
-
}
|
|
192
|
-
interface DataTableRowSizes {
|
|
193
|
-
default: string;
|
|
194
|
-
cell: DataTableCellSizes;
|
|
195
|
-
}
|
|
196
|
-
interface DataTableBodySizes {
|
|
197
|
-
row: DataTableRowSizes;
|
|
198
|
-
}
|
|
199
|
-
interface DataTableSizes {
|
|
200
|
-
columnsConfigurationModal: DataTableColumnsConfigurationModal;
|
|
201
|
-
header: DataTableHeaderSizes;
|
|
202
|
-
body: DataTableBodySizes;
|
|
203
|
-
}
|
|
204
|
-
interface TabButtonSizes {
|
|
205
|
-
countIndicator: Sizes;
|
|
206
|
-
}
|
|
207
|
-
interface ModalWindowDefaultSizes {
|
|
208
|
-
width: number;
|
|
209
|
-
}
|
|
210
|
-
interface ModalWindowSizes {
|
|
211
|
-
defaults: ModalWindowDefaultSizes;
|
|
212
|
-
}
|
|
213
|
-
interface ModalSizes {
|
|
214
|
-
window: ModalWindowSizes;
|
|
215
|
-
}
|
|
216
|
-
interface SizesSettings {
|
|
217
|
-
defaults: DefaultSizes;
|
|
218
|
-
alert: AlertSizes;
|
|
219
|
-
notificationCard: NotificationCardSizes;
|
|
220
|
-
tag: TagSizes;
|
|
221
|
-
pickerInput: PickerInputSizes;
|
|
222
|
-
rowAddons: RowAddonsSizes;
|
|
223
|
-
text: TextSizes;
|
|
224
|
-
filtersPanel: FiltersPanelSizes;
|
|
225
|
-
labeledInput: LabeledInputSizes;
|
|
226
|
-
badge: BadgeSizes;
|
|
227
|
-
dataTable: DataTableSizes;
|
|
228
|
-
modal: ModalSizes;
|
|
229
|
-
tabButton: TabButtonSizes;
|
|
230
|
-
}
|
|
231
|
-
export interface Settings {
|
|
232
|
-
/**
|
|
233
|
-
* setting sizes for complex and compound components to support 'Size theming'
|
|
234
|
-
*/
|
|
235
|
-
sizes: SizesSettings;
|
|
236
|
-
}
|
|
237
|
-
export {};
|
|
238
|
-
//# sourceMappingURL=settings.types.d.ts.map
|
package/settings.types.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"settings.types.d.ts","sourceRoot":"","sources":["../settings.types.ts"],"names":[],"mappings":"AAAA,UAAU,YAAY;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,cAAc,EAAE,MAAM,CAAC;IACvB,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,EAAE,MAAM,CAAC;IACxB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;CAClB;AAED,UAAU,KAAK;IACX,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC;CAC5C;AAED,UAAU,QAAQ;IACd,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC7B,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC7B,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC1B;AAED,UAAU,iBAAiB;IACvB,SAAS,EAAE,MAAM,CAAC;CACrB;AAED,UAAU,UAAU;IAChB,MAAM,EAAE,KAAK,CAAC;CACjB;AAED,UAAU,qBAAqB;IAC3B,MAAM,EAAE,MAAM,CAAC;CAClB;AAED,UAAU,QAAQ;IACd,cAAc,EAAE,KAAK,CAAC;CACzB;AAED,UAAU,gBAAgB;IACtB,OAAO,EAAE,uBAAuB,CAAC;IACjC,IAAI,EAAE,oBAAoB,CAAC;CAC9B;AAED,UAAU,8BAA8B;IACpC,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;CACf;AAED,UAAU,uBAAuB;IAC7B,QAAQ,EAAE,8BAA8B,CAAC;IACzC,GAAG,EAAE,KAAK,CAAC;CACd;AAED,UAAU,oBAAoB;IAC1B,QAAQ,EAAE,4BAA4B,CAAC;IACvC,MAAM,EAAE,0BAA0B,CAAC;IACnC,KAAK,EAAE,yBAAyB,CAAC;CACpC;AAED,UAAU,4BAA4B;IAClC,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,GAAG,EAAE,uBAAuB,CAAC;IAC7B,MAAM,EAAE,6BAA6B,CAAC;CACzC;AAED,UAAU,wBAAwB;IAC9B,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,qBAAqB,CAAC;IAC9B,eAAe,EAAE,KAAK,CAAC;CAC1B;AAED,UAAU,wBAAwB;IAC9B,IAAI,EAAE,wBAAwB,CAAC;IAC/B,mBAAmB,EAAE,WAAW,CAAC;IACjC,IAAI,EAAE,KAAK,CAAC;IACZ,IAAI,EAAE,KAAK,CAAC;IACZ,OAAO,EAAE,MAAM,CAAC;CACnB;AAED,UAAU,uBAAuB;IAC7B,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,wBAAwB,CAAC;CAClC;AAED,UAAU,6BAA6B;IACnC,MAAM,EAAE,KAAK,CAAC;IACd,UAAU,EAAE,KAAK,CAAC;CACrB;AAED,UAAU,0BAA0B;IAChC,MAAM,EAAE,2BAA2B,CAAC;IACpC,MAAM,EAAE,2BAA2B,CAAC;IACpC,GAAG,EAAE,MAAM,CAAC;IACZ,WAAW,EAAE,MAAM,CAAC;CACvB;AAED,UAAU,2BAA2B;IACjC,SAAS,EAAE,MAAM,CAAC;CACrB;AAED,UAAU,2BAA2B;IACjC,UAAU,EAAE,MAAM,CAAC;CACtB;AAED,UAAU,yBAAyB;IAC/B,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,MAAM,CAAC;CACnB;AAED,UAAU,qBAAqB;IAC3B,IAAI,EAAE,KAAK,CAAC;IACZ,SAAS,EAAE,KAAK,CAAC;CACpB;AAED,UAAU,WAAW;IACjB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;CACpC;AAED,UAAU,cAAc;IACpB,QAAQ,EAAE,iBAAiB,CAAC;IAC5B,QAAQ,EAAE,KAAK,CAAC;IAChB,IAAI,EAAE,KAAK,CAAC;IACZ,UAAU,EAAE,KAAK,CAAC;IAClB,WAAW,EAAE,KAAK,CAAC;CACtB;AAED,UAAU,iBAAiB;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;CACvB;AAED,UAAU,SAAS;IACf,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ,CAAC;CACrC;AAED,UAAU,iBAAiB;IACvB,QAAQ,EAAE,MAAM,EAAE,CAAC;CACtB;AAED,UAAU,UAAU;IAChB,cAAc,EAAE,KAAK,CAAC;CACzB;AAED,UAAU,wBAAwB;IAC9B,QAAQ,EAAE,2BAA2B,CAAC;IACtC,QAAQ,EAAE,KAAK,CAAC;IAChB,aAAa,EAAE,QAAQ,GAAG,iBAAiB,CAAC;IAC5C,QAAQ,EAAE,KAAK,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;CACvB;AAED,UAAU,gCAAgC;IACtC,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;CACvB;AAED,UAAU,6BAA6B;IACnC,QAAQ,EAAE,gCAAgC,CAAC;IAC3C,aAAa,EAAE,QAAQ,GAAG,iBAAiB,CAAC;IAC5C,QAAQ,EAAE,KAAK,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;CACvB;AAED,UAAU,2BAA2B;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;CACvB;AAED,UAAU,kBAAkB;IACxB,QAAQ,EAAE,qBAAqB,CAAC;IAChC,IAAI,EAAE,KAAK,CAAC;CACf;AAED,UAAU,qBAAqB;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;CACvB;AAED,UAAU,kCAAkC;IACxC,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,UAAU,2BAA2B;IACjC,OAAO,EAAE,MAAM,CAAC;CACnB;AAED,UAAU,uBAAuB;IAC7B,IAAI,EAAE,2BAA2B,CAAC;CACrC;AAED,UAAU,iBAAiB;IACvB,WAAW,EAAE,uBAAuB,CAAC;CACxC;AAED,UAAU,uBAAuB;IAC7B,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,wBAAwB,CAAC;IAC/B,SAAS,EAAE,6BAA6B,CAAC;CAC5C;AAED,UAAU,oBAAoB;IAC1B,GAAG,EAAE,uBAAuB,CAAC;CAChC;AAED,UAAU,iBAAiB;IACvB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,kBAAkB,CAAC;CAC5B;AAED,UAAU,kBAAkB;IACxB,GAAG,EAAE,iBAAiB,CAAC;CAC1B;AAED,UAAU,cAAc;IACpB,yBAAyB,EAAE,kCAAkC,CAAC;IAC9D,MAAM,EAAE,oBAAoB,CAAC;IAC7B,IAAI,EAAE,kBAAkB,CAAC;CAC5B;AAED,UAAU,cAAc;IACpB,cAAc,EAAE,KAAK,CAAC;CACzB;AAED,UAAU,uBAAuB;IAC7B,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,UAAU,gBAAgB;IACtB,QAAQ,EAAE,uBAAuB,CAAC;CACrC;AAED,UAAU,UAAU;IAChB,MAAM,EAAE,gBAAgB,CAAC;CAC5B;AAED,UAAU,aAAa;IACnB,QAAQ,EAAE,YAAY,CAAC;IACvB,KAAK,EAAE,UAAU,CAAC;IAClB,gBAAgB,EAAE,qBAAqB,CAAC;IACxC,GAAG,EAAE,QAAQ,CAAC;IACd,WAAW,EAAE,gBAAgB,CAAC;IAC9B,SAAS,EAAE,cAAc,CAAC;IAC1B,IAAI,EAAE,SAAS,CAAC;IAChB,YAAY,EAAE,iBAAiB,CAAC;IAChC,YAAY,EAAE,iBAAiB,CAAC;IAChC,KAAK,EAAE,UAAU,CAAC;IAClB,SAAS,EAAE,cAAc,CAAC;IAC1B,KAAK,EAAE,UAAU,CAAC;IAClB,SAAS,EAAE,cAAc,CAAC;CAC7B;AAED,MAAM,WAAW,QAAQ;IACrB;;OAEG;IACH,KAAK,EAAE,aAAa,CAAC;CACxB"}
|