dfh-ui-library 1.13.28 → 1.13.30

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,63 +1,64 @@
1
- import "../index.css";
2
- export { default as Button } from "./Button";
3
- export { default as Typhography } from "./Typhography";
4
- export { default as TyphographyFormGen } from "./TyphographyFormGen";
5
- export { Input, Select, CheckBox, Label, InputValidation, Textarea, RadioButton, IconInput, ImageInput, } from "./FormElements";
6
- export { default as Card } from "./Card";
7
- export { default as ComponentProvider } from "./ComponentProvider";
8
- export { default as Logo } from "./Logo";
9
- export { default as LoadingSpinner } from "./LoadingSpinner";
10
- export { default as NavBar } from "./NavBar";
11
- export { default as Message } from "./Message";
12
- export { default as Breadcrumb } from "./Breadcrumb";
13
- export { default as ImagePreview } from "./ImagePreview";
14
- export { default as DatePicker } from "./Datepicker";
15
- export { default as InputDatePicker } from "./InputDatepicker";
16
- export { Row } from "./core";
17
- export { PhoneNumberInput, PhoneNumberInput2, PhoneNumberInput3 } from "./PhoneNumberInput";
18
- export { Tooltip } from "./Tooltip";
19
- export { default as DialogBox } from "../components/core/DialogBox";
20
- export { default as Modal } from "../components/Modal";
21
- export { default as CustomFileInput } from "./CustomFileInput";
22
- export { Heading } from "./core/Heading";
23
- export { default as TagDropdown } from "./TagSelect";
24
- export { default as SearchDropdownWithButton } from "./SearchDropdownWithButton";
25
- export { default as ButtonGroup } from "./ButtonGroup";
26
- export { default as TagSelect } from "./TagSelect";
27
- export { default as Icon } from "./Media/Icon";
28
- export { Table } from "./Gird";
29
- export { Tab, TabList, TabPanel } from "./Tab";
30
- export { default as PanelCard } from "./PanelCard";
31
- export { default as ProgressBar } from "./ProgressBar";
32
- export { default as Stepper } from "./Stepper";
33
- export { default as InfoCard } from "./InfoCard";
34
- export { default as InputsGroup } from "./InputsGroup";
35
- export { default as ButtonGroupWithInputs } from "./ButtonGroupWithInputs";
36
- export { default as ButtonGroupWithUpload } from "./ButtonGroupWithUpload";
37
- export { default as ButtonGroupFormGen } from "./ButtonGroupFormGen";
38
- export { default as ButtonGroupWithInputsFormGen } from "./ButtonGroupWithInputsFormGen";
39
- export { default as DynamicDualInputTextGroupFormGen } from "./DynamicDualInputTextGroupFormGen";
40
- export { default as FilterButtonGroup } from "./FilterButtonGroup";
41
- export { IndeterminateCheckbox } from "./Gird";
42
- export { SelectUserWithButton } from "./SelectDropdownUser";
43
- export { default as Timeline } from "./Timeline";
44
- export { default as HistoryDetails } from "./History";
45
- export { default as NoteEditor } from "./NotesEditor";
46
- export { default as VersionDateDropdown } from "./VersionDateDropdown";
47
- export { default as SortDropdown } from "./SortDropdown";
48
- export { default as PreviousDataBadge } from "./PreviousDataBadge";
49
- export { default as ListRow } from "./ListRow";
50
- export { default as Typho } from "./Typho";
51
- export { default as Spinner } from "./Gird/Spinner";
52
- export { default as Badge } from "./Badge";
53
- export { default as RegularDropdown } from "./RegularDropdown";
54
- export { default as SideBarListView } from "./SideBarListView";
55
- export { default as TabButton } from "./TabButton";
56
- export { default as TooltipWithChildren } from "./Tooltip/TooltipWithChildren";
57
- export { default as Signature } from "./Signature";
58
- export { default as ButtonGroupMultiSelect } from "./ButtonGroup/ButtonGroupMultiSelect";
59
- export { default as CheckBoxComponent } from "./FilterButtonGroup/Checkbox";
60
- export { default as Todos } from "./SideBarListView/todos";
61
- export { default as UrgentChallenges } from "./SideBarListView/urgentChallenges";
62
- export { default as SsnInput } from "./SsnInput";
63
- export { default as MultiSelectFormGen } from "./MultiSelectFormGen";
1
+ import '../index.css';
2
+ export { default as Button } from './Button';
3
+ export { default as Typhography } from './Typhography';
4
+ export { default as TyphographyFormGen } from './TyphographyFormGen';
5
+ export { Input, Select, CheckBox, Label, InputValidation, Textarea, RadioButton, IconInput, ImageInput, } from './FormElements';
6
+ export { default as Card } from './Card';
7
+ export { default as ComponentProvider } from './ComponentProvider';
8
+ export { default as Logo } from './Logo';
9
+ export { default as LoadingSpinner } from './LoadingSpinner';
10
+ export { default as NavBar } from './NavBar';
11
+ export { default as Message } from './Message';
12
+ export { default as Breadcrumb } from './Breadcrumb';
13
+ export { default as ImagePreview } from './ImagePreview';
14
+ export { default as DatePicker } from './Datepicker';
15
+ export { default as InputDatePicker } from './InputDatepicker';
16
+ export { Row } from './core';
17
+ export { PhoneNumberInput, PhoneNumberInput2, PhoneNumberInput3, } from './PhoneNumberInput';
18
+ export { Tooltip } from './Tooltip';
19
+ export { default as DialogBox } from '../components/core/DialogBox';
20
+ export { default as Modal } from '../components/Modal';
21
+ export { default as CustomFileInput } from './CustomFileInput';
22
+ export { Heading } from './core/Heading';
23
+ export { default as TagDropdown } from './TagSelect';
24
+ export { default as SearchDropdownWithButton } from './SearchDropdownWithButton';
25
+ export { default as ButtonGroup } from './ButtonGroup';
26
+ export { default as TagSelect } from './TagSelect';
27
+ export { default as Icon } from './Media/Icon';
28
+ export { Table } from './Gird';
29
+ export { Tab, TabList, TabPanel } from './Tab';
30
+ export { default as PanelCard } from './PanelCard';
31
+ export { default as ProgressBar } from './ProgressBar';
32
+ export { default as Stepper } from './Stepper';
33
+ export { default as InfoCard } from './InfoCard';
34
+ export { default as InputsGroup } from './InputsGroup';
35
+ export { default as ButtonGroupWithInputs } from './ButtonGroupWithInputs';
36
+ export { default as ButtonGroupWithUpload } from './ButtonGroupWithUpload';
37
+ export { default as ButtonGroupFormGen } from './ButtonGroupFormGen';
38
+ export { default as ButtonGroupWithInputsFormGen } from './ButtonGroupWithInputsFormGen';
39
+ export { default as DynamicDualInputTextGroupFormGen } from './DynamicDualInputTextGroupFormGen';
40
+ export { default as FilterButtonGroup } from './FilterButtonGroup';
41
+ export { IndeterminateCheckbox } from './Gird';
42
+ export { SelectUserWithButton } from './SelectDropdownUser';
43
+ export { default as Timeline } from './Timeline';
44
+ export { default as HistoryDetails } from './History';
45
+ export { default as NoteEditor } from './NotesEditor';
46
+ export { default as VersionDateDropdown } from './VersionDateDropdown';
47
+ export { default as SortDropdown } from './SortDropdown';
48
+ export { default as PreviousDataBadge } from './PreviousDataBadge';
49
+ export { default as ListRow } from './ListRow';
50
+ export { default as Typho } from './Typho';
51
+ export { default as Spinner } from './Gird/Spinner';
52
+ export { default as Badge } from './Badge';
53
+ export { default as RegularDropdown } from './RegularDropdown';
54
+ export { default as SideBarListView } from './SideBarListView';
55
+ export { default as TabButton } from './TabButton';
56
+ export { default as TooltipWithChildren } from './Tooltip/TooltipWithChildren';
57
+ export { default as Signature } from './Signature';
58
+ export { default as ButtonGroupMultiSelect } from './ButtonGroup/ButtonGroupMultiSelect';
59
+ export { default as ButtonGroupMultiSelectV2 } from './ButtonGroup/ButtonGroupMultiSelectV2';
60
+ export { default as CheckBoxComponent } from './FilterButtonGroup/Checkbox';
61
+ export { default as Todos } from './SideBarListView/todos';
62
+ export { default as UrgentChallenges } from './SideBarListView/urgentChallenges';
63
+ export { default as SsnInput } from './SsnInput';
64
+ export { default as MultiSelectFormGen } from './MultiSelectFormGen';
package/dist/index.d.ts CHANGED
@@ -1578,6 +1578,11 @@ declare const Signature: React__default.FC<SignatureProps>;
1578
1578
 
