sag_components 2.0.0-beta226 → 2.0.0-beta228

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,10 +1,11 @@
1
1
  export default Input;
2
- declare function Input({ label, labelEmptyValue, size, selectedValue, placeHolder, onChange, onClick, onBlur, required, disabled, isDarkerBackground, width, height, error, errorMessage, labelColor, leftIcon, rightIcon, password, leftIconOnClick, rightIconOnClick, multiline, rows, maxLength, regex, onKeyDown, }: {
2
+ declare function Input({ label, labelEmptyValue, size, selectedValue, placeHolder, inputType, onChange, onClick, onBlur, required, disabled, isDarkerBackground, width, height, error, errorMessage, labelColor, leftIcon, rightIcon, password, leftIconOnClick, rightIconOnClick, multiline, rows, maxLength, regex, onKeyDown, }: {
3
3
  label: any;
4
4
  labelEmptyValue: any;
5
5
  size: any;
6
6
  selectedValue: any;
7
7
  placeHolder: any;
8
+ inputType?: string;
8
9
  onChange: any;
9
10
  onClick: any;
10
11
  onBlur: any;
@@ -72,14 +72,25 @@ declare namespace _default {
72
72
  const description_3: string;
73
73
  export { description_3 as description };
74
74
  }
75
- namespace width {
75
+ namespace inputType {
76
76
  const name_7: string;
77
77
  export { name_7 as name };
78
- export namespace type_7 {
79
- const name_8: string;
80
- export { name_8 as name };
78
+ const options_1: string[];
79
+ export { options_1 as options };
80
+ export namespace control_4 {
81
+ const type_7: string;
82
+ export { type_7 as type };
83
+ }
84
+ export { control_4 as control };
85
+ }
86
+ namespace width {
87
+ const name_8: string;
88
+ export { name_8 as name };
89
+ export namespace type_8 {
90
+ const name_9: string;
91
+ export { name_9 as name };
81
92
  }
82
- export { type_7 as type };
93
+ export { type_8 as type };
83
94
  const description_4: string;
84
95
  export { description_4 as description };
85
96
  export namespace defaultValue_3 {
@@ -87,32 +98,32 @@ declare namespace _default {
87
98
  export { summary_3 as summary };
88
99
  }
89
100
  export { defaultValue_3 as defaultValue };
90
- export namespace control_4 {
91
- const type_8: string;
92
- export { type_8 as type };
101
+ export namespace control_5 {
102
+ const type_9: string;
103
+ export { type_9 as type };
93
104
  }
94
- export { control_4 as control };
105
+ export { control_5 as control };
95
106
  }
96
107
  namespace labelColor {
97
- const name_9: string;
98
- export { name_9 as name };
108
+ const name_10: string;
109
+ export { name_10 as name };
99
110
  const description_5: string;
100
111
  export { description_5 as description };
101
- export namespace control_5 {
102
- const type_9: string;
103
- export { type_9 as type };
112
+ export namespace control_6 {
113
+ const type_10: string;
114
+ export { type_10 as type };
104
115
  export const presetColors: string[];
105
116
  }
106
- export { control_5 as control };
117
+ export { control_6 as control };
107
118
  }
108
119
  namespace required {
109
- const name_10: string;
110
- export { name_10 as name };
111
- export namespace type_10 {
112
- const name_11: string;
113
- export { name_11 as name };
120
+ const name_11: string;
121
+ export { name_11 as name };
122
+ export namespace type_11 {
123
+ const name_12: string;
124
+ export { name_12 as name };
114
125
  }
115
- export { type_10 as type };
126
+ export { type_11 as type };
116
127
  const description_6: string;
117
128
  export { description_6 as description };
118
129
  export namespace defaultValue_4 {
@@ -120,20 +131,20 @@ declare namespace _default {
120
131
  export { summary_4 as summary };
121
132
  }
122
133
  export { defaultValue_4 as defaultValue };
123
- export namespace control_6 {
124
- const type_11: string;
125
- export { type_11 as type };
134
+ export namespace control_7 {
135
+ const type_12: string;
136
+ export { type_12 as type };
126
137
  }
127
- export { control_6 as control };
138
+ export { control_7 as control };
128
139
  }
129
140
  namespace disabled {
130
- const name_12: string;
131
- export { name_12 as name };
132
- export namespace type_12 {
133
- const name_13: string;
134
- export { name_13 as name };
141
+ const name_13: string;
142
+ export { name_13 as name };
143
+ export namespace type_13 {
144
+ const name_14: string;
145
+ export { name_14 as name };
135
146
  }
136
- export { type_12 as type };
147
+ export { type_13 as type };
137
148
  const description_7: string;
138
149
  export { description_7 as description };
139
150
  export namespace defaultValue_5 {
@@ -141,20 +152,20 @@ declare namespace _default {
141
152
  export { summary_5 as summary };
142
153
  }
143
154
  export { defaultValue_5 as defaultValue };
144
- export namespace control_7 {
145
- const type_13: string;
146
- export { type_13 as type };
155
+ export namespace control_8 {
156
+ const type_14: string;
157
+ export { type_14 as type };
147
158
  }
148
- export { control_7 as control };
159
+ export { control_8 as control };
149
160
  }
150
161
  namespace isDarkerBackground {
151
- const name_14: string;
152
- export { name_14 as name };
153
- export namespace type_14 {
154
- const name_15: string;
155
- export { name_15 as name };
162
+ const name_15: string;
163
+ export { name_15 as name };
164
+ export namespace type_15 {
165
+ const name_16: string;
166
+ export { name_16 as name };
156
167
  }
157
- export { type_14 as type };
168
+ export { type_15 as type };
158
169
  const description_8: string;
159
170
  export { description_8 as description };
160
171
  export namespace defaultValue_6 {
@@ -162,20 +173,20 @@ declare namespace _default {
162
173
  export { summary_6 as summary };
163
174
  }
164
175
  export { defaultValue_6 as defaultValue };
165
- export namespace control_8 {
166
- const type_15: string;
167
- export { type_15 as type };
176
+ export namespace control_9 {
177
+ const type_16: string;
178
+ export { type_16 as type };
168
179
  }
169
- export { control_8 as control };
180
+ export { control_9 as control };
170
181
  }
171
182
  namespace error {
172
- const name_16: string;
173
- export { name_16 as name };
174
- export namespace type_16 {
175
- const name_17: string;
176
- export { name_17 as name };
183
+ const name_17: string;
184
+ export { name_17 as name };
185
+ export namespace type_17 {
186
+ const name_18: string;
187
+ export { name_18 as name };
177
188
  }
178
- export { type_16 as type };
189
+ export { type_17 as type };
179
190
  const description_9: string;
180
191
  export { description_9 as description };
181
192
  export namespace defaultValue_7 {
@@ -183,20 +194,20 @@ declare namespace _default {
183
194
  export { summary_7 as summary };
184
195
  }
185
196
  export { defaultValue_7 as defaultValue };
186
- export namespace control_9 {
187
- const type_17: string;
188
- export { type_17 as type };
197
+ export namespace control_10 {
198
+ const type_18: string;
199
+ export { type_18 as type };
189
200
  }
190
- export { control_9 as control };
201
+ export { control_10 as control };
191
202
  }
192
203
  namespace errorMessage {
193
- const name_18: string;
194
- export { name_18 as name };
195
- export namespace type_18 {
196
- const name_19: string;
197
- export { name_19 as name };
204
+ const name_19: string;
205
+ export { name_19 as name };
206
+ export namespace type_19 {
207
+ const name_20: string;
208
+ export { name_20 as name };
198
209
  }
199
- export { type_18 as type };
210
+ export { type_19 as type };
200
211
  const description_10: string;
201
212
  export { description_10 as description };
202
213
  export namespace defaultValue_8 {
@@ -204,20 +215,20 @@ declare namespace _default {
204
215
  export { summary_8 as summary };
205
216
  }
206
217
  export { defaultValue_8 as defaultValue };
207
- export namespace control_10 {
208
- const type_19: string;
209
- export { type_19 as type };
218
+ export namespace control_11 {
219
+ const type_20: string;
220
+ export { type_20 as type };
210
221
  }
211
- export { control_10 as control };
222
+ export { control_11 as control };
212
223
  }
213
224
  namespace password {
214
- const name_20: string;
215
- export { name_20 as name };
216
- export namespace type_20 {
217
- const name_21: string;
218
- export { name_21 as name };
225
+ const name_21: string;
226
+ export { name_21 as name };
227
+ export namespace type_21 {
228
+ const name_22: string;
229
+ export { name_22 as name };
219
230
  }
220
- export { type_20 as type };
231
+ export { type_21 as type };
221
232
  const description_11: string;
222
233
  export { description_11 as description };
223
234
  export namespace defaultValue_9 {
@@ -225,25 +236,13 @@ declare namespace _default {
225
236
  export { summary_9 as summary };
226
237
  }
227
238
  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 };
233
- }
234
- namespace leftIcon {
235
- const name_22: string;
236
- export { name_22 as name };
237
- export { iconsList as options };
238
239
  export namespace control_12 {
239
240
  const type_22: string;
240
241
  export { type_22 as type };
241
242
  }
242
243
  export { control_12 as control };
243
- const description_12: string;
244
- export { description_12 as description };
245
244
  }
246
- namespace rightIcon {
245
+ namespace leftIcon {
247
246
  const name_23: string;
248
247
  export { name_23 as name };
249
248
  export { iconsList as options };
@@ -252,17 +251,29 @@ declare namespace _default {
252
251
  export { type_23 as type };
253
252
  }
254
253
  export { control_13 as control };
254
+ const description_12: string;
255
+ export { description_12 as description };
256
+ }
257
+ namespace rightIcon {
258
+ const name_24: string;
259
+ export { name_24 as name };
260
+ export { iconsList as options };
261
+ export namespace control_14 {
262
+ const type_24: string;
263
+ export { type_24 as type };
264
+ }
265
+ export { control_14 as control };
255
266
  const description_13: string;
256
267
  export { description_13 as description };
257
268
  }
258
269
  namespace multiline {
259
- const name_24: string;
260
- export { name_24 as name };
261
- export namespace type_24 {
262
- const name_25: string;
263
- export { name_25 as name };
270
+ const name_25: string;
271
+ export { name_25 as name };
272
+ export namespace type_25 {
273
+ const name_26: string;
274
+ export { name_26 as name };
264
275
  }
265
- export { type_24 as type };
276
+ export { type_25 as type };
266
277
  const description_14: string;
267
278
  export { description_14 as description };
268
279
  export namespace defaultValue_10 {
@@ -270,20 +281,20 @@ declare namespace _default {
270
281
  export { summary_10 as summary };
271
282
  }
272
283
  export { defaultValue_10 as defaultValue };
273
- export namespace control_14 {
274
- const type_25: string;
275
- export { type_25 as type };
284
+ export namespace control_15 {
285
+ const type_26: string;
286
+ export { type_26 as type };
276
287
  }
277
- export { control_14 as control };
288
+ export { control_15 as control };
278
289
  }
279
290
  namespace rows {
280
- const name_26: string;
281
- export { name_26 as name };
282
- export namespace type_26 {
283
- const name_27: string;
284
- export { name_27 as name };
291
+ const name_27: string;
292
+ export { name_27 as name };
293
+ export namespace type_27 {
294
+ const name_28: string;
295
+ export { name_28 as name };
285
296
  }
286
- export { type_26 as type };
297
+ export { type_27 as type };
287
298
  const description_15: string;
288
299
  export { description_15 as description };
289
300
  export namespace defaultValue_11 {
@@ -291,60 +302,60 @@ declare namespace _default {
291
302
  export { summary_11 as summary };
292
303
  }
293
304
  export { defaultValue_11 as defaultValue };
294
- export namespace control_15 {
295
- const type_27: string;
296
- export { type_27 as type };
305
+ export namespace control_16 {
306
+ const type_28: string;
307
+ export { type_28 as type };
297
308
  export const min: number;
298
309
  export const max: number;
299
310
  }
300
- export { control_15 as control };
311
+ export { control_16 as control };
301
312
  }
302
313
  namespace maxLength {
303
- const name_28: string;
304
- export { name_28 as name };
305
- export namespace type_28 {
306
- const name_29: string;
307
- export { name_29 as name };
314
+ const name_29: string;
315
+ export { name_29 as name };
316
+ export namespace type_29 {
317
+ const name_30: string;
318
+ export { name_30 as name };
308
319
  }
309
- export { type_28 as type };
320
+ export { type_29 as type };
310
321
  const description_16: string;
311
322
  export { description_16 as description };
312
- export namespace control_16 {
313
- const type_29: string;
314
- export { type_29 as type };
323
+ export namespace control_17 {
324
+ const type_30: string;
325
+ export { type_30 as type };
315
326
  const min_1: number;
316
327
  export { min_1 as min };
317
328
  const max_1: number;
318
329
  export { max_1 as max };
319
330
  }
320
- export { control_16 as control };
331
+ export { control_17 as control };
321
332
  }
322
333
  namespace leftIconOnClick {
323
- const name_30: string;
324
- export { name_30 as name };
334
+ const name_31: string;
335
+ export { name_31 as name };
325
336
  export const action: string;
326
337
  const description_17: string;
327
338
  export { description_17 as description };
328
339
  }
329
340
  namespace rightIconOnClick {
330
- const name_31: string;
331
- export { name_31 as name };
341
+ const name_32: string;
342
+ export { name_32 as name };
332
343
  const action_1: string;
333
344
  export { action_1 as action };
334
345
  const description_18: string;
335
346
  export { description_18 as description };
336
347
  }
337
348
  namespace onChange {
338
- const name_32: string;
339
- export { name_32 as name };
349
+ const name_33: string;
350
+ export { name_33 as name };
340
351
  const action_2: string;
341
352
  export { action_2 as action };
342
353
  const description_19: string;
343
354
  export { description_19 as description };
344
355
  }
345
356
  namespace onBlur {
346
- const name_33: string;
347
- export { name_33 as name };
357
+ const name_34: string;
358
+ export { name_34 as name };
348
359
  const action_3: string;
349
360
  export { action_3 as action };
350
361
  const description_20: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "2.0.0-beta226",
3
+ "version": "2.0.0-beta228",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",