sag_components 2.0.0-beta127 → 2.0.0-beta129

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,5 +1,5 @@
1
1
  export default OverlayDropdown;
2
- declare function OverlayDropdown({ data, value, onSelectClick, disabled, isDarkerBackground, required, selectedColor, hoverColor, dropdownMaxHeight, width, ...props }: {
2
+ declare function OverlayDropdown({ data, value, onSelectClick, disabled, isDarkerBackground, required, selectedColor, hoverColor, dropdownMaxHeight, width, height, label, labelEmptyValue, showLabelOnTop, placeHolder, labelColor, placeHolderColor, ...props }: {
3
3
  [x: string]: any;
4
4
  data?: any[];
5
5
  value: any;
@@ -11,4 +11,11 @@ declare function OverlayDropdown({ data, value, onSelectClick, disabled, isDarke
11
11
  hoverColor?: string;
12
12
  dropdownMaxHeight?: string;
13
13
  width?: string;
14
+ height?: string;
15
+ label: any;
16
+ labelEmptyValue: any;
17
+ showLabelOnTop: any;
18
+ placeHolder: any;
19
+ labelColor: any;
20
+ placeHolderColor: any;
14
21
  }): import("react/jsx-runtime").JSX.Element;
@@ -95,6 +95,72 @@ declare namespace _default {
95
95
  const description_8: string;
96
96
  export { description_8 as description };
97
97
  }
98
+ namespace label {
99
+ const name_9: string;
100
+ export { name_9 as name };
101
+ export namespace control_8 {
102
+ const type_8: string;
103
+ export { type_8 as type };
104
+ }
105
+ export { control_8 as control };
106
+ const description_9: string;
107
+ export { description_9 as description };
108
+ }
109
+ namespace labelEmptyValue {
110
+ const name_10: string;
111
+ export { name_10 as name };
112
+ export namespace control_9 {
113
+ const type_9: string;
114
+ export { type_9 as type };
115
+ }
116
+ export { control_9 as control };
117
+ const description_10: string;
118
+ export { description_10 as description };
119
+ }
120
+ namespace showLabelOnTop {
121
+ const name_11: string;
122
+ export { name_11 as name };
123
+ export namespace control_10 {
124
+ const type_10: string;
125
+ export { type_10 as type };
126
+ }
127
+ export { control_10 as control };
128
+ const description_11: string;
129
+ export { description_11 as description };
130
+ }
131
+ namespace labelColor {
132
+ const name_12: string;
133
+ export { name_12 as name };
134
+ export namespace control_11 {
135
+ const type_11: string;
136
+ export { type_11 as type };
137
+ }
138
+ export { control_11 as control };
139
+ const description_12: string;
140
+ export { description_12 as description };
141
+ }
142
+ namespace placeHolder {
143
+ const name_13: string;
144
+ export { name_13 as name };
145
+ export namespace control_12 {
146
+ const type_12: string;
147
+ export { type_12 as type };
148
+ }
149
+ export { control_12 as control };
150
+ const description_13: string;
151
+ export { description_13 as description };
152
+ }
153
+ namespace placeHolderColor {
154
+ const name_14: string;
155
+ export { name_14 as name };
156
+ export namespace control_13 {
157
+ const type_13: string;
158
+ export { type_13 as type };
159
+ }
160
+ export { control_13 as control };
161
+ const description_14: string;
162
+ export { description_14 as description };
163
+ }
98
164
  }
99
165
  }
100
166
  export default _default;
@@ -115,6 +181,18 @@ export namespace Default {
115
181
  export { hoverColor_1 as hoverColor };
116
182
  const dropdownMaxHeight_1: string;
117
183
  export { dropdownMaxHeight_1 as dropdownMaxHeight };
184
+ const label_1: string;
185
+ export { label_1 as label };
186
+ const labelEmptyValue_1: string;
187
+ export { labelEmptyValue_1 as labelEmptyValue };
188
+ const showLabelOnTop_1: boolean;
189
+ export { showLabelOnTop_1 as showLabelOnTop };
190
+ const labelColor_1: string;
191
+ export { labelColor_1 as labelColor };
192
+ const placeHolder_1: string;
193
+ export { placeHolder_1 as placeHolder };
194
+ const placeHolderColor_1: string;
195
+ export { placeHolderColor_1 as placeHolderColor };
118
196
  }
119
197
  }
120
198
  export namespace WithSelection {
@@ -132,6 +210,18 @@ export namespace WithSelection {
132
210
  export { hoverColor_2 as hoverColor };
133
211
  const dropdownMaxHeight_2: string;
134
212
  export { dropdownMaxHeight_2 as dropdownMaxHeight };
213
+ const label_2: string;
214
+ export { label_2 as label };
215
+ const labelEmptyValue_2: string;
216
+ export { labelEmptyValue_2 as labelEmptyValue };
217
+ const showLabelOnTop_2: boolean;
218
+ export { showLabelOnTop_2 as showLabelOnTop };
219
+ const labelColor_2: string;
220
+ export { labelColor_2 as labelColor };
221
+ const placeHolder_2: string;
222
+ export { placeHolder_2 as placeHolder };
223
+ const placeHolderColor_2: string;
224
+ export { placeHolderColor_2 as placeHolderColor };
135
225
  }
136
226
  export { args_1 as args };
137
227
  }
@@ -150,6 +240,18 @@ export namespace LongStringTooltip {
150
240
  export { hoverColor_3 as hoverColor };
151
241
  const dropdownMaxHeight_3: string;
152
242
  export { dropdownMaxHeight_3 as dropdownMaxHeight };
243
+ const label_3: string;
244
+ export { label_3 as label };
245
+ const labelEmptyValue_3: string;
246
+ export { labelEmptyValue_3 as labelEmptyValue };
247
+ const showLabelOnTop_3: boolean;
248
+ export { showLabelOnTop_3 as showLabelOnTop };
249
+ const labelColor_3: string;
250
+ export { labelColor_3 as labelColor };
251
+ const placeHolder_3: string;
252
+ export { placeHolder_3 as placeHolder };
253
+ const placeHolderColor_3: string;
254
+ export { placeHolderColor_3 as placeHolderColor };
153
255
  }
154
256
  export { args_2 as args };
155
257
  }
