@hitachivantara/uikit-react-lab 5.44.5 → 5.44.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.
- package/dist/types/index.d.ts +20 -31
- package/package.json +6 -6
package/dist/types/index.d.ts
CHANGED
|
@@ -34,6 +34,7 @@ import { HvFlowNodeMeta as HvFlowNodeMeta_2 } from '..';
|
|
|
34
34
|
import { HvSize } from '@hitachivantara/uikit-react-core';
|
|
35
35
|
import { HvSliderProps } from '@hitachivantara/uikit-react-core';
|
|
36
36
|
import { HvTypographyVariants } from '@hitachivantara/uikit-react-core';
|
|
37
|
+
import { InputEventHandler } from 'react';
|
|
37
38
|
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
38
39
|
import { KeyboardEventHandler } from 'react';
|
|
39
40
|
import { MiniMapProps } from 'reactflow';
|
|
@@ -144,11 +145,11 @@ export declare const flowMinimapClasses: {
|
|
|
144
145
|
};
|
|
145
146
|
|
|
146
147
|
export declare const flowNodeClasses: {
|
|
148
|
+
mandatory: string;
|
|
147
149
|
root: string;
|
|
148
150
|
title: string;
|
|
149
|
-
titleContainer: string;
|
|
150
|
-
mandatory: string;
|
|
151
151
|
footerContainer: string;
|
|
152
|
+
titleContainer: string;
|
|
152
153
|
inputContainer: string;
|
|
153
154
|
handle: string;
|
|
154
155
|
headerContainer: string;
|
|
@@ -334,12 +335,12 @@ export declare const HvDashboardNode: (props: HvDashboardNodeProps) => JSX_2.Ele
|
|
|
334
335
|
export declare type HvDashboardNodeClasses = ExtractNames<typeof useClasses_9>;
|
|
335
336
|
|
|
336
337
|
export declare const hvDashboardNodeClasses: {
|
|
338
|
+
mandatory: string;
|
|
337
339
|
root: string;
|
|
338
340
|
title: string;
|
|
339
|
-
titleContainer: string;
|
|
340
|
-
mandatory: string;
|
|
341
341
|
actions: string;
|
|
342
342
|
footerContainer: string;
|
|
343
|
+
titleContainer: string;
|
|
343
344
|
inputContainer: string;
|
|
344
345
|
handle: string;
|
|
345
346
|
headerContainer: string;
|
|
@@ -889,7 +890,7 @@ export declare const stepNavigationClasses: {
|
|
|
889
890
|
separator: string;
|
|
890
891
|
};
|
|
891
892
|
|
|
892
|
-
declare const useClasses: (classesProp?: Partial<Record<"container" | "
|
|
893
|
+
declare const useClasses: (classesProp?: Partial<Record<"container" | "button" | "expanded" | "disabled" | "root" | "heading" | "fullWidth" | "textOnlyLabel", string>>, addStatic?: boolean) => {
|
|
893
894
|
readonly classes: {
|
|
894
895
|
root: string;
|
|
895
896
|
expanded: string;
|
|
@@ -904,7 +905,7 @@ declare const useClasses: (classesProp?: Partial<Record<"container" | "root" | "
|
|
|
904
905
|
readonly cx: (...args: any) => string;
|
|
905
906
|
};
|
|
906
907
|
|
|
907
|
-
declare const useClasses_10: (classesProp?: Partial<Record<"
|
|
908
|
+
declare const useClasses_10: (classesProp?: Partial<Record<"separator" | "root" | "li" | "ol" | "titles", string>>, addStatic?: boolean) => {
|
|
908
909
|
readonly classes: {
|
|
909
910
|
root: string;
|
|
910
911
|
titles: string;
|
|
@@ -950,7 +951,7 @@ declare const useClasses_13: (classesProp?: Partial<Record<"actionsContainer" |
|
|
|
950
951
|
readonly cx: (...args: any) => string;
|
|
951
952
|
};
|
|
952
953
|
|
|
953
|
-
declare const useClasses_14: (classesProp?: Partial<Record<"root" | "
|
|
954
|
+
declare const useClasses_14: (classesProp?: Partial<Record<"root" | "messageContainer" | "titleContainer" | "headerContainer" | "buttonWidth" | "summaryButton" | "rootSummaryButton" | "stepContainer", string>>, addStatic?: boolean) => {
|
|
954
955
|
readonly classes: {
|
|
955
956
|
root: string;
|
|
956
957
|
headerContainer: string;
|
|
@@ -965,7 +966,7 @@ declare const useClasses_14: (classesProp?: Partial<Record<"root" | "titleContai
|
|
|
965
966
|
readonly cx: (...args: any) => string;
|
|
966
967
|
};
|
|
967
968
|
|
|
968
|
-
declare const useClasses_15: (classesProp?: Partial<Record<"root" | "
|
|
969
|
+
declare const useClasses_15: (classesProp?: Partial<Record<"root" | "closeButton" | "paper", string>>, addStatic?: boolean) => {
|
|
969
970
|
readonly classes: {
|
|
970
971
|
root: string;
|
|
971
972
|
paper: string;
|
|
@@ -1019,7 +1020,7 @@ declare const useClasses_5: (classesProp?: Partial<Record<"root", string>>, addS
|
|
|
1019
1020
|
readonly cx: (...args: any) => string;
|
|
1020
1021
|
};
|
|
1021
1022
|
|
|
1022
|
-
declare const useClasses_6: (classesProp?: Partial<Record<"
|
|
1023
|
+
declare const useClasses_6: (classesProp?: Partial<Record<"description" | "titleContainer" | "contentContainer" | "drawerPaper" | "searchRoot" | "groupsContainer", string>>, addStatic?: boolean) => {
|
|
1023
1024
|
readonly classes: {
|
|
1024
1025
|
drawerPaper: string;
|
|
1025
1026
|
titleContainer: string;
|
|
@@ -1032,7 +1033,7 @@ declare const useClasses_6: (classesProp?: Partial<Record<"titleContainer" | "de
|
|
|
1032
1033
|
readonly cx: (...args: any) => string;
|
|
1033
1034
|
};
|
|
1034
1035
|
|
|
1035
|
-
declare const useClasses_7: (classesProp?: Partial<Record<"
|
|
1036
|
+
declare const useClasses_7: (classesProp?: Partial<Record<"mandatory" | "root" | "title" | "footerContainer" | "titleContainer" | "inputContainer" | "handle" | "headerContainer" | "inputsTitleContainer" | "outputsTitleContainer" | "contentContainer" | "inputsContainer" | "outputsContainer" | "inputGroupContainer" | "outputGroupContainer" | "outputContainer" | "handleConnected", string>>, addStatic?: boolean) => {
|
|
1036
1037
|
readonly classes: {
|
|
1037
1038
|
root: string;
|
|
1038
1039
|
headerContainer: string;
|
|
@@ -1056,13 +1057,13 @@ declare const useClasses_7: (classesProp?: Partial<Record<"root" | "title" | "ti
|
|
|
1056
1057
|
readonly cx: (...args: any) => string;
|
|
1057
1058
|
};
|
|
1058
1059
|
|
|
1059
|
-
declare const useClasses_8: (classesProp?: Partial<Record<"
|
|
1060
|
+
declare const useClasses_8: (classesProp?: Partial<Record<"mandatory" | "root" | "title" | "actions" | "footerContainer" | "titleContainer" | "inputContainer" | "handle" | "headerContainer" | "inputsTitleContainer" | "outputsTitleContainer" | "contentContainer" | "inputsContainer" | "outputsContainer" | "inputGroupContainer" | "outputGroupContainer" | "outputContainer" | "handleConnected" | "subtitle" | "subtitleContainer" | "inlineEditRoot" | "inlineEditButton" | "actionsButton" | "paramsContainer", string>>, addStatic?: boolean) => {
|
|
1060
1061
|
readonly classes: {
|
|
1062
|
+
mandatory: string;
|
|
1061
1063
|
root: string;
|
|
1062
1064
|
title: string;
|
|
1063
|
-
titleContainer: string;
|
|
1064
|
-
mandatory: string;
|
|
1065
1065
|
footerContainer: string;
|
|
1066
|
+
titleContainer: string;
|
|
1066
1067
|
inputContainer: string;
|
|
1067
1068
|
handle: string;
|
|
1068
1069
|
headerContainer: string;
|
|
@@ -1087,14 +1088,14 @@ declare const useClasses_8: (classesProp?: Partial<Record<"root" | "title" | "ti
|
|
|
1087
1088
|
readonly cx: (...args: any) => string;
|
|
1088
1089
|
};
|
|
1089
1090
|
|
|
1090
|
-
declare const useClasses_9: (classesProp?: Partial<Record<"
|
|
1091
|
+
declare const useClasses_9: (classesProp?: Partial<Record<"mandatory" | "root" | "title" | "empty" | "actions" | "footerContainer" | "titleContainer" | "inputContainer" | "handle" | "headerContainer" | "inputsTitleContainer" | "outputsTitleContainer" | "contentContainer" | "inputsContainer" | "outputsContainer" | "inputGroupContainer" | "outputGroupContainer" | "outputContainer" | "handleConnected" | "subtitle" | "subtitleContainer" | "inlineEditRoot" | "inlineEditButton" | "actionsButton" | "paramsContainer", string>>, addStatic?: boolean) => {
|
|
1091
1092
|
readonly classes: {
|
|
1093
|
+
mandatory: string;
|
|
1092
1094
|
root: string;
|
|
1093
1095
|
title: string;
|
|
1094
|
-
titleContainer: string;
|
|
1095
|
-
mandatory: string;
|
|
1096
1096
|
actions: string;
|
|
1097
1097
|
footerContainer: string;
|
|
1098
|
+
titleContainer: string;
|
|
1098
1099
|
inputContainer: string;
|
|
1099
1100
|
handle: string;
|
|
1100
1101
|
headerContainer: string;
|
|
@@ -1232,6 +1233,8 @@ export declare function useHvNode(props: HvUseNodeParams): {
|
|
|
1232
1233
|
unselectable?: "on" | "off" | undefined;
|
|
1233
1234
|
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
1234
1235
|
is?: string | undefined;
|
|
1236
|
+
exportparts?: string | undefined;
|
|
1237
|
+
part?: string | undefined;
|
|
1235
1238
|
children?: ReactNode | Iterable<ReactNode>;
|
|
1236
1239
|
"aria-activedescendant"?: string | undefined;
|
|
1237
1240
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
@@ -1307,7 +1310,7 @@ export declare function useHvNode(props: HvUseNodeParams): {
|
|
|
1307
1310
|
onBlurCapture?: FocusEventHandler<HTMLDivElement> | undefined;
|
|
1308
1311
|
onChange?: FormEventHandler<HTMLDivElement> | undefined;
|
|
1309
1312
|
onChangeCapture?: FormEventHandler<HTMLDivElement> | undefined;
|
|
1310
|
-
onBeforeInput?:
|
|
1313
|
+
onBeforeInput?: InputEventHandler<HTMLDivElement> | undefined;
|
|
1311
1314
|
onBeforeInputCapture?: FormEventHandler<HTMLDivElement> | undefined;
|
|
1312
1315
|
onInput?: FormEventHandler<HTMLDivElement> | undefined;
|
|
1313
1316
|
onInputCapture?: FormEventHandler<HTMLDivElement> | undefined;
|
|
@@ -1357,8 +1360,6 @@ export declare function useHvNode(props: HvUseNodeParams): {
|
|
|
1357
1360
|
onProgressCapture?: ReactEventHandler<HTMLDivElement> | undefined;
|
|
1358
1361
|
onRateChange?: ReactEventHandler<HTMLDivElement> | undefined;
|
|
1359
1362
|
onRateChangeCapture?: ReactEventHandler<HTMLDivElement> | undefined;
|
|
1360
|
-
onResize?: ReactEventHandler<HTMLDivElement> | undefined;
|
|
1361
|
-
onResizeCapture?: ReactEventHandler<HTMLDivElement> | undefined;
|
|
1362
1363
|
onSeeked?: ReactEventHandler<HTMLDivElement> | undefined;
|
|
1363
1364
|
onSeekedCapture?: ReactEventHandler<HTMLDivElement> | undefined;
|
|
1364
1365
|
onSeeking?: ReactEventHandler<HTMLDivElement> | undefined;
|
|
@@ -1504,15 +1505,3 @@ export declare const wizardTitleClasses: {
|
|
|
1504
1505
|
};
|
|
1505
1506
|
|
|
1506
1507
|
export { }
|
|
1507
|
-
|
|
1508
|
-
declare namespace _default {
|
|
1509
|
-
function process(sourceText: any, sourcePath: any): {
|
|
1510
|
-
code: string;
|
|
1511
|
-
};
|
|
1512
|
-
}
|
|
1513
|
-
|
|
1514
|
-
declare namespace _default {
|
|
1515
|
-
function process(sourceText: any, sourcePath: any): {
|
|
1516
|
-
code: string;
|
|
1517
|
-
};
|
|
1518
|
-
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hitachivantara/uikit-react-lab",
|
|
3
|
-
"version": "5.44.
|
|
3
|
+
"version": "5.44.7",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Hitachi Vantara UI Kit Team",
|
|
6
6
|
"description": "Contributed React components for the NEXT UI Kit.",
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"@dnd-kit/core": "^6.1.0",
|
|
34
34
|
"@dnd-kit/modifiers": "^6.0.1",
|
|
35
35
|
"@emotion/css": "^11.11.0",
|
|
36
|
-
"@hitachivantara/uikit-react-core": "^5.
|
|
37
|
-
"@hitachivantara/uikit-react-icons": "^5.15.
|
|
38
|
-
"@hitachivantara/uikit-react-utils": "^0.2.
|
|
39
|
-
"@hitachivantara/uikit-styles": "^5.48.
|
|
36
|
+
"@hitachivantara/uikit-react-core": "^5.96.1",
|
|
37
|
+
"@hitachivantara/uikit-react-icons": "^5.15.7",
|
|
38
|
+
"@hitachivantara/uikit-react-utils": "^0.2.39",
|
|
39
|
+
"@hitachivantara/uikit-styles": "^5.48.2",
|
|
40
40
|
"@mui/base": "5.0.0-beta.68",
|
|
41
41
|
"@types/react-grid-layout": "^1.3.5",
|
|
42
42
|
"react-grid-layout": "^1.4.4",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"access": "public",
|
|
53
53
|
"directory": "package"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "866c81403b508ea7748f7bbedeeca80144ceb8fa",
|
|
56
56
|
"exports": {
|
|
57
57
|
".": {
|
|
58
58
|
"types": "./dist/types/index.d.ts",
|