@hitachivantara/uikit-react-lab 3.45.6 → 3.45.7

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.
@@ -3,7 +3,19 @@ import { StandardProps } from "@material-ui/core";
3
3
 
4
4
  import { Attribute, Query, QueryBuilderLabels, QueryCombinator, QueryOperator } from "./types";
5
5
 
6
- export type HvQueryBuilderClassKey = "";
6
+ export type HvQueryBuilderClassKey =
7
+ | "root"
8
+ | "topGroup"
9
+ | "subGroup"
10
+ | "combinator"
11
+ | "topCombinator"
12
+ | "combinatorButton"
13
+ | "removeButton"
14
+ | "topRemoveButton"
15
+ | "rulesContainer"
16
+ | "subRulesContainer"
17
+ | "actionButtonContainer"
18
+ | "topActionButtonContainer";
7
19
 
8
20
  export interface HvQueryBuilderProps
9
21
  extends StandardProps<React.HTMLAttributes<HTMLDivElement>, HvQueryBuilderClassKey, "onChange"> {
@@ -38,4 +50,4 @@ export interface HvQueryBuilderProps
38
50
  labels?: QueryBuilderLabels;
39
51
  }
40
52
 
41
- export default function HvSlider(props: HvQueryBuilderProps): JSX.Element | null;
53
+ export default function HvQueryBuilder(props: HvQueryBuilderProps): JSX.Element | null;
@@ -3,7 +3,19 @@ import { StandardProps } from "@material-ui/core";
3
3
 
4
4
  import { Attribute, Query, QueryBuilderLabels, QueryCombinator, QueryOperator } from "./types";
5
5
 
6
- export type HvQueryBuilderClassKey = "";
6
+ export type HvQueryBuilderClassKey =
7
+ | "root"
8
+ | "topGroup"
9
+ | "subGroup"
10
+ | "combinator"
11
+ | "topCombinator"
12
+ | "combinatorButton"
13
+ | "removeButton"
14
+ | "topRemoveButton"
15
+ | "rulesContainer"
16
+ | "subRulesContainer"
17
+ | "actionButtonContainer"
18
+ | "topActionButtonContainer";
7
19
 
8
20
  export interface HvQueryBuilderProps
9
21
  extends StandardProps<React.HTMLAttributes<HTMLDivElement>, HvQueryBuilderClassKey, "onChange"> {
@@ -38,4 +50,4 @@ export interface HvQueryBuilderProps
38
50
  labels?: QueryBuilderLabels;
39
51
  }
40
52
 
41
- export default function HvSlider(props: HvQueryBuilderProps): JSX.Element | null;
53
+ export default function HvQueryBuilder(props: HvQueryBuilderProps): JSX.Element | null;
@@ -3,7 +3,19 @@ import { StandardProps } from "@material-ui/core";
3
3
 
4
4
  import { Attribute, Query, QueryBuilderLabels, QueryCombinator, QueryOperator } from "./types";
5
5
 
6
- export type HvQueryBuilderClassKey = "";
6
+ export type HvQueryBuilderClassKey =
7
+ | "root"
8
+ | "topGroup"
9
+ | "subGroup"
10
+ | "combinator"
11
+ | "topCombinator"
12
+ | "combinatorButton"
13
+ | "removeButton"
14
+ | "topRemoveButton"
15
+ | "rulesContainer"
16
+ | "subRulesContainer"
17
+ | "actionButtonContainer"
18
+ | "topActionButtonContainer";
7
19
 
8
20
  export interface HvQueryBuilderProps
9
21
  extends StandardProps<React.HTMLAttributes<HTMLDivElement>, HvQueryBuilderClassKey, "onChange"> {
@@ -38,4 +50,4 @@ export interface HvQueryBuilderProps
38
50
  labels?: QueryBuilderLabels;
39
51
  }
40
52
 
41
- export default function HvSlider(props: HvQueryBuilderProps): JSX.Element | null;
53
+ export default function HvQueryBuilder(props: HvQueryBuilderProps): JSX.Element | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hitachivantara/uikit-react-lab",
3
- "version": "3.45.6",
3
+ "version": "3.45.7",
4
4
  "description": "A collection of contributed React components for the Hitachi Vantara's Design System.",
5
5
  "homepage": "https://github.com/lumada-design/hv-uikit-react",
6
6
  "license": "Apache-2.0",
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "@babel/runtime": "^7.17.9",
49
- "@hitachivantara/uikit-react-core": "^3.67.5",
49
+ "@hitachivantara/uikit-react-core": "^3.67.6",
50
50
  "@hitachivantara/uikit-react-icons": "^3.8.12",
51
51
  "@types/react-table": "^7.7.11",
52
52
  "clsx": "^1.1.1",
@@ -82,5 +82,5 @@
82
82
  "publishConfig": {
83
83
  "access": "public"
84
84
  },
85
- "gitHead": "525fa492d876b835ed4c613e41e923d8f4617863"
85
+ "gitHead": "452304a1dde2687c11937c0b78213275109934a4"
86
86
  }