@ballistix.digital/react-components 0.4.109 → 0.4.110
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/index.d.ts +62 -46
- package/dist/index.esm.js +80 -60
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +80 -60
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ import { Option, SelectValue } from 'react-tailwindcss-select/dist/components/ty
|
|
|
11
11
|
export { fromSelectMenuOptionToStringValue } from 'helpers/format';
|
|
12
12
|
import { FormikProps, FormikValues } from 'formik';
|
|
13
13
|
|
|
14
|
-
declare const base$
|
|
14
|
+
declare const base$l: {
|
|
15
15
|
loading: string;
|
|
16
16
|
spinner: string;
|
|
17
17
|
empty: string;
|
|
@@ -19,7 +19,7 @@ declare const base$k: {
|
|
|
19
19
|
container: string;
|
|
20
20
|
indicator: string;
|
|
21
21
|
};
|
|
22
|
-
type TAvatarElementStyles = DeepPartial$1<typeof base$
|
|
22
|
+
type TAvatarElementStyles = DeepPartial$1<typeof base$l>;
|
|
23
23
|
|
|
24
24
|
type TProps$f = {
|
|
25
25
|
src?: string | undefined;
|
|
@@ -35,12 +35,12 @@ type TProps$f = {
|
|
|
35
35
|
};
|
|
36
36
|
declare const AvatarElement: FC<TProps$f>;
|
|
37
37
|
|
|
38
|
-
declare const base$
|
|
38
|
+
declare const base$k: {
|
|
39
39
|
container: string;
|
|
40
40
|
indicator: string;
|
|
41
41
|
button: string;
|
|
42
42
|
};
|
|
43
|
-
type TBadgeElementStyles = DeepPartial$1<typeof base$
|
|
43
|
+
type TBadgeElementStyles = DeepPartial$1<typeof base$k>;
|
|
44
44
|
|
|
45
45
|
type TProps$e = {
|
|
46
46
|
children: string | ReactNode;
|
|
@@ -69,21 +69,21 @@ type TButtonElementProps = {
|
|
|
69
69
|
};
|
|
70
70
|
declare const ButtonElement: FC<TButtonElementProps>;
|
|
71
71
|
|
|
72
|
-
declare const base$
|
|
72
|
+
declare const base$j: {
|
|
73
73
|
container: string;
|
|
74
74
|
content: string;
|
|
75
75
|
icon: string;
|
|
76
76
|
spinner: string;
|
|
77
77
|
};
|
|
78
|
-
type TButtonElementStyles = DeepPartial$1<typeof base$
|
|
78
|
+
type TButtonElementStyles = DeepPartial$1<typeof base$j>;
|
|
79
79
|
|
|
80
|
-
declare const base$
|
|
80
|
+
declare const base$i: {
|
|
81
81
|
container: string;
|
|
82
82
|
firstButton: string;
|
|
83
83
|
button: string;
|
|
84
84
|
lastButton: string;
|
|
85
85
|
};
|
|
86
|
-
type TButtonGroupElementStyles = DeepPartial$1<typeof base$
|
|
86
|
+
type TButtonGroupElementStyles = DeepPartial$1<typeof base$i>;
|
|
87
87
|
|
|
88
88
|
type TProps$d = {
|
|
89
89
|
children: ReactElement[];
|
|
@@ -91,14 +91,14 @@ type TProps$d = {
|
|
|
91
91
|
};
|
|
92
92
|
declare const ButtonGroupElement: FC<TProps$d>;
|
|
93
93
|
|
|
94
|
-
declare const base$
|
|
94
|
+
declare const base$h: {
|
|
95
95
|
container: string;
|
|
96
96
|
button: string;
|
|
97
97
|
compact: string;
|
|
98
98
|
dots: string;
|
|
99
99
|
items: string;
|
|
100
100
|
};
|
|
101
|
-
type TDropdownElementStyles = DeepPartial$1<typeof base$
|
|
101
|
+
type TDropdownElementStyles = DeepPartial$1<typeof base$h>;
|
|
102
102
|
|
|
103
103
|
type TProps$c = {
|
|
104
104
|
children: ReactElement | ReactElement[];
|
|
@@ -154,7 +154,7 @@ type TInputGroupFormProps = {
|
|
|
154
154
|
};
|
|
155
155
|
declare const InputGroupForm: FC<TInputGroupFormProps>;
|
|
156
156
|
|
|
157
|
-
declare const base$
|
|
157
|
+
declare const base$g: {
|
|
158
158
|
container: string;
|
|
159
159
|
head: string;
|
|
160
160
|
body: string;
|
|
@@ -167,13 +167,13 @@ declare const base$f: {
|
|
|
167
167
|
description: string;
|
|
168
168
|
error: string;
|
|
169
169
|
};
|
|
170
|
-
type TInputGroupStyles = DeepPartial$1<typeof base$
|
|
170
|
+
type TInputGroupStyles = DeepPartial$1<typeof base$g>;
|
|
171
171
|
|
|
172
|
-
declare const base$
|
|
172
|
+
declare const base$f: {
|
|
173
173
|
container: string;
|
|
174
174
|
content: string;
|
|
175
175
|
};
|
|
176
|
-
type TContainerLayoutStyles = DeepPartial$1<typeof base$
|
|
176
|
+
type TContainerLayoutStyles = DeepPartial$1<typeof base$f>;
|
|
177
177
|
|
|
178
178
|
type TProps$a = {
|
|
179
179
|
children: ReactNode;
|
|
@@ -182,14 +182,14 @@ type TProps$a = {
|
|
|
182
182
|
};
|
|
183
183
|
declare const ContainerLayout: FC<TProps$a>;
|
|
184
184
|
|
|
185
|
-
declare const base$
|
|
185
|
+
declare const base$e: {
|
|
186
186
|
container: string;
|
|
187
187
|
head: string;
|
|
188
188
|
line: string;
|
|
189
189
|
body: string;
|
|
190
190
|
content: string;
|
|
191
191
|
};
|
|
192
|
-
type TDividerLayoutStyles = DeepPartial$1<typeof base$
|
|
192
|
+
type TDividerLayoutStyles = DeepPartial$1<typeof base$e>;
|
|
193
193
|
|
|
194
194
|
type TProps$9 = {
|
|
195
195
|
children?: ReactNode;
|
|
@@ -198,12 +198,12 @@ type TProps$9 = {
|
|
|
198
198
|
};
|
|
199
199
|
declare const DividerLayout: FC<TProps$9>;
|
|
200
200
|
|
|
201
|
-
declare const base$
|
|
201
|
+
declare const base$d: {
|
|
202
202
|
container: string;
|
|
203
203
|
list: string;
|
|
204
204
|
item: string;
|
|
205
205
|
};
|
|
206
|
-
type TListContainerLayoutStyles = DeepPartial$1<typeof base$
|
|
206
|
+
type TListContainerLayoutStyles = DeepPartial$1<typeof base$d>;
|
|
207
207
|
|
|
208
208
|
type TProps$8 = {
|
|
209
209
|
children: ReactElement | ReactElement[];
|
|
@@ -212,14 +212,14 @@ type TProps$8 = {
|
|
|
212
212
|
};
|
|
213
213
|
declare const ListContainerLayout: FC<TProps$8>;
|
|
214
214
|
|
|
215
|
-
declare const base$
|
|
215
|
+
declare const base$c: {
|
|
216
216
|
container: string;
|
|
217
217
|
figure: string;
|
|
218
218
|
svg: string;
|
|
219
219
|
title: string;
|
|
220
220
|
paragraph: string;
|
|
221
221
|
};
|
|
222
|
-
type TMediaObjectLayoutStyles = DeepPartial$1<typeof base$
|
|
222
|
+
type TMediaObjectLayoutStyles = DeepPartial$1<typeof base$c>;
|
|
223
223
|
|
|
224
224
|
type TProps$7 = {
|
|
225
225
|
title: string;
|
|
@@ -230,11 +230,11 @@ type TProps$7 = {
|
|
|
230
230
|
};
|
|
231
231
|
declare const MediaObjectLayout: FC<TProps$7>;
|
|
232
232
|
|
|
233
|
-
declare const base$
|
|
233
|
+
declare const base$b: {
|
|
234
234
|
container: string;
|
|
235
235
|
section: string;
|
|
236
236
|
};
|
|
237
|
-
type TPanelLayoutStyles = DeepPartial$1<typeof base$
|
|
237
|
+
type TPanelLayoutStyles = DeepPartial$1<typeof base$b>;
|
|
238
238
|
|
|
239
239
|
type TContainerProps$2 = {
|
|
240
240
|
children: ReactNode;
|
|
@@ -295,7 +295,7 @@ type TTableListProps$1<TData> = {
|
|
|
295
295
|
};
|
|
296
296
|
declare const TableList: FC<TTableListProps$1<TData$1>>;
|
|
297
297
|
|
|
298
|
-
declare const base$
|
|
298
|
+
declare const base$a: {
|
|
299
299
|
container: string;
|
|
300
300
|
head: {
|
|
301
301
|
container: string;
|
|
@@ -349,7 +349,7 @@ declare const base$9: {
|
|
|
349
349
|
};
|
|
350
350
|
};
|
|
351
351
|
};
|
|
352
|
-
type TTableListStyles = DeepPartial$1<typeof base$
|
|
352
|
+
type TTableListStyles = DeepPartial$1<typeof base$a>;
|
|
353
353
|
|
|
354
354
|
type TData = any;
|
|
355
355
|
type VisibilityState = {
|
|
@@ -388,7 +388,7 @@ type TTableListProps<TData> = {
|
|
|
388
388
|
};
|
|
389
389
|
declare const TableList2: FC<TTableListProps<TData>>;
|
|
390
390
|
|
|
391
|
-
declare const base$
|
|
391
|
+
declare const base$9: {
|
|
392
392
|
container: string;
|
|
393
393
|
list: string;
|
|
394
394
|
separator: string;
|
|
@@ -405,7 +405,7 @@ declare const base$8: {
|
|
|
405
405
|
link: string;
|
|
406
406
|
};
|
|
407
407
|
};
|
|
408
|
-
type TBreadcrumbsNavigationStyles = DeepPartial$1<typeof base$
|
|
408
|
+
type TBreadcrumbsNavigationStyles = DeepPartial$1<typeof base$9>;
|
|
409
409
|
|
|
410
410
|
type TProps$6 = {
|
|
411
411
|
href: string;
|
|
@@ -420,7 +420,7 @@ type TProps$6 = {
|
|
|
420
420
|
};
|
|
421
421
|
declare const BreadcrumbsNavigation: FC<TProps$6>;
|
|
422
422
|
|
|
423
|
-
declare const base$
|
|
423
|
+
declare const base$8: {
|
|
424
424
|
container: string;
|
|
425
425
|
mobile: {
|
|
426
426
|
container: string;
|
|
@@ -441,7 +441,7 @@ declare const base$7: {
|
|
|
441
441
|
label: string;
|
|
442
442
|
icon: string;
|
|
443
443
|
};
|
|
444
|
-
type TPanelPaginationNavigationStyles = DeepPartial$1<typeof base$
|
|
444
|
+
type TPanelPaginationNavigationStyles = DeepPartial$1<typeof base$8>;
|
|
445
445
|
|
|
446
446
|
type TProps$5 = {
|
|
447
447
|
current?: number;
|
|
@@ -457,7 +457,7 @@ type TProps$5 = {
|
|
|
457
457
|
};
|
|
458
458
|
declare const PanelPaginationNavigation: React.FC<TProps$5>;
|
|
459
459
|
|
|
460
|
-
declare const base$
|
|
460
|
+
declare const base$7: {
|
|
461
461
|
container: string;
|
|
462
462
|
left: {
|
|
463
463
|
container: string;
|
|
@@ -479,7 +479,7 @@ declare const base$6: {
|
|
|
479
479
|
};
|
|
480
480
|
divider: string;
|
|
481
481
|
};
|
|
482
|
-
type TPagePaginationNavigationStyles = DeepPartial$1<typeof base$
|
|
482
|
+
type TPagePaginationNavigationStyles = DeepPartial$1<typeof base$7>;
|
|
483
483
|
|
|
484
484
|
type TProps$4 = {
|
|
485
485
|
min?: number;
|
|
@@ -489,7 +489,7 @@ type TProps$4 = {
|
|
|
489
489
|
};
|
|
490
490
|
declare const PagePaginationNavigation: React.FC<TProps$4>;
|
|
491
491
|
|
|
492
|
-
declare const base$
|
|
492
|
+
declare const base$6: {
|
|
493
493
|
container: string;
|
|
494
494
|
list: {
|
|
495
495
|
container: string;
|
|
@@ -505,7 +505,7 @@ declare const base$5: {
|
|
|
505
505
|
inactive: string;
|
|
506
506
|
};
|
|
507
507
|
};
|
|
508
|
-
type TTabNavigationStyles = DeepPartial$1<typeof base$
|
|
508
|
+
type TTabNavigationStyles = DeepPartial$1<typeof base$6>;
|
|
509
509
|
|
|
510
510
|
type TContainerProps$1 = {
|
|
511
511
|
children: ({ active, setActive, }: {
|
|
@@ -599,7 +599,7 @@ type TModalOverlayProps = {
|
|
|
599
599
|
};
|
|
600
600
|
declare const ModalOverlay: FC<TModalOverlayProps>;
|
|
601
601
|
|
|
602
|
-
declare const base$
|
|
602
|
+
declare const base$5: {
|
|
603
603
|
container: string;
|
|
604
604
|
background: {
|
|
605
605
|
container: string;
|
|
@@ -628,9 +628,9 @@ declare const base$4: {
|
|
|
628
628
|
};
|
|
629
629
|
};
|
|
630
630
|
};
|
|
631
|
-
type TModalOverlayStyles = DeepPartial$1<typeof base$
|
|
631
|
+
type TModalOverlayStyles = DeepPartial$1<typeof base$5>;
|
|
632
632
|
|
|
633
|
-
declare const base$
|
|
633
|
+
declare const base$4: {
|
|
634
634
|
container: {
|
|
635
635
|
outer: string;
|
|
636
636
|
inner: string;
|
|
@@ -655,7 +655,7 @@ declare const base$3: {
|
|
|
655
655
|
};
|
|
656
656
|
};
|
|
657
657
|
};
|
|
658
|
-
type TNotificationOverlayStyles = DeepPartial$1<typeof base$
|
|
658
|
+
type TNotificationOverlayStyles = DeepPartial$1<typeof base$4>;
|
|
659
659
|
|
|
660
660
|
type DeepPartial<T> = {
|
|
661
661
|
[P in keyof T]?: DeepPartial<T[P]>;
|
|
@@ -705,7 +705,7 @@ declare const NotificationOverlay: {
|
|
|
705
705
|
Item: React.FC<TProps$3>;
|
|
706
706
|
};
|
|
707
707
|
|
|
708
|
-
declare const base$
|
|
708
|
+
declare const base$3: {
|
|
709
709
|
container: string;
|
|
710
710
|
background: {
|
|
711
711
|
container: string;
|
|
@@ -735,7 +735,7 @@ declare const base$2: {
|
|
|
735
735
|
};
|
|
736
736
|
};
|
|
737
737
|
};
|
|
738
|
-
type TSlideOverOverlayStyles = DeepPartial$1<typeof base$
|
|
738
|
+
type TSlideOverOverlayStyles = DeepPartial$1<typeof base$3>;
|
|
739
739
|
|
|
740
740
|
type TProps$2 = {
|
|
741
741
|
trigger?: ({ onOpen, onClose, }: {
|
|
@@ -807,7 +807,7 @@ type TSelectMenuFormProps = {
|
|
|
807
807
|
};
|
|
808
808
|
declare const SelectMenuForm: FC<TSelectMenuFormProps>;
|
|
809
809
|
|
|
810
|
-
declare const base$
|
|
810
|
+
declare const base$2: {
|
|
811
811
|
container: string;
|
|
812
812
|
head: string;
|
|
813
813
|
body: string;
|
|
@@ -835,7 +835,7 @@ declare const base$1: {
|
|
|
835
835
|
description: string;
|
|
836
836
|
error: string;
|
|
837
837
|
};
|
|
838
|
-
type TSelectMenuFormStyles = DeepPartial$1<typeof base$
|
|
838
|
+
type TSelectMenuFormStyles = DeepPartial$1<typeof base$2>;
|
|
839
839
|
|
|
840
840
|
type TDateMenuFormProps = {
|
|
841
841
|
name: string;
|
|
@@ -877,7 +877,7 @@ type TDateMenuFormProps = {
|
|
|
877
877
|
};
|
|
878
878
|
declare const DateMenuForm: FC<TDateMenuFormProps>;
|
|
879
879
|
|
|
880
|
-
declare const base: {
|
|
880
|
+
declare const base$1: {
|
|
881
881
|
container: string;
|
|
882
882
|
head: string;
|
|
883
883
|
body: string;
|
|
@@ -890,9 +890,9 @@ declare const base: {
|
|
|
890
890
|
description: string;
|
|
891
891
|
error: string;
|
|
892
892
|
};
|
|
893
|
-
type TDateMenuFormStyles = DeepPartial$1<typeof base>;
|
|
893
|
+
type TDateMenuFormStyles = DeepPartial$1<typeof base$1>;
|
|
894
894
|
|
|
895
|
-
type
|
|
895
|
+
type TCheckboxInputGroupFormProps = {
|
|
896
896
|
name: string;
|
|
897
897
|
form: FormikProps<FormikValues>;
|
|
898
898
|
options: {
|
|
@@ -901,9 +901,25 @@ type Props = {
|
|
|
901
901
|
value: string;
|
|
902
902
|
}[];
|
|
903
903
|
values: string[];
|
|
904
|
-
|
|
904
|
+
isDisabled?: boolean;
|
|
905
905
|
onChange?: (value: string) => void;
|
|
906
|
+
styles?: TCheckboxInputGroupFormStyles;
|
|
907
|
+
};
|
|
908
|
+
declare const CheckboxInputGroupForm: FC<TCheckboxInputGroupFormProps>;
|
|
909
|
+
|
|
910
|
+
declare const base: {
|
|
911
|
+
container: string;
|
|
912
|
+
sr: string;
|
|
913
|
+
list: string;
|
|
914
|
+
item: {
|
|
915
|
+
container: string;
|
|
916
|
+
head: string;
|
|
917
|
+
body: string;
|
|
918
|
+
input: string;
|
|
919
|
+
label: string;
|
|
920
|
+
description: string;
|
|
921
|
+
};
|
|
906
922
|
};
|
|
907
|
-
|
|
923
|
+
type TCheckboxInputGroupFormStyles = DeepPartial$1<typeof base>;
|
|
908
924
|
|
|
909
|
-
export { AvatarElement, BadgeElement, BreadcrumbsNavigation, ButtonElement, ButtonGroupElement, CheckboxInputGroupForm as CheckboxInputFormGroup, ContainerLayout, DateMenuForm, DividerLayout, DropdownElement, IconElement, InputGroupForm, ListContainerLayout, MediaObjectLayout, ModalOverlay, NotificationOverlay, PagePaginationNavigation, LayoutPanel as PanelLayout, PanelPaginationNavigation, SelectMenuForm, SlideOverOverlay, TButtonElementProps, TDateMenuFormProps, TDateMenuFormStyles, TInputGroupFormProps, TInputGroupStyles, TModalOverlayProps, TSelectMenuFormProps, TSelectMenuFormStyles, TTableListProps as TTableList2Props, TTableListProps$1 as TTableListProps, TTableListStyles, TabNavigation, TableColumnOptionsCustom, TableExcelExportCustom as TableExportCustom, TableList, TableList2, VerticalNavigation };
|
|
925
|
+
export { AvatarElement, BadgeElement, BreadcrumbsNavigation, ButtonElement, ButtonGroupElement, CheckboxInputGroupForm as CheckboxInputFormGroup, ContainerLayout, DateMenuForm, DividerLayout, DropdownElement, IconElement, InputGroupForm, ListContainerLayout, MediaObjectLayout, ModalOverlay, NotificationOverlay, PagePaginationNavigation, LayoutPanel as PanelLayout, PanelPaginationNavigation, SelectMenuForm, SlideOverOverlay, TButtonElementProps, TCheckboxInputGroupFormProps, TCheckboxInputGroupFormStyles, TDateMenuFormProps, TDateMenuFormStyles, TInputGroupFormProps, TInputGroupStyles, TModalOverlayProps, TSelectMenuFormProps, TSelectMenuFormStyles, TTableListProps as TTableList2Props, TTableListProps$1 as TTableListProps, TTableListStyles, TabNavigation, TableColumnOptionsCustom, TableExcelExportCustom as TableExportCustom, TableList, TableList2, VerticalNavigation };
|