sag_components 2.0.0-beta113 → 2.0.0-beta114
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 +2 -1
- package/dist/index.esm.js +103 -56
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +103 -56
- package/dist/index.js.map +1 -1
- package/dist/types/components/Input/Input.d.ts +2 -1
- package/dist/types/components/Input/Input.stories.d.ts +53 -32
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export default Input;
|
|
2
|
-
declare function Input({ label, labelEmptyValue, size, selectedValue, placeHolder, onChange, onBlur, required, disabled, width, error, errorMessage, labelColor, leftIcon, rightIcon, password, leftIconOnClick, rightIconOnClick, }: {
|
|
2
|
+
declare function Input({ label, labelEmptyValue, size, selectedValue, placeHolder, onChange, onBlur, required, disabled, isDarkerBackground, width, error, errorMessage, labelColor, leftIcon, rightIcon, password, leftIconOnClick, rightIconOnClick, }: {
|
|
3
3
|
label: any;
|
|
4
4
|
labelEmptyValue: any;
|
|
5
5
|
size: any;
|
|
@@ -9,6 +9,7 @@ declare function Input({ label, labelEmptyValue, size, selectedValue, placeHolde
|
|
|
9
9
|
onBlur: any;
|
|
10
10
|
required: any;
|
|
11
11
|
disabled: any;
|
|
12
|
+
isDarkerBackground?: boolean;
|
|
12
13
|
width: any;
|
|
13
14
|
error: any;
|
|
14
15
|
errorMessage: any;
|
|
@@ -147,7 +147,7 @@ declare namespace _default {
|
|
|
147
147
|
}
|
|
148
148
|
export { control_7 as control };
|
|
149
149
|
}
|
|
150
|
-
namespace
|
|
150
|
+
namespace isDarkerBackground {
|
|
151
151
|
const name_14: string;
|
|
152
152
|
export { name_14 as name };
|
|
153
153
|
export namespace type_14 {
|
|
@@ -168,7 +168,7 @@ declare namespace _default {
|
|
|
168
168
|
}
|
|
169
169
|
export { control_8 as control };
|
|
170
170
|
}
|
|
171
|
-
namespace
|
|
171
|
+
namespace error {
|
|
172
172
|
const name_16: string;
|
|
173
173
|
export { name_16 as name };
|
|
174
174
|
export namespace type_16 {
|
|
@@ -179,7 +179,7 @@ declare namespace _default {
|
|
|
179
179
|
const description_9: string;
|
|
180
180
|
export { description_9 as description };
|
|
181
181
|
export namespace defaultValue_7 {
|
|
182
|
-
const summary_7:
|
|
182
|
+
const summary_7: boolean;
|
|
183
183
|
export { summary_7 as summary };
|
|
184
184
|
}
|
|
185
185
|
export { defaultValue_7 as defaultValue };
|
|
@@ -189,7 +189,7 @@ declare namespace _default {
|
|
|
189
189
|
}
|
|
190
190
|
export { control_9 as control };
|
|
191
191
|
}
|
|
192
|
-
namespace
|
|
192
|
+
namespace errorMessage {
|
|
193
193
|
const name_18: string;
|
|
194
194
|
export { name_18 as name };
|
|
195
195
|
export namespace type_18 {
|
|
@@ -200,7 +200,7 @@ declare namespace _default {
|
|
|
200
200
|
const description_10: string;
|
|
201
201
|
export { description_10 as description };
|
|
202
202
|
export namespace defaultValue_8 {
|
|
203
|
-
const summary_8:
|
|
203
|
+
const summary_8: string;
|
|
204
204
|
export { summary_8 as summary };
|
|
205
205
|
}
|
|
206
206
|
export { defaultValue_8 as defaultValue };
|
|
@@ -210,60 +210,81 @@ declare namespace _default {
|
|
|
210
210
|
}
|
|
211
211
|
export { control_10 as control };
|
|
212
212
|
}
|
|
213
|
-
namespace
|
|
213
|
+
namespace password {
|
|
214
214
|
const name_20: string;
|
|
215
215
|
export { name_20 as name };
|
|
216
|
-
export
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
export { type_20 as type };
|
|
216
|
+
export namespace type_20 {
|
|
217
|
+
const name_21: string;
|
|
218
|
+
export { name_21 as name };
|
|
220
219
|
}
|
|
221
|
-
export {
|
|
220
|
+
export { type_20 as type };
|
|
222
221
|
const description_11: string;
|
|
223
222
|
export { description_11 as description };
|
|
223
|
+
export namespace defaultValue_9 {
|
|
224
|
+
const summary_9: boolean;
|
|
225
|
+
export { summary_9 as summary };
|
|
226
|
+
}
|
|
227
|
+
export { defaultValue_9 as defaultValue };
|
|
228
|
+
export namespace control_11 {
|
|
229
|
+
const type_21: string;
|
|
230
|
+
export { type_21 as type };
|
|
231
|
+
}
|
|
232
|
+
export { control_11 as control };
|
|
224
233
|
}
|
|
225
|
-
namespace
|
|
226
|
-
const
|
|
227
|
-
export {
|
|
234
|
+
namespace leftIcon {
|
|
235
|
+
const name_22: string;
|
|
236
|
+
export { name_22 as name };
|
|
228
237
|
export { iconsList as options };
|
|
229
238
|
export namespace control_12 {
|
|
230
|
-
const
|
|
231
|
-
export {
|
|
239
|
+
const type_22: string;
|
|
240
|
+
export { type_22 as type };
|
|
232
241
|
}
|
|
233
242
|
export { control_12 as control };
|
|
234
243
|
const description_12: string;
|
|
235
244
|
export { description_12 as description };
|
|
236
245
|
}
|
|
237
|
-
namespace
|
|
238
|
-
const
|
|
239
|
-
export {
|
|
240
|
-
export
|
|
246
|
+
namespace rightIcon {
|
|
247
|
+
const name_23: string;
|
|
248
|
+
export { name_23 as name };
|
|
249
|
+
export { iconsList as options };
|
|
250
|
+
export namespace control_13 {
|
|
251
|
+
const type_23: string;
|
|
252
|
+
export { type_23 as type };
|
|
253
|
+
}
|
|
254
|
+
export { control_13 as control };
|
|
241
255
|
const description_13: string;
|
|
242
256
|
export { description_13 as description };
|
|
243
257
|
}
|
|
258
|
+
namespace leftIconOnClick {
|
|
259
|
+
const name_24: string;
|
|
260
|
+
export { name_24 as name };
|
|
261
|
+
export const action: string;
|
|
262
|
+
const description_14: string;
|
|
263
|
+
export { description_14 as description };
|
|
264
|
+
}
|
|
244
265
|
namespace rightIconOnClick {
|
|
245
|
-
const
|
|
246
|
-
export {
|
|
266
|
+
const name_25: string;
|
|
267
|
+
export { name_25 as name };
|
|
247
268
|
const action_1: string;
|
|
248
269
|
export { action_1 as action };
|
|
249
|
-
const
|
|
250
|
-
export {
|
|
270
|
+
const description_15: string;
|
|
271
|
+
export { description_15 as description };
|
|
251
272
|
}
|
|
252
273
|
namespace onChange {
|
|
253
|
-
const
|
|
254
|
-
export {
|
|
274
|
+
const name_26: string;
|
|
275
|
+
export { name_26 as name };
|
|
255
276
|
const action_2: string;
|
|
256
277
|
export { action_2 as action };
|
|
257
|
-
const
|
|
258
|
-
export {
|
|
278
|
+
const description_16: string;
|
|
279
|
+
export { description_16 as description };
|
|
259
280
|
}
|
|
260
281
|
namespace onBlur {
|
|
261
|
-
const
|
|
262
|
-
export {
|
|
282
|
+
const name_27: string;
|
|
283
|
+
export { name_27 as name };
|
|
263
284
|
const action_3: string;
|
|
264
285
|
export { action_3 as action };
|
|
265
|
-
const
|
|
266
|
-
export {
|
|
286
|
+
const description_17: string;
|
|
287
|
+
export { description_17 as description };
|
|
267
288
|
}
|
|
268
289
|
}
|
|
269
290
|
}
|