1579
1579
  declare const ButtonGroupMultiSelect: React__default.FC<ButtonGroupMultiProps>;
1580
1580
 
1581
+ interface ButtonGroupMultiPropsV2 extends ButtonGroupMultiProps {
1582
+ buttonGroupButtonClass?: string;
1583
+ }
1584
+ declare const ButtonGroupMultiSelectV2: React__default.FC<ButtonGroupMultiPropsV2>;
1585
+
1581
1586
  interface CheckboxProps {
1582
1587
  id?: string;
1583
1588
  checked?: boolean;
@@ -1912,4 +1917,4 @@ declare const themeConfigs: {
1912
1917
  plugins: any[];
1913
1918
  };
1914
1919
 
1915
- export { type AccountPopoverMenuItem, BADGETYPE, Badge, type BadgeColorVariant, BorderType, Breadcrumb, type BtnOptionDropdown, Button, ButtonGroup, ButtonGroupFormGen, ButtonGroupMultiSelect, ButtonGroupWithInputs, ButtonGroupWithInputsFormGen, ButtonGroupWithUpload, Card, Checkbox as CheckBox, CheckBoxComponent, ClickedAction, DFHFormProvider as ComponentProvider, CustomFileInput, CustomDatePicker as DatePicker, DialogBox, type DropdownSearchProps, DynamicDualInputTextGroupFormGen, FilterButtonGroup, Heading, HistoryDetails, type ISolutionvalues, Icon, IconInput, ImageInput, ImagePreview, IndeterminateCheckbox, InfoCard, Input, InputDatePicker, type InputType, InputValidation, InputsGroup, Label, type ListMasterDataProps, ListRow, LoadingSpinner, Logo, type LogoProps, Message, type MessageProps, Modal, MultiSelectFormGen, NavBar, type NoteChildrenProps, NoteEditor, type NoteHistoryProps, type NoteItemProps, type NoteProps, type OptionProps, PanelCard, PhoneNumberInput, PhoneNumberInput2, PhoneNumberInput3, PreviousDataBadge, ProgressBar, RadioButton, RegularDropdown, Row, SearchDropdownWithButton, Select, SelectUserWithButton, SideBarListView, Signature, SortDropdown, Spinner, SsnInput, Stepper, Tab, TabButton, TabList, TabPanel, Table, TagSelect as TagDropdown, TagSelect, Textarea, Timeline, type TimelineEventProps, Todos, Tooltip, TooltipWithChildren, Typho, Typhography, TyphographyFormGen, UrgentChallenges, type UrgentDataProps, useSchemaProcessor as UseSchemaProcessor, type VariantTypes, VersionDateDropdown, themeConfigs, usePagination, useSorting };
1920
+ export { type AccountPopoverMenuItem, BADGETYPE, Badge, type BadgeColorVariant, BorderType, Breadcrumb, type BtnOptionDropdown, Button, ButtonGroup, ButtonGroupFormGen, ButtonGroupMultiSelect, ButtonGroupMultiSelectV2, ButtonGroupWithInputs, ButtonGroupWithInputsFormGen, ButtonGroupWithUpload, Card, Checkbox as CheckBox, CheckBoxComponent, ClickedAction, DFHFormProvider as ComponentProvider, CustomFileInput, CustomDatePicker as DatePicker, DialogBox, type DropdownSearchProps, DynamicDualInputTextGroupFormGen, FilterButtonGroup, Heading, HistoryDetails, type ISolutionvalues, Icon, IconInput, ImageInput, ImagePreview, IndeterminateCheckbox, InfoCard, Input, InputDatePicker, type InputType, InputValidation, InputsGroup, Label, type ListMasterDataProps, ListRow, LoadingSpinner, Logo, type LogoProps, Message, type MessageProps, Modal, MultiSelectFormGen, NavBar, type NoteChildrenProps, NoteEditor, type NoteHistoryProps, type NoteItemProps, type NoteProps, type OptionProps, PanelCard, PhoneNumberInput, PhoneNumberInput2, PhoneNumberInput3, PreviousDataBadge, ProgressBar, RadioButton, RegularDropdown, Row, SearchDropdownWithButton, Select, SelectUserWithButton, SideBarListView, Signature, SortDropdown, Spinner, SsnInput, Stepper, Tab, TabButton, TabList, TabPanel, Table, TagSelect as TagDropdown, TagSelect, Textarea, Timeline, type TimelineEventProps, Todos, Tooltip, TooltipWithChildren, Typho, Typhography, TyphographyFormGen, UrgentChallenges, type UrgentDataProps, useSchemaProcessor as UseSchemaProcessor, type VariantTypes, VersionDateDropdown, themeConfigs, usePagination, useSorting };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.13.28",
3
+ "version": "1.13.30",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",