sag_components 2.0.0-beta140 → 2.0.0-beta142
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 +77 -2
- package/dist/index.esm.js +945 -123
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +955 -121
- package/dist/index.js.map +1 -1
- package/dist/types/components/MenuRoute/MenuIcons/AdvancedThresholds.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Analytics.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Budgets.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Campaigns.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Coupons.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/CustomerSegments.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Dashboard.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/GroupBuilder.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/ItemsStores.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/PreTestWhatIf.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/RulesEngine.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/SampleRunEngine.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuRoute.stories.d.ts +118 -2
- package/dist/types/components/Table/CommentModal.d.ts +2 -0
- package/dist/types/components/Table/CommentModal.styles.d.ts +11 -0
- package/dist/types/components/Table/Table.d.ts +4 -2
- package/dist/types/components/Table/Table.stories.d.ts +23 -91
- package/dist/types/components/Table/TableBody.d.ts +31 -2
- package/dist/types/components/Table/TableBody.styles.d.ts +1 -0
- package/dist/types/components/Table/data.d.ts +206 -0
- package/dist/types/icons/CommentIcon.d.ts +7 -0
- package/dist/types/index.d.ts +12 -0
- package/package.json +1 -1
|
@@ -9,15 +9,17 @@ declare namespace _default {
|
|
|
9
9
|
const description: string;
|
|
10
10
|
const name: string;
|
|
11
11
|
}
|
|
12
|
-
namespace
|
|
12
|
+
namespace layout {
|
|
13
13
|
const control_1: string;
|
|
14
14
|
export { control_1 as control };
|
|
15
|
+
const options_1: string[];
|
|
16
|
+
export { options_1 as options };
|
|
15
17
|
const description_1: string;
|
|
16
18
|
export { description_1 as description };
|
|
17
19
|
const name_1: string;
|
|
18
20
|
export { name_1 as name };
|
|
19
21
|
}
|
|
20
|
-
namespace
|
|
22
|
+
namespace width {
|
|
21
23
|
const control_2: string;
|
|
22
24
|
export { control_2 as control };
|
|
23
25
|
const description_2: string;
|
|
@@ -25,6 +27,70 @@ declare namespace _default {
|
|
|
25
27
|
const name_2: string;
|
|
26
28
|
export { name_2 as name };
|
|
27
29
|
}
|
|
30
|
+
namespace fontSize {
|
|
31
|
+
const control_3: string;
|
|
32
|
+
export { control_3 as control };
|
|
33
|
+
const description_3: string;
|
|
34
|
+
export { description_3 as description };
|
|
35
|
+
const name_3: string;
|
|
36
|
+
export { name_3 as name };
|
|
37
|
+
}
|
|
38
|
+
namespace fontWeight {
|
|
39
|
+
const control_4: string;
|
|
40
|
+
export { control_4 as control };
|
|
41
|
+
const description_4: string;
|
|
42
|
+
export { description_4 as description };
|
|
43
|
+
const name_4: string;
|
|
44
|
+
export { name_4 as name };
|
|
45
|
+
}
|
|
46
|
+
namespace notSelectedColor {
|
|
47
|
+
const control_5: string;
|
|
48
|
+
export { control_5 as control };
|
|
49
|
+
const description_5: string;
|
|
50
|
+
export { description_5 as description };
|
|
51
|
+
const name_5: string;
|
|
52
|
+
export { name_5 as name };
|
|
53
|
+
}
|
|
54
|
+
namespace selectedBackgroundColor {
|
|
55
|
+
const control_6: string;
|
|
56
|
+
export { control_6 as control };
|
|
57
|
+
const description_6: string;
|
|
58
|
+
export { description_6 as description };
|
|
59
|
+
const name_6: string;
|
|
60
|
+
export { name_6 as name };
|
|
61
|
+
}
|
|
62
|
+
namespace iconSize {
|
|
63
|
+
const control_7: string;
|
|
64
|
+
export { control_7 as control };
|
|
65
|
+
const description_7: string;
|
|
66
|
+
export { description_7 as description };
|
|
67
|
+
const name_7: string;
|
|
68
|
+
export { name_7 as name };
|
|
69
|
+
}
|
|
70
|
+
namespace iconColor {
|
|
71
|
+
const control_8: string;
|
|
72
|
+
export { control_8 as control };
|
|
73
|
+
const description_8: string;
|
|
74
|
+
export { description_8 as description };
|
|
75
|
+
const name_8: string;
|
|
76
|
+
export { name_8 as name };
|
|
77
|
+
}
|
|
78
|
+
namespace items {
|
|
79
|
+
const control_9: string;
|
|
80
|
+
export { control_9 as control };
|
|
81
|
+
const description_9: string;
|
|
82
|
+
export { description_9 as description };
|
|
83
|
+
const name_9: string;
|
|
84
|
+
export { name_9 as name };
|
|
85
|
+
}
|
|
86
|
+
namespace color {
|
|
87
|
+
const control_10: string;
|
|
88
|
+
export { control_10 as control };
|
|
89
|
+
const description_10: string;
|
|
90
|
+
export { description_10 as description };
|
|
91
|
+
const name_10: string;
|
|
92
|
+
export { name_10 as name };
|
|
93
|
+
}
|
|
28
94
|
}
|
|
29
95
|
}
|
|
30
96
|
export default _default;
|
|
@@ -47,6 +113,56 @@ export namespace Basic {
|
|
|
47
113
|
export const selecetIndex: number;
|
|
48
114
|
const tabsPosition_1: string;
|
|
49
115
|
export { tabsPosition_1 as tabsPosition };
|
|
116
|
+
const layout_1: string;
|
|
117
|
+
export { layout_1 as layout };
|
|
118
|
+
const width_1: string;
|
|
119
|
+
export { width_1 as width };
|
|
120
|
+
const fontSize_1: string;
|
|
121
|
+
export { fontSize_1 as fontSize };
|
|
122
|
+
const fontWeight_1: string;
|
|
123
|
+
export { fontWeight_1 as fontWeight };
|
|
124
|
+
const notSelectedColor_1: string;
|
|
125
|
+
export { notSelectedColor_1 as notSelectedColor };
|
|
126
|
+
const selectedBackgroundColor_1: string;
|
|
127
|
+
export { selectedBackgroundColor_1 as selectedBackgroundColor };
|
|
128
|
+
const iconSize_1: string;
|
|
129
|
+
export { iconSize_1 as iconSize };
|
|
130
|
+
const iconColor_1: string;
|
|
131
|
+
export { iconColor_1 as iconColor };
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
export namespace Vertical {
|
|
135
|
+
export namespace args_1 {
|
|
136
|
+
const items_2: {
|
|
137
|
+
label: string;
|
|
138
|
+
key: string;
|
|
139
|
+
icon: import("react/jsx-runtime").JSX.Element;
|
|
140
|
+
index: number;
|
|
141
|
+
}[];
|
|
142
|
+
export { items_2 as items };
|
|
143
|
+
const selecetIndex_1: number;
|
|
144
|
+
export { selecetIndex_1 as selecetIndex };
|
|
145
|
+
const tabsPosition_2: string;
|
|
146
|
+
export { tabsPosition_2 as tabsPosition };
|
|
147
|
+
const layout_2: string;
|
|
148
|
+
export { layout_2 as layout };
|
|
149
|
+
const width_2: string;
|
|
150
|
+
export { width_2 as width };
|
|
151
|
+
const fontSize_2: string;
|
|
152
|
+
export { fontSize_2 as fontSize };
|
|
153
|
+
const fontWeight_2: string;
|
|
154
|
+
export { fontWeight_2 as fontWeight };
|
|
155
|
+
const notSelectedColor_2: string;
|
|
156
|
+
export { notSelectedColor_2 as notSelectedColor };
|
|
157
|
+
const selectedBackgroundColor_2: string;
|
|
158
|
+
export { selectedBackgroundColor_2 as selectedBackgroundColor };
|
|
159
|
+
const iconSize_2: string;
|
|
160
|
+
export { iconSize_2 as iconSize };
|
|
161
|
+
const iconColor_2: string;
|
|
162
|
+
export { iconColor_2 as iconColor };
|
|
163
|
+
const color_1: string;
|
|
164
|
+
export { color_1 as color };
|
|
50
165
|
}
|
|
166
|
+
export { args_1 as args };
|
|
51
167
|
}
|
|
52
168
|
import MenuRoute from "./MenuRoute";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export const ModalOverlay: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
+
export const ModalContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
|
+
export const ModalHeader: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
4
|
+
export const ModalTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, never>> & string;
|
|
5
|
+
export const CloseButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
|
|
6
|
+
export const ModalBody: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
7
|
+
export const TextareaWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
8
|
+
export const TextareaLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, never>> & string;
|
|
9
|
+
export const CommentTextarea: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, never>> & string;
|
|
10
|
+
export const CharacterCount: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
11
|
+
export const ModalBottom: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
export default Table;
|
|
2
|
-
declare
|
|
3
|
-
|
|
2
|
+
declare function Table(props: any): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
declare namespace Table {
|
|
4
|
+
const displayName: string;
|
|
5
|
+
}
|
|
@@ -405,95 +405,27 @@ export namespace WithDataHiddenCounter {
|
|
|
405
405
|
}
|
|
406
406
|
export { args_4 as args };
|
|
407
407
|
}
|
|
408
|
+
export namespace SupplierEvents {
|
|
409
|
+
export namespace args_5 {
|
|
410
|
+
const width_6: string;
|
|
411
|
+
export { width_6 as width };
|
|
412
|
+
const height_6: string;
|
|
413
|
+
export { height_6 as height };
|
|
414
|
+
const tableBodyHeight_6: string;
|
|
415
|
+
export { tableBodyHeight_6 as tableBodyHeight };
|
|
416
|
+
const tableTitle_6: string;
|
|
417
|
+
export { tableTitle_6 as tableTitle };
|
|
418
|
+
export { supplierColumns as columns };
|
|
419
|
+
export { supplierData as data };
|
|
420
|
+
const showSideButton_2: boolean;
|
|
421
|
+
export { showSideButton_2 as showSideButton };
|
|
422
|
+
const showHorizontalScroll_2: boolean;
|
|
423
|
+
export { showHorizontalScroll_2 as showHorizontalScroll };
|
|
424
|
+
}
|
|
425
|
+
export { args_5 as args };
|
|
426
|
+
}
|
|
408
427
|
import Table from "./Table";
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
sort: boolean;
|
|
414
|
-
checkBox: boolean;
|
|
415
|
-
fieldType: string;
|
|
416
|
-
minWidth: string;
|
|
417
|
-
maxWidth: string;
|
|
418
|
-
filterOptions: {
|
|
419
|
-
label: string;
|
|
420
|
-
value: string;
|
|
421
|
-
}[];
|
|
422
|
-
sortOptions: {
|
|
423
|
-
value: string;
|
|
424
|
-
label: string;
|
|
425
|
-
}[];
|
|
426
|
-
rangeFilter?: undefined;
|
|
427
|
-
freeTextFilter?: undefined;
|
|
428
|
-
tooltipText?: undefined;
|
|
429
|
-
} | {
|
|
430
|
-
key: string;
|
|
431
|
-
title: string;
|
|
432
|
-
filter: boolean;
|
|
433
|
-
sort: boolean;
|
|
434
|
-
checkBox: boolean;
|
|
435
|
-
fieldType: string;
|
|
436
|
-
minWidth: string;
|
|
437
|
-
maxWidth: string;
|
|
438
|
-
filterOptions: any[];
|
|
439
|
-
rangeFilter: boolean;
|
|
440
|
-
sortOptions?: undefined;
|
|
441
|
-
freeTextFilter?: undefined;
|
|
442
|
-
tooltipText?: undefined;
|
|
443
|
-
} | {
|
|
444
|
-
key: string;
|
|
445
|
-
title: string;
|
|
446
|
-
filter: boolean;
|
|
447
|
-
sort: boolean;
|
|
448
|
-
checkBox: boolean;
|
|
449
|
-
fieldType: string;
|
|
450
|
-
minWidth: string;
|
|
451
|
-
maxWidth: string;
|
|
452
|
-
freeTextFilter: boolean;
|
|
453
|
-
filterOptions?: undefined;
|
|
454
|
-
sortOptions?: undefined;
|
|
455
|
-
rangeFilter?: undefined;
|
|
456
|
-
tooltipText?: undefined;
|
|
457
|
-
} | {
|
|
458
|
-
key: string;
|
|
459
|
-
title: string;
|
|
460
|
-
filter: boolean;
|
|
461
|
-
sort: boolean;
|
|
462
|
-
checkBox: boolean;
|
|
463
|
-
fieldType: string;
|
|
464
|
-
minWidth: string;
|
|
465
|
-
maxWidth: string;
|
|
466
|
-
filterOptions: {
|
|
467
|
-
value: string;
|
|
468
|
-
label: string;
|
|
469
|
-
}[];
|
|
470
|
-
sortOptions: any[];
|
|
471
|
-
tooltipText: {
|
|
472
|
-
value: string;
|
|
473
|
-
label: string;
|
|
474
|
-
}[];
|
|
475
|
-
rangeFilter?: undefined;
|
|
476
|
-
freeTextFilter?: undefined;
|
|
477
|
-
})[];
|
|
478
|
-
declare const data1: {
|
|
479
|
-
EventCode: number;
|
|
480
|
-
ExternalEventID: string;
|
|
481
|
-
EventName: string;
|
|
482
|
-
EventType: number;
|
|
483
|
-
EventComponent: string;
|
|
484
|
-
EventSubType: number;
|
|
485
|
-
StartWeekID: string;
|
|
486
|
-
EndWeekID: string;
|
|
487
|
-
IsPartnership: boolean;
|
|
488
|
-
DueDate: string;
|
|
489
|
-
EnterDate: string;
|
|
490
|
-
LastModDate: string;
|
|
491
|
-
Retailers: string[];
|
|
492
|
-
EventTypeName: string;
|
|
493
|
-
EventSubTypeName: string;
|
|
494
|
-
PackageStatus: string;
|
|
495
|
-
Week: string;
|
|
496
|
-
Period: string;
|
|
497
|
-
Year: string;
|
|
498
|
-
Trash: string;
|
|
499
|
-
}[];
|
|
428
|
+
import { columns1 } from "./data";
|
|
429
|
+
import { data1 } from "./data";
|
|
430
|
+
import { supplierColumns } from "./data";
|
|
431
|
+
import { supplierData } from "./data";
|
|
@@ -1,3 +1,32 @@
|
|
|
1
1
|
export default TableBody;
|
|
2
|
-
declare
|
|
3
|
-
|
|
2
|
+
declare function TableBody({ columns, data, onRowClick, onSendClick, buttonColor, onDeleteClick, selectedColor, resetFocus, onFocusChange, indexToShimmer, onCommentSave, ref, }: {
|
|
3
|
+
columns: any;
|
|
4
|
+
data: any;
|
|
5
|
+
onRowClick: any;
|
|
6
|
+
onSendClick: any;
|
|
7
|
+
buttonColor: any;
|
|
8
|
+
onDeleteClick: any;
|
|
9
|
+
selectedColor: any;
|
|
10
|
+
resetFocus?: boolean;
|
|
11
|
+
onFocusChange: any;
|
|
12
|
+
indexToShimmer?: number;
|
|
13
|
+
onCommentSave?: () => void;
|
|
14
|
+
ref?: any;
|
|
15
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
declare namespace TableBody {
|
|
17
|
+
namespace propTypes {
|
|
18
|
+
const columns: PropTypes.Validator<any[]>;
|
|
19
|
+
const data: PropTypes.Validator<any[]>;
|
|
20
|
+
const onRowClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
21
|
+
const onSendClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
22
|
+
const buttonColor: PropTypes.Requireable<string>;
|
|
23
|
+
const onDeleteClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
24
|
+
const resetFocus: PropTypes.Requireable<boolean>;
|
|
25
|
+
const onFocusChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
26
|
+
const indexToShimmer: PropTypes.Requireable<number>;
|
|
27
|
+
const onCommentSave: PropTypes.Requireable<(...args: any[]) => any>;
|
|
28
|
+
const ref: PropTypes.Requireable<object>;
|
|
29
|
+
}
|
|
30
|
+
const displayName: string;
|
|
31
|
+
}
|
|
32
|
+
import PropTypes from "prop-types";
|
|
@@ -8,4 +8,5 @@ export const PackageStatusContainer: import("styled-components/dist/types").ISty
|
|
|
8
8
|
export const ButtonWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
9
9
|
export const SentStatus: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
10
10
|
export const TrashIconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
11
|
+
export const CommentIconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
11
12
|
export const DisabledTrashIconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -0,0 +1,206 @@
|
|
|
1
|
+
export const data1: {
|
|
2
|
+
EventCode: number;
|
|
3
|
+
ExternalEventID: string;
|
|
4
|
+
EventName: string;
|
|
5
|
+
EventType: number;
|
|
6
|
+
EventComponent: string;
|
|
7
|
+
EventSubType: number;
|
|
8
|
+
StartWeekID: string;
|
|
9
|
+
EndWeekID: string;
|
|
10
|
+
IsPartnership: boolean;
|
|
11
|
+
DueDate: string;
|
|
12
|
+
EnterDate: string;
|
|
13
|
+
LastModDate: string;
|
|
14
|
+
Retailers: string[];
|
|
15
|
+
EventTypeName: string;
|
|
16
|
+
EventSubTypeName: string;
|
|
17
|
+
PackageStatus: string;
|
|
18
|
+
Week: string;
|
|
19
|
+
Period: string;
|
|
20
|
+
Year: string;
|
|
21
|
+
Trash: string;
|
|
22
|
+
}[];
|
|
23
|
+
export const columns1: ({
|
|
24
|
+
key: string;
|
|
25
|
+
title: string;
|
|
26
|
+
filter: boolean;
|
|
27
|
+
sort: boolean;
|
|
28
|
+
checkBox: boolean;
|
|
29
|
+
fieldType: string;
|
|
30
|
+
minWidth: string;
|
|
31
|
+
maxWidth: string;
|
|
32
|
+
filterOptions: {
|
|
33
|
+
label: string;
|
|
34
|
+
value: string;
|
|
35
|
+
}[];
|
|
36
|
+
sortOptions: {
|
|
37
|
+
value: string;
|
|
38
|
+
label: string;
|
|
39
|
+
}[];
|
|
40
|
+
rangeFilter?: undefined;
|
|
41
|
+
freeTextFilter?: undefined;
|
|
42
|
+
tooltipText?: undefined;
|
|
43
|
+
} | {
|
|
44
|
+
key: string;
|
|
45
|
+
title: string;
|
|
46
|
+
filter: boolean;
|
|
47
|
+
sort: boolean;
|
|
48
|
+
checkBox: boolean;
|
|
49
|
+
fieldType: string;
|
|
50
|
+
minWidth: string;
|
|
51
|
+
maxWidth: string;
|
|
52
|
+
filterOptions: any[];
|
|
53
|
+
rangeFilter: boolean;
|
|
54
|
+
sortOptions?: undefined;
|
|
55
|
+
freeTextFilter?: undefined;
|
|
56
|
+
tooltipText?: undefined;
|
|
57
|
+
} | {
|
|
58
|
+
key: string;
|
|
59
|
+
title: string;
|
|
60
|
+
filter: boolean;
|
|
61
|
+
sort: boolean;
|
|
62
|
+
checkBox: boolean;
|
|
63
|
+
fieldType: string;
|
|
64
|
+
minWidth: string;
|
|
65
|
+
maxWidth: string;
|
|
66
|
+
freeTextFilter: boolean;
|
|
67
|
+
filterOptions?: undefined;
|
|
68
|
+
sortOptions?: undefined;
|
|
69
|
+
rangeFilter?: undefined;
|
|
70
|
+
tooltipText?: undefined;
|
|
71
|
+
} | {
|
|
72
|
+
key: string;
|
|
73
|
+
title: string;
|
|
74
|
+
filter: boolean;
|
|
75
|
+
sort: boolean;
|
|
76
|
+
checkBox: boolean;
|
|
77
|
+
fieldType: string;
|
|
78
|
+
minWidth: string;
|
|
79
|
+
maxWidth: string;
|
|
80
|
+
filterOptions: {
|
|
81
|
+
value: string;
|
|
82
|
+
label: string;
|
|
83
|
+
}[];
|
|
84
|
+
sortOptions: any[];
|
|
85
|
+
tooltipText: {
|
|
86
|
+
value: string;
|
|
87
|
+
label: string;
|
|
88
|
+
}[];
|
|
89
|
+
rangeFilter?: undefined;
|
|
90
|
+
freeTextFilter?: undefined;
|
|
91
|
+
})[];
|
|
92
|
+
export const supplierColumns: ({
|
|
93
|
+
key: string;
|
|
94
|
+
title: string;
|
|
95
|
+
filter: boolean;
|
|
96
|
+
sort: boolean;
|
|
97
|
+
checkBox: boolean;
|
|
98
|
+
fieldType: string;
|
|
99
|
+
minWidth: string;
|
|
100
|
+
maxWidth: string;
|
|
101
|
+
filterOptions: {
|
|
102
|
+
label: string;
|
|
103
|
+
value: string;
|
|
104
|
+
}[];
|
|
105
|
+
sortOptions: {
|
|
106
|
+
value: string;
|
|
107
|
+
label: string;
|
|
108
|
+
}[];
|
|
109
|
+
freeTextFilter?: undefined;
|
|
110
|
+
rangeFilter?: undefined;
|
|
111
|
+
tooltipText?: undefined;
|
|
112
|
+
} | {
|
|
113
|
+
key: string;
|
|
114
|
+
title: string;
|
|
115
|
+
filter: boolean;
|
|
116
|
+
sort: boolean;
|
|
117
|
+
checkBox: boolean;
|
|
118
|
+
fieldType: string;
|
|
119
|
+
minWidth: string;
|
|
120
|
+
maxWidth: string;
|
|
121
|
+
freeTextFilter: boolean;
|
|
122
|
+
sortOptions: {
|
|
123
|
+
value: string;
|
|
124
|
+
label: string;
|
|
125
|
+
}[];
|
|
126
|
+
filterOptions?: undefined;
|
|
127
|
+
rangeFilter?: undefined;
|
|
128
|
+
tooltipText?: undefined;
|
|
129
|
+
} | {
|
|
130
|
+
key: string;
|
|
131
|
+
title: string;
|
|
132
|
+
filter: boolean;
|
|
133
|
+
sort: boolean;
|
|
134
|
+
checkBox: boolean;
|
|
135
|
+
fieldType: string;
|
|
136
|
+
minWidth: string;
|
|
137
|
+
maxWidth: string;
|
|
138
|
+
rangeFilter: boolean;
|
|
139
|
+
sortOptions: {
|
|
140
|
+
value: string;
|
|
141
|
+
label: string;
|
|
142
|
+
}[];
|
|
143
|
+
filterOptions?: undefined;
|
|
144
|
+
freeTextFilter?: undefined;
|
|
145
|
+
tooltipText?: undefined;
|
|
146
|
+
} | {
|
|
147
|
+
key: string;
|
|
148
|
+
title: string;
|
|
149
|
+
filter: boolean;
|
|
150
|
+
sort: boolean;
|
|
151
|
+
checkBox: boolean;
|
|
152
|
+
fieldType: string;
|
|
153
|
+
minWidth: string;
|
|
154
|
+
maxWidth: string;
|
|
155
|
+
filterOptions?: undefined;
|
|
156
|
+
sortOptions?: undefined;
|
|
157
|
+
freeTextFilter?: undefined;
|
|
158
|
+
rangeFilter?: undefined;
|
|
159
|
+
tooltipText?: undefined;
|
|
160
|
+
} | {
|
|
161
|
+
key: string;
|
|
162
|
+
title: string;
|
|
163
|
+
filter: boolean;
|
|
164
|
+
sort: boolean;
|
|
165
|
+
checkBox: boolean;
|
|
166
|
+
fieldType: string;
|
|
167
|
+
minWidth: string;
|
|
168
|
+
maxWidth: string;
|
|
169
|
+
filterOptions: any[];
|
|
170
|
+
sortOptions: any[];
|
|
171
|
+
tooltipText: {
|
|
172
|
+
value: string;
|
|
173
|
+
label: string;
|
|
174
|
+
}[];
|
|
175
|
+
freeTextFilter?: undefined;
|
|
176
|
+
rangeFilter?: undefined;
|
|
177
|
+
})[];
|
|
178
|
+
export const supplierData: ({
|
|
179
|
+
Supplier: string;
|
|
180
|
+
EventID: string;
|
|
181
|
+
WeekNumber: string;
|
|
182
|
+
Period: string;
|
|
183
|
+
EventAttribute: string;
|
|
184
|
+
EventType: string;
|
|
185
|
+
EventSubType: string;
|
|
186
|
+
Component: string;
|
|
187
|
+
NegotiatedBrand: string;
|
|
188
|
+
ProductGroup: string;
|
|
189
|
+
HUB: string;
|
|
190
|
+
Comments: string;
|
|
191
|
+
Trash: string;
|
|
192
|
+
} | {
|
|
193
|
+
Supplier: string;
|
|
194
|
+
EventID: string;
|
|
195
|
+
WeekNumber: string;
|
|
196
|
+
Period: string;
|
|
197
|
+
EventAttribute: string;
|
|
198
|
+
EventType: string;
|
|
199
|
+
EventSubType: string;
|
|
200
|
+
Component: string;
|
|
201
|
+
NegotiatedBrand: string;
|
|
202
|
+
ProductGroup: string;
|
|
203
|
+
HUB: string;
|
|
204
|
+
Comments: string;
|
|
205
|
+
Trash?: undefined;
|
|
206
|
+
})[];
|
package/dist/types/index.d.ts
CHANGED
|
@@ -47,6 +47,18 @@ export { default as MenuRoute } from "./components/MenuRoute/MenuRoute.jsx";
|
|
|
47
47
|
export { default as Build } from "./components/MenuRoute/MenuIcons/Build.jsx";
|
|
48
48
|
export { default as Track } from "./components/MenuRoute/MenuIcons/Track.jsx";
|
|
49
49
|
export { default as Execute } from "./components/MenuRoute/MenuIcons/Execute.jsx";
|
|
50
|
+
export { default as Dashboard } from "./components/MenuRoute/MenuIcons/Dashboard.jsx";
|
|
51
|
+
export { default as Campaigns } from "./components/MenuRoute/MenuIcons/Campaigns.jsx";
|
|
52
|
+
export { default as Budgets } from "./components/MenuRoute/MenuIcons/Budgets.jsx";
|
|
53
|
+
export { default as SampleRunEngine } from "./components/MenuRoute/MenuIcons/SampleRunEngine.jsx";
|
|
54
|
+
export { default as Coupons } from "./components/MenuRoute/MenuIcons/Coupons.jsx";
|
|
55
|
+
export { default as RulesEngine } from "./components/MenuRoute/MenuIcons/RulesEngine.jsx";
|
|
56
|
+
export { default as AdvancedThresholds } from "./components/MenuRoute/MenuIcons/AdvancedThresholds.jsx";
|
|
57
|
+
export { default as PreTestWhatIf } from "./components/MenuRoute/MenuIcons/PreTestWhatIf.jsx";
|
|
58
|
+
export { default as CustomerSegments } from "./components/MenuRoute/MenuIcons/CustomerSegments.jsx";
|
|
59
|
+
export { default as GroupBuilder } from "./components/MenuRoute/MenuIcons/GroupBuilder.jsx";
|
|
60
|
+
export { default as ItemsStores } from "./components/MenuRoute/MenuIcons/ItemsStores.jsx";
|
|
61
|
+
export { default as Analytics } from "./components/MenuRoute/MenuIcons/Analytics.jsx";
|
|
50
62
|
export { default as Table } from "./components/Table/Table.jsx";
|
|
51
63
|
export { default as FilterPop } from "./components/Table/DropMenus/FilterPop.jsx";
|
|
52
64
|
export { default as SortPop } from "./components/Table/DropMenus/SortPop.jsx";
|