@@ -168,6 +270,18 @@ export namespace Skin_Customized {
168
270
  export { hoverColor_4 as hoverColor };
169
271
  const dropdownMaxHeight_4: string;
170
272
  export { dropdownMaxHeight_4 as dropdownMaxHeight };
273
+ const label_4: string;
274
+ export { label_4 as label };
275
+ const labelEmptyValue_4: string;
276
+ export { labelEmptyValue_4 as labelEmptyValue };
277
+ const showLabelOnTop_4: boolean;
278
+ export { showLabelOnTop_4 as showLabelOnTop };
279
+ const labelColor_4: string;
280
+ export { labelColor_4 as labelColor };
281
+ const placeHolder_4: string;
282
+ export { placeHolder_4 as placeHolder };
283
+ const placeHolderColor_4: string;
284
+ export { placeHolderColor_4 as placeHolderColor };
171
285
  }
172
286
  export { args_3 as args };
173
287
  }
@@ -186,6 +300,18 @@ export namespace Disabled_Required {
186
300
  export { hoverColor_5 as hoverColor };
187
301
  const dropdownMaxHeight_5: string;
188
302
  export { dropdownMaxHeight_5 as dropdownMaxHeight };
303
+ const label_5: string;
304
+ export { label_5 as label };
305
+ const labelEmptyValue_5: string;
306
+ export { labelEmptyValue_5 as labelEmptyValue };
307
+ const showLabelOnTop_5: boolean;
308
+ export { showLabelOnTop_5 as showLabelOnTop };
309
+ const labelColor_5: string;
310
+ export { labelColor_5 as labelColor };
311
+ const placeHolder_5: string;
312
+ export { placeHolder_5 as placeHolder };
313
+ const placeHolderColor_5: string;
314
+ export { placeHolderColor_5 as placeHolderColor };
189
315
  }
190
316
  export { args_4 as args };
191
317
  }
@@ -5,3 +5,4 @@ export const SectionTitle: import("styled-components/dist/types").IStyledCompone
5
5
  export const DropdownItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, never>> & string;
6
6
  export const TruncatedText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
7
7
  export const Tooltip: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
8
+ export const Label: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, never>> & string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "2.0.0-beta127",
3
+ "version": "2.0.0-beta129",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",