sag_components 2.0.0-beta97 → 2.0.0-beta99

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.
@@ -0,0 +1,128 @@
1
+ declare namespace _default {
2
+ export const title: string;
3
+ export { Table as component };
4
+ export const tags: string[];
5
+ export namespace argTypes {
6
+ namespace width {
7
+ const control: string;
8
+ const description: string;
9
+ const name: string;
10
+ }
11
+ namespace height {
12
+ const control_1: string;
13
+ export { control_1 as control };
14
+ const description_1: string;
15
+ export { description_1 as description };
16
+ const name_1: string;
17
+ export { name_1 as name };
18
+ }
19
+ namespace tableTitle {
20
+ const control_2: string;
21
+ export { control_2 as control };
22
+ const description_2: string;
23
+ export { description_2 as description };
24
+ const name_2: string;
25
+ export { name_2 as name };
26
+ }
27
+ namespace data {
28
+ const control_3: string;
29
+ export { control_3 as control };
30
+ const description_3: string;
31
+ export { description_3 as description };
32
+ const name_3: string;
33
+ export { name_3 as name };
34
+ }
35
+ namespace onButtonClick {
36
+ export const action: string;
37
+ const description_4: string;
38
+ export { description_4 as description };
39
+ const name_4: string;
40
+ export { name_4 as name };
41
+ }
42
+ namespace buttonColor {
43
+ const control_4: string;
44
+ export { control_4 as control };
45
+ const description_5: string;
46
+ export { description_5 as description };
47
+ const name_5: string;
48
+ export { name_5 as name };
49
+ export const defaultValue: string;
50
+ }
51
+ namespace buttonHoverColor {
52
+ const control_5: string;
53
+ export { control_5 as control };
54
+ const description_6: string;
55
+ export { description_6 as description };
56
+ const name_6: string;
57
+ export { name_6 as name };
58
+ const defaultValue_1: string;
59
+ export { defaultValue_1 as defaultValue };
60
+ }
61
+ namespace showSideButton {
62
+ const control_6: string;
63
+ export { control_6 as control };
64
+ const description_7: string;
65
+ export { description_7 as description };
66
+ const name_7: string;
67
+ export { name_7 as name };
68
+ const defaultValue_2: boolean;
69
+ export { defaultValue_2 as defaultValue };
70
+ }
71
+ namespace onSideButtonClick {
72
+ const action_1: string;
73
+ export { action_1 as action };
74
+ const description_8: string;
75
+ export { description_8 as description };
76
+ const name_8: string;
77
+ export { name_8 as name };
78
+ }
79
+ namespace sideButtonColor {
80
+ const control_7: string;
81
+ export { control_7 as control };
82
+ const description_9: string;
83
+ export { description_9 as description };
84
+ const name_9: string;
85
+ export { name_9 as name };
86
+ const defaultValue_3: string;
87
+ export { defaultValue_3 as defaultValue };
88
+ }
89
+ namespace sideButtonHoverColor {
90
+ const control_8: string;
91
+ export { control_8 as control };
92
+ const description_10: string;
93
+ export { description_10 as description };
94
+ const name_10: string;
95
+ export { name_10 as name };
96
+ const defaultValue_4: string;
97
+ export { defaultValue_4 as defaultValue };
98
+ }
99
+ }
100
+ }
101
+ export default _default;
102
+ export namespace Default {
103
+ namespace args {
104
+ const width_1: string;
105
+ export { width_1 as width };
106
+ const height_1: string;
107
+ export { height_1 as height };
108
+ const tableTitle_1: string;
109
+ export { tableTitle_1 as tableTitle };
110
+ const data_1: {}[];
111
+ export { data_1 as data };
112
+ export function onButtonClick_1(): void;
113
+ export { onButtonClick_1 as onButtonClick };
114
+ const buttonColor_1: string;
115
+ export { buttonColor_1 as buttonColor };
116
+ const buttonHoverColor_1: string;
117
+ export { buttonHoverColor_1 as buttonHoverColor };
118
+ const showSideButton_1: boolean;
119
+ export { showSideButton_1 as showSideButton };
120
+ export function onSideButtonClick_1(): void;
121
+ export { onSideButtonClick_1 as onSideButtonClick };
122
+ const sideButtonColor_1: string;
123
+ export { sideButtonColor_1 as sideButtonColor };
124
+ const sideButtonHoverColor_1: string;
125
+ export { sideButtonHoverColor_1 as sideButtonHoverColor };
126
+ }
127
+ }
128
+ import Table from "./Table";
@@ -0,0 +1,13 @@
1
+ export const TableWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
2
+ export const TableTag: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, never>> & string;
3
+ export const Thead: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, never>> & string;
4
+ export const HeaderCell: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>, never>> & string;
5
+ export const Tbody: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, never>> & string;
6
+ export const BodyCell: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, never>> & string;
7
+ export const StyledRow: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, never>> & string;
8
+ export const NoInfoFound: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
9
+ export const TableTop: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
10
+ export const Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, never>> & string;
11
+ export const SubTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
12
+ export const NoEventsWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
13
+ export const NoEventsMessage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
@@ -0,0 +1,6 @@
1
+ export default Plus;
2
+ declare function Plus({ width, height, fill }: {
3
+ width?: number;
4
+ height?: number;
5
+ fill?: string;
6
+ }): import("react/jsx-runtime").JSX.Element;
@@ -12,3 +12,4 @@ export { default as ReselectIcon } from './ReselectIcon';
12
12
  export { default as SearchIcon } from './SearchIcon';
13
13
  export { default as PlusIcon } from './PlusIcon';
14
14
  export { default as ArrowLeftIcon } from './ArrowLeftIcon';
15
+ export { default as Plus } from './Plus';
@@ -46,3 +46,5 @@ export { default as MenuRoute } from "./components/MenuRoute/MenuRoute.jsx";
46
46
  export { default as Build } from "./components/MenuRoute/MenuIcons/Build.jsx";
47
47
  export { default as Track } from "./components/MenuRoute/MenuIcons/Track.jsx";
48
48
  export { default as Execute } from "./components/MenuRoute/MenuIcons/Execute.jsx";
49
+ export { default as Table } from "./components/Table/Table.jsx";
50
+ export { default as SearchInput } from "./components/SearchInput/SearchInput.jsx";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "2.0.0-beta97",
3
+ "version": "2.0.0-beta99",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",