@hitachivantara/uikit-react-core 5.30.1 → 5.32.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/components/ActionBar/ActionBar.styles.cjs +1 -1
- package/dist/cjs/components/ActionBar/ActionBar.styles.cjs.map +1 -1
- package/dist/cjs/components/BaseCheckBox/BaseCheckBox.cjs +4 -4
- package/dist/cjs/components/BaseCheckBox/BaseCheckBox.cjs.map +1 -1
- package/dist/cjs/components/BaseDropdown/BaseDropdown.cjs +3 -2
- package/dist/cjs/components/BaseDropdown/BaseDropdown.cjs.map +1 -1
- package/dist/cjs/components/BaseRadio/BaseRadio.cjs +3 -3
- package/dist/cjs/components/BaseRadio/BaseRadio.cjs.map +1 -1
- package/dist/cjs/components/BaseSwitch/BaseSwitch.cjs +3 -3
- package/dist/cjs/components/BaseSwitch/BaseSwitch.cjs.map +1 -1
- package/dist/cjs/components/BreadCrumb/BreadCrumb.cjs +1 -1
- package/dist/cjs/components/BreadCrumb/BreadCrumb.cjs.map +1 -1
- package/dist/cjs/components/BreadCrumb/Page/Page.cjs +10 -8
- package/dist/cjs/components/BreadCrumb/Page/Page.cjs.map +1 -1
- package/dist/cjs/components/BreadCrumb/Page/Page.styles.cjs +3 -3
- package/dist/cjs/components/BreadCrumb/Page/Page.styles.cjs.map +1 -1
- package/dist/cjs/components/CheckBox/CheckBox.cjs +3 -3
- package/dist/cjs/components/CheckBox/CheckBox.cjs.map +1 -1
- package/dist/cjs/components/CheckBoxGroup/CheckBoxGroup.cjs +3 -3
- package/dist/cjs/components/CheckBoxGroup/CheckBoxGroup.cjs.map +1 -1
- package/dist/cjs/components/ColorPicker/ColorPicker.cjs +4 -3
- package/dist/cjs/components/ColorPicker/ColorPicker.cjs.map +1 -1
- package/dist/cjs/components/DatePicker/DatePicker.cjs +12 -6
- package/dist/cjs/components/DatePicker/DatePicker.cjs.map +1 -1
- package/dist/cjs/components/Dropdown/Dropdown.cjs +12 -4
- package/dist/cjs/components/Dropdown/Dropdown.cjs.map +1 -1
- package/dist/cjs/components/FilterGroup/FilterContent/FilterContent.cjs +3 -3
- package/dist/cjs/components/FilterGroup/FilterContent/FilterContent.cjs.map +1 -1
- package/dist/cjs/components/FilterGroup/FilterGroup.cjs +4 -3
- package/dist/cjs/components/FilterGroup/FilterGroup.cjs.map +1 -1
- package/dist/cjs/components/Header/Navigation/MenuItem/MenuItem.cjs +12 -1
- package/dist/cjs/components/Header/Navigation/MenuItem/MenuItem.cjs.map +1 -1
- package/dist/cjs/components/InlineEditor/InlineEditor.cjs +3 -2
- package/dist/cjs/components/InlineEditor/InlineEditor.cjs.map +1 -1
- package/dist/cjs/components/InlineEditor/InlineEditor.styles.cjs +2 -2
- package/dist/cjs/components/InlineEditor/InlineEditor.styles.cjs.map +1 -1
- package/dist/cjs/components/List/List.cjs.map +1 -1
- package/dist/cjs/components/ListContainer/ListContainer.cjs +2 -2
- package/dist/cjs/components/ListContainer/ListContainer.cjs.map +1 -1
- package/dist/cjs/components/QueryBuilder/Context.cjs.map +1 -1
- package/dist/cjs/components/QueryBuilder/QueryBuilder.cjs.map +1 -1
- package/dist/cjs/components/Radio/Radio.cjs +3 -3
- package/dist/cjs/components/Radio/Radio.cjs.map +1 -1
- package/dist/cjs/components/RadioGroup/RadioGroup.cjs +3 -3
- package/dist/cjs/components/RadioGroup/RadioGroup.cjs.map +1 -1
- package/dist/cjs/components/Section/Section.cjs +50 -0
- package/dist/cjs/components/Section/Section.cjs.map +1 -0
- package/dist/cjs/components/Section/Section.styles.cjs +40 -0
- package/dist/cjs/components/Section/Section.styles.cjs.map +1 -0
- package/dist/cjs/components/SelectionList/SelectionList.cjs +7 -5
- package/dist/cjs/components/SelectionList/SelectionList.cjs.map +1 -1
- package/dist/cjs/components/Slider/Slider.cjs +5 -5
- package/dist/cjs/components/Slider/Slider.cjs.map +1 -1
- package/dist/cjs/components/Switch/Switch.cjs +3 -3
- package/dist/cjs/components/Switch/Switch.cjs.map +1 -1
- package/dist/cjs/components/TagsInput/TagsInput.cjs +5 -3
- package/dist/cjs/components/TagsInput/TagsInput.cjs.map +1 -1
- package/dist/cjs/components/TimePicker/TimePicker.cjs +14 -8
- package/dist/cjs/components/TimePicker/TimePicker.cjs.map +1 -1
- package/dist/cjs/index.cjs +8 -0
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/components/ActionBar/ActionBar.styles.js +1 -1
- package/dist/esm/components/ActionBar/ActionBar.styles.js.map +1 -1
- package/dist/esm/components/BaseCheckBox/BaseCheckBox.js +5 -5
- package/dist/esm/components/BaseCheckBox/BaseCheckBox.js.map +1 -1
- package/dist/esm/components/BaseDropdown/BaseDropdown.js +4 -3
- package/dist/esm/components/BaseDropdown/BaseDropdown.js.map +1 -1
- package/dist/esm/components/BaseRadio/BaseRadio.js +4 -4
- package/dist/esm/components/BaseRadio/BaseRadio.js.map +1 -1
- package/dist/esm/components/BaseSwitch/BaseSwitch.js +4 -4
- package/dist/esm/components/BaseSwitch/BaseSwitch.js.map +1 -1
- package/dist/esm/components/BreadCrumb/BreadCrumb.js +2 -2
- package/dist/esm/components/BreadCrumb/BreadCrumb.js.map +1 -1
- package/dist/esm/components/BreadCrumb/Page/Page.js +10 -8
- package/dist/esm/components/BreadCrumb/Page/Page.js.map +1 -1
- package/dist/esm/components/BreadCrumb/Page/Page.styles.js +3 -3
- package/dist/esm/components/BreadCrumb/Page/Page.styles.js.map +1 -1
- package/dist/esm/components/CheckBox/CheckBox.js +4 -4
- package/dist/esm/components/CheckBox/CheckBox.js.map +1 -1
- package/dist/esm/components/CheckBoxGroup/CheckBoxGroup.js +4 -4
- package/dist/esm/components/CheckBoxGroup/CheckBoxGroup.js.map +1 -1
- package/dist/esm/components/ColorPicker/ColorPicker.js +4 -3
- package/dist/esm/components/ColorPicker/ColorPicker.js.map +1 -1
- package/dist/esm/components/DatePicker/DatePicker.js +13 -7
- package/dist/esm/components/DatePicker/DatePicker.js.map +1 -1
- package/dist/esm/components/Dropdown/Dropdown.js +13 -5
- package/dist/esm/components/Dropdown/Dropdown.js.map +1 -1
- package/dist/esm/components/FilterGroup/FilterContent/FilterContent.js +4 -4
- package/dist/esm/components/FilterGroup/FilterContent/FilterContent.js.map +1 -1
- package/dist/esm/components/FilterGroup/FilterGroup.js +4 -3
- package/dist/esm/components/FilterGroup/FilterGroup.js.map +1 -1
- package/dist/esm/components/Header/Navigation/MenuItem/MenuItem.js +12 -1
- package/dist/esm/components/Header/Navigation/MenuItem/MenuItem.js.map +1 -1
- package/dist/esm/components/InlineEditor/InlineEditor.js +3 -2
- package/dist/esm/components/InlineEditor/InlineEditor.js.map +1 -1
- package/dist/esm/components/InlineEditor/InlineEditor.styles.js +2 -2
- package/dist/esm/components/InlineEditor/InlineEditor.styles.js.map +1 -1
- package/dist/esm/components/List/List.js.map +1 -1
- package/dist/esm/components/ListContainer/ListContainer.js +2 -2
- package/dist/esm/components/ListContainer/ListContainer.js.map +1 -1
- package/dist/esm/components/QueryBuilder/Context.js.map +1 -1
- package/dist/esm/components/QueryBuilder/QueryBuilder.js.map +1 -1
- package/dist/esm/components/Radio/Radio.js +4 -4
- package/dist/esm/components/Radio/Radio.js.map +1 -1
- package/dist/esm/components/RadioGroup/RadioGroup.js +4 -4
- package/dist/esm/components/RadioGroup/RadioGroup.js.map +1 -1
- package/dist/esm/components/Section/Section.js +51 -0
- package/dist/esm/components/Section/Section.js.map +1 -0
- package/dist/esm/components/Section/Section.styles.js +40 -0
- package/dist/esm/components/Section/Section.styles.js.map +1 -0
- package/dist/esm/components/SelectionList/SelectionList.js +8 -6
- package/dist/esm/components/SelectionList/SelectionList.js.map +1 -1
- package/dist/esm/components/Slider/Slider.js +5 -5
- package/dist/esm/components/Slider/Slider.js.map +1 -1
- package/dist/esm/components/Switch/Switch.js +4 -4
- package/dist/esm/components/Switch/Switch.js.map +1 -1
- package/dist/esm/components/TagsInput/TagsInput.js +6 -4
- package/dist/esm/components/TagsInput/TagsInput.js.map +1 -1
- package/dist/esm/components/TimePicker/TimePicker.js +15 -9
- package/dist/esm/components/TimePicker/TimePicker.js.map +1 -1
- package/dist/esm/index.js +8 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/types/index.d.ts +398 -187
- package/package.json +5 -5
package/dist/types/index.d.ts
CHANGED
|
@@ -83,6 +83,7 @@ import { RefObject } from 'react';
|
|
|
83
83
|
import { Renderer } from 'react-table';
|
|
84
84
|
import { Row } from 'react-table';
|
|
85
85
|
import { SliderProps } from 'rc-slider';
|
|
86
|
+
import { SliderRef } from 'rc-slider';
|
|
86
87
|
import { SnackbarCloseReason } from '@mui/material/Snackbar';
|
|
87
88
|
import { SnackbarContentProps } from '@mui/material/SnackbarContent';
|
|
88
89
|
import type { SnackbarKey } from 'notistack';
|
|
@@ -236,14 +237,6 @@ declare type AsProp<C extends React.ElementType> = {
|
|
|
236
237
|
component?: C;
|
|
237
238
|
};
|
|
238
239
|
|
|
239
|
-
declare interface Attribute extends Record<string, unknown> {
|
|
240
|
-
id?: string;
|
|
241
|
-
label: string;
|
|
242
|
-
type: string;
|
|
243
|
-
value?: unknown;
|
|
244
|
-
order?: number;
|
|
245
|
-
}
|
|
246
|
-
|
|
247
240
|
export declare const avatarClasses: {
|
|
248
241
|
img: "HvAvatar-img";
|
|
249
242
|
root: "HvAvatar-root";
|
|
@@ -622,16 +615,6 @@ export declare interface DateRangeProp {
|
|
|
622
615
|
endDate?: Date;
|
|
623
616
|
}
|
|
624
617
|
|
|
625
|
-
declare interface DateTimeRange {
|
|
626
|
-
start?: DateTimeStrings;
|
|
627
|
-
end?: DateTimeStrings;
|
|
628
|
-
}
|
|
629
|
-
|
|
630
|
-
declare interface DateTimeStrings {
|
|
631
|
-
date?: string;
|
|
632
|
-
time?: string;
|
|
633
|
-
}
|
|
634
|
-
|
|
635
618
|
export declare const decreaseSize: (size: string) => "L" | "M" | "S" | "XS";
|
|
636
619
|
|
|
637
620
|
/** This type allows to do a deep partial by applying the Partial type to each key recursively */
|
|
@@ -1376,7 +1359,7 @@ export declare type HvBannerVariant = "success" | "warning" | "error" | "default
|
|
|
1376
1359
|
* The Base Checkbox is a building block of the Checkbox form element. Don't use unless
|
|
1377
1360
|
* implementing a custom use case not covered by the Checkbox form element.
|
|
1378
1361
|
*/
|
|
1379
|
-
export declare const HvBaseCheckBox:
|
|
1362
|
+
export declare const HvBaseCheckBox: React_2.ForwardRefExoticComponent<Omit<HvBaseCheckBoxProps, "ref"> & React_2.RefAttributes<HTMLButtonElement>>;
|
|
1380
1363
|
|
|
1381
1364
|
export declare type HvBaseCheckBoxClasses = ExtractNames<typeof useClasses_52>;
|
|
1382
1365
|
|
|
@@ -1453,7 +1436,7 @@ export declare type HvBaseColorKeys = HvBaseColor;
|
|
|
1453
1436
|
|
|
1454
1437
|
export declare type HvBaseColors = Record<HvBaseColorKeys, string>;
|
|
1455
1438
|
|
|
1456
|
-
export declare const HvBaseDropdown:
|
|
1439
|
+
export declare const HvBaseDropdown: React_2.ForwardRefExoticComponent<Omit<HvBaseDropdownProps, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
|
|
1457
1440
|
|
|
1458
1441
|
export declare type HvBaseDropdownClasses = ExtractNames<typeof useClasses_14>;
|
|
1459
1442
|
|
|
@@ -1535,11 +1518,13 @@ export declare interface HvBaseDropdownProps extends HvBaseProps<HTMLDivElement,
|
|
|
1535
1518
|
/**
|
|
1536
1519
|
* Pass a ref to the dropdown header element.
|
|
1537
1520
|
*/
|
|
1538
|
-
dropdownHeaderRef?: React_2.Ref<
|
|
1521
|
+
dropdownHeaderRef?: React_2.Ref<HTMLDivElement>;
|
|
1539
1522
|
/**
|
|
1540
1523
|
* A Jss Object used to override or extend the component styles applied.
|
|
1541
1524
|
*/
|
|
1542
1525
|
classes?: HvBaseDropdownClasses;
|
|
1526
|
+
/** @ignore */
|
|
1527
|
+
ref?: React_2.Ref<HTMLDivElement>;
|
|
1543
1528
|
}
|
|
1544
1529
|
|
|
1545
1530
|
/**
|
|
@@ -1593,7 +1578,7 @@ export declare type HvBaseProps<E extends HTMLElement = HTMLDivElement, K extend
|
|
|
1593
1578
|
* The Base Radio Button is a building block of the Radio Button form element. Don't
|
|
1594
1579
|
* use unless implementing a custom use case not covered by the Radio Button form element.
|
|
1595
1580
|
*/
|
|
1596
|
-
export declare const HvBaseRadio:
|
|
1581
|
+
export declare const HvBaseRadio: React_2.ForwardRefExoticComponent<Omit<HvBaseRadioProps, "ref"> & React_2.RefAttributes<HTMLButtonElement>>;
|
|
1597
1582
|
|
|
1598
1583
|
export declare type HvBaseRadioClasses = ExtractNames<typeof useClasses_53>;
|
|
1599
1584
|
|
|
@@ -1671,7 +1656,7 @@ export declare interface HvBaseRadioProps extends Omit<RadioProps, "onChange" |
|
|
|
1671
1656
|
* The Base Switch is a building block of the Switch form element. Don't use unless
|
|
1672
1657
|
* implementing a custom use case not covered by the Switch form element.
|
|
1673
1658
|
*/
|
|
1674
|
-
export declare const HvBaseSwitch:
|
|
1659
|
+
export declare const HvBaseSwitch: React_2.ForwardRefExoticComponent<Omit<HvBaseSwitchProps, "ref"> & React_2.RefAttributes<HTMLButtonElement>>;
|
|
1675
1660
|
|
|
1676
1661
|
export declare type HvBaseSwitchClasses = ExtractNames<typeof useClasses_56>;
|
|
1677
1662
|
|
|
@@ -2238,14 +2223,14 @@ export declare interface HvCharCounterProps extends HvBaseProps {
|
|
|
2238
2223
|
* It can also be used individually to represent the toggle of a single option, when
|
|
2239
2224
|
* the Toggle Switch and Toggle Button aren't more appropriate.
|
|
2240
2225
|
*/
|
|
2241
|
-
export declare const HvCheckBox:
|
|
2226
|
+
export declare const HvCheckBox: ForwardRefExoticComponent<Omit<HvCheckBoxProps, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
2242
2227
|
|
|
2243
2228
|
export declare type HvCheckBoxClasses = ExtractNames<typeof useClasses_57>;
|
|
2244
2229
|
|
|
2245
2230
|
/**
|
|
2246
2231
|
* A checkbox group is a type of selection list that allows the user to select multiple options through the use of checkboxes.
|
|
2247
2232
|
*/
|
|
2248
|
-
export declare const HvCheckBoxGroup:
|
|
2233
|
+
export declare const HvCheckBoxGroup: ForwardRefExoticComponent<HvCheckBoxGroupProps & RefAttributes<HTMLDivElement>>;
|
|
2249
2234
|
|
|
2250
2235
|
export declare type HvCheckBoxGroupClasses = ExtractNames<typeof useClasses_63>;
|
|
2251
2236
|
|
|
@@ -2377,7 +2362,7 @@ export { HvColorAny }
|
|
|
2377
2362
|
* A color picker component which allows the user to select a color from a list of pre-defined colors or freely select one color via the Hue and Saturation.
|
|
2378
2363
|
* It receives a color string in HEX format and outputs an HEX formatted color.
|
|
2379
2364
|
*/
|
|
2380
|
-
export declare const HvColorPicker:
|
|
2365
|
+
export declare const HvColorPicker: ForwardRefExoticComponent<HvColorPickerProps & RefAttributes<HTMLDivElement>>;
|
|
2381
2366
|
|
|
2382
2367
|
export declare type HvColorPickerClasses = ExtractNames<typeof useClasses_115>;
|
|
2383
2368
|
|
|
@@ -2611,7 +2596,7 @@ export declare interface HvDateColumnCellProp {
|
|
|
2611
2596
|
* A date picker, popup calendar or date range picker is a graphical user
|
|
2612
2597
|
* interface widget which allows the user to select a date from a calendar.
|
|
2613
2598
|
*/
|
|
2614
|
-
export declare const HvDatePicker:
|
|
2599
|
+
export declare const HvDatePicker: ForwardRefExoticComponent<HvDatePickerProps & RefAttributes<HTMLDivElement>>;
|
|
2615
2600
|
|
|
2616
2601
|
export declare type HvDatePickerClasses = ExtractNames<typeof useClasses_107>;
|
|
2617
2602
|
|
|
@@ -2884,7 +2869,7 @@ export declare interface HvDrawerProps extends DrawerProps, Omit<DrawerProps, "c
|
|
|
2884
2869
|
/**
|
|
2885
2870
|
* A dropdown list is a graphical control element, similar to a list box, that allows the user to choose one value from a list.
|
|
2886
2871
|
*/
|
|
2887
|
-
export declare const HvDropdown:
|
|
2872
|
+
export declare const HvDropdown: ForwardRefExoticComponent<HvDropdownProps & RefAttributes<HTMLDivElement>>;
|
|
2888
2873
|
|
|
2889
2874
|
export declare type HvDropdownClasses = ExtractNames<typeof useClasses_81>;
|
|
2890
2875
|
|
|
@@ -3203,7 +3188,7 @@ export declare interface HvDropdownProps extends HvBaseProps<HTMLDivElement, "on
|
|
|
3203
3188
|
/**
|
|
3204
3189
|
* Extra props passed to the dropdown.
|
|
3205
3190
|
*/
|
|
3206
|
-
baseDropdownProps?: HvBaseDropdownProps
|
|
3191
|
+
baseDropdownProps?: Partial<HvBaseDropdownProps>;
|
|
3207
3192
|
/**
|
|
3208
3193
|
* Extra props passed to the list.
|
|
3209
3194
|
*/
|
|
@@ -3434,7 +3419,7 @@ export declare interface HvFileUploaderProps extends HvBaseProps {
|
|
|
3434
3419
|
* Due to the enormous variety of capabilities required for this, we strongly recommend checking the code of the component and extend it yourself,
|
|
3435
3420
|
* while we do not provide a better approach for building this component with smaller and more composable parts.
|
|
3436
3421
|
*/
|
|
3437
|
-
export declare const HvFilterGroup:
|
|
3422
|
+
export declare const HvFilterGroup: ForwardRefExoticComponent<HvFilterGroupProps & RefAttributes<HTMLDivElement>>;
|
|
3438
3423
|
|
|
3439
3424
|
export declare type HvFilterGroupClasses = ExtractNames<typeof useClasses_105>;
|
|
3440
3425
|
|
|
@@ -4015,6 +4000,8 @@ export declare interface HvInlineEditorProps extends HvBaseProps<HTMLDivElement,
|
|
|
4015
4000
|
buttonProps?: HvButtonProps;
|
|
4016
4001
|
/** Props passed to the HvTypography text component */
|
|
4017
4002
|
typographyProps?: HvTypographyProps;
|
|
4003
|
+
/** Whether the editor is disabled or not. */
|
|
4004
|
+
disabled?: boolean;
|
|
4018
4005
|
/** A Jss Object used to override or extend the styles applied to the empty state component. */
|
|
4019
4006
|
classes?: HvInlineEditorClasses;
|
|
4020
4007
|
}
|
|
@@ -4299,7 +4286,7 @@ export declare type HvListClasses = ExtractNames<typeof useClasses_64>;
|
|
|
4299
4286
|
* The simple list is for continuous <b>vertical indexes of text or icons+text</b>. The content of these lists must be simple: ideally simples fields.
|
|
4300
4287
|
* This pattern is ideal for <b>selections</b>. It should be used inside a HvPanel.
|
|
4301
4288
|
*/
|
|
4302
|
-
export declare const HvListContainer: React_2.ForwardRefExoticComponent<HvListContainerProps & React_2.RefAttributes<
|
|
4289
|
+
export declare const HvListContainer: React_2.ForwardRefExoticComponent<HvListContainerProps & React_2.RefAttributes<HTMLUListElement>>;
|
|
4303
4290
|
|
|
4304
4291
|
export declare type HvListContainerClasses = ExtractNames<typeof useClasses_3>;
|
|
4305
4292
|
|
|
@@ -4744,27 +4731,315 @@ export declare interface HvProviderProps {
|
|
|
4744
4731
|
*/
|
|
4745
4732
|
export declare const HvQueryBuilder: (props: HvQueryBuilderProps) => JSX_2.Element;
|
|
4746
4733
|
|
|
4734
|
+
export declare interface HvQueryBuilderAttribute extends Record<string, unknown> {
|
|
4735
|
+
id?: string;
|
|
4736
|
+
label: string;
|
|
4737
|
+
type: string;
|
|
4738
|
+
value?: unknown;
|
|
4739
|
+
order?: number;
|
|
4740
|
+
}
|
|
4741
|
+
|
|
4747
4742
|
export declare type HvQueryBuilderClasses = ExtractNames<typeof useClasses_114>;
|
|
4748
4743
|
|
|
4744
|
+
export declare interface HvQueryBuilderDateTimeRange {
|
|
4745
|
+
start?: HvQueryBuilderDateTimeStrings;
|
|
4746
|
+
end?: HvQueryBuilderDateTimeStrings;
|
|
4747
|
+
}
|
|
4748
|
+
|
|
4749
|
+
export declare interface HvQueryBuilderDateTimeStrings {
|
|
4750
|
+
date?: string;
|
|
4751
|
+
time?: string;
|
|
4752
|
+
}
|
|
4753
|
+
|
|
4754
|
+
export declare const hvQueryBuilderDefaultCombinators: {
|
|
4755
|
+
operand: string;
|
|
4756
|
+
label: string;
|
|
4757
|
+
}[];
|
|
4758
|
+
|
|
4759
|
+
export declare const hvQueryBuilderDefaultLabels: {
|
|
4760
|
+
query: {
|
|
4761
|
+
delete: {
|
|
4762
|
+
ariaLabel: string;
|
|
4763
|
+
tooltip: string;
|
|
4764
|
+
dialogTitle: string;
|
|
4765
|
+
dialogMessage: string;
|
|
4766
|
+
dialogConfirm: string;
|
|
4767
|
+
dialogCancel: string;
|
|
4768
|
+
dialogCloseTooltip: string;
|
|
4769
|
+
};
|
|
4770
|
+
};
|
|
4771
|
+
rule: {
|
|
4772
|
+
attribute: {
|
|
4773
|
+
label: string;
|
|
4774
|
+
placeholder: string;
|
|
4775
|
+
exists: string;
|
|
4776
|
+
};
|
|
4777
|
+
operator: {
|
|
4778
|
+
label: string;
|
|
4779
|
+
placeholder: string;
|
|
4780
|
+
};
|
|
4781
|
+
value: {
|
|
4782
|
+
distance: {
|
|
4783
|
+
label: string;
|
|
4784
|
+
connectorText: string;
|
|
4785
|
+
button: string;
|
|
4786
|
+
validation: {
|
|
4787
|
+
required: string;
|
|
4788
|
+
invalid: string;
|
|
4789
|
+
};
|
|
4790
|
+
};
|
|
4791
|
+
text: {
|
|
4792
|
+
label: string;
|
|
4793
|
+
placeholder: string;
|
|
4794
|
+
validation: {
|
|
4795
|
+
required: string;
|
|
4796
|
+
};
|
|
4797
|
+
};
|
|
4798
|
+
boolean: {
|
|
4799
|
+
label: string;
|
|
4800
|
+
placeholder: string;
|
|
4801
|
+
options: {
|
|
4802
|
+
true: string;
|
|
4803
|
+
false: string;
|
|
4804
|
+
};
|
|
4805
|
+
};
|
|
4806
|
+
numeric: {
|
|
4807
|
+
label: string;
|
|
4808
|
+
placeholder: string;
|
|
4809
|
+
validation: {
|
|
4810
|
+
required: string;
|
|
4811
|
+
invalid: string;
|
|
4812
|
+
equal: string;
|
|
4813
|
+
greaterThan: string;
|
|
4814
|
+
};
|
|
4815
|
+
range: {
|
|
4816
|
+
leftLabel: string;
|
|
4817
|
+
rightLabel: string;
|
|
4818
|
+
};
|
|
4819
|
+
};
|
|
4820
|
+
datetime: {
|
|
4821
|
+
dateLabel: string;
|
|
4822
|
+
datePlaceholder: string;
|
|
4823
|
+
timeLabel: string;
|
|
4824
|
+
timePlaceholder: string;
|
|
4825
|
+
startDateLabel: string;
|
|
4826
|
+
startDatePlaceholder: string;
|
|
4827
|
+
startTimeLabel: string;
|
|
4828
|
+
startTimePlaceholder: string;
|
|
4829
|
+
endDateLabel: string;
|
|
4830
|
+
endDatePlaceholder: string;
|
|
4831
|
+
endTimeLabel: string;
|
|
4832
|
+
endTimePlaceholder: string;
|
|
4833
|
+
validation: {
|
|
4834
|
+
required: string;
|
|
4835
|
+
invalidInterval: string;
|
|
4836
|
+
};
|
|
4837
|
+
};
|
|
4838
|
+
};
|
|
4839
|
+
delete: {
|
|
4840
|
+
ariaLabel: string;
|
|
4841
|
+
tooltip: string;
|
|
4842
|
+
dialogTitle: string;
|
|
4843
|
+
dialogMessage: string;
|
|
4844
|
+
dialogConfirm: string;
|
|
4845
|
+
dialogCancel: string;
|
|
4846
|
+
dialogCloseTooltip: string;
|
|
4847
|
+
};
|
|
4848
|
+
};
|
|
4849
|
+
group: {
|
|
4850
|
+
delete: {
|
|
4851
|
+
ariaLabel: string;
|
|
4852
|
+
tooltip: string;
|
|
4853
|
+
dialogTitle: string;
|
|
4854
|
+
dialogMessage: string;
|
|
4855
|
+
dialogConfirm: string;
|
|
4856
|
+
dialogCancel: string;
|
|
4857
|
+
dialogCloseTooltip: string;
|
|
4858
|
+
};
|
|
4859
|
+
reset: {
|
|
4860
|
+
ariaLabel: string;
|
|
4861
|
+
tooltip: string;
|
|
4862
|
+
dialogTitle: string;
|
|
4863
|
+
dialogMessage: string;
|
|
4864
|
+
dialogConfirm: string;
|
|
4865
|
+
dialogCancel: string;
|
|
4866
|
+
dialogCloseTooltip: string;
|
|
4867
|
+
};
|
|
4868
|
+
addRule: {
|
|
4869
|
+
label: string;
|
|
4870
|
+
};
|
|
4871
|
+
addGroup: {
|
|
4872
|
+
label: string;
|
|
4873
|
+
};
|
|
4874
|
+
};
|
|
4875
|
+
empty: {
|
|
4876
|
+
title: string;
|
|
4877
|
+
createCondition: string;
|
|
4878
|
+
createGroup: string;
|
|
4879
|
+
spacer: string;
|
|
4880
|
+
};
|
|
4881
|
+
};
|
|
4882
|
+
|
|
4883
|
+
export declare const hvQueryBuilderDefaultOperators: {
|
|
4884
|
+
numeric: {
|
|
4885
|
+
operator: string;
|
|
4886
|
+
label: string;
|
|
4887
|
+
combinators: string[];
|
|
4888
|
+
}[];
|
|
4889
|
+
text: {
|
|
4890
|
+
operator: string;
|
|
4891
|
+
label: string;
|
|
4892
|
+
combinators: string[];
|
|
4893
|
+
}[];
|
|
4894
|
+
textarea: {
|
|
4895
|
+
operator: string;
|
|
4896
|
+
label: string;
|
|
4897
|
+
combinators: string[];
|
|
4898
|
+
}[];
|
|
4899
|
+
boolean: {
|
|
4900
|
+
operator: string;
|
|
4901
|
+
label: string;
|
|
4902
|
+
combinators: string[];
|
|
4903
|
+
}[];
|
|
4904
|
+
dateandtime: {
|
|
4905
|
+
operator: string;
|
|
4906
|
+
label: string;
|
|
4907
|
+
combinators: string[];
|
|
4908
|
+
}[];
|
|
4909
|
+
};
|
|
4910
|
+
|
|
4911
|
+
export declare interface HvQueryBuilderLabels {
|
|
4912
|
+
query?: {
|
|
4913
|
+
delete?: {
|
|
4914
|
+
ariaLabel: string;
|
|
4915
|
+
tooltip?: string;
|
|
4916
|
+
} & DialogLabels;
|
|
4917
|
+
addRule?: {
|
|
4918
|
+
label: string;
|
|
4919
|
+
};
|
|
4920
|
+
addGroup?: {
|
|
4921
|
+
label: string;
|
|
4922
|
+
};
|
|
4923
|
+
};
|
|
4924
|
+
rule: {
|
|
4925
|
+
attribute: {
|
|
4926
|
+
exists: string;
|
|
4927
|
+
label: string;
|
|
4928
|
+
placeholder: string;
|
|
4929
|
+
};
|
|
4930
|
+
operator: {
|
|
4931
|
+
label: string;
|
|
4932
|
+
placeholder: string;
|
|
4933
|
+
};
|
|
4934
|
+
value: {
|
|
4935
|
+
distance: {
|
|
4936
|
+
label: string;
|
|
4937
|
+
placeholder?: string;
|
|
4938
|
+
connectorText: string;
|
|
4939
|
+
button: string;
|
|
4940
|
+
validation: {
|
|
4941
|
+
required: string;
|
|
4942
|
+
invalid: string;
|
|
4943
|
+
};
|
|
4944
|
+
};
|
|
4945
|
+
text: {
|
|
4946
|
+
label: string;
|
|
4947
|
+
placeholder: string;
|
|
4948
|
+
validation: {
|
|
4949
|
+
required: string;
|
|
4950
|
+
};
|
|
4951
|
+
};
|
|
4952
|
+
boolean: {
|
|
4953
|
+
label: string;
|
|
4954
|
+
placeholder: string;
|
|
4955
|
+
options: Record<string, string>;
|
|
4956
|
+
};
|
|
4957
|
+
numeric: {
|
|
4958
|
+
label: string;
|
|
4959
|
+
placeholder: string;
|
|
4960
|
+
validation: {
|
|
4961
|
+
required: string;
|
|
4962
|
+
invalid: string;
|
|
4963
|
+
equal: string;
|
|
4964
|
+
greaterThan: string;
|
|
4965
|
+
};
|
|
4966
|
+
range: {
|
|
4967
|
+
leftLabel: string;
|
|
4968
|
+
rightLabel: string;
|
|
4969
|
+
};
|
|
4970
|
+
};
|
|
4971
|
+
datetime: {
|
|
4972
|
+
dateLabel: string;
|
|
4973
|
+
datePlaceholder: string;
|
|
4974
|
+
timeLabel: string;
|
|
4975
|
+
timePlaceholder: string;
|
|
4976
|
+
startDateLabel: string;
|
|
4977
|
+
startDatePlaceholder: string;
|
|
4978
|
+
startTimeLabel: string;
|
|
4979
|
+
startTimePlaceholder: string;
|
|
4980
|
+
endDateLabel: string;
|
|
4981
|
+
endDatePlaceholder: string;
|
|
4982
|
+
endTimeLabel: string;
|
|
4983
|
+
endTimePlaceholder: string;
|
|
4984
|
+
validation: {
|
|
4985
|
+
required: string;
|
|
4986
|
+
invalidInterval: string;
|
|
4987
|
+
};
|
|
4988
|
+
};
|
|
4989
|
+
};
|
|
4990
|
+
delete: {
|
|
4991
|
+
ariaLabel: string;
|
|
4992
|
+
tooltip?: string;
|
|
4993
|
+
} & DialogLabels;
|
|
4994
|
+
};
|
|
4995
|
+
group: {
|
|
4996
|
+
delete: {
|
|
4997
|
+
ariaLabel: string;
|
|
4998
|
+
tooltip?: string;
|
|
4999
|
+
} & DialogLabels;
|
|
5000
|
+
reset: {
|
|
5001
|
+
ariaLabel: string;
|
|
5002
|
+
tooltip?: string;
|
|
5003
|
+
} & DialogLabels;
|
|
5004
|
+
addRule: {
|
|
5005
|
+
label: string;
|
|
5006
|
+
};
|
|
5007
|
+
addGroup: {
|
|
5008
|
+
label: string;
|
|
5009
|
+
};
|
|
5010
|
+
};
|
|
5011
|
+
empty: {
|
|
5012
|
+
title: string;
|
|
5013
|
+
createCondition: string;
|
|
5014
|
+
createGroup: string;
|
|
5015
|
+
spacer: string;
|
|
5016
|
+
};
|
|
5017
|
+
}
|
|
5018
|
+
|
|
5019
|
+
export declare interface HvQueryBuilderNumericRange {
|
|
5020
|
+
from: number | string;
|
|
5021
|
+
to: number | string;
|
|
5022
|
+
}
|
|
5023
|
+
|
|
4749
5024
|
export declare interface HvQueryBuilderProps {
|
|
4750
|
-
attributes?: Record<string,
|
|
5025
|
+
attributes?: Record<string, HvQueryBuilderAttribute>;
|
|
4751
5026
|
/**
|
|
4752
5027
|
* The query rules operators by attribute type and combinator.
|
|
4753
5028
|
*/
|
|
4754
|
-
operators?: Record<string,
|
|
5029
|
+
operators?: Record<string, HvQueryBuilderQueryOperator[]>;
|
|
4755
5030
|
/**
|
|
4756
5031
|
* The query combinators operands.
|
|
4757
5032
|
*/
|
|
4758
|
-
combinators?:
|
|
5033
|
+
combinators?: HvQueryBuilderQueryCombinator[];
|
|
4759
5034
|
/**
|
|
4760
5035
|
* The initial query representation.
|
|
4761
5036
|
*/
|
|
4762
|
-
query?:
|
|
5037
|
+
query?: HvQueryBuilderQuery;
|
|
4763
5038
|
/**
|
|
4764
5039
|
* Callback fired when query changes.
|
|
4765
|
-
* @param
|
|
5040
|
+
* @param value - the query representation.
|
|
4766
5041
|
*/
|
|
4767
|
-
onChange?: (value:
|
|
5042
|
+
onChange?: (value: HvQueryBuilderQuery) => void;
|
|
4768
5043
|
/**
|
|
4769
5044
|
* Max depth of nested query groups.
|
|
4770
5045
|
*/
|
|
@@ -4772,7 +5047,7 @@ export declare interface HvQueryBuilderProps {
|
|
|
4772
5047
|
/**
|
|
4773
5048
|
* An object containing all the labels.
|
|
4774
5049
|
*/
|
|
4775
|
-
labels?:
|
|
5050
|
+
labels?: HvQueryBuilderLabels;
|
|
4776
5051
|
/**
|
|
4777
5052
|
* A flag indicating if the Query Builder is in read only mode.
|
|
4778
5053
|
*/
|
|
@@ -4784,6 +5059,32 @@ export declare interface HvQueryBuilderProps {
|
|
|
4784
5059
|
classes?: HvQueryBuilderClasses;
|
|
4785
5060
|
}
|
|
4786
5061
|
|
|
5062
|
+
export declare interface HvQueryBuilderQuery {
|
|
5063
|
+
id?: number;
|
|
5064
|
+
combinator: string;
|
|
5065
|
+
rules: Array<HvQueryBuilderQueryRule>;
|
|
5066
|
+
}
|
|
5067
|
+
|
|
5068
|
+
export declare interface HvQueryBuilderQueryCombinator {
|
|
5069
|
+
operand: string;
|
|
5070
|
+
label: string;
|
|
5071
|
+
}
|
|
5072
|
+
|
|
5073
|
+
export declare interface HvQueryBuilderQueryOperator {
|
|
5074
|
+
operator: string;
|
|
5075
|
+
label: string;
|
|
5076
|
+
combinators: string[];
|
|
5077
|
+
}
|
|
5078
|
+
|
|
5079
|
+
export declare interface HvQueryBuilderQueryRule {
|
|
5080
|
+
id?: number | string;
|
|
5081
|
+
attribute?: string;
|
|
5082
|
+
operator?: string;
|
|
5083
|
+
value?: HvQueryBuilderQueryRuleValue;
|
|
5084
|
+
}
|
|
5085
|
+
|
|
5086
|
+
export declare type HvQueryBuilderQueryRuleValue = string | number | boolean | HvQueryBuilderNumericRange | HvQueryBuilderDateTimeStrings | HvQueryBuilderDateTimeRange;
|
|
5087
|
+
|
|
4787
5088
|
/**
|
|
4788
5089
|
* A Radio Button is a mechanism that allows user to select just an option from a group of options.
|
|
4789
5090
|
*
|
|
@@ -4793,7 +5094,7 @@ export declare interface HvQueryBuilderProps {
|
|
|
4793
5094
|
* Individual use of radio buttons, at least uncontrolled, is unadvised as React state management doesn't
|
|
4794
5095
|
* respond to the browser's native management of radio inputs checked state.
|
|
4795
5096
|
*/
|
|
4796
|
-
export declare const HvRadio:
|
|
5097
|
+
export declare const HvRadio: React_2.ForwardRefExoticComponent<Omit<HvRadioProps, "ref"> & React_2.RefAttributes<HTMLButtonElement>>;
|
|
4797
5098
|
|
|
4798
5099
|
export declare type HvRadioClasses = ExtractNames<typeof useClasses_60>;
|
|
4799
5100
|
|
|
@@ -4802,7 +5103,7 @@ export declare type HvRadioClasses = ExtractNames<typeof useClasses_60>;
|
|
|
4802
5103
|
*
|
|
4803
5104
|
* A radio group is a type of selection list that can only have a single entry checked at any one time.
|
|
4804
5105
|
*/
|
|
4805
|
-
export declare const HvRadioGroup:
|
|
5106
|
+
export declare const HvRadioGroup: ForwardRefExoticComponent<HvRadioGroupProps & RefAttributes<HTMLDivElement>>;
|
|
4806
5107
|
|
|
4807
5108
|
export declare type HvRadioGroupClasses = ExtractNames<typeof useClasses_65>;
|
|
4808
5109
|
|
|
@@ -5113,13 +5414,39 @@ export declare interface HvScrollToVerticalProps extends HvBaseProps<HTMLOListEl
|
|
|
5113
5414
|
classes?: HvScrollToVerticalClasses;
|
|
5114
5415
|
}
|
|
5115
5416
|
|
|
5417
|
+
/**
|
|
5418
|
+
* Sections allow grouping information on a page under the same topic.
|
|
5419
|
+
*/
|
|
5420
|
+
export declare const HvSection: (props: HvSectionProps) => JSX_2.Element;
|
|
5421
|
+
|
|
5422
|
+
export declare type HvSectionClasses = ExtractNames<typeof useClasses_119>;
|
|
5423
|
+
|
|
5424
|
+
export declare interface HvSectionProps extends Omit<HvBaseProps<HTMLDivElement>, "title"> {
|
|
5425
|
+
/** The title of the section */
|
|
5426
|
+
title?: React.ReactNode;
|
|
5427
|
+
/** Whether or not the section is expandable. */
|
|
5428
|
+
expandable?: boolean;
|
|
5429
|
+
/** Whether the section is open or not, if this property is defined the accordion must be fully controlled. */
|
|
5430
|
+
expanded?: boolean;
|
|
5431
|
+
/** When uncontrolled, defines the initial expanded state. */
|
|
5432
|
+
defaultExpanded?: boolean;
|
|
5433
|
+
/** Section actions */
|
|
5434
|
+
actions?: React.ReactNode;
|
|
5435
|
+
/** Section onExpand callback */
|
|
5436
|
+
onToggle?: (event: React.MouseEventHandler<HTMLButtonElement>, open: boolean) => void;
|
|
5437
|
+
/** Props to be passed to the expand button */
|
|
5438
|
+
expandButtonProps?: HvButtonProps;
|
|
5439
|
+
/** A Jss Object used to override or extend the styles applied to the empty state component. */
|
|
5440
|
+
classes?: HvSectionClasses;
|
|
5441
|
+
}
|
|
5442
|
+
|
|
5116
5443
|
/**
|
|
5117
5444
|
* Allows the user to select one or more items from a list of choices.
|
|
5118
5445
|
*
|
|
5119
5446
|
* Although it supports multi-selection, DS recommends the use of a selection list
|
|
5120
5447
|
* when it’s clear that the user can only select just one option from the range provided.
|
|
5121
5448
|
*/
|
|
5122
|
-
export declare const HvSelectionList:
|
|
5449
|
+
export declare const HvSelectionList: React_2.ForwardRefExoticComponent<HvSelectionListProps & React_2.RefAttributes<HTMLUListElement>>;
|
|
5123
5450
|
|
|
5124
5451
|
export declare type HvSelectionListClasses = ExtractNames<typeof useClasses_11>;
|
|
5125
5452
|
|
|
@@ -5220,7 +5547,7 @@ export { HvSize }
|
|
|
5220
5547
|
/**
|
|
5221
5548
|
* Sliders reflect a range of values along a bar, from which users may select a single value. They are ideal for adjusting settings such as volume, brightness, or applying image filters.
|
|
5222
5549
|
*/
|
|
5223
|
-
export declare const HvSlider:
|
|
5550
|
+
export declare const HvSlider: React_2.ForwardRefExoticComponent<HvSliderProps & React_2.RefAttributes<SliderRef>>;
|
|
5224
5551
|
|
|
5225
5552
|
export declare type HvSliderClasses = ExtractNames<typeof useClasses_104>;
|
|
5226
5553
|
|
|
@@ -5516,7 +5843,7 @@ export declare type HvSupportColors = Record<HvSupportColorKeys, string>;
|
|
|
5516
5843
|
* Use when two states are <b>opposite</b> and to trigger immediate
|
|
5517
5844
|
* changes in the system.
|
|
5518
5845
|
*/
|
|
5519
|
-
export declare const HvSwitch:
|
|
5846
|
+
export declare const HvSwitch: React_2.ForwardRefExoticComponent<Omit<HvSwitchProps, "ref"> & React_2.RefAttributes<HTMLButtonElement>>;
|
|
5520
5847
|
|
|
5521
5848
|
export declare type HvSwitchClasses = ExtractNames<typeof useClasses_59>;
|
|
5522
5849
|
|
|
@@ -6021,7 +6348,7 @@ export declare interface HvTagProps extends Omit<ChipProps, "color" | "classes">
|
|
|
6021
6348
|
/**
|
|
6022
6349
|
* A tags input is a single or multiline control that allows the input of tags.
|
|
6023
6350
|
*/
|
|
6024
|
-
export declare const HvTagsInput:
|
|
6351
|
+
export declare const HvTagsInput: React_2.ForwardRefExoticComponent<HvTagsInputProps & React_2.RefAttributes<HTMLUListElement>>;
|
|
6025
6352
|
|
|
6026
6353
|
export declare type HvTagsInputClasses = ExtractNames<typeof useClasses_62>;
|
|
6027
6354
|
|
|
@@ -6279,7 +6606,7 @@ export declare type HvTimeAgoProps<C extends React.ElementType = "p"> = Polymorp
|
|
|
6279
6606
|
/**
|
|
6280
6607
|
* A Time Picker allows the user to choose a specific time or a time range.
|
|
6281
6608
|
*/
|
|
6282
|
-
export declare const HvTimePicker:
|
|
6609
|
+
export declare const HvTimePicker: ForwardRefExoticComponent<HvTimePickerProps & RefAttributes<HTMLDivElement>>;
|
|
6283
6610
|
|
|
6284
6611
|
export declare type HvTimePickerClasses = ExtractNames<typeof useClasses_118>;
|
|
6285
6612
|
|
|
@@ -7134,11 +7461,6 @@ export declare type NavigationMode = "treeview" | "navigation" | "slider";
|
|
|
7134
7461
|
|
|
7135
7462
|
export declare const normalizeProgressBar: (value: number, max: number) => number;
|
|
7136
7463
|
|
|
7137
|
-
declare interface NumericRange {
|
|
7138
|
-
from: number | string;
|
|
7139
|
-
to: number | string;
|
|
7140
|
-
}
|
|
7141
|
-
|
|
7142
7464
|
export declare const outlineStyles: {
|
|
7143
7465
|
outlineColor: string;
|
|
7144
7466
|
outlineStyle: string;
|
|
@@ -7204,12 +7526,6 @@ export declare const progressBarClasses: {
|
|
|
7204
7526
|
|
|
7205
7527
|
declare type PropsToOmit<C extends React.ElementType, P> = keyof (AsProp<C> & P);
|
|
7206
7528
|
|
|
7207
|
-
declare interface Query {
|
|
7208
|
-
id?: number;
|
|
7209
|
-
combinator: string;
|
|
7210
|
-
rules: Array<QueryRule>;
|
|
7211
|
-
}
|
|
7212
|
-
|
|
7213
7529
|
export declare const queryBuilderClasses: {
|
|
7214
7530
|
root: "HvQueryBuilder-root";
|
|
7215
7531
|
topGroup: "HvQueryBuilder-topGroup";
|
|
@@ -7228,134 +7544,6 @@ export declare const queryBuilderClasses: {
|
|
|
7228
7544
|
buttonBackground: "HvQueryBuilder-buttonBackground";
|
|
7229
7545
|
};
|
|
7230
7546
|
|
|
7231
|
-
declare interface QueryBuilderLabels {
|
|
7232
|
-
query?: {
|
|
7233
|
-
delete?: {
|
|
7234
|
-
ariaLabel: string;
|
|
7235
|
-
tooltip?: string;
|
|
7236
|
-
} & DialogLabels;
|
|
7237
|
-
addRule?: {
|
|
7238
|
-
label: string;
|
|
7239
|
-
};
|
|
7240
|
-
addGroup?: {
|
|
7241
|
-
label: string;
|
|
7242
|
-
};
|
|
7243
|
-
};
|
|
7244
|
-
rule: {
|
|
7245
|
-
attribute: {
|
|
7246
|
-
exists: string;
|
|
7247
|
-
label: string;
|
|
7248
|
-
placeholder: string;
|
|
7249
|
-
};
|
|
7250
|
-
operator: {
|
|
7251
|
-
label: string;
|
|
7252
|
-
placeholder: string;
|
|
7253
|
-
};
|
|
7254
|
-
value: {
|
|
7255
|
-
distance: {
|
|
7256
|
-
label: string;
|
|
7257
|
-
placeholder?: string;
|
|
7258
|
-
connectorText: string;
|
|
7259
|
-
button: string;
|
|
7260
|
-
validation: {
|
|
7261
|
-
required: string;
|
|
7262
|
-
invalid: string;
|
|
7263
|
-
};
|
|
7264
|
-
};
|
|
7265
|
-
text: {
|
|
7266
|
-
label: string;
|
|
7267
|
-
placeholder: string;
|
|
7268
|
-
validation: {
|
|
7269
|
-
required: string;
|
|
7270
|
-
};
|
|
7271
|
-
};
|
|
7272
|
-
boolean: {
|
|
7273
|
-
label: string;
|
|
7274
|
-
placeholder: string;
|
|
7275
|
-
options: Record<string, string>;
|
|
7276
|
-
};
|
|
7277
|
-
numeric: {
|
|
7278
|
-
label: string;
|
|
7279
|
-
placeholder: string;
|
|
7280
|
-
validation: {
|
|
7281
|
-
required: string;
|
|
7282
|
-
invalid: string;
|
|
7283
|
-
equal: string;
|
|
7284
|
-
greaterThan: string;
|
|
7285
|
-
};
|
|
7286
|
-
range: {
|
|
7287
|
-
leftLabel: string;
|
|
7288
|
-
rightLabel: string;
|
|
7289
|
-
};
|
|
7290
|
-
};
|
|
7291
|
-
datetime: {
|
|
7292
|
-
dateLabel: string;
|
|
7293
|
-
datePlaceholder: string;
|
|
7294
|
-
timeLabel: string;
|
|
7295
|
-
timePlaceholder: string;
|
|
7296
|
-
startDateLabel: string;
|
|
7297
|
-
startDatePlaceholder: string;
|
|
7298
|
-
startTimeLabel: string;
|
|
7299
|
-
startTimePlaceholder: string;
|
|
7300
|
-
endDateLabel: string;
|
|
7301
|
-
endDatePlaceholder: string;
|
|
7302
|
-
endTimeLabel: string;
|
|
7303
|
-
endTimePlaceholder: string;
|
|
7304
|
-
validation: {
|
|
7305
|
-
required: string;
|
|
7306
|
-
invalidInterval: string;
|
|
7307
|
-
};
|
|
7308
|
-
};
|
|
7309
|
-
};
|
|
7310
|
-
delete: {
|
|
7311
|
-
ariaLabel: string;
|
|
7312
|
-
tooltip?: string;
|
|
7313
|
-
} & DialogLabels;
|
|
7314
|
-
};
|
|
7315
|
-
group: {
|
|
7316
|
-
delete: {
|
|
7317
|
-
ariaLabel: string;
|
|
7318
|
-
tooltip?: string;
|
|
7319
|
-
} & DialogLabels;
|
|
7320
|
-
reset: {
|
|
7321
|
-
ariaLabel: string;
|
|
7322
|
-
tooltip?: string;
|
|
7323
|
-
} & DialogLabels;
|
|
7324
|
-
addRule: {
|
|
7325
|
-
label: string;
|
|
7326
|
-
};
|
|
7327
|
-
addGroup: {
|
|
7328
|
-
label: string;
|
|
7329
|
-
};
|
|
7330
|
-
};
|
|
7331
|
-
empty: {
|
|
7332
|
-
title: string;
|
|
7333
|
-
createCondition: string;
|
|
7334
|
-
createGroup: string;
|
|
7335
|
-
spacer: string;
|
|
7336
|
-
};
|
|
7337
|
-
}
|
|
7338
|
-
|
|
7339
|
-
declare interface QueryCombinator {
|
|
7340
|
-
operand: string;
|
|
7341
|
-
label: string;
|
|
7342
|
-
}
|
|
7343
|
-
|
|
7344
|
-
declare interface QueryOperator {
|
|
7345
|
-
operator: string;
|
|
7346
|
-
label: string;
|
|
7347
|
-
combinators: string[];
|
|
7348
|
-
}
|
|
7349
|
-
|
|
7350
|
-
declare interface QueryRule {
|
|
7351
|
-
id?: number | string;
|
|
7352
|
-
attribute?: string;
|
|
7353
|
-
operator?: string;
|
|
7354
|
-
value?: QueryRuleValue;
|
|
7355
|
-
}
|
|
7356
|
-
|
|
7357
|
-
declare type QueryRuleValue = string | number | boolean | NumericRange | DateTimeStrings | DateTimeRange;
|
|
7358
|
-
|
|
7359
7547
|
export declare const radioClasses: {
|
|
7360
7548
|
label: "HvRadio-label";
|
|
7361
7549
|
root: "HvRadio-root";
|
|
@@ -7410,6 +7598,14 @@ export declare const scrollToVerticalClasses: {
|
|
|
7410
7598
|
positionAbsolute: "HvScrollToVertical-positionAbsolute";
|
|
7411
7599
|
};
|
|
7412
7600
|
|
|
7601
|
+
export declare const sectionClasses: {
|
|
7602
|
+
hidden: "HvSection-hidden";
|
|
7603
|
+
content: "HvSection-content";
|
|
7604
|
+
header: "HvSection-header";
|
|
7605
|
+
root: "HvSection-root";
|
|
7606
|
+
actions: "HvSection-actions";
|
|
7607
|
+
};
|
|
7608
|
+
|
|
7413
7609
|
export declare const selectionListClasses: {
|
|
7414
7610
|
label: "HvSelectionList-label";
|
|
7415
7611
|
root: "HvSelectionList-root";
|
|
@@ -7739,10 +7935,10 @@ export declare const treeViewItemClasses: {
|
|
|
7739
7935
|
node: "HvVerticalNavigationTreeViewItem-node";
|
|
7740
7936
|
focused: "HvVerticalNavigationTreeViewItem-focused";
|
|
7741
7937
|
selectable: "HvVerticalNavigationTreeViewItem-selectable";
|
|
7938
|
+
expandable: "HvVerticalNavigationTreeViewItem-expandable";
|
|
7742
7939
|
labelIcon: "HvVerticalNavigationTreeViewItem-labelIcon";
|
|
7743
7940
|
collapsed: "HvVerticalNavigationTreeViewItem-collapsed";
|
|
7744
7941
|
minimized: "HvVerticalNavigationTreeViewItem-minimized";
|
|
7745
|
-
expandable: "HvVerticalNavigationTreeViewItem-expandable";
|
|
7746
7942
|
unselected: "HvVerticalNavigationTreeViewItem-unselected";
|
|
7747
7943
|
labelExpandable: "HvVerticalNavigationTreeViewItem-labelExpandable";
|
|
7748
7944
|
};
|
|
@@ -7889,7 +8085,7 @@ declare const useClasses_102: (classesProp?: Partial<Record<"root", string>>, ad
|
|
|
7889
8085
|
cx: (...args: any) => string;
|
|
7890
8086
|
};
|
|
7891
8087
|
|
|
7892
|
-
declare const useClasses_103: (classesProp?: Partial<Record<"content" | "unselectable" | "link" | "label" | "group" | "hide" | "expanded" | "disabled" | "selected" | "node" | "focused" | "selectable" | "
|
|
8088
|
+
declare const useClasses_103: (classesProp?: Partial<Record<"content" | "unselectable" | "link" | "label" | "group" | "hide" | "expanded" | "disabled" | "selected" | "node" | "focused" | "selectable" | "expandable" | "labelIcon" | "collapsed" | "minimized" | "unselected" | "labelExpandable", string>>, addStatic?: boolean) => {
|
|
7893
8089
|
classes: {
|
|
7894
8090
|
content: string;
|
|
7895
8091
|
unselectable: string;
|
|
@@ -7903,10 +8099,10 @@ declare const useClasses_103: (classesProp?: Partial<Record<"content" | "unselec
|
|
|
7903
8099
|
node: string;
|
|
7904
8100
|
focused: string;
|
|
7905
8101
|
selectable: string;
|
|
8102
|
+
expandable: string;
|
|
7906
8103
|
labelIcon: string;
|
|
7907
8104
|
collapsed: string;
|
|
7908
8105
|
minimized: string;
|
|
7909
|
-
expandable: string;
|
|
7910
8106
|
unselected: string;
|
|
7911
8107
|
labelExpandable: string;
|
|
7912
8108
|
};
|
|
@@ -8229,6 +8425,21 @@ declare const useClasses_118: (classesProp?: Partial<Record<"placeholder" | "lab
|
|
|
8229
8425
|
cx: (...args: any) => string;
|
|
8230
8426
|
};
|
|
8231
8427
|
|
|
8428
|
+
declare const useClasses_119: (classesProp?: Partial<Record<"hidden" | "content" | "header" | "root" | "actions", string>>, addStatic?: boolean) => {
|
|
8429
|
+
classes: {
|
|
8430
|
+
hidden: string;
|
|
8431
|
+
content: string;
|
|
8432
|
+
header: string;
|
|
8433
|
+
root: string;
|
|
8434
|
+
actions: string;
|
|
8435
|
+
};
|
|
8436
|
+
css: {
|
|
8437
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
8438
|
+
(...args: CSSInterpolation[]): string;
|
|
8439
|
+
};
|
|
8440
|
+
cx: (...args: any) => string;
|
|
8441
|
+
};
|
|
8442
|
+
|
|
8232
8443
|
declare const useClasses_12: (classesProp?: Partial<Record<"root" | "popper" | "list", string>>, addStatic?: boolean) => {
|
|
8233
8444
|
classes: {
|
|
8234
8445
|
root: string;
|