@redhat-cloud-services/frontend-components-utilities 3.2.25 → 3.2.27
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/CypressUtils/PaginationUtils.d.ts +7 -0
- package/CypressUtils/PaginationUtils.js +45 -0
- package/CypressUtils/PaginationUtils.js.map +1 -0
- package/CypressUtils/TableUtils.d.ts +5 -0
- package/CypressUtils/TableUtils.js +44 -0
- package/CypressUtils/TableUtils.js.map +1 -0
- package/CypressUtils/UIFilters.d.ts +13 -0
- package/CypressUtils/UIFilters.js +81 -0
- package/CypressUtils/UIFilters.js.map +1 -0
- package/CypressUtils/index.d.ts +4 -0
- package/CypressUtils/index.js +21 -0
- package/CypressUtils/index.js.map +1 -0
- package/CypressUtils/package.json +1 -0
- package/CypressUtils/selectors.d.ts +21 -0
- package/CypressUtils/selectors.js +46 -0
- package/CypressUtils/selectors.js.map +1 -0
- package/MiddlewareListener/index.js +5 -1
- package/MiddlewareListener/index.js.map +1 -1
- package/RBAC/index.js +5 -1
- package/RBAC/index.js.map +1 -1
- package/RBACHook/RBACHook.d.ts +1 -1
- package/RBACHook/RBACHook.js +2 -2
- package/RBACHook/RBACHook.js.map +1 -1
- package/RBACHook/index.js +5 -1
- package/RBACHook/index.js.map +1 -1
- package/ReducerRegistry/ReducerRegistry.d.ts +2 -2
- package/ReducerRegistry/ReducerRegistry.js.map +1 -1
- package/ReducerRegistry/index.js +5 -1
- package/ReducerRegistry/index.js.map +1 -1
- package/Registry/index.js +5 -1
- package/Registry/index.js.map +1 -1
- package/RouterParams/RouterParams.d.ts +2 -9
- package/RouterParams/index.js +5 -1
- package/RouterParams/index.js.map +1 -1
- package/RowLoader/index.js +5 -1
- package/RowLoader/index.js.map +1 -1
- package/debounce/index.js +5 -1
- package/debounce/index.js.map +1 -1
- package/esm/CypressUtils/PaginationUtils.js +36 -0
- package/esm/CypressUtils/PaginationUtils.js.map +1 -0
- package/esm/CypressUtils/TableUtils.js +33 -0
- package/esm/CypressUtils/TableUtils.js.map +1 -0
- package/esm/CypressUtils/UIFilters.js +71 -0
- package/esm/CypressUtils/UIFilters.js.map +1 -0
- package/esm/CypressUtils/index.js +5 -0
- package/esm/CypressUtils/index.js.map +1 -0
- package/esm/CypressUtils/selectors.js +23 -0
- package/esm/CypressUtils/selectors.js.map +1 -0
- package/esm/RBACHook/RBACHook.js +2 -2
- package/esm/RBACHook/RBACHook.js.map +1 -1
- package/esm/ReducerRegistry/ReducerRegistry.js.map +1 -1
- package/esm/index.js +1 -0
- package/esm/index.js.map +1 -1
- package/esm/useInventory/useInventory.js.map +1 -1
- package/helpers/helpers.d.ts +1 -1
- package/helpers/index.js +5 -1
- package/helpers/index.js.map +1 -1
- package/index.d.ts +1 -0
- package/index.js +6 -1
- package/index.js.map +1 -1
- package/interceptors/index.js +5 -1
- package/interceptors/index.js.map +1 -1
- package/package.json +13 -13
- package/parseCvssScore/index.js +5 -1
- package/parseCvssScore/index.js.map +1 -1
- package/useInventory/index.js +5 -1
- package/useInventory/index.js.map +1 -1
- package/useInventory/useInventory.js +5 -1
- package/useInventory/useInventory.js.map +1 -1
- package/esm/inventoryDependencies/index.js +0 -4
- package/esm/inventoryDependencies/index.js.map +0 -1
- package/esm/inventoryDependencies/inventoryDependencies.js +0 -68
- package/esm/inventoryDependencies/inventoryDependencies.js.map +0 -1
- package/inventoryDependencies/index.d.ts +0 -2
- package/inventoryDependencies/index.js +0 -28
- package/inventoryDependencies/index.js.map +0 -1
- package/inventoryDependencies/inventoryDependencies.d.ts +0 -126
- package/inventoryDependencies/inventoryDependencies.js +0 -71
- package/inventoryDependencies/inventoryDependencies.js.map +0 -1
- package/inventoryDependencies/package.json +0 -1
|
@@ -1,126 +0,0 @@
|
|
|
1
|
-
export namespace reactIcons {
|
|
2
|
-
export { CubesIcon };
|
|
3
|
-
export { ExclamationTriangleIcon };
|
|
4
|
-
}
|
|
5
|
-
export namespace reactCore {
|
|
6
|
-
export { Badge };
|
|
7
|
-
export { Bullseye };
|
|
8
|
-
export { Button };
|
|
9
|
-
export { Checkbox };
|
|
10
|
-
export { ClipboardCopy };
|
|
11
|
-
export { Dropdown };
|
|
12
|
-
export { DropdownItem };
|
|
13
|
-
export { DropdownPosition };
|
|
14
|
-
export { DropdownToggle };
|
|
15
|
-
export { EmptyState };
|
|
16
|
-
export { EmptyStateBody };
|
|
17
|
-
export { EmptyStateIcon };
|
|
18
|
-
export { EmptyStateVariant };
|
|
19
|
-
export { Flex };
|
|
20
|
-
export { FlexItem };
|
|
21
|
-
export { Grid };
|
|
22
|
-
export { GridItem };
|
|
23
|
-
export { KebabToggle };
|
|
24
|
-
export { Level };
|
|
25
|
-
export { LevelItem };
|
|
26
|
-
export { Modal };
|
|
27
|
-
export { Pagination };
|
|
28
|
-
export { PaginationVariant };
|
|
29
|
-
export { Split };
|
|
30
|
-
export { SplitItem };
|
|
31
|
-
export { Stack };
|
|
32
|
-
export { StackItem };
|
|
33
|
-
export { Spinner };
|
|
34
|
-
export { Tab };
|
|
35
|
-
export { Tabs };
|
|
36
|
-
export { Title };
|
|
37
|
-
export { Tooltip };
|
|
38
|
-
export { Toolbar };
|
|
39
|
-
export { ToolbarItem };
|
|
40
|
-
export { ToolbarContent };
|
|
41
|
-
export { ToolbarGroup };
|
|
42
|
-
export { TextInput };
|
|
43
|
-
export { ChipGroup };
|
|
44
|
-
export { Chip };
|
|
45
|
-
export { DropdownToggleCheckbox };
|
|
46
|
-
export { Select };
|
|
47
|
-
export { SelectOption };
|
|
48
|
-
export { SelectVariant };
|
|
49
|
-
export { SelectGroup };
|
|
50
|
-
export { Radio };
|
|
51
|
-
export { Drawer };
|
|
52
|
-
export { DrawerPanelContent };
|
|
53
|
-
export { DrawerContent };
|
|
54
|
-
export { DrawerContentBody };
|
|
55
|
-
export { DrawerPanelBody };
|
|
56
|
-
export { DrawerActions };
|
|
57
|
-
export { DrawerHead };
|
|
58
|
-
export { DrawerCloseButton };
|
|
59
|
-
export { Switch };
|
|
60
|
-
export { Form };
|
|
61
|
-
export { Label };
|
|
62
|
-
export { FormGroup };
|
|
63
|
-
export { FormSelect };
|
|
64
|
-
export { FormSelectOption };
|
|
65
|
-
}
|
|
66
|
-
import { CubesIcon } from "@patternfly/react-icons/dist/esm/icons";
|
|
67
|
-
import { ExclamationTriangleIcon } from "@patternfly/react-icons/dist/esm/icons";
|
|
68
|
-
import { Badge } from "@patternfly/react-core/dist/esm/components/Badge/Badge";
|
|
69
|
-
import { Bullseye } from "@patternfly/react-core/dist/esm/layouts/Bullseye/Bullseye";
|
|
70
|
-
import { Button } from "@patternfly/react-core/dist/esm/components/Button/Button";
|
|
71
|
-
import { Checkbox } from "@patternfly/react-core/dist/esm/components/Checkbox/Checkbox";
|
|
72
|
-
import { ClipboardCopy } from "@patternfly/react-core/dist/esm/components/ClipboardCopy/ClipboardCopy";
|
|
73
|
-
import { Dropdown } from "@patternfly/react-core/dist/esm/components/Dropdown/Dropdown";
|
|
74
|
-
import { DropdownItem } from "@patternfly/react-core/dist/esm/components/Dropdown/DropdownItem";
|
|
75
|
-
import { DropdownPosition } from "@patternfly/react-core/dist/esm/components/Dropdown/dropdownConstants";
|
|
76
|
-
import { DropdownToggle } from "@patternfly/react-core/dist/esm/components/Dropdown/DropdownToggle";
|
|
77
|
-
import { EmptyState } from "@patternfly/react-core/dist/esm/components/EmptyState/EmptyState";
|
|
78
|
-
import { EmptyStateBody } from "@patternfly/react-core/dist/esm/components/EmptyState/EmptyStateBody";
|
|
79
|
-
import { EmptyStateIcon } from "@patternfly/react-core/dist/esm/components/EmptyState/EmptyStateIcon";
|
|
80
|
-
import { EmptyStateVariant } from "@patternfly/react-core/dist/esm/components/EmptyState/EmptyState";
|
|
81
|
-
import { Flex } from "@patternfly/react-core/dist/esm/layouts/Flex/Flex";
|
|
82
|
-
import { FlexItem } from "@patternfly/react-core/dist/esm/layouts/Flex/FlexItem";
|
|
83
|
-
import { Grid } from "@patternfly/react-core/dist/esm/layouts/Grid/Grid";
|
|
84
|
-
import { GridItem } from "@patternfly/react-core/dist/esm/layouts/Grid/GridItem";
|
|
85
|
-
import { KebabToggle } from "@patternfly/react-core/dist/esm/components/Dropdown/KebabToggle";
|
|
86
|
-
import { Level } from "@patternfly/react-core/dist/esm/layouts/Level/Level";
|
|
87
|
-
import { LevelItem } from "@patternfly/react-core/dist/esm/layouts/Level/LevelItem";
|
|
88
|
-
import { Modal } from "@patternfly/react-core/dist/esm/components/Modal/Modal";
|
|
89
|
-
import { Pagination } from "@patternfly/react-core/dist/esm/components/Pagination/Pagination";
|
|
90
|
-
import { PaginationVariant } from "@patternfly/react-core/dist/esm/components/Pagination/Pagination";
|
|
91
|
-
import { Split } from "@patternfly/react-core/dist/esm/layouts/Split/Split";
|
|
92
|
-
import { SplitItem } from "@patternfly/react-core/dist/esm/layouts/Split/SplitItem";
|
|
93
|
-
import { Stack } from "@patternfly/react-core/dist/esm/layouts/Stack/Stack";
|
|
94
|
-
import { StackItem } from "@patternfly/react-core/dist/esm/layouts/Stack/StackItem";
|
|
95
|
-
import { Spinner } from "@patternfly/react-core/dist/esm/components/Spinner/Spinner";
|
|
96
|
-
import { Tab } from "@patternfly/react-core/dist/esm/components/Tabs/Tab";
|
|
97
|
-
import { Tabs } from "@patternfly/react-core/dist/esm/components/Tabs/Tabs";
|
|
98
|
-
import { Title } from "@patternfly/react-core/dist/esm/components/Title/Title";
|
|
99
|
-
import { Tooltip } from "@patternfly/react-core/dist/esm/components/Tooltip/Tooltip";
|
|
100
|
-
import { Toolbar } from "@patternfly/react-core/dist/esm/components/Toolbar/Toolbar";
|
|
101
|
-
import { ToolbarItem } from "@patternfly/react-core/dist/esm/components/Toolbar/ToolbarItem";
|
|
102
|
-
import { ToolbarContent } from "@patternfly/react-core/dist/esm/components/Toolbar/ToolbarContent";
|
|
103
|
-
import { ToolbarGroup } from "@patternfly/react-core/dist/esm/components/Toolbar/ToolbarGroup";
|
|
104
|
-
import { TextInput } from "@patternfly/react-core/dist/esm/components/TextInput/TextInput";
|
|
105
|
-
import { ChipGroup } from "@patternfly/react-core/dist/esm/components/ChipGroup/ChipGroup";
|
|
106
|
-
import { Chip } from "@patternfly/react-core/dist/esm/components/Chip/Chip";
|
|
107
|
-
import { DropdownToggleCheckbox } from "@patternfly/react-core/dist/esm/components/Dropdown/DropdownToggleCheckbox";
|
|
108
|
-
import { Select } from "@patternfly/react-core/dist/esm/components/Select/Select";
|
|
109
|
-
import { SelectOption } from "@patternfly/react-core/dist/esm/components/Select/SelectOption";
|
|
110
|
-
import { SelectVariant } from "@patternfly/react-core/dist/esm/components/Select/selectConstants";
|
|
111
|
-
import { SelectGroup } from "@patternfly/react-core/dist/esm/components/Select/SelectGroup";
|
|
112
|
-
import { Radio } from "@patternfly/react-core/dist/esm/components/Radio/Radio";
|
|
113
|
-
import { Drawer } from "@patternfly/react-core/dist/esm/components/Drawer/Drawer";
|
|
114
|
-
import { DrawerPanelContent } from "@patternfly/react-core/dist/esm/components/Drawer/DrawerPanelContent";
|
|
115
|
-
import { DrawerContent } from "@patternfly/react-core/dist/esm/components/Drawer/DrawerContent";
|
|
116
|
-
import { DrawerContentBody } from "@patternfly/react-core/dist/esm/components/Drawer/DrawerContentBody";
|
|
117
|
-
import { DrawerPanelBody } from "@patternfly/react-core/dist/esm/components/Drawer/DrawerPanelBody";
|
|
118
|
-
import { DrawerActions } from "@patternfly/react-core/dist/esm/components/Drawer/DrawerActions";
|
|
119
|
-
import { DrawerHead } from "@patternfly/react-core/dist/esm/components/Drawer/DrawerHead";
|
|
120
|
-
import { DrawerCloseButton } from "@patternfly/react-core/dist/esm/components/Drawer/DrawerCloseButton";
|
|
121
|
-
import { Switch } from "@patternfly/react-core/dist/esm/components/Switch/Switch";
|
|
122
|
-
import { Form } from "@patternfly/react-core/dist/esm/components/Form/Form";
|
|
123
|
-
import { Label } from "@patternfly/react-core/dist/esm/components/Label/Label";
|
|
124
|
-
import { FormGroup } from "@patternfly/react-core/dist/esm/components/Form/FormGroup";
|
|
125
|
-
import { FormSelect } from "@patternfly/react-core/dist/esm/components/FormSelect/FormSelect";
|
|
126
|
-
import { FormSelectOption } from "@patternfly/react-core/dist/esm/components/FormSelect/FormSelectOption";
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.reactCore = exports.reactIcons = void 0;
|
|
4
|
-
var react_core_1 = require("@patternfly/react-core");
|
|
5
|
-
var react_icons_1 = require("@patternfly/react-icons");
|
|
6
|
-
exports.reactIcons = {
|
|
7
|
-
CubesIcon: react_icons_1.CubesIcon,
|
|
8
|
-
ExclamationTriangleIcon: react_icons_1.ExclamationTriangleIcon,
|
|
9
|
-
};
|
|
10
|
-
exports.reactCore = {
|
|
11
|
-
Badge: react_core_1.Badge,
|
|
12
|
-
Bullseye: react_core_1.Bullseye,
|
|
13
|
-
Button: react_core_1.Button,
|
|
14
|
-
Checkbox: react_core_1.Checkbox,
|
|
15
|
-
ClipboardCopy: react_core_1.ClipboardCopy,
|
|
16
|
-
Dropdown: react_core_1.Dropdown,
|
|
17
|
-
DropdownItem: react_core_1.DropdownItem,
|
|
18
|
-
DropdownPosition: react_core_1.DropdownPosition,
|
|
19
|
-
DropdownToggle: react_core_1.DropdownToggle,
|
|
20
|
-
EmptyState: react_core_1.EmptyState,
|
|
21
|
-
EmptyStateBody: react_core_1.EmptyStateBody,
|
|
22
|
-
EmptyStateIcon: react_core_1.EmptyStateIcon,
|
|
23
|
-
EmptyStateVariant: react_core_1.EmptyStateVariant,
|
|
24
|
-
Flex: react_core_1.Flex,
|
|
25
|
-
FlexItem: react_core_1.FlexItem,
|
|
26
|
-
Grid: react_core_1.Grid,
|
|
27
|
-
GridItem: react_core_1.GridItem,
|
|
28
|
-
KebabToggle: react_core_1.KebabToggle,
|
|
29
|
-
Level: react_core_1.Level,
|
|
30
|
-
LevelItem: react_core_1.LevelItem,
|
|
31
|
-
Modal: react_core_1.Modal,
|
|
32
|
-
Pagination: react_core_1.Pagination,
|
|
33
|
-
PaginationVariant: react_core_1.PaginationVariant,
|
|
34
|
-
Split: react_core_1.Split,
|
|
35
|
-
SplitItem: react_core_1.SplitItem,
|
|
36
|
-
Stack: react_core_1.Stack,
|
|
37
|
-
StackItem: react_core_1.StackItem,
|
|
38
|
-
Spinner: react_core_1.Spinner,
|
|
39
|
-
Tab: react_core_1.Tab,
|
|
40
|
-
Tabs: react_core_1.Tabs,
|
|
41
|
-
Title: react_core_1.Title,
|
|
42
|
-
Tooltip: react_core_1.Tooltip,
|
|
43
|
-
Toolbar: react_core_1.Toolbar,
|
|
44
|
-
ToolbarItem: react_core_1.ToolbarItem,
|
|
45
|
-
ToolbarContent: react_core_1.ToolbarContent,
|
|
46
|
-
ToolbarGroup: react_core_1.ToolbarGroup,
|
|
47
|
-
TextInput: react_core_1.TextInput,
|
|
48
|
-
ChipGroup: react_core_1.ChipGroup,
|
|
49
|
-
Chip: react_core_1.Chip,
|
|
50
|
-
DropdownToggleCheckbox: react_core_1.DropdownToggleCheckbox,
|
|
51
|
-
Select: react_core_1.Select,
|
|
52
|
-
SelectOption: react_core_1.SelectOption,
|
|
53
|
-
SelectVariant: react_core_1.SelectVariant,
|
|
54
|
-
SelectGroup: react_core_1.SelectGroup,
|
|
55
|
-
Radio: react_core_1.Radio,
|
|
56
|
-
Drawer: react_core_1.Drawer,
|
|
57
|
-
DrawerPanelContent: react_core_1.DrawerPanelContent,
|
|
58
|
-
DrawerContent: react_core_1.DrawerContent,
|
|
59
|
-
DrawerContentBody: react_core_1.DrawerContentBody,
|
|
60
|
-
DrawerPanelBody: react_core_1.DrawerPanelBody,
|
|
61
|
-
DrawerActions: react_core_1.DrawerActions,
|
|
62
|
-
DrawerHead: react_core_1.DrawerHead,
|
|
63
|
-
DrawerCloseButton: react_core_1.DrawerCloseButton,
|
|
64
|
-
Switch: react_core_1.Switch,
|
|
65
|
-
Form: react_core_1.Form,
|
|
66
|
-
Label: react_core_1.Label,
|
|
67
|
-
FormGroup: react_core_1.FormGroup,
|
|
68
|
-
FormSelect: react_core_1.FormSelect,
|
|
69
|
-
FormSelectOption: react_core_1.FormSelectOption,
|
|
70
|
-
};
|
|
71
|
-
//# sourceMappingURL=inventoryDependencies.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"inventoryDependencies.js","sourceRoot":"","sources":["../src/inventoryDependencies/inventoryDependencies.js"],"names":[],"mappings":";;;AAGA,qDA4DgC;AAEhC,uDAA6E;AAEhE,QAAA,UAAU,GAAG;IACxB,SAAS,yBAAA;IACT,uBAAuB,uCAAA;CACxB,CAAC;AAEW,QAAA,SAAS,GAAG;IACvB,KAAK,oBAAA;IACL,QAAQ,uBAAA;IACR,MAAM,qBAAA;IACN,QAAQ,uBAAA;IACR,aAAa,4BAAA;IACb,QAAQ,uBAAA;IACR,YAAY,2BAAA;IACZ,gBAAgB,+BAAA;IAChB,cAAc,6BAAA;IACd,UAAU,yBAAA;IACV,cAAc,6BAAA;IACd,cAAc,6BAAA;IACd,iBAAiB,gCAAA;IACjB,IAAI,mBAAA;IACJ,QAAQ,uBAAA;IACR,IAAI,mBAAA;IACJ,QAAQ,uBAAA;IACR,WAAW,0BAAA;IACX,KAAK,oBAAA;IACL,SAAS,wBAAA;IACT,KAAK,oBAAA;IACL,UAAU,yBAAA;IACV,iBAAiB,gCAAA;IACjB,KAAK,oBAAA;IACL,SAAS,wBAAA;IACT,KAAK,oBAAA;IACL,SAAS,wBAAA;IACT,OAAO,sBAAA;IACP,GAAG,kBAAA;IACH,IAAI,mBAAA;IACJ,KAAK,oBAAA;IACL,OAAO,sBAAA;IACP,OAAO,sBAAA;IACP,WAAW,0BAAA;IACX,cAAc,6BAAA;IACd,YAAY,2BAAA;IACZ,SAAS,wBAAA;IACT,SAAS,wBAAA;IACT,IAAI,mBAAA;IACJ,sBAAsB,qCAAA;IACtB,MAAM,qBAAA;IACN,YAAY,2BAAA;IACZ,aAAa,4BAAA;IACb,WAAW,0BAAA;IACX,KAAK,oBAAA;IACL,MAAM,qBAAA;IACN,kBAAkB,iCAAA;IAClB,aAAa,4BAAA;IACb,iBAAiB,gCAAA;IACjB,eAAe,8BAAA;IACf,aAAa,4BAAA;IACb,UAAU,yBAAA;IACV,iBAAiB,gCAAA;IACjB,MAAM,qBAAA;IACN,IAAI,mBAAA;IACJ,KAAK,oBAAA;IACL,SAAS,wBAAA;IACT,UAAU,yBAAA;IACV,gBAAgB,+BAAA;CACjB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"main":"index.js","module":"../esm/inventoryDependencies/index.js","typings":"index.d.ts"}
|