sag_components 2.0.0-beta51 → 2.0.0-beta52

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.
@@ -11,49 +11,49 @@ declare namespace _default {
11
11
  }
12
12
  }
13
13
  export namespace argTypes {
14
- export namespace className {
14
+ export namespace width {
15
15
  export const control: string;
16
16
  const description_1: string;
17
17
  export { description_1 as description };
18
18
  }
19
- export namespace title_1 {
19
+ export namespace height {
20
20
  const control_1: string;
21
21
  export { control_1 as control };
22
22
  const description_2: string;
23
23
  export { description_2 as description };
24
24
  }
25
- export { title_1 as title };
26
- export namespace itemTypeHeaders {
25
+ export namespace className {
27
26
  const control_2: string;
28
27
  export { control_2 as control };
29
28
  const description_3: string;
30
29
  export { description_3 as description };
31
30
  }
32
- export namespace data {
31
+ export namespace title_1 {
33
32
  const control_3: string;
34
33
  export { control_3 as control };
35
34
  const description_4: string;
36
35
  export { description_4 as description };
37
36
  }
38
- export namespace graphColor {
37
+ export { title_1 as title };
38
+ export namespace itemTypeHeaders {
39
39
  const control_4: string;
40
40
  export { control_4 as control };
41
41
  const description_5: string;
42
42
  export { description_5 as description };
43
43
  }
44
- export namespace graphCounterMax {
44
+ export namespace data {
45
45
  const control_5: string;
46
46
  export { control_5 as control };
47
47
  const description_6: string;
48
48
  export { description_6 as description };
49
49
  }
50
- export namespace width {
50
+ export namespace graphColor {
51
51
  const control_6: string;
52
52
  export { control_6 as control };
53
53
  const description_7: string;
54
54
  export { description_7 as description };
55
55
  }
56
- export namespace height {
56
+ export namespace graphCounterMax {
57
57
  const control_7: string;
58
58
  export { control_7 as control };
59
59
  const description_8: string;
@@ -1,17 +1,18 @@
1
1
  export default TabMenu;
2
- declare function TabMenu({ activeColor, headlineContent, children, className, color, currentTab, headlineInsteadTabs, headlineText, inputWidth, onFilterButtonClick, onSearchFieldTyping, onTabChange, panelIsOpen, setBackground, showActions, showFilterButton, showLabel, showSearchInput, showViewOptionsButton, disabledButton, setTopRightButton, rightButtonText, rightButtonIcon, onTopButtonClick, tabs, }: {
3
- activeColor?: string;
4
- headlineContent?: import("react/jsx-runtime").JSX.Element;
5
- children?: any;
6
- className?: string;
2
+ declare function TabMenu({ color, currentTab, headlineInsteadTabs, headlineText, headlineContent, className, children, tabs, inputWidth, onFilterButtonClick, onSearchFieldTyping, onTabChange, onTopButtonClick, panelIsOpen, setBackground, showActions, showFilterButton, showLabel, showSearchInput, showViewOptionsButton, disabledButton, setTopRightButton, rightButtonText, rightButtonIcon, }: {
7
3
  color?: string;
8
4
  currentTab?: number;
9
5
  headlineInsteadTabs?: boolean;
10
6
  headlineText?: string;
7
+ headlineContent?: import("react/jsx-runtime").JSX.Element;
8
+ className?: string;
9
+ children?: any;
10
+ tabs?: any[];
11
11
  inputWidth?: string;
12
12
  onFilterButtonClick?: () => void;
13
13
  onSearchFieldTyping?: () => void;
14
14
  onTabChange?: () => void;
15
+ onTopButtonClick?: () => void;
15
16
  panelIsOpen?: boolean;
16
17
  setBackground?: boolean;
17
18
  showActions?: boolean;
@@ -23,12 +24,9 @@ declare function TabMenu({ activeColor, headlineContent, children, className, co
23
24
  setTopRightButton?: boolean;
24
25
  rightButtonText?: string;
25
26
  rightButtonIcon?: string;
26
- onTopButtonClick?: () => void;
27
- tabs?: any[];
28
27
  }): import("react/jsx-runtime").JSX.Element;
29
28
  declare namespace TabMenu {
30
29
  namespace propTypes {
31
- const activeColor: PropTypes.Requireable<string>;
32
30
  const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
33
31
  const className: PropTypes.Requireable<string>;
34
32
  const color: PropTypes.Requireable<string>;
@@ -31,17 +31,17 @@ declare namespace _default {
31
31
  const defaultValue_2: boolean;
32
32
  export { defaultValue_2 as defaultValue };
33
33
  }
34
- namespace showActions {
34
+ namespace headlineText {
35
35
  const name_3: string;
36
36
  export { name_3 as name };
37
37
  const control_3: string;
38
38
  export { control_3 as control };
39
39
  const description_3: string;
40
40
  export { description_3 as description };
41
- const defaultValue_3: boolean;
41
+ const defaultValue_3: string;
42
42
  export { defaultValue_3 as defaultValue };
43
43
  }
44
- namespace showFilterButton {
44
+ namespace showActions {
45
45
  const name_4: string;
46
46
  export { name_4 as name };
47
47
  const control_4: string;
@@ -51,7 +51,7 @@ declare namespace _default {
51
51
  const defaultValue_4: boolean;
52
52
  export { defaultValue_4 as defaultValue };
53
53
  }
54
- namespace showViewOptionsButton {
54
+ namespace showFilterButton {
55
55
  const name_5: string;
56
56
  export { name_5 as name };
57
57
  const control_5: string;
@@ -61,7 +61,7 @@ declare namespace _default {
61
61
  const defaultValue_5: boolean;
62
62
  export { defaultValue_5 as defaultValue };
63
63
  }
64
- namespace showSearchInput {
64
+ namespace showViewOptionsButton {
65
65
  const name_6: string;
66
66
  export { name_6 as name };
67
67
  const control_6: string;
@@ -71,7 +71,7 @@ declare namespace _default {
71
71
  const defaultValue_6: boolean;
72
72
  export { defaultValue_6 as defaultValue };
73
73
  }
74
- namespace disabledButton {
74
+ namespace showSearchInput {
75
75
  const name_7: string;
76
76
  export { name_7 as name };
77
77
  const control_7: string;
@@ -81,7 +81,7 @@ declare namespace _default {
81
81
  const defaultValue_7: boolean;
82
82
  export { defaultValue_7 as defaultValue };
83
83
  }
84
- namespace setTopRightButton {
84
+ namespace showLabel {
85
85
  const name_8: string;
86
86
  export { name_8 as name };
87
87
  const control_8: string;
@@ -91,7 +91,7 @@ declare namespace _default {
91
91
  const defaultValue_8: boolean;
92
92
  export { defaultValue_8 as defaultValue };
93
93
  }
94
- namespace rightButtonText {
94
+ namespace inputWidth {
95
95
  const name_9: string;
96
96
  export { name_9 as name };
97
97
  const control_9: string;
@@ -101,12 +101,76 @@ declare namespace _default {
101
101
  const defaultValue_9: string;
102
102
  export { defaultValue_9 as defaultValue };
103
103
  }
104
- namespace onTopButtonClick {
104
+ namespace disabledButton {
105
105
  const name_10: string;
106
106
  export { name_10 as name };
107
- export const action: string;
107
+ const control_10: string;
108
+ export { control_10 as control };
108
109
  const description_10: string;
109
110
  export { description_10 as description };
111
+ const defaultValue_10: boolean;
112
+ export { defaultValue_10 as defaultValue };
113
+ }
114
+ namespace setTopRightButton {
115
+ const name_11: string;
116
+ export { name_11 as name };
117
+ const control_11: string;
118
+ export { control_11 as control };
119
+ const description_11: string;
120
+ export { description_11 as description };
121
+ const defaultValue_11: boolean;
122
+ export { defaultValue_11 as defaultValue };
123
+ }
124
+ namespace rightButtonText {
125
+ const name_12: string;
126
+ export { name_12 as name };
127
+ const control_12: string;
128
+ export { control_12 as control };
129
+ const description_12: string;
130
+ export { description_12 as description };
131
+ const defaultValue_12: string;
132
+ export { defaultValue_12 as defaultValue };
133
+ }
134
+ namespace rightButtonIcon {
135
+ const name_13: string;
136
+ export { name_13 as name };
137
+ const control_13: string;
138
+ export { control_13 as control };
139
+ const description_13: string;
140
+ export { description_13 as description };
141
+ const defaultValue_13: string;
142
+ export { defaultValue_13 as defaultValue };
143
+ }
144
+ namespace onTopButtonClick {
145
+ const name_14: string;
146
+ export { name_14 as name };
147
+ export const action: string;
148
+ const description_14: string;
149
+ export { description_14 as description };
150
+ }
151
+ namespace onTabChange {
152
+ const name_15: string;
153
+ export { name_15 as name };
154
+ const action_1: string;
155
+ export { action_1 as action };
156
+ const description_15: string;
157
+ export { description_15 as description };
158
+ }
159
+ namespace onFilterButtonClick {
160
+ const name_16: string;
161
+ export { name_16 as name };
162
+ const action_2: string;
163
+ export { action_2 as action };
164
+ const description_16: string;
165
+ export { description_16 as description };
166
+ }
167
+ namespace onSearchFieldTyping {
168
+ const name_17: string;
169
+ export { name_17 as name };
170
+ const action_3: string;
171
+ export { action_3 as action };
172
+ const description_17: string;
173
+ export { description_17 as description };
110
174
  }
111
175
  }
112
176
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "2.0.0-beta51",
3
+ "version": "2.0.0-beta52",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",