@hitachivantara/uikit-react-core 5.72.1 → 5.73.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/dist/cjs/Button/Button.cjs +1 -0
- package/dist/cjs/Pagination/Pagination.cjs +7 -7
- package/dist/cjs/TableSection/TableSection.styles.cjs +1 -1
- package/dist/cjs/TimeAgo/TimeAgo.cjs +1 -2
- package/dist/cjs/TimeAgo/formatUtils.cjs +65 -98
- package/dist/cjs/TimeAgo/useTimeAgo.cjs +7 -5
- package/dist/esm/Button/Button.js +1 -0
- package/dist/esm/Button/Button.js.map +1 -1
- package/dist/esm/Pagination/Pagination.js +7 -5
- package/dist/esm/Pagination/Pagination.js.map +1 -1
- package/dist/esm/TableSection/TableSection.styles.js +1 -1
- package/dist/esm/TimeAgo/TimeAgo.js +1 -2
- package/dist/esm/TimeAgo/TimeAgo.js.map +1 -1
- package/dist/esm/TimeAgo/formatUtils.js +66 -91
- package/dist/esm/TimeAgo/formatUtils.js.map +1 -1
- package/dist/esm/TimeAgo/useTimeAgo.js +7 -5
- package/dist/esm/TimeAgo/useTimeAgo.js.map +1 -1
- package/dist/esm/TreeView/TreeItem/useHvTreeItem.js.map +1 -1
- package/dist/types/index.d.ts +58 -58
- package/package.json +6 -6
package/dist/types/index.d.ts
CHANGED
|
@@ -303,9 +303,9 @@ export declare const bannerContentClasses: {
|
|
|
303
303
|
root: "HvBannerContent-root";
|
|
304
304
|
action: "HvBannerContent-action";
|
|
305
305
|
default: "HvBannerContent-default";
|
|
306
|
+
success: "HvBannerContent-success";
|
|
306
307
|
error: "HvBannerContent-error";
|
|
307
308
|
message: "HvBannerContent-message";
|
|
308
|
-
success: "HvBannerContent-success";
|
|
309
309
|
baseVariant: "HvBannerContent-baseVariant";
|
|
310
310
|
outContainer: "HvBannerContent-outContainer";
|
|
311
311
|
};
|
|
@@ -440,11 +440,11 @@ export declare const buttonClasses: {
|
|
|
440
440
|
ghost: "HvButton-ghost";
|
|
441
441
|
secondaryGhost: "HvButton-secondaryGhost";
|
|
442
442
|
primaryGhost: "HvButton-primaryGhost";
|
|
443
|
+
primarySubtle: "HvButton-primarySubtle";
|
|
443
444
|
subtle: "HvButton-subtle";
|
|
444
445
|
focusVisible: "HvButton-focusVisible";
|
|
445
446
|
startIcon: "HvButton-startIcon";
|
|
446
447
|
endIcon: "HvButton-endIcon";
|
|
447
|
-
primarySubtle: "HvButton-primarySubtle";
|
|
448
448
|
};
|
|
449
449
|
|
|
450
450
|
export declare const buttonRadius: readonly ["none", "base", "round", "circle", "full"];
|
|
@@ -558,8 +558,8 @@ export declare const checkBoxGroupClasses: {
|
|
|
558
558
|
horizontal: "HvCheckBoxGroup-horizontal";
|
|
559
559
|
label: "HvCheckBoxGroup-label";
|
|
560
560
|
root: "HvCheckBoxGroup-root";
|
|
561
|
-
group: "HvCheckBoxGroup-group";
|
|
562
561
|
error: "HvCheckBoxGroup-error";
|
|
562
|
+
group: "HvCheckBoxGroup-group";
|
|
563
563
|
invalid: "HvCheckBoxGroup-invalid";
|
|
564
564
|
selectAll: "HvCheckBoxGroup-selectAll";
|
|
565
565
|
};
|
|
@@ -615,9 +615,9 @@ export declare const datePickerClasses: {
|
|
|
615
615
|
icon: "HvDatePicker-icon";
|
|
616
616
|
inputText: "HvDatePicker-inputText";
|
|
617
617
|
action: "HvDatePicker-action";
|
|
618
|
+
error: "HvDatePicker-error";
|
|
618
619
|
dropdown: "HvDatePicker-dropdown";
|
|
619
620
|
description: "HvDatePicker-description";
|
|
620
|
-
error: "HvDatePicker-error";
|
|
621
621
|
labelContainer: "HvDatePicker-labelContainer";
|
|
622
622
|
actionContainer: "HvDatePicker-actionContainer";
|
|
623
623
|
dropdownHeaderInvalid: "HvDatePicker-dropdownHeaderInvalid";
|
|
@@ -793,8 +793,8 @@ export declare const dialogClasses: {
|
|
|
793
793
|
background: "HvDialog-background";
|
|
794
794
|
root: "HvDialog-root";
|
|
795
795
|
paper: "HvDialog-paper";
|
|
796
|
-
error: "HvDialog-error";
|
|
797
796
|
success: "HvDialog-success";
|
|
797
|
+
error: "HvDialog-error";
|
|
798
798
|
fullscreen: "HvDialog-fullscreen";
|
|
799
799
|
closeButton: "HvDialog-closeButton";
|
|
800
800
|
statusBar: "HvDialog-statusBar";
|
|
@@ -843,9 +843,9 @@ export declare const dropdownClasses: {
|
|
|
843
843
|
disabled: "HvDropdown-disabled";
|
|
844
844
|
readOnly: "HvDropdown-readOnly";
|
|
845
845
|
placeholderClosed: "HvDropdown-placeholderClosed";
|
|
846
|
+
error: "HvDropdown-error";
|
|
846
847
|
dropdown: "HvDropdown-dropdown";
|
|
847
848
|
description: "HvDropdown-description";
|
|
848
|
-
error: "HvDropdown-error";
|
|
849
849
|
arrow: "HvDropdown-arrow";
|
|
850
850
|
labelContainer: "HvDropdown-labelContainer";
|
|
851
851
|
selectionDisabled: "HvDropdown-selectionDisabled";
|
|
@@ -906,8 +906,8 @@ export declare const fileUploaderPreviewClasses: {
|
|
|
906
906
|
export declare const filterGroupClasses: {
|
|
907
907
|
label: "HvFilterGroup-label";
|
|
908
908
|
root: "HvFilterGroup-root";
|
|
909
|
-
description: "HvFilterGroup-description";
|
|
910
909
|
error: "HvFilterGroup-error";
|
|
910
|
+
description: "HvFilterGroup-description";
|
|
911
911
|
labelContainer: "HvFilterGroup-labelContainer";
|
|
912
912
|
};
|
|
913
913
|
|
|
@@ -2034,11 +2034,11 @@ export declare const HvButton: <C extends ElementType<any, keyof JSX_2.Intrinsic
|
|
|
2034
2034
|
ghost: string;
|
|
2035
2035
|
secondaryGhost: string;
|
|
2036
2036
|
primaryGhost: string;
|
|
2037
|
+
primarySubtle: string;
|
|
2037
2038
|
subtle: string;
|
|
2038
2039
|
focusVisible: string;
|
|
2039
2040
|
startIcon: string;
|
|
2040
2041
|
endIcon: string;
|
|
2041
|
-
primarySubtle: string;
|
|
2042
2042
|
}> | undefined;
|
|
2043
2043
|
/** Whether the button is selected or not. */
|
|
2044
2044
|
selected?: boolean | undefined;
|
|
@@ -6754,10 +6754,10 @@ export declare const HvTimeAgo: <C extends ElementType<any, keyof JSX_2.Intrinsi
|
|
|
6754
6754
|
*/
|
|
6755
6755
|
timestamp?: number | undefined;
|
|
6756
6756
|
/**
|
|
6757
|
-
* The locale to be used. Should be on of the
|
|
6758
|
-
* @see https://
|
|
6757
|
+
* The locale to be used. Should be on of the JS supported locales
|
|
6758
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl#locales_argument
|
|
6759
6759
|
*/
|
|
6760
|
-
locale?:
|
|
6760
|
+
locale?: Intl.LocalesArgument;
|
|
6761
6761
|
/**
|
|
6762
6762
|
* The element to render when the timestamp is null or 0
|
|
6763
6763
|
* Defaults to `—` (Em Dash)
|
|
@@ -6793,10 +6793,10 @@ export declare type HvTimeAgoProps<C extends React.ElementType = "p"> = Polymorp
|
|
|
6793
6793
|
*/
|
|
6794
6794
|
timestamp?: number;
|
|
6795
6795
|
/**
|
|
6796
|
-
* The locale to be used. Should be on of the
|
|
6797
|
-
* @see https://
|
|
6796
|
+
* The locale to be used. Should be on of the JS supported locales
|
|
6797
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl#locales_argument
|
|
6798
6798
|
*/
|
|
6799
|
-
locale?:
|
|
6799
|
+
locale?: Intl.LocalesArgument;
|
|
6800
6800
|
/**
|
|
6801
6801
|
* The element to render when the timestamp is null or 0
|
|
6802
6802
|
* Defaults to `—` (Em Dash)
|
|
@@ -7488,8 +7488,8 @@ export declare const inputClasses: {
|
|
|
7488
7488
|
inputRootMultiline: "HvInput-inputRootMultiline";
|
|
7489
7489
|
input: "HvInput-input";
|
|
7490
7490
|
icon: "HvInput-icon";
|
|
7491
|
-
description: "HvInput-description";
|
|
7492
7491
|
error: "HvInput-error";
|
|
7492
|
+
description: "HvInput-description";
|
|
7493
7493
|
labelContainer: "HvInput-labelContainer";
|
|
7494
7494
|
adornmentButton: "HvInput-adornmentButton";
|
|
7495
7495
|
inputRootDisabled: "HvInput-inputRootDisabled";
|
|
@@ -7631,13 +7631,13 @@ export declare const multiButtonClasses: {
|
|
|
7631
7631
|
splitDisabled: "HvMultiButton-splitDisabled";
|
|
7632
7632
|
multiple: "HvMultiButton-multiple";
|
|
7633
7633
|
primaryGhost: "HvMultiButton-primaryGhost";
|
|
7634
|
+
primarySubtle: "HvMultiButton-primarySubtle";
|
|
7634
7635
|
splitGroup: "HvMultiButton-splitGroup";
|
|
7635
7636
|
splitGroupDisabled: "HvMultiButton-splitGroupDisabled";
|
|
7636
7637
|
splitContainer: "HvMultiButton-splitContainer";
|
|
7637
7638
|
split: "HvMultiButton-split";
|
|
7638
7639
|
firstButton: "HvMultiButton-firstButton";
|
|
7639
7640
|
lastButton: "HvMultiButton-lastButton";
|
|
7640
|
-
primarySubtle: "HvMultiButton-primarySubtle";
|
|
7641
7641
|
};
|
|
7642
7642
|
|
|
7643
7643
|
export declare const multiSelectionEventHandler: (evt: any, index: number, selectionAnchor: any, allValues: any[], selectedState: boolean[], selectionCheck: any) => any[];
|
|
@@ -7823,8 +7823,8 @@ export declare const radioGroupClasses: {
|
|
|
7823
7823
|
horizontal: "HvRadioGroup-horizontal";
|
|
7824
7824
|
label: "HvRadioGroup-label";
|
|
7825
7825
|
root: "HvRadioGroup-root";
|
|
7826
|
-
group: "HvRadioGroup-group";
|
|
7827
7826
|
error: "HvRadioGroup-error";
|
|
7827
|
+
group: "HvRadioGroup-group";
|
|
7828
7828
|
invalid: "HvRadioGroup-invalid";
|
|
7829
7829
|
};
|
|
7830
7830
|
|
|
@@ -7876,8 +7876,8 @@ export declare const selectClasses: {
|
|
|
7876
7876
|
readOnly: "HvSelect-readOnly";
|
|
7877
7877
|
select: "HvSelect-select";
|
|
7878
7878
|
popper: "HvSelect-popper";
|
|
7879
|
-
description: "HvSelect-description";
|
|
7880
7879
|
error: "HvSelect-error";
|
|
7880
|
+
description: "HvSelect-description";
|
|
7881
7881
|
labelContainer: "HvSelect-labelContainer";
|
|
7882
7882
|
invalid: "HvSelect-invalid";
|
|
7883
7883
|
panelOpenedUp: "HvSelect-panelOpenedUp";
|
|
@@ -7890,8 +7890,8 @@ export declare const selectionListClasses: {
|
|
|
7890
7890
|
label: "HvSelectionList-label";
|
|
7891
7891
|
root: "HvSelectionList-root";
|
|
7892
7892
|
listbox: "HvSelectionList-listbox";
|
|
7893
|
-
description: "HvSelectionList-description";
|
|
7894
7893
|
error: "HvSelectionList-error";
|
|
7894
|
+
description: "HvSelectionList-description";
|
|
7895
7895
|
invalid: "HvSelectionList-invalid";
|
|
7896
7896
|
};
|
|
7897
7897
|
|
|
@@ -7955,9 +7955,9 @@ export declare const snackbarContentClasses: {
|
|
|
7955
7955
|
root: "HvSnackbar-Content-root";
|
|
7956
7956
|
action: "HvSnackbar-Content-action";
|
|
7957
7957
|
default: "HvSnackbar-Content-default";
|
|
7958
|
+
success: "HvSnackbar-Content-success";
|
|
7958
7959
|
error: "HvSnackbar-Content-error";
|
|
7959
7960
|
message: "HvSnackbar-Content-message";
|
|
7960
|
-
success: "HvSnackbar-Content-success";
|
|
7961
7961
|
messageSpan: "HvSnackbar-Content-messageSpan";
|
|
7962
7962
|
messageText: "HvSnackbar-Content-messageText";
|
|
7963
7963
|
iconVariant: "HvSnackbar-Content-iconVariant";
|
|
@@ -8140,8 +8140,8 @@ export declare const tagsInputClasses: {
|
|
|
8140
8140
|
readOnly: "HvTagsInput-readOnly";
|
|
8141
8141
|
input: "HvTagsInput-input";
|
|
8142
8142
|
tagsList: "HvTagsInput-tagsList";
|
|
8143
|
-
description: "HvTagsInput-description";
|
|
8144
8143
|
error: "HvTagsInput-error";
|
|
8144
|
+
description: "HvTagsInput-description";
|
|
8145
8145
|
labelContainer: "HvTagsInput-labelContainer";
|
|
8146
8146
|
invalid: "HvTagsInput-invalid";
|
|
8147
8147
|
resizable: "HvTagsInput-resizable";
|
|
@@ -8166,8 +8166,8 @@ export declare const textAreaClasses: {
|
|
|
8166
8166
|
root: "HvTextArea-root";
|
|
8167
8167
|
disabled: "HvTextArea-disabled";
|
|
8168
8168
|
input: "HvTextArea-input";
|
|
8169
|
-
description: "HvTextArea-description";
|
|
8170
8169
|
error: "HvTextArea-error";
|
|
8170
|
+
description: "HvTextArea-description";
|
|
8171
8171
|
labelContainer: "HvTextArea-labelContainer";
|
|
8172
8172
|
invalid: "HvTextArea-invalid";
|
|
8173
8173
|
resizable: "HvTextArea-resizable";
|
|
@@ -8191,8 +8191,8 @@ export declare const timePickerClasses: {
|
|
|
8191
8191
|
root: "HvTimePicker-root";
|
|
8192
8192
|
placeholder: "HvTimePicker-placeholder";
|
|
8193
8193
|
icon: "HvTimePicker-icon";
|
|
8194
|
-
description: "HvTimePicker-description";
|
|
8195
8194
|
error: "HvTimePicker-error";
|
|
8195
|
+
description: "HvTimePicker-description";
|
|
8196
8196
|
labelContainer: "HvTimePicker-labelContainer";
|
|
8197
8197
|
dropdownHeader: "HvTimePicker-dropdownHeader";
|
|
8198
8198
|
dropdownHeaderInvalid: "HvTimePicker-dropdownHeaderInvalid";
|
|
@@ -8423,15 +8423,15 @@ declare const useClasses_102: (classesProp?: Partial<Record<"root" | "anchorOrig
|
|
|
8423
8423
|
cx: (...args: any) => string;
|
|
8424
8424
|
};
|
|
8425
8425
|
|
|
8426
|
-
declare const useClasses_103: (classesProp?: Partial<Record<"warning" | "root" | "action" | "default" | "
|
|
8426
|
+
declare const useClasses_103: (classesProp?: Partial<Record<"warning" | "root" | "action" | "default" | "success" | "error" | "message" | "messageSpan" | "messageText" | "iconVariant", string>>, addStatic?: boolean) => {
|
|
8427
8427
|
classes: {
|
|
8428
8428
|
warning: string;
|
|
8429
8429
|
root: string;
|
|
8430
8430
|
action: string;
|
|
8431
8431
|
default: string;
|
|
8432
|
+
success: string;
|
|
8432
8433
|
error: string;
|
|
8433
8434
|
message: string;
|
|
8434
|
-
success: string;
|
|
8435
8435
|
messageSpan: string;
|
|
8436
8436
|
messageText: string;
|
|
8437
8437
|
iconVariant: string;
|
|
@@ -8503,7 +8503,7 @@ declare const useClasses_109: (classesProp?: Partial<Record<"root", string>>, ad
|
|
|
8503
8503
|
cx: (...args: any) => string;
|
|
8504
8504
|
};
|
|
8505
8505
|
|
|
8506
|
-
declare const useClasses_11: (classesProp?: Partial<Record<"label" | "root" | "panel" | "disabled" | "readOnly" | "select" | "popper" | "
|
|
8506
|
+
declare const useClasses_11: (classesProp?: Partial<Record<"label" | "root" | "panel" | "disabled" | "readOnly" | "select" | "popper" | "error" | "description" | "labelContainer" | "invalid" | "panelOpenedUp" | "panelOpenedDown", string>>, addStatic?: boolean) => {
|
|
8507
8507
|
classes: {
|
|
8508
8508
|
label: string;
|
|
8509
8509
|
root: string;
|
|
@@ -8512,8 +8512,8 @@ declare const useClasses_11: (classesProp?: Partial<Record<"label" | "root" | "p
|
|
|
8512
8512
|
readOnly: string;
|
|
8513
8513
|
select: string;
|
|
8514
8514
|
popper: string;
|
|
8515
|
-
description: string;
|
|
8516
8515
|
error: string;
|
|
8516
|
+
description: string;
|
|
8517
8517
|
labelContainer: string;
|
|
8518
8518
|
invalid: string;
|
|
8519
8519
|
panelOpenedUp: string;
|
|
@@ -8563,7 +8563,7 @@ declare const useClasses_112: (classesProp?: Partial<Record<"root" | "flexContai
|
|
|
8563
8563
|
cx: (...args: any) => string;
|
|
8564
8564
|
};
|
|
8565
8565
|
|
|
8566
|
-
declare const useClasses_113: (classesProp?: Partial<Record<"label" | "root" | "disabled" | "readOnly" | "input" | "tagsList" | "
|
|
8566
|
+
declare const useClasses_113: (classesProp?: Partial<Record<"label" | "root" | "disabled" | "readOnly" | "input" | "tagsList" | "error" | "description" | "labelContainer" | "invalid" | "resizable" | "suggestionsContainer" | "suggestionList" | "inputExtension" | "chipRoot" | "listItemGutters" | "listItemRoot" | "characterCounter" | "tagInputContainerRoot" | "tagInputRoot" | "tagSelected" | "tagInputBorderContainer" | "tagInputRootFocused" | "tagInputRootEmpty" | "singleLine", string>>, addStatic?: boolean) => {
|
|
8567
8567
|
classes: {
|
|
8568
8568
|
label: string;
|
|
8569
8569
|
root: string;
|
|
@@ -8571,8 +8571,8 @@ declare const useClasses_113: (classesProp?: Partial<Record<"label" | "root" | "
|
|
|
8571
8571
|
readOnly: string;
|
|
8572
8572
|
input: string;
|
|
8573
8573
|
tagsList: string;
|
|
8574
|
-
description: string;
|
|
8575
8574
|
error: string;
|
|
8575
|
+
description: string;
|
|
8576
8576
|
labelContainer: string;
|
|
8577
8577
|
invalid: string;
|
|
8578
8578
|
resizable: string;
|
|
@@ -8595,14 +8595,14 @@ declare const useClasses_113: (classesProp?: Partial<Record<"label" | "root" | "
|
|
|
8595
8595
|
cx: (...args: any) => string;
|
|
8596
8596
|
};
|
|
8597
8597
|
|
|
8598
|
-
declare const useClasses_114: (classesProp?: Partial<Record<"label" | "root" | "disabled" | "input" | "
|
|
8598
|
+
declare const useClasses_114: (classesProp?: Partial<Record<"label" | "root" | "disabled" | "input" | "error" | "description" | "labelContainer" | "invalid" | "resizable" | "inputResizable" | "characterCounter" | "baseInput", string>>, addStatic?: boolean) => {
|
|
8599
8599
|
classes: {
|
|
8600
8600
|
label: string;
|
|
8601
8601
|
root: string;
|
|
8602
8602
|
disabled: string;
|
|
8603
8603
|
input: string;
|
|
8604
|
-
description: string;
|
|
8605
8604
|
error: string;
|
|
8605
|
+
description: string;
|
|
8606
8606
|
labelContainer: string;
|
|
8607
8607
|
invalid: string;
|
|
8608
8608
|
resizable: string;
|
|
@@ -8622,14 +8622,14 @@ declare const useClasses_115: (classesProp?: Partial<Record<"root", string>>, ad
|
|
|
8622
8622
|
cx: (...args: any) => string;
|
|
8623
8623
|
};
|
|
8624
8624
|
|
|
8625
|
-
declare const useClasses_116: (classesProp?: Partial<Record<"label" | "root" | "placeholder" | "icon" | "
|
|
8625
|
+
declare const useClasses_116: (classesProp?: Partial<Record<"label" | "root" | "placeholder" | "icon" | "error" | "description" | "labelContainer" | "dropdownHeader" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "placeholderDisabled" | "dropdownPanel" | "timePopperContainer", string>>, addStatic?: boolean) => {
|
|
8626
8626
|
classes: {
|
|
8627
8627
|
label: string;
|
|
8628
8628
|
root: string;
|
|
8629
8629
|
placeholder: string;
|
|
8630
8630
|
icon: string;
|
|
8631
|
-
description: string;
|
|
8632
8631
|
error: string;
|
|
8632
|
+
description: string;
|
|
8633
8633
|
labelContainer: string;
|
|
8634
8634
|
dropdownHeader: string;
|
|
8635
8635
|
dropdownHeaderInvalid: string;
|
|
@@ -8680,7 +8680,7 @@ declare const useClasses_119: (classesProp?: Partial<Record<"label" | "root" | "
|
|
|
8680
8680
|
cx: (...args: any) => string;
|
|
8681
8681
|
};
|
|
8682
8682
|
|
|
8683
|
-
declare const useClasses_12: (classesProp?: Partial<Record<"secondary" | "primary" | "root" | "disabled" | "semantic" | "icon" | "secondarySubtle" | "ghost" | "secondaryGhost" | "primaryGhost" | "
|
|
8683
|
+
declare const useClasses_12: (classesProp?: Partial<Record<"secondary" | "primary" | "root" | "disabled" | "semantic" | "icon" | "secondarySubtle" | "ghost" | "secondaryGhost" | "primaryGhost" | "primarySubtle" | "subtle" | "focusVisible" | "startIcon" | "endIcon", string>>, addStatic?: boolean) => {
|
|
8684
8684
|
classes: {
|
|
8685
8685
|
secondary: string;
|
|
8686
8686
|
primary: string;
|
|
@@ -8692,11 +8692,11 @@ declare const useClasses_12: (classesProp?: Partial<Record<"secondary" | "primar
|
|
|
8692
8692
|
ghost: string;
|
|
8693
8693
|
secondaryGhost: string;
|
|
8694
8694
|
primaryGhost: string;
|
|
8695
|
+
primarySubtle: string;
|
|
8695
8696
|
subtle: string;
|
|
8696
8697
|
focusVisible: string;
|
|
8697
8698
|
startIcon: string;
|
|
8698
8699
|
endIcon: string;
|
|
8699
|
-
primarySubtle: string;
|
|
8700
8700
|
};
|
|
8701
8701
|
css: any;
|
|
8702
8702
|
cx: (...args: any) => string;
|
|
@@ -8849,15 +8849,15 @@ declare const useClasses_14: (classesProp?: Partial<Record<"root", string>>, add
|
|
|
8849
8849
|
cx: (...args: any) => string;
|
|
8850
8850
|
};
|
|
8851
8851
|
|
|
8852
|
-
declare const useClasses_15: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "root" | "listbox" | "
|
|
8852
|
+
declare const useClasses_15: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "root" | "listbox" | "error" | "description" | "invalid", string>>, addStatic?: boolean) => {
|
|
8853
8853
|
classes: {
|
|
8854
8854
|
vertical: string;
|
|
8855
8855
|
horizontal: string;
|
|
8856
8856
|
label: string;
|
|
8857
8857
|
root: string;
|
|
8858
8858
|
listbox: string;
|
|
8859
|
-
description: string;
|
|
8860
8859
|
error: string;
|
|
8860
|
+
description: string;
|
|
8861
8861
|
invalid: string;
|
|
8862
8862
|
};
|
|
8863
8863
|
css: any;
|
|
@@ -9107,15 +9107,15 @@ declare const useClasses_3: (classesProp?: Partial<Record<"root", string>>, addS
|
|
|
9107
9107
|
cx: (...args: any) => string;
|
|
9108
9108
|
};
|
|
9109
9109
|
|
|
9110
|
-
declare const useClasses_30: (classesProp?: Partial<Record<"warning" | "root" | "action" | "default" | "
|
|
9110
|
+
declare const useClasses_30: (classesProp?: Partial<Record<"warning" | "root" | "action" | "default" | "success" | "error" | "message" | "baseVariant" | "outContainer", string>>, addStatic?: boolean) => {
|
|
9111
9111
|
classes: {
|
|
9112
9112
|
warning: string;
|
|
9113
9113
|
root: string;
|
|
9114
9114
|
action: string;
|
|
9115
9115
|
default: string;
|
|
9116
|
+
success: string;
|
|
9116
9117
|
error: string;
|
|
9117
9118
|
message: string;
|
|
9118
|
-
success: string;
|
|
9119
9119
|
baseVariant: string;
|
|
9120
9120
|
outContainer: string;
|
|
9121
9121
|
};
|
|
@@ -9340,7 +9340,7 @@ declare const useClasses_44: (classesProp?: Partial<Record<"image" | "slide", st
|
|
|
9340
9340
|
cx: (...args: any) => string;
|
|
9341
9341
|
};
|
|
9342
9342
|
|
|
9343
|
-
declare const useClasses_45: (classesProp?: Partial<Record<"label" | "root" | "inputBorderContainer" | "inputRoot" | "inputRootFocused" | "inputRootMultiline" | "input" | "icon" | "
|
|
9343
|
+
declare const useClasses_45: (classesProp?: Partial<Record<"label" | "root" | "inputBorderContainer" | "inputRoot" | "inputRootFocused" | "inputRootMultiline" | "input" | "icon" | "error" | "description" | "labelContainer" | "adornmentButton" | "inputRootDisabled" | "adornmentsBox" | "iconClear" | "hasSuggestions" | "suggestionsContainer" | "suggestionList" | "inputExtension", string>>, addStatic?: boolean) => {
|
|
9344
9344
|
classes: {
|
|
9345
9345
|
label: string;
|
|
9346
9346
|
root: string;
|
|
@@ -9350,8 +9350,8 @@ declare const useClasses_45: (classesProp?: Partial<Record<"label" | "root" | "i
|
|
|
9350
9350
|
inputRootMultiline: string;
|
|
9351
9351
|
input: string;
|
|
9352
9352
|
icon: string;
|
|
9353
|
-
description: string;
|
|
9354
9353
|
error: string;
|
|
9354
|
+
description: string;
|
|
9355
9355
|
labelContainer: string;
|
|
9356
9356
|
adornmentButton: string;
|
|
9357
9357
|
inputRootDisabled: string;
|
|
@@ -9388,14 +9388,14 @@ declare const useClasses_46: (classesProp?: Partial<Record<"root" | "icon" | "pa
|
|
|
9388
9388
|
cx: (...args: any) => string;
|
|
9389
9389
|
};
|
|
9390
9390
|
|
|
9391
|
-
declare const useClasses_47: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "root" | "
|
|
9391
|
+
declare const useClasses_47: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "root" | "error" | "group" | "invalid" | "selectAll", string>>, addStatic?: boolean) => {
|
|
9392
9392
|
classes: {
|
|
9393
9393
|
vertical: string;
|
|
9394
9394
|
horizontal: string;
|
|
9395
9395
|
label: string;
|
|
9396
9396
|
root: string;
|
|
9397
|
-
group: string;
|
|
9398
9397
|
error: string;
|
|
9398
|
+
group: string;
|
|
9399
9399
|
invalid: string;
|
|
9400
9400
|
selectAll: string;
|
|
9401
9401
|
};
|
|
@@ -9576,7 +9576,7 @@ declare const useClasses_56: (classesProp?: Partial<Record<"root" | "sortDropdow
|
|
|
9576
9576
|
cx: (...args: any) => string;
|
|
9577
9577
|
};
|
|
9578
9578
|
|
|
9579
|
-
declare const useClasses_57: (classesProp?: Partial<Record<"label" | "root" | "placeholder" | "disabled" | "readOnly" | "placeholderClosed" | "
|
|
9579
|
+
declare const useClasses_57: (classesProp?: Partial<Record<"label" | "root" | "placeholder" | "disabled" | "readOnly" | "placeholderClosed" | "error" | "dropdown" | "description" | "arrow" | "labelContainer" | "selectionDisabled" | "rootList" | "dropdownListContainer" | "dropdownHeader" | "dropdownHeaderInvalid" | "dropdownHeaderOpen", string>>, addStatic?: boolean) => {
|
|
9580
9580
|
classes: {
|
|
9581
9581
|
label: string;
|
|
9582
9582
|
root: string;
|
|
@@ -9584,9 +9584,9 @@ declare const useClasses_57: (classesProp?: Partial<Record<"label" | "root" | "p
|
|
|
9584
9584
|
disabled: string;
|
|
9585
9585
|
readOnly: string;
|
|
9586
9586
|
placeholderClosed: string;
|
|
9587
|
+
error: string;
|
|
9587
9588
|
dropdown: string;
|
|
9588
9589
|
description: string;
|
|
9589
|
-
error: string;
|
|
9590
9590
|
arrow: string;
|
|
9591
9591
|
labelContainer: string;
|
|
9592
9592
|
selectionDisabled: string;
|
|
@@ -9616,7 +9616,7 @@ declare const useClasses_58: (classesProp?: Partial<Record<"listContainer" | "se
|
|
|
9616
9616
|
cx: (...args: any) => string;
|
|
9617
9617
|
};
|
|
9618
9618
|
|
|
9619
|
-
declare const useClasses_59: (classesProp?: Partial<Record<"label" | "root" | "panel" | "icon" | "inputText" | "action" | "
|
|
9619
|
+
declare const useClasses_59: (classesProp?: Partial<Record<"label" | "root" | "panel" | "icon" | "inputText" | "action" | "error" | "dropdown" | "description" | "labelContainer" | "actionContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "leftContainer" | "rightContainer" | "dateText", string>>, addStatic?: boolean) => {
|
|
9620
9620
|
classes: {
|
|
9621
9621
|
label: string;
|
|
9622
9622
|
root: string;
|
|
@@ -9624,9 +9624,9 @@ declare const useClasses_59: (classesProp?: Partial<Record<"label" | "root" | "p
|
|
|
9624
9624
|
icon: string;
|
|
9625
9625
|
inputText: string;
|
|
9626
9626
|
action: string;
|
|
9627
|
+
error: string;
|
|
9627
9628
|
dropdown: string;
|
|
9628
9629
|
description: string;
|
|
9629
|
-
error: string;
|
|
9630
9630
|
labelContainer: string;
|
|
9631
9631
|
actionContainer: string;
|
|
9632
9632
|
dropdownHeaderInvalid: string;
|
|
@@ -9684,14 +9684,14 @@ declare const useClasses_62: (classesProp?: Partial<Record<"root" | "spacing" |
|
|
|
9684
9684
|
cx: (...args: any) => string;
|
|
9685
9685
|
};
|
|
9686
9686
|
|
|
9687
|
-
declare const useClasses_63: (classesProp?: Partial<Record<"warning" | "background" | "root" | "paper" | "
|
|
9687
|
+
declare const useClasses_63: (classesProp?: Partial<Record<"warning" | "background" | "root" | "paper" | "success" | "error" | "fullscreen" | "closeButton" | "statusBar", string>>, addStatic?: boolean) => {
|
|
9688
9688
|
classes: {
|
|
9689
9689
|
warning: string;
|
|
9690
9690
|
background: string;
|
|
9691
9691
|
root: string;
|
|
9692
9692
|
paper: string;
|
|
9693
|
-
error: string;
|
|
9694
9693
|
success: string;
|
|
9694
|
+
error: string;
|
|
9695
9695
|
fullscreen: string;
|
|
9696
9696
|
closeButton: string;
|
|
9697
9697
|
statusBar: string;
|
|
@@ -9712,14 +9712,14 @@ declare const useClasses_64: (classesProp?: Partial<Record<"horizontal" | "root"
|
|
|
9712
9712
|
cx: (...args: any) => string;
|
|
9713
9713
|
};
|
|
9714
9714
|
|
|
9715
|
-
declare const useClasses_65: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "root" | "
|
|
9715
|
+
declare const useClasses_65: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "root" | "error" | "group" | "invalid", string>>, addStatic?: boolean) => {
|
|
9716
9716
|
classes: {
|
|
9717
9717
|
vertical: string;
|
|
9718
9718
|
horizontal: string;
|
|
9719
9719
|
label: string;
|
|
9720
9720
|
root: string;
|
|
9721
|
-
group: string;
|
|
9722
9721
|
error: string;
|
|
9722
|
+
group: string;
|
|
9723
9723
|
invalid: string;
|
|
9724
9724
|
};
|
|
9725
9725
|
css: any;
|
|
@@ -9786,12 +9786,12 @@ declare const useClasses_7: (classesProp?: Partial<Record<"root", string>>, addS
|
|
|
9786
9786
|
cx: (...args: any) => string;
|
|
9787
9787
|
};
|
|
9788
9788
|
|
|
9789
|
-
declare const useClasses_70: (classesProp?: Partial<Record<"label" | "root" | "
|
|
9789
|
+
declare const useClasses_70: (classesProp?: Partial<Record<"label" | "root" | "error" | "description" | "labelContainer", string>>, addStatic?: boolean) => {
|
|
9790
9790
|
classes: {
|
|
9791
9791
|
label: string;
|
|
9792
9792
|
root: string;
|
|
9793
|
-
description: string;
|
|
9794
9793
|
error: string;
|
|
9794
|
+
description: string;
|
|
9795
9795
|
labelContainer: string;
|
|
9796
9796
|
};
|
|
9797
9797
|
css: any;
|
|
@@ -10056,7 +10056,7 @@ declare const useClasses_87: (classesProp?: Partial<Record<"root" | "formContain
|
|
|
10056
10056
|
cx: (...args: any) => string;
|
|
10057
10057
|
};
|
|
10058
10058
|
|
|
10059
|
-
declare const useClasses_88: (classesProp?: Partial<Record<"secondary" | "primary" | "vertical" | "root" | "secondarySubtle" | "selected" | "button" | "secondaryGhost" | "splitDisabled" | "multiple" | "primaryGhost" | "splitGroup" | "splitGroupDisabled" | "splitContainer" | "split" | "firstButton" | "lastButton"
|
|
10059
|
+
declare const useClasses_88: (classesProp?: Partial<Record<"secondary" | "primary" | "vertical" | "root" | "secondarySubtle" | "selected" | "button" | "secondaryGhost" | "splitDisabled" | "multiple" | "primaryGhost" | "primarySubtle" | "splitGroup" | "splitGroupDisabled" | "splitContainer" | "split" | "firstButton" | "lastButton", string>>, addStatic?: boolean) => {
|
|
10060
10060
|
classes: {
|
|
10061
10061
|
secondary: string;
|
|
10062
10062
|
primary: string;
|
|
@@ -10069,13 +10069,13 @@ declare const useClasses_88: (classesProp?: Partial<Record<"secondary" | "primar
|
|
|
10069
10069
|
splitDisabled: string;
|
|
10070
10070
|
multiple: string;
|
|
10071
10071
|
primaryGhost: string;
|
|
10072
|
+
primarySubtle: string;
|
|
10072
10073
|
splitGroup: string;
|
|
10073
10074
|
splitGroupDisabled: string;
|
|
10074
10075
|
splitContainer: string;
|
|
10075
10076
|
split: string;
|
|
10076
10077
|
firstButton: string;
|
|
10077
10078
|
lastButton: string;
|
|
10078
|
-
primarySubtle: string;
|
|
10079
10079
|
};
|
|
10080
10080
|
css: any;
|
|
10081
10081
|
cx: (...args: any) => string;
|
|
@@ -10538,9 +10538,9 @@ export declare function useHvTreeItem(nodeId: string): {
|
|
|
10538
10538
|
expanded: boolean;
|
|
10539
10539
|
selected: boolean;
|
|
10540
10540
|
focused: boolean;
|
|
10541
|
-
handleExpansion: (event: React_2.MouseEvent
|
|
10542
|
-
handleSelection: (event: React_2.MouseEvent
|
|
10543
|
-
preventSelection: (event: React_2.MouseEvent
|
|
10541
|
+
handleExpansion: (event: React_2.MouseEvent) => void;
|
|
10542
|
+
handleSelection: (event: React_2.MouseEvent) => void;
|
|
10543
|
+
preventSelection: (event: React_2.MouseEvent) => void;
|
|
10544
10544
|
};
|
|
10545
10545
|
|
|
10546
10546
|
export declare const useImageLoaded: (src?: string, srcSet?: string) => string | boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hitachivantara/uikit-react-core",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.73.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Hitachi Vantara UI Kit Team",
|
|
6
6
|
"description": "Core React components for the NEXT Design System.",
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@emotion/cache": "^11.11.0",
|
|
34
34
|
"@emotion/serialize": "^1.1.2",
|
|
35
|
-
"@hitachivantara/uikit-react-icons": "^5.
|
|
36
|
-
"@hitachivantara/uikit-react-shared": "^5.3.
|
|
37
|
-
"@hitachivantara/uikit-react-utils": "^0.2.
|
|
38
|
-
"@hitachivantara/uikit-styles": "^5.
|
|
35
|
+
"@hitachivantara/uikit-react-icons": "^5.12.0",
|
|
36
|
+
"@hitachivantara/uikit-react-shared": "^5.3.5",
|
|
37
|
+
"@hitachivantara/uikit-react-utils": "^0.2.5",
|
|
38
|
+
"@hitachivantara/uikit-styles": "^5.34.0",
|
|
39
39
|
"@internationalized/date": "^3.2.0",
|
|
40
40
|
"@mui/base": "^5.0.0-beta.40",
|
|
41
41
|
"@popperjs/core": "^2.11.8",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"access": "public",
|
|
63
63
|
"directory": "package"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "28985d0931d61161910d73f3eb2b1d312ec86a81",
|
|
66
66
|
"exports": {
|
|
67
67
|
".": {
|
|
68
68
|
"types": "./dist/types/index.d.ts",
|