@usssa/component-library 1.0.0-alpha.164 → 1.0.0-alpha.165
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/README.md
CHANGED
package/package.json
CHANGED
|
@@ -139,7 +139,7 @@ const updateToggle = (val) => {
|
|
|
139
139
|
:modelValue="getKeyValueByTitle(item.label)"
|
|
140
140
|
:aria-label="item.label"
|
|
141
141
|
:hintText="item.hintText"
|
|
142
|
-
:label="item.
|
|
142
|
+
:label="item.translateLabel"
|
|
143
143
|
@update:modelValue="
|
|
144
144
|
updateModelVal($event, titleToCamelCase(item.label))
|
|
145
145
|
"
|
|
@@ -151,7 +151,7 @@ const updateToggle = (val) => {
|
|
|
151
151
|
:aria-label="item.label"
|
|
152
152
|
hintIcon=""
|
|
153
153
|
:hintText="item.hintText"
|
|
154
|
-
:label="item.
|
|
154
|
+
:label="item.translateLabel"
|
|
155
155
|
:options="item.options"
|
|
156
156
|
@update:modelValue="
|
|
157
157
|
updateModelVal($event, titleToCamelCase(item.label))
|
|
@@ -163,7 +163,7 @@ const updateToggle = (val) => {
|
|
|
163
163
|
:modelValue="getKeyValueByTitle(item.label)"
|
|
164
164
|
:aria-label="item.label"
|
|
165
165
|
:hintText="item.hintText"
|
|
166
|
-
:label="item.
|
|
166
|
+
:label="item.translateLabel"
|
|
167
167
|
:options="item.options"
|
|
168
168
|
@update:modelValue="
|
|
169
169
|
updateModelVal($event, titleToCamelCase(item.label))
|
|
@@ -176,7 +176,7 @@ const updateToggle = (val) => {
|
|
|
176
176
|
:aria-label="item.label"
|
|
177
177
|
hintIcon=""
|
|
178
178
|
:hintText="item.hintText"
|
|
179
|
-
:label="item.
|
|
179
|
+
:label="item.translateLabel"
|
|
180
180
|
:options="item.options"
|
|
181
181
|
placeholder=""
|
|
182
182
|
:selected-country="model.selectedCountry"
|
|
@@ -195,7 +195,7 @@ const updateToggle = (val) => {
|
|
|
195
195
|
:modelValue="getKeyValueByTitle(item.label)"
|
|
196
196
|
:aria-label="item.label"
|
|
197
197
|
:hintText="item.hintText"
|
|
198
|
-
:label="item.
|
|
198
|
+
:label="item.translateLabel"
|
|
199
199
|
outlined
|
|
200
200
|
parentClass="col"
|
|
201
201
|
@update:modelValue="
|