8000 Update package.json · bootstrap-vue/bootstrap-vue@e2a44b7 · GitHub
[go: up one dir, main page]

Skip to content

Commit e2a44b7

Browse files
committed
Update package.json
1 parent 11e7ac6 commit e2a44b7

File tree

1 file changed

+40
-19
lines changed

1 file changed

+40
-19
lines changed

src/components/form-group/package.json

Lines changed: 40 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,42 @@
1111
"BFormFieldset"
1212
],
1313
"props": [
14+
{
15+
"prop": "contentCols",
16+
"version": "2.21.0",
17+
"description": "Number of columns for the content width 'xs' screens and up"
18+
},
19+
{
20+
"prop": "contentColsLg",
21+
"version": "2.21.0",
22+
"description": "Number of columns for the content width 'lg' screens and up"
23+
},
24+
{
25+
"prop": "contentColsMd",
26+
"version": "2.21.0",
27+
"description": "Number of columns for the content width 'md' screens and up"
28+
},
29+
{
30+
"prop": "contentColsSm",
31+
"version": "2.21.0",
32+
"description": "Number of columns for the content width 'sm' screens and up"
33+
},
34+
{
35+
"prop": "contentColsXl",
36+
"version": "2.21.0",
37+
"description": "Number of columns for the content width 'xl' screens and up"
38+
},
1439
{
1540
"prop": "description",
1641
"description": "Text to place in the help text area of the form group"
1742
},
1843
{
1944
"prop": "disabled",
20-
"description": "Disabled the fieldset element, which in turn disables the form controls (on browsers that support disabled fieldsets). Has no effect if 'label-for' is set"
45+
"description": "Disabled the fieldset element, which in turn disables the form controls (on browsers that support disabled fieldsets). Has no effect if `label-for` is set"
2146
},
2247
{
2348
"prop": "feedbackAriaLive",
24-
"description": "Value to use for the 'aria-live' attribute on the feedback text"
49+
"description": "Value to use for the `aria-live` attribute on the feedback text"
2550
},
2651
{
2752
"prop": "invalidFeedback",
@@ -33,55 +58,51 @@
3358
},
3459
{
3560
"prop": "labelAlign",
36-
"description": "Text alignment 'left', 'center', 'right' for the label xs screens and up"
61+
"description": "Text alignment 'left', 'center', 'right' for the label 'xs' screens and up"
3762
},
3863
{
3964
"prop": "labelAlignLg",
40-
"description": "Text alignment 'left', 'center', 'right' for the label lg screens and up"
65+
"description": "Text alignment 'left', 'center', 'right' for the label 'lg' screens and up"
4166
},
4267
{
4368
"prop": "labelAlignMd",
44-
"description": "Text alignment 'left', 'center', 'right' for the label md screens and up"
69+
"description": "Text alignment 'left', 'center', 'right' for the label 'md' screens and up"
4570
},
4671
{
4772
"prop": "labelAlignSm",
48-
"description": "Text alignment 'left', 'center', 'right' for the label sm screens and up"
73+
"description": "Text alignment 'left', 'center', 'right' for the label 'sm' screens and up"
4974
},
5075
{
5176
"prop": "labelAlignXl",
52-
"description": "Text alignment 'left', 'center', 'right' for the label xl screens and up"
53-
},
54-
{
55-
"prop": "labelClass",
56-
"description": "CSS class (or classes) to add to the label/legend element"
77+
"description": "Text alignment 'left', 'center', 'right' for the label 'xl' screens and up"
5778
},
5879
{
5980
"prop": "labelClass",
6081
"description": "CSS class (or classes) to add to the label/legend element"
6182
},
6283
{
6384
"prop": "labelCols",
64-
"description": "Number of columns for the label width xs screens and up"
85+
"description": "Number of columns for the label width 'xs' screens and up"
6586
},
6687
{
6788
"prop": "labelColsLg",
68-
"description": "Number of columns for the label width lg screens and up"
89+
"description": "Number of columns for the label width 'lg' screens and up"
6990
},
7091
{
7192
"prop": "labelColsMd",
72-
"description": "Number of columns for the label width md screens and up"
93+
"description": "Number of columns for the label width 'md' screens and up"
7394
},
7495
{
7596
"prop": "labelColsSm",
76-
"description": "Number of columns for the label width sm screens and up"
97+
"description": "Number of columns for the label width 'sm' screens and up"
7798
},
7899
{
79100
"prop": "labelColsXl",
80-
"description": "Number of columns for the label width xl screens and up"
101+
"description": "Number of columns for the label width 'xl' screens and up"
81102
},
82103
{
83104
"prop": "labelFor",
84-
"description": "Set to the ID of the singular form-control in the form-group. Do not set a value if there is more than one form control in the group"
105+
"description": "Set to the ID of the singular form control in the form group. Do not set a value if there is more than one form control in the group"
85106< 6D40 /code>
},
86107
{
87108
"prop": "labelSize",
@@ -93,7 +114,7 @@
93114
},
94115
{
95116
"prop": "state",
96-
"description": "Controls the validation state of the feedback. 'true' force shows valid-feedback, 'false' force shows invalid feedback, 'null' does not force show the feedback"
117+
"description": "Controls the validation state of the feedback. `true` force shows valid-feedback, `false` force shows invalid feedback, `null` does not force show the feedback"
97118
},
98119
{
99120
"prop": "tooltip",
@@ -123,7 +144,7 @@
123144
},
124145
{
125146
"name": "label",
126-
"description": "Content to place inside the <label> element. Overrides the `label` prop"
147+
"description": "Content to place inside the label element. Overrides the `label` prop"
127148
},
128149
{
129150
"name": "valid-feedback",

0 commit comments

Comments
 (0)
0