@salutejs/plasma-sb-utils 0.226.1-next-sbcom.0 → 0.227.0-dev.0
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/lib/components/Combobox/Combobox.d.ts +408 -0
- package/lib/components/Combobox/Combobox.js +94 -0
- package/lib/components/Combobox/Combobox.js.map +1 -0
- package/lib/components/Combobox/fixtures.d.ts +42 -0
- package/lib/components/Combobox/fixtures.js +364 -0
- package/lib/components/Combobox/fixtures.js.map +1 -0
- package/lib/components/Combobox/index.d.ts +1 -0
- package/lib/components/Combobox/index.js +2 -0
- package/lib/components/Combobox/index.js.map +1 -0
- package/lib/components/Combobox/meta.d.ts +357 -0
- package/lib/components/Combobox/meta.js +149 -0
- package/lib/components/Combobox/meta.js.map +1 -0
- package/lib/components/Combobox/stories.d.ts +4 -0
- package/lib/components/Combobox/stories.js +109 -0
- package/lib/components/Combobox/stories.js.map +1 -0
- package/lib/components/DatePicker/DatePicker.d.ts +1 -0
- package/lib/components/DatePicker/DatePicker.js +4 -4
- package/lib/components/DatePicker/DatePicker.js.map +1 -1
- package/lib/components/DatePicker/stories.d.ts +4 -2
- package/lib/components/DatePicker/stories.js +18 -5
- package/lib/components/DatePicker/stories.js.map +1 -1
- package/lib/components/DateTimePicker/DateTimePicker.d.ts +24 -0
- package/lib/components/DateTimePicker/DateTimePicker.js +2 -2
- package/lib/components/DateTimePicker/DateTimePicker.js.map +1 -1
- package/lib/components/DateTimePicker/fixtures.d.ts +1 -0
- package/lib/components/DateTimePicker/fixtures.js +1 -0
- package/lib/components/DateTimePicker/fixtures.js.map +1 -1
- package/lib/components/DateTimePicker/meta.d.ts +23 -0
- package/lib/components/DateTimePicker/meta.js +13 -3
- package/lib/components/DateTimePicker/meta.js.map +1 -1
- package/lib/components/DateTimePicker/stories.d.ts +1 -1
- package/lib/components/DateTimePicker/stories.js +8 -3
- package/lib/components/DateTimePicker/stories.js.map +1 -1
- package/lib/components/Dropzone/Dropzone.d.ts +122 -0
- package/lib/components/Dropzone/Dropzone.js +40 -0
- package/lib/components/Dropzone/Dropzone.js.map +1 -0
- package/lib/components/Dropzone/fixtures.d.ts +1 -0
- package/lib/components/Dropzone/fixtures.js +2 -0
- package/lib/components/Dropzone/fixtures.js.map +1 -0
- package/lib/components/Dropzone/index.d.ts +1 -0
- package/lib/components/Dropzone/index.js +2 -0
- package/lib/components/Dropzone/index.js.map +1 -0
- package/lib/components/Dropzone/meta.d.ts +117 -0
- package/lib/components/Dropzone/meta.js +81 -0
- package/lib/components/Dropzone/meta.js.map +1 -0
- package/lib/components/Dropzone/stories.d.ts +1 -0
- package/lib/components/Dropzone/stories.js +36 -0
- package/lib/components/Dropzone/stories.js.map +1 -0
- package/lib/components/InformationWrapper/InformationWrapper.d.ts +270 -0
- package/lib/components/InformationWrapper/InformationWrapper.js +40 -0
- package/lib/components/InformationWrapper/InformationWrapper.js.map +1 -0
- package/lib/components/InformationWrapper/fixtures.d.ts +6 -0
- package/lib/components/InformationWrapper/fixtures.js +21 -0
- package/lib/components/InformationWrapper/fixtures.js.map +1 -0
- package/lib/components/InformationWrapper/index.d.ts +1 -0
- package/lib/components/InformationWrapper/index.js +2 -0
- package/lib/components/InformationWrapper/index.js.map +1 -0
- package/lib/components/InformationWrapper/meta.d.ts +265 -0
- package/lib/components/InformationWrapper/meta.js +118 -0
- package/lib/components/InformationWrapper/meta.js.map +1 -0
- package/lib/components/InformationWrapper/stories.d.ts +1 -0
- package/lib/components/InformationWrapper/stories.js +42 -0
- package/lib/components/InformationWrapper/stories.js.map +1 -0
- package/lib/components/NumberInput/fixtures.js +1 -1
- package/lib/components/NumberInput/fixtures.js.map +1 -1
- package/lib/components/Popover/Popover.d.ts +195 -0
- package/lib/components/Popover/Popover.js +50 -0
- package/lib/components/Popover/Popover.js.map +1 -0
- package/lib/components/Popover/fixtures.d.ts +5 -0
- package/lib/components/Popover/fixtures.js +29 -0
- package/lib/components/Popover/fixtures.js.map +1 -0
- package/lib/components/Popover/index.d.ts +1 -0
- package/lib/components/Popover/index.js +2 -0
- package/lib/components/Popover/index.js.map +1 -0
- package/lib/components/Popover/meta.d.ts +110 -0
- package/lib/components/Popover/meta.js +78 -0
- package/lib/components/Popover/meta.js.map +1 -0
- package/lib/components/Popover/stories.d.ts +80 -0
- package/lib/components/Popover/stories.js +125 -0
- package/lib/components/Popover/stories.js.map +1 -0
- package/lib/components/Progress/Progress.d.ts +159 -0
- package/lib/components/Progress/Progress.js +38 -0
- package/lib/components/Progress/Progress.js.map +1 -0
- package/lib/components/Progress/fixtures.d.ts +5 -0
- package/lib/components/Progress/fixtures.js +6 -0
- package/lib/components/Progress/fixtures.js.map +1 -0
- package/lib/components/Progress/index.d.ts +1 -0
- package/lib/components/Progress/index.js +2 -0
- package/lib/components/Progress/index.js.map +1 -0
- package/lib/components/Progress/meta.d.ts +154 -0
- package/lib/components/Progress/meta.js +87 -0
- package/lib/components/Progress/meta.js.map +1 -0
- package/lib/components/Progress/stories.d.ts +2 -0
- package/lib/components/Progress/stories.js +59 -0
- package/lib/components/Progress/stories.js.map +1 -0
- package/lib/components/Range/Range.d.ts +1 -0
- package/lib/components/Range/Range.js +2 -2
- package/lib/components/Range/Range.js.map +1 -1
- package/lib/components/Range/stories.d.ts +1 -1
- package/lib/components/Range/stories.js +11 -2
- package/lib/components/Range/stories.js.map +1 -1
- package/lib/components/Select/Select.d.ts +1 -0
- package/lib/components/Select/Select.js +4 -4
- package/lib/components/Select/Select.js.map +1 -1
- package/lib/components/Select/stories.d.ts +5 -3
- package/lib/components/Select/stories.js +10 -7
- package/lib/components/Select/stories.js.map +1 -1
- package/lib/components/Skeleton/Skeleton.d.ts +28 -1
- package/lib/components/Skeleton/stories.d.ts +28 -1
- package/lib/components/Skeleton/stories.js +34 -1
- package/lib/components/Skeleton/stories.js.map +1 -1
- package/lib/components/TextArea/TextArea.d.ts +154 -19
- package/lib/components/TextArea/meta.d.ts +154 -19
- package/lib/components/TextArea/meta.js +92 -141
- package/lib/components/TextArea/meta.js.map +1 -1
- package/lib/components/TextArea/stories.js +8 -9
- package/lib/components/TextArea/stories.js.map +1 -1
- package/lib/components/TextFieldSlider/TextFieldSlider.d.ts +9 -0
- package/lib/components/TextFieldSlider/meta.d.ts +9 -0
- package/lib/components/TextFieldSlider/meta.js +4 -1
- package/lib/components/TextFieldSlider/meta.js.map +1 -1
- package/lib/components/TextFieldSlider/stories.d.ts +1 -1
- package/lib/components/TextFieldSlider/stories.js +13 -4
- package/lib/components/TextFieldSlider/stories.js.map +1 -1
- package/lib/components/TimePicker/TimePicker.d.ts +24 -0
- package/lib/components/TimePicker/TimePicker.js +2 -2
- package/lib/components/TimePicker/TimePicker.js.map +1 -1
- package/lib/components/TimePicker/fixtures.d.ts +1 -0
- package/lib/components/TimePicker/fixtures.js +1 -0
- package/lib/components/TimePicker/fixtures.js.map +1 -1
- package/lib/components/TimePicker/meta.d.ts +23 -0
- package/lib/components/TimePicker/meta.js +13 -3
- package/lib/components/TimePicker/meta.js.map +1 -1
- package/lib/components/TimePicker/stories.d.ts +1 -1
- package/lib/components/TimePicker/stories.js +11 -3
- package/lib/components/TimePicker/stories.js.map +1 -1
- package/lib/components/index.d.ts +5 -0
- package/lib/components/index.js +5 -0
- package/lib/components/index.js.map +1 -1
- package/package.json +4 -4
|
@@ -49,6 +49,9 @@ export declare const createMeta: ({ component, componentConfig, title, defaultAr
|
|
|
49
49
|
control: {
|
|
50
50
|
type: string;
|
|
51
51
|
};
|
|
52
|
+
table: {
|
|
53
|
+
category: string;
|
|
54
|
+
};
|
|
52
55
|
};
|
|
53
56
|
size: {
|
|
54
57
|
options: any;
|
|
@@ -56,12 +59,18 @@ export declare const createMeta: ({ component, componentConfig, title, defaultAr
|
|
|
56
59
|
control: {
|
|
57
60
|
type: string;
|
|
58
61
|
};
|
|
62
|
+
table: {
|
|
63
|
+
category: string;
|
|
64
|
+
};
|
|
59
65
|
};
|
|
60
66
|
appearance: {
|
|
61
67
|
options: string[];
|
|
62
68
|
control: {
|
|
63
69
|
type: string;
|
|
64
70
|
};
|
|
71
|
+
table: {
|
|
72
|
+
category: string;
|
|
73
|
+
};
|
|
65
74
|
};
|
|
66
75
|
hasDivider: {
|
|
67
76
|
control: {
|
|
@@ -71,15 +80,32 @@ export declare const createMeta: ({ component, componentConfig, title, defaultAr
|
|
|
71
80
|
arg: string;
|
|
72
81
|
eq: string;
|
|
73
82
|
};
|
|
83
|
+
table: {
|
|
84
|
+
category: string;
|
|
85
|
+
};
|
|
74
86
|
};
|
|
75
|
-
|
|
76
|
-
options: string[];
|
|
87
|
+
disabled: {
|
|
77
88
|
control: {
|
|
78
89
|
type: string;
|
|
79
90
|
};
|
|
80
91
|
if: {
|
|
81
92
|
arg: string;
|
|
82
|
-
|
|
93
|
+
eq: string;
|
|
94
|
+
};
|
|
95
|
+
table: {
|
|
96
|
+
category: string;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
readOnly: {
|
|
100
|
+
control: {
|
|
101
|
+
type: string;
|
|
102
|
+
};
|
|
103
|
+
if: {
|
|
104
|
+
arg: string;
|
|
105
|
+
eq: string;
|
|
106
|
+
};
|
|
107
|
+
table: {
|
|
108
|
+
category: string;
|
|
83
109
|
};
|
|
84
110
|
};
|
|
85
111
|
required: {
|
|
@@ -90,6 +116,22 @@ export declare const createMeta: ({ component, componentConfig, title, defaultAr
|
|
|
90
116
|
arg: string;
|
|
91
117
|
truthy: boolean;
|
|
92
118
|
};
|
|
119
|
+
table: {
|
|
120
|
+
category: string;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
123
|
+
requiredPlacement: {
|
|
124
|
+
options: string[];
|
|
125
|
+
control: {
|
|
126
|
+
type: string;
|
|
127
|
+
};
|
|
128
|
+
if: {
|
|
129
|
+
arg: string;
|
|
130
|
+
truthy: boolean;
|
|
131
|
+
};
|
|
132
|
+
table: {
|
|
133
|
+
category: string;
|
|
134
|
+
};
|
|
93
135
|
};
|
|
94
136
|
hasRequiredIndicator: {
|
|
95
137
|
control: {
|
|
@@ -99,6 +141,9 @@ export declare const createMeta: ({ component, componentConfig, title, defaultAr
|
|
|
99
141
|
arg: string;
|
|
100
142
|
truthy: boolean;
|
|
101
143
|
};
|
|
144
|
+
table: {
|
|
145
|
+
category: string;
|
|
146
|
+
};
|
|
102
147
|
};
|
|
103
148
|
optional: {
|
|
104
149
|
control: {
|
|
@@ -108,6 +153,9 @@ export declare const createMeta: ({ component, componentConfig, title, defaultAr
|
|
|
108
153
|
arg: string;
|
|
109
154
|
truthy: boolean;
|
|
110
155
|
};
|
|
156
|
+
table: {
|
|
157
|
+
category: string;
|
|
158
|
+
};
|
|
111
159
|
};
|
|
112
160
|
optionalText: {
|
|
113
161
|
control: {
|
|
@@ -117,38 +165,68 @@ export declare const createMeta: ({ component, componentConfig, title, defaultAr
|
|
|
117
165
|
arg: string;
|
|
118
166
|
truthy: boolean;
|
|
119
167
|
};
|
|
168
|
+
table: {
|
|
169
|
+
category: string;
|
|
170
|
+
};
|
|
171
|
+
};
|
|
172
|
+
label: {
|
|
173
|
+
control: {
|
|
174
|
+
type: string;
|
|
175
|
+
};
|
|
176
|
+
table: {
|
|
177
|
+
category: string;
|
|
178
|
+
};
|
|
120
179
|
};
|
|
121
180
|
labelPlacement: {
|
|
122
181
|
options: string[];
|
|
123
182
|
control: {
|
|
124
183
|
type: string;
|
|
125
184
|
};
|
|
185
|
+
table: {
|
|
186
|
+
category: string;
|
|
187
|
+
};
|
|
188
|
+
};
|
|
189
|
+
placeholder: {
|
|
190
|
+
control: {
|
|
191
|
+
type: string;
|
|
192
|
+
};
|
|
193
|
+
table: {
|
|
194
|
+
category: string;
|
|
195
|
+
};
|
|
126
196
|
};
|
|
127
197
|
titleCaption: {
|
|
128
198
|
control: {
|
|
129
199
|
type: string;
|
|
130
200
|
};
|
|
201
|
+
table: {
|
|
202
|
+
category: string;
|
|
203
|
+
};
|
|
131
204
|
};
|
|
132
205
|
leftHelper: {
|
|
133
206
|
control: {
|
|
134
207
|
type: string;
|
|
135
208
|
};
|
|
209
|
+
table: {
|
|
210
|
+
category: string;
|
|
211
|
+
};
|
|
136
212
|
};
|
|
137
213
|
rightHelper: {
|
|
138
214
|
control: {
|
|
139
215
|
type: string;
|
|
140
216
|
};
|
|
217
|
+
table: {
|
|
218
|
+
category: string;
|
|
219
|
+
};
|
|
141
220
|
};
|
|
142
|
-
|
|
221
|
+
enableContentRight: {
|
|
143
222
|
control: {
|
|
144
223
|
type: string;
|
|
145
224
|
};
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
neq: string;
|
|
225
|
+
table: {
|
|
226
|
+
category: string;
|
|
149
227
|
};
|
|
150
228
|
};
|
|
151
|
-
|
|
229
|
+
enableHeader: {
|
|
152
230
|
control: {
|
|
153
231
|
type: string;
|
|
154
232
|
};
|
|
@@ -156,25 +234,37 @@ export declare const createMeta: ({ component, componentConfig, title, defaultAr
|
|
|
156
234
|
arg: string;
|
|
157
235
|
neq: string;
|
|
158
236
|
};
|
|
237
|
+
table: {
|
|
238
|
+
category: string;
|
|
239
|
+
};
|
|
159
240
|
};
|
|
160
|
-
|
|
241
|
+
width: {
|
|
161
242
|
control: {
|
|
162
243
|
type: string;
|
|
163
244
|
};
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
neq: string;
|
|
245
|
+
table: {
|
|
246
|
+
category: string;
|
|
167
247
|
};
|
|
168
248
|
};
|
|
169
|
-
|
|
249
|
+
height: {
|
|
170
250
|
control: {
|
|
171
251
|
type: string;
|
|
172
252
|
};
|
|
253
|
+
table: {
|
|
254
|
+
category: string;
|
|
255
|
+
};
|
|
173
256
|
};
|
|
174
|
-
|
|
257
|
+
rows: {
|
|
175
258
|
control: {
|
|
176
259
|
type: string;
|
|
177
260
|
};
|
|
261
|
+
if: {
|
|
262
|
+
arg: string;
|
|
263
|
+
neq: string;
|
|
264
|
+
};
|
|
265
|
+
table: {
|
|
266
|
+
category: string;
|
|
267
|
+
};
|
|
178
268
|
};
|
|
179
269
|
cols: {
|
|
180
270
|
control: {
|
|
@@ -184,8 +274,11 @@ export declare const createMeta: ({ component, componentConfig, title, defaultAr
|
|
|
184
274
|
arg: string;
|
|
185
275
|
neq: string;
|
|
186
276
|
};
|
|
277
|
+
table: {
|
|
278
|
+
category: string;
|
|
279
|
+
};
|
|
187
280
|
};
|
|
188
|
-
|
|
281
|
+
autoResize: {
|
|
189
282
|
control: {
|
|
190
283
|
type: string;
|
|
191
284
|
};
|
|
@@ -193,8 +286,11 @@ export declare const createMeta: ({ component, componentConfig, title, defaultAr
|
|
|
193
286
|
arg: string;
|
|
194
287
|
neq: string;
|
|
195
288
|
};
|
|
289
|
+
table: {
|
|
290
|
+
category: string;
|
|
291
|
+
};
|
|
196
292
|
};
|
|
197
|
-
|
|
293
|
+
minAuto: {
|
|
198
294
|
control: {
|
|
199
295
|
type: string;
|
|
200
296
|
};
|
|
@@ -202,11 +298,29 @@ export declare const createMeta: ({ component, componentConfig, title, defaultAr
|
|
|
202
298
|
arg: string;
|
|
203
299
|
neq: string;
|
|
204
300
|
};
|
|
301
|
+
table: {
|
|
302
|
+
category: string;
|
|
303
|
+
};
|
|
304
|
+
};
|
|
305
|
+
maxAuto: {
|
|
306
|
+
control: {
|
|
307
|
+
type: string;
|
|
308
|
+
};
|
|
309
|
+
if: {
|
|
310
|
+
arg: string;
|
|
311
|
+
neq: string;
|
|
312
|
+
};
|
|
313
|
+
table: {
|
|
314
|
+
category: string;
|
|
315
|
+
};
|
|
205
316
|
};
|
|
206
317
|
hasHint: {
|
|
207
318
|
control: {
|
|
208
319
|
type: string;
|
|
209
320
|
};
|
|
321
|
+
table: {
|
|
322
|
+
category: string;
|
|
323
|
+
};
|
|
210
324
|
};
|
|
211
325
|
hintText: {
|
|
212
326
|
control: {
|
|
@@ -216,8 +330,11 @@ export declare const createMeta: ({ component, componentConfig, title, defaultAr
|
|
|
216
330
|
arg: string;
|
|
217
331
|
truthy: boolean;
|
|
218
332
|
};
|
|
333
|
+
table: {
|
|
334
|
+
category: string;
|
|
335
|
+
};
|
|
219
336
|
};
|
|
220
|
-
|
|
337
|
+
hintTrigger: {
|
|
221
338
|
options: string[];
|
|
222
339
|
control: {
|
|
223
340
|
type: string;
|
|
@@ -226,8 +343,11 @@ export declare const createMeta: ({ component, componentConfig, title, defaultAr
|
|
|
226
343
|
arg: string;
|
|
227
344
|
truthy: boolean;
|
|
228
345
|
};
|
|
346
|
+
table: {
|
|
347
|
+
category: string;
|
|
348
|
+
};
|
|
229
349
|
};
|
|
230
|
-
|
|
350
|
+
hintView: {
|
|
231
351
|
options: string[];
|
|
232
352
|
control: {
|
|
233
353
|
type: string;
|
|
@@ -236,8 +356,11 @@ export declare const createMeta: ({ component, componentConfig, title, defaultAr
|
|
|
236
356
|
arg: string;
|
|
237
357
|
truthy: boolean;
|
|
238
358
|
};
|
|
359
|
+
table: {
|
|
360
|
+
category: string;
|
|
361
|
+
};
|
|
239
362
|
};
|
|
240
|
-
|
|
363
|
+
hintSize: {
|
|
241
364
|
options: string[];
|
|
242
365
|
control: {
|
|
243
366
|
type: string;
|
|
@@ -246,6 +369,9 @@ export declare const createMeta: ({ component, componentConfig, title, defaultAr
|
|
|
246
369
|
arg: string;
|
|
247
370
|
truthy: boolean;
|
|
248
371
|
};
|
|
372
|
+
table: {
|
|
373
|
+
category: string;
|
|
374
|
+
};
|
|
249
375
|
};
|
|
250
376
|
hintPlacement: {
|
|
251
377
|
options: string[];
|
|
@@ -257,6 +383,9 @@ export declare const createMeta: ({ component, componentConfig, title, defaultAr
|
|
|
257
383
|
truthy: boolean;
|
|
258
384
|
};
|
|
259
385
|
mappers: string[];
|
|
386
|
+
table: {
|
|
387
|
+
category: string;
|
|
388
|
+
};
|
|
260
389
|
};
|
|
261
390
|
hintHasArrow: {
|
|
262
391
|
control: {
|
|
@@ -266,6 +395,9 @@ export declare const createMeta: ({ component, componentConfig, title, defaultAr
|
|
|
266
395
|
arg: string;
|
|
267
396
|
truthy: boolean;
|
|
268
397
|
};
|
|
398
|
+
table: {
|
|
399
|
+
category: string;
|
|
400
|
+
};
|
|
269
401
|
};
|
|
270
402
|
hintWidth: {
|
|
271
403
|
control: {
|
|
@@ -275,6 +407,9 @@ export declare const createMeta: ({ component, componentConfig, title, defaultAr
|
|
|
275
407
|
arg: string;
|
|
276
408
|
truthy: boolean;
|
|
277
409
|
};
|
|
410
|
+
table: {
|
|
411
|
+
category: string;
|
|
412
|
+
};
|
|
278
413
|
};
|
|
279
414
|
};
|
|
280
415
|
};
|
|
@@ -30,186 +30,137 @@ export var createMeta = function (_a) {
|
|
|
30
30
|
argTypes: __assign(__assign({ view: {
|
|
31
31
|
options: componentConfig.views,
|
|
32
32
|
control: { type: 'select' },
|
|
33
|
+
table: { category: 'variation' },
|
|
33
34
|
}, size: {
|
|
34
35
|
options: componentConfig.sizes,
|
|
35
36
|
defaultValue: 's',
|
|
36
37
|
control: { type: 'select' },
|
|
38
|
+
table: { category: 'variation' },
|
|
37
39
|
}, appearance: {
|
|
38
40
|
options: appearances,
|
|
39
|
-
control: {
|
|
40
|
-
|
|
41
|
-
},
|
|
41
|
+
control: { type: 'select' },
|
|
42
|
+
table: { category: 'variation' },
|
|
42
43
|
}, hasDivider: {
|
|
43
|
-
control: {
|
|
44
|
-
|
|
45
|
-
},
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
},
|
|
44
|
+
control: { type: 'boolean' },
|
|
45
|
+
if: { arg: 'appearance', eq: 'clear' },
|
|
46
|
+
table: { category: 'variation' },
|
|
47
|
+
}, disabled: {
|
|
48
|
+
control: { type: 'boolean' },
|
|
49
|
+
if: { arg: 'appearance', eq: 'clear' },
|
|
50
|
+
table: { category: 'variation' },
|
|
51
|
+
}, readOnly: {
|
|
52
|
+
control: { type: 'boolean' },
|
|
53
|
+
if: { arg: 'appearance', eq: 'clear' },
|
|
54
|
+
table: { category: 'variation' },
|
|
55
|
+
}, required: {
|
|
56
|
+
control: { type: 'boolean' },
|
|
57
|
+
if: { arg: 'optional', truthy: false },
|
|
58
|
+
table: { category: 'form-related' },
|
|
50
59
|
}, requiredPlacement: {
|
|
51
60
|
options: requiredPlacements,
|
|
52
|
-
control: {
|
|
53
|
-
|
|
54
|
-
},
|
|
55
|
-
if: {
|
|
56
|
-
arg: 'optional',
|
|
57
|
-
truthy: false,
|
|
58
|
-
},
|
|
59
|
-
}, required: {
|
|
60
|
-
control: {
|
|
61
|
-
type: 'boolean',
|
|
62
|
-
},
|
|
63
|
-
if: {
|
|
64
|
-
arg: 'optional',
|
|
65
|
-
truthy: false,
|
|
66
|
-
},
|
|
61
|
+
control: { type: 'select' },
|
|
62
|
+
if: { arg: 'optional', truthy: false },
|
|
63
|
+
table: { category: 'form-related' },
|
|
67
64
|
}, hasRequiredIndicator: {
|
|
68
|
-
control: {
|
|
69
|
-
|
|
70
|
-
},
|
|
71
|
-
if: {
|
|
72
|
-
arg: 'required',
|
|
73
|
-
truthy: true,
|
|
74
|
-
},
|
|
65
|
+
control: { type: 'boolean' },
|
|
66
|
+
if: { arg: 'required', truthy: true },
|
|
67
|
+
table: { category: 'form-related' },
|
|
75
68
|
}, optional: {
|
|
76
|
-
control: {
|
|
77
|
-
|
|
78
|
-
},
|
|
79
|
-
if: {
|
|
80
|
-
arg: 'required',
|
|
81
|
-
truthy: false,
|
|
82
|
-
},
|
|
69
|
+
control: { type: 'boolean' },
|
|
70
|
+
if: { arg: 'required', truthy: false },
|
|
71
|
+
table: { category: 'form-related' },
|
|
83
72
|
}, optionalText: {
|
|
84
|
-
control: {
|
|
85
|
-
|
|
86
|
-
},
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
},
|
|
73
|
+
control: { type: 'text' },
|
|
74
|
+
if: { arg: 'required', truthy: false },
|
|
75
|
+
table: { category: 'form-related' },
|
|
76
|
+
}, label: {
|
|
77
|
+
control: { type: 'text' },
|
|
78
|
+
table: { category: 'layout' },
|
|
91
79
|
}, labelPlacement: {
|
|
92
80
|
options: labelPlacements,
|
|
93
|
-
control: {
|
|
94
|
-
|
|
95
|
-
|
|
81
|
+
control: { type: 'inline-radio' },
|
|
82
|
+
table: { category: 'layout' },
|
|
83
|
+
}, placeholder: {
|
|
84
|
+
control: { type: 'text' },
|
|
85
|
+
table: { category: 'layout' },
|
|
96
86
|
}, titleCaption: {
|
|
97
87
|
control: { type: 'text' },
|
|
88
|
+
table: { category: 'layout' },
|
|
98
89
|
}, leftHelper: {
|
|
99
90
|
control: { type: 'text' },
|
|
91
|
+
table: { category: 'layout' },
|
|
100
92
|
}, rightHelper: {
|
|
101
93
|
control: { type: 'text' },
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
},
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
},
|
|
110
|
-
}, minAuto: {
|
|
111
|
-
control: {
|
|
112
|
-
type: 'number',
|
|
113
|
-
},
|
|
114
|
-
if: {
|
|
115
|
-
arg: 'appearance',
|
|
116
|
-
neq: 'clear',
|
|
117
|
-
},
|
|
118
|
-
}, maxAuto: {
|
|
119
|
-
control: {
|
|
120
|
-
type: 'number',
|
|
121
|
-
},
|
|
122
|
-
if: {
|
|
123
|
-
arg: 'appearance',
|
|
124
|
-
neq: 'clear',
|
|
125
|
-
},
|
|
94
|
+
table: { category: 'layout' },
|
|
95
|
+
}, enableContentRight: {
|
|
96
|
+
control: { type: 'boolean' },
|
|
97
|
+
table: { category: 'layout' },
|
|
98
|
+
}, enableHeader: {
|
|
99
|
+
control: { type: 'boolean' },
|
|
100
|
+
if: { arg: 'appearance', neq: 'clear' },
|
|
101
|
+
table: { category: 'layout' },
|
|
126
102
|
}, width: {
|
|
127
103
|
control: { type: 'text' },
|
|
104
|
+
table: { category: 'dimensions' },
|
|
128
105
|
}, height: {
|
|
129
106
|
control: { type: 'text' },
|
|
130
|
-
|
|
131
|
-
control: {
|
|
132
|
-
type: 'number',
|
|
133
|
-
},
|
|
134
|
-
if: {
|
|
135
|
-
arg: 'appearance',
|
|
136
|
-
neq: 'clear',
|
|
137
|
-
},
|
|
107
|
+
table: { category: 'dimensions' },
|
|
138
108
|
}, rows: {
|
|
139
|
-
control: {
|
|
140
|
-
|
|
141
|
-
},
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
},
|
|
146
|
-
},
|
|
147
|
-
control: {
|
|
148
|
-
|
|
149
|
-
},
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
},
|
|
109
|
+
control: { type: 'number' },
|
|
110
|
+
if: { arg: 'appearance', neq: 'clear' },
|
|
111
|
+
table: { category: 'dimensions' },
|
|
112
|
+
}, cols: {
|
|
113
|
+
control: { type: 'number' },
|
|
114
|
+
if: { arg: 'appearance', neq: 'clear' },
|
|
115
|
+
table: { category: 'dimensions' },
|
|
116
|
+
}, autoResize: {
|
|
117
|
+
control: { type: 'boolean' },
|
|
118
|
+
if: { arg: 'appearance', neq: 'clear' },
|
|
119
|
+
table: { category: 'dimensions' },
|
|
120
|
+
}, minAuto: {
|
|
121
|
+
control: { type: 'number' },
|
|
122
|
+
if: { arg: 'appearance', neq: 'clear' },
|
|
123
|
+
table: { category: 'dimensions' },
|
|
124
|
+
}, maxAuto: {
|
|
125
|
+
control: { type: 'number' },
|
|
126
|
+
if: { arg: 'appearance', neq: 'clear' },
|
|
127
|
+
table: { category: 'dimensions' },
|
|
154
128
|
}, hasHint: {
|
|
155
|
-
control: {
|
|
156
|
-
|
|
157
|
-
},
|
|
129
|
+
control: { type: 'boolean' },
|
|
130
|
+
table: { category: 'hint' },
|
|
158
131
|
}, hintText: {
|
|
159
132
|
control: { type: 'text' },
|
|
160
|
-
if: {
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
133
|
+
if: { arg: 'hasHint', truthy: true },
|
|
134
|
+
table: { category: 'hint' },
|
|
135
|
+
}, hintTrigger: {
|
|
136
|
+
options: hintTriggers,
|
|
137
|
+
control: { type: 'inline-radio' },
|
|
138
|
+
if: { arg: 'hasHint', truthy: true },
|
|
139
|
+
table: { category: 'hint' },
|
|
164
140
|
}, hintView: {
|
|
165
141
|
options: hintViews,
|
|
166
|
-
control: {
|
|
167
|
-
|
|
168
|
-
},
|
|
169
|
-
if: {
|
|
170
|
-
arg: 'hasHint',
|
|
171
|
-
truthy: true,
|
|
172
|
-
},
|
|
142
|
+
control: { type: 'select' },
|
|
143
|
+
if: { arg: 'hasHint', truthy: true },
|
|
144
|
+
table: { category: 'hint' },
|
|
173
145
|
}, hintSize: {
|
|
174
146
|
options: hintSizes,
|
|
175
|
-
control: {
|
|
176
|
-
|
|
177
|
-
},
|
|
178
|
-
if: {
|
|
179
|
-
arg: 'hasHint',
|
|
180
|
-
truthy: true,
|
|
181
|
-
},
|
|
182
|
-
}, hintTrigger: {
|
|
183
|
-
options: hintTriggers,
|
|
184
|
-
control: {
|
|
185
|
-
type: 'select',
|
|
186
|
-
},
|
|
187
|
-
if: {
|
|
188
|
-
arg: 'hasHint',
|
|
189
|
-
truthy: true,
|
|
190
|
-
},
|
|
147
|
+
control: { type: 'select' },
|
|
148
|
+
if: { arg: 'hasHint', truthy: true },
|
|
149
|
+
table: { category: 'hint' },
|
|
191
150
|
}, hintPlacement: {
|
|
192
151
|
options: placements,
|
|
193
|
-
control: {
|
|
194
|
-
|
|
195
|
-
},
|
|
196
|
-
if: {
|
|
197
|
-
arg: 'hasHint',
|
|
198
|
-
truthy: true,
|
|
199
|
-
},
|
|
152
|
+
control: { type: 'select' },
|
|
153
|
+
if: { arg: 'hasHint', truthy: true },
|
|
200
154
|
mappers: placements,
|
|
155
|
+
table: { category: 'hint' },
|
|
201
156
|
}, hintHasArrow: {
|
|
202
157
|
control: { type: 'boolean' },
|
|
203
|
-
if: {
|
|
204
|
-
|
|
205
|
-
truthy: true,
|
|
206
|
-
},
|
|
158
|
+
if: { arg: 'hasHint', truthy: true },
|
|
159
|
+
table: { category: 'hint' },
|
|
207
160
|
}, hintWidth: {
|
|
208
161
|
control: { type: 'text' },
|
|
209
|
-
if: {
|
|
210
|
-
|
|
211
|
-
truthy: true,
|
|
212
|
-
},
|
|
162
|
+
if: { arg: 'hasHint', truthy: true },
|
|
163
|
+
table: { category: 'hint' },
|
|
213
164
|
} }, additionalArgTypes), disableProps(__spreadArray([
|
|
214
165
|
'helperBlock',
|
|
215
166
|
'helperText',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../src/components/TextArea/meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA,OAAO,EAAE,YAAY,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAE/D,OAAO,EACH,WAAW,EACX,SAAS,EACT,SAAS,EACT,YAAY,EACZ,eAAe,EACf,UAAU,EACV,kBAAkB,GACrB,MAAM,YAAY,CAAC;AAWpB,MAAM,CAAC,IAAM,UAAU,GAAG,UAAC,EAOT;QANd,SAAS,eAAA,EACT,eAAe,qBAAA,EACf,aAA6B,EAA7B,KAAK,mBAAG,qBAAqB,KAAA,EAC7B,mBAAgB,EAAhB,WAAW,mBAAG,EAAE,KAAA,EAChB,0BAAuB,EAAvB,kBAAkB,mBAAG,EAAE,KAAA,EACvB,wBAAqB,EAArB,gBAAgB,mBAAG,EAAE,KAAA;IAErB,OAAO;QACH,KAAK,OAAA;QACL,UAAU,EAAE,CAAC,kBAAkB,CAAC;QAChC,SAAS,WAAA;QACT,IAAI,aACA,EAAE,EAAE,kBAAkB,EACtB,UAAU,EAAE,SAAS,EACrB,UAAU,EAAE,KAAK,EACjB,IAAI,EAAE,SAAS,EACf,IAAI,EAAE,GAAG,EACT,kBAAkB,EAAE,IAAI,EACxB,YAAY,EAAE,KAAK,EACnB,KAAK,EAAE,OAAO,EACd,cAAc,EAAE,OAAO,EACvB,WAAW,EAAE,8BAA8B,EAC3C,YAAY,EAAE,gBAAgB,EAC9B,UAAU,EAAE,wBAAwB,EACpC,WAAW,EAAE,yBAAyB,EACtC,QAAQ,EAAE,KAAK,EACf,QAAQ,EAAE,KAAK,EACf,UAAU,EAAE,KAAK,EACjB,OAAO,EAAE,CAAC,EACV,OAAO,EAAE,CAAC,EACV,QAAQ,EAAE,KAAK,EACf,YAAY,EAAE,aAAa,EAC3B,QAAQ,EAAE,KAAK,EACf,iBAAiB,EAAE,OAAO,EAC1B,oBAAoB,EAAE,KAAK,EAC3B,OAAO,EAAE,IAAI,EACb,QAAQ,EAAE,iBAAiB,EAC3B,WAAW,EAAE,OAAO,EACpB,QAAQ,EAAE,SAAS,EACnB,QAAQ,EAAE,GAAG,EACb,aAAa,EAAE,MAAM,EACrB,SAAS,EAAE,OAAO,EAClB,YAAY,EAAE,IAAI,IACf,WAAW,CACjB;QACD,QAAQ,sBACJ,IAAI,EAAE;gBACF,OAAO,EAAE,eAAe,CAAC,KAAK;gBAC9B,OAAO,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE;
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../src/components/TextArea/meta.ts"],"names":[],"mappings":"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"}
|