@rh-support/react-context 2.5.1 → 2.5.3
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.
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { IAccount } from '@cee-eng/hydrajs/@types/models/account';
|
|
2
2
|
import { IAccountListParams } from '@cee-eng/hydrajs/@types/models/csp/account';
|
|
3
|
-
import { AsyncDropdownProps } from '@rh-support/components';
|
|
4
3
|
import React from 'react';
|
|
5
|
-
interface IProps
|
|
4
|
+
interface IProps {
|
|
6
5
|
selectedAccounts?: IAccount[];
|
|
7
6
|
excludeAccounts?: IAccount[];
|
|
8
7
|
bookmarkedAccounts?: IAccount[];
|
|
@@ -13,6 +12,18 @@ interface IProps extends AsyncDropdownProps<IAccount> {
|
|
|
13
12
|
multiple?: boolean;
|
|
14
13
|
isInValid?: boolean;
|
|
15
14
|
restrictedOnSubscriptionAbuse?: boolean;
|
|
15
|
+
label?: string;
|
|
16
|
+
name?: string;
|
|
17
|
+
id?: string;
|
|
18
|
+
title?: string;
|
|
19
|
+
className?: string;
|
|
20
|
+
placeholder?: string;
|
|
21
|
+
emptyListLabel?: string;
|
|
22
|
+
paginate?: boolean;
|
|
23
|
+
useCache?: boolean;
|
|
24
|
+
disabled?: boolean;
|
|
25
|
+
maxResults?: number;
|
|
26
|
+
delay?: number;
|
|
16
27
|
}
|
|
17
28
|
declare function AccountSelectorInternal(props: IProps): React.JSX.Element;
|
|
18
29
|
declare namespace AccountSelectorInternal {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AccountSelectorInternal.d.ts","sourceRoot":"","sources":["../../../../src/components/AccountSelector/AccountSelectorInternal.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,wCAAwC,CAAC;AAClE,OAAO,EAAE,kBAAkB,EAAE,MAAM,4CAA4C,CAAC;
|
|
1
|
+
{"version":3,"file":"AccountSelectorInternal.d.ts","sourceRoot":"","sources":["../../../../src/components/AccountSelector/AccountSelectorInternal.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,wCAAwC,CAAC;AAClE,OAAO,EAAE,kBAAkB,EAAE,MAAM,4CAA4C,CAAC;AAqBhF,OAAO,KAA+C,MAAM,OAAO,CAAC;AAKpE,UAAU,MAAM;IACZ,gBAAgB,CAAC,EAAE,QAAQ,EAAE,CAAC;IAC9B,eAAe,CAAC,EAAE,QAAQ,EAAE,CAAC;IAC7B,kBAAkB,CAAC,EAAE,QAAQ,EAAE,CAAC;IAChC,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,QAAQ,CAAC,EAAE,CAAC,QAAQ,EAAE,QAAQ,EAAE,KAAK,GAAG,CAAC;IACzC,iBAAiB,CAAC,EAAE,kBAAkB,CAAC;IACvC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,6BAA6B,CAAC,EAAE,OAAO,CAAC;IACxC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AAkCD,iBAAS,uBAAuB,CAAC,KAAK,EAAE,MAAM,qBAyS7C;kBAzSQ,uBAAuB;;;AA4ShC,OAAO,EAAE,uBAAuB,EAAE,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/react-context",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.3",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"lib/**/*"
|
|
27
27
|
],
|
|
28
28
|
"peerDependencies": {
|
|
29
|
-
"@cee-eng/hydrajs": "4.
|
|
29
|
+
"@cee-eng/hydrajs": "4.18.0",
|
|
30
30
|
"@patternfly/react-core": "5.4.0",
|
|
31
31
|
"@patternfly/react-icons": "5.4.0",
|
|
32
32
|
"i18next": "^23.15.0",
|
|
@@ -37,13 +37,13 @@
|
|
|
37
37
|
"react-test-renderer": "18.2.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@cee-eng/hydrajs": "4.
|
|
40
|
+
"@cee-eng/hydrajs": "4.18.0",
|
|
41
41
|
"@patternfly/react-core": "5.4.0",
|
|
42
42
|
"@patternfly/react-icons": "5.4.0",
|
|
43
|
-
"@rh-support/components": "2.5.
|
|
43
|
+
"@rh-support/components": "2.5.3",
|
|
44
44
|
"@rh-support/types": "2.0.5",
|
|
45
|
-
"@rh-support/user-permissions": "2.5.
|
|
46
|
-
"@rh-support/utils": "2.5.
|
|
45
|
+
"@rh-support/user-permissions": "2.5.1",
|
|
46
|
+
"@rh-support/utils": "2.5.1",
|
|
47
47
|
"i18next": "^23.15.0",
|
|
48
48
|
"localforage": "^1.10.0",
|
|
49
49
|
"lodash": "^4.17.21",
|
|
@@ -93,5 +93,5 @@
|
|
|
93
93
|
"defaults and supports es6-module",
|
|
94
94
|
"maintained node versions"
|
|
95
95
|
],
|
|
96
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "92c1c95e58dc8e6d2df7fd21b3815da9b7d713c9"
|
|
97
97
|
}